From a2e5080403391a6a90ca7d6dd15e358212e1ad62 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 24 Aug 2021 12:31:54 +0800 Subject: [PATCH 01/27] Feature/mgmt track2 storage2 (#23468) * generate code and add storage account test * add blob container test cases an record the test * modify azure manager version and regenerate code * regenerate code and add test cases * regenerate code and add queue, table test cases * regenerate code using remote spec and rerun tests * add Properties and change Helpers position * Add support for 'files' configuration (#23327) --- eng/Packages.Data.props | 4 +- .../containerservice_resource-manager.txt | 4 +- .../src/properties/AssemblyInfo.cs | 2 +- .../Azure.Security.Attestation/CHANGELOG.md | 2 +- .../src/AttestationAdministrationClient.cs | 6 +- .../src/properties/AssemblyInfo.cs | 2 +- .../src/Common/BatchErrorCodeStrings.cs | 2 +- .../src/FileStaging/IFileStagingProvider.cs | 2 +- .../Generated/VirtualMachineConfiguration.cs | 2 +- .../src/Protocol/Interceptors.cs | 2 +- .../AzSdk.RP.props | 2 +- .../src/Generated/ContainerServiceClient.cs | 2 +- .../src/Generated/Models/AgentPool.cs | 17 +- .../Models/ContainerServiceNetworkProfile.cs | 18 +- .../src/Generated/Models/ManagedCluster.cs | 59 +- .../Models/ManagedClusterAgentPoolProfile.cs | 6 +- ...anagedClusterAgentPoolProfileProperties.cs | 17 +- .../ManagedClusterManagedOutboundIPProfile.cs | 75 + .../Models/ManagedClusterNATGatewayProfile.cs | 101 + ...edClusterPropertiesIdentityProfileValue.cs | 48 - .../Models/ManagedClusterSecurityProfile.cs | 54 + ...agedClusterSecurityProfileAzureDefender.cs | 68 + .../src/Generated/Models/OutboundType.cs | 10 + .../src/Generated/Models/ScaleDownMode.cs | 30 + .../SdkInfo_ContainerServiceClient.cs | 16 +- ...t.Azure.Management.ContainerService.csproj | 2 +- ...tainerListClusterAdminCredentialsTest.json | 1345 +- ...tainerServiceCreateManagedServiceTest.json | 619 +- .../ContainerServiceDeleteServiceTest.json | 525 +- .../ContainerServiceGetCredentialsTest.json | 676 +- .../ContainerServiceUpdateServiceTest.json | 778 +- .../Azure.Core.Experimental/src/JsonData.cs | 2 +- .../tests/JsonDataTests.cs | 8 + sdk/core/Azure.Core/CHANGELOG.md | 3 + sdk/core/Azure.Core/api/Azure.Core.net461.cs | 7 + sdk/core/Azure.Core/api/Azure.Core.net5.0.cs | 7 + .../api/Azure.Core.netcoreapp2.1.cs | 7 + .../api/Azure.Core.netstandard2.0.cs | 7 + .../Azure.Core}/src/HttpAuthorization.cs | 0 .../tests/HttpAuthorizationTests.cs | 0 .../tests/ManagementPipelineBuilderTests.cs | 1 + .../src/Properties/AssemblyInfo.cs | 2 +- .../src/Resources.Designer.cs | 4 +- .../design/proposal-strawman-october-2019.md | 8 +- .../samples/Sample09_ObservableEventBatch.md | 2 +- ...cenarioTests.DisasterRecoveryTests.CRUD.cs | 4 +- .../src/EventHubPartitionPump.cs | 2 +- .../src/LeaseLostException.cs | 2 +- .../src/PartitionContext.cs | 4 +- .../src/ProcessorEventSource.cs | 2 +- .../src/EventHubsEventSource.cs | 2 +- .../src/Primitives/EventHubsException.cs | 2 +- .../tests/Client/DataBatchTests.cs | 2 +- .../tests/Processor/ProcessorTests.cs | 2 +- ...cenarioTests.DisasterRecoveryTests.CRUD.cs | 4 +- .../Tests/ScenarioTests.EventHubTests.CRUD.cs | 2 +- .../ScenarioTests.NetworkRuleSetTests.CRUD.cs | 2 +- .../src/Listeners/EventHubListener.cs | 2 +- .../src/Listeners/EventHubsScaleMonitor.cs | 2 +- .../tests/EventHubAsyncCollectorTests.cs | 4 +- .../tests/EventHubListenerTests.cs | 2 +- .../TestHelpers/HDInsightManagementHelper.cs | 6 +- .../tests/TestHelpers/HDInsightMockContext.cs | 4 +- .../Azure.Identity/src/MsalClientBase.cs | 2 +- .../ManagedIdentityCredentialArcLiveTests.cs | 4 +- .../src/Cryptography/CryptographyClient.cs | 8 +- .../src/SecretProperties.cs | 2 +- .../src/KeyVaultPipeline.cs | 4 +- .../src/Algorithms/NativeMethods.cs | 4 +- .../src/JsonWebKey.cs | 2 +- .../src/JsonWebKeyVerifier.cs | 12 +- .../Authentication/KeyVaultCredential.cs | 2 +- .../src/Customized/KeyVaultClient.cs | 2 +- sdk/keyvault/samples/sharelink/Program.cs | 2 +- .../Azure.ResourceManager.netstandard2.0.cs | 14 +- .../Models/SystemData.Serialization.cs | 30 - .../src/Generated/Models/SystemData.cs | 12 +- .../ProviderResourceType.Serialization.cs | 16 - .../Resources/Models/ProviderResourceType.cs | 4 - ...ResourceGroupExportResult.Serialization.cs | 4 +- .../Models/ResourceGroupExportResult.cs | 4 +- .../Azure.ResourceManager/src/autorest.md | 4 + .../tests/Tests/IndexingTests.cs | 2 +- ....ResourceManager.Storage.netstandard2.0.cs | 2016 +- .../samples/README.md | 15 + .../Sample1_ManagingStorageAccounts.md | 94 + .../samples/Sample2_ManagingBlobContainers.md | 113 + .../src/Azure.ResourceManager.Storage.csproj | 15 +- .../src/Generated/BlobContainer.cs | 635 + .../src/Generated/BlobContainerContainer.cs | 397 + .../BlobContainer.cs => BlobContainerData.cs} | 26 +- .../src/Generated/BlobContainersOperations.cs | 651 - .../src/Generated/BlobInventoryPolicy.cs | 174 + .../Generated/BlobInventoryPolicyContainer.cs | 323 + .../src/Generated/BlobInventoryPolicyData.cs | 44 + .../src/Generated/BlobService.cs | 185 + .../src/Generated/BlobServiceContainer.cs | 292 + ...erviceProperties.cs => BlobServiceData.cs} | 30 +- .../src/Generated/BlobServicesOperations.cs | 189 - .../src/Generated/DeletedAccount.cs | 129 + .../src/Generated/DeletedAccountContainer.cs | 322 + .../src/Generated/DeletedAccountData.cs | 50 + .../src/Generated/EncryptionScope.cs | 178 + .../src/Generated/EncryptionScopeContainer.cs | 391 + ...ryptionScope.cs => EncryptionScopeData.cs} | 27 +- .../Generated/EncryptionScopesOperations.cs | 265 - .../Extensions/ResourceGroupExtensions.cs | 25 + .../Extensions/SubscriptionExtensions.cs | 300 + .../src/Generated/FileService.cs | 185 + .../src/Generated/FileServiceContainer.cs | 282 + ...erviceProperties.cs => FileServiceData.cs} | 30 +- .../src/Generated/FileServicesOperations.cs | 158 - .../src/Generated/FileShare.cs | 321 + .../src/Generated/FileShareContainer.cs | 411 + .../{Models/FileShare.cs => FileShareData.cs} | 43 +- .../src/Generated/FileSharesOperations.cs | 351 - .../BlobContainerCreateOperation.cs | 60 + ...eateOrUpdateImmutabilityPolicyOperation.cs | 58 + ...tainerDeleteImmutabilityPolicyOperation.cs | 58 + .../BlobContainerDeleteOperation.cs | 52 + .../BlobContainerObjectLevelWormOperation.cs | 53 + .../BlobContainerUpdateOperation.cs | 60 + ...bInventoryPolicyCreateOrUpdateOperation.cs | 60 + .../BlobInventoryPolicyDeleteOperation.cs | 52 + ...lobServiceSetServicePropertiesOperation.cs | 60 + .../EncryptionScopePatchOperation.cs | 60 + .../EncryptionScopePutOperation.cs | 60 + ...ileServiceSetServicePropertiesOperation.cs | 60 + .../FileShareCreateOperation.cs | 60 + .../FileShareDeleteOperation.cs | 52 + .../FileShareUpdateOperation.cs | 60 + ...ManagementPolicyCreateOrUpdateOperation.cs | 60 + .../ManagementPolicyDeleteOperation.cs | 52 + ...eplicationPolicyCreateOrUpdateOperation.cs | 60 + .../ObjectReplicationPolicyDeleteOperation.cs | 52 + ...rivateEndpointConnectionDeleteOperation.cs | 52 + .../PrivateEndpointConnectionPutOperation.cs | 60 + .../QueueCreateOperation.cs | 60 + .../QueueDeleteOperation.cs | 52 + ...eueServiceSetServicePropertiesOperation.cs | 60 + .../QueueUpdateOperation.cs | 60 + .../StorageAccountCreateOperation.cs} | 25 +- .../StorageAccountDeleteOperation.cs | 52 + .../StorageAccountFailoverOperation.cs | 53 + ...orageAccountRestoreBlobRangesOperation.cs} | 16 +- .../StorageAccountUpdateOperation.cs | 60 + .../TableCreateOperation.cs | 60 + .../TableDeleteOperation.cs | 52 + ...bleServiceSetServicePropertiesOperation.cs | 60 + .../TableUpdateOperation.cs | 60 + .../Generated/ManagementPoliciesOperations.cs | 164 - .../src/Generated/ManagementPolicy.cs | 174 + .../Generated/ManagementPolicyContainer.cs | 275 + ...ementPolicy.cs => ManagementPolicyData.cs} | 23 +- .../Models/AccessPolicy.Serialization.cs | 73 + .../src/Generated/Models/AccessPolicy.cs | 38 + .../AzureEntityResource.Serialization.cs | 9 +- .../Generated/Models/AzureEntityResource.cs | 13 +- ...entityBasedAuthentication.Serialization.cs | 18 +- .../AzureFilesIdentityBasedAuthentication.cs | 6 +- ....cs => BlobContainerData.Serialization.cs} | 32 +- .../BlobInventoryPolicyData.Serialization.cs | 103 + ...InventoryPolicyDefinition.Serialization.cs | 88 + .../Models/BlobInventoryPolicyDefinition.cs | 62 + ...BlobInventoryPolicyFilter.Serialization.cs | 114 + .../Models/BlobInventoryPolicyFilter.cs | 45 + .../Models/BlobInventoryPolicyName.cs | 48 + .../BlobInventoryPolicyRule.Serialization.cs | 61 + .../Models/BlobInventoryPolicyRule.cs | 51 + ...BlobInventoryPolicySchema.Serialization.cs | 64 + .../Models/BlobInventoryPolicySchema.cs | 52 + ...on.cs => BlobServiceData.Serialization.cs} | 32 +- .../Models/BlobServiceItems.Serialization.cs | 7 +- .../src/Generated/Models/BlobServiceItems.cs | 7 +- .../Models/ChangeFeed.Serialization.cs | 18 +- .../src/Generated/Models/ChangeFeed.cs | 6 +- .../CloudErrorAutoGenerated2.Serialization.cs | 34 - .../Models/CloudErrorAutoGenerated2.cs | 28 - ...udErrorBodyAutoGenerated2.Serialization.cs | 58 - .../Models/CloudErrorBodyAutoGenerated2.cs | 44 - .../src/Generated/Models/CreatedByType.cs | 57 + .../DateAfterModification.Serialization.cs | 32 +- .../Generated/Models/DateAfterModification.cs | 15 +- .../Models/DefaultSharePermission.cs | 60 + .../DeletedAccountData.Serialization.cs | 93 + .../DeletedAccountListResult.Serialization.cs | 47 + .../Models/DeletedAccountListResult.cs | 37 + .../Models/Dimension.Serialization.cs | 35 - .../src/Generated/Models/Dimension.cs | 32 - .../Models/Encryption.Serialization.cs | 18 +- .../src/Generated/Models/Encryption.cs | 6 +- .../EncryptionIdentity.Serialization.cs | 40 + .../Generated/Models/EncryptionIdentity.cs | 28 + ...s => EncryptionScopeData.Serialization.cs} | 32 +- ...onScopeKeyVaultProperties.Serialization.cs | 20 +- .../EncryptionScopeKeyVaultProperties.cs | 12 +- ...EncryptionScopeListResult.Serialization.cs | 7 +- .../Models/EncryptionScopeListResult.cs | 7 +- .../Models/ErrorResponse.Serialization.cs | 19 +- .../src/Generated/Models/ErrorResponse.cs | 14 +- .../Models/ErrorResponseBody.Serialization.cs | 35 + .../src/Generated/Models/ErrorResponseBody.cs | 32 + .../src/Generated/Models/ExpirationAction.cs | 48 + .../Models/ExtendedLocation.Serialization.cs | 56 + .../src/Generated/Models/ExtendedLocation.cs | 32 + .../Generated/Models/ExtendedLocationTypes.cs | 48 + ...on.cs => FileServiceData.Serialization.cs} | 32 +- .../Models/FileServiceItems.Serialization.cs | 7 +- .../src/Generated/Models/FileServiceItems.cs | 7 +- ...tion.cs => FileShareData.Serialization.cs} | 86 +- .../Models/FileShareItem.Serialization.cs | 79 +- .../src/Generated/Models/FileShareItem.cs | 30 +- .../Models/FileShareItems.Serialization.cs | 7 +- .../src/Generated/Models/FileShareItems.cs | 7 +- .../src/Generated/Models/Format.cs | 51 + .../Models/Identity.Serialization.cs | 37 +- .../src/Generated/Models/Identity.cs | 18 +- .../src/Generated/Models/IdentityType.cs | 57 + .../ImmutabilityPolicy.Serialization.cs | 9 +- .../Generated/Models/ImmutabilityPolicy.cs | 10 +- ...ableStorageWithVersioning.Serialization.cs | 68 + .../Models/ImmutableStorageWithVersioning.cs | 38 + .../src/Generated/Models/InventoryRuleType.cs | 48 + .../Models/KeyCreationTime.Serialization.cs | 46 + .../src/Generated/Models/KeyCreationTime.cs | 32 + .../Models/KeyPolicy.Serialization.cs | 37 + .../src/Generated/Models/KeyPolicy.cs | 23 + ...tAccessTimeTrackingPolicy.Serialization.cs | 96 + .../Models/LastAccessTimeTrackingPolicy.cs | 46 + .../src/Generated/Models/LeaseShareAction.cs | 60 + .../Models/LeaseShareRequest.Serialization.cs | 43 + .../src/Generated/Models/LeaseShareRequest.cs | 31 + .../LeaseShareResponse.Serialization.cs | 35 + .../Generated/Models/LeaseShareResponse.cs | 32 + ... ListBlobInventoryPolicy.Serialization.cs} | 13 +- .../Models/ListBlobInventoryPolicy.cs | 33 + .../Models/ListContainerItem.Serialization.cs | 25 +- .../src/Generated/Models/ListContainerItem.cs | 13 +- .../ListContainerItems.Serialization.cs | 7 +- .../Generated/Models/ListContainerItems.cs | 7 +- .../Models/ListQueue.Serialization.cs | 9 +- .../src/Generated/Models/ListQueue.cs | 10 +- .../Models/ListQueueResource.Serialization.cs | 7 +- .../src/Generated/Models/ListQueueResource.cs | 7 +- .../Models/ListQueueServices.Serialization.cs | 7 +- .../src/Generated/Models/ListQueueServices.cs | 7 +- .../Models/ListTableResource.Serialization.cs | 7 +- .../src/Generated/Models/ListTableResource.cs | 7 +- .../Models/ListTableServices.Serialization.cs | 7 +- .../src/Generated/Models/ListTableServices.cs | 7 +- .../ManagementPolicyAction.Serialization.cs | 18 +- .../Models/ManagementPolicyAction.cs | 6 +- .../ManagementPolicyBaseBlob.Serialization.cs | 18 +- .../Models/ManagementPolicyBaseBlob.cs | 6 +- ... => ManagementPolicyData.Serialization.cs} | 16 +- .../Models/ManagementPolicyFilter.cs | 6 +- .../ManagementPolicySnapShot.Serialization.cs | 34 +- .../Models/ManagementPolicySnapShot.cs | 10 +- .../ManagementPolicyVersion.Serialization.cs | 77 + .../Models/ManagementPolicyVersion.cs | 36 + .../MetricSpecification.Serialization.cs | 93 - .../Generated/Models/MetricSpecification.cs | 64 - .../src/Generated/Models/MigrationState.cs | 51 + .../src/Generated/Models/MinimumTlsVersion.cs | 54 + .../Models/Multichannel.Serialization.cs | 45 + .../src/Generated/Models/Multichannel.cs | 28 + .../src/Generated/Models/Name.cs | 48 + .../Models/NetworkRuleSet.Serialization.cs | 28 +- .../src/Generated/Models/NetworkRuleSet.cs | 7 +- ...ObjectReplicationPolicies.Serialization.cs | 7 +- .../Models/ObjectReplicationPolicies.cs | 7 +- ...ectReplicationPolicyData.Serialization.cs} | 16 +- .../src/Generated/Models/ObjectType.cs | 51 + .../Models/Operation.Serialization.cs | 69 - .../src/Generated/Models/Operation.cs | 40 - .../Models/OperationDisplay.Serialization.cs | 47 - .../src/Generated/Models/OperationDisplay.cs | 40 - .../Generated/Models/OperationListResult.cs | 32 - ...teEndpointConnectionData.Serialization.cs} | 16 +- ...pointConnectionListResult.Serialization.cs | 7 +- .../PrivateEndpointConnectionListResult.cs | 7 +- .../PrivateLinkResource.Serialization.cs | 9 +- .../Generated/Models/PrivateLinkResource.cs | 10 +- .../Models/ProtocolSettings.Serialization.cs | 45 + .../src/Generated/Models/ProtocolSettings.cs | 28 + ...n.cs => QueueServiceData.Serialization.cs} | 16 +- .../Models/Resource.Serialization.cs | 47 - .../src/Generated/Models/Resource.cs | 36 - .../ResourceAccessRule.Serialization.cs | 51 + .../Generated/Models/ResourceAccessRule.cs | 32 + .../RestorePolicyProperties.Serialization.cs | 13 +- .../Models/RestorePolicyProperties.cs | 10 +- .../Models/SasPolicy.Serialization.cs | 45 + .../src/Generated/Models/SasPolicy.cs | 35 + .../src/Generated/Models/Schedule.cs | 51 + .../ServiceSpecification.Serialization.cs | 40 - .../Generated/Models/ServiceSpecification.cs | 32 - .../Models/SignedIdentifier.Serialization.cs | 54 + .../src/Generated/Models/SignedIdentifier.cs | 31 + .../Models/SmbSetting.Serialization.cs | 89 + .../src/Generated/Models/SmbSetting.cs | 44 + .../Generated/Models/State.Serialization.cs | 34 - .../src/Generated/Models/State.cs | 58 +- ...geAccountCreateParameters.Serialization.cs | 40 + .../Models/StorageAccountCreateParameters.cs | 16 + ...cs => StorageAccountData.Serialization.cs} | 172 +- .../Models/StorageAccountKey.Serialization.cs | 14 +- .../src/Generated/Models/StorageAccountKey.cs | 8 +- .../StorageAccountListResult.Serialization.cs | 7 +- .../Models/StorageAccountListResult.cs | 7 +- ...geAccountUpdateParameters.Serialization.cs | 30 + .../Models/StorageAccountUpdateParameters.cs | 12 + ...n.cs => StorageQueueData.Serialization.cs} | 15 +- .../Models/SystemData.Serialization.cs | 80 + .../src/Generated/Models/SystemData.cs | 50 + .../src/Generated/Models/Table.cs | 31 - ...lization.cs => TableData.Serialization.cs} | 15 +- ...n.cs => TableServiceData.Serialization.cs} | 16 +- .../Models/TrackedResource.Serialization.cs | 83 - .../src/Generated/Models/TrackedResource.cs | 48 - .../VirtualNetworkRule.Serialization.cs | 4 +- .../ObjectReplicationPoliciesOperations.cs | 233 - .../src/Generated/ObjectReplicationPolicy.cs | 174 + .../ObjectReplicationPolicyContainer.cs | 361 + ...licy.cs => ObjectReplicationPolicyData.cs} | 31 +- .../src/Generated/Operations.cs | 86 - .../Generated/PrivateEndpointConnection.cs | 174 + .../PrivateEndpointConnectionContainer.cs | 361 + ...on.cs => PrivateEndpointConnectionData.cs} | 24 +- .../PrivateEndpointConnectionsOperations.cs | 233 - .../PrivateLinkResourcesOperations.cs | 80 - .../src/Generated/QueueOperations.cs | 309 - .../src/Generated/QueueService.cs | 185 + .../src/Generated/QueueServiceContainer.cs | 282 + ...rviceProperties.cs => QueueServiceData.cs} | 24 +- .../src/Generated/QueueServicesOperations.cs | 158 - .../src/Generated/RestOperations.cs | 100 - .../BlobContainersRestOperations.cs | 538 +- .../BlobInventoryPoliciesRestOperations.cs | 398 + .../BlobServicesRestOperations.cs | 100 +- .../DeletedAccountsRestOperations.cs | 253 + .../EncryptionScopesRestOperations.cs | 82 +- .../FileServicesRestOperations.cs | 100 +- .../FileSharesRestOperations.cs | 401 +- .../ManagementPoliciesRestOperations.cs | 48 +- ...ObjectReplicationPoliciesRestOperations.cs | 70 +- ...rivateEndpointConnectionsRestOperations.cs | 58 +- .../PrivateLinkResourcesRestOperations.cs | 28 +- .../QueueRestOperations.cs | 210 +- .../QueueServicesRestOperations.cs | 100 +- .../SkusRestOperations.cs | 28 +- .../StorageAccountNameRestOperations.cs | 117 + .../StorageAccountsRestOperations.cs | 257 +- .../TableRestOperations.cs | 210 +- .../TableServicesRestOperations.cs | 100 +- .../UsagesRestOperations.cs | 28 +- .../src/Generated/SkusOperations.cs | 87 - .../src/Generated/StorageAccount.cs | 823 + .../src/Generated/StorageAccountContainer.cs | 397 + ...torageAccount.cs => StorageAccountData.cs} | 77 +- .../StorageAccountsFailoverOperation.cs | 68 - .../Generated/StorageAccountsOperations.cs | 725 - .../src/Generated/StorageManagementClient.cs | 107 - .../StorageManagementClientOptions.cs | 16 - .../src/Generated/StorageQueue.cs | 223 + .../src/Generated/StorageQueueContainer.cs | 395 + .../StorageQueue.cs => StorageQueueData.cs} | 22 +- .../src/Generated/Table.cs | 209 + .../src/Generated/TableContainer.cs | 381 + .../src/Generated/TableData.cs | 34 + .../src/Generated/TableOperations.cs | 301 - .../src/Generated/TableService.cs | 185 + .../src/Generated/TableServiceContainer.cs | 282 + ...rviceProperties.cs => TableServiceData.cs} | 24 +- .../src/Generated/TableServicesOperations.cs | 158 - .../src/Generated/UsagesOperations.cs | 101 - .../src/autorest.md | 116 +- ...Azure.ResourceManager.Storage.Tests.csproj | 9 +- .../tests/Helpers/StorageTestBase.cs | 119 + .../StorageTestsManagementClientBase.cs | 318 - .../Sample1_ManagingStorageAccounts.cs | 104 + .../Samples/Sample2_ManagingBlobContainers.cs | 106 + .../CreateDeleteBlobContainer.json | 1049 + .../CreateDeleteBlobContainerAsync.json | 1049 + .../CreateDeleteImmutabilityPolicy.json | 898 + .../CreateDeleteImmutabilityPolicyAsync.json | 898 + .../GetAllBlobContainers.json | 894 + .../GetAllBlobContainersAsync.json | 925 + .../BlobContainerTests/SetClearLegalHold.json | 897 + .../SetClearLegalHoldAsync.json | 897 + .../StartCreateDeleteBlobContainer.json | 1049 + .../StartCreateDeleteBlobContainerAsync.json | 1049 + .../UpdateBlobContainer.json | 865 + .../UpdateBlobContainerAsync.json | 865 + .../BlobContainerTests/UpdateBlobService.json | 821 + .../UpdateBlobServiceAsync.json | 821 + ...ersCreateDeleteImmutabilityPolicyTest.json | 772 - ...eateDeleteImmutabilityPolicyTestAsync.json | 704 - .../BlobContainersCreateDeleteTest.json | 797 - .../BlobContainersCreateDeleteTestAsync.json | 797 - .../BlobContainersEncryptionScopeTest.json | 802 - ...lobContainersEncryptionScopeTestAsync.json | 802 - ...ontainersExtendImmutabilityPolicyTest.json | 822 - ...nersExtendImmutabilityPolicyTestAsync.json | 822 - .../BlobContainersGetTest.json | 1021 - .../BlobContainersGetTestAsync.json | 1021 - .../BlobContainersListTest.json | 1084 - .../BlobContainersListTestAsync.json | 1016 - ...bContainersLockImmutabilityPolicyTest.json | 771 - ...ainersLockImmutabilityPolicyTestAsync.json | 771 - .../BlobContainersSetLegalHoldTest.json | 737 - .../BlobContainersSetLegalHoldTestAsync.json | 737 - ...ontainersUpdateImmutabilityPolicyTest.json | 788 - ...nersUpdateImmutabilityPolicyTestAsync.json | 788 - .../BlobContainersUpdateTest.json | 723 - .../BlobContainersUpdateTestAsync.json | 757 - .../BlobServiceTests/BlobServiceCorsTest.json | 931 - .../BlobServiceCorsTestAsync.json | 897 - .../BlobServiceTests/BlobServiceTest.json | 754 - .../BlobServiceTestAsync.json | 754 - ...PolicyTest_AllowProtectedAppendWrites.json | 793 - ...yTest_AllowProtectedAppendWritesAsync.json | 793 - .../BlobServiceTests/ListBlobServiceTest.json | 644 - .../ListBlobServiceTestAsync.json | 644 - .../BlobServiceTests/ORSTest.json | 2166 - .../BlobServiceTests/ORSTestAsync.json | 2166 - .../FileServiceTests/FileServiceCorsTest.json | 927 - .../FileServiceCorsTestAsync.json | 927 - .../FileSharesCreateDeleteListTest.json | 969 - .../FileSharesCreateDeleteListTestAsync.json | 969 - .../FileSharesUpdateGetTest.json | 779 - .../FileSharesUpdateGetTestAsync.json | 779 - .../FileShareTests/CreateDeleteFileShare.json | 1031 + .../CreateDeleteFileShareAsync.json | 1031 + .../FileShareTests/GetAllFileShares.json | 911 + .../FileShareTests/GetAllFileSharesAsync.json | 942 + .../StartCreateDeleteFileShare.json | 1000 + .../StartCreateDeleteFileShareAsync.json | 1031 + .../FileShareTests/UpdateFileShare.json | 909 + .../FileShareTests/UpdateFileShareAsync.json | 909 + .../QueueTests/CreateDeleteStorageQueue.json | 1010 + .../CreateDeleteStorageQueueAsync.json | 1010 + .../QueueTests/GetAllStorageQueues.json | 921 + .../QueueTests/GetAllStorageQueuesAsync.json | 921 + .../StartCreateDeleteStorageQueue.json | 1041 + .../StartCreateDeleteStorageQueueAsync.json | 1041 + .../QueueTests/UpdateStorageQueue.json | 849 + .../QueueTests/UpdateStorageQueueAsync.json | 880 + .../CreateDeleteStorageAccount.json | 1054 + .../CreateDeleteStorageAccountAsync.json | 1048 + .../CreateLargeFileShareOnStorageAccount.json | 820 + ...teLargeFileShareOnStorageAccountAsync.json | 820 + .../CreateUpdataNetworkRule.json | 960 + .../CreateUpdataNetworkRuleAsync.json | 960 + .../EcryptionScopeTest.json | 779 - .../EcryptionScopeTestAsync.json | 779 - .../GetAllStorageAccounts.json | 1451 + .../GetAllStorageAccountsAsync.json | 1451 + .../StartCreateDeleteStorageAccount.json | 1048 + .../StartCreateDeleteStorageAccountAsync.json | 1048 + .../StorageAccountBeginCreateTest.json | 591 - .../StorageAccountBeginCreateTestAsync.json | 557 - .../StorageAccountCheckNameTest.json | 718 - .../StorageAccountCheckNameTestAsync.json | 684 - .../StorageAccountCreateGetdfs.json | 676 - .../StorageAccountCreateGetdfsAsync.json | 676 - .../StorageAccountCreateTest.json | 1229 - .../StorageAccountCreateTestAsync.json | 1229 - ...torageAccountCreateWithAccessTierTest.json | 1135 - ...eAccountCreateWithAccessTierTestAsync.json | 1135 - ...rageAccountCreateWithBlockBlobStorage.json | 751 - ...ccountCreateWithBlockBlobStorageAsync.json | 581 - ...torageAccountCreateWithEncryptionTest.json | 603 - ...eAccountCreateWithEncryptionTestAsync.json | 603 - .../StorageAccountCreateWithFileStorage.json | 750 - ...rageAccountCreateWithFileStorageAsync.json | 580 - ...StorageAccountCreateWithHttpsOnlyTest.json | 1135 - ...geAccountCreateWithHttpsOnlyTestAsync.json | 1135 - .../StorageAccountCreateWithStorageV2.json | 587 - ...torageAccountCreateWithStorageV2Async.json | 587 - ...ateWithTableQueueEcryptionKeyTypeTest.json | 573 - ...thTableQueueEcryptionKeyTypeTestAsync.json | 607 - .../StorageAccountDeleteTest.json | 648 - .../StorageAccountDeleteTestAsync.json | 682 - .../StorageAccountGetBlobTest.json | 1904 - .../StorageAccountGetBlobTestAsync.json | 1938 - .../StorageAccountGetLastSyncTime.json | 783 - .../StorageAccountGetLastSyncTimeAsync.json | 783 - .../StorageAccountGetPremiumTest.json | 640 - .../StorageAccountGetPremiumTestAsync.json | 674 - .../StorageAccountGetStandardTest.json | 2547 - .../StorageAccountGetStandardTestAsync.json | 2513 - ...torageAccountLargeFileSharesStateTest.json | 740 - ...eAccountLargeFileSharesStateTestAsync.json | 706 - .../StorageAccountListAccountSASTest.json | 638 - ...StorageAccountListAccountSASTestAsync.json | 604 - ...ntListAccountSASWithDefaultProperties.json | 635 - ...tAccountSASWithDefaultPropertiesAsync.json | 601 - ...ntListAccountSASWithMissingProperties.json | 638 - ...tAccountSASWithMissingPropertiesAsync.json | 638 - ...StorageAccountListByResourceGroupTest.json | 1270 - ...geAccountListByResourceGroupTestAsync.json | 1270 - .../StorageAccountListBySubscriptionTest.json | 1537 - ...ageAccountListBySubscriptionTestAsync.json | 1537 - .../StorageAccountListKeysTest.json | 264 - .../StorageAccountListKeysTestAsync.json | 638 - .../StorageAccountListServiceSASTest.json | 638 - ...StorageAccountListServiceSASTestAsync.json | 638 - ...ntListServiceSASWithDefaultProperties.json | 635 - ...tServiceSASWithDefaultPropertiesAsync.json | 635 - ...ntListServiceSASWithMissingProperties.json | 636 - ...tServiceSASWithMissingPropertiesAsync.json | 636 - .../StorageAccountListWithEncryptionTest.json | 691 - ...ageAccountListWithEncryptionTestAsync.json | 691 - .../StorageAccountLocationUsageTest.json | 53 - .../StorageAccountLocationUsageTestAsync.json | 53 - .../StorageAccountPrivateEndpointTest.json | 706 - ...torageAccountPrivateEndpointTestAsync.json | 706 - .../StorageAccountPrivateLinkTest.json | 709 - .../StorageAccountPrivateLinkTestAsync.json | 709 - .../StorageAccountRegenerateKey.json | 814 + .../StorageAccountRegenerateKeyAsync.json | 814 + .../StorageAccountRegenerateKeyTest.json | 689 - .../StorageAccountRegenerateKeyTestAsync.json | 689 - ...geAccountRevokeUserDelegationKeysTest.json | 624 - ...ountRevokeUserDelegationKeysTestAsync.json | 624 - ...geAccountSetGetDeleteManagementPolicy.json | 1005 - ...ountSetGetDeleteManagementPolicyAsync.json | 1039 - .../StorageAccountUpdateEncryptionTest.json | 1490 - ...orageAccountUpdateEncryptionTestAsync.json | 1456 - .../StorageAccountUpdateKindStorageV2.json | 774 - ...torageAccountUpdateKindStorageV2Async.json | 774 - .../StorageAccountUpdateMultipleTest.json | 771 - ...StorageAccountUpdateMultipleTestAsync.json | 771 - .../StorageAccountUpdateTest.json | 1184 - .../StorageAccountUpdateTestAsync.json | 1184 - .../StorageAccountUpdateWithCreateTest.json | 1203 - ...orageAccountUpdateWithCreateTestAsync.json | 1203 - ...StorageAccountUpdateWithHttpsOnlyTest.json | 775 - ...geAccountUpdateWithHttpsOnlyTestAsync.json | 775 - .../StorageAccountVnetACLTest.json | 1100 - .../StorageAccountVnetACLTestAsync.json | 1100 - .../StorageSKUListTest.json | 44048 ---------------- .../StorageSKUListTestAsync.json | 44008 --------------- .../UpdateStorageAccount.json | 1612 + .../UpdateStorageAccountAsync.json | 1612 + .../TableTests/CreateDeleteTable.json | 1006 + .../TableTests/CreateDeleteTableAsync.json | 1006 + .../TableTests/GetAllTables.json | 882 + .../TableTests/GetAllTablesAsync.json | 882 + .../TableTests/StartCreateDeleteTable.json | 1006 + .../StartCreateDeleteTableAsync.json | 913 + .../tests/Tests/BlobContainerTests.cs | 212 + .../tests/Tests/BlobServiceTests.cs | 955 - .../tests/Tests/FileServiceTests.cs | 215 - .../tests/Tests/FileShareTests.cs | 131 + .../tests/Tests/QueueTests.cs | 126 + .../tests/Tests/StorageAccountTests.cs | 1961 +- .../tests/Tests/TableTests.cs | 106 + .../Azure.Storage.Common.netstandard2.0.cs | 10 - .../src/Azure.Storage.Common.csproj | 9 +- .../tests/GetAllTranslationsFilterTests.cs | 2 +- .../Build.Tasks/ExecProcess/NugetExec.cs | 2 +- .../Build.Tasks/PublishSDKNuget.cs | 2 +- .../Build.Tasks/SDKCategorizeProjects.cs | 4 +- .../Build.Tasks/Utilities/Check.cs | 4 +- 566 files changed, 73124 insertions(+), 204490 deletions(-) create mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs create mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterNATGatewayProfile.cs delete mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs create mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfile.cs create mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfileAzureDefender.cs create mode 100644 sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleDownMode.cs rename sdk/{storage/Azure.Storage.Common => core/Azure.Core}/src/HttpAuthorization.cs (100%) rename sdk/{storage/Azure.Storage.Common => core/Azure.Core}/tests/HttpAuthorizationTests.cs (100%) rename sdk/resourcemanager/Azure.ResourceManager/src/{Custom => PsuedoGenerated}/Resources/Models/ProviderResourceType.Serialization.cs (88%) rename sdk/resourcemanager/Azure.ResourceManager/src/{Custom => PsuedoGenerated}/Resources/Models/ProviderResourceType.cs (96%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/samples/README.md create mode 100644 sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md create mode 100644 sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/BlobContainer.cs => BlobContainerData.cs} (77%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/BlobServiceProperties.cs => BlobServiceData.cs} (69%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/EncryptionScope.cs => EncryptionScopeData.cs} (62%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/FileServiceProperties.cs => FileServiceData.cs} (52%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/FileShare.cs => FileShareData.cs} (62%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOrUpdateImmutabilityPolicyOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteImmutabilityPolicyOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerObjectLevelWormOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyCreateOrUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobServiceSetServicePropertiesOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePatchOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePutOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileServiceSetServicePropertiesOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareCreateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyCreateOrUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyCreateOrUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionPutOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueCreateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueServiceSetServicePropertiesOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueUpdateOperation.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{StorageAccountsCreateOperation.cs => LongRunningOperation/StorageAccountCreateOperation.cs} (70%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountFailoverOperation.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{StorageAccountsRestoreBlobRangesOperation.cs => LongRunningOperation/StorageAccountRestoreBlobRangesOperation.cs} (76%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountUpdateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableCreateOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableDeleteOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableServiceSetServicePropertiesOperation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableUpdateOperation.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/ManagementPolicy.cs => ManagementPolicyData.cs} (57%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{BlobContainer.Serialization.cs => BlobContainerData.Serialization.cs} (85%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyName.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{BlobServiceProperties.Serialization.cs => BlobServiceData.Serialization.cs} (83%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CreatedByType.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DefaultSharePermission.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountData.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{EncryptionScope.Serialization.cs => EncryptionScopeData.Serialization.cs} (76%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExpirationAction.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocationTypes.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{FileServiceProperties.Serialization.cs => FileServiceData.Serialization.cs} (73%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{FileShare.Serialization.cs => FileShareData.Serialization.cs} (68%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Format.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/IdentityType.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/InventoryRuleType.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareAction.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{OperationListResult.Serialization.cs => ListBlobInventoryPolicy.Serialization.cs} (61%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{ManagementPolicy.Serialization.cs => ManagementPolicyData.Serialization.cs} (84%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MigrationState.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MinimumTlsVersion.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Name.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{ObjectReplicationPolicy.Serialization.cs => ObjectReplicationPolicyData.Serialization.cs} (88%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectType.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{PrivateEndpointConnection.Serialization.cs => PrivateEndpointConnectionData.Serialization.cs} (86%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{TableServiceProperties.Serialization.cs => QueueServiceData.Serialization.cs} (83%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Schedule.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.Serialization.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{StorageAccount.Serialization.cs => StorageAccountData.Serialization.cs} (67%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{StorageQueue.Serialization.cs => StorageQueueData.Serialization.cs} (87%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{Table.Serialization.cs => TableData.Serialization.cs} (82%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/{QueueServiceProperties.Serialization.cs => TableServiceData.Serialization.cs} (83%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/ObjectReplicationPolicy.cs => ObjectReplicationPolicyData.cs} (54%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Operations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/PrivateEndpointConnection.cs => PrivateEndpointConnectionData.cs} (59%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsOperations.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesOperations.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/QueueServiceProperties.cs => QueueServiceData.cs} (53%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesOperations.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/BlobContainersRestOperations.cs (73%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/BlobServicesRestOperations.cs (76%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/EncryptionScopesRestOperations.cs (87%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/FileServicesRestOperations.cs (76%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/FileSharesRestOperations.cs (59%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/ManagementPoliciesRestOperations.cs (88%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/ObjectReplicationPoliciesRestOperations.cs (80%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/PrivateEndpointConnectionsRestOperations.cs (88%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/PrivateLinkResourcesRestOperations.cs (84%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/QueueRestOperations.cs (73%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/QueueServicesRestOperations.cs (76%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/SkusRestOperations.cs (81%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/StorageAccountsRestOperations.cs (89%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/TableRestOperations.cs (72%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/TableServicesRestOperations.cs (76%) rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{ => RestOperations}/UsagesRestOperations.cs (82%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/StorageAccount.cs => StorageAccountData.cs} (62%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsFailoverOperation.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsOperations.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClient.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClientOptions.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/StorageQueue.cs => StorageQueueData.cs} (61%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs rename sdk/storage/Azure.ResourceManager.Storage/src/Generated/{Models/TableServiceProperties.cs => TableServiceData.cs} (53%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesOperations.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesOperations.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainer.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainerAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicy.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicyAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainers.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainersAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHold.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHoldAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainer.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainerAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobService.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobServiceAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShare.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShareAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileShares.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileSharesAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShare.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShareAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueue.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueueAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueues.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueuesAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueue.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueueAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccount.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccountAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccount.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccountAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRule.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRuleAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTestAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccounts.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccountsAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTestAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccount.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTable.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTableAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTables.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTablesAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index f95055374bda0..c597a2937e4d1 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -116,7 +116,7 @@ - + @@ -137,7 +137,7 @@ All should have PrivateAssets="All" set so they don't become pacakge dependencies --> - + diff --git a/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt b/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt index 71a33c4c4e03e..1a5633f9b683d 100644 --- a/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt +++ b/eng/mgmt/mgmtmetadata/containerservice_resource-manager.txt @@ -5,11 +5,11 @@ Generating CSharp code Executing AutoRest command cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\Users\kaiqz\github\kaiqzhan\azure-sdk-for-net\sdk Autorest CSharp Version: 2.3.82 -2021-07-01 22:14:06 UTC +2021-08-05 22:01:48 UTC Azure-rest-api-specs repository information GitHub fork: Azure Branch: master -Commit: b5b3ae9a081535b4dabce52a1136eece3e2d469f +Commit: 111fbceeeb7c2c4905b80fe2ab760e5564b3458a AutoRest information Requested version: v2 Bootstrapper version: autorest@2.0.4413 diff --git a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/properties/AssemblyInfo.cs b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/properties/AssemblyInfo.cs index 883699af2de30..8e5f629aa45fc 100644 --- a/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/properties/AssemblyInfo.cs +++ b/sdk/agrifood/Azure.Verticals.AgriFood.Farming/src/properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // your test project. If not needed, this can be deleted. // [assembly: InternalsVisibleTo("Azure.Template.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] -// Replace Microsoft.Test with the correct resource provider namepace for your service and uncomment. +// Replace Microsoft.Test with the correct resource provider namespace for your service and uncomment. // See https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers // for the list of possible values. [assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.AgFoodPlatform")] diff --git a/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md b/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md index 624c84ad8c5dd..5ecf8c0e873f6 100644 --- a/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md +++ b/sdk/attestation/Azure.Security.Attestation/CHANGELOG.md @@ -38,7 +38,7 @@ Debug.Assert(attestationPolicyHash.SequenceEqual(setResult.Value.PolicyTokenHash - The `TokenSigningKey` type has been renamed `AttestationTokenSigningKey`. - The `PolicyResult` type has been renamed `PolicyModificationResult`. - The constructor for the `AttestationToken` class has been changed from taking an `object` to taking a `BinaryData`. This allows callers to use their preferred serialization -mechanism. The constructor for `AttestationToken` will ensure that the `body` parameter is in fact a serialized JSON object to ensure it is compatable wih the JSON Web Signature encoding algorithms. +mechanism. The constructor for `AttestationToken` will ensure that the `body` parameter is in fact a serialized JSON object to ensure it is compatible wih the JSON Web Signature encoding algorithms. - The inputs to the AttestSgxEnclave and AttestOpenEnclave APIs have been restructured to reduce the number of parameters passed into the API. - When creating an `AttestationData` object specifying that the body type is "JSON", the binary data passed in will be verified that it contains a JSON object. diff --git a/sdk/attestation/Azure.Security.Attestation/src/AttestationAdministrationClient.cs b/sdk/attestation/Azure.Security.Attestation/src/AttestationAdministrationClient.cs index addd8d6593ab4..4e80f3082bb6c 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/AttestationAdministrationClient.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/AttestationAdministrationClient.cs @@ -93,7 +93,7 @@ protected AttestationAdministrationClient() /// /// Retrieves the attesttion policy for the specified . /// - /// to retrive. + /// to retrieve. /// Cancellation token used to cancel this operation. /// An with the policy for the specified attestation type. /// @@ -108,7 +108,7 @@ public virtual AttestationResponse GetPolicy(AttestationType attestation /// /// Retrieves the attesttion policy for the specified . /// - /// Attestation Type to retrive. + /// Attestation Type to retrieve. /// Cancellation token used to cancel this operation. /// An with the policy for the specified attestation type. /// @@ -123,7 +123,7 @@ public virtual async Task> GetPolicyAsync(Attestatio /// /// Retrieves the attesttion policy for the specified . /// - /// to retrive. + /// to retrieve. /// Cancellation token used to cancel this operation. /// True if the call should be asynchronous. /// An with the policy for the specified attestation type. diff --git a/sdk/attestation/Azure.Security.Attestation/src/properties/AssemblyInfo.cs b/sdk/attestation/Azure.Security.Attestation/src/properties/AssemblyInfo.cs index 5ad064f220167..8b9ee203747cf 100644 --- a/sdk/attestation/Azure.Security.Attestation/src/properties/AssemblyInfo.cs +++ b/sdk/attestation/Azure.Security.Attestation/src/properties/AssemblyInfo.cs @@ -7,7 +7,7 @@ // your test project. If not needed, this can be deleted. // [assembly: InternalsVisibleTo("Azure.Template.Tests, PublicKey=0024000004800000940000000602000000240000525341310004000001000100d15ddcb29688295338af4b7686603fe614abd555e09efba8fb88ee09e1f7b1ccaeed2e8f823fa9eef3fdd60217fc012ea67d2479751a0b8c087a4185541b851bd8b16f8d91b840e51b1cb0ba6fe647997e57429265e85ef62d565db50a69ae1647d54d7bd855e4db3d8a91510e5bcbd0edfbbecaa20a7bd9ae74593daa7b11b4")] -// Replace Microsoft.Test with the correct resource provider namepace for your service and uncomment. +// Replace Microsoft.Test with the correct resource provider namespace for your service and uncomment. // See https://docs.microsoft.com/en-us/azure/azure-resource-manager/management/azure-services-resource-providers // for the list of possible values. [assembly: Azure.Core.AzureResourceProviderNamespace("Microsoft.Attestation")] diff --git a/sdk/batch/Microsoft.Azure.Batch/src/Common/BatchErrorCodeStrings.cs b/sdk/batch/Microsoft.Azure.Batch/src/Common/BatchErrorCodeStrings.cs index c41f53a350fb5..1cdf8d23128db 100644 --- a/sdk/batch/Microsoft.Azure.Batch/src/Common/BatchErrorCodeStrings.cs +++ b/sdk/batch/Microsoft.Azure.Batch/src/Common/BatchErrorCodeStrings.cs @@ -640,7 +640,7 @@ public static class PoolResizeErrorCodes public const string OverconstrainedAllocationRequestError = "OverconstrainedAllocationRequestError"; /// - /// Commmunication enabled pool has reached the maximum VM count + /// Communication enabled pool has reached the maximum VM count /// public const string CommunicationEnabledPoolReachedMaxVMCount = "CommunicationEnabledPoolReachedMaxVMCount"; diff --git a/sdk/batch/Microsoft.Azure.Batch/src/FileStaging/IFileStagingProvider.cs b/sdk/batch/Microsoft.Azure.Batch/src/FileStaging/IFileStagingProvider.cs index 48d6d43745705..44a2d7848a075 100644 --- a/sdk/batch/Microsoft.Azure.Batch/src/FileStaging/IFileStagingProvider.cs +++ b/sdk/batch/Microsoft.Azure.Batch/src/FileStaging/IFileStagingProvider.cs @@ -18,7 +18,7 @@ public interface IFileStagingProvider /// Begins an asynchronous operation to stage all of the files in the given collection. /// When file staging begins, all instances of IFileStagingProvider are bucketized by their implementation type. /// This produces one collection of instances per implementation. - /// Each implmentation of IFileStagingProvider has a StageFilesAsync() method. That method is called once with the + /// Each implementation of IFileStagingProvider has a StageFilesAsync() method. That method is called once with the /// collection produced by the bucketization step oulined above. /// /// Collection of all file staging objects to be staged. All instances must have the same implementation type. diff --git a/sdk/batch/Microsoft.Azure.Batch/src/Generated/VirtualMachineConfiguration.cs b/sdk/batch/Microsoft.Azure.Batch/src/Generated/VirtualMachineConfiguration.cs index 7df31bb9f1dd6..27f4deb07833f 100644 --- a/sdk/batch/Microsoft.Azure.Batch/src/Generated/VirtualMachineConfiguration.cs +++ b/sdk/batch/Microsoft.Azure.Batch/src/Generated/VirtualMachineConfiguration.cs @@ -136,7 +136,7 @@ public ContainerConfiguration ContainerConfiguration } /// - /// Gets or sets the configuration for data disks attached to the Comptue Nodes in the pool. + /// Gets or sets the configuration for data disks attached to the Compute Nodes in the pool. /// /// /// This property must be specified if the Compute Nodes in the pool need to have empty data disks attached to them. diff --git a/sdk/batch/Microsoft.Azure.Batch/src/Protocol/Interceptors.cs b/sdk/batch/Microsoft.Azure.Batch/src/Protocol/Interceptors.cs index b20348dbe58e9..2515fba7446cd 100644 --- a/sdk/batch/Microsoft.Azure.Batch/src/Protocol/Interceptors.cs +++ b/sdk/batch/Microsoft.Azure.Batch/src/Protocol/Interceptors.cs @@ -108,7 +108,7 @@ private static void NOOP(object request) } /// - /// A replacment interceptor that calls our modification interceptor. + /// A replacement interceptor that calls our modification interceptor. /// private new void ReplacementInterceptHandler(ref Protocol.IBatchRequest request) { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props index 24183bf947cb5..45f234bd4d0c3 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/AzSdk.RP.props @@ -1,7 +1,7 @@ - ContainerService_2021-05-01 + ContainerService_2021-07-01 $(PackageTags);$(CommonTags);$(AzureApiTag); \ No newline at end of file diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs index 8ec676a4cb842..79b8567011fc0 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/ContainerServiceClient.cs @@ -360,7 +360,7 @@ private void Initialize() PrivateLinkResources = new PrivateLinkResourcesOperations(this); ResolvePrivateLinkServiceId = new ResolvePrivateLinkServiceIdOperations(this); BaseUri = new System.Uri("https://management.azure.com"); - ApiVersion = "2021-05-01"; + ApiVersion = "2021-07-01"; AcceptLanguage = "en-US"; LongRunningOperationRetryTimeout = 30; GenerateClientRequestId = true; diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs index 58fbd8379397a..490bb7791c190 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/AgentPool.cs @@ -64,6 +64,8 @@ public AgentPool() /// auto-scaling /// Whether to enable /// auto-scaler + /// The scale down mode to use when scaling + /// the Agent Pool. /// Possible values include: /// 'VirtualMachineScaleSets', 'AvailabilitySet' /// Possible values include: 'System', @@ -112,7 +114,7 @@ public AgentPool() /// GPUInstanceProfile to be used to /// specify GPU MIG instance profile for supported GPU VM SKU. Possible /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' - public AgentPool(string id = default(string), string name = default(string), string type = default(string), int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string agentPoolType = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) + public AgentPool(string id = default(string), string name = default(string), string type = default(string), int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string scaleDownMode = default(string), string agentPoolType = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) : base(id, name, type) { Count = count; @@ -128,6 +130,7 @@ public AgentPool() MaxCount = maxCount; MinCount = minCount; EnableAutoScaling = enableAutoScaling; + ScaleDownMode = scaleDownMode; AgentPoolType = agentPoolType; Mode = mode; OrchestratorVersion = orchestratorVersion; @@ -258,6 +261,18 @@ public AgentPool() [JsonProperty(PropertyName = "properties.enableAutoScaling")] public bool? EnableAutoScaling { get; set; } + /// + /// Gets or sets the scale down mode to use when scaling the Agent + /// Pool. + /// + /// + /// This also effects the cluster autoscaler behavior. If not + /// specified, it defaults to Delete. Possible values include: + /// 'Delete', 'Deallocate' + /// + [JsonProperty(PropertyName = "properties.scaleDownMode")] + public string ScaleDownMode { get; set; } + /// /// Gets or sets possible values include: 'VirtualMachineScaleSets', /// 'AvailabilitySet' diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs index d15f24633a1bc..74371e2d92dd4 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ContainerServiceNetworkProfile.cs @@ -57,7 +57,9 @@ public ContainerServiceNetworkProfile() /// cluster. /// Profile of the cluster load /// balancer. - public ContainerServiceNetworkProfile(string networkPlugin = default(string), string networkPolicy = default(string), string networkMode = default(string), string podCidr = default(string), string serviceCidr = default(string), string dnsServiceIP = default(string), string dockerBridgeCidr = default(string), string outboundType = default(string), string loadBalancerSku = default(string), ManagedClusterLoadBalancerProfile loadBalancerProfile = default(ManagedClusterLoadBalancerProfile)) + /// Profile of the cluster NAT + /// gateway. + public ContainerServiceNetworkProfile(string networkPlugin = default(string), string networkPolicy = default(string), string networkMode = default(string), string podCidr = default(string), string serviceCidr = default(string), string dnsServiceIP = default(string), string dockerBridgeCidr = default(string), string outboundType = default(string), string loadBalancerSku = default(string), ManagedClusterLoadBalancerProfile loadBalancerProfile = default(ManagedClusterLoadBalancerProfile), ManagedClusterNATGatewayProfile natGatewayProfile = default(ManagedClusterNATGatewayProfile)) { NetworkPlugin = networkPlugin; NetworkPolicy = networkPolicy; @@ -69,6 +71,7 @@ public ContainerServiceNetworkProfile() OutboundType = outboundType; LoadBalancerSku = loadBalancerSku; LoadBalancerProfile = loadBalancerProfile; + NatGatewayProfile = natGatewayProfile; CustomInit(); } @@ -138,7 +141,8 @@ public ContainerServiceNetworkProfile() /// This can only be set at cluster creation time and cannot be changed /// later. For more information see [egress outbound /// type](https://docs.microsoft.com/azure/aks/egress-outboundtype). - /// Possible values include: 'loadBalancer', 'userDefinedRouting' + /// Possible values include: 'loadBalancer', 'userDefinedRouting', + /// 'managedNATGateway', 'userAssignedNATGateway' /// [JsonProperty(PropertyName = "outboundType")] public string OutboundType { get; set; } @@ -161,6 +165,12 @@ public ContainerServiceNetworkProfile() [JsonProperty(PropertyName = "loadBalancerProfile")] public ManagedClusterLoadBalancerProfile LoadBalancerProfile { get; set; } + /// + /// Gets or sets profile of the cluster NAT gateway. + /// + [JsonProperty(PropertyName = "natGatewayProfile")] + public ManagedClusterNATGatewayProfile NatGatewayProfile { get; set; } + /// /// Validate the object. /// @@ -201,6 +211,10 @@ public virtual void Validate() { LoadBalancerProfile.Validate(); } + if (NatGatewayProfile != null) + { + NatGatewayProfile.Validate(); + } } } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs index 17ae58b44a5cc..459e63efc0108 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedCluster.cs @@ -39,6 +39,11 @@ public ManagedCluster() /// Resource name /// Resource type /// Resource tags + /// The managed cluster SKU. + /// The extended location of the Virtual + /// Machine. + /// The identity of the managed cluster, if + /// configured. /// The current provisioning /// state. /// The Power State of the cluster. @@ -95,14 +100,14 @@ public ManagedCluster() /// disabled on the Managed Cluster. /// Configurations for provisioning the /// cluster with HTTP proxy servers. - /// The identity of the managed cluster, if - /// configured. - /// The managed cluster SKU. - /// The extended location of the Virtual - /// Machine. - public ManagedCluster(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), string provisioningState = default(string), PowerState powerState = default(PowerState), int? maxAgentPools = default(int?), string kubernetesVersion = default(string), string dnsPrefix = default(string), string fqdnSubdomain = default(string), string fqdn = default(string), string privateFQDN = default(string), string azurePortalFQDN = default(string), IList agentPoolProfiles = default(IList), ContainerServiceLinuxProfile linuxProfile = default(ContainerServiceLinuxProfile), ManagedClusterWindowsProfile windowsProfile = default(ManagedClusterWindowsProfile), ManagedClusterServicePrincipalProfile servicePrincipalProfile = default(ManagedClusterServicePrincipalProfile), IDictionary addonProfiles = default(IDictionary), ManagedClusterPodIdentityProfile podIdentityProfile = default(ManagedClusterPodIdentityProfile), string nodeResourceGroup = default(string), bool? enableRBAC = default(bool?), bool? enablePodSecurityPolicy = default(bool?), ContainerServiceNetworkProfile networkProfile = default(ContainerServiceNetworkProfile), ManagedClusterAADProfile aadProfile = default(ManagedClusterAADProfile), ManagedClusterAutoUpgradeProfile autoUpgradeProfile = default(ManagedClusterAutoUpgradeProfile), ManagedClusterPropertiesAutoScalerProfile autoScalerProfile = default(ManagedClusterPropertiesAutoScalerProfile), ManagedClusterAPIServerAccessProfile apiServerAccessProfile = default(ManagedClusterAPIServerAccessProfile), string diskEncryptionSetID = default(string), IDictionary identityProfile = default(IDictionary), IList privateLinkResources = default(IList), bool? disableLocalAccounts = default(bool?), ManagedClusterHTTPProxyConfig httpProxyConfig = default(ManagedClusterHTTPProxyConfig), ManagedClusterIdentity identity = default(ManagedClusterIdentity), ManagedClusterSKU sku = default(ManagedClusterSKU), ExtendedLocation extendedLocation = default(ExtendedLocation)) + /// Security profile for the managed + /// cluster. + public ManagedCluster(string location, string id = default(string), string name = default(string), string type = default(string), IDictionary tags = default(IDictionary), ManagedClusterSKU sku = default(ManagedClusterSKU), ExtendedLocation extendedLocation = default(ExtendedLocation), ManagedClusterIdentity identity = default(ManagedClusterIdentity), string provisioningState = default(string), PowerState powerState = default(PowerState), int? maxAgentPools = default(int?), string kubernetesVersion = default(string), string dnsPrefix = default(string), string fqdnSubdomain = default(string), string fqdn = default(string), string privateFQDN = default(string), string azurePortalFQDN = default(string), IList agentPoolProfiles = default(IList), ContainerServiceLinuxProfile linuxProfile = default(ContainerServiceLinuxProfile), ManagedClusterWindowsProfile windowsProfile = default(ManagedClusterWindowsProfile), ManagedClusterServicePrincipalProfile servicePrincipalProfile = default(ManagedClusterServicePrincipalProfile), IDictionary addonProfiles = default(IDictionary), ManagedClusterPodIdentityProfile podIdentityProfile = default(ManagedClusterPodIdentityProfile), string nodeResourceGroup = default(string), bool? enableRBAC = default(bool?), bool? enablePodSecurityPolicy = default(bool?), ContainerServiceNetworkProfile networkProfile = default(ContainerServiceNetworkProfile), ManagedClusterAADProfile aadProfile = default(ManagedClusterAADProfile), ManagedClusterAutoUpgradeProfile autoUpgradeProfile = default(ManagedClusterAutoUpgradeProfile), ManagedClusterPropertiesAutoScalerProfile autoScalerProfile = default(ManagedClusterPropertiesAutoScalerProfile), ManagedClusterAPIServerAccessProfile apiServerAccessProfile = default(ManagedClusterAPIServerAccessProfile), string diskEncryptionSetID = default(string), IDictionary identityProfile = default(IDictionary), IList privateLinkResources = default(IList), bool? disableLocalAccounts = default(bool?), ManagedClusterHTTPProxyConfig httpProxyConfig = default(ManagedClusterHTTPProxyConfig), ManagedClusterSecurityProfile securityProfile = default(ManagedClusterSecurityProfile)) : base(location, id, name, type, tags) { + Sku = sku; + ExtendedLocation = extendedLocation; + Identity = identity; ProvisioningState = provisioningState; PowerState = powerState; MaxAgentPools = maxAgentPools; @@ -131,9 +136,7 @@ public ManagedCluster() PrivateLinkResources = privateLinkResources; DisableLocalAccounts = disableLocalAccounts; HttpProxyConfig = httpProxyConfig; - Identity = identity; - Sku = sku; - ExtendedLocation = extendedLocation; + SecurityProfile = securityProfile; CustomInit(); } @@ -142,6 +145,24 @@ public ManagedCluster() /// partial void CustomInit(); + /// + /// Gets or sets the managed cluster SKU. + /// + [JsonProperty(PropertyName = "sku")] + public ManagedClusterSKU Sku { get; set; } + + /// + /// Gets or sets the extended location of the Virtual Machine. + /// + [JsonProperty(PropertyName = "extendedLocation")] + public ExtendedLocation ExtendedLocation { get; set; } + + /// + /// Gets or sets the identity of the managed cluster, if configured. + /// + [JsonProperty(PropertyName = "identity")] + public ManagedClusterIdentity Identity { get; set; } + /// /// Gets the current provisioning state. /// @@ -331,7 +352,7 @@ public ManagedCluster() /// Gets or sets identities associated with the cluster. /// [JsonProperty(PropertyName = "properties.identityProfile")] - public IDictionary IdentityProfile { get; set; } + public IDictionary IdentityProfile { get; set; } /// /// Gets or sets private link resources associated with the cluster. @@ -360,22 +381,10 @@ public ManagedCluster() public ManagedClusterHTTPProxyConfig HttpProxyConfig { get; set; } /// - /// Gets or sets the identity of the managed cluster, if configured. + /// Gets or sets security profile for the managed cluster. /// - [JsonProperty(PropertyName = "identity")] - public ManagedClusterIdentity Identity { get; set; } - - /// - /// Gets or sets the managed cluster SKU. - /// - [JsonProperty(PropertyName = "sku")] - public ManagedClusterSKU Sku { get; set; } - - /// - /// Gets or sets the extended location of the Virtual Machine. - /// - [JsonProperty(PropertyName = "extendedLocation")] - public ExtendedLocation ExtendedLocation { get; set; } + [JsonProperty(PropertyName = "properties.securityProfile")] + public ManagedClusterSecurityProfile SecurityProfile { get; set; } /// /// Validate the object. diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs index 2117fcb3f9471..70c5b53867592 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfile.cs @@ -61,6 +61,8 @@ public ManagedClusterAgentPoolProfile() /// auto-scaling /// Whether to enable /// auto-scaler + /// The scale down mode to use when scaling + /// the Agent Pool. /// Possible values include: /// 'VirtualMachineScaleSets', 'AvailabilitySet' /// Possible values include: 'System', @@ -109,8 +111,8 @@ public ManagedClusterAgentPoolProfile() /// GPUInstanceProfile to be used to /// specify GPU MIG instance profile for supported GPU VM SKU. Possible /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' - public ManagedClusterAgentPoolProfile(string name, int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) - : base(count, vmSize, osDiskSizeGB, osDiskType, kubeletDiskType, vnetSubnetID, podSubnetID, maxPods, osType, osSKU, maxCount, minCount, enableAutoScaling, type, mode, orchestratorVersion, nodeImageVersion, upgradeSettings, provisioningState, powerState, availabilityZones, enableNodePublicIP, nodePublicIPPrefixID, scaleSetPriority, scaleSetEvictionPolicy, spotMaxPrice, tags, nodeLabels, nodeTaints, proximityPlacementGroupID, kubeletConfig, linuxOSConfig, enableEncryptionAtHost, enableUltraSSD, enableFIPS, gpuInstanceProfile) + public ManagedClusterAgentPoolProfile(string name, int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string scaleDownMode = default(string), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) + : base(count, vmSize, osDiskSizeGB, osDiskType, kubeletDiskType, vnetSubnetID, podSubnetID, maxPods, osType, osSKU, maxCount, minCount, enableAutoScaling, scaleDownMode, type, mode, orchestratorVersion, nodeImageVersion, upgradeSettings, provisioningState, powerState, availabilityZones, enableNodePublicIP, nodePublicIPPrefixID, scaleSetPriority, scaleSetEvictionPolicy, spotMaxPrice, tags, nodeLabels, nodeTaints, proximityPlacementGroupID, kubeletConfig, linuxOSConfig, enableEncryptionAtHost, enableUltraSSD, enableFIPS, gpuInstanceProfile) { Name = name; CustomInit(); diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs index d971cebc282f7..a530772229292 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterAgentPoolProfileProperties.cs @@ -58,6 +58,8 @@ public ManagedClusterAgentPoolProfileProperties() /// auto-scaling /// Whether to enable /// auto-scaler + /// The scale down mode to use when scaling + /// the Agent Pool. /// Possible values include: /// 'VirtualMachineScaleSets', 'AvailabilitySet' /// Possible values include: 'System', @@ -106,7 +108,7 @@ public ManagedClusterAgentPoolProfileProperties() /// GPUInstanceProfile to be used to /// specify GPU MIG instance profile for supported GPU VM SKU. Possible /// values include: 'MIG1g', 'MIG2g', 'MIG3g', 'MIG4g', 'MIG7g' - public ManagedClusterAgentPoolProfileProperties(int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) + public ManagedClusterAgentPoolProfileProperties(int? count = default(int?), string vmSize = default(string), int? osDiskSizeGB = default(int?), string osDiskType = default(string), string kubeletDiskType = default(string), string vnetSubnetID = default(string), string podSubnetID = default(string), int? maxPods = default(int?), string osType = default(string), string osSKU = default(string), int? maxCount = default(int?), int? minCount = default(int?), bool? enableAutoScaling = default(bool?), string scaleDownMode = default(string), string type = default(string), string mode = default(string), string orchestratorVersion = default(string), string nodeImageVersion = default(string), AgentPoolUpgradeSettings upgradeSettings = default(AgentPoolUpgradeSettings), string provisioningState = default(string), PowerState powerState = default(PowerState), IList availabilityZones = default(IList), bool? enableNodePublicIP = default(bool?), string nodePublicIPPrefixID = default(string), string scaleSetPriority = default(string), string scaleSetEvictionPolicy = default(string), double? spotMaxPrice = default(double?), IDictionary tags = default(IDictionary), IDictionary nodeLabels = default(IDictionary), IList nodeTaints = default(IList), string proximityPlacementGroupID = default(string), KubeletConfig kubeletConfig = default(KubeletConfig), LinuxOSConfig linuxOSConfig = default(LinuxOSConfig), bool? enableEncryptionAtHost = default(bool?), bool? enableUltraSSD = default(bool?), bool? enableFIPS = default(bool?), string gpuInstanceProfile = default(string)) { Count = count; VmSize = vmSize; @@ -121,6 +123,7 @@ public ManagedClusterAgentPoolProfileProperties() MaxCount = maxCount; MinCount = minCount; EnableAutoScaling = enableAutoScaling; + ScaleDownMode = scaleDownMode; Type = type; Mode = mode; OrchestratorVersion = orchestratorVersion; @@ -251,6 +254,18 @@ public ManagedClusterAgentPoolProfileProperties() [JsonProperty(PropertyName = "enableAutoScaling")] public bool? EnableAutoScaling { get; set; } + /// + /// Gets or sets the scale down mode to use when scaling the Agent + /// Pool. + /// + /// + /// This also effects the cluster autoscaler behavior. If not + /// specified, it defaults to Delete. Possible values include: + /// 'Delete', 'Deallocate' + /// + [JsonProperty(PropertyName = "scaleDownMode")] + public string ScaleDownMode { get; set; } + /// /// Gets or sets possible values include: 'VirtualMachineScaleSets', /// 'AvailabilitySet' diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs new file mode 100644 index 0000000000000..a0a6a43d41605 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterManagedOutboundIPProfile.cs @@ -0,0 +1,75 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Linq; + + /// + /// Profile of the managed outbound IP resources of the managed cluster. + /// + public partial class ManagedClusterManagedOutboundIPProfile + { + /// + /// Initializes a new instance of the + /// ManagedClusterManagedOutboundIPProfile class. + /// + public ManagedClusterManagedOutboundIPProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ManagedClusterManagedOutboundIPProfile class. + /// + /// The desired number of outbound IPs + /// created/managed by Azure. Allowed values must be in the range of 1 + /// to 16 (inclusive). The default value is 1. + public ManagedClusterManagedOutboundIPProfile(int? count = default(int?)) + { + Count = count; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets the desired number of outbound IPs created/managed by + /// Azure. Allowed values must be in the range of 1 to 16 (inclusive). + /// The default value is 1. + /// + [JsonProperty(PropertyName = "count")] + public int? Count { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (Count > 16) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "Count", 16); + } + if (Count < 1) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "Count", 1); + } + } + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterNATGatewayProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterNATGatewayProfile.cs new file mode 100644 index 0000000000000..b67c1d881124f --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterNATGatewayProfile.cs @@ -0,0 +1,101 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Microsoft.Rest; + using Newtonsoft.Json; + using System.Collections; + using System.Collections.Generic; + using System.Linq; + + /// + /// Profile of the managed cluster NAT gateway. + /// + public partial class ManagedClusterNATGatewayProfile + { + /// + /// Initializes a new instance of the ManagedClusterNATGatewayProfile + /// class. + /// + public ManagedClusterNATGatewayProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterNATGatewayProfile + /// class. + /// + /// Profile of the managed + /// outbound IP resources of the cluster NAT gateway. + /// The effective outbound IP + /// resources of the cluster NAT gateway. + /// Desired outbound flow idle + /// timeout in minutes. Allowed values are in the range of 4 to 120 + /// (inclusive). The default value is 4 minutes. + public ManagedClusterNATGatewayProfile(ManagedClusterManagedOutboundIPProfile managedOutboundIPProfile = default(ManagedClusterManagedOutboundIPProfile), IList effectiveOutboundIPs = default(IList), int? idleTimeoutInMinutes = default(int?)) + { + ManagedOutboundIPProfile = managedOutboundIPProfile; + EffectiveOutboundIPs = effectiveOutboundIPs; + IdleTimeoutInMinutes = idleTimeoutInMinutes; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets profile of the managed outbound IP resources of the + /// cluster NAT gateway. + /// + [JsonProperty(PropertyName = "managedOutboundIPProfile")] + public ManagedClusterManagedOutboundIPProfile ManagedOutboundIPProfile { get; set; } + + /// + /// Gets or sets the effective outbound IP resources of the cluster NAT + /// gateway. + /// + [JsonProperty(PropertyName = "effectiveOutboundIPs")] + public IList EffectiveOutboundIPs { get; set; } + + /// + /// Gets or sets desired outbound flow idle timeout in minutes. Allowed + /// values are in the range of 4 to 120 (inclusive). The default value + /// is 4 minutes. + /// + [JsonProperty(PropertyName = "idleTimeoutInMinutes")] + public int? IdleTimeoutInMinutes { get; set; } + + /// + /// Validate the object. + /// + /// + /// Thrown if validation fails + /// + public virtual void Validate() + { + if (ManagedOutboundIPProfile != null) + { + ManagedOutboundIPProfile.Validate(); + } + if (IdleTimeoutInMinutes > 120) + { + throw new ValidationException(ValidationRules.InclusiveMaximum, "IdleTimeoutInMinutes", 120); + } + if (IdleTimeoutInMinutes < 4) + { + throw new ValidationException(ValidationRules.InclusiveMinimum, "IdleTimeoutInMinutes", 4); + } + } + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs deleted file mode 100644 index 6cbaf38bdcc8b..0000000000000 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterPropertiesIdentityProfileValue.cs +++ /dev/null @@ -1,48 +0,0 @@ -// -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. See License.txt in the project root for -// license information. -// -// Code generated by Microsoft (R) AutoRest Code Generator. -// Changes may cause incorrect behavior and will be lost if the code is -// regenerated. -// - -namespace Microsoft.Azure.Management.ContainerService.Models -{ - using System.Linq; - - public partial class ManagedClusterPropertiesIdentityProfileValue : UserAssignedIdentity - { - /// - /// Initializes a new instance of the - /// ManagedClusterPropertiesIdentityProfileValue class. - /// - public ManagedClusterPropertiesIdentityProfileValue() - { - CustomInit(); - } - - /// - /// Initializes a new instance of the - /// ManagedClusterPropertiesIdentityProfileValue class. - /// - /// The resource ID of the user assigned - /// identity. - /// The client ID of the user assigned - /// identity. - /// The object ID of the user assigned - /// identity. - public ManagedClusterPropertiesIdentityProfileValue(string resourceId = default(string), string clientId = default(string), string objectId = default(string)) - : base(resourceId, clientId, objectId) - { - CustomInit(); - } - - /// - /// An initialization method that performs custom operations like setting defaults - /// - partial void CustomInit(); - - } -} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfile.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfile.cs new file mode 100644 index 0000000000000..aa5654dd20bc1 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfile.cs @@ -0,0 +1,54 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Security profile for the container service cluster. + /// + public partial class ManagedClusterSecurityProfile + { + /// + /// Initializes a new instance of the ManagedClusterSecurityProfile + /// class. + /// + public ManagedClusterSecurityProfile() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the ManagedClusterSecurityProfile + /// class. + /// + /// Azure Defender settings for the + /// security profile. + public ManagedClusterSecurityProfile(ManagedClusterSecurityProfileAzureDefender azureDefender = default(ManagedClusterSecurityProfileAzureDefender)) + { + AzureDefender = azureDefender; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets azure Defender settings for the security profile. + /// + [JsonProperty(PropertyName = "azureDefender")] + public ManagedClusterSecurityProfileAzureDefender AzureDefender { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfileAzureDefender.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfileAzureDefender.cs new file mode 100644 index 0000000000000..c5ed32338af14 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ManagedClusterSecurityProfileAzureDefender.cs @@ -0,0 +1,68 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + using Newtonsoft.Json; + using System.Linq; + + /// + /// Azure Defender settings for the security profile. + /// + public partial class ManagedClusterSecurityProfileAzureDefender + { + /// + /// Initializes a new instance of the + /// ManagedClusterSecurityProfileAzureDefender class. + /// + public ManagedClusterSecurityProfileAzureDefender() + { + CustomInit(); + } + + /// + /// Initializes a new instance of the + /// ManagedClusterSecurityProfileAzureDefender class. + /// + /// Whether to enable Azure Defender + /// Resource ID of the + /// Log Analytics workspace to be associated with Azure Defender. When + /// Azure Defender is enabled, this field is required and must be a + /// valid workspace resource ID. When Azure Defender is disabled, leave + /// the field empty. + public ManagedClusterSecurityProfileAzureDefender(bool? enabled = default(bool?), string logAnalyticsWorkspaceResourceId = default(string)) + { + Enabled = enabled; + LogAnalyticsWorkspaceResourceId = logAnalyticsWorkspaceResourceId; + CustomInit(); + } + + /// + /// An initialization method that performs custom operations like setting defaults + /// + partial void CustomInit(); + + /// + /// Gets or sets whether to enable Azure Defender + /// + [JsonProperty(PropertyName = "enabled")] + public bool? Enabled { get; set; } + + /// + /// Gets or sets resource ID of the Log Analytics workspace to be + /// associated with Azure Defender. When Azure Defender is enabled, + /// this field is required and must be a valid workspace resource ID. + /// When Azure Defender is disabled, leave the field empty. + /// + [JsonProperty(PropertyName = "logAnalyticsWorkspaceResourceId")] + public string LogAnalyticsWorkspaceResourceId { get; set; } + + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs index 05228ab50febc..dd1ed35453f51 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/OutboundType.cs @@ -30,5 +30,15 @@ public static class OutboundType /// userDefinedRouting](https://docs.microsoft.com/azure/aks/egress-outboundtype#outbound-type-of-userdefinedrouting). /// public const string UserDefinedRouting = "userDefinedRouting"; + /// + /// The AKS-managed NAT gateway is used for egress. + /// + public const string ManagedNATGateway = "managedNATGateway"; + /// + /// The user-assigned NAT gateway associated to the cluster subnet is + /// used for egress. This is an advanced scenario and requires proper + /// network configuration. + /// + public const string UserAssignedNATGateway = "userAssignedNATGateway"; } } diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleDownMode.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleDownMode.cs new file mode 100644 index 0000000000000..e78a045d16c88 --- /dev/null +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/Models/ScaleDownMode.cs @@ -0,0 +1,30 @@ +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. See License.txt in the project root for +// license information. +// +// Code generated by Microsoft (R) AutoRest Code Generator. +// Changes may cause incorrect behavior and will be lost if the code is +// regenerated. +// + +namespace Microsoft.Azure.Management.ContainerService.Models +{ + + /// + /// Defines values for ScaleDownMode. + /// + public static class ScaleDownMode + { + /// + /// Create new instances during scale up and remove instances during + /// scale down. + /// + public const string Delete = "Delete"; + /// + /// Attempt to start deallocated instances (if they exist) during scale + /// up and deallocate instances during scale down. + /// + public const string Deallocate = "Deallocate"; + } +} diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs index 73e4ea9b59511..278eafe1d436a 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Generated/SdkInfo_ContainerServiceClient.cs @@ -19,13 +19,13 @@ public static IEnumerable> ApiInfo_ContainerServic { return new Tuple[] { - new Tuple("ContainerService", "AgentPools", "2021-05-01"), - new Tuple("ContainerService", "MaintenanceConfigurations", "2021-05-01"), - new Tuple("ContainerService", "ManagedClusters", "2021-05-01"), - new Tuple("ContainerService", "Operations", "2021-05-01"), - new Tuple("ContainerService", "PrivateEndpointConnections", "2021-05-01"), - new Tuple("ContainerService", "PrivateLinkResources", "2021-05-01"), - new Tuple("ContainerService", "ResolvePrivateLinkServiceId", "2021-05-01"), + new Tuple("ContainerService", "AgentPools", "2021-07-01"), + new Tuple("ContainerService", "MaintenanceConfigurations", "2021-07-01"), + new Tuple("ContainerService", "ManagedClusters", "2021-07-01"), + new Tuple("ContainerService", "Operations", "2021-07-01"), + new Tuple("ContainerService", "PrivateEndpointConnections", "2021-07-01"), + new Tuple("ContainerService", "PrivateLinkResources", "2021-07-01"), + new Tuple("ContainerService", "ResolvePrivateLinkServiceId", "2021-07-01"), }.AsEnumerable(); } } @@ -35,7 +35,7 @@ public static IEnumerable> ApiInfo_ContainerServic public static readonly String AutoRestCmdExecuted = "cmd.exe /c autorest.cmd https://github.com/Azure/azure-rest-api-specs/blob/master/specification/containerservice/resource-manager/readme.md --csharp --version=v2 --reflect-api-versions --csharp-sdks-folder=C:\\Users\\kaiqz\\github\\kaiqzhan\\azure-sdk-for-net\\sdk"; public static readonly String GithubForkName = "Azure"; public static readonly String GithubBranchName = "master"; - public static readonly String GithubCommidId = "b5b3ae9a081535b4dabce52a1136eece3e2d469f"; + public static readonly String GithubCommidId = "111fbceeeb7c2c4905b80fe2ab760e5564b3458a"; public static readonly String CodeGenerationErrors = ""; public static readonly String GithubRepoName = "azure-rest-api-specs"; // END: Code Generation Metadata Section diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj index a4ac080cf9470..0ab5ad7b40a1e 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/src/Microsoft.Azure.Management.ContainerService.csproj @@ -10,7 +10,7 @@ Microsoft.Azure.Management.ContainerService Microsoft Azure Kubernetes Service; Microsoft Azure ContainerService; diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json index a532729f7bf8f..01a531b347e92 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerListClusterAdminCredentialsTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7f82e284-12c4-4573-a6a5-1b8a6f6ac66a" + "c84198cb-abd7-4100-977b-e2ba5551edc6" ], "accept-language": [ "en-US" @@ -24,556 +24,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:40:53 GMT" + "Fri, 06 Aug 2021 23:22:31 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-request-id": [ - "9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" - ], - "x-ms-correlation-request-id": [ - "9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184053Z:9aa0e6da-6566-4a68-abd4-51e2dfbddb3a" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "101066" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "d8a88e16-a578-4c24-83b1-80c192a4207d" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "29" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:40:53 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "x-ms-request-id": [ - "71a4c957-6624-459b-b957-a6261876ab49" - ], - "x-ms-correlation-request-id": [ - "71a4c957-6624-459b-b957-a6261876ab49" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184054Z:71a4c957-6624-459b-b957-a6261876ab49" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "198" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882\",\r\n \"name\": \"aks-dotnet-sdk-RG-8882\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", - "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", - "RequestHeaders": { - "x-ms-client-request-id": [ - "49e2c045-d6fb-4aef-93a7-3551f63aeb73" - ], - "accept-language": [ - "en-US" - ], - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ], - "Content-Type": [ - "application/json; charset=utf-8" - ], - "Content-Length": [ - "410" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:41:19 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-writes": [ - "1199" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30" - ], - "x-ms-correlation-request-id": [ - "5cf1d47e-e93c-4698-931f-4e8772cf3f48" - ], - "x-ms-request-id": [ - "fa15fcc7-2d81-47fa-983e-67321edbff22" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184120Z:5cf1d47e-e93c-4698-931f-4e8772cf3f48" - ], - "Content-Length": [ - "1793" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7920\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7051cce1.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7051cce1.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", - "StatusCode": 201 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:41:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" - ], - "x-ms-correlation-request-id": [ - "f916ce8a-9784-4807-acf2-9c0275cd2fa9" - ], - "x-ms-request-id": [ - "4f2b9fd1-0ee9-40df-8ca6-3e27c4985e25" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184150Z:f916ce8a-9784-4807-acf2-9c0275cd2fa9" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:42:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" - ], - "x-ms-correlation-request-id": [ - "c2be4d5e-2d62-41d8-a400-96bc408b7151" - ], - "x-ms-request-id": [ - "8539ce53-8c1e-4a43-850f-194cf3c0a063" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184220Z:c2be4d5e-2d62-41d8-a400-96bc408b7151" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:42:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" - ], - "x-ms-correlation-request-id": [ - "56b7f4ae-3778-4caf-b41a-a4d54b58f885" - ], - "x-ms-request-id": [ - "772caf59-7b73-4cc1-a164-b4542e639cf9" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184250Z:56b7f4ae-3778-4caf-b41a-a4d54b58f885" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:43:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" - ], - "x-ms-correlation-request-id": [ - "2940279c-ab26-43bf-97a0-cfb8b28e70ad" - ], - "x-ms-request-id": [ - "f5c429c0-ff22-401c-853f-666d87c409ce" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184320Z:2940279c-ab26-43bf-97a0-cfb8b28e70ad" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:43:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" - ], - "x-ms-correlation-request-id": [ - "f230086f-8473-4997-b3e0-14fb93980c31" - ], - "x-ms-request-id": [ - "5e79cbde-2611-4ece-b713-bbe11e29efec" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184351Z:f230086f-8473-4997-b3e0-14fb93980c31" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:44:21 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" - ], - "x-ms-correlation-request-id": [ - "44967858-b89d-4776-a714-c951cc66b0c8" - ], - "x-ms-request-id": [ - "807da4f4-6cc2-4066-92d6-7bcb871c1d81" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184421Z:44967858-b89d-4776-a714-c951cc66b0c8" - ], - "Content-Length": [ - "126" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:44:50 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" + "11990" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "x-ms-request-id": [ + "8e1da77a-881d-4385-91f0-4e76347829ac" ], "x-ms-correlation-request-id": [ - "2e190691-314a-4a0c-9e0a-8f49b389e134" + "8e1da77a-881d-4385-91f0-4e76347829ac" ], - "x-ms-request-id": [ - "8686d304-c6f2-40e1-a81b-3fb5b1774af3" + "x-ms-routing-request-id": [ + "WESTUS2:20210806T232232Z:8e1da77a-881d-4385-91f0-4e76347829ac" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -581,90 +47,42 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184451Z:2e190691-314a-4a0c-9e0a-8f49b389e134" - ], "Content-Length": [ - "126" + "103019" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644-southcentralus\",\r\n \"name\": \"hcpaleldeibebld45288644-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld45288644\",\r\n \"name\": \"sqlaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644\",\r\n \"name\": \"hcpaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-config-test\",\r\n \"name\": \"aks-validator-config-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-staging-test\",\r\n \"name\": \"aks-validator-staging-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"name\": \"MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-meta-test\",\r\n \"name\": \"aks-validator-meta-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5\",\r\n \"name\": \"r-k8sts153251Sm5\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu\",\r\n \"name\": \"r-k8sts15317QsBu\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU\",\r\n \"name\": \"r-k8sts15317gBhU\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073-eastus2\",\r\n \"name\": \"hcppranejaebld45298073-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45298073\",\r\n \"name\": \"sqlpranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073\",\r\n \"name\": \"hcppranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bahetest\",\r\n \"name\": \"bahetest\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628384893\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bahetest_test_eastus2\",\r\n \"name\": \"MC_bahetest_test_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628503588\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45307416-eastus2\",\r\n \"name\": \"hcppranejaebld45307416-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45307416\",\r\n \"name\": \"sqlpranejaebld45307416\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000-eastus2\",\r\n \"name\": \"hcpmattstamebld15150000-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld15150000\",\r\n \"name\": \"sqlmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000\",\r\n \"name\": \"hcpmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45345341-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45345341\",\r\n \"name\": \"sqlyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341\",\r\n \"name\": \"hcpyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45346762-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45346762\",\r\n \"name\": \"sqlyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762\",\r\n \"name\": \"hcpyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-secrets\",\r\n \"name\": \"jiliu8-secrets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"name\": \"MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksrnr-3d2f5e0d\",\r\n \"name\": \"aksrnr-3d2f5e0d\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447-eastus\",\r\n \"name\": \"hcpneaggarwebld45018447-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447\",\r\n \"name\": \"hcpneaggarwebld45018447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abelgmsavnet\",\r\n \"name\": \"abelgmsavnet\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-25p7zs9pae\",\r\n \"name\": \"pkr-Resource-Group-25p7zs9pae\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1627873637\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1627613755\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350-eastus\",\r\n \"name\": \"hcpandliuebld45143350-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld45143350\",\r\n \"name\": \"sqlandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350\",\r\n \"name\": \"hcpandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld45143350_andliu_eastus\",\r\n \"name\": \"MC_andliuebld45143350_andliu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"name\": \"MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45090388\",\r\n \"deletion_due_time\": \"1628395716\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ismilletest\",\r\n \"name\": \"ismilletest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-RPA\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-RPA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-FMC\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-FMC\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"msiuserassigned\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari_ptest\",\r\n \"name\": \"amaheshwari_ptest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628298424\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021-eastus\",\r\n \"name\": \"hcppebomberebld45261021-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpebomberebld45261021\",\r\n \"name\": \"sqlpebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021\",\r\n \"name\": \"hcppebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"name\": \"MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"qinhaoebld45227637\",\r\n \"deletion_due_time\": \"1628302049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-waH\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-waH\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-KKL\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-KKL\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-rey\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-rey\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-woE\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-woE\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-VBR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-VBR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-cPB\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-cPB\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973-eastus\",\r\n \"name\": \"hcptpedrotoebld45291973-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltpedrotoebld45291973\",\r\n \"name\": \"sqltpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973\",\r\n \"name\": \"hcptpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-JAu\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-JAu\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628489234\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"name\": \"MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhifanhuebld45251608\",\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-XgZ\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-XgZ\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381258\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45153668_xx31_eastus\",\r\n \"name\": \"MC_xiazhanebld45153668_xx31_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45153668\",\r\n \"deletion_due_time\": \"1628399224\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270-eastus\",\r\n \"name\": \"hcpxiazhanebld45313270-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45313270\",\r\n \"name\": \"sqlxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270\",\r\n \"name\": \"hcpxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975-eastus\",\r\n \"name\": \"hcptosiebld45314975-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltosiebld45314975\",\r\n \"name\": \"sqltosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975\",\r\n \"name\": \"hcptosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosiebld45314975_tosi1_eastus\",\r\n \"name\": \"MC_tosiebld45314975_tosi1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tosiebld45314975\",\r\n \"deletion_due_time\": \"1628413604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278-eastus\",\r\n \"name\": \"hcpzuyaebld45320278-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45320278\",\r\n \"name\": \"sqlzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278\",\r\n \"name\": \"hcpzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321274-eastus\",\r\n \"name\": \"hcpbaheebld45321274-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321274\",\r\n \"name\": \"sqlbaheebld45321274\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777-eastus\",\r\n \"name\": \"hcpbaheebld45321777-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321777\",\r\n \"name\": \"sqlbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777\",\r\n \"name\": \"hcpbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld45321777_test_eastus\",\r\n \"name\": \"MC_baheebld45321777_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld45321777\",\r\n \"deletion_due_time\": \"1628428035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-xgR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-xgR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516-eastus\",\r\n \"name\": \"hcpmattstamebld1516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1516\",\r\n \"name\": \"sqlmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"name\": \"MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516\",\r\n \"name\": \"hcpmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560-eastus\",\r\n \"name\": \"hcpjoolshevebld45333560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld45333560\",\r\n \"name\": \"sqljoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560\",\r\n \"name\": \"hcpjoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhang5\",\r\n \"name\": \"yizhang5\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhang5_yizhang5cluster_eastus\",\r\n \"name\": \"MC_yizhang5_yizhang5cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346-eastus\",\r\n \"name\": \"hcpxiazhanebld45336346-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45336346\",\r\n \"name\": \"sqlxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346\",\r\n \"name\": \"hcpxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld45333560_test_eastus\",\r\n \"name\": \"MC_joolshevebld45333560_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld45333560\",\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-OsX\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-OsX\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815-eastus\",\r\n \"name\": \"hcpzhifanhuebld45339815-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45339815\",\r\n \"name\": \"sqlzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815\",\r\n \"name\": \"hcpzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1516-swift-rg\",\r\n \"name\": \"mattstamebld1516-swift-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari-proxy\",\r\n \"name\": \"amaheshwari-proxy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"name\": \"MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-YCT\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-YCT\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-AUF\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-AUF\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-qvy\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-qvy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-iyY\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-iyY\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-fLK\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-fLK\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45355288\",\r\n \"name\": \"sqlniqiebld45355288\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117-eastus\",\r\n \"name\": \"hcpbaheebld45357117-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45357117\",\r\n \"name\": \"sqlbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117\",\r\n \"name\": \"hcpbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45359927-eastus\",\r\n \"name\": \"hcpbaheebld45359927-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45359927\",\r\n \"name\": \"sqlbaheebld45359927\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45360178-eastus\",\r\n \"name\": \"hcpbaheebld45360178-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45360178\",\r\n \"name\": \"sqlbaheebld45360178\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45360681-eastus\",\r\n \"name\": \"hcpzuyaebld45360681-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45360681\",\r\n \"name\": \"sqlzuyaebld45360681\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421-eastus\",\r\n \"name\": \"hcpniqiebld45362421-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45362421\",\r\n \"name\": \"sqlniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421\",\r\n \"name\": \"hcpniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45362484-eastus\",\r\n \"name\": \"hcpbaheebld45362484-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45362484\",\r\n \"name\": \"sqlbaheebld45362484\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-niqiebld45362421-Dhimzdp\",\r\n \"name\": \"e2erg-niqiebld45362421-Dhimzdp\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"name\": \"MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"cloud controller manager\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld34534512-eastus\",\r\n \"name\": \"hcpzuyaebld34534512-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld34534512\",\r\n \"name\": \"sqlzuyaebld34534512\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"name\": \"MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"niqiebld45362421\",\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761-eastus\",\r\n \"name\": \"hcptjnguyenebld45367761-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld45367761\",\r\n \"name\": \"sqltjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761\",\r\n \"name\": \"hcptjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780-eastus\",\r\n \"name\": \"hcpthgambleebld45369780-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlthgambleebld45369780\",\r\n \"name\": \"sqlthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780\",\r\n \"name\": \"hcpthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042-eastus\",\r\n \"name\": \"hcpcharliliebld45374042-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlcharliliebld45374042\",\r\n \"name\": \"sqlcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042\",\r\n \"name\": \"hcpcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205-eastus\",\r\n \"name\": \"hcpamaheshwebld45378205-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45378205\",\r\n \"name\": \"sqlamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205\",\r\n \"name\": \"hcpamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/kaiqzhan-test\",\r\n \"name\": \"kaiqzhan-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628543100\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"name\": \"MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45378205\",\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738-eastus\",\r\n \"name\": \"hcpzhifanhuebld45384738-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45384738\",\r\n \"name\": \"sqlzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738\",\r\n \"name\": \"hcpzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958-eastus\",\r\n \"name\": \"hcpamaheshwebld45384958-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45384958\",\r\n \"name\": \"sqlamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958\",\r\n \"name\": \"hcpamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"name\": \"MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45384958\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS\",\r\n \"name\": \"DefaultResourceGroup-WUS\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/RookTest\",\r\n \"name\": \"RookTest\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_RookTest_cluster_westus\",\r\n \"name\": \"MC_RookTest_cluster_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627769226\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tonche\",\r\n \"name\": \"tonche\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628294840\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tonche_tcluster_westus2\",\r\n \"name\": \"MC_tonche_tcluster_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628305659\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/paultest\",\r\n \"name\": \"paultest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_paultest_foo_westus2\",\r\n \"name\": \"MC_paultest_foo_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1510-westus2\",\r\n \"name\": \"hcpmattstamebld1510-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1510\",\r\n \"name\": \"sqlmattstamebld1510\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511-westus2\",\r\n \"name\": \"hcpmattstamebld1511-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1511\",\r\n \"name\": \"sqlmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511\",\r\n \"name\": \"hcpmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1511-swift-rg\",\r\n \"name\": \"mattstamebld1511-swift-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift1_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628392076\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512-westus2\",\r\n \"name\": \"hcpmattstamebld1512-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1512\",\r\n \"name\": \"sqlmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512\",\r\n \"name\": \"hcpmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"name\": \"MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628431643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513-westus2\",\r\n \"name\": \"hcpmattstamebld1513-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1513\",\r\n \"name\": \"sqlmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513\",\r\n \"name\": \"hcpmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"location\": \"westus3\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514-westus2\",\r\n \"name\": \"hcpmattstamebld1514-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1514\",\r\n \"name\": \"sqlmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514\",\r\n \"name\": \"hcpmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0805\",\r\n \"name\": \"robbie0805\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0805_byort_westus2\",\r\n \"name\": \"MC_robbie0805_byort_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-AYKGPzl\",\r\n \"name\": \"e2erg-mattstamebld1516-AYKGPzl\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CSSyWVq\",\r\n \"name\": \"e2erg-mattstamebld1516-CSSyWVq\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CIGMexN\",\r\n \"name\": \"e2erg-mattstamebld1516-CIGMexN\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-sbus-test\",\r\n \"name\": \"xiahe-sbus-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0727-pol\",\r\n \"name\": \"doliu0727-pol\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627636012\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0803-ga\",\r\n \"name\": \"doliu0803-ga\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628219307\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0803-ga_p1_southeastasia\",\r\n \"name\": \"MC_doliu0803-ga_p1_southeastasia\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628316391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628057244\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7522?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "32cb08fc-b713-4637-b8b1-3eef5f78cbc2" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.00001.0", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:45:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" - ], - "x-ms-correlation-request-id": [ - "befe5225-6be2-40bc-b24b-a73c872c06c8" - ], - "x-ms-request-id": [ - "e5178efe-f5a1-4c76-becd-db94dbef8dc3" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184521Z:befe5225-6be2-40bc-b24b-a73c872c06c8" - ], - "Content-Length": [ - "126" + "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + "Content-Length": [ + "29" ] }, "ResponseHeaders": { @@ -672,22 +90,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:45:50 GMT" + "Fri, 06 Aug 2021 23:22:32 GMT" ], "Pragma": [ "no-cache" ], - "Server": [ - "nginx" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "x-ms-request-id": [ + "284af3ed-b1d9-46c1-a945-004bfa476ed9" ], "x-ms-correlation-request-id": [ - "c7299dfe-be97-4cb0-9da2-2a164d2d64ef" + "284af3ed-b1d9-46c1-a945-004bfa476ed9" ], - "x-ms-request-id": [ - "77c97598-48b1-4cb6-87a9-8ee2ed97ff53" + "x-ms-routing-request-id": [ + "WESTUS2:20210806T232232Z:284af3ed-b1d9-46c1-a945-004bfa476ed9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -695,90 +113,42 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184551Z:c7299dfe-be97-4cb0-9da2-2a164d2d64ef" - ], "Content-Length": [ - "126" + "198" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], "Expires": [ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7522\",\r\n \"name\": \"aks-dotnet-sdk-RG-7522\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7522/providers/Microsoft.ContainerService/managedClusters/azsmnet7547?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzU0Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", + "RequestMethod": "PUT", + "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { + "x-ms-client-request-id": [ + "11cca8c1-d7da-463b-8f19-49f665eac47c" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.00001.0", "OSName/Windows", "OSVersion/Microsoft.Windows.10.0.19043.", "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 18:46:20 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" - ], - "x-ms-correlation-request-id": [ - "dbd8e901-4e55-40eb-884e-d6a2c8fd4ce7" - ], - "x-ms-request-id": [ - "8590197f-8a2c-4654-a767-fd203fc12d4f" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T184621Z:dbd8e901-4e55-40eb-884e-d6a2c8fd4ce7" - ], - "Content-Length": [ - "126" ], "Content-Type": [ - "application/json" + "application/json; charset=utf-8" ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + "Content-Length": [ + "410" ] }, "ResponseHeaders": { @@ -786,7 +156,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:46:51 GMT" + "Fri, 06 Aug 2021 23:22:38 GMT" ], "Pragma": [ "no-cache" @@ -794,14 +164,17 @@ "Server": [ "nginx" ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "x-ms-ratelimit-remaining-subscription-writes": [ + "1199" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "11facbfc-dcba-4b16-a506-1f761ce088bb" + "55669aa2-f6bb-4b3a-85f8-2193a6dd97cf" ], "x-ms-request-id": [ - "8b0d74c5-1465-4e9e-9bdf-dad5c28b49da" + "0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -810,10 +183,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184651Z:11facbfc-dcba-4b16-a506-1f761ce088bb" + "WESTUS2:20210806T232239Z:55669aa2-f6bb-4b3a-85f8-2193a6dd97cf" ], "Content-Length": [ - "126" + "1791" ], "Content-Type": [ "application/json" @@ -822,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", - "StatusCode": 200 + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7522/providers/Microsoft.ContainerService/managedClusters/azsmnet7547\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7547\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-ae3923a7.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-ae3923a7.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7522_azsmnet7547_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -843,7 +216,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:47:20 GMT" + "Fri, 06 Aug 2021 23:23:09 GMT" ], "Pragma": [ "no-cache" @@ -852,13 +225,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11999" ], "x-ms-correlation-request-id": [ - "becefea5-b430-49db-b537-9c82ea45b399" + "60e53273-dbd2-4983-a0a3-33b10d588578" ], "x-ms-request-id": [ - "1ceec48e-b513-403c-b750-30bcb6091c36" + "22f13172-c5e9-4922-9d62-a9fa789410e2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -867,7 +240,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184721Z:becefea5-b430-49db-b537-9c82ea45b399" + "WESTUS2:20210806T232309Z:60e53273-dbd2-4983-a0a3-33b10d588578" ], "Content-Length": [ "126" @@ -879,12 +252,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -900,7 +273,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:47:50 GMT" + "Fri, 06 Aug 2021 23:23:39 GMT" ], "Pragma": [ "no-cache" @@ -909,13 +282,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11998" ], "x-ms-correlation-request-id": [ - "18a5ddc4-147f-471e-b832-972ef1025690" + "de9f915c-5f24-4855-ac42-2c7530f5c8d0" ], "x-ms-request-id": [ - "e1c4be57-f44e-4903-8e96-08ee47b56713" + "8ffc89ca-bc84-4f7b-a4b1-eaec5bc8b6c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -924,7 +297,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184751Z:18a5ddc4-147f-471e-b832-972ef1025690" + "WESTUS2:20210806T232339Z:de9f915c-5f24-4855-ac42-2c7530f5c8d0" ], "Content-Length": [ "126" @@ -936,12 +309,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -957,7 +330,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:48:21 GMT" + "Fri, 06 Aug 2021 23:24:09 GMT" ], "Pragma": [ "no-cache" @@ -966,13 +339,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11997" ], "x-ms-correlation-request-id": [ - "7a089c43-bd5a-4b65-9ecb-8627e4e291dc" + "443930e9-2f93-4f5d-923e-5ade3dda5c0e" ], "x-ms-request-id": [ - "0181af36-0e8a-4a03-b334-cbb566d8124c" + "645dc752-4d87-4097-8e2a-0636887ed288" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -981,7 +354,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184821Z:7a089c43-bd5a-4b65-9ecb-8627e4e291dc" + "WESTUS2:20210806T232410Z:443930e9-2f93-4f5d-923e-5ade3dda5c0e" ], "Content-Length": [ "126" @@ -993,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1014,7 +387,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:48:51 GMT" + "Fri, 06 Aug 2021 23:24:39 GMT" ], "Pragma": [ "no-cache" @@ -1023,13 +396,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11996" ], "x-ms-correlation-request-id": [ - "5c29bdc0-699a-4db5-a058-013c61367d65" + "270382d6-b091-471d-880a-e58ca516b555" ], "x-ms-request-id": [ - "af72dc44-4a64-416d-a86e-891e62e7fe7c" + "fdd642b3-0c61-47ab-afb4-063f90d5f15a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1038,7 +411,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184851Z:5c29bdc0-699a-4db5-a058-013c61367d65" + "WESTUS2:20210806T232440Z:270382d6-b091-471d-880a-e58ca516b555" ], "Content-Length": [ "126" @@ -1050,12 +423,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1071,7 +444,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:49:21 GMT" + "Fri, 06 Aug 2021 23:25:09 GMT" ], "Pragma": [ "no-cache" @@ -1080,13 +453,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11995" ], "x-ms-correlation-request-id": [ - "37c26e9f-bf50-4374-8109-faae36e57155" + "c375b82d-aefe-4b70-b2af-9af8aa415e80" ], "x-ms-request-id": [ - "fccb0981-28c7-4538-af3f-5a89bf6f9bc9" + "b238d01b-dd3b-400f-a401-9ac8fdd130b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1095,7 +468,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184921Z:37c26e9f-bf50-4374-8109-faae36e57155" + "WESTUS2:20210806T232510Z:c375b82d-aefe-4b70-b2af-9af8aa415e80" ], "Content-Length": [ "126" @@ -1107,12 +480,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/fa15fcc7-2d81-47fa-983e-67321edbff22?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2ZhMTVmY2M3LTJkODEtNDdmYS05ODNlLTY3MzIxZWRiZmYyMj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/0ada7a1d-cdbd-410c-a80d-2cd533ae6bfa?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzBhZGE3YTFkLWNkYmQtNDEwYy1hODBkLTJjZDUzM2FlNmJmYT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1128,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:49:51 GMT" + "Fri, 06 Aug 2021 23:25:39 GMT" ], "Pragma": [ "no-cache" @@ -1137,13 +510,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11994" ], "x-ms-correlation-request-id": [ - "ee040459-3f26-4fe3-99e6-c22e3dd093c7" + "a11a9ccb-122a-4a7d-b87d-966c48216e95" ], "x-ms-request-id": [ - "5aa473fd-c9ac-496b-b34d-76ee30021a4c" + "c52ce935-0a08-4078-93a8-d41e9b34d934" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1152,7 +525,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184951Z:ee040459-3f26-4fe3-99e6-c22e3dd093c7" + "WESTUS2:20210806T232540Z:a11a9ccb-122a-4a7d-b87d-966c48216e95" ], "Content-Length": [ "170" @@ -1164,12 +537,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c7fc15fa-812d-fa47-983e-67321edbff22\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T18:41:20.3166666Z\",\r\n \"endTime\": \"2021-07-02T18:49:34.7363282Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"1d7ada0a-bdcd-0c41-a80d-2cd533ae6bfa\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:22:39.3866666Z\",\r\n \"endTime\": \"2021-08-06T23:25:39.1681923Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7522/providers/Microsoft.ContainerService/managedClusters/azsmnet7547?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzU0Nz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1185,7 +558,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:49:51 GMT" + "Fri, 06 Aug 2021 23:25:40 GMT" ], "Pragma": [ "no-cache" @@ -1194,16 +567,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T184952Z:04f10b48-f55d-4fc1-9087-50b20ce8f3a0" + "WESTUS2:20210806T232540Z:d4e5402f-06d2-46c1-9898-d83ca58fab56" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11993" ], "x-ms-correlation-request-id": [ - "04f10b48-f55d-4fc1-9087-50b20ce8f3a0" + "d4e5402f-06d2-46c1-9898-d83ca58fab56" ], "x-ms-request-id": [ - "4df75b44-0e07-408d-8dea-3e233e788a69" + "8a607e68-cc7f-4cc3-b7d5-6b5f325f033a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1212,7 +585,7 @@ "nosniff" ], "Content-Length": [ - "2061" + "2059" ], "Content-Type": [ "application/json" @@ -1221,17 +594,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7920\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7051cce1.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7051cce1.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-8882_azsmnet7920_westus2/providers/Microsoft.Network/publicIPAddresses/9f7c5bf9-a72d-4ffc-962c-c427aa05381a\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7522/providers/Microsoft.ContainerService/managedClusters/azsmnet7547\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet7547\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-ae3923a7.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-ae3923a7.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7522_azsmnet7547_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-7522_azsmnet7547_westus2/providers/Microsoft.Network/publicIPAddresses/961fb477-5c47-46ec-83bb-8236dc82fc92\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-8882/providers/Microsoft.ContainerService/managedClusters/azsmnet7920/listClusterAdminCredential?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzkyMC9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7522/providers/Microsoft.ContainerService/managedClusters/azsmnet7547/listClusterAdminCredential?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MjIvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NzU0Ny9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "e76d7838-8941-4249-81c5-427c0b08d297" + "c7ba7704-0dd8-4d97-92eb-fab79b3c90c4" ], "accept-language": [ "en-US" @@ -1248,7 +621,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:50:01 GMT" + "Fri, 06 Aug 2021 23:25:50 GMT" ], "Pragma": [ "no-cache" @@ -1257,16 +630,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185002Z:de2dff2e-f9d9-45fc-b866-80caa3b07221" + "WESTUS2:20210806T232550Z:75db3192-b666-4800-b1f5-c1bba800722e" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "de2dff2e-f9d9-45fc-b866-80caa3b07221" + "75db3192-b666-4800-b1f5-c1bba800722e" ], "x-ms-request-id": [ - "bdcd1461-cf98-4498-bd8a-29613389cd27" + "43c745b6-0c62-4f12-9671-e67e5d92af04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1284,17 +657,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVUwM1VXcG1WRGhzU0ZRNFF6QnpkRFppTTJWblMwRjNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR2Q2VFZSSk0xZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFJGRjRUV3BrWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNtOVFNM0kyWTJSS2FEZGFNbXBhTUVkclkyVkRSMFJ5UVRobVRrVnFjVlZaTUZBd1ZsaDBTR0ZHYmtWemFESTRUR0pMZFc0MFVXOUtRWGx1TldobE1td0tNbmhLVm5kcGFXWldWVlZXVkZKMmVFWkpiVVZvV1RZclMyZ3lUVXhXVG0xS2FHNDJkMFV5VTNvMU5HdDNPRkpyVWtkUmRXcEhOMlZPVDNKNlVXNW5Nd3BPY0dSak1UTTJSSEJVWVhwQ1YyMDNSV2R2T0ZaRWVqYzNUVko1SzBWRWQxZHBUbmhUY2pWbVJXVlRWMlYyZFRCRFMycE9NVVZMTmpaU2FrNXBaWFpxQ2paWldXdDBjVmxrVjJwTlQzZHdlQ3RKU0hoeWRYRkVZVGxUUVZsTllsRnRNbUk0VWxSWVVXMDVibUU0UVdaa05WUjJWVEJuWTBkS09VZ3hVRVIwTlZBS1IyNVBkVkZsVWxCdVowMDNWekpITUdJMFdGRkNXSGhuZG1wNmNVSllRa3RVVVdFelZXZFZNRlJPVXpJNU5VVTFZMk5PYVc4NWExbHBNMDF4WVRsWldRcG1RbGxJYld0MWVreFJXRXRtVEhKMU5HeEVhMmMzVEVsS1NGcG9UekZPV0RoRFNDc3dka0ZYUkVsNWJrVlFZblpxTm1KaWVVaFlZVFpsZURKWmFFOTNDbE55YW14U056SnhjbkZyT1ZwVlZFdGhSa1pMVlVGMldtSjFNSHBqYzNRNUwySnFUWGRxSzJGdGVrcHRhWGt4U1RSRVRXMUlUeTlWTm10NldUbFNXREFLVDAwMmExVXJOMVV4U1hCRU1UVlVkV3RNWm5Jd1FYVXZUVzE2YjFsS1RVNVRUQzlNYXpkME1qRkRTR2xCZFRSdGRFZHNibTlTYWk5Q1VpOWtORWhvZUFwMmNVSmpOV0ZNWkZkU1NVTjJUV3M1TkhkR2RYSnZRM3B0TWpGTGNUZFJjWEVySzAxMVRVcGFablJCWkZCTlNubzVhRWxOVUM5VmJsa3JXbTFxZUVwU0NpOWFTVEpuZG14bWVFcHhlVUZ1YUdrd1FWQmpPVkJzYm14cE9VeFphMUZtTVZsNFVrSkxTVGh3VmtSdVpHbDNSa3htSzFKQlduRjJNbWhhWmtzeWJXb0tOblZSU0dwMVVrTkNSWFpuTVdoRVIxSkVWbEJLYmxaQ2FVZGlSSEZVZWt4RlFraFFibWd5UXpkaVJVTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1RraFlZMVlyV2tnemJFNU5UMjhyQ21kRVdtUmxPWE5QU3paVU5VMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFrNXhSMWhpYmtkMVlsSkZlbG80V1hOQlFqRjBSMWhNU2tZS2FrbGhOSEJTYzFCdGFYUjJSa2Q2U1VoSFNEVlFkRlF6Wmt4blpWWXpRbnBHTTBWTVZ6SkRPWE5LYzA1dWVVY3ZUMVZrYURsUGIxZHBWV1JCV1RoU1FncEVSemw1VVVsSFkzZFBaSHBFWlVWcGJVbG9WSEZsVFZCTVRrSlJVek5UVTFweFExQnhVVUpxTW5ZM2F6bDVSVTVUY0VnMGVraFJVVWsxUTAwMmIyOUZDbnB6VTFJNUwwRnlWRmx6WVV4d2VTOUlLMGhVTjBaa2QyMUdVRU5OWlhGa2QzRjFSRFZHVnprNFpFTlJZazVoSzIxck5uWkphblV3UlZwbk1ubEplRkVLUkRFNFIyeFRRa2hLWTNobE5tOHZSR0pyTHpaRWRreFJTMkpwY0RCNlVETnVOamhrYm5nNWJGbzVVVlpsWnpSTVdsQldRVTFXWlc1UE1DdDZWbWRrTWdwMlpUSnJiRTVSWldsM1NUSkllVVJaUjJWVVNUbFpjM2RYVDA5bWVFOVpVbXh1Um1obmVEZDBWRWhaTW5oRmRFdFVaQ3N2Yld4eVJXZFVlSGhqYlVoVUNtVXJRUzlEYUZVNVJtbHFhMlZVUzFoclRIWk9OemxaV0U1WVpFVlJORGxEVkRoNFZtczFkbUUxVFc1amQzWmxVRFE0TWtkb1oySmFNbXczVVZWd2VGUUtabW81WVhock1ubGliRTVRYzJ3NE9WSnFia2xtYjBWM1lWVlVUMXA0YjFoT05WcFVaRXN5SzNsdFptbFZhelJwTDJoWU0yTmFaRGhSVjI1aVF6bFNlQXBuYkUxNlprMDBWMkl2TWpCb1MzaG9VbXBOVjFOQk9VcEVNMFZxYW1KbWVtc3JZV2c1TWs1VGVYWnRSR1p4VDJJeVZtWkJRWE5RTWtaTmF6Qm5iamR0Q2toTE1rcGtVMmRhVm5JMWEyZGpSazFJWVVneGREZFRZVVI1VDA1SmQwZ3phbEpCVms4emEydGpaek0yVnpsVVdtbDBVMGhqUldRM2NWcE9iMjFEVldFS1JrUk5ZbXRSTjNaTlMzazVWMVpTVmtGNE1XRkVXSGxpUm5oa1ozZERNMUpIVmtsa1NXeFBOeXRvVDNrd2F6SlZOSGRCVEZwaGJFUnlTRkZRV0VwTlVncHVlVFpyYnpKRFkwWTBVRE4xUkZOeVFrRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTcwNTFjY2UxLmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NzkyMApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDc5MjAKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy04ODgyX2F6c21uZXQ3OTIwCiAgbmFtZTogYXpzbW5ldDc5MjAKY3VycmVudC1jb250ZXh0OiBhenNtbmV0NzkyMApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy04ODgyX2F6c21uZXQ3OTIwCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSWFrTkRRWGRoWjBGM1NVSkJaMGxTUVUxaFpsSTBlR1V5TTNSRFRGVkdWVlJEYUdWalNtZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSWFHTk9UV3BGZDA1NlFYbE5WR2Q2VFZSSk0xZG9ZMDVOYWsxM1RucEJlVTFVWnpCTlZFa3pWMnBCZHdwTlVtTjNSbEZaUkZaUlVVdEZkelY2WlZoT01GcFhNRFppVjBaNlpFZFdlV042UlZaTlFrMUhRVEZWUlVGNFRVMWlWMFo2WkVkV2VWa3llSEJhVnpVd0NrMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQmNrRkdOQzlxUjJkT1owYzBaM1ZLWVZWMVJtc0tiMHBQUkhoaFduZHZjWFpTVmtSeVNXOVJaRmt5Vm0xSVdrTmtaV2xOTjNsalZrdzNha3RpZDBoQ1VYSXJlbVJyT0N0Mk1USkdSbWszV2twSE1FdDVkZ294Y2pOamQxSlJTemRrUzA5a1VtUnVkRmRTVlRadU5GSmhVMjlPTkVVcmJXRkhRbVV6UjA1VmMyVldWMlZpY21vM2RVNXFTRmRXTUVGcFEyZFFkREU1Q2pZM1JsQjRXRTkyZWpsdVRXWnVSRVpPY1hKWmFGZDVXVVJVUXpKdFRrWnBORE5PUlN0ME1tbDZNMXByWVRGdlZFRllORmNyZDFwd1VHWXpRVkJ0UjBNS2EwWnBibVo1Y2poTGQyTTRWVE56ZVU4NE1GUlFha3BMV2xVeUsyTXhNbEJaTTIxMWJubzVhRTk2VTB4NldYbHBlRTlKVjJ4d01uZHNZa2h2VEU5bE13cGhjVzlqVm14MlpESnVWVWhDYTBOWllWVlNjVzFsU0VJMWRrVXhTVEpOYUdaQlFtb3ZNeXRQV1M5aWJraEhjalF2SzI1RFJtRnRhRk5UTDNGeWFtcGlDak4zVVhob1pWVTFhMWx2ZW1KSVMzVnNWV0ZyVUhOdlJreDFjamxsVW1GS04ySTNiVGxvVW5GWk9TdE1hV0pYT1dSWk5GVjRPVGxYU1hBcllXUlJjR0VLVEVoblZqa3lPSFoxV2paRmFFc3diek14VGpCcVVXMU1iMmh2U25KTE9WWk1iVTlUVUVWV1JGUnlWSEI1YWtoNVN6QTVRWGMxVkdacVZFWTNNa1pLWXdvclkwVkhTV3RaYlhwa1VGaFJOa1JrVm0weFdtSktWMGRvZUZNclUxVm5ORWM0SzJSR1FWVldXa0pGYWtJdmVVaGxWVVI1YUZwVmEyZExkbUZDTjNVNENtZE5aV1ZCTkdNd1RqRjZXVWt3VjNoWU5HaHJiU3RUV1VweFVGUm9TekppZGtaclJGcEJMMUo0ZVhGeWQwbFdUeTlZUmtWUmQySlBSRVYxZDBOaUwwSUtjblYzTVZneE0xRlVOM0ZSVXpCdmVXVjVXbUoxUkc5NmIzUlVSR1JSSzBwVWFtczJSVTlJVEd0MGEyTnBjRVpRVm10alNIazVUSFEzTVc1cFdIcFRPQXB0VmtORmFIUkljamRhUjIxVVNteGhMelphZGxsTFRVTkJkMFZCUVdGT1YwMUdVWGRFWjFsRVZsSXdVRUZSU0M5Q1FWRkVRV2RYWjAxQ1RVZEJNVlZrQ2twUlVVMU5RVzlIUTBOelIwRlJWVVpDZDAxRFRVRjNSMEV4VldSRmQwVkNMM2RSUTAxQlFYZElkMWxFVmxJd2FrSkNaM2RHYjBGVk1HUmtlRmcxYTJZS1pWVXdkelpxTmtGT2JERTNNbmMwY25CUWEzZEVVVmxLUzI5YVNXaDJZMDVCVVVWTVFsRkJSR2RuU1VKQlNGWk5kMkZZV21oV1RHd3dabFIxUlV0aWJncERkVFJ4YzNGNGNqVTRiMGh5Ymtwb1pYQnBja2xvUVRSbE0yTkpibWhaYjJ0TVRDdHFXRGQxS3pKbFFsTklXRkJMY0hkblQzTnVRMVkzY21GTGRrcFZDbk50VTI5amVHWlJUekpoYUdGamFGVkpaRkpaZG1GaU4ybHBaamRZUTJOa016VlZiR2gwYjFKTldFNDVlbFI0YmtwYVdUQXZlakpCVjNGc0wwbHFNVmtLWVdaSVltdDJaakpGSzJFdmJFaEZUVTlsUVhaUFNqYzBlbHBxZVRkdE0wVTNUM1JZUzB0SlZVTlZVRVJ0VVRSeVVIcEhXVE54V0dobE9XNHlUa1I1YndwbFpUQkZjUzlYWTBONWFtOTJUa2RqVm5SRVprNXBiRXBQVldsbVpteG5OQ3RzVWpOc2EzUk5iRTUzUm0wcmVsaFllVXhKVURGTlRDOTZSRWRQUkhoRENrRk1WVlptWVRkQ2VXZExVeXR4WW10NGVsSnhRamx1U1UxTlNUZHlVVEZqYlhGeGFuZGpZaXRXZFdJekwzWnZNSGhaWTNWeVVWWnpObmxzZGxKYVpVVUtkM05sYUdsYWIyTldiMEZ1YjNSbFZVeDFWamhKUm5OTlNDOXJiSGRwUVVKTWVFODFTMDlhTDB3NE5tOTVaR2RGYVVOb2JqWlVSQzgwV21Gc1p6QkRSZ3BvZFVndmVrMVRPRXc0YjFwbWNFbGxVa1pYY0UxQk5FRlpWa0ZFWW1oWE5rWmFhMGxaYTJadVRqTkhTVmhpZUVFM0wxUlBiMUV3VmtGUGMwWnFRa1JPQ25BeGJETlRNeTk1Vm5OU1FqUllXbTV4UlVWa1dtMXhiMWwyTDI5emJuaGpialkzUmxVelNTOVlaWEJsUTI1UU1XVTFkamhYUldodU1FTk1lbWg2YkdrS0wxcEdRVWhzWTJVMEwwWXZNVVJ5WkROWU5pdHFRM3BEUTB4R1lreE5ieXR4V25kbGJHSkNjV0l3UkZaR1pGZFpRbkJ1ZDJNMk9GcExaQ3M0Y2xJeVp3cFZjMHhXVm5VNEwySklaMlJVVEhSMEwxTXZlRGg1U205a1VtNWpkVGROZWtoWGFFNWtSR3MyYVRSc1QwUjRZMmw0U0ZWeVoxWnpLekk1Wkd4WVFVaDFDbTFCTDJFd1prSkJSbTFsVVhacFZHaEpjR1JxTVRVeFdBb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmNrRkdOQzlxUjJkT1owYzBaM1ZLWVZWMVJtdHZTazlFZUdGYWQyOXhkbEpXUkhKSmIxRmtXVEpXYlVoYVEyUmxDbWxOTjNsalZrdzNha3RpZDBoQ1VYSXJlbVJyT0N0Mk1USkdSbWszV2twSE1FdDVkakZ5TTJOM1VsRkxOMlJMVDJSU1pHNTBWMUpWTm00MFVtRlRiMDRLTkVVcmJXRkhRbVV6UjA1VmMyVldWMlZpY21vM2RVNXFTRmRXTUVGcFEyZFFkREU1TmpkR1VIaFlUM1o2T1c1TlptNUVSazV4Y2xsb1YzbFpSRlJETWdwdFRrWnBORE5PUlN0ME1tbDZNMXByWVRGdlZFRllORmNyZDFwd1VHWXpRVkJ0UjBOclJtbHVabmx5T0V0M1l6aFZNM041VHpnd1ZGQnFTa3RhVlRJckNtTXhNbEJaTTIxMWJubzVhRTk2VTB4NldYbHBlRTlKVjJ4d01uZHNZa2h2VEU5bE0yRnhiMk5XYkhaa01tNVZTRUpyUTFsaFZWSnhiV1ZJUWpWMlJURUtTVEpOYUdaQlFtb3ZNeXRQV1M5aWJraEhjalF2SzI1RFJtRnRhRk5UTDNGeWFtcGlNM2RSZUdobFZUVnJXVzk2WWtoTGRXeFZZV3RRYzI5R1RIVnlPUXBsVW1GS04ySTNiVGxvVW5GWk9TdE1hV0pYT1dSWk5GVjRPVGxYU1hBcllXUlJjR0ZNU0dkV09USTRkblZhTmtWb1N6QnZNekZPTUdwUmJVeHZhRzlLQ25KTE9WWk1iVTlUVUVWV1JGUnlWSEI1YWtoNVN6QTVRWGMxVkdacVZFWTNNa1pLWXl0alJVZEphMWx0ZW1SUVdGRTJSR1JXYlRGYVlrcFhSMmg0VXlzS1UxVm5ORWM0SzJSR1FWVldXa0pGYWtJdmVVaGxWVVI1YUZwVmEyZExkbUZDTjNVNFowMWxaVUUwWXpCT01YcFpTVEJYZUZnMGFHdHRLMU5aU25GUVZBcG9TekppZGtaclJGcEJMMUo0ZVhGeWQwbFdUeTlZUmtWUmQySlBSRVYxZDBOaUwwSnlkWGN4V0RFelVWUTNjVkZUTUc5NVpYbGFZblZFYjNwdmRGUkVDbVJSSzBwVWFtczJSVTlJVEd0MGEyTnBjRVpRVm10alNIazVUSFEzTVc1cFdIcFRPRzFXUTBWb2RFaHlOMXBIYlZSS2JHRXZObHAyV1V0TlEwRjNSVUVLUVZGTFEwRm5RV0p6T0ZWRU1EUlNSa1J1VUd0RFNXRmFhMHBzTDFSNVRFczBNbkZEYlVnclNGQkZlSGgxZEdkNFkxUjZaMEZaVFRGTU0yUlhhbmhJWVFwaWEzZ3ZhVlJSYjB0d2VrVjFSREJLUlU1eFNTOXhWVkJIVEVSa1QyZHFhWGM1UzJGNVR6SlBjVU14V1hodllubHRWV3NyYTJKd1dWcFNkV001WlVKNENsTkZTWE4zU1RONk0zZHBNSGRqVTBaNVNVRjBhelJ0WW1Sc2NrRmhabU0yUTNNM1NFRkJTSGxZTUVWNk9EaEpXbWQzY21WSVVHeGliRmRYUXpCc04wc0tkRWxXZWs5c1RXdEJkMkpMYkRjNGJIZE1kVlZqTVdwU09IbDRka05SWnpRM0wyaGlRMkpvUzJwaE0ybGxZak5sY0RSVVdqSm1TMUppUVVWaEsxVTRTZ3BqVGtNNVJURktjekJZYVhCcmRYZHRXamxGTXpKeldsVTNVMFJoVDJadFJWbDRiRkpDVFZsVU1reFdlbEp6VTFGalp6WnFibXBrTjNOdmVVUkNlVVZVQ2pGcWVHUnNlbVJVYlZaeWRrSklkbmQwZW1jeGNrWlVNSEZGTW04d2NrWTRhMjR6WjB4bE5FcDJTbTR3WkdKMFVIVkpPWFI0TVVGeVlqZE9UM2c0TlZRS1ZuVm5RbFZzT0RKRmIwVnpZamc1ZGxKMVZWSlhVMjh6TVU1UVMzaE1SMHQyV21sbGFXSXlTR2h6YWpaNWFIRjBMMHhxZFhGRFZuTm5kVkpyTlRaQllRcHZNVko0WjNsVlJuSTFhRzFpZFVaaE4xazBSR2Q1T0cwMGNqRk1WRUk1WkRNeE1VOUJlbFZOU0ZkVWNYbHdhRTltU1ZWeE4yRkdLekF2YkdOTWFGbFZDbGRKY1VoTVYzaGxLM056YzFOaVkxZzNPRXhWWVUwdmNUWjNiblJWU1RGQ2FEZG5NbFZCYjNWTE1VMDBPRk41UlVWaVRHTjJOMDg0ZUU1V1prbFJTSGdLZGt4cWEwdDJNSGd5UVUxc1NWcDFWelpXUlVWUU0zWXZjWFIySzBsV1dFdzBaamhxZEdsV05tNUxXbmxhUmtoaFIwWlhlVGhSWTFrd1dsTkpjRzVPZGdwbmJXNXBZbTg0VlhGUGNVaEZNRlZNUjBkYU1pOXVXV3d4V0RoQlpUQnRZakpPYkZwQ1RWaFNNMVEyZVRoMkt6WXdVVXREUVZGRlFYaFlNRlJ1YW05Q0NrMVFRMWRYZDB0SlMyMVpkMmxuWlZvMk5HWjJSbmcwVFdwMFpXaGFNVmhwVWtKQk1IQmpZMGRRTm5KTU5tRmhTRUpoVm5jeGIyOU1RM05DYjJSVUwzWUtXV3BsV0daNVNYWk9aM3AzU0hoYVRuTkdaREp3YkdkaWJXRTNjRmg0Y2tsTWJrTXJNemMyVGpsUWRsaFRjek01UWtWVFJqRkdNRkZ6TW10M1NXZG9hQXBqYVcwMWNWbGxaVzlJZFRGc01EQmtPWGhYWmpSeGFDOXJRVXhoZVdoWlVuTnRTMGhvYUVSVllrTjRUVE5CVDNaT2RXZHhZekoxTVV0M2NVTkdZVkJQQ2pReVUzWTJObmxFY0hkMFJXMUZabEppV0hsVmNteHJUbWswYjJsQ2JXRnVSMWg1TjNGNmFuWktRbVJsS3pRelVrcEljbTV1YkhBMVF6WkxVa04wTkhZS1VuZE1XVXN3YUVaNk1FbEJZalJ4TVZoTGJrVmFWamRRU21SblNqZGlRMjlVTUNzNE1GaGxOV0k1YldKdk1GaEJlWGxVYTJSNlRYRkRlakJEVUhaT1JRcFlOazF3ZVdSUFdsVXhNVmx0ZDB0RFFWRkZRVE4yWlZwWFpGVjBSSFJKVVZRMFRWWjFiVWx2Y0VNMFNXVm9la2R1U1ZWeFRVaEpSVTFwTVdOaGNqUnJDa2RqUmxsTGVVTjJNRnBhTld0VmFtazRkak5RWmtaRVRGVlNTaXRsTVhadmNqSnBVVVZ6ZEdRNU5YTmljbXgwYWpoTGIwbGliMWd5TUdocmRFNVZaM29LWTJ0T2FFSnlOWGRyYjFFeGRFZHdaMEZTV25jdlNHeEZkVEk1UnpKVGVuQnZlRzF3UzJGcEswSXJhbnBGTjFKWVUxTXpjR05DVW01bVpYRTRjbEp3Wndwb1F5ODVaMXBNTjFKSGVWQkhNV1pLVEZaTmFuTk1SblV4TW0xYU16VTNiMnhVUW1wWlNreHdPVTAyZGxVemMycElSVzQzT0daTmFqSlZhVkUzUjJaekNrNUlWR05hU2xwUVYwaFFkRkJOYldOelJqQnlZVzVXZEROM2EzTXdSalJqY0hkaVFrVndiamh1Y1ZSbE1tTlZXVzR2U2xKdFdtOWhZVXRxZEUxbmJERUtSMlpqV1V4VVZFZDRTbGwwUTBGbVVHWm1OMlpaTjBWTVIxaFNZall5VDBodlprVjNlRE5yUlcxUlMwTkJVVUpFTVhscFZFWlNablJ4VDJaMGExcDNWd292U1RJeVJFNUNjVWxaVFZoaVQwbG9aVFU1WkdOU2NFOURWV05qYmpWaVl6ZG9ORzlSUjFadWIybEtNa0ZIZFRCdlRUUkNXVkp2Y0c5cVJYWnZhREpZQ25OeVFWWTNZMG8wVkd0T1lUbDVPV05DYzB4NVVXRXZPR3BCZURGeVpUZDZPV3RPU2pGcFRWSm5WSGczTjBKQ1pHOVZaa0Z0VTBwdldtbzNOa3B5Vm5VS1MySkZRM0poU1dGcE9XOXNjMWcxU1dsVlMwSlplakZ1UTNkUVJrbFRhbTVyTDNjdlNrTkVabVZ5WlVObFRVSXJZbHBwYzA5R05VMXlVSHBzZERWb2RRcElTMlpQY1M5VlkyRkZlRzAyTHpaRlRHTndjMkZ1TUVObE1TczBaazVHYUdzMGJUQllhelF5SzNWV2Rqa3lTbGhvWkhaUVdVOHpZWFJtV25WUUswTkVDbEozWjBKVFUxQjFSbVk1TmxaNWVGQnpjbmRQV1RjMFpIRkxWMVJUTURWMlVuUkNOVTFQTHl0dFRXcEhlbVJQYld0eGJXWXlSVGx1YW5oUkt6SmhjREVLUVdJM04wRnZTVUpCU0ZSSGEwNWFkbmM0TWtSVU1pdFdXa0ZtWkRaU1RYb3lUbE0zZUZodGMyUk9RWGx3ZFdaM2QyWndWalF5Y0hCNlRtVndiM1YyVHdwT05WWlVObmxyUVhKWE5tRnJhVWN2TkdWaFVqSkhaMjFDTWpoUlprRktNbWhwVkc1VlNYZ3pVVlIwUW1odFpUZE1LMWs0Ukd4WVJqTkZZeTgzYnpKUENrZFBTMGsxUVdOMGVtSmpkR1pGV0N0dVkybFpjMVJVZFRrMU5FNDVjR3RHT1Vkc1dtaHRNbHBWYVRKV1VXazJPR2hzZWxNNU9FaEVjMHN6ZDFsU1JWSUtSMnhLYW5jNFYzUlRXQzg1VEdWUk9FNXZOMk5HTUhkeWNqWkRaekJWSzJGQlJrWnJjVXB5YTFaTlVDOWFPRTFvVFcxWVpXUXJUbmhaVVhnNVprMXJRd3A2YW0xTlJHcHBRVlUwUkV0U0sxVk5WbE5CT0dGb01VRmxSbHBhZEN0clQzbElhV1IwWVhaMmNXSlZZemxNTDJveVdHSm1XbE5zV1U1S01WbHBkRWhxQ2twWGNWUlVTMVJqYlM5elIyVndNakpTTXpSakwzRm9aVkJuU0RZMkswVkRaMmRGUWtGTFlUWjFWR3hsZW1KSGRYRjRkMEkyVjFoR1dDOVFPRmxaWW5RS1ZHbFBUREpDVjAwd2FubERWSEJ0Y0c5WmMxSjVNVnB1UTFacWJtczViRGRLY21waWF5OVZUMHBHZDJoamN6WlZVVlpJZG10a1ZsbEZkVlp4Y0dKVlFRcENURmxFY1dOTE9UTlBjRmh5YjB4TVUwZFJNbTVNTlVOcU1GaEhaRTk0SzJwMGQwOXRWMFF6TUdsNFNXMUVhelpTZDBGaVJWbGpNWGd6YkVWQ0t6QlhDbGN4YTJkamFuZHdLM0oyTlU1alF6QXdlaTlpVTJ0WmJubDVkbE5vZUZJMlQySldNSEp2Ym5wdFNYQlBWbFk0VG1sR1Rua3JRamd5VVZvM05EUmFlVGNLTjNGSVdFSlhjWEYzTkhGQ1NXRlJiWEJoTlhseU5WQkZOVUo2VEM5Mk1YRmxTRmhtTVcxdk0zcFhMMkpKWjBsQ05tTlZPQzlOY1Zkc1RUTTBVa0UzT1FwbE1DOTRiVkZqTVZOQ1lXczRUbGM1UzNoS2JTOXhjVGRoYlVwdFVWQTBhemNyTVhsVmNWRjFWa3R2WVhkQlowbDJNemhTUmxOWE1YQTBUVDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDUxNzE2NWM1ODkxMTg0ZjU1NDgyNzhlZTM3N2ZhMTBhNDExYTRhYmFjZWQ1OTY0NTQ1MDdlYWI1YWIyNTE4ZDAzYmFkODIxMGQ1NDE3NDk5YTEwOTI3YTA5ZDBkNWI0ZGE2ZTMwNzRhOWU0ZTY4ZDU5M2E3MmIwNTM1YzRjN2U0Cg==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlJFTkRRWFJEWjBGM1NVSkJaMGxSUkd4RU5IaFVlSEJxY1ZkdFV6QkJiRzE0VDFKTVZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdkR2R6QjVUVlJCTkUxRVdYbE5la1Y1VGtSc1lVZEJPSGxOUkZWNFRVUm5kMDVxU1hwTmFra3dUMVp2ZHdwRVZFVk1UVUZyUjBFeFZVVkJlRTFEV1RKRmQyZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSVENuYzNNalU0V0hNM1VtczNLMnR3UjFvNE4wZFliVXN3Y1RGWlFUZHhhMnQwVDNOcFkwSkJhbGhYYlM5V1dFaGllbGQ1WVdsdFZFeHRPWE5YTUhweUx6SUtOVUZIWXpGTmJFZ3llbEV3WmpWUFJFdE9hMDl4WWpGd05tVndOVmd2SzJRMGF5dFlTSGRqVVM5WFRXODNhWFI2ZFRKaWVuQkZXblV5YlRobUt6UnZUd3AwVkVWTlNHcENiamxtWXpkcU0ybFZVbVpFUmtFMk5saGpZWEpPYzBOVFVrNU1WM2RwWlhBelNrVjROR051UzJOellubDRjV001TTJodFkxRjJiMFU1Q25oVk9VOVdiVlJITjNsRFpsWndTa0pyT1RFemMzcHdVekpyT0hBMFFtSjBiekZ4TjJKT1pIbFFRM04zU0ZaWmVtUmpXa1ZhTmprNU4zRkNUVzVEZUdzS2RHY3dPRTgwVTFaVmQzbEpUaTlMV2tkU1VVMTBjRXM0YWtSWU5WRldkSE0zTVZSeWNuVkZjWGRYWm0xaU1qQjFiMFo1VG5SS1dsUXpjRGs0UlRWd1JBcDNjWFY0YTFScVVDOUJLekJOTkM5M0x6aG9hbWhKTTA5M2EwMUtlVlpEUXk4eWNIaEpOMnB6YWpoRVdFRk1kWE5xYkRsaVFqbFlkV1p3VGpoeWJWTkJDbTh5V0ZoS2VsUjJkakJUU2t0QlNFUXhjRTR6SzB0M2ExRkROM042ZVc1bmRISXdWMUpzVVhaMFIxTnhSVkJDVEVaMVVYbDNUMVJKVGpNNVV6UklaMkVLYWpNck5FWk5PQzl4TlZONGJXdDNTblF3T0dabU5VRlhNbmQ2VGpGMVZGb3pURTB5WVV0a2RFVndhamhKUXpsU1YwWlVkMWN2VEdjMk5FVndUelZ2VFFvNWNHRlpNVlJYTVhsUFdtaElkbWhuWm5kRFFqVlpibXd4YlRGd1dVSnBaekYxUkhkTGJYSkZRelpJWWpjMVpEWmpPWEI0UlhjeVRGWmhjek42VkZnNUNsZEdOMGRQYlRORFozTXlhVVJxWjBOclNXNXZhR0ZzUlVrd1JHdERiRlZXUTNkTFRVeHFMMWRaU0VVeFpFUkROMGhZUnpKdFlrOHlMMDFoVW1VNVZrc0tVazh5SzBoTVMwdE5TMjR3UWxWUU5HVk9lV2t5UlhSRWVUSllSVUoxYWpCUmRYVnlVM05DV1hsUlNVUkJVVUZDYnpCSmQxRkVRVTlDWjA1V1NGRTRRZ3BCWmpoRlFrRk5RMEZ4VVhkRWQxbEVWbEl3VkVGUlNDOUNRVlYzUVhkRlFpOTZRV1JDWjA1V1NGRTBSVVpuVVZWblJsSmtVelkyVG1GNk1qZzBabkI2Q201bGFGaEpOR2RzYm5VMGQwUlJXVXBMYjFwSmFIWmpUa0ZSUlV4Q1VVRkVaMmRKUWtGSWQxTmFOM0prUld4Q1V6QTBVbUV5ZG1WalYzSlBVMGhYUTJjS1ZVUldSRFJZY20xb1MxZE5ka2cyUTBGTE0yVnVaRUUxUVhsMFdVVnRaMDVGZFVSelozTmlaekZNVDI1WldHazJSalZ3YVZJemRHSlZaRGxQWTBSNmR3b3dSMlpuYWt4bFZqVlVXRXRST0dod05WUkJhWEpLTldjM1IxZFBhbmxvUmxKYVRVeG5kSFppSzAxYWJVWnpjbVphUlRoaGRtbHhjekJVSzFWcVNXMTJDbVJsZWpKSlkzRm5NMVZMUWtSRGNHVlBNM2hCZGpSSEwwczVWRGd2TWtnclMyeGtabmNyTkZoSVdrTm5TR0pZVFVRM01tOVFibmw1YjIxUlR6RmFLMWtLZEhsbVEzZEtMM2hMV0RVcmJtbFdVM0pwVlM5a2RqTnZia0p2YldwQlYyTnlia3hqTlRNdmVHRnRhek5SWlc0MFUwZ3hXRFYwWm0wNFJVUllaVmQ0TUFwUmJrZEhjREZyYWpkU056UXdhRTE0TVVKSloxVnFjV1kyTkM5RVltMUNNMDkxWnpONWFVcDRVR3M0WkZaUFdXUlFZeTlGTVRaWVMxYzRNV3MyY0V0eUNrWXlSazFrYm5kRWVGb3dUMHBPWTA4MmFISkhTbE5CTVhsbmNYaEpXVGx5VjAwdlJYSXZTRWhvT0dGWFNXSkNVVXRwVVhCWU4xbzFaR0pDVVZoV2Eyc0tVRVZ0Wmtjd1IzZG5lazVKTTBoRk5FbHhTVGN3SzBzMWRuQnBRekJZVFRWd2JYWm9hbGRJVjBseE1uTjJPVkZNVTJGNmJXOVdNR0pGTTBselYyaHpUUXBMVWxWNGRDdEZZMjVMUWpGT2EyZHNTamszUjJWaFprcFZTbGxEYURoeGNWcFhlVVpvWXpkdU56TnJUVE4xT1UxTGFrRnRORVUxVFVvek56QlJPVTFsQ25sb1dHVjRZM0o0VUhGQ1UyeFRablF4UTNkRWJHNWxLek5VTnpsMlJVeGtXRGRHVmxReE4yZE9TbFpEYkhrM2QxZGlaMHBOT1VWVFpEQXJRM2xZU0V3S1ZXVnpZM2xzVmxoTGQySnVXalV3Y21kVGVXMTRSMHB0UTBoT1VEaGhTbkpZTWtrMmJUZFNSbTVwWms5WE5UWktWVVZYUW1weWEycHRkbVl6Wm5GRE9RcFdkR3BNWkdwWVlrcExUWEpFTDB0ckNpMHRMUzB0UlU1RUlFTkZVbFJKUmtsRFFWUkZMUzB0TFMwSwogICAgc2VydmVyOiBodHRwczovL2Frc2RvdG5ldHNkay1hZTM5MjNhNy5oY3Aud2VzdHVzMi5hem1rOHMuaW86NDQzCiAgbmFtZTogYXpzbW5ldDc1NDcKY29udGV4dHM6Ci0gY29udGV4dDoKICAgIGNsdXN0ZXI6IGF6c21uZXQ3NTQ3CiAgICB1c2VyOiBjbHVzdGVyQWRtaW5fYWtzLWRvdG5ldC1zZGstUkctNzUyMl9henNtbmV0NzU0NwogIG5hbWU6IGF6c21uZXQ3NTQ3CmN1cnJlbnQtY29udGV4dDogYXpzbW5ldDc1NDcKa2luZDogQ29uZmlnCnByZWZlcmVuY2VzOiB7fQp1c2VyczoKLSBuYW1lOiBjbHVzdGVyQWRtaW5fYWtzLWRvdG5ldC1zZGstUkctNzUyMl9henNtbmV0NzU0NwogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklWRU5EUVhkWFowRjNTVUpCWjBsUlIyZFJaM2wwUmtKT2VHOTRRMjVxUjFsSlJrZDZla0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFZSQk5FMUVXWGxOZWtWNVRrUnNZVVozTUhsTmVrRTBUVVJaZVUxNlNYbE9SR3hoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVTmhhVEpOT1hsUGFIVnRjbWRxY0N0MlFXMU9lR2tLZVVzclZYWlhXRzFwYW1GVVpUZFlPWGRGVkZJM1ZIbEtiRzVsUTNwS1NtaExWSFJTZWxkRmRXRTFjVEZvZUVsa1FXZFplRzB5ZVhOTVYzWXdkblYwTHdwVU4xWkJiM05NVWpkSFRFMW1LMEZoVERkUkwxSjZhRGh0VGswNU5qSnhTVlF4WjJrcmFIazBlblZPY1hCNU9IaE9URE5FZFdaUE5tTnFPWEpDYldONkNtVjZPVTVSWmxGTFdIbFlSV1YzT0hCTVJEbGFhVkZFTDI5QlZHVlVWa1Z5UnpsMmRYSXdjWGsxU1dZMk1XZEdjMVJNVWxSbVkxQjJZbk5FZUhscFZGWUtVRms1V2l0WmJVTmtRWGx3VDJsS1QyNXVZWGhvUjA5bFNuVjNTbG8wY1c5NFdqUmhXVXhOYWpKb1dtUnZOMVpqV0dWaWMyTnpMMlpRVW1oM2QxUlFTQXBqVjFOYU4zaE1kbnBWWm1Jd2VVWm9VRmR2Y2tsbWJYRkJPVzlDZEVSWFVEbGpVWEp5Tm5CUVkycFJRMFJGV1hJM2NtcHpVR1prZG1KSGNVdHlXR1ZMQ2xGek9YRktjR3hJVWsxbmJHbHVOR2RFZGxWMGFrMUlabWd3ZUc5RlVFZDZZM2xPVm1Fek9VOXlRa3RwV2tSRGEyTTRVVzVCZDJvMmNVUmxVekJrT0U0S0wxUXJZVkpRWW5SdE5rRmFUMFJzVjNReE9VRlNZbGRYYldoWk0xWnBTVnBsVlVFNFpFcE9VV1F6Wnpaak5VVTVObTFqTUd0SGRrTkpSR2d4VUdsc1V3cFRWVXB5WTIxMlFtbEpNMWRPVDJFdmRqVXliMmRLVkZOVlR6TnhhWGRqUjNONlZFNDNVVGwyVGtGWmVYaE5lV1ExU2tKRVRIVmxSRE5LTnpsd1RtTkhDbEJuZDFkRk5pczJSVzlWZWxKelJFbHFjbHBPZDNVME9IRlNaVVZGTDBnMU1tRjNPRkZYTVdoSlNqSmFMMHRHT0VGbmRFNTFVak12TVd4R1JqZFNRazBLUVROeWFVVlJSV2hYVkRJclpqTnpRVVZZUm01MVMyeE1NMEZyV1V0V1VEVjBXbWRQZVU1dmVsVkRWVU5FWlRCbVNTOXplVXRYUVVaeGFXRkpObU5xT0Fvd1NIcHljUzlwVGxjMFZVSndja1JLYW01Nk4zaFJTVVJCVVVGQ2J6RlpkMVpFUVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRV1pDWjA1V1NGTk5SVWRFUVZkblFsTkJWa1l4VEhKdk1YSUtVR0o2YUN0dVQyUTJSbU5xYVVOWFpUZHFRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRlBjVTV4WVdFeU1reG9UWGd2ZVRnNWEyRkpXUXB0UVRaUGFXTlplbUYyTW5OSWRVNHllalpYZG1WRFQyeHhhRzl3YW1oSGJVSTBkVUpqVjFCNllYRXlTV1V5Y2xFclNYaFFaRzVpUlVKV09XNVJaVzVMQ25kRGVIZE9XRE5oWm1waFptOW1UbGh5TVd0bU4zVk9NMmwyTnpadmFUQmFSbGxNU25FM1FrOU1VV0Z4Tm1OR05sSjZiMEZNVEd4VVZXcDJlWE42Y0VVS1QzZFFPV0YyYWpWRU56UlJWMjl0VlZrcmNWYzBUeTlNTDNJek1tSTVNRlpHVjJ3dk1USnVkU3RrVG1VclpVRnNlSE5YVjFGdldXRlVPVWd6U2xGeFNBb3ZNalJMYW1abFdIZDBaVmx3UWtRNVF6WnlhVGRZVEc5blNXbHNhMU52TjBwWGVIRllSR3BXTmxrMU1ucDZaamRRTldjdlFWbHdaemxuYjFsTFIzY3JDakUzZWtZNGRHWlRSVnBLTDB4cVVscEdjaTgzV2pKTlIyODFObmxuVUdwVk4yVlJha2xtWVZwVkx6UnZkV1l6T0RWcFpIRkJPR05FUTNOWlFsbGhNa0lLYm1aU1RIRlZhVEZ0U1d3clMxRnJaRWd5ZDJ4V1dYUlBRVTQyZFdob05WaDFMMUZUUXpSSEswWnJlSFJZTTJSQ2RYUkVOa1Y0V1UxaWJVODBkRzUwWlFvM1R6VmtRV3RvZUN0WGRtdDRjbFpHTVdWbVFWQTRVeTlpTm1oWmVITmlTMlJ4VW5kUVIxWlZhekZIUlVSTWNtSkhMMjVzVjBRd2NXd3hXV2x5WldRMkNrOVFZWFV4TjJReVNEQnVZbE5LVUhWWGVXcFpNV3hZY2toSVMyRkhORGhOVVRZM2VVUnFPV1ZDYVU0MmNubHVUWGQ0Y20xSFNXbEhkbVJMU1RCQ1Nub0tWREJUTmtWNllsRnFiV1ptVGs4MmFrNURPVVJDY201aWREZElTVUUyZFRad1FVUnVSR3AxVlRSNmFuVkVia1ZwWjJoV2JVUkpZbXhpV25JdlRqbG9XQXBqZGl0V1NqaHFTM2gyTkhRNFZXWkZUVEpaT0V4VmNqbEhiek4yUW1KVFQxVmtMemxzZEdWSVFuQk1NME0xVWpCUFMwZGpTVnAxV2xwdFYxVjFhVXBDQ2xoWlJXNTFaME5hWmxOV2NqVlpZMVkyY1RoclNHSTRQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MyZEpRa0ZCUzBOQlowVkJiVzkwYWxCamFtOWljSEUwU1RabWNuZEthbU5aYzJsMmJFd3hiRFZ2YnpKck0zVXhMMk5DUlRCbE1EaHBXbG96Q21kemVWTlpVMnMzVldNeGFFeHRkV0YwV1dOVFNGRkpSMDFhZEhOeVF6RnlPVXczY21Zd0t6RlJTMHhETUdWNGFYcElMMmRIYVNzd1VEQmpOR1pLYWxRS1VHVjBjV2xGT1ZsSmRtOWpkVTAzYW1GeFkzWk5WRk01ZHpkdWVuVnVTUzloZDFwdVRUTnpMMVJWU0RCRGJEaHNlRWh6VUV0VGR5OVhXV3RCTHpaQlJRb3phekZTUzNoMllqZHhPVXR6ZFZOSUszUlpRbUpGZVRCVk16TkVOekkzUVRoamIyc3hWREpRVjJadFNtZHVVVTF4Vkc5cFZIQTFNbk5aVW1wdWFXSnpDa05YWlV0eFRWZGxSMjFEZWtrNWIxZFlZVTh4V0VZemJUZElURkF6ZWpCWlkwMUZlbmd6Um10dFpUaFROemd4U0RJNVRXaFpWREZ4UzNsSU5YRm5VR0VLUVdKUk1Xb3ZXRVZMTml0eFZETkpNRUZuZUVkTEt6WTBOMFF6TTJJeWVIRnBjVEV6YVd0TVVHRnBZVnBTTUZSSlNsbHdLMGxCTnpGTVdYcENNelJrVFFwaFFrUjRjek5OYWxaWGRDOVVjWGRUYjIxUmQzQklVRVZLZDAxSkszRm5NMnQwU0daRVpqQXZiV3RVTWpkYWRXZEhWR2MxVm5Ka1psRkZWekZzY0c5WENrNHhXV2xIV0d4QlVFaFRWRlZJWkRSUGJrOVNVR1Z3Yms1S1FuSjNhVUUwWkZRMGNGVnJiRU5oTTBweWQxbHBUakZxVkcxMk55dGtjVWxEVlRCc1JIUUtObTl6U0VKeVRUQjZaVEJRWW5wUlIwMXpWRTF1WlZOUlVYazNibWM1ZVdVdllWUllRbW8wVFVab1QzWjFhRXRHVFRCaVFYbEpOakpVWTB4MVVFdHJXQXBvUWxCNEsyUnRjMUJGUm5SWlUwTmtiV1o1YUdaQlNVeFVZbXRrTHpsYVVsSmxNRkZVUVU0Mk5HaEZRa2xXYXpsMmJqazNRVUpHZUZvM2FYQlRPWGRLQ2tkRGJGUXJZbGRaUkhOcVlVMHhRV3hCWnpOMFNIbFFOMDFwYkdkQ1lXOXRhVTl1U1M5T1FqZzJOblkwYWxaMVJrRmhZWGQ1V1RVNEt6aFZRMEYzUlVFS1FWRkxRMEZuUVRZMUt6VklNbkJDWkhWRVRpOTNOekpyYURVNVdrNDRNVlpGUjNkTE1UVjFPVEF5VjIwNWRWcEZZbVo1Y0VwUFZXZDNaMFExWWpsSVp3cGxSSGRYYVZsV1MzTTVWUzl2Vlc1cVJuRTNlRmxqTjBsV2R6RkZWbGxzYzNaYU1ITnFjMGRLTWxOUUsxWjZhVWs1WjJsa01WWkxVRkV6UVhwNlMzQXpDbWx2V0hkSE1IVnliREZZZUd3emVrNVpZemswZGxwMFYyMHZXWGxPVlZGSWJYQXZLMXBCTTNSUGEzRndSWFZwUTNCRGJuaFNXR3RXYTNKeWFHZzFhbThLTDFncmJtVkdkM05US3pNeU4ySlhLMHhUTTBZd1dqRlNha0U1UjBOR1ZHWnZja2MzVHpacGJubEVWRlJoY1hOeVRuQTRValZTZDBzMllVSTRaUzloY2dwaWVtaFpOMmRQWjFwWmJqTlVkMDQyUmt4clVFTnBZVXR6T1cxamNEWm5SVEZKSzFCUU9YVnVLMjB5Tm5SelNVVTVjM0JIT1ROcVpFNVhaRVpJUWxKT0NqUnZUVEJFVUN0ME1rTm1XRVIzVFVaaFVXdHlUekZRVVRCQ1dFUXdaRzAwVEhOUFFXZ3ljMmxXZURWSWVYbEZaakJhT1c5b05WSXlNakZWYWpWclMwUUtlbE5WYW1GdVkwdDBjVTFWTmpkS1IwUnliQzlUUzFsUVJrYzVNMngxWldWaGNtOVZaRVZJWjNGRmFETkVUVWRqU21WbFlXUlNVV2xzVTJrMlJEUkhSQXBNWWxsSk5qaG5NVE5FTW5JMU1uTXdTM05TWms1RmQxZHFhMlpsTVhCcGRHbDVjSGhLTkdWSVFUWmFiRWhWU0RaYWFHNUVabk53Tm5KbFIwcFFZMXBxQ25aWVNuZENVRWhNYkRSM2F6RTNRbkpJZGxoVlNHUnpiMlJ4V0U1VlltdGhaMkpaVDAxd1RWQTBZVE5CVTB4blFXVlFOM1FyWkhsb1RESnRWakJHWmtRS1kzSmFiMHBTZGpCWlNHVmhWakZuV1c1T04xVXliMk41UW5KWFJFdHNiWFJTTVdOcllUVjJNM2RNU25oeUsxbzROVzF6VERWaE1WaFZRbTByWVV4WGNnb3JWVGROYVRWM2VGUmFSakkzVkVNMU0wOHlRMkYwTTNaU1YwZG9TRlV3YjIxRFVHbDJPVmd2UlRsU2NEWkJVREZuVVV0RFFWRkZRWGg1WW1GNVdEVktDamczUjBsVVdVNXVhWGR3TkdWR2NVWjZNazU0U1N0aVZtNVRaMWh4TWtJMFRVMVVZVmRuVEhrMlEwZzBhMGc0TkZSc1JHeG5ORlUyZEZaek1HdHpMMFVLVWxwcU5VMUtSbXhyYkRCaGRXc3ZRa0ZEY1dWNWVXcElhSEZCU1M5bldHbG9jRmd6VG5ST1ZIZFZMMEpQYm5wVWVWcEhRakJOV0hoc2NXZzRTREpSZUFvMWRqaExaRVJhY0RCYVJISnNWMGN5UmtSRVYyUlNTMG81VDJOVVFqbHdWblp5Y1daaGIxcDNRbTh3ZWs1QlEyZHVObnBPTVRGc1ZUWkpXVXBPYkRsRUNqTkpNV0o2ZFRsblZVVm5WMVZETDNNeFdqUmtRV1F3YmxCUVRXTjNaV3d3TUhWMU5GaGFWR2d5V1hrNWRHMWpkR042UTFOak1GUk9lVEJpVVhwUFIwMEtXRlZQV1ZoV1JtRldSSGRQYVVJM1RFMURZMVZ2UzNaak1tZzNiRVJ2V1VSeVpDOU1lV0ZGZDI5alNWbHBOa3RwYlZoSlZqRmFLMkY1VkZod01EQTVNd3BQUzFKaGRFbFRaQzlCVVd0SVVVdERRVkZGUVhoeGFsUm1VaTlCWm5CblEzSkNjUzlVYWpsNlVXaFFaQ3RNVjJReVkyRm1SbEZFY2tJNE5tMWpWRWhHQ21OTFVtWlRVa2hLWW14SlNHaHRaazl0TkRSb2QyWnZVbTkyYzBaU05HbFRURVJZU1hKQ1MyOVZVV0pRVFhkeU1XUmtVV3g1T0RsaVRWY3dXbkJEU1RnS1ZHZDFkRTFYZDJFeWJVRnBRbWRpVG5oWmJuZDNlRmhoZVdRMGJuTmlUekJWUkVOMFNVRmtLMnRYU0RsWVV6bEZPR2R6U3pGT2NEY3lZVUZKTTAxcFR3cHVLM2g0U1RGMlpHTlVNRVkwVmxkdVEwVkNaVXRwUkdkeU4ydzRaV1YyV1hWNlIwUTBORVoxUms1WVJreHBiMmd6T1ZreU1HUXZibWhJT1ZnNVNqTlRDa1pMYUdwRmVIa3lhM2t5ZFRab00xUmlhakZoUlV4bU9HSnRlSGxLZW1neU4wZFpURE51Tkd0MFlWVnhVM041WVM5TlpFbFZNVmhqWkRSWWRYSlVWVE1LU205NGIyaEdkVEZMY21oMUwxbFNRekZzV0Zadk5XNUJhMjgzVTFNNFptTXhWRWxxUzJkMFZubFJTME5CVVVWQloyNWhhM1V6TUdSRGVWVlNVM1EwTndwc1lUSk9WVU5NVmt0Q1FsbEVVa2h4Wmt0TVNVcHlMM2t6VG1kSmVIaEVTbVZ0VEU5NVJFcG1aVFJoY0ZwSGFVTkdhelpwWlZVM1kyOUZPV1phTXpkSkNtdEpTMjUzVFdkQlozQkNjRXRIVVZadFl6YzNUbEpaTnpKTWEycHJNbTlNYnpCalVrdGlVMlYwV25rMU9Ib3ZTbFJWTkdkNWFIWkZVMVJTYnpjNGNUVUtkR042TDFkQlVVUXlUMUpLYVdKYVZWa3ZhVUV3YUUxd1QzVktaRVIwWWpGVGIxWjZkSEY0TW1wVlVWTk5VRXBZYlcxQk9GcHlPSFkwUzNSSFMzRkdUUXBqYVhSWVYzSTJZVzk2UzB0b1F6aFNlRzAzY0U1MWMzVlhaMHRNTmpsd1pIWnFkbWxEUkRBNVdFRnVSVEYyYVVzM1NrUXJkR3RzU0hZNE1VcFpiRU54Q2tsVFlXRjVibVZLTW05cGRtcGlXVzh6TUdRdkwwOTVNRTlzUzNreVQzSmplR2R6TWsxNmRXVXdNMFZYWkhKVGVFaFJSbEp3WkcxWlJ6WlpiblZpZUhJS1JuRTNUSHBSUzBOQlVVVkJaMVphZUU5emJIUllaalZDTTNsTllUUnBjbFpOTTFGVU1VWlZTMFJFYzFGWU0wSldiRXRQY1VsYVFYZzFORUpqZFZGdWJncG9kbVpLUW0xNVdGTjRaR2xUZUZGM1dERm1iWFpCWm1sbmRqUlNVa1phZUZaNUswUjJjM1Z1ZFRaeUwxbEpORVExVlRSUGJqVnVZV2RWVjBFMFQyaDBDa2w2Wm5KaWRHdElTakZGUkdWNkwwUlVhVXBuTTFsVlQwcENaRTB6T0cxQ1ZXTXpiVlZ6UkhaMGJGbFRSM3B4VkRNNFFXUm9VVVJsVDNGcFNtdEhaa01LTmtoTEsxaFdTMU5wVVVNdlZHUmFVamh3V210M1JYZFpjM1ZqZERSMlZHeFpjRTAyTmxNNWRFWnViekF2Y21ONk1rVlFRVlV2V21OVVF6ZEdUV3BDUkFwbVpHTkZVbXhDWXpCNU1FZGpiRkZYSzFJeVNuaEtZM2xrWmpaTFVUZFZSVEpYTlVzNWNDOHpWMEpQTW5SMWNucDFjVEZ6UlRCRVQxRjZOblV6VmpKSUNuVmxVMUl2YlZGYWVqaHVZV0ZqVlRCYWVtRjBSemhHYm5WVVdVaFNkSGhUV1ZGTFEwRlJSVUZ1WTFOUFREWmpaUzlKVkZkWmJsWjVORFZZU1hwblNIVUtaMFZITVVGQlNFTXpiVTkzWTJ4VmJURnBPWGt6WjNaNFozTkhTWGRSWkZOcVVESlNOVlI0ZDFoV2NIcFhNRzlzUVZaS2JrRkJWbFZNZUVSV1NuVmtSQXBHY1Zsb01GbzFaVkpDZVROSVJUSkVhRzByZGtkMlYwUlplVkpIYkVGYU5VTnNkWFp6ZEdwd1RUZ3lOVlpMYTNSVGVscFVOWFpGZVZod1RrNDNUa0l3Q2tsT1ZtUmpRMFV4YjFNeVpqUmxSR0ZSWlZaR1EwWjRXR2MwUzFJclR6Vk5OV1ZHUWxkYU9HNXVURmhvYnpsVFZUSk9MMXBCZW5sd1MyaHVSalEyUTBjS2ExRnhWMFJJUnpGc1luUjJXVWxPYzNkTldFUkJOMU5LVjFwQ1JtY3pSV1JhUmpSTE0zWldjM1JNTWs1MU5tUmtkazVaWW14T1p6ZFRNWEpoYVVwcmFBcE9iRlZhZUhSRmVFY3dWSFZzYzNkdlNqUnViREpSU3pkcEsyWnFPVEl5ZFdWYU5FcDRkbkpJWWpoUlptbDFTbGgwYWtkU1RsTXlUbTFGWlVweVFUMDlDaTB0TFMwdFJVNUVJRkpUUVNCUVVrbFdRVlJGSUV0RldTMHRMUzB0Q2c9PQogICAgdG9rZW46IDFkM2JiNDMzYjM2ZGRkM2U3NDc0ODc5ZDdmNDM0MmFmM2MxZDFkNjgxNDFiNzdkNTExZjAyY2MwODFmZWY3NTMwYzAwNGE0YTJkMjZkYTU3NjlmMzQ4YWFiNmQyNTJjNjg2MjlmN2Q0N2ZhZmRjMDFlYzk0ZGQyZWMxYmE4ZmFmCg==\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-8882?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTg4ODI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7522?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MjI/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "dcfe7b48-b7bc-4c74-8841-2297d3b00a42" + "84250ee1-d211-4f45-aa31-d3fa9da420f1" ], "accept-language": [ "en-US" @@ -1311,13 +684,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:50:02 GMT" + "Fri, 06 Aug 2021 23:25:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1326,13 +699,13 @@ "14999" ], "x-ms-request-id": [ - "58b37c16-04e4-436a-a8c3-72ce56bd520d" + "cfba60b2-edb2-4259-8618-9b91181b7806" ], "x-ms-correlation-request-id": [ - "58b37c16-04e4-436a-a8c3-72ce56bd520d" + "cfba60b2-edb2-4259-8618-9b91181b7806" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185002Z:58b37c16-04e4-436a-a8c3-72ce56bd520d" + "WESTUS2:20210806T232551Z:cfba60b2-edb2-4259-8618-9b91181b7806" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1351,8 +724,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1368,28 +741,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:50:17 GMT" + "Fri, 06 Aug 2021 23:26:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11995" ], "x-ms-request-id": [ - "a8193654-8b89-42e9-a3aa-47fcf8f72bf9" + "724bffe2-89e5-44f7-b49a-e25d3ca7b4a0" ], "x-ms-correlation-request-id": [ - "a8193654-8b89-42e9-a3aa-47fcf8f72bf9" + "724bffe2-89e5-44f7-b49a-e25d3ca7b4a0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185017Z:a8193654-8b89-42e9-a3aa-47fcf8f72bf9" + "WESTUS2:20210806T232606Z:724bffe2-89e5-44f7-b49a-e25d3ca7b4a0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1408,8 +781,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1425,28 +798,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:50:31 GMT" + "Fri, 06 Aug 2021 23:26:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11994" ], "x-ms-request-id": [ - "e94f201c-5b3c-43ff-bf79-d57df0e6e190" + "8ffe5983-e142-48a4-92dc-b5f5acfbcf65" ], "x-ms-correlation-request-id": [ - "e94f201c-5b3c-43ff-bf79-d57df0e6e190" + "8ffe5983-e142-48a4-92dc-b5f5acfbcf65" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185032Z:e94f201c-5b3c-43ff-bf79-d57df0e6e190" + "WESTUS2:20210806T232621Z:8ffe5983-e142-48a4-92dc-b5f5acfbcf65" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1465,8 +838,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1482,28 +855,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:50:46 GMT" + "Fri, 06 Aug 2021 23:26:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11993" ], "x-ms-request-id": [ - "7d90783d-29cb-4d9c-9454-49a5769605f5" + "14f41162-f120-4784-a407-c8f2644be023" ], "x-ms-correlation-request-id": [ - "7d90783d-29cb-4d9c-9454-49a5769605f5" + "14f41162-f120-4784-a407-c8f2644be023" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185047Z:7d90783d-29cb-4d9c-9454-49a5769605f5" + "WESTUS2:20210806T232636Z:14f41162-f120-4784-a407-c8f2644be023" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1522,8 +895,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1539,28 +912,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:51:02 GMT" + "Fri, 06 Aug 2021 23:26:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11992" ], "x-ms-request-id": [ - "59c52624-e352-4388-a955-6ab5ff63e46b" + "32207f83-b143-4fdd-bb15-d67cd83da131" ], "x-ms-correlation-request-id": [ - "59c52624-e352-4388-a955-6ab5ff63e46b" + "32207f83-b143-4fdd-bb15-d67cd83da131" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185102Z:59c52624-e352-4388-a955-6ab5ff63e46b" + "WESTUS2:20210806T232651Z:32207f83-b143-4fdd-bb15-d67cd83da131" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1579,8 +952,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1596,28 +969,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:51:17 GMT" + "Fri, 06 Aug 2021 23:27:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11991" ], "x-ms-request-id": [ - "f595920c-1aeb-4795-9f5e-4019a9bbbc19" + "3b8d19cb-2372-4c2d-aa52-b76a1ae90164" ], "x-ms-correlation-request-id": [ - "f595920c-1aeb-4795-9f5e-4019a9bbbc19" + "3b8d19cb-2372-4c2d-aa52-b76a1ae90164" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185117Z:f595920c-1aeb-4795-9f5e-4019a9bbbc19" + "WESTUS2:20210806T232706Z:3b8d19cb-2372-4c2d-aa52-b76a1ae90164" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1636,8 +1009,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1653,28 +1026,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:51:32 GMT" + "Fri, 06 Aug 2021 23:27:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11990" ], "x-ms-request-id": [ - "fca719f2-c63e-4fed-a115-de503eb9ef30" + "dc9dc968-26f6-4f68-b655-0f131720c205" ], "x-ms-correlation-request-id": [ - "fca719f2-c63e-4fed-a115-de503eb9ef30" + "dc9dc968-26f6-4f68-b655-0f131720c205" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185132Z:fca719f2-c63e-4fed-a115-de503eb9ef30" + "WESTUS2:20210806T232721Z:dc9dc968-26f6-4f68-b655-0f131720c205" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1693,8 +1066,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1710,28 +1083,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:51:47 GMT" + "Fri, 06 Aug 2021 23:27:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11989" ], "x-ms-request-id": [ - "27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" + "d5bb74aa-6a58-4257-bea9-03b3be5dee96" ], "x-ms-correlation-request-id": [ - "27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" + "d5bb74aa-6a58-4257-bea9-03b3be5dee96" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185147Z:27d6ebc9-5b01-4fcb-9ea3-1ce01ea3019a" + "WESTUS2:20210806T232736Z:d5bb74aa-6a58-4257-bea9-03b3be5dee96" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1750,8 +1123,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1767,28 +1140,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:52:02 GMT" + "Fri, 06 Aug 2021 23:27:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11988" ], "x-ms-request-id": [ - "0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" + "6b66d534-9013-4483-a96b-410b128ead34" ], "x-ms-correlation-request-id": [ - "0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" + "6b66d534-9013-4483-a96b-410b128ead34" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185203Z:0bb9b64e-9996-41cb-a0ef-fac0f226d2a6" + "WESTUS2:20210806T232751Z:6b66d534-9013-4483-a96b-410b128ead34" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1807,8 +1180,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1824,28 +1197,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:52:17 GMT" + "Fri, 06 Aug 2021 23:28:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11987" ], "x-ms-request-id": [ - "a9798652-a798-41f1-bc1e-88e81fe34160" + "d4507ef4-12ba-406b-a267-72d34343ede0" ], "x-ms-correlation-request-id": [ - "a9798652-a798-41f1-bc1e-88e81fe34160" + "d4507ef4-12ba-406b-a267-72d34343ede0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185218Z:a9798652-a798-41f1-bc1e-88e81fe34160" + "WESTUS2:20210806T232806Z:d4507ef4-12ba-406b-a267-72d34343ede0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1864,8 +1237,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1881,28 +1254,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:52:33 GMT" + "Fri, 06 Aug 2021 23:28:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11986" ], "x-ms-request-id": [ - "d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" + "398e0e58-83f7-45de-9ac1-b9a7d9ffef17" ], "x-ms-correlation-request-id": [ - "d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" + "398e0e58-83f7-45de-9ac1-b9a7d9ffef17" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185233Z:d2eba47c-f7d6-4f9b-9ffe-1db9120dd631" + "WESTUS2:20210806T232821Z:398e0e58-83f7-45de-9ac1-b9a7d9ffef17" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1921,8 +1294,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1938,28 +1311,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:52:47 GMT" + "Fri, 06 Aug 2021 23:28:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11985" ], "x-ms-request-id": [ - "28a0ca44-041b-468a-96a2-9360ac3510dc" + "93620205-36d8-4753-9466-01ea1e834ea2" ], "x-ms-correlation-request-id": [ - "28a0ca44-041b-468a-96a2-9360ac3510dc" + "93620205-36d8-4753-9466-01ea1e834ea2" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185248Z:28a0ca44-041b-468a-96a2-9360ac3510dc" + "WESTUS2:20210806T232836Z:93620205-36d8-4753-9466-01ea1e834ea2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1978,8 +1351,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1995,28 +1368,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:53:02 GMT" + "Fri, 06 Aug 2021 23:28:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11984" ], "x-ms-request-id": [ - "46b9fea1-dd86-4553-95c0-d90f55e3444f" + "4fb267c0-0fc3-40b3-a3c3-f619e009754f" ], "x-ms-correlation-request-id": [ - "46b9fea1-dd86-4553-95c0-d90f55e3444f" + "4fb267c0-0fc3-40b3-a3c3-f619e009754f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185303Z:46b9fea1-dd86-4553-95c0-d90f55e3444f" + "WESTUS2:20210806T232851Z:4fb267c0-0fc3-40b3-a3c3-f619e009754f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2035,8 +1408,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2052,28 +1425,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:53:17 GMT" + "Fri, 06 Aug 2021 23:29:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11983" ], "x-ms-request-id": [ - "b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" + "5edd8d75-925b-40e1-870a-6169701205f0" ], "x-ms-correlation-request-id": [ - "b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" + "5edd8d75-925b-40e1-870a-6169701205f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185318Z:b94dbe2e-9c3d-46f1-9d07-1904e00a3c10" + "WESTUS2:20210806T232906Z:5edd8d75-925b-40e1-870a-6169701205f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2092,8 +1465,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2109,28 +1482,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:53:32 GMT" + "Fri, 06 Aug 2021 23:29:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11982" ], "x-ms-request-id": [ - "425be428-66fb-4adc-9075-f9fd8bce74eb" + "c1708c3b-02fd-4103-9660-07cd49beb880" ], "x-ms-correlation-request-id": [ - "425be428-66fb-4adc-9075-f9fd8bce74eb" + "c1708c3b-02fd-4103-9660-07cd49beb880" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185333Z:425be428-66fb-4adc-9075-f9fd8bce74eb" + "WESTUS2:20210806T232921Z:c1708c3b-02fd-4103-9660-07cd49beb880" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2149,8 +1522,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2166,28 +1539,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:53:48 GMT" + "Fri, 06 Aug 2021 23:29:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11981" ], "x-ms-request-id": [ - "4f075a80-92cc-4aaa-b3ed-aafb8218516c" + "50696355-0049-474f-acda-6df357e81b6e" ], "x-ms-correlation-request-id": [ - "4f075a80-92cc-4aaa-b3ed-aafb8218516c" + "50696355-0049-474f-acda-6df357e81b6e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185348Z:4f075a80-92cc-4aaa-b3ed-aafb8218516c" + "WESTUS2:20210806T232936Z:50696355-0049-474f-acda-6df357e81b6e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2206,8 +1579,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2223,28 +1596,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:54:03 GMT" + "Fri, 06 Aug 2021 23:29:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11980" ], "x-ms-request-id": [ - "69335340-be58-4051-b485-98f490f0fa68" + "a15835f5-1de7-46ba-a185-74c641973c94" ], "x-ms-correlation-request-id": [ - "69335340-be58-4051-b485-98f490f0fa68" + "a15835f5-1de7-46ba-a185-74c641973c94" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185403Z:69335340-be58-4051-b485-98f490f0fa68" + "WESTUS2:20210806T232951Z:a15835f5-1de7-46ba-a185-74c641973c94" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2263,8 +1636,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2280,28 +1653,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:54:18 GMT" + "Fri, 06 Aug 2021 23:30:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11979" ], "x-ms-request-id": [ - "a7d66e98-cd05-46dc-907a-fdacbd5b2131" + "da37b09f-3698-4406-b2e1-0bad6dff585a" ], "x-ms-correlation-request-id": [ - "a7d66e98-cd05-46dc-907a-fdacbd5b2131" + "da37b09f-3698-4406-b2e1-0bad6dff585a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185418Z:a7d66e98-cd05-46dc-907a-fdacbd5b2131" + "WESTUS2:20210806T233006Z:da37b09f-3698-4406-b2e1-0bad6dff585a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2320,8 +1693,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2337,28 +1710,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:54:32 GMT" + "Fri, 06 Aug 2021 23:30:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11978" ], "x-ms-request-id": [ - "ccc18235-09a4-44e6-a9aa-8548d42c32b2" + "b784c776-d5ac-457c-ab97-7edd58be3e68" ], "x-ms-correlation-request-id": [ - "ccc18235-09a4-44e6-a9aa-8548d42c32b2" + "b784c776-d5ac-457c-ab97-7edd58be3e68" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185433Z:ccc18235-09a4-44e6-a9aa-8548d42c32b2" + "WESTUS2:20210806T233021Z:b784c776-d5ac-457c-ab97-7edd58be3e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2377,8 +1750,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2394,28 +1767,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:54:47 GMT" + "Fri, 06 Aug 2021 23:30:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11977" ], "x-ms-request-id": [ - "38cb0b57-b5c1-49aa-b713-dcdd22f07801" + "9db8bef0-8dd6-4883-befb-f485b9398944" ], "x-ms-correlation-request-id": [ - "38cb0b57-b5c1-49aa-b713-dcdd22f07801" + "9db8bef0-8dd6-4883-befb-f485b9398944" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185448Z:38cb0b57-b5c1-49aa-b713-dcdd22f07801" + "WESTUS2:20210806T233036Z:9db8bef0-8dd6-4883-befb-f485b9398944" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2434,8 +1807,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2451,28 +1824,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:55:02 GMT" + "Fri, 06 Aug 2021 23:30:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11976" ], "x-ms-request-id": [ - "8d54d8c8-9243-40cb-8673-96d5d4398cfb" + "338c3a01-4397-48e9-8403-b0de05886d69" ], "x-ms-correlation-request-id": [ - "8d54d8c8-9243-40cb-8673-96d5d4398cfb" + "338c3a01-4397-48e9-8403-b0de05886d69" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185503Z:8d54d8c8-9243-40cb-8673-96d5d4398cfb" + "WESTUS2:20210806T233051Z:338c3a01-4397-48e9-8403-b0de05886d69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2491,8 +1864,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2508,28 +1881,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:55:17 GMT" + "Fri, 06 Aug 2021 23:31:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11975" ], "x-ms-request-id": [ - "239361cb-36b2-4b42-9d07-79581ceba414" + "810a40b7-bc2a-4e37-b969-c8b678613c0a" ], "x-ms-correlation-request-id": [ - "239361cb-36b2-4b42-9d07-79581ceba414" + "810a40b7-bc2a-4e37-b969-c8b678613c0a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185518Z:239361cb-36b2-4b42-9d07-79581ceba414" + "WESTUS2:20210806T233107Z:810a40b7-bc2a-4e37-b969-c8b678613c0a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2548,8 +1921,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2565,28 +1938,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:55:33 GMT" + "Fri, 06 Aug 2021 23:31:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11974" ], "x-ms-request-id": [ - "cc5680ad-874b-4a61-ac8c-e0949c5f4fad" + "293f0f46-e26e-4359-913d-d60577b7468c" ], "x-ms-correlation-request-id": [ - "cc5680ad-874b-4a61-ac8c-e0949c5f4fad" + "293f0f46-e26e-4359-913d-d60577b7468c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185533Z:cc5680ad-874b-4a61-ac8c-e0949c5f4fad" + "WESTUS2:20210806T233122Z:293f0f46-e26e-4359-913d-d60577b7468c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2605,8 +1978,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2622,28 +1995,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:55:48 GMT" + "Fri, 06 Aug 2021 23:31:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11973" ], "x-ms-request-id": [ - "f902e51c-91e7-4531-b99e-13fe7fe5c205" + "f4c8b04f-3edc-4911-8bf5-ecab9d736be5" ], "x-ms-correlation-request-id": [ - "f902e51c-91e7-4531-b99e-13fe7fe5c205" + "f4c8b04f-3edc-4911-8bf5-ecab9d736be5" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185548Z:f902e51c-91e7-4531-b99e-13fe7fe5c205" + "WESTUS2:20210806T233137Z:f4c8b04f-3edc-4911-8bf5-ecab9d736be5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2662,8 +2035,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2679,28 +2052,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:03 GMT" + "Fri, 06 Aug 2021 23:31:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11972" ], "x-ms-request-id": [ - "12d87444-0972-4ccb-a245-a4a2a5c8d9ea" + "6c28ec37-e2bd-4ed3-8c39-7fa676733d9e" ], "x-ms-correlation-request-id": [ - "12d87444-0972-4ccb-a245-a4a2a5c8d9ea" + "6c28ec37-e2bd-4ed3-8c39-7fa676733d9e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185603Z:12d87444-0972-4ccb-a245-a4a2a5c8d9ea" + "WESTUS2:20210806T233152Z:6c28ec37-e2bd-4ed3-8c39-7fa676733d9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2719,8 +2092,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2736,28 +2109,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:18 GMT" + "Fri, 06 Aug 2021 23:32:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11971" ], "x-ms-request-id": [ - "67041653-4af3-4747-ae93-bee8587cc561" + "f700ce55-2287-481b-b2ea-387a44d9f29f" ], "x-ms-correlation-request-id": [ - "67041653-4af3-4747-ae93-bee8587cc561" + "f700ce55-2287-481b-b2ea-387a44d9f29f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185618Z:67041653-4af3-4747-ae93-bee8587cc561" + "WESTUS2:20210806T233207Z:f700ce55-2287-481b-b2ea-387a44d9f29f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2776,8 +2149,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2793,28 +2166,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:32 GMT" + "Fri, 06 Aug 2021 23:32:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11970" ], "x-ms-request-id": [ - "6290ff0f-ab60-4856-9d8a-c189c9014ee8" + "f9c87f48-89a7-4971-bdde-e374be5fa4a1" ], "x-ms-correlation-request-id": [ - "6290ff0f-ab60-4856-9d8a-c189c9014ee8" + "f9c87f48-89a7-4971-bdde-e374be5fa4a1" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185633Z:6290ff0f-ab60-4856-9d8a-c189c9014ee8" + "WESTUS2:20210806T233222Z:f9c87f48-89a7-4971-bdde-e374be5fa4a1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2833,8 +2206,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2850,22 +2223,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:48 GMT" + "Fri, 06 Aug 2021 23:32:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11969" ], "x-ms-request-id": [ - "c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" + "acc9e46a-8143-490c-849b-7df8cd460bcd" ], "x-ms-correlation-request-id": [ - "c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" + "acc9e46a-8143-490c-849b-7df8cd460bcd" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185648Z:c0cb086a-6631-4d78-9a6e-2aa0c08fb55b" + "WESTUS2:20210806T233237Z:acc9e46a-8143-490c-849b-7df8cd460bcd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2884,8 +2257,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDg4ODItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGc0T0RJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MjItV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTWpJdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2901,22 +2274,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:48 GMT" + "Fri, 06 Aug 2021 23:32:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11968" ], "x-ms-request-id": [ - "03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" + "6ad95e7a-3612-4f16-8b93-29adfbe39611" ], "x-ms-correlation-request-id": [ - "03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" + "6ad95e7a-3612-4f16-8b93-29adfbe39611" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185648Z:03c4bfa6-24b0-4acd-87d0-3563fd9af4a8" + "WESTUS2:20210806T233237Z:6ad95e7a-3612-4f16-8b93-29adfbe39611" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2937,8 +2310,8 @@ ], "Names": { "ContainerListClusterAdminCredentialsTest": [ - "aks-dotnet-sdk-RG-8882", - "azsmnet7920" + "aks-dotnet-sdk-RG-7522", + "azsmnet7547" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json index 7c275c0018b5b..cf7998e3a5bdd 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceCreateManagedServiceTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "7bd976b8-f1fb-468b-9f39-5e2c2d4a2c3b" + "599f5706-56e2-41c2-909b-4ada974602a7" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:49 GMT" + "Fri, 06 Aug 2021 23:32:37 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "a412f936-2950-419e-a86b-a244f1c89f20" + "cbcc64ba-e7f3-4386-8944-8e9aa49f8534" ], "x-ms-correlation-request-id": [ - "a412f936-2950-419e-a86b-a244f1c89f20" + "cbcc64ba-e7f3-4386-8944-8e9aa49f8534" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185649Z:a412f936-2950-419e-a86b-a244f1c89f20" + "WESTUS2:20210806T233237Z:cbcc64ba-e7f3-4386-8944-8e9aa49f8534" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "101705" + "103018" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644-southcentralus\",\r\n \"name\": \"hcpaleldeibebld45288644-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld45288644\",\r\n \"name\": \"sqlaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644\",\r\n \"name\": \"hcpaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-config-test\",\r\n \"name\": \"aks-validator-config-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-staging-test\",\r\n \"name\": \"aks-validator-staging-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"name\": \"MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-meta-test\",\r\n \"name\": \"aks-validator-meta-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5\",\r\n \"name\": \"r-k8sts153251Sm5\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu\",\r\n \"name\": \"r-k8sts15317QsBu\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU\",\r\n \"name\": \"r-k8sts15317gBhU\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073-eastus2\",\r\n \"name\": \"hcppranejaebld45298073-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45298073\",\r\n \"name\": \"sqlpranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073\",\r\n \"name\": \"hcppranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bahetest\",\r\n \"name\": \"bahetest\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628384893\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bahetest_test_eastus2\",\r\n \"name\": \"MC_bahetest_test_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628503588\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45307416-eastus2\",\r\n \"name\": \"hcppranejaebld45307416-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45307416\",\r\n \"name\": \"sqlpranejaebld45307416\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000-eastus2\",\r\n \"name\": \"hcpmattstamebld15150000-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld15150000\",\r\n \"name\": \"sqlmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000\",\r\n \"name\": \"hcpmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45345341-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45345341\",\r\n \"name\": \"sqlyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341\",\r\n \"name\": \"hcpyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45346762-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45346762\",\r\n \"name\": \"sqlyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762\",\r\n \"name\": \"hcpyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-secrets\",\r\n \"name\": \"jiliu8-secrets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"name\": \"MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksrnr-3d2f5e0d\",\r\n \"name\": \"aksrnr-3d2f5e0d\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447-eastus\",\r\n \"name\": \"hcpneaggarwebld45018447-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447\",\r\n \"name\": \"hcpneaggarwebld45018447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abelgmsavnet\",\r\n \"name\": \"abelgmsavnet\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-25p7zs9pae\",\r\n \"name\": \"pkr-Resource-Group-25p7zs9pae\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1627873637\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1627613755\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350-eastus\",\r\n \"name\": \"hcpandliuebld45143350-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld45143350\",\r\n \"name\": \"sqlandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350\",\r\n \"name\": \"hcpandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld45143350_andliu_eastus\",\r\n \"name\": \"MC_andliuebld45143350_andliu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"name\": \"MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45090388\",\r\n \"deletion_due_time\": \"1628395716\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ismilletest\",\r\n \"name\": \"ismilletest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-RPA\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-RPA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-FMC\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-FMC\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"msiuserassigned\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari_ptest\",\r\n \"name\": \"amaheshwari_ptest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628298424\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021-eastus\",\r\n \"name\": \"hcppebomberebld45261021-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpebomberebld45261021\",\r\n \"name\": \"sqlpebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021\",\r\n \"name\": \"hcppebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"name\": \"MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"qinhaoebld45227637\",\r\n \"deletion_due_time\": \"1628302049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-waH\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-waH\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-KKL\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-KKL\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-rey\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-rey\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-woE\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-woE\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-VBR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-VBR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-cPB\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-cPB\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973-eastus\",\r\n \"name\": \"hcptpedrotoebld45291973-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltpedrotoebld45291973\",\r\n \"name\": \"sqltpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973\",\r\n \"name\": \"hcptpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-JAu\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-JAu\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628489234\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"name\": \"MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhifanhuebld45251608\",\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-XgZ\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-XgZ\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381258\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45153668_xx31_eastus\",\r\n \"name\": \"MC_xiazhanebld45153668_xx31_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45153668\",\r\n \"deletion_due_time\": \"1628399224\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270-eastus\",\r\n \"name\": \"hcpxiazhanebld45313270-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45313270\",\r\n \"name\": \"sqlxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270\",\r\n \"name\": \"hcpxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975-eastus\",\r\n \"name\": \"hcptosiebld45314975-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltosiebld45314975\",\r\n \"name\": \"sqltosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975\",\r\n \"name\": \"hcptosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosiebld45314975_tosi1_eastus\",\r\n \"name\": \"MC_tosiebld45314975_tosi1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tosiebld45314975\",\r\n \"deletion_due_time\": \"1628413604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278-eastus\",\r\n \"name\": \"hcpzuyaebld45320278-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45320278\",\r\n \"name\": \"sqlzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278\",\r\n \"name\": \"hcpzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321274-eastus\",\r\n \"name\": \"hcpbaheebld45321274-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321274\",\r\n \"name\": \"sqlbaheebld45321274\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777-eastus\",\r\n \"name\": \"hcpbaheebld45321777-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321777\",\r\n \"name\": \"sqlbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777\",\r\n \"name\": \"hcpbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld45321777_test_eastus\",\r\n \"name\": \"MC_baheebld45321777_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld45321777\",\r\n \"deletion_due_time\": \"1628428035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-xgR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-xgR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516-eastus\",\r\n \"name\": \"hcpmattstamebld1516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1516\",\r\n \"name\": \"sqlmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"name\": \"MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516\",\r\n \"name\": \"hcpmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560-eastus\",\r\n \"name\": \"hcpjoolshevebld45333560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld45333560\",\r\n \"name\": \"sqljoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560\",\r\n \"name\": \"hcpjoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhang5\",\r\n \"name\": \"yizhang5\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhang5_yizhang5cluster_eastus\",\r\n \"name\": \"MC_yizhang5_yizhang5cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346-eastus\",\r\n \"name\": \"hcpxiazhanebld45336346-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45336346\",\r\n \"name\": \"sqlxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346\",\r\n \"name\": \"hcpxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld45333560_test_eastus\",\r\n \"name\": \"MC_joolshevebld45333560_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld45333560\",\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-OsX\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-OsX\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815-eastus\",\r\n \"name\": \"hcpzhifanhuebld45339815-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45339815\",\r\n \"name\": \"sqlzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815\",\r\n \"name\": \"hcpzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1516-swift-rg\",\r\n \"name\": \"mattstamebld1516-swift-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari-proxy\",\r\n \"name\": \"amaheshwari-proxy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"name\": \"MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-YCT\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-YCT\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-AUF\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-AUF\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-qvy\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-qvy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-iyY\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-iyY\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-fLK\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-fLK\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45355288\",\r\n \"name\": \"sqlniqiebld45355288\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117-eastus\",\r\n \"name\": \"hcpbaheebld45357117-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45357117\",\r\n \"name\": \"sqlbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117\",\r\n \"name\": \"hcpbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45359927-eastus\",\r\n \"name\": \"hcpbaheebld45359927-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45359927\",\r\n \"name\": \"sqlbaheebld45359927\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45360178-eastus\",\r\n \"name\": \"hcpbaheebld45360178-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45360178\",\r\n \"name\": \"sqlbaheebld45360178\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45360681-eastus\",\r\n \"name\": \"hcpzuyaebld45360681-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45360681\",\r\n \"name\": \"sqlzuyaebld45360681\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421-eastus\",\r\n \"name\": \"hcpniqiebld45362421-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45362421\",\r\n \"name\": \"sqlniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421\",\r\n \"name\": \"hcpniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45362484-eastus\",\r\n \"name\": \"hcpbaheebld45362484-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45362484\",\r\n \"name\": \"sqlbaheebld45362484\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-niqiebld45362421-Dhimzdp\",\r\n \"name\": \"e2erg-niqiebld45362421-Dhimzdp\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"name\": \"MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"cloud controller manager\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld34534512-eastus\",\r\n \"name\": \"hcpzuyaebld34534512-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld34534512\",\r\n \"name\": \"sqlzuyaebld34534512\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"name\": \"MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"niqiebld45362421\",\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761-eastus\",\r\n \"name\": \"hcptjnguyenebld45367761-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld45367761\",\r\n \"name\": \"sqltjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761\",\r\n \"name\": \"hcptjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780-eastus\",\r\n \"name\": \"hcpthgambleebld45369780-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlthgambleebld45369780\",\r\n \"name\": \"sqlthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780\",\r\n \"name\": \"hcpthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042-eastus\",\r\n \"name\": \"hcpcharliliebld45374042-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlcharliliebld45374042\",\r\n \"name\": \"sqlcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042\",\r\n \"name\": \"hcpcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205-eastus\",\r\n \"name\": \"hcpamaheshwebld45378205-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45378205\",\r\n \"name\": \"sqlamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205\",\r\n \"name\": \"hcpamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/kaiqzhan-test\",\r\n \"name\": \"kaiqzhan-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628543100\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"name\": \"MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45378205\",\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738-eastus\",\r\n \"name\": \"hcpzhifanhuebld45384738-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45384738\",\r\n \"name\": \"sqlzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738\",\r\n \"name\": \"hcpzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958-eastus\",\r\n \"name\": \"hcpamaheshwebld45384958-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45384958\",\r\n \"name\": \"sqlamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958\",\r\n \"name\": \"hcpamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"name\": \"MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45384958\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS\",\r\n \"name\": \"DefaultResourceGroup-WUS\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/RookTest\",\r\n \"name\": \"RookTest\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_RookTest_cluster_westus\",\r\n \"name\": \"MC_RookTest_cluster_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627769226\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tonche\",\r\n \"name\": \"tonche\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628294840\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tonche_tcluster_westus2\",\r\n \"name\": \"MC_tonche_tcluster_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628305659\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/paultest\",\r\n \"name\": \"paultest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_paultest_foo_westus2\",\r\n \"name\": \"MC_paultest_foo_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1510-westus2\",\r\n \"name\": \"hcpmattstamebld1510-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1510\",\r\n \"name\": \"sqlmattstamebld1510\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511-westus2\",\r\n \"name\": \"hcpmattstamebld1511-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1511\",\r\n \"name\": \"sqlmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511\",\r\n \"name\": \"hcpmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1511-swift-rg\",\r\n \"name\": \"mattstamebld1511-swift-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift1_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628392076\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512-westus2\",\r\n \"name\": \"hcpmattstamebld1512-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1512\",\r\n \"name\": \"sqlmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512\",\r\n \"name\": \"hcpmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"name\": \"MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628431643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513-westus2\",\r\n \"name\": \"hcpmattstamebld1513-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1513\",\r\n \"name\": \"sqlmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513\",\r\n \"name\": \"hcpmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"location\": \"westus3\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514-westus2\",\r\n \"name\": \"hcpmattstamebld1514-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1514\",\r\n \"name\": \"sqlmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514\",\r\n \"name\": \"hcpmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0805\",\r\n \"name\": \"robbie0805\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0805_byort_westus2\",\r\n \"name\": \"MC_robbie0805_byort_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-AYKGPzl\",\r\n \"name\": \"e2erg-mattstamebld1516-AYKGPzl\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CSSyWVq\",\r\n \"name\": \"e2erg-mattstamebld1516-CSSyWVq\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CIGMexN\",\r\n \"name\": \"e2erg-mattstamebld1516-CIGMexN\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-sbus-test\",\r\n \"name\": \"xiahe-sbus-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0727-pol\",\r\n \"name\": \"doliu0727-pol\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627636012\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0803-ga\",\r\n \"name\": \"doliu0803-ga\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628219307\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0803-ga_p1_southeastasia\",\r\n \"name\": \"MC_doliu0803-ga_p1_southeastasia\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628316391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628057244\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-6790?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY3OTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "944c9b75-d28f-405c-abb7-1d225c13e704" + "959e2bfa-3d19-4361-9697-35323c082119" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:49 GMT" + "Fri, 06 Aug 2021 23:32:37 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" + "5087e7ea-fccb-4213-94e4-66dbf839fb7d" ], "x-ms-correlation-request-id": [ - "d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" + "5087e7ea-fccb-4213-94e4-66dbf839fb7d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185650Z:d72283bd-3e5f-4cca-90d8-7f8f17c2d4b3" + "WESTUS2:20210806T233238Z:5087e7ea-fccb-4213-94e4-66dbf839fb7d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747\",\r\n \"name\": \"aks-dotnet-sdk-RG-1747\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-6790\",\r\n \"name\": \"aks-dotnet-sdk-RG-6790\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDg2Nz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-6790/providers/Microsoft.ContainerService/managedClusters/azsmnet6856?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY3OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Njg1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "261072be-1038-48e8-bf4e-5ecd93b9c42b" + "1e4597b7-1901-4e08-b5b3-a94b1067ab7b" ], "accept-language": [ "en-US" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:56:56 GMT" + "Fri, 06 Aug 2021 23:32:42 GMT" ], "Pragma": [ "no-cache" @@ -168,13 +168,13 @@ "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "43edc776-086b-43de-821c-b101355a9322" + "e5d89b68-631b-458f-9e8a-7bbe64bdcba4" ], "x-ms-request-id": [ - "47ff02f3-6f9d-4c21-aec1-dd5a886f4da3" + "b67d2653-cbdf-4b27-9b06-8e6050c45a77" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185657Z:43edc776-086b-43de-821c-b101355a9322" + "WESTUS2:20210806T233243Z:e5d89b68-631b-458f-9e8a-7bbe64bdcba4" ], "Content-Length": [ - "1793" + "1791" ], "Content-Type": [ "application/json" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4867\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-0545b6e0.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-0545b6e0.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-6790/providers/Microsoft.ContainerService/managedClusters/azsmnet6856\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6856\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-e5807da8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-e5807da8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-6790_azsmnet6856_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -216,7 +216,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:57:27 GMT" + "Fri, 06 Aug 2021 23:33:12 GMT" ], "Pragma": [ "no-cache" @@ -228,10 +228,10 @@ "11999" ], "x-ms-correlation-request-id": [ - "e97ffdcb-0cad-4282-947d-03b1b58208f8" + "ccf05fcb-fab1-42e2-b174-eb61aeb2baf1" ], "x-ms-request-id": [ - "b6515763-1b53-4d90-b10e-fdb9048f86d4" + "2665f88f-5025-432e-8489-c4af08f196c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,7 +240,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185727Z:e97ffdcb-0cad-4282-947d-03b1b58208f8" + "WESTUS2:20210806T233313Z:ccf05fcb-fab1-42e2-b174-eb61aeb2baf1" ], "Content-Length": [ "121" @@ -252,12 +252,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -273,7 +273,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:57:56 GMT" + "Fri, 06 Aug 2021 23:33:43 GMT" ], "Pragma": [ "no-cache" @@ -285,10 +285,10 @@ "11998" ], "x-ms-correlation-request-id": [ - "e788fb05-66ba-4a6e-8068-053971d5c68d" + "e4a182d0-a5d9-4fe3-a1d7-dd6e274edd36" ], "x-ms-request-id": [ - "162ac1e7-a497-4fd3-9cb7-ec5aa9527ce6" + "7cf93181-eef7-4f42-8a06-26b6e7eef035" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,7 +297,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185757Z:e788fb05-66ba-4a6e-8068-053971d5c68d" + "WESTUS2:20210806T233343Z:e4a182d0-a5d9-4fe3-a1d7-dd6e274edd36" ], "Content-Length": [ "121" @@ -309,12 +309,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -330,7 +330,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:58:27 GMT" + "Fri, 06 Aug 2021 23:34:12 GMT" ], "Pragma": [ "no-cache" @@ -342,10 +342,10 @@ "11997" ], "x-ms-correlation-request-id": [ - "d2923463-863b-43fa-9eb8-0bf116934d3f" + "fb146690-280b-473f-8742-d243dbdc0f09" ], "x-ms-request-id": [ - "e011b12e-34d5-47a4-9960-6c1252ec9b03" + "af930b17-b762-4e47-bd82-a7d7512676b7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,7 +354,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185827Z:d2923463-863b-43fa-9eb8-0bf116934d3f" + "WESTUS2:20210806T233413Z:fb146690-280b-473f-8742-d243dbdc0f09" ], "Content-Length": [ "121" @@ -366,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -387,7 +387,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:58:56 GMT" + "Fri, 06 Aug 2021 23:34:42 GMT" ], "Pragma": [ "no-cache" @@ -399,10 +399,10 @@ "11996" ], "x-ms-correlation-request-id": [ - "ddb8f6f0-a649-4c5d-bc4b-511f25e67850" + "eea75afb-7098-4d05-86fa-fec9e266d56a" ], "x-ms-request-id": [ - "adaa6fe0-de4d-4d98-b5b8-ff700977b79a" + "ab716513-a172-4009-9fe7-b253aa327b02" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,7 +411,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185857Z:ddb8f6f0-a649-4c5d-bc4b-511f25e67850" + "WESTUS2:20210806T233443Z:eea75afb-7098-4d05-86fa-fec9e266d56a" ], "Content-Length": [ "121" @@ -423,12 +423,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -444,7 +444,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:59:27 GMT" + "Fri, 06 Aug 2021 23:35:13 GMT" ], "Pragma": [ "no-cache" @@ -456,10 +456,10 @@ "11995" ], "x-ms-correlation-request-id": [ - "032c8551-594d-4a2f-9ee4-12b410b57dda" + "3f38d883-5ae9-44f6-a340-c6a9807589f2" ], "x-ms-request-id": [ - "c9e186af-5a18-4f77-b319-ac1be1504cb4" + "4270e219-cf44-4c2f-8623-9c8cdc469b2a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,7 +468,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185927Z:032c8551-594d-4a2f-9ee4-12b410b57dda" + "WESTUS2:20210806T233513Z:3f38d883-5ae9-44f6-a340-c6a9807589f2" ], "Content-Length": [ "121" @@ -480,12 +480,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -501,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 18:59:57 GMT" + "Fri, 06 Aug 2021 23:35:42 GMT" ], "Pragma": [ "no-cache" @@ -513,10 +513,10 @@ "11994" ], "x-ms-correlation-request-id": [ - "28ee4eb2-3d1b-4bab-8760-2b979c6dd3e1" + "21afa7bc-9dae-4f49-b4d5-3d87478bdd3f" ], "x-ms-request-id": [ - "e886fd0c-dcb7-4cb5-9ddc-94260e6f60e6" + "9a992be9-b36b-4990-97d7-c3176a405fe2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -525,7 +525,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T185957Z:28ee4eb2-3d1b-4bab-8760-2b979c6dd3e1" + "WESTUS2:20210806T233543Z:21afa7bc-9dae-4f49-b4d5-3d87478bdd3f" ], "Content-Length": [ "121" @@ -537,12 +537,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/47ff02f3-6f9d-4c21-aec1-dd5a886f4da3?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ3ZmYwMmYzLTZmOWQtNGMyMS1hZWMxLWRkNWE4ODZmNGRhMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b67d2653-cbdf-4b27-9b06-8e6050c45a77?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I2N2QyNjUzLWNiZGYtNGIyNy05YjA2LThlNjA1MGM0NWE3Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -558,7 +558,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:00:27 GMT" + "Fri, 06 Aug 2021 23:36:13 GMT" ], "Pragma": [ "no-cache" @@ -570,10 +570,10 @@ "11993" ], "x-ms-correlation-request-id": [ - "5791d916-b2a7-4fb4-ab5b-9091bbf2a013" + "5be8f889-5516-42be-9589-c3b92844584d" ], "x-ms-request-id": [ - "5ecfe40e-1d3c-4a8e-9421-b60114adcfea" + "687012ce-bbb5-4c45-88fd-3ac2db1c8db4" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,10 +582,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190027Z:5791d916-b2a7-4fb4-ab5b-9091bbf2a013" + "WESTUS2:20210806T233613Z:5be8f889-5516-42be-9589-c3b92844584d" ], "Content-Length": [ - "164" + "165" ], "Content-Type": [ "application/json" @@ -594,12 +594,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"f302ff47-9d6f-214c-aec1-dd5a886f4da3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T18:56:57.13Z\",\r\n \"endTime\": \"2021-07-02T19:00:15.548185Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"53267db6-dfcb-274b-9b06-8e6050c45a77\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:32:43.06Z\",\r\n \"endTime\": \"2021-08-06T23:35:44.4692687Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NDg2Nz9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-6790/providers/Microsoft.ContainerService/managedClusters/azsmnet6856?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY3OTAvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Njg1Nj9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -615,7 +615,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:00:28 GMT" + "Fri, 06 Aug 2021 23:36:13 GMT" ], "Pragma": [ "no-cache" @@ -624,16 +624,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190028Z:55c0f2e4-8979-45b8-9b9d-9269026018f2" + "WESTUS2:20210806T233614Z:37999dbd-092c-43e6-b7b9-412a58e62ac2" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "55c0f2e4-8979-45b8-9b9d-9269026018f2" + "37999dbd-092c-43e6-b7b9-412a58e62ac2" ], "x-ms-request-id": [ - "e78ed2bc-ed82-48dd-971d-25de332211aa" + "d1997116-c7f8-4fed-98a0-2e7a78e7046c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,7 +642,7 @@ "nosniff" ], "Content-Length": [ - "2061" + "2059" ], "Content-Type": [ "application/json" @@ -651,17 +651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747/providers/Microsoft.ContainerService/managedClusters/azsmnet4867\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet4867\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-0545b6e0.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-0545b6e0.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1747_azsmnet4867_westus2/providers/Microsoft.Network/publicIPAddresses/860ea691-5b4a-4b1c-8438-2035093a3945\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-6790/providers/Microsoft.ContainerService/managedClusters/azsmnet6856\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet6856\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-e5807da8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-e5807da8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-6790_azsmnet6856_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-6790_azsmnet6856_westus2/providers/Microsoft.Network/publicIPAddresses/5e5afa51-3e61-41d7-899f-bdfb0ad1e0f1\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1747?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE3NDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-6790?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY3OTA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "168c618b-b3fb-48b0-b4aa-c2ee72b2126c" + "1fa328d2-5a06-4a77-8f29-86ed40e99572" ], "accept-language": [ "en-US" @@ -678,13 +678,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:00:27 GMT" + "Fri, 06 Aug 2021 23:36:13 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -693,13 +693,13 @@ "14999" ], "x-ms-request-id": [ - "a31a5b65-9d09-464f-98eb-9c54c9346051" + "47765007-8ba8-4d92-896c-4b199a2c0e69" ], "x-ms-correlation-request-id": [ - "a31a5b65-9d09-464f-98eb-9c54c9346051" + "47765007-8ba8-4d92-896c-4b199a2c0e69" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190028Z:a31a5b65-9d09-464f-98eb-9c54c9346051" + "WESTUS2:20210806T233614Z:47765007-8ba8-4d92-896c-4b199a2c0e69" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -718,8 +718,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -735,13 +735,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:00:42 GMT" + "Fri, 06 Aug 2021 23:36:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -750,13 +750,13 @@ "11999" ], "x-ms-request-id": [ - "7383e806-6ff7-413e-89da-aa343ac3bb22" + "8901a7d0-2ff2-4b02-a4d3-5364aa31dd61" ], "x-ms-correlation-request-id": [ - "7383e806-6ff7-413e-89da-aa343ac3bb22" + "8901a7d0-2ff2-4b02-a4d3-5364aa31dd61" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190043Z:7383e806-6ff7-413e-89da-aa343ac3bb22" + "WESTUS2:20210806T233629Z:8901a7d0-2ff2-4b02-a4d3-5364aa31dd61" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -775,8 +775,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -792,13 +792,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:00:58 GMT" + "Fri, 06 Aug 2021 23:36:43 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -807,13 +807,13 @@ "11998" ], "x-ms-request-id": [ - "f4f70528-d486-494d-96a9-c8032ae40702" + "30ecc995-1efb-4a53-abd2-398b5de6c9ab" ], "x-ms-correlation-request-id": [ - "f4f70528-d486-494d-96a9-c8032ae40702" + "30ecc995-1efb-4a53-abd2-398b5de6c9ab" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190058Z:f4f70528-d486-494d-96a9-c8032ae40702" + "WESTUS2:20210806T233644Z:30ecc995-1efb-4a53-abd2-398b5de6c9ab" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -832,8 +832,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -849,13 +849,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:01:13 GMT" + "Fri, 06 Aug 2021 23:36:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -864,13 +864,13 @@ "11997" ], "x-ms-request-id": [ - "8229a420-cc3c-4f51-ae55-aaec8fbadb3e" + "5850f0ee-db6b-4989-a76e-c91ae6e4a200" ], "x-ms-correlation-request-id": [ - "8229a420-cc3c-4f51-ae55-aaec8fbadb3e" + "5850f0ee-db6b-4989-a76e-c91ae6e4a200" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190113Z:8229a420-cc3c-4f51-ae55-aaec8fbadb3e" + "WESTUS2:20210806T233659Z:5850f0ee-db6b-4989-a76e-c91ae6e4a200" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -889,8 +889,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -906,13 +906,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:01:28 GMT" + "Fri, 06 Aug 2021 23:37:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -921,13 +921,13 @@ "11996" ], "x-ms-request-id": [ - "920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" + "d94b724b-2449-4f41-82bb-acdbaf802a73" ], "x-ms-correlation-request-id": [ - "920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" + "d94b724b-2449-4f41-82bb-acdbaf802a73" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190128Z:920af3f9-dfd8-4c8c-9b26-6f3f2547fdf7" + "WESTUS2:20210806T233714Z:d94b724b-2449-4f41-82bb-acdbaf802a73" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -946,8 +946,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -963,13 +963,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:01:43 GMT" + "Fri, 06 Aug 2021 23:37:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -978,13 +978,13 @@ "11995" ], "x-ms-request-id": [ - "32eaeafb-e98e-424a-b726-a3105e2f553e" + "e10ac904-e9e2-40ab-8025-dd9f65eca67c" ], "x-ms-correlation-request-id": [ - "32eaeafb-e98e-424a-b726-a3105e2f553e" + "e10ac904-e9e2-40ab-8025-dd9f65eca67c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190143Z:32eaeafb-e98e-424a-b726-a3105e2f553e" + "WESTUS2:20210806T233729Z:e10ac904-e9e2-40ab-8025-dd9f65eca67c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1003,8 +1003,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1020,13 +1020,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:01:58 GMT" + "Fri, 06 Aug 2021 23:37:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1035,13 +1035,13 @@ "11994" ], "x-ms-request-id": [ - "dde2e426-95e8-4fc4-966b-a73c686e5178" + "d7e9432b-482f-442c-b060-33ab932822c9" ], "x-ms-correlation-request-id": [ - "dde2e426-95e8-4fc4-966b-a73c686e5178" + "d7e9432b-482f-442c-b060-33ab932822c9" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190158Z:dde2e426-95e8-4fc4-966b-a73c686e5178" + "WESTUS2:20210806T233745Z:d7e9432b-482f-442c-b060-33ab932822c9" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1060,8 +1060,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1077,13 +1077,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:02:13 GMT" + "Fri, 06 Aug 2021 23:37:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1092,13 +1092,13 @@ "11993" ], "x-ms-request-id": [ - "bdc032f9-c6bb-439b-bba0-ffa2f33e587c" + "04853eaf-ce51-48ae-8c44-c465d3d9af84" ], "x-ms-correlation-request-id": [ - "bdc032f9-c6bb-439b-bba0-ffa2f33e587c" + "04853eaf-ce51-48ae-8c44-c465d3d9af84" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190213Z:bdc032f9-c6bb-439b-bba0-ffa2f33e587c" + "WESTUS2:20210806T233800Z:04853eaf-ce51-48ae-8c44-c465d3d9af84" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1117,8 +1117,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1134,13 +1134,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:02:28 GMT" + "Fri, 06 Aug 2021 23:38:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1149,13 +1149,13 @@ "11992" ], "x-ms-request-id": [ - "b1f1dd75-8538-4d8c-9567-c15345cab39d" + "4c4c5686-d11a-4a69-9ec0-d70d38f5664b" ], "x-ms-correlation-request-id": [ - "b1f1dd75-8538-4d8c-9567-c15345cab39d" + "4c4c5686-d11a-4a69-9ec0-d70d38f5664b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190228Z:b1f1dd75-8538-4d8c-9567-c15345cab39d" + "WESTUS2:20210806T233815Z:4c4c5686-d11a-4a69-9ec0-d70d38f5664b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1174,8 +1174,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1191,13 +1191,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:02:43 GMT" + "Fri, 06 Aug 2021 23:38:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1206,13 +1206,13 @@ "11991" ], "x-ms-request-id": [ - "941eec35-e70e-4d6f-89e8-f2cc63805b0c" + "2d890805-2879-4b86-ae06-2abdd1741ab3" ], "x-ms-correlation-request-id": [ - "941eec35-e70e-4d6f-89e8-f2cc63805b0c" + "2d890805-2879-4b86-ae06-2abdd1741ab3" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190244Z:941eec35-e70e-4d6f-89e8-f2cc63805b0c" + "WESTUS2:20210806T233830Z:2d890805-2879-4b86-ae06-2abdd1741ab3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1231,8 +1231,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1248,13 +1248,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:02:58 GMT" + "Fri, 06 Aug 2021 23:38:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1263,13 +1263,13 @@ "11990" ], "x-ms-request-id": [ - "1cc0a5b0-3b81-42d7-81f2-77443b811b46" + "46b6650a-52e4-4873-83a7-05f9b0767bde" ], "x-ms-correlation-request-id": [ - "1cc0a5b0-3b81-42d7-81f2-77443b811b46" + "46b6650a-52e4-4873-83a7-05f9b0767bde" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190259Z:1cc0a5b0-3b81-42d7-81f2-77443b811b46" + "WESTUS2:20210806T233845Z:46b6650a-52e4-4873-83a7-05f9b0767bde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1288,8 +1288,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1305,13 +1305,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:03:13 GMT" + "Fri, 06 Aug 2021 23:38:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1320,13 +1320,13 @@ "11989" ], "x-ms-request-id": [ - "5df39149-f6dd-4759-bb0a-16b52a7a083b" + "09eade83-cedb-4b50-a3fd-9ed9a688b57c" ], "x-ms-correlation-request-id": [ - "5df39149-f6dd-4759-bb0a-16b52a7a083b" + "09eade83-cedb-4b50-a3fd-9ed9a688b57c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190314Z:5df39149-f6dd-4759-bb0a-16b52a7a083b" + "WESTUS2:20210806T233900Z:09eade83-cedb-4b50-a3fd-9ed9a688b57c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1345,8 +1345,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1362,13 +1362,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:03:28 GMT" + "Fri, 06 Aug 2021 23:39:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1377,13 +1377,13 @@ "11988" ], "x-ms-request-id": [ - "12420533-dd0a-4405-a21a-4487eb1ca172" + "9186fd9e-7fc6-496e-9690-2e91a7cbaeb6" ], "x-ms-correlation-request-id": [ - "12420533-dd0a-4405-a21a-4487eb1ca172" + "9186fd9e-7fc6-496e-9690-2e91a7cbaeb6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190329Z:12420533-dd0a-4405-a21a-4487eb1ca172" + "WESTUS2:20210806T233915Z:9186fd9e-7fc6-496e-9690-2e91a7cbaeb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1402,8 +1402,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1419,13 +1419,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:03:43 GMT" + "Fri, 06 Aug 2021 23:39:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1434,13 +1434,13 @@ "11987" ], "x-ms-request-id": [ - "150c34c7-1d0c-4f34-a311-945c12ce2deb" + "94ef858c-5369-4974-b311-c3bef2761cd7" ], "x-ms-correlation-request-id": [ - "150c34c7-1d0c-4f34-a311-945c12ce2deb" + "94ef858c-5369-4974-b311-c3bef2761cd7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190344Z:150c34c7-1d0c-4f34-a311-945c12ce2deb" + "WESTUS2:20210806T233930Z:94ef858c-5369-4974-b311-c3bef2761cd7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1459,8 +1459,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1476,13 +1476,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:03:59 GMT" + "Fri, 06 Aug 2021 23:39:45 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1491,13 +1491,13 @@ "11986" ], "x-ms-request-id": [ - "062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" + "f6475ad7-3adb-4cda-bcb3-573b912fab92" ], "x-ms-correlation-request-id": [ - "062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" + "f6475ad7-3adb-4cda-bcb3-573b912fab92" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190359Z:062fecaf-abd8-46b9-834a-7e9dbc9ed5c7" + "WESTUS2:20210806T233945Z:f6475ad7-3adb-4cda-bcb3-573b912fab92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1516,8 +1516,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1533,13 +1533,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:04:13 GMT" + "Fri, 06 Aug 2021 23:40:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1548,13 +1548,13 @@ "11985" ], "x-ms-request-id": [ - "f030e125-71ef-42ca-bfbe-a495fbd6bb91" + "36898212-5730-4858-96b0-838bb4402f0d" ], "x-ms-correlation-request-id": [ - "f030e125-71ef-42ca-bfbe-a495fbd6bb91" + "36898212-5730-4858-96b0-838bb4402f0d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190414Z:f030e125-71ef-42ca-bfbe-a495fbd6bb91" + "WESTUS2:20210806T234000Z:36898212-5730-4858-96b0-838bb4402f0d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1573,8 +1573,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1590,13 +1590,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:04:29 GMT" + "Fri, 06 Aug 2021 23:40:14 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1605,13 +1605,13 @@ "11984" ], "x-ms-request-id": [ - "f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" + "53771c63-51c3-496a-82b2-d65d44b6e396" ], "x-ms-correlation-request-id": [ - "f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" + "53771c63-51c3-496a-82b2-d65d44b6e396" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190429Z:f1a34fb4-9f16-40ef-98a9-a15ba2a38d6c" + "WESTUS2:20210806T234015Z:53771c63-51c3-496a-82b2-d65d44b6e396" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1630,8 +1630,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1647,13 +1647,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:04:44 GMT" + "Fri, 06 Aug 2021 23:40:29 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1662,13 +1662,13 @@ "11983" ], "x-ms-request-id": [ - "69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" + "305efd54-c53a-4971-b258-2b1cfce99924" ], "x-ms-correlation-request-id": [ - "69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" + "305efd54-c53a-4971-b258-2b1cfce99924" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190444Z:69bd0e5c-42b2-4438-8ec0-5f79aa2b6c72" + "WESTUS2:20210806T234030Z:305efd54-c53a-4971-b258-2b1cfce99924" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1687,8 +1687,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1704,13 +1704,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:04:59 GMT" + "Fri, 06 Aug 2021 23:40:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1719,13 +1719,13 @@ "11982" ], "x-ms-request-id": [ - "79aa5b8b-564f-42f2-9daa-a60a851393a6" + "ccb7a07f-b68e-4d4e-b652-7ebd4efb1610" ], "x-ms-correlation-request-id": [ - "79aa5b8b-564f-42f2-9daa-a60a851393a6" + "ccb7a07f-b68e-4d4e-b652-7ebd4efb1610" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190459Z:79aa5b8b-564f-42f2-9daa-a60a851393a6" + "WESTUS2:20210806T234045Z:ccb7a07f-b68e-4d4e-b652-7ebd4efb1610" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1744,8 +1744,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1761,13 +1761,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:05:14 GMT" + "Fri, 06 Aug 2021 23:41:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1776,13 +1776,13 @@ "11981" ], "x-ms-request-id": [ - "28785b3b-a090-4eab-bf17-a179cec1cbb7" + "c9f89122-7d6a-4102-a7ca-db91bc9f548b" ], "x-ms-correlation-request-id": [ - "28785b3b-a090-4eab-bf17-a179cec1cbb7" + "c9f89122-7d6a-4102-a7ca-db91bc9f548b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190514Z:28785b3b-a090-4eab-bf17-a179cec1cbb7" + "WESTUS2:20210806T234100Z:c9f89122-7d6a-4102-a7ca-db91bc9f548b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1801,8 +1801,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1818,13 +1818,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:05:29 GMT" + "Fri, 06 Aug 2021 23:41:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1833,13 +1833,13 @@ "11980" ], "x-ms-request-id": [ - "cf984f18-2616-42a3-903c-c01f5d680bf6" + "f2fac7a2-0f74-40cd-bed9-e32469a68e04" ], "x-ms-correlation-request-id": [ - "cf984f18-2616-42a3-903c-c01f5d680bf6" + "f2fac7a2-0f74-40cd-bed9-e32469a68e04" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190529Z:cf984f18-2616-42a3-903c-c01f5d680bf6" + "WESTUS2:20210806T234115Z:f2fac7a2-0f74-40cd-bed9-e32469a68e04" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1858,8 +1858,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1875,13 +1875,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:05:43 GMT" + "Fri, 06 Aug 2021 23:41:30 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1890,13 +1890,13 @@ "11979" ], "x-ms-request-id": [ - "09c8b4b7-977e-4bc8-83e5-5db82f5646bc" + "ec15f2f3-54a0-49e1-9443-49e3fd944e6f" ], "x-ms-correlation-request-id": [ - "09c8b4b7-977e-4bc8-83e5-5db82f5646bc" + "ec15f2f3-54a0-49e1-9443-49e3fd944e6f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190544Z:09c8b4b7-977e-4bc8-83e5-5db82f5646bc" + "WESTUS2:20210806T234130Z:ec15f2f3-54a0-49e1-9443-49e3fd944e6f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1915,8 +1915,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1932,13 +1932,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:05:58 GMT" + "Fri, 06 Aug 2021 23:41:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1947,13 +1947,13 @@ "11978" ], "x-ms-request-id": [ - "cac1c921-d2df-433b-a282-ce5f33fb05ba" + "497127e7-9283-42ed-90a9-7bd7b94f6638" ], "x-ms-correlation-request-id": [ - "cac1c921-d2df-433b-a282-ce5f33fb05ba" + "497127e7-9283-42ed-90a9-7bd7b94f6638" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190559Z:cac1c921-d2df-433b-a282-ce5f33fb05ba" + "WESTUS2:20210806T234145Z:497127e7-9283-42ed-90a9-7bd7b94f6638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1972,8 +1972,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1989,13 +1989,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:06:14 GMT" + "Fri, 06 Aug 2021 23:42:00 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2004,13 +2004,13 @@ "11977" ], "x-ms-request-id": [ - "8516bb44-3dff-43a3-899a-41dec4fea5d2" + "92d6b1f8-d39a-47d2-9bb3-c11181339004" ], "x-ms-correlation-request-id": [ - "8516bb44-3dff-43a3-899a-41dec4fea5d2" + "92d6b1f8-d39a-47d2-9bb3-c11181339004" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190614Z:8516bb44-3dff-43a3-899a-41dec4fea5d2" + "WESTUS2:20210806T234200Z:92d6b1f8-d39a-47d2-9bb3-c11181339004" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2029,8 +2029,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2046,13 +2046,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:06:29 GMT" + "Fri, 06 Aug 2021 23:42:15 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2061,13 +2061,13 @@ "11976" ], "x-ms-request-id": [ - "173cbbeb-822e-4477-9430-77a3ae0383a2" + "04795ce4-4768-4888-90e5-d51ee17f4c8d" ], "x-ms-correlation-request-id": [ - "173cbbeb-822e-4477-9430-77a3ae0383a2" + "04795ce4-4768-4888-90e5-d51ee17f4c8d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190629Z:173cbbeb-822e-4477-9430-77a3ae0383a2" + "WESTUS2:20210806T234215Z:04795ce4-4768-4888-90e5-d51ee17f4c8d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2086,8 +2086,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2103,13 +2103,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:06:44 GMT" + "Fri, 06 Aug 2021 23:42:30 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2118,13 +2118,13 @@ "11975" ], "x-ms-request-id": [ - "57295f32-838c-4839-b655-1a133f54254a" + "6ed10b7a-fc2c-42e9-bd8a-cc8bff69b009" ], "x-ms-correlation-request-id": [ - "57295f32-838c-4839-b655-1a133f54254a" + "6ed10b7a-fc2c-42e9-bd8a-cc8bff69b009" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190644Z:57295f32-838c-4839-b655-1a133f54254a" + "WESTUS2:20210806T234230Z:6ed10b7a-fc2c-42e9-bd8a-cc8bff69b009" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2143,8 +2143,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2160,79 +2160,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:06:59 GMT" + "Fri, 06 Aug 2021 23:42:45 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], "x-ms-request-id": [ - "ea560f52-338b-4417-8bfb-8554889c0f54" + "92ae18b9-63ac-47e8-9b86-2adbeeed8e1d" ], "x-ms-correlation-request-id": [ - "ea560f52-338b-4417-8bfb-8554889c0f54" + "92ae18b9-63ac-47e8-9b86-2adbeeed8e1d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190659Z:ea560f52-338b-4417-8bfb-8554889c0f54" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 19:07:14 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-request-id": [ - "1c8d1d88-7c41-4100-bd5f-eee921da19f2" - ], - "x-ms-correlation-request-id": [ - "1c8d1d88-7c41-4100-bd5f-eee921da19f2" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T190714Z:1c8d1d88-7c41-4100-bd5f-eee921da19f2" + "WESTUS2:20210806T234245Z:92ae18b9-63ac-47e8-9b86-2adbeeed8e1d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2251,8 +2194,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE3NDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUzTkRjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY3OTAtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkzT1RBdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2268,22 +2211,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:07:14 GMT" + "Fri, 06 Aug 2021 23:42:45 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11973" ], "x-ms-request-id": [ - "349c5347-5b92-4d56-8c32-461f551333f9" + "d518bd59-d436-48ba-81f8-181b2c239285" ], "x-ms-correlation-request-id": [ - "349c5347-5b92-4d56-8c32-461f551333f9" + "d518bd59-d436-48ba-81f8-181b2c239285" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190714Z:349c5347-5b92-4d56-8c32-461f551333f9" + "WESTUS2:20210806T234245Z:d518bd59-d436-48ba-81f8-181b2c239285" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2304,8 +2247,8 @@ ], "Names": { "ContainerServiceCreateManagedServiceTest": [ - "aks-dotnet-sdk-RG-1747", - "azsmnet4867" + "aks-dotnet-sdk-RG-6790", + "azsmnet6856" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json index ce544f93db0ef..c931a9a72169c 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceDeleteServiceTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "da257b04-73df-4580-817f-34bd7f61ff7e" + "a3e3fe2c-8525-4247-ba18-f2317c72c759" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:48 GMT" + "Fri, 06 Aug 2021 23:54:39 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "7b073e39-988d-4fba-ac69-49bf6a96cf39" + "74135128-c502-4c37-92f5-6a3954d94aca" ], "x-ms-correlation-request-id": [ - "7b073e39-988d-4fba-ac69-49bf6a96cf39" + "74135128-c502-4c37-92f5-6a3954d94aca" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191949Z:7b073e39-988d-4fba-ac69-49bf6a96cf39" + "WESTUS:20210806T235439Z:74135128-c502-4c37-92f5-6a3954d94aca" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "101476" + "103077" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\",\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644-southcentralus\",\r\n \"name\": \"hcpaleldeibebld45288644-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld45288644\",\r\n \"name\": \"sqlaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644\",\r\n \"name\": \"hcpaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-config-test\",\r\n \"name\": \"aks-validator-config-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-staging-test\",\r\n \"name\": \"aks-validator-staging-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"name\": \"MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-meta-test\",\r\n \"name\": \"aks-validator-meta-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5\",\r\n \"name\": \"r-k8sts153251Sm5\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu\",\r\n \"name\": \"r-k8sts15317QsBu\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU\",\r\n \"name\": \"r-k8sts15317gBhU\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073-eastus2\",\r\n \"name\": \"hcppranejaebld45298073-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45298073\",\r\n \"name\": \"sqlpranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073\",\r\n \"name\": \"hcppranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bahetest\",\r\n \"name\": \"bahetest\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628384893\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bahetest_test_eastus2\",\r\n \"name\": \"MC_bahetest_test_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628503588\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45307416-eastus2\",\r\n \"name\": \"hcppranejaebld45307416-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45307416\",\r\n \"name\": \"sqlpranejaebld45307416\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000-eastus2\",\r\n \"name\": \"hcpmattstamebld15150000-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld15150000\",\r\n \"name\": \"sqlmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000\",\r\n \"name\": \"hcpmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45345341-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45345341\",\r\n \"name\": \"sqlyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341\",\r\n \"name\": \"hcpyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45346762-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45346762\",\r\n \"name\": \"sqlyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762\",\r\n \"name\": \"hcpyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-secrets\",\r\n \"name\": \"jiliu8-secrets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"name\": \"MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksrnr-3d2f5e0d\",\r\n \"name\": \"aksrnr-3d2f5e0d\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447-eastus\",\r\n \"name\": \"hcpneaggarwebld45018447-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447\",\r\n \"name\": \"hcpneaggarwebld45018447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abelgmsavnet\",\r\n \"name\": \"abelgmsavnet\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-25p7zs9pae\",\r\n \"name\": \"pkr-Resource-Group-25p7zs9pae\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1627873637\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1627613755\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350-eastus\",\r\n \"name\": \"hcpandliuebld45143350-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld45143350\",\r\n \"name\": \"sqlandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350\",\r\n \"name\": \"hcpandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld45143350_andliu_eastus\",\r\n \"name\": \"MC_andliuebld45143350_andliu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"name\": \"MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45090388\",\r\n \"deletion_due_time\": \"1628395716\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ismilletest\",\r\n \"name\": \"ismilletest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-RPA\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-RPA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-FMC\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-FMC\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"msiuserassigned\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari_ptest\",\r\n \"name\": \"amaheshwari_ptest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628298424\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021-eastus\",\r\n \"name\": \"hcppebomberebld45261021-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpebomberebld45261021\",\r\n \"name\": \"sqlpebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021\",\r\n \"name\": \"hcppebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"name\": \"MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"qinhaoebld45227637\",\r\n \"deletion_due_time\": \"1628302049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-waH\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-waH\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-KKL\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-KKL\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-rey\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-rey\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-woE\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-woE\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-VBR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-VBR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-cPB\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-cPB\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973-eastus\",\r\n \"name\": \"hcptpedrotoebld45291973-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltpedrotoebld45291973\",\r\n \"name\": \"sqltpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973\",\r\n \"name\": \"hcptpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-JAu\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-JAu\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628489234\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"name\": \"MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhifanhuebld45251608\",\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-XgZ\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-XgZ\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381258\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45153668_xx31_eastus\",\r\n \"name\": \"MC_xiazhanebld45153668_xx31_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45153668\",\r\n \"deletion_due_time\": \"1628399224\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270-eastus\",\r\n \"name\": \"hcpxiazhanebld45313270-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45313270\",\r\n \"name\": \"sqlxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270\",\r\n \"name\": \"hcpxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975-eastus\",\r\n \"name\": \"hcptosiebld45314975-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltosiebld45314975\",\r\n \"name\": \"sqltosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975\",\r\n \"name\": \"hcptosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosiebld45314975_tosi1_eastus\",\r\n \"name\": \"MC_tosiebld45314975_tosi1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tosiebld45314975\",\r\n \"deletion_due_time\": \"1628413604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278-eastus\",\r\n \"name\": \"hcpzuyaebld45320278-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45320278\",\r\n \"name\": \"sqlzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278\",\r\n \"name\": \"hcpzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321274-eastus\",\r\n \"name\": \"hcpbaheebld45321274-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321274\",\r\n \"name\": \"sqlbaheebld45321274\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777-eastus\",\r\n \"name\": \"hcpbaheebld45321777-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321777\",\r\n \"name\": \"sqlbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777\",\r\n \"name\": \"hcpbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld45321777_test_eastus\",\r\n \"name\": \"MC_baheebld45321777_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld45321777\",\r\n \"deletion_due_time\": \"1628428035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-xgR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-xgR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516-eastus\",\r\n \"name\": \"hcpmattstamebld1516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1516\",\r\n \"name\": \"sqlmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"name\": \"MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516\",\r\n \"name\": \"hcpmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560-eastus\",\r\n \"name\": \"hcpjoolshevebld45333560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld45333560\",\r\n \"name\": \"sqljoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560\",\r\n \"name\": \"hcpjoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhang5\",\r\n \"name\": \"yizhang5\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhang5_yizhang5cluster_eastus\",\r\n \"name\": \"MC_yizhang5_yizhang5cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346-eastus\",\r\n \"name\": \"hcpxiazhanebld45336346-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45336346\",\r\n \"name\": \"sqlxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346\",\r\n \"name\": \"hcpxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld45333560_test_eastus\",\r\n \"name\": \"MC_joolshevebld45333560_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld45333560\",\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-OsX\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-OsX\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815-eastus\",\r\n \"name\": \"hcpzhifanhuebld45339815-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45339815\",\r\n \"name\": \"sqlzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815\",\r\n \"name\": \"hcpzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1516-swift-rg\",\r\n \"name\": \"mattstamebld1516-swift-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari-proxy\",\r\n \"name\": \"amaheshwari-proxy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"name\": \"MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-YCT\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-YCT\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-AUF\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-AUF\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-qvy\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-qvy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-iyY\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-iyY\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-fLK\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-fLK\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45355288\",\r\n \"name\": \"sqlniqiebld45355288\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117-eastus\",\r\n \"name\": \"hcpbaheebld45357117-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45357117\",\r\n \"name\": \"sqlbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117\",\r\n \"name\": \"hcpbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45359927-eastus\",\r\n \"name\": \"hcpbaheebld45359927-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45359927\",\r\n \"name\": \"sqlbaheebld45359927\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45360178-eastus\",\r\n \"name\": \"hcpbaheebld45360178-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45360178\",\r\n \"name\": \"sqlbaheebld45360178\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421-eastus\",\r\n \"name\": \"hcpniqiebld45362421-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45362421\",\r\n \"name\": \"sqlniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421\",\r\n \"name\": \"hcpniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45362484-eastus\",\r\n \"name\": \"hcpbaheebld45362484-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45362484\",\r\n \"name\": \"sqlbaheebld45362484\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-niqiebld45362421-Dhimzdp\",\r\n \"name\": \"e2erg-niqiebld45362421-Dhimzdp\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"name\": \"MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"cloud controller manager\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld34534512-eastus\",\r\n \"name\": \"hcpzuyaebld34534512-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld34534512\",\r\n \"name\": \"sqlzuyaebld34534512\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"name\": \"MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"niqiebld45362421\",\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761-eastus\",\r\n \"name\": \"hcptjnguyenebld45367761-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld45367761\",\r\n \"name\": \"sqltjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761\",\r\n \"name\": \"hcptjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780-eastus\",\r\n \"name\": \"hcpthgambleebld45369780-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlthgambleebld45369780\",\r\n \"name\": \"sqlthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780\",\r\n \"name\": \"hcpthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042-eastus\",\r\n \"name\": \"hcpcharliliebld45374042-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlcharliliebld45374042\",\r\n \"name\": \"sqlcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042\",\r\n \"name\": \"hcpcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205-eastus\",\r\n \"name\": \"hcpamaheshwebld45378205-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45378205\",\r\n \"name\": \"sqlamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205\",\r\n \"name\": \"hcpamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/kaiqzhan-test\",\r\n \"name\": \"kaiqzhan-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628543100\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"name\": \"MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45378205\",\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738-eastus\",\r\n \"name\": \"hcpzhifanhuebld45384738-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45384738\",\r\n \"name\": \"sqlzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738\",\r\n \"name\": \"hcpzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958-eastus\",\r\n \"name\": \"hcpamaheshwebld45384958-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45384958\",\r\n \"name\": \"sqlamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958\",\r\n \"name\": \"hcpamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"name\": \"MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45384958\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45390912-eastus\",\r\n \"name\": \"hcpzuyaebld45390912-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45390912\",\r\n \"name\": \"sqlzuyaebld45390912\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45390912\",\r\n \"name\": \"hcpzuyaebld45390912\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS\",\r\n \"name\": \"DefaultResourceGroup-WUS\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/RookTest\",\r\n \"name\": \"RookTest\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_RookTest_cluster_westus\",\r\n \"name\": \"MC_RookTest_cluster_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627769226\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tonche\",\r\n \"name\": \"tonche\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628294840\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tonche_tcluster_westus2\",\r\n \"name\": \"MC_tonche_tcluster_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628305659\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/paultest\",\r\n \"name\": \"paultest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_paultest_foo_westus2\",\r\n \"name\": \"MC_paultest_foo_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1510-westus2\",\r\n \"name\": \"hcpmattstamebld1510-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1510\",\r\n \"name\": \"sqlmattstamebld1510\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511-westus2\",\r\n \"name\": \"hcpmattstamebld1511-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1511\",\r\n \"name\": \"sqlmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511\",\r\n \"name\": \"hcpmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1511-swift-rg\",\r\n \"name\": \"mattstamebld1511-swift-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift1_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628392076\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512-westus2\",\r\n \"name\": \"hcpmattstamebld1512-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1512\",\r\n \"name\": \"sqlmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512\",\r\n \"name\": \"hcpmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"name\": \"MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628431643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513-westus2\",\r\n \"name\": \"hcpmattstamebld1513-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1513\",\r\n \"name\": \"sqlmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513\",\r\n \"name\": \"hcpmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"location\": \"westus3\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514-westus2\",\r\n \"name\": \"hcpmattstamebld1514-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1514\",\r\n \"name\": \"sqlmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514\",\r\n \"name\": \"hcpmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0805\",\r\n \"name\": \"robbie0805\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0805_byort_westus2\",\r\n \"name\": \"MC_robbie0805_byort_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-AYKGPzl\",\r\n \"name\": \"e2erg-mattstamebld1516-AYKGPzl\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CSSyWVq\",\r\n \"name\": \"e2erg-mattstamebld1516-CSSyWVq\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CIGMexN\",\r\n \"name\": \"e2erg-mattstamebld1516-CIGMexN\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-sbus-test\",\r\n \"name\": \"xiahe-sbus-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0727-pol\",\r\n \"name\": \"doliu0727-pol\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627636012\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0803-ga\",\r\n \"name\": \"doliu0803-ga\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628219307\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0803-ga_p1_southeastasia\",\r\n \"name\": \"MC_doliu0803-ga_p1_southeastasia\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628316391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628057244\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-644?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3332f709-80bd-429e-8769-f197c224abf2" + "7b673619-2e5f-4a90-a89e-166e9ab1d572" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:49 GMT" + "Fri, 06 Aug 2021 23:54:39 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "1fc2be57-8dbd-4859-8b4e-aa52bafab325" + "d18b05a0-09c3-4bd2-bbea-3993efe987fd" ], "x-ms-correlation-request-id": [ - "1fc2be57-8dbd-4859-8b4e-aa52bafab325" + "d18b05a0-09c3-4bd2-bbea-3993efe987fd" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191949Z:1fc2be57-8dbd-4859-8b4e-aa52bafab325" + "WESTUS:20210806T235439Z:d18b05a0-09c3-4bd2-bbea-3993efe987fd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250\",\r\n \"name\": \"aks-dotnet-sdk-RG-250\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-644\",\r\n \"name\": \"aks-dotnet-sdk-RG-644\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters/azsmnet9401?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5NDAxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "3013db3a-3826-471c-882e-505eea856884" + "999c4dba-d563-467e-ac2e-41c1b3864009" ], "accept-language": [ "en-US" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:54 GMT" + "Fri, 06 Aug 2021 23:54:45 GMT" ], "Pragma": [ "no-cache" @@ -168,13 +168,13 @@ "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "fe4cfb4f-6618-42c6-975a-daa752c7a5a1" + "2995b093-2aa7-4ce1-a25f-ca6cc85e6791" ], "x-ms-request-id": [ - "48db5ae7-d938-404f-b77f-b68434b6b257" + "b4f90dc7-6a92-4703-a8d1-72ab857826e3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191955Z:fe4cfb4f-6618-42c6-975a-daa752c7a5a1" + "WESTUS:20210806T235445Z:2995b093-2aa7-4ce1-a25f-ca6cc85e6791" ], "Content-Length": [ - "1791" + "1789" ], "Content-Type": [ "application/json" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5762\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-230927a8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-230927a8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters/azsmnet9401\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9401\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-51cab6e4.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-51cab6e4.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-644_azsmnet9401_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -216,7 +216,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:20:25 GMT" + "Fri, 06 Aug 2021 23:55:15 GMT" ], "Pragma": [ "no-cache" @@ -225,13 +225,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11998" ], "x-ms-correlation-request-id": [ - "33226713-e5f4-457e-a11f-24885233e8e7" + "2a05ffed-3822-4c33-9659-ee73b1f08b3e" ], "x-ms-request-id": [ - "44357006-60f6-4c71-b014-7f941fd5a3a7" + "99b21cbc-b102-400f-89af-a77d8ebc1359" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,10 +240,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192025Z:33226713-e5f4-457e-a11f-24885233e8e7" + "WESTUS:20210806T235516Z:2a05ffed-3822-4c33-9659-ee73b1f08b3e" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -252,12 +252,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -273,7 +273,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:20:55 GMT" + "Fri, 06 Aug 2021 23:55:46 GMT" ], "Pragma": [ "no-cache" @@ -282,13 +282,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11997" ], "x-ms-correlation-request-id": [ - "29e46834-d309-434e-b745-0d2fab89aafe" + "4d534d9a-1799-4b93-8935-3bfc13839918" ], "x-ms-request-id": [ - "efb11687-d8c5-45d3-9fa8-266e74327b07" + "d783129a-a96b-480a-ab79-c8dfe29d8234" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,10 +297,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192055Z:29e46834-d309-434e-b745-0d2fab89aafe" + "WESTUS:20210806T235546Z:4d534d9a-1799-4b93-8935-3bfc13839918" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -309,12 +309,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -330,7 +330,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:21:24 GMT" + "Fri, 06 Aug 2021 23:56:15 GMT" ], "Pragma": [ "no-cache" @@ -339,13 +339,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11996" ], "x-ms-correlation-request-id": [ - "5e0b1063-74f1-493f-b798-038ad0aa3f7b" + "cff54d80-57ab-431c-a1fa-74d7346c6a6d" ], "x-ms-request-id": [ - "7f4fca2d-4d45-460d-8818-b4dcc7724095" + "b269ec51-8c2d-4cdd-9c4e-8b035ed8824b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,10 +354,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192125Z:5e0b1063-74f1-493f-b798-038ad0aa3f7b" + "WESTUS:20210806T235616Z:cff54d80-57ab-431c-a1fa-74d7346c6a6d" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -366,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -387,7 +387,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:21:55 GMT" + "Fri, 06 Aug 2021 23:56:45 GMT" ], "Pragma": [ "no-cache" @@ -396,13 +396,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11995" ], "x-ms-correlation-request-id": [ - "0d1f1370-6cfe-4378-9a39-050a0690548f" + "6c7aab2d-661c-4aaf-be2f-81ea76d610be" ], "x-ms-request-id": [ - "f2885ce3-5ae7-427f-ac5f-581df68942d3" + "89bfc065-3f08-4482-939d-6adb2757dfde" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192155Z:0d1f1370-6cfe-4378-9a39-050a0690548f" + "WESTUS:20210806T235646Z:6c7aab2d-661c-4aaf-be2f-81ea76d610be" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -423,12 +423,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -444,7 +444,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:22:25 GMT" + "Fri, 06 Aug 2021 23:57:15 GMT" ], "Pragma": [ "no-cache" @@ -453,13 +453,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11994" ], "x-ms-correlation-request-id": [ - "dc41c923-3b14-447a-bcf9-3a185d868e22" + "532b7073-f75a-4e7f-9dea-4d16edf65014" ], "x-ms-request-id": [ - "f583926f-af01-4d3f-a8c9-8ebdd6cb65ef" + "92ae390e-8f8e-42fc-b775-405a29ec3798" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,10 +468,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192225Z:dc41c923-3b14-447a-bcf9-3a185d868e22" + "WESTUS:20210806T235716Z:532b7073-f75a-4e7f-9dea-4d16edf65014" ], "Content-Length": [ - "126" + "120" ], "Content-Type": [ "application/json" @@ -480,12 +480,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/b4f90dc7-6a92-4703-a8d1-72ab857826e3?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2I0ZjkwZGM3LTZhOTItNDcwMy1hOGQxLTcyYWI4NTc4MjZlMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -501,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:22:55 GMT" + "Fri, 06 Aug 2021 23:57:45 GMT" ], "Pragma": [ "no-cache" @@ -510,13 +510,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11993" ], "x-ms-correlation-request-id": [ - "6ef8f13a-6c9a-4659-99dd-5aafa1c8bebf" + "fd62c646-5378-4649-81da-614659257af9" ], "x-ms-request-id": [ - "dc844b5e-f73c-4cb3-b23b-267d58fdb451" + "1031e44e-4a3b-437a-93a3-06e103520e89" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -525,10 +525,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192256Z:6ef8f13a-6c9a-4659-99dd-5aafa1c8bebf" + "WESTUS:20210806T235746Z:fd62c646-5378-4649-81da-614659257af9" ], "Content-Length": [ - "126" + "164" ], "Content-Type": [ "application/json" @@ -537,12 +537,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"c70df9b4-926a-0347-a8d1-72ab857826e3\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:54:45.5Z\",\r\n \"endTime\": \"2021-08-06T23:57:45.4769295Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/48db5ae7-d938-404f-b77f-b68434b6b257?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzQ4ZGI1YWU3LWQ5MzgtNDA0Zi1iNzdmLWI2ODQzNGI2YjI1Nz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters/azsmnet9401?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5NDAxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -558,7 +558,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:23:25 GMT" + "Fri, 06 Aug 2021 23:57:46 GMT" ], "Pragma": [ "no-cache" @@ -566,14 +566,17 @@ "Server": [ "nginx" ], + "x-ms-routing-request-id": [ + "WESTUS:20210806T235746Z:8b026e1c-ab4c-4370-a959-c91819ebc062" + ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11992" ], "x-ms-correlation-request-id": [ - "e6816133-3604-4893-9992-c562f12e8e81" + "8b026e1c-ab4c-4370-a959-c91819ebc062" ], "x-ms-request-id": [ - "e928a1e5-0eaa-449e-9209-d07e8cb1e733" + "96dbbcec-bb4c-4209-ae27-28edebe67341" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -581,11 +584,8 @@ "X-Content-Type-Options": [ "nosniff" ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T192326Z:e6816133-3604-4893-9992-c562f12e8e81" - ], "Content-Length": [ - "169" + "2056" ], "Content-Type": [ "application/json" @@ -594,15 +594,21 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"e75adb48-38d9-4f40-b77f-b68434b6b257\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:19:55.3433333Z\",\r\n \"endTime\": \"2021-07-02T19:23:17.546984Z\"\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters/azsmnet9401\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9401\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-51cab6e4.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-51cab6e4.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-644_azsmnet9401_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-644_azsmnet9401_westus2/providers/Microsoft.Network/publicIPAddresses/28505db9-bf27-4208-9b9c-f005b62395b3\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", - "RequestMethod": "GET", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters/azsmnet9401?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5NDAxP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", + "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { + "x-ms-client-request-id": [ + "16785195-c405-4001-a701-bdf1992e902c" + ], + "accept-language": [ + "en-US" + ], "User-Agent": [ "FxVersion/4.6.00001.0", "OSName/Windows", @@ -615,25 +621,82 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:23:25 GMT" + "Fri, 06 Aug 2021 23:57:57 GMT" ], "Pragma": [ "no-cache" ], + "Location": [ + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30" + ], "Server": [ "nginx" ], + "x-ms-ratelimit-remaining-subscription-deletes": [ + "14999" + ], + "Azure-AsyncOperation": [ + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30" + ], + "x-ms-correlation-request-id": [ + "e6ebe913-f4b5-4f2f-8ad5-9599bc3c6ee1" + ], + "x-ms-request-id": [ + "f0f8d668-e958-4108-9da9-6f6909571a72" + ], + "Strict-Transport-Security": [ + "max-age=31536000; includeSubDomains" + ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192326Z:fb0da047-d48b-4dd8-8cba-ef88af676578" + "WESTUS:20210806T235757Z:e6ebe913-f4b5-4f2f-8ad5-9599bc3c6ee1" + ], + "X-Content-Type-Options": [ + "nosniff" + ], + "Content-Length": [ + "0" + ], + "Expires": [ + "-1" + ] + }, + "ResponseBody": "", + "StatusCode": 202 + }, + { + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestMethod": "GET", + "RequestBody": "", + "RequestHeaders": { + "User-Agent": [ + "FxVersion/4.6.00001.0", + "OSName/Windows", + "OSVersion/Microsoft.Windows.10.0.19043.", + "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" + ] + }, + "ResponseHeaders": { + "Cache-Control": [ + "no-cache" + ], + "Date": [ + "Fri, 06 Aug 2021 23:58:27 GMT" + ], + "Pragma": [ + "no-cache" + ], + "Server": [ + "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11991" ], "x-ms-correlation-request-id": [ - "fb0da047-d48b-4dd8-8cba-ef88af676578" + "5deb77df-c4a3-4afc-b1c9-b0b1e1fb24fb" ], "x-ms-request-id": [ - "e3772d5e-a4ea-4ecf-83e0-5968072569e0" + "59de829b-34e7-45f7-a666-02ea53a45863" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -641,8 +704,11 @@ "X-Content-Type-Options": [ "nosniff" ], + "x-ms-routing-request-id": [ + "WESTUS:20210806T235827Z:5deb77df-c4a3-4afc-b1c9-b0b1e1fb24fb" + ], "Content-Length": [ - "2058" + "126" ], "Content-Type": [ "application/json" @@ -651,21 +717,15 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5762\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-230927a8.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-230927a8.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-250_azsmnet5762_westus2/providers/Microsoft.Network/publicIPAddresses/f5d05eeb-4d94-4d67-a71b-d2766f5fa157\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters/azsmnet5762?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ1NzYyP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", - "RequestMethod": "DELETE", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { - "x-ms-client-request-id": [ - "62d83197-50c8-4957-a0e1-ba26d72d74e8" - ], - "accept-language": [ - "en-US" - ], "User-Agent": [ "FxVersion/4.6.00001.0", "OSName/Windows", @@ -678,51 +738,48 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:23:36 GMT" + "Fri, 06 Aug 2021 23:58:57 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" - ], "Server": [ "nginx" ], - "x-ms-ratelimit-remaining-subscription-deletes": [ - "14999" - ], - "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" + "x-ms-ratelimit-remaining-subscription-reads": [ + "11990" ], "x-ms-correlation-request-id": [ - "5b6c7f02-ce44-4369-8b7d-4d541bdd8a5d" + "194cd8f3-67a7-4eca-8665-e23ab42293c4" ], "x-ms-request-id": [ - "9e5877a9-7876-4148-81bc-6f7a390fca8f" + "3f8fbdcf-5aee-4cde-b26a-fdde84ba501e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T192337Z:5b6c7f02-ce44-4369-8b7d-4d541bdd8a5d" - ], "X-Content-Type-Options": [ "nosniff" ], + "x-ms-routing-request-id": [ + "WESTUS:20210806T235858Z:194cd8f3-67a7-4eca-8665-e23ab42293c4" + ], "Content-Length": [ - "0" + "126" + ], + "Content-Type": [ + "application/json" ], "Expires": [ "-1" ] }, - "ResponseBody": "", - "StatusCode": 202 + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", + "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -738,7 +795,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:24:06 GMT" + "Fri, 06 Aug 2021 23:59:27 GMT" ], "Pragma": [ "no-cache" @@ -747,13 +804,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11989" ], "x-ms-correlation-request-id": [ - "e546ff69-bed7-4410-89ae-fd528ed776fc" + "7e71826c-f199-4a1b-aacc-97b1c82213dc" ], "x-ms-request-id": [ - "5ea31bf5-1a57-463a-b968-ada3745296c6" + "b7006f01-39a8-4343-bc00-8a205c5a063a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -762,7 +819,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192407Z:e546ff69-bed7-4410-89ae-fd528ed776fc" + "WESTUS:20210806T235928Z:7e71826c-f199-4a1b-aacc-97b1c82213dc" ], "Content-Length": [ "126" @@ -774,12 +831,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -795,7 +852,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:24:37 GMT" + "Fri, 06 Aug 2021 23:59:57 GMT" ], "Pragma": [ "no-cache" @@ -804,13 +861,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11988" ], "x-ms-correlation-request-id": [ - "b01b46b4-ca53-4eee-b1f5-df07362b25a0" + "eb53bacb-cd2d-4bfe-a3e3-8690914024a8" ], "x-ms-request-id": [ - "01586ced-5a23-4af8-8b71-7a55f4911ebd" + "a2aa7fc5-4459-4280-a024-1330731ed3bc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -819,7 +876,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192437Z:b01b46b4-ca53-4eee-b1f5-df07362b25a0" + "WESTUS:20210806T235958Z:eb53bacb-cd2d-4bfe-a3e3-8690914024a8" ], "Content-Length": [ "126" @@ -831,12 +888,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -852,7 +909,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:25:06 GMT" + "Sat, 07 Aug 2021 00:00:27 GMT" ], "Pragma": [ "no-cache" @@ -861,13 +918,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11987" ], "x-ms-correlation-request-id": [ - "49cc028e-87b9-40ca-998c-732fc4f10ec7" + "dd1c9732-5bcc-46e3-8987-3e399b402b5b" ], "x-ms-request-id": [ - "a5642922-b60b-4665-a200-45dd69813822" + "f824d3a4-5471-49ea-9b4b-e3a0e3bac6be" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -876,7 +933,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192507Z:49cc028e-87b9-40ca-998c-732fc4f10ec7" + "WESTUS:20210807T000028Z:dd1c9732-5bcc-46e3-8987-3e399b402b5b" ], "Content-Length": [ "126" @@ -888,12 +945,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -909,7 +966,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:25:36 GMT" + "Sat, 07 Aug 2021 00:00:57 GMT" ], "Pragma": [ "no-cache" @@ -918,13 +975,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11986" ], "x-ms-correlation-request-id": [ - "405cec0e-dd1a-46fc-922e-dd3d0ef95deb" + "62bf107a-add0-42d0-a84b-a7f78374b349" ], "x-ms-request-id": [ - "1ea9255f-f97b-4e45-b92a-de83f014f34e" + "f4b02bd7-e723-4b83-90ce-9b508650ea01" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -933,7 +990,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192537Z:405cec0e-dd1a-46fc-922e-dd3d0ef95deb" + "WESTUS:20210807T000058Z:62bf107a-add0-42d0-a84b-a7f78374b349" ], "Content-Length": [ "126" @@ -945,12 +1002,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -966,7 +1023,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:26:07 GMT" + "Sat, 07 Aug 2021 00:01:28 GMT" ], "Pragma": [ "no-cache" @@ -975,13 +1032,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11985" ], "x-ms-correlation-request-id": [ - "4732e2d3-34d8-4e0f-88b6-81651712f697" + "05bd7cc7-8301-420f-915d-05a002e2d52f" ], "x-ms-request-id": [ - "360f0b4a-9290-43e1-8715-4b35a02fc418" + "32515b9c-333b-4075-a639-173c5f0fe217" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -990,7 +1047,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192607Z:4732e2d3-34d8-4e0f-88b6-81651712f697" + "WESTUS:20210807T000128Z:05bd7cc7-8301-420f-915d-05a002e2d52f" ], "Content-Length": [ "126" @@ -1002,12 +1059,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1023,7 +1080,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:26:36 GMT" + "Sat, 07 Aug 2021 00:01:58 GMT" ], "Pragma": [ "no-cache" @@ -1032,13 +1089,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11984" ], "x-ms-correlation-request-id": [ - "d019d7b5-c719-4fa9-9b24-7638fb5eaf04" + "ed6637ad-6f11-49b2-9ed3-85d189c9e5cf" ], "x-ms-request-id": [ - "073c6af5-6fda-440d-ba2e-7073b83912e3" + "a6f4755f-d147-4f21-b980-32167d63ef97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1047,7 +1104,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192637Z:d019d7b5-c719-4fa9-9b24-7638fb5eaf04" + "WESTUS:20210807T000158Z:ed6637ad-6f11-49b2-9ed3-85d189c9e5cf" ], "Content-Length": [ "126" @@ -1059,12 +1116,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1080,7 +1137,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:07 GMT" + "Sat, 07 Aug 2021 00:02:28 GMT" ], "Pragma": [ "no-cache" @@ -1089,13 +1146,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11983" ], "x-ms-correlation-request-id": [ - "86140bd1-80a7-4870-90b4-b9c9cb0fcc6a" + "b2b94139-7312-421d-93e5-ac698c7f9590" ], "x-ms-request-id": [ - "417c8266-f035-44ef-bd8d-9d5589f658aa" + "0a676b74-9b41-41f2-a057-7f802e1ed0bb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1104,7 +1161,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192707Z:86140bd1-80a7-4870-90b4-b9c9cb0fcc6a" + "WESTUS:20210807T000228Z:b2b94139-7312-421d-93e5-ac698c7f9590" ], "Content-Length": [ "170" @@ -1116,12 +1173,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"a977589e-7678-4841-81bc-6f7a390fca8f\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:23:37.2033333Z\",\r\n \"endTime\": \"2021-07-02T19:26:45.9104131Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"68d6f8f0-58e9-0841-9da9-6f6909571a72\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:57:57.7833333Z\",\r\n \"endTime\": \"2021-08-07T00:02:10.7225282Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25yZXN1bHRzLzllNTg3N2E5LTc4NzYtNDE0OC04MWJjLTZmN2EzOTBmY2E4Zj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25yZXN1bHRzL2YwZjhkNjY4LWU5NTgtNDEwOC05ZGE5LTZmNjkwOTU3MWE3Mj9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1137,25 +1194,25 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:07 GMT" + "Sat, 07 Aug 2021 00:02:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/9e5877a9-7876-4148-81bc-6f7a390fca8f?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operationresults/f0f8d668-e958-4108-9da9-6f6909571a72?api-version=2016-03-30" ], "Server": [ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11982" ], "x-ms-correlation-request-id": [ - "ca5dfd9a-4c08-4ca0-8754-dd4c8a5023a4" + "4a16044d-7a25-4257-9cda-49fa3306bd65" ], "x-ms-request-id": [ - "7d89b37f-a757-4ff9-a2eb-234f2049e649" + "ff92d4f4-39ac-48cf-865a-35e832a15b92" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1164,7 +1221,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192707Z:ca5dfd9a-4c08-4ca0-8754-dd4c8a5023a4" + "WESTUS:20210807T000228Z:4a16044d-7a25-4257-9cda-49fa3306bd65" ], "Content-Type": [ "application/json" @@ -1177,13 +1234,13 @@ "StatusCode": 204 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-250/providers/Microsoft.ContainerService/managedClusters?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-644/providers/Microsoft.ContainerService/managedClusters?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0NC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "13a01d87-d1fd-4176-8f50-fcd3489f8438" + "1e6a00e0-dbe7-4559-a481-716cf26b1a98" ], "accept-language": [ "en-US" @@ -1200,22 +1257,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:07 GMT" + "Sat, 07 Aug 2021 00:02:28 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11981" ], "x-ms-request-id": [ - "a129e67f-78bf-42e8-ac4f-b7343ff9bf93" + "cc96ceb7-81a3-42fb-bb25-cd08f611c402" ], "x-ms-correlation-request-id": [ - "a129e67f-78bf-42e8-ac4f-b7343ff9bf93" + "cc96ceb7-81a3-42fb-bb25-cd08f611c402" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192707Z:a129e67f-78bf-42e8-ac4f-b7343ff9bf93" + "WESTUS:20210807T000228Z:cc96ceb7-81a3-42fb-bb25-cd08f611c402" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1237,13 +1294,13 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-250?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTI1MD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-644?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTY0ND9hcGktdmVyc2lvbj0yMDE1LTExLTAx", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "c107a84f-67f8-4315-9632-188891e76219" + "9b523d10-3f85-4ea6-aaea-933a1715d4dd" ], "accept-language": [ "en-US" @@ -1260,13 +1317,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:08 GMT" + "Sat, 07 Aug 2021 00:02:28 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1275,13 +1332,13 @@ "14999" ], "x-ms-request-id": [ - "dd18f9d3-a929-4feb-a0b2-05cf9f08521d" + "7e31ec4b-274b-40db-a8dd-33a737b95373" ], "x-ms-correlation-request-id": [ - "dd18f9d3-a929-4feb-a0b2-05cf9f08521d" + "7e31ec4b-274b-40db-a8dd-33a737b95373" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192708Z:dd18f9d3-a929-4feb-a0b2-05cf9f08521d" + "WESTUS:20210807T000229Z:7e31ec4b-274b-40db-a8dd-33a737b95373" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1300,8 +1357,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkwTkMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1317,13 +1374,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:23 GMT" + "Sat, 07 Aug 2021 00:02:44 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1332,13 +1389,13 @@ "11999" ], "x-ms-request-id": [ - "caf71b29-b983-41a6-8fba-9e23a54a7232" + "8eb0bf7e-3c56-491b-ad81-b4206cf7a2dc" ], "x-ms-correlation-request-id": [ - "caf71b29-b983-41a6-8fba-9e23a54a7232" + "8eb0bf7e-3c56-491b-ad81-b4206cf7a2dc" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192723Z:caf71b29-b983-41a6-8fba-9e23a54a7232" + "WESTUS:20210807T000244Z:8eb0bf7e-3c56-491b-ad81-b4206cf7a2dc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1357,8 +1414,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkwTkMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1374,13 +1431,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:37 GMT" + "Sat, 07 Aug 2021 00:02:59 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1389,13 +1446,13 @@ "11998" ], "x-ms-request-id": [ - "16f949d9-ce70-4f20-9384-7bf192324c2f" + "3da2af10-ae01-41ba-b6b2-3bdc619b77ba" ], "x-ms-correlation-request-id": [ - "16f949d9-ce70-4f20-9384-7bf192324c2f" + "3da2af10-ae01-41ba-b6b2-3bdc619b77ba" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192738Z:16f949d9-ce70-4f20-9384-7bf192324c2f" + "WESTUS:20210807T000300Z:3da2af10-ae01-41ba-b6b2-3bdc619b77ba" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1414,8 +1471,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkwTkMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1431,7 +1488,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:52 GMT" + "Sat, 07 Aug 2021 00:03:14 GMT" ], "Pragma": [ "no-cache" @@ -1440,13 +1497,13 @@ "11997" ], "x-ms-request-id": [ - "400ecd1a-0255-49e1-b89c-4c314f00a4a5" + "0f621990-1d3b-4bac-b599-364bee4cd744" ], "x-ms-correlation-request-id": [ - "400ecd1a-0255-49e1-b89c-4c314f00a4a5" + "0f621990-1d3b-4bac-b599-364bee4cd744" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192753Z:400ecd1a-0255-49e1-b89c-4c314f00a4a5" + "WESTUS:20210807T000315Z:0f621990-1d3b-4bac-b599-364bee4cd744" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1465,8 +1522,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDI1MC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREkxTUMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDY0NC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRFkwTkMxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1482,7 +1539,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:52 GMT" + "Sat, 07 Aug 2021 00:03:15 GMT" ], "Pragma": [ "no-cache" @@ -1491,13 +1548,13 @@ "11996" ], "x-ms-request-id": [ - "6c26d6fa-b0a5-4f34-acf5-912d43e477a1" + "cb4315ae-3a59-408e-bc16-7b1a35b358c2" ], "x-ms-correlation-request-id": [ - "6c26d6fa-b0a5-4f34-acf5-912d43e477a1" + "cb4315ae-3a59-408e-bc16-7b1a35b358c2" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192753Z:6c26d6fa-b0a5-4f34-acf5-912d43e477a1" + "WESTUS:20210807T000315Z:cb4315ae-3a59-408e-bc16-7b1a35b358c2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1518,8 +1575,8 @@ ], "Names": { "ContainerServiceDeleteServiceTest": [ - "aks-dotnet-sdk-RG-250", - "azsmnet5762" + "aks-dotnet-sdk-RG-644", + "azsmnet9401" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json index 993566164a29f..94dbd149ec1c1 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceGetCredentialsTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "cf78216f-65ac-4b51-934b-4c2e14b38c79" + "e2f7e7c6-6eb5-465a-8455-dcbe00a22d65" ], "accept-language": [ "en-US" @@ -24,22 +24,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:53 GMT" + "Sat, 07 Aug 2021 00:03:15 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11999" + "11997" ], "x-ms-request-id": [ - "63697888-a22e-4f87-a61c-ef918c9152fe" + "671af082-5f6b-425a-9439-2fca0df5a953" ], "x-ms-correlation-request-id": [ - "63697888-a22e-4f87-a61c-ef918c9152fe" + "671af082-5f6b-425a-9439-2fca0df5a953" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192754Z:63697888-a22e-4f87-a61c-ef918c9152fe" + "WESTUS2:20210807T000316Z:671af082-5f6b-425a-9439-2fca0df5a953" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "101354" + "103967" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\",\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/vhd-test-1625253933\",\r\n \"name\": \"vhd-test-1625253933\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"source\": \"AgentBaker\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Deleting\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625512144\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644-southcentralus\",\r\n \"name\": \"hcpaleldeibebld45288644-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld45288644\",\r\n \"name\": \"sqlaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644\",\r\n \"name\": \"hcpaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-config-test\",\r\n \"name\": \"aks-validator-config-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-staging-test\",\r\n \"name\": \"aks-validator-staging-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"name\": \"MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-meta-test\",\r\n \"name\": \"aks-validator-meta-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5\",\r\n \"name\": \"r-k8sts153251Sm5\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu\",\r\n \"name\": \"r-k8sts15317QsBu\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU\",\r\n \"name\": \"r-k8sts15317gBhU\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073-eastus2\",\r\n \"name\": \"hcppranejaebld45298073-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45298073\",\r\n \"name\": \"sqlpranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073\",\r\n \"name\": \"hcppranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bahetest\",\r\n \"name\": \"bahetest\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628384893\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bahetest_test_eastus2\",\r\n \"name\": \"MC_bahetest_test_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628503588\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45307416-eastus2\",\r\n \"name\": \"hcppranejaebld45307416-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45307416\",\r\n \"name\": \"sqlpranejaebld45307416\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000-eastus2\",\r\n \"name\": \"hcpmattstamebld15150000-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld15150000\",\r\n \"name\": \"sqlmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000\",\r\n \"name\": \"hcpmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45345341-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45345341\",\r\n \"name\": \"sqlyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341\",\r\n \"name\": \"hcpyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45346762-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45346762\",\r\n \"name\": \"sqlyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762\",\r\n \"name\": \"hcpyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-secrets\",\r\n \"name\": \"jiliu8-secrets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"name\": \"MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksrnr-3d2f5e0d\",\r\n \"name\": \"aksrnr-3d2f5e0d\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447-eastus\",\r\n \"name\": \"hcpneaggarwebld45018447-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447\",\r\n \"name\": \"hcpneaggarwebld45018447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abelgmsavnet\",\r\n \"name\": \"abelgmsavnet\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-25p7zs9pae\",\r\n \"name\": \"pkr-Resource-Group-25p7zs9pae\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1627873637\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1627613755\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350-eastus\",\r\n \"name\": \"hcpandliuebld45143350-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld45143350\",\r\n \"name\": \"sqlandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350\",\r\n \"name\": \"hcpandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld45143350_andliu_eastus\",\r\n \"name\": \"MC_andliuebld45143350_andliu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"name\": \"MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45090388\",\r\n \"deletion_due_time\": \"1628395716\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ismilletest\",\r\n \"name\": \"ismilletest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-RPA\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-RPA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-FMC\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-FMC\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"msiuserassigned\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari_ptest\",\r\n \"name\": \"amaheshwari_ptest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628298424\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021-eastus\",\r\n \"name\": \"hcppebomberebld45261021-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpebomberebld45261021\",\r\n \"name\": \"sqlpebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021\",\r\n \"name\": \"hcppebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"name\": \"MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"qinhaoebld45227637\",\r\n \"deletion_due_time\": \"1628302049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-waH\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-waH\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-KKL\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-KKL\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-rey\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-rey\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-woE\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-woE\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-VBR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-VBR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-cPB\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-cPB\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973-eastus\",\r\n \"name\": \"hcptpedrotoebld45291973-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltpedrotoebld45291973\",\r\n \"name\": \"sqltpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973\",\r\n \"name\": \"hcptpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-JAu\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-JAu\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628489234\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"name\": \"MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhifanhuebld45251608\",\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-XgZ\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-XgZ\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381258\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45153668_xx31_eastus\",\r\n \"name\": \"MC_xiazhanebld45153668_xx31_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45153668\",\r\n \"deletion_due_time\": \"1628399224\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270-eastus\",\r\n \"name\": \"hcpxiazhanebld45313270-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45313270\",\r\n \"name\": \"sqlxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270\",\r\n \"name\": \"hcpxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975-eastus\",\r\n \"name\": \"hcptosiebld45314975-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltosiebld45314975\",\r\n \"name\": \"sqltosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975\",\r\n \"name\": \"hcptosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosiebld45314975_tosi1_eastus\",\r\n \"name\": \"MC_tosiebld45314975_tosi1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tosiebld45314975\",\r\n \"deletion_due_time\": \"1628413604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278-eastus\",\r\n \"name\": \"hcpzuyaebld45320278-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45320278\",\r\n \"name\": \"sqlzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278\",\r\n \"name\": \"hcpzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321274-eastus\",\r\n \"name\": \"hcpbaheebld45321274-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321274\",\r\n \"name\": \"sqlbaheebld45321274\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777-eastus\",\r\n \"name\": \"hcpbaheebld45321777-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321777\",\r\n \"name\": \"sqlbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777\",\r\n \"name\": \"hcpbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld45321777_test_eastus\",\r\n \"name\": \"MC_baheebld45321777_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld45321777\",\r\n \"deletion_due_time\": \"1628428035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-xgR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-xgR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516-eastus\",\r\n \"name\": \"hcpmattstamebld1516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1516\",\r\n \"name\": \"sqlmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"name\": \"MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516\",\r\n \"name\": \"hcpmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560-eastus\",\r\n \"name\": \"hcpjoolshevebld45333560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld45333560\",\r\n \"name\": \"sqljoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560\",\r\n \"name\": \"hcpjoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhang5\",\r\n \"name\": \"yizhang5\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhang5_yizhang5cluster_eastus\",\r\n \"name\": \"MC_yizhang5_yizhang5cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346-eastus\",\r\n \"name\": \"hcpxiazhanebld45336346-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45336346\",\r\n \"name\": \"sqlxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346\",\r\n \"name\": \"hcpxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld45333560_test_eastus\",\r\n \"name\": \"MC_joolshevebld45333560_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld45333560\",\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-OsX\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-OsX\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815-eastus\",\r\n \"name\": \"hcpzhifanhuebld45339815-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45339815\",\r\n \"name\": \"sqlzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815\",\r\n \"name\": \"hcpzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1516-swift-rg\",\r\n \"name\": \"mattstamebld1516-swift-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari-proxy\",\r\n \"name\": \"amaheshwari-proxy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"name\": \"MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-YCT\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-YCT\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-AUF\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-AUF\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-qvy\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-qvy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-iyY\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-iyY\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-fLK\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-fLK\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45355288\",\r\n \"name\": \"sqlniqiebld45355288\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117-eastus\",\r\n \"name\": \"hcpbaheebld45357117-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45357117\",\r\n \"name\": \"sqlbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117\",\r\n \"name\": \"hcpbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45359927-eastus\",\r\n \"name\": \"hcpbaheebld45359927-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45359927\",\r\n \"name\": \"sqlbaheebld45359927\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45360178-eastus\",\r\n \"name\": \"hcpbaheebld45360178-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45360178\",\r\n \"name\": \"sqlbaheebld45360178\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421-eastus\",\r\n \"name\": \"hcpniqiebld45362421-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45362421\",\r\n \"name\": \"sqlniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421\",\r\n \"name\": \"hcpniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45362484-eastus\",\r\n \"name\": \"hcpbaheebld45362484-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45362484\",\r\n \"name\": \"sqlbaheebld45362484\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-niqiebld45362421-Dhimzdp\",\r\n \"name\": \"e2erg-niqiebld45362421-Dhimzdp\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"name\": \"MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"cloud controller manager\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld34534512-eastus\",\r\n \"name\": \"hcpzuyaebld34534512-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld34534512\",\r\n \"name\": \"sqlzuyaebld34534512\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"name\": \"MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"niqiebld45362421\",\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761-eastus\",\r\n \"name\": \"hcptjnguyenebld45367761-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld45367761\",\r\n \"name\": \"sqltjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761\",\r\n \"name\": \"hcptjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780-eastus\",\r\n \"name\": \"hcpthgambleebld45369780-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlthgambleebld45369780\",\r\n \"name\": \"sqlthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780\",\r\n \"name\": \"hcpthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042-eastus\",\r\n \"name\": \"hcpcharliliebld45374042-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlcharliliebld45374042\",\r\n \"name\": \"sqlcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042\",\r\n \"name\": \"hcpcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205-eastus\",\r\n \"name\": \"hcpamaheshwebld45378205-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45378205\",\r\n \"name\": \"sqlamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205\",\r\n \"name\": \"hcpamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/kaiqzhan-test\",\r\n \"name\": \"kaiqzhan-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628543100\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"name\": \"MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45378205\",\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738-eastus\",\r\n \"name\": \"hcpzhifanhuebld45384738-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45384738\",\r\n \"name\": \"sqlzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738\",\r\n \"name\": \"hcpzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958-eastus\",\r\n \"name\": \"hcpamaheshwebld45384958-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45384958\",\r\n \"name\": \"sqlamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958\",\r\n \"name\": \"hcpamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"name\": \"MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45384958\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45390912-eastus\",\r\n \"name\": \"hcpzuyaebld45390912-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45390912\",\r\n \"name\": \"sqlzuyaebld45390912\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45390912\",\r\n \"name\": \"hcpzuyaebld45390912\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45390912-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45390912-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45390912-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45390912-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45390912-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45390912-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45390912-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45390912-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS\",\r\n \"name\": \"DefaultResourceGroup-WUS\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/RookTest\",\r\n \"name\": \"RookTest\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_RookTest_cluster_westus\",\r\n \"name\": \"MC_RookTest_cluster_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627769226\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tonche\",\r\n \"name\": \"tonche\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628294840\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tonche_tcluster_westus2\",\r\n \"name\": \"MC_tonche_tcluster_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628305659\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/paultest\",\r\n \"name\": \"paultest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_paultest_foo_westus2\",\r\n \"name\": \"MC_paultest_foo_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1510-westus2\",\r\n \"name\": \"hcpmattstamebld1510-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1510\",\r\n \"name\": \"sqlmattstamebld1510\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511-westus2\",\r\n \"name\": \"hcpmattstamebld1511-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1511\",\r\n \"name\": \"sqlmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511\",\r\n \"name\": \"hcpmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1511-swift-rg\",\r\n \"name\": \"mattstamebld1511-swift-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift1_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628392076\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512-westus2\",\r\n \"name\": \"hcpmattstamebld1512-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1512\",\r\n \"name\": \"sqlmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512\",\r\n \"name\": \"hcpmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"name\": \"MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628431643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513-westus2\",\r\n \"name\": \"hcpmattstamebld1513-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1513\",\r\n \"name\": \"sqlmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513\",\r\n \"name\": \"hcpmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"location\": \"westus3\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514-westus2\",\r\n \"name\": \"hcpmattstamebld1514-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1514\",\r\n \"name\": \"sqlmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514\",\r\n \"name\": \"hcpmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0805\",\r\n \"name\": \"robbie0805\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0805_byort_westus2\",\r\n \"name\": \"MC_robbie0805_byort_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-AYKGPzl\",\r\n \"name\": \"e2erg-mattstamebld1516-AYKGPzl\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CSSyWVq\",\r\n \"name\": \"e2erg-mattstamebld1516-CSSyWVq\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CIGMexN\",\r\n \"name\": \"e2erg-mattstamebld1516-CIGMexN\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-sbus-test\",\r\n \"name\": \"xiahe-sbus-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0727-pol\",\r\n \"name\": \"doliu0727-pol\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627636012\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0803-ga\",\r\n \"name\": \"doliu0803-ga\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628219307\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0803-ga_p1_southeastasia\",\r\n \"name\": \"MC_doliu0803-ga_p1_southeastasia\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628316391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628057244\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1544?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "a8016460-2118-4cae-bbca-9179dafd158d" + "86694976-2f92-4666-9ab5-4288edc9c948" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:27:53 GMT" + "Sat, 07 Aug 2021 00:03:15 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "ce84adac-7676-4e81-872a-8cd9b5d826ec" + "3c3a6913-d481-4d81-9487-759a4f21f38e" ], "x-ms-correlation-request-id": [ - "ce84adac-7676-4e81-872a-8cd9b5d826ec" + "3c3a6913-d481-4d81-9487-759a4f21f38e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192754Z:ce84adac-7676-4e81-872a-8cd9b5d826ec" + "WESTUS2:20210807T000316Z:3c3a6913-d481-4d81-9487-759a4f21f38e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621\",\r\n \"name\": \"aks-dotnet-sdk-RG-3621\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1544\",\r\n \"name\": \"aks-dotnet-sdk-RG-1544\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4ND9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Mzk3Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "884a0cfa-7b14-410c-928c-2c0b00ce2958" + "6932994f-1e74-43b6-bfba-9f530c3adfcc" ], "accept-language": [ "en-US" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:28:01 GMT" + "Sat, 07 Aug 2021 00:03:21 GMT" ], "Pragma": [ "no-cache" @@ -168,13 +168,13 @@ "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "3683674e-2bbe-4d76-98d1-234376c040ee" + "821cd24e-06b6-488c-a208-d531fc3d4c45" ], "x-ms-request-id": [ - "763490c5-bdda-4f4e-8db9-48fc001f7b9d" + "da093c11-1b80-4971-8236-fbdd81928013" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,10 +183,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192802Z:3683674e-2bbe-4d76-98d1-234376c040ee" + "WESTUS2:20210807T000322Z:821cd24e-06b6-488c-a208-d531fc3d4c45" ], "Content-Length": [ - "1793" + "1791" ], "Content-Type": [ "application/json" @@ -195,12 +195,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5584\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-643e5db9.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-643e5db9.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet3973\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-68c42868.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-68c42868.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1544_azsmnet3973_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -216,7 +216,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:28:32 GMT" + "Sat, 07 Aug 2021 00:03:52 GMT" ], "Pragma": [ "no-cache" @@ -228,10 +228,10 @@ "11999" ], "x-ms-correlation-request-id": [ - "1ab04502-b617-400f-b809-7a82dc5165b9" + "d14bcc0b-d6c1-4985-92b8-20d4bf449506" ], "x-ms-request-id": [ - "668bfac2-d57a-400b-a53a-a5359741dc03" + "ce6d0d72-8f38-475a-b735-ef545ddf1f5b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -240,10 +240,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192832Z:1ab04502-b617-400f-b809-7a82dc5165b9" + "WESTUS2:20210807T000352Z:d14bcc0b-d6c1-4985-92b8-20d4bf449506" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -252,12 +252,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -273,7 +273,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:29:01 GMT" + "Sat, 07 Aug 2021 00:04:21 GMT" ], "Pragma": [ "no-cache" @@ -285,10 +285,10 @@ "11998" ], "x-ms-correlation-request-id": [ - "0a964862-e6a2-478d-84d1-36aef1b79e94" + "7d41f306-654e-4c0e-9d87-e85da9bfef90" ], "x-ms-request-id": [ - "c0019a49-db5f-40c8-8c18-58589219c15f" + "f4e88721-0dab-4ac2-8501-d23af608a79e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -297,10 +297,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192902Z:0a964862-e6a2-478d-84d1-36aef1b79e94" + "WESTUS2:20210807T000422Z:7d41f306-654e-4c0e-9d87-e85da9bfef90" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -309,12 +309,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -330,7 +330,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:29:32 GMT" + "Sat, 07 Aug 2021 00:04:52 GMT" ], "Pragma": [ "no-cache" @@ -342,10 +342,10 @@ "11997" ], "x-ms-correlation-request-id": [ - "1abb1eba-ea3f-4a51-b88c-ed2d26c46e21" + "d2bb0664-7fe0-4824-a53d-10072a8f2363" ], "x-ms-request-id": [ - "4c53d746-05b2-4e71-89d3-af6bef3f78d0" + "3b04b8ec-8979-44b7-80b3-135eeffa79e0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -354,10 +354,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T192932Z:1abb1eba-ea3f-4a51-b88c-ed2d26c46e21" + "WESTUS2:20210807T000452Z:d2bb0664-7fe0-4824-a53d-10072a8f2363" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -366,12 +366,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -387,7 +387,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:30:02 GMT" + "Sat, 07 Aug 2021 00:05:22 GMT" ], "Pragma": [ "no-cache" @@ -399,10 +399,10 @@ "11996" ], "x-ms-correlation-request-id": [ - "10894408-faa1-4aec-9d6d-c9922861325f" + "21b7c7ce-fa93-444f-8e29-6ff1327e11f9" ], "x-ms-request-id": [ - "916d41e4-f38d-4f82-bc49-e982dbc4318e" + "4fc8aeb7-4982-433d-9fa6-d888f042ec99" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -411,10 +411,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193002Z:10894408-faa1-4aec-9d6d-c9922861325f" + "WESTUS2:20210807T000522Z:21b7c7ce-fa93-444f-8e29-6ff1327e11f9" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -423,12 +423,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -444,7 +444,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:30:31 GMT" + "Sat, 07 Aug 2021 00:05:52 GMT" ], "Pragma": [ "no-cache" @@ -456,10 +456,10 @@ "11995" ], "x-ms-correlation-request-id": [ - "db7bcfae-60dd-4a26-9962-e4d695e31f5d" + "3d4f8623-70dd-4ed5-994e-d85f32a874e0" ], "x-ms-request-id": [ - "7bb38704-84e7-4d55-a1e6-f336c69ba4e8" + "76274437-24df-4f81-a428-e1023fcab60f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -468,10 +468,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193032Z:db7bcfae-60dd-4a26-9962-e4d695e31f5d" + "WESTUS2:20210807T000552Z:3d4f8623-70dd-4ed5-994e-d85f32a874e0" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -480,12 +480,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -501,7 +501,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:02 GMT" + "Sat, 07 Aug 2021 00:06:22 GMT" ], "Pragma": [ "no-cache" @@ -513,10 +513,10 @@ "11994" ], "x-ms-correlation-request-id": [ - "53708a92-839a-4cf0-b941-8163f76b6b9b" + "b1bee5ea-7d4c-4e3d-a719-f718758f8147" ], "x-ms-request-id": [ - "f4bc7a00-925c-4ecd-abf7-742ddd4a9f85" + "03abef35-3d74-4a44-bbeb-c13e469f6886" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -525,10 +525,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193102Z:53708a92-839a-4cf0-b941-8163f76b6b9b" + "WESTUS2:20210807T000622Z:b1bee5ea-7d4c-4e3d-a719-f718758f8147" ], "Content-Length": [ - "126" + "121" ], "Content-Type": [ "application/json" @@ -537,12 +537,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/763490c5-bdda-4f4e-8db9-48fc001f7b9d?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzc2MzQ5MGM1LWJkZGEtNGY0ZS04ZGI5LTQ4ZmMwMDFmN2I5ZD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/da093c11-1b80-4971-8236-fbdd81928013?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2RhMDkzYzExLTFiODAtNDk3MS04MjM2LWZiZGQ4MTkyODAxMz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -558,7 +558,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:32 GMT" + "Sat, 07 Aug 2021 00:06:52 GMT" ], "Pragma": [ "no-cache" @@ -570,10 +570,10 @@ "11993" ], "x-ms-correlation-request-id": [ - "040d8f32-fcd4-4b0e-8a0f-b78d24732983" + "f327b77f-96be-42af-b2e0-7f9d9e7f2eb5" ], "x-ms-request-id": [ - "71dbe564-6488-4a93-8ab2-c3ae04d65b6b" + "27c0ff8a-1195-4d38-8081-087b01e4d171" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -582,10 +582,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193132Z:040d8f32-fcd4-4b0e-8a0f-b78d24732983" + "WESTUS2:20210807T000652Z:f327b77f-96be-42af-b2e0-7f9d9e7f2eb5" ], "Content-Length": [ - "170" + "165" ], "Content-Type": [ "application/json" @@ -594,12 +594,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"c5903476-dabd-4e4f-8db9-48fc001f7b9d\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:28:02.1466666Z\",\r\n \"endTime\": \"2021-07-02T19:31:19.0593918Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"113c09da-801b-7149-8236-fbdd81928013\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-07T00:03:22.23Z\",\r\n \"endTime\": \"2021-08-07T00:06:26.1337738Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4ND9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Mzk3Mz9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -615,7 +615,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:32 GMT" + "Sat, 07 Aug 2021 00:06:52 GMT" ], "Pragma": [ "no-cache" @@ -624,16 +624,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193133Z:968d9c18-c2ad-4cb1-a57e-258633c14293" + "WESTUS2:20210807T000653Z:25f37461-8e28-47dc-8aa4-0d6cdec492dc" ], "x-ms-ratelimit-remaining-subscription-reads": [ "11992" ], "x-ms-correlation-request-id": [ - "968d9c18-c2ad-4cb1-a57e-258633c14293" + "25f37461-8e28-47dc-8aa4-0d6cdec492dc" ], "x-ms-request-id": [ - "96351f45-f8d0-45e9-8d53-983fbc85022c" + "8c4f7a53-c614-4457-b690-e75fd2fa9735" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -642,7 +642,7 @@ "nosniff" ], "Content-Length": [ - "2061" + "2059" ], "Content-Type": [ "application/json" @@ -651,17 +651,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5584\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-643e5db9.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-643e5db9.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-3621_azsmnet5584_westus2/providers/Microsoft.Network/publicIPAddresses/9028e48f-dba1-4b44-a216-005a6ad2d07f\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet3973\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-68c42868.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-68c42868.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-1544_azsmnet3973_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-1544_azsmnet3973_westus2/providers/Microsoft.Network/publicIPAddresses/03e61f6b-7d50-4fc2-bee6-d1789e45fe87\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584/listClusterAdminCredential?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4NC9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA1LTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973/listClusterAdminCredential?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Mzk3My9saXN0Q2x1c3RlckFkbWluQ3JlZGVudGlhbD9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "1d409aa3-3b7a-4e85-aa8b-f982db9a21a9" + "25df6954-cf25-447c-beee-ff61723c9c7c" ], "accept-language": [ "en-US" @@ -678,7 +678,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:33 GMT" + "Sat, 07 Aug 2021 00:06:52 GMT" ], "Pragma": [ "no-cache" @@ -687,16 +687,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193133Z:506b8f2c-cb7e-4796-b884-84dab73156d4" + "WESTUS2:20210807T000653Z:a2e9e4f9-0152-4309-9aa3-cbb445ab7fd2" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1199" ], "x-ms-correlation-request-id": [ - "506b8f2c-cb7e-4796-b884-84dab73156d4" + "a2e9e4f9-0152-4309-9aa3-cbb445ab7fd2" ], "x-ms-request-id": [ - "cf00b7b1-fd41-40da-9c91-f1238c6d4d12" + "67f9bde4-1b08-4a21-997d-e1e6a9512c2f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -714,17 +714,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVV4dVFVTjJSMFZHV1VKcVEyTXZRV2c0Wmk5bGQzZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR3Q0VDBSQk5WZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFZFazBUVVJzWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNqTnpWM1ZzYkROWVpYbzVVVGhzTldkTWVqZDJkV2xWZVRnNE9IQXZVVTVJV0UxaVVrcHRVVTE1WlVwak9UbDJaRk4zT1hCTGVtbFFaR1Z3YjFGblIyTUtjbGd3Y0RoUVdtMUNaR051Y0ZBd1JuRkJja28xT1U5eGIwWjFNRW8xZW5sMmRYbGpUM0o2Wm1KQ1F6VTJVak5vY3pCUU9FUTFWRzExUjI5U2ExTnVNd295VG5KUlQxWkVUbTl6SzFaRFNteGhObVZ1VXpSVFFYcGFZamRoU0doWlVHdEZLMDluVmtacVUyZDZjbVZpVUc1WVQyaDNTMHBRYjBoTmJDOU9hMEZPQ21OWGRXRnRhbTQyWVN0V1RHZGtXRFIwY0Zwc01EQkVRbmR4VVdKc1NWZ3lUbGhTY1daR1duaDFaSGh5UVRaSVJsWTBhMlJPWWtWWVUwZzNaekUwUlZrS04xUkpOakpyTVVwdlJFRlVORTlTU0RkTlowSXJkRVE1WkRONlJFRTJhRUpHZUhGcEx5OTVhbTFXWkRoSmJGcE5lazh4ZURSb2FIaHpUa1ZvVkdWMWVncHVZVTlvYjA1MmNsQXZkR3BTVG5kaGIxQnNlR1JqVkM4NE9HMVVPVmxVVUM5RFJsWmtWM2xGTVdRdk5UTm1OWEowZEM5bmJtdDZjVmtyVWs1SVRWbFlDbVZaTW1KMk1tdFhhWEZOT1RjMGNGTjNhSFIwTkVRMk5HeEhOSEZ3VGtoaGNsQlRhRlp6UkVsVmNtRkpSWFpaTTFndlNURTNNM0JqWnprM1ozTnJialVLT0ZWcmRWZ3pVbmxGWTBVMWJsY3hRV3BTWm05MVNTOVdaR0pFY20xbFlXd3Zka3RHVG5jMU9EUTJaMFZ0TkdGWU5EVjZjalZZVkVGcFFXaHhZM2h0WlFwTFR6VkJZbVZtYVhoUlZXdFFjVzVsTW1GelNpOVNNMmRIUzNwRmRHNXlObGRYTnpVdmVTdHBlRXhhYjI1bFJXOUVkMXB6YWxkcGMzRTRhakpsTnpFdkNqaHVXa3BtVFdwclJHbERTMFZEVTFoaE1YY3pZMFJ1Y1ZSWVZEbEthbFZpZVdWc1dFWXJlVUpqTUVrMWFVcFhhalZLUTFOdVUzWXdXRVZhWkhneVExY0tXVzAwYTIxVGFIcGpMMDkyYmxGblRVbGFURk52WTB4MmNtZFZOREJhVFhoME1uUlVVRGx3VjNCcE1FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1IyWnVkR2h0U2tsVE5XZEdaalpwQ2pnMGVUUXZTMDQyV0c4NWJFMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFsa3dielZEVjBsbVJWTmpTMVpuTm5CRVZUQktkekF2WmtJS01pOTVTVk55ZEVwbFRuUjBNVWx6VkdreFozRmlkRWRWVjFGTWRDOXlOVVJLVDBSQlRVOWhjVFJVVmpCTE1uTm5PVVJLWlhWTlZYZEVaREJJWTB4eVJ3cDZjMFUyVmxWTVkwWlFhV05sZDBOT05GcEtaR0ZsVFhWaU5HMWhZVFJZVUc5NmJVOW5NRU1yTlRaV2QyMXFOVXRhUzBKRmJreDBlVFpYYmtVNVpreEVDa2xqVW5oRFIwUm5URnBxTURVMVpWcHdTeTl0TlhsTlZGWnZSemwwVUZwdFpGbzRSMjFGU2k5c01tSnVZbFZLTkdVNFJHWnVOVVZqVkU5Q1NFZHdWbVlLU3k5MlVtOUdkVlpXU0ZZeWVDdE5kV3gyYm1GUWNtczRkM1U0VWtoVVVqTlRaMXBFYWxabU0zZHFUbU5QVmxkWFNXbHZTRzVQZVhsVGRFbDJVVFp2U1Fwck1rTllZVlJwVm1wU1REWXZLMDVtVjFJdlIzZ3hVMlJMUVU1MFRrTkhWVXRCZVVaUmFtTk1lV1o2VTNZMVZuRmtWR2h5YkRVMFFqRktkVWwxVjJ3MkNrdHJObXBVY0dORVN6bG1VVzB4ZFdWaVJVMVNRM1ZOSzJwRlUxcFNSMnR0UTFGWGRURkJTSHBwYWt3MGNXVTJSbEpETUhSSlRHcFJSbHBUVDJSRlRsQUtVRTQxZGxoTVZYRjBTbEV5TldGaGJsZFBWVFZqU2pSMWFXdElZbGRwV0dab1pHTlljMnBOU0hWMlltTmlTVlZ1UzA0d1VHTlNSVEZXVWs5VVdIaE9kZ3BVVnpKNU5pOWlNRmRuT0hGemFUTndaM0UzTjNvMWFWQnNTVEl3ZEZKNmJqQmljMVZLY25OamNsVmphMmd2U0dzMU5HZERaekJOUTBWcWNEWkxRMmx6Q2xwWEx6Z3ZORzl2YmxGUU5DODFNMlJXZERGWmVXUlNRVXBNVWpsUGNuZ3lSM0JCYW1WYU5DOUxOMVV5U0RGS1oxSkhiWGN5U1hwQlZ6Y3piV2gwVm5rS2RuTm1Ta3hQU1VKYVppOXZjVzFOYkVOWU1tdDNSbmxCVDFvMVVWQnBlV3R0UmtneFJtZG5ObU5sVlRsa09WTnpjelZSTm0xeFdHOXROV1o2VEZSa2VRb3djekZSTVVoelJucG1OREZHTVRRM1owRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY0M2U1ZGI5LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NTU4NApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDU1ODQKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0zNjIxX2F6c21uZXQ1NTg0CiAgbmFtZTogYXpzbW5ldDU1ODQKY3VycmVudC1jb250ZXh0OiBhenNtbmV0NTU4NApraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0zNjIxX2F6c21uZXQ1NTg0CiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSVZFTkRRWGRYWjBGM1NVSkJaMGxSWm5FNFpub3dPV05tSzI5M2MxWkVOWEJLVVV0V2FrRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUVlJCTTAxRVNYaFBWRVUwVFVSc1lVWjNNSGxOZWtFelRVUkplRTlVU1RSTlJHeGhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVOMFYwVkRZbm80TWpkdVZYTjVUVkJyZFhWMldXZ0tjVkppZW1GSmFXWmxReXR5UzNoU1VFSnVOMDR2VGpZclEzSlJiMDVYTmtWd1RDdG1ha1F6U25KcWMxazVTRkZDVkV4elVHRnphMkpXWkZaU2NYaDRhQXB0V2xoQ01HdHVjRXhPZVVkdGVWYzJZM1Y0YzA5elZTdG5OV3BSTDBFdlNtY3llVkUwVFVsTFNTdFVjbEF5ZGs5UVlVMWFTMUJDVDBwcVpHbHBibEExQ21SYUwyNUpVMmhJZEhRelZYZHpVRUZMVVZkTGJrZEZjVUozY1hSVE5uWlVXV2RXUm0wNGRHUlFlbFpaUnpZM1JXWm9USEpoVERJNGJFNXZVMkZOU2k4S2NGRjVTMWhMT1cxbVNXNUdURFZRUW5oNFJqUktZVXRoTTFCUVltTnBhUzlrYlZWSlZqZFZkWHBvZVVwd1RURnNkalJ0V2pZeldtcDBkekpsWVZoWWJ3bzFSbnBHYWxOUWNFOUxhRlJvVW1KRldGSkVWMHBaYWxCamVVeFBTelZtUWxZM2RrNUVhMnBvZW5sT1dsSkRLMU5YV25GdGNISjRhMEZCUVV4SVNXcEpDbTQxWlRkVlNVaElOVmh3TkhjeFMzZG1UVWRyTkdSU1MzZEtiWEExU1RoaU5UUTFRVkJNWjJwVVVFOXFVbmx1ZDFvek1VbGFjSE16UmpWRmVHZFBSV2NLYkdoTWRHaEhibXh1VFZVd1FqUTRlSFoxWnpKSFRIRnZRVU5rS3psemVVWXhlVWRCUVZKaGMyZHJlbU52V1N0aFlsZzBOakpYWkRKR01rUnJTMWgzWmdwR1NIRkNNbXhUVmxWSFptUkNPRUV6YlV4Q1IxVmhObXRwWTB4UldUZDNka2xzVG5oUE9ERk5VWEZFZHpsVlluZDBlVXRxVTNKd1NVdzFVVmRhSzNSdUNtNVlla3hWY1RCVWVtUk1ZemRGYjNObVFWYzBhWE5GVERjd2JXWkVSVWRwYzA0dmVuWmlWbFZXUlVsMGIyWllVMGNyWkdVd1NqTkZjVWsxT0hSUE5Xc0tjbXhKTUROaFIyTmFkM2RFUm5ORFZVOW9WMlV5VkVNM1ZXSXJhRGRWYUZSQlNXeGFWMmREUjI0NU1uUnBSamh5WjAxV2FuWkVRWHBOTWpGMFRXbG9UZ3BYY2tSaFVqQmpTWEUyWmpWa1JERTNWakpOZEZCUlNVUkJVVUZDYnpGWmQxWkVRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFXWkNaMDVXU0ZOTlJVZEVRVmRuUWxKdU5UZFpXbWxUUlhVS1dVSllLMjkyVDAxMVVIbHFaV3cyVUZwVVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVGc2Jsa3lSMk4zV1dsUGJHRXhVbW80TDNrM1FRcG1SMGd3Y25ORWJUWm5USFYwUzJWRFZXMVFWVE5RZGxOMVVIbDBhM1ZDTDBNeVJYSnFORXhPY2xaQmMwcFRiMnQwVURSb1VYVXpSV3BLYlROb1YxSXlDbWhWUkhBM2VWWnpkVnBRZHpjeVRqVlVkVUYyTmsxb1ExUXlhWEpEZDNGeWVXSnhOell4WlV4ck1EWnBVMmhsSzB0elFVRjVUbmd6TkRoc2VEZEpTbVlLVTJKM1ZXczBOSFpUT1dwek0xWmhjV1JVYjBGS1JXOHZiQ3RwZFUwNGRWTjBPVXBvT1RCUU5sUm9TMVpvVG1sclJFSlpTRmRDU21rMVUwdFRRbXA1TkFwNllUSjVTMlV5Y1hKUlRraHVSV3N3U25WalpWQjNPR0ZWTmtWSmRHNTFRMWxST0Zwb2IxQklhVkVyYjBKSldIWlBNMEl3TjJGR1pGSkRiRlZhZFZWUkNsZzBjamh1VUZWdkwwcFBWeko0YjBKcGEzcFhRamczYVVSTWRIVkVlWE5KV1M5dlZFWndPWFZrZFZSTGVGRmhUSGgwYmxWS1pWRlFZbTFTVFRGcWFFMEtZMnMwYUcwdlExZzVhakZuUlc5emJtUjFOMjFXYVV3ck4ybEJRV1ozWVVsa1NqUlNaMmRTTDJwQ1kwMVZTMVZ0Ym1vNFJEVkdaV0VyT0VrNVMxSjNXUXBKVlhSeFkxUlJWa1pUUVZwbVpWUlVORlpwVWxCM1NrcDZRWGxaWm5STWRqQnlNSGczTUZNd2FEUnBRWFF5WkZZemVYcGtUbUl5ZVV3clJsTkJXVUZEQ25NNE1tcHVRVW8zZURCV1VqRndTakYyWlhKRlltcHFVVmhHVkRKYU1teHNUbVpxYVdVd1ozTlpTbTl5VFVGNE1sUmlieTh6V0dkU1NtNVZabUp2ZEdjS2VYSktkVWQ0ZWk5S1NIZ3ZVVGRyYkd4aWVWRlFVamRWZDBGRk1uUnJTamRvTUdwMGRuUnpTbXRUY0RFNE9XSktTemx5UmxsTWMwaFJlRlZWV1dKRWF3cDZUbk5yVFRkMk5reElkV1F3YTNVMWNrRnVSSFJYUjNGSkszSTBaMmR6VUVGelJURlJhVFV4V25oTGRuWndVbmNyY2pscU1UbGpaMEUxVEVFd1ZtVlVDbGhKVFU1dUsydExkMWwxZWs1MVZucEVObWxaYVZkblBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmNsWm9RVzA0TDA1MU5URk1UV3BFTlV4eWNqSkpZV3RYT0RKcFNXNHpaM1p4ZVhOVlZIZGFLM3BtZW1WMlozRXdDa3RFVm5Wb1MxTXZialIzT1hsaE5EZEhVRkl3UVZWNU4wUXlja3BITVZoV1ZXRnpZMWxhYlZaM1pFcEtObE42WTJod2MyeDFia3h6WWtSeVJsQnZUMWtLTUZCM1VIbFpUbk5yVDBSRFEybFFhelo2T1hKNmFqSnFSMU5xZDFScFdUTlpiM0I2SzFoWFpqVjVSVzlTTjJKa01VMU1SSGREYTBacGNIaG9TMmRqU3dweVZYVnlNREpKUmxKYWRreFlWRGd4VjBKMWRYaElORk0yTW1rNWRrcFVZVVZ0YWtObU5sVk5hV3g1ZGxwdWVVcDRVeXRVZDJOalVtVkRWMmx0ZEhwNkNqSXpTVzkyTTFwc1EwWmxNVXh6TkdOcFlWUk9XbUlyU20xbGRESlpOMk5PYm0xc01UWlBVbU40V1RCcU5sUnBiMVUwVlZkNFJqQlJNV2xYU1hvelRXa0tlbWwxV0hkV1pUZDZVVFZKTkdNNGFsZFZVWFpyYkcxaGNIRmhPRnBCUVVGRGVIbEplVW9yV0hVeFEwSjRLMVkyWlUxT1UzTklla0p3VDBoVlUzTkRXZ3B4WlZOUVJ5dGxUMUZFZVRSSk1IcDZiekJqY0RoSFpEbFRSMkZpVG5obFVrMVpSR2hKU2xsVE4xbFNjRFZhZWtaT1FXVlFUV0kzYjA1b2FUWnhRVUZ1Q21aMllrMW9aR05vWjBGRlYzSkpTazB6UzBkUWJXMHhLMDkwYkc1a2FHUm5OVU5zT0VoNFVqWm5aSEJWYkZaQ2JqTlJaa0ZPTldsM1VteEhkWEJKYmtNS01FZFBPRXg1U2xSalZIWk9WRVZMWnpoUVZrYzRUR05wYnpCeE5sTkRLMVZHYldaeVdqVXhPSGt4UzNSRk9ETlRNMDk0UzB4SWQwWjFTWEpDUXlzNVNncHVkM2hDYjNKRVpqZzNNakZXUmxKRFRHRklNVEJvZG01WWRFTmtlRXRwVDJaTVZIVmFTelZUVGs0eWFHNUhZMDFCZUdKQmJFUnZWbTUwYTNkMU1VY3ZDbTlsTVVsVmQwTktWMVp2UVdod0wyUnlXV2htU3pSRVJsazNkM2ROZWs1MFlsUkpiMVJXY1hjeWEyUklRMHQxYml0WVVUbGxNV1JxVEZRd1EwRjNSVUVLUVZGTFEwRm5SVUZ2YTFJM04zQTVMMWxyU21wVmRTc3ZVVE40YlhwaGJrRjJNR2syY0VSV1dYZHBNMGxxUWxaNlprcGFZbGRMUldsa2IxWlhSMHh6TUFwWGEwWnZNR0pRVlhoSk5rcFVXRWx5Y0dOdU4zbHBaakpWWTFsU1FXeG9TV1JVUkV0WFdXNVRVV1owV1ZCUmJ6VjNWRXhsTURVNVV6TlZZMjQzUTJGdUNqWmFUazFqVkhWaGJuQkZNamxPUTBWTWFHaENielZhYjNkRmEwWlBXamxtWlZob2VtZFlXbmRuUTNReVNGSnpTbWRtUkZSclFXdGFaVXBJWlc1cWEya0tORVE1ZDBKeVJWWXlXVE5KWXpBemJHNW9UR3hyYmxCNFJUaDVXRlJtUVU5S2FrOVFVMmwzU1hRNWNrdDNWbTQ1VVROQ1VHOUNTalJCU2xGRlEzWTNhd3B2ZDA5bWNYUnVjMjkyYW5kQldFSnJaV1kyVDFNNVptVXljM2t3VVV4blRrWkRNRVZWWkhwcmVscEtTR1J5Wmpjck9ITldTRGhWVXpkMFlXdzNObkZYQ2s1bFZrdFhiaXRUUVc4d2RYcDRkM05DYUdOT1VXSnplVlI2VWprMFZ6Tk9SMDV5UVVabmFuaGhWVFpDWkhKc1ltVTBNMFpuY0ZscFIxbFpTVkUxYmswS2JXTlZTRTV4T0hnMlExVjBSSE5RUVRoMlRIcGFNVGx5Ukc0ek5UVlFSSEZ3VVVOeFIwSXJZMVZRU1cweGNFNWpOWEJuV2pBMVRTOVFRV0k1U0N0UVZ3cHpLekpSV1RoWWNFMVFNVWRXTWt4MWVFSnNOemRLVmtGdU9VSmFlRVZ4V1RWSVdteFdWVTlNVEU1WmRuRkxRa3BRVFRnNGNEUXpUR3hvTVN0aFNFbHRDa1EzYm1OMFFraG5hbWMzVFc1b1MySXlXbWc0VFRsQlQxVlNTSFpWYVV0V1RrcElTRlo2V2tzNVdVSXhWUzlDU1ZWeVNrSldUR1pOTm5WaE5UQmxaWFlLZEVwak1VbG9iWGhZTTI1V2MyNVFPRk0xZEU5SFowaEVLMDU0YmxkMVYyZEVjMkpEV1RSRk1GRkdkR1I1VURRMlpEZG5OVWRhTm5vdmJGaFRLMWRMWmdwU1kxbGhaazFzUmpSb2JXRkZhbWx1WmpWNVNVVTJNVE5qWjNOVVdrMHdWakJCV1hwQ1YzaHRRalpLUjFWdVRXcFVPREJEWjJkRlFrRk5kWEZFZEV0dUNqSmljbFoxWTNnclUxRk1TbEppVjNscmJUQkRjRzh6VTBWUFRFMVBiVzlWTmtSeEsxRlZPSHA2YjJ4MVJXUjFUM1E0ZERGU2JESlFUMUZTYVhGVlRrRUtiSGhxTW1SUU4zQnRPVVkyYTNOblFWTndjbVJOZW5kbFVWUlRaSFpwYVZBNGRDdFpVVmxtVDI1SFRsZHpkbVpxWjFRcmNqaEhWMng1Wms0d1VGUlFPQXBETkhsMldWSkdMMUJrU3pkak9VdzJOMkpQVXpaQ1dWSnRkeTl3WkV0dmF6SkZRbXRYVUdsb1ZHVnZZMVk0WlVFMmFsTnhhVXQyWm1ONGFFVmtTVkZFQ2pZNWVqbGFUMGg0WkRkbWJFNVlhaXN2TTB4TlpFZE9kWFJDTldKWU1FWlNjVE5qYTAxelNTOHlRalpNTHpsMU5VUlZZM1p5YW1aSE1teGhRMmMyV0ZrS1FtczFZbFJxTDJaemFrWnBZV2xSVmpKTWQwSkxRamRKV2s5RVIxUXhiMDlFVkZjNVFYZFdUSFZtU1M5M2JXRm5hRkJsUzFONE1XMWFNbXhNTURJME13bzRUbE5vTHpOSVlXbEZlVzg0VEdORFoyZEZRa0ZPYm1wdk4ybFBTRzVPVWpsaVZrZGtZVEZ3YUdWa1dXOTVjbWhuZVdOUVpGWk9iVUp3YlRabFNGUklDaTl2WlVGdE9GVkVORFpKWldRcldreFJXRXg0TUZKak56Uk1OVTAyZVRGcU5sTkhNWFZDUjJkTlEwUkplbVZJTDBoa01WSnZPR0ZuTUZkR1ZUZE5jMlFLYTA0M05sZHZlbmRpU1RGS1ZUa3ZVbUZDVms1SmJ6WklSSGRVYmxKeFdXcE5kbEJLU0VsYWExWlVWVmhVZGxNMFNXNVBaemh3TkhwNVExcHNkV0poTWdwM2FIYzVjMlV3ZGxoNVRGaExOa1ZzVUhWYWNtMTBhVzV1U2tkd2JIZDRjbVZ5TUU5NVJrRTBhbFZaVkhWV2JXZFdhVE0wTm1seU5XUXZiekIxWmtOVUNubFlOMjFoZG5VNVMweDRLMnMwVkRkUk9DdHFXWEJTT1VwalNVcHJSRlJEUVd0VGJFSkpNRGxuUzNKR1FtNWlRMFZ3YVdkblltZHVNbTVuZHpKemFtNEtSbTF3Ym5obWVYZ3hhRkY0TlZJek56ZHBUekE1TlVrNFFtZzBZVk5zY2t4MVZHaDBOSHBrZG5SaGMwTm5aMFZCUzNRMmFDOW9LMDE1YWtsbmVWQlhkd3BKY1VWQ1VtMTZVRTgxYWpaUVFrbERjMlZ4ZUZKU1JXWnFVRmgwVVRKSGVGVlBXbFphWmxSV2NGVk5URk0zYUZKR1UxazNXVTFsWjNodlZtbFFVMGx3Q2xKV0wyRnpOMU42THpSTlpWQk5TbFpyVjBNck0xVlVibkEzT0dneFFtUmxabVEyVEVRemFscENVRVZLVTJsM2NYQlZPVXhpY25wWlNsbFljRVpqYWtZS01UWjZWR2haTmtOTFNFWTRNM1ZDV0RGdVMyRjBlRWhKV0RBeVFVZE9NMFJUT0hOd1ozWnZWVEJ1T0haQk5XRnRXVWMxVVZwR1ZqWXJWM0I0UzAxdmRRcElRWGh2VWtFM1VUaElXWFUzV25Odk1rNWlPRFYyTDNNMmMyYzBNSGREYWxkc1N6TjVZVlppVFZObVRrMVVjSFpVVWxKME5UWlFaMDR2UVhGUFdFYzFDbnBaUm1OMlJHNUtRa1pJZFVGM1ZFWnFlbUpRUkhwTGVpOTVURXBHZGpGSmNEaENZVU5GV1hwc2RrOUxUMmxqVEVRelVVSnFhM0pEU3pndmNIVkRjRFlLTVVWQlpsbDNTME5CVVVFM2RVcDRTVmR3VUZsRlpTOW9OWFJWWTFka056ZzBVblZuUW1veU0yVkNTVEZqVEV0QlkyczNVREl6TVZaVlNtWm9ZMVZhTUFwVGFIVmtRVXRYU1hoMVZVUnNSVXgxYUdoRGVqSlVNblZKY1hVMFJWRnpRVUZYYjBVNWNrMU9NVmhIY0ZsTGVtcEhOamR1YjFWMmVrRm1XRTU1V25oSUNsRlpSQ3Q1VG5aYVkzUklNRGxQYmxZNGVtOHpSVlpFUnpWNWJYUlpSbFJIWmpSUlFuRllTM1k1VERWeVVrWkJiM3BvYzFGRVNtMDFkV1ZPU2pKdlJXVUtRVXBKVWpCcE5tbFpNelJIZDJwSk1EZHhTR0pKY0RVMmMxWkhVVkV4TDJSb1JYZzJWakp6Ym05TFJUSmtSR2hDVjFSQ1dqQXpaMWxGZW01b2JFTkNWZ3BSWmtKWVRUZFBUR1IzU0haS2VtOTRURUZRWkc5bmRWUkhlRkJpVkhFNE1HNHhiemxPVFZvMlJsRjRXa2RJZEZkR1JGaDZaVkIwTkRSTllYZHJNa2hXQ2tkVVVIVmxkak42ZUZsa1UwTnhaVEp0YjJkcmVVNUJWWFZ1U0dJMFVDdFFRVzlKUWtGSU1GcGlSMmhVVTJaU1FrNUdPVGxHY1RsSU1TOVhPVGwyWWpjS2JsUkZkbGxaWkM5UVNYQmhkRTAxVFc1aVVtWk5ORVoxU0dKUFRGVkllRzVxUTNCaWRFeGtkVVpLVEhaRE9XZEhWbGQ1WnpoTFNYcFFkSGxLU0hGVFp3cFZSV0Z1YzBoaVkyUm9UVGd3TUVkaVYwVTBSa2xwVUU5V1ozVjBVak0yUkdkSEt6Y3dkbUZCYlVaWFpYRnpaR05KTmxka01EUXJjekV2VHk5S09WVmhDa2d5TDFRd2VXSmtha1Y1WXpoSmNHOXJkVzUxVDIxM2REVlVWRTV6ZWtOV2JWVjNabTB6Y0ZvNWREQjVlVkUxVjIwMlVURllSVzloTkhoT1pYYzBlRm9LYTBaVlRGSjFVM0ZqTWpkVGRsSnFaMEU0S3pOUVEyNXhha2xDUTB4clVtNW9NV1JvV1doSGFFSjFlVUp4UzBwdlJFUnlTMjQ1VjJSRGNHcEthMWc0TXdwMGFrdElTSFZaV0dSQ1NHNVlXRFJJYkd4ck1VdDRSbTFwTjBsQ1R6bDFjVXMyVm1WaWRtcHNabVk1Vm5sWlpqZHFhMGhUWkVSeFZ6RlBORDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDdlOWZmMWVmOTQ3ZDg4MWMwMDJkZGJiMGZlZjRmMWZkZDkzZGNlMWYzZjg4NjRkZDI2MWU1OTk3NmExNjE4MWU1YzcyZGQ4ZTlmMjQzN2Y0NGZlOTkyNmIxMmYxMGMwNGVkOTQ0N2RhOWVlZjMzMDQ4OWI3MWIzZTQ2ZWM5ZGY3Cg==\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterAdmin\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVU5SWF5OHhUR3BCU3pJM1ZERkJVVlpUV21OMFFqaDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA5RVFUSk5hazB4VFhwTk1GZG9aMUJOYWtFeFRWUkJORTFFWTNkTlJFRjZUWHBTWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNtdDFaQ3RLZDNSbFltSkdaalZPWVRWaFlYQlZUMUZDYTJaeU5sY3lkVEJUVlcxTE5HWlJUbE5IWWpnclNFZDFUSGxKVTJGUFNIVmtOa0pEWnpVemRWb0tObkJyUVcxeGNEUkxLMHM1Y1VWQmNFaHhWWEpUTVhCck5rZDROamcyY1U1WlkyNUJVa2hXU1hKSGEyTnFTV3BIUkROdGJVazJhblYzTjBjd1MxWnBTUW95VlVOTU1WQldRMVF3ZVRWa09IZEdVVzQxUWxCYVkyeG1ja1ZrZVVzclkxaDZUbEUwZW5weVZITk9lR3RWWTNWeU5YWmhVMWtyTTJKblNFbFhWSEZRQ21FelYwTnFWWEZLYm5wdFNVVktkM05zYkdsalNHRlhhM0J3VlZkU1RVeDNNR3MxTDBaT2VXeG9iRTVzU1hoeVNFMUdOV2R2YW1KS2NsWkpUa3QwT1c4S05FeGhOblkyTm5sUlNVbEVSMjVSY0d0dFdUQnhUV3BSUWt4cmNIbEJiSGxYVm5OWWJtWlVUa3R5VTBwMmMwUndjMncyZEN0b2MyRlpSSGsyUm1wWk5RcElka2hNUlVkWVowWkNNMlpZZFc0d1kwWk5PVzFMTVVwelpsa3pZMnB2YWt0RE56ZFFZUzlXVEdsV2RUZzFTbGxUUVhWM1ZHaGlOSGhQZUUwM2JFMHJDbmMxYVVSMWNHSkxjRlV3V1dsRVFscE5hVEZyUzNnek1tTkZiRkJXVnpSbVdXa3liUzltTmsxTGJYTkhSV2xIYWtSWWFWWkRNRmc0T0VsVk4wVXpVMm9LWkRscFduRkJNaXRwWW5WNGVGVldVRnBhUzJoMmJFNXNiVXR0ZHpneWFHVXpWVFZzYWxSSWRVbDFaWHBMV25ZM2VERjBNVTh6TWxKTVNERmlVMkp2WWdwVVJESjJTVk5ZU1d0eWN5OUJkVWRXVHpoSGQzcEhVMkpaV2pOMmRITk1OMFUwU2pOcFpHaFFhV1JvV25oNlRXcFdabEY2UXpabGRYTkNlRUl5TUVRd0NuWlRkVWREY21GclVscFFkbGR0VjJWWlpVWkZNRXhSU2taREwzWk5XbWRUYm5ZMVkzaHRLemR3YjBGblRHVm5VelJZU0hKeVJXMU5UbE01TkhCbFNWZ0tTMnQwU214dVdHd3JVRmhHYlhFMVlYRTRTVk5GZWpGTlJETnBjazByZFdoNVNUTjRMM1ZLZWxScVRVTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1JVeEhSa3RNYmtaUVprcE1hQ3RoQ2poWlZWSm5NbXROZDJ3d1RVMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFuVk1PRWhVTDJaWFIwMHlSMU0yTkVOaVVuSjVkV1Z5VkRjS09XaENlV2h4VkZKNlpFVlhOMlYxWVVaWllVOUxkVE5NWVdOaGVHdzVXbVV5YTFoM2IzVjZhemczVmxOWWIzcHdjMHRDTlhSVVNrTktWRzVRV25WNFRnbzBkbWhqZEhBNVFrNXBORmhpTVdRelEzTnliV2RMUjJ0R1J6VkNRMHBLVnk5a1lrbFNRVFJpZVRKTE5scFdOMEpLZUZCaVNHSk5NRlY0U2tKSVprMTBDakIyZFRWakwwOXVRalZzVkZrMmR6SjJRV3hTVG10V01ubHZiMFpZTDFGT2FEVmhUV1FyWkU0NFpuZzJOR1ZYU0U1WU1HcHhLMndyU0ZkNlRsQlJaVkVLVWpCcGVFTXJSVU0xZERGd0sxVkJWbnBXU3pOR2JrdDNVaXROYjJ0a1dreE9PV0YxTlU5NU5UbHFTa3BDWjJ4UVdqbFRSMHB6WVVKTFNVc3lSbmRJTHdweVVUVkZVRFpWZFRGTGMzaDBNSFpoY0ZWQmJUTXlSa1prV0dsR1YzUlpabFZXZGsxQk16bGFZMDlHT0VoRVNHdDZSbkV6ZW1aTk1FZ3dWbTlGVDNkNENrVmpWRnB1VlhVM1RtSjFaakZ1WjFadWVFaHVRelJvWjAxb05YaDNLMVp4Vnl0TFdTc3dTa1pDTjJwMmFGazNhM2RtWjJNNE9FWkxjVGhYV2xScFVsY0thMkY1Vms5VWQyWjVRMWhHUXpCTFlqSm5aVWRzVTJrMWJXVTFaVVJVVW1OWWRVOXpaMFZhUVVwaWNXVkRURTlZYURaVGIweDFWMlI1TUZkSmMwczRTd3AxT0VKTllpOWtTMGREWkdWYVlYQldaRzk1ZG1sTlRUWnFORFV3VVVGaGJTOTFUM0pUWWxsa1pWSXJjbEExZGpOQlF6bFZkMVZWTkRWTVpERmpkaXMwQ25GT1NHcDZMMWRaSzNkSVVEWkhjMVJ4U1Zkb1dYRlBObFZPVWs4cllWWlNXbk0xZWxWTFdrZGFUMDgxT1VFdmIxSlBXVGRuVW5GSVIzTnpSVU5qTVdZS1pYRXdkbFJWWlc5RVEwcHNOSEZOYVZwMllrUnlkazFxUzA0eFpuTnZiMnBaUVRaT09HSjNNRkpVZW1SaFJ5OW5NWGx3TTFjcmRXaHVRa2hUTlhWWmRBcFlXRUpWVWpadVRreE9VM1ZFTVZVNVNuYzlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY4YzQyODY4LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0Mzk3Mwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDM5NzMKICAgIHVzZXI6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0xNTQ0X2F6c21uZXQzOTczCiAgbmFtZTogYXpzbW5ldDM5NzMKY3VycmVudC1jb250ZXh0OiBhenNtbmV0Mzk3MwpraW5kOiBDb25maWcKcHJlZmVyZW5jZXM6IHt9CnVzZXJzOgotIG5hbWU6IGNsdXN0ZXJBZG1pbl9ha3MtZG90bmV0LXNkay1SRy0xNTQ0X2F6c21uZXQzOTczCiAgdXNlcjoKICAgIGNsaWVudC1jZXJ0aWZpY2F0ZS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VaSVZFTkRRWGRYWjBGM1NVSkJaMGxSV0RsUE9VTlNZa2N6WmtOVFpIUTJhSGRXVDBjeFZFRk9RbWRyY1docmFVYzVkekJDUVZGelJrRkVRVTRLVFZGemQwTlJXVVJXVVZGRVJYZEthbGxVUVdWR2R6QjVUVlJCTkUxRVdYbE5lbFY2VFhwU1lVWjNNSGxOZWtFMFRVUmpkMDFFUVhwTmVsSmhUVVJCZUFwR2VrRldRbWRPVmtKQmIxUkViazQxWXpOU2JHSlVjSFJaV0U0d1dsaEtlazFTVlhkRmQxbEVWbEZSUkVWM2VIUlpXRTR3V2xoS2FtSkhiR3hpYmxGM0NtZG5TV2xOUVRCSFExTnhSMU5KWWpORVVVVkNRVkZWUVVFMFNVTkVkMEYzWjJkSlMwRnZTVU5CVVVSR2FIWjJlbVZSYWtsTVZERTNiMjVqTlRRd1ZYRUtkVmw2UzBWelIzZFhPWEF3UVc5cFlXeGlSSGRGUXpCWmVsUlljUzlPVms5MlkwZFdUVFJ5TDNVMVdEQlZlSGt2TDJscmNFOXBNbGhKVDNsYVJFdHJWUXBpVWtobmVuRXJZVlJqVjJJclVWVjJkRTlwZGxKeVZrUlZaamxZV2tGM1R6TnlWblUyVVRGS1UzZEJXRlZDYlhWYVZ5OU1ja0l3VW1SQ00wWjZXblpEQ25WVFVGYzFXbkF2YUN0RGJHWm9UWEV6VTBSVE5EaE9kM05NU25wVGRrRm9VVWR5TmtZemJuVlZTV3RJUjJGbGVIa3hVblZHZURobFJFZ3llR05TUVhjS05sVmtUVkJTV1hncldVcFdRbVpHU25CVlpERXlUa3ROZDBsVVdIQkxkSFZ5TjBFNVdFWllTVkpZS3pJdmRFaE1Ua0ZzVFc5VVNVNVRXbWxOYURVeGRncFJWekYyTTJkRFEwTnNOMnRDTXl0VldXeElhSGRYV0c4MllqSXhkbTF0T0ZCb0sxZzRSRGM1V1RsV1VFTlRSRWMzY0hVNGRuTTJRbTlvVERnd1ZuaFJDbkZuYW1SWUt6Tm9OMlF3Wmt0clZsSkpVRkZMZVdaU1NXaGxhVXhIUlhWS2FYVmllWE5vVURBeFRHRk5WbkF2TDFSM1YyTlJVVU5YVW5CaVIwUk9TM29LYzJoek9GUnhaMVpCVG1kd1JWSm5UVlZYWlVsRlVtdHNjMmhNUzBwbFR6bGpUMjlIYlc4MFFXSjZkWE5xVmxWblJEUmFhSEZGTHl0bGQwOTZWMkZWYkFwNlEzSk1hWEppTkhWbGNFcDBaVFFyYVZSeldrNDNUR041YjBOMVJURlpjVzFNWWtreVFuRllUMjF2YTFGaWMxZGhNRFpzVkdSVk5FVlJZWEZ0YVhCT0NtMXBhVk5sU2xOVU5sRjNWekpyWXpoTmJXeHdUemxuWVRsVFkzTkNZVGxOTkdSM2QxRTRhbk0zVms1cWJtSjZVakpyZGtWcGJuRkJWWFUyY0ZaemJXMEtRMkZDYTI4eU1tZHFjV3R4TWxaWWFtbFhMMnhzU2s1MlMwazNjbFJyVGpGaVRubFZPV2xDS3pGbFpWUTFSRVJrU1dweGVWa3pXU3MzTDBseGNIRk5XQXBWYVZWNU9VbE9PVGN3VVdGM1JFMDRNR0pHV0haM1NVUkJVVUZDYnpGWmQxWkVRVTlDWjA1V1NGRTRRa0ZtT0VWQ1FVMURRbUZCZDBWM1dVUldVakJzQ2tKQmQzZERaMWxKUzNkWlFrSlJWVWhCZDBsM1JFRlpSRlpTTUZSQlVVZ3ZRa0ZKZDBGRVFXWkNaMDVXU0ZOTlJVZEVRVmRuUWxKRGVHaFRhVFY0VkRNS2VWTTBabTEyUjBaRldVNXdSRTFLWkVSRVFVNUNaMnR4YUd0cFJ6bDNNRUpCVVhOR1FVRlBRMEZuUlVGV1oxSnZWbnBqYmtkbVZXVkdjREpWWjFWbmRncE5kMGhzVkZWc2J6ZEVjRGN4WTJ3M05XSkVSVXB2VTNjMWNURktTV3cwTDJ0UFUwdG9WSGxDU1dFMlIzWm5VRnBsUnl0dVNVTXpTMWhSVW5GaVN6UlpDbWxhTDFCdVRHVldSazlVVkRGMVdrWnFSM05zVjBjNVVVaHZSekpvZVhaUU5WVnZjbTh4V2tocFdFVnpWekZuUkdaNE9HMXVZa1ZsUTJKUGNrMVFOVk1LY1dSVVUwNUpaRzAwVEVwVlR6Tm1jMUZEWXpOQ1ltTnFiRTgwYWtWS2JYQkdRVzk0UVRnNFl6WklRVzExWlZadmIxUkpOa2R3UlRSM2NEWTFSVFp5VWdvMFFXWTNOelZDZUZOVWFrNU9kMFkyTVVoMll6bEJlRUpKTDAxQ2RFOW5SbXgyVWpWYU0wTTVXWEkxU1ZWamVXMUViWGhYUlRGek1qTkxSV0p4UmpnNUNrVkdSbXh4Tm1sRU1uVklOWGhRSzBkSFJsTk1iV1JXV2tKb1dGUTRSV3BvWmxKc01rdzJRWEZYVjNaMVVXeE5TRGhsVVRKcWRGSllWSGRaTUZSTk0yVUthVXg0YjNSaFEyWnVObE5sZEdKWlJrVjZPRlYyTlhNMGFYZGFZVU01ZURFeFRUZFliRElyV0hrcmNVeElWRkIyWlVrM04weHFOVFJtSzNWTlkyMXNUd294ZFZkcWFuUmtia1ZFVEcwMU5rdDFRMlpsUVdoS1MycHhOM2xCVjJaUFF6QjNjSFI0TlVWWlZWWk1ORVJ2VW5vMk9VZHNNRUo1U0RSaVdtZEVaRm81Q21sbE9FcHBaSFJYWTJGU2RXdDBaMVUzU25oeWRrbGtNbWhNT0RkbVVFa3piRloyZVVsVFoyUnBVSGhIUWpKTVNXbERiRUp2UkRoQ2EyTjNNSHBLVkdnS0t6VmtTRXhTZUVGaWQwNDRkRGwxYWxSWk1sRnZTVTAzZDFoREt6WnZWMFk1V2tNMVlqbEZVMkZYZG0xb1UzTXhZV2hRSzB4MlpHeE1WSGhDTjNKR1lRcG9kMEZJVFhkQ2JtRlZObTlrVG0xVmQxazBUVlJuTVZGU2RYSTBVM2xIUVc4MFJrSlpPWE5tWW10Mk1ubDFlblJsYjB0SFFVWTRaMlV2WWpKUFdqVmtDbGN3TDJRMFZFRldaVmhNVWk5SFQzVkhNVWRVTDJORlBRb3RMUzB0TFVWT1JDQkRSVkpVU1VaSlEwRlVSUzB0TFMwdENnPT0KICAgIGNsaWVudC1rZXktZGF0YTogTFMwdExTMUNSVWRKVGlCU1UwRWdVRkpKVmtGVVJTQkxSVmt0TFMwdExRcE5TVWxLUzBGSlFrRkJTME5CWjBWQmVGbGlOemd6YTBsNVF6QTVaVFpLTTA5bFRrWkxjbTFOZVdoTVFuTkdkbUZrUVV0SmJYQlhkemhDUVhSSFRUQXhDaloyZWxaVWNqTkNiRlJQU3k4M2RWWTVSazFqZGk4MGNFdFViM1JzZVVSemJWRjVjRVpITUZJMFRUWjJiV3N6Um0wdmEwWk1OMVJ2Y2pCaE1WRXhTQzhLVmpKUlRVUjBOakZpZFd0T1UxVnpRVVl4UVZweWJWWjJlVFozWkVWWVVXUjRZekppZDNKcmFqRjFWMkZtTkdabmNGZzBWRXQwTUdjd2RWQkVZMHhEZVFwak1ISjNTVlZDY1N0b1pEVTNiRU5LUW5odGJuTmpkRlZpYUdObVNHZDRPWE5ZUlZGTlQyeElWRVF3VjAxbWJVTldVVmg0VTJGV1NHUmthbE5xVFVORkNqRTJVM0ppY1N0M1VGWjRWbmxGVmk5MGRqZFNlWHBSU2xSTFJYbEVWVzFaYWtsbFpHSXdSblJpT1RSQloyZHdaVFZCWkM5c1IwcFNOR05HYkRaUGJUa0tkR0kxY0haRU5HWnNMMEVyTDFkUVZsUjNhMmQ0ZFRaaWRrdzNUMmRoU1ZNdlRrWmpWVXR2U1ROV0wzUTBaVE5rU0hsd1JsVlRSREJEYzI0d1UwbFlid3BwZUdoTWFWbHliVGh5U1ZRNVRsTXlha1poWmk4d09FWnVSVVZCYkd0aFYzaG5lbE56TjBsaVVFVTJiMFpSUkZsTFVrVlpSRVpHYm1sQ1JWcEtZa2xUQ25scFdHcDJXRVJ4UW5CeFQwRkhPRGR5U1RGV1NVRXJSMWxoYUZBdmJuTkVjekZ0YkVwamQzRjVOSEV5SzB4dWNWTmlXSFZRYjJzM1IxUmxlVE5OY1VFS2NtaE9WMHR3YVRKNVRtZGhiSHB3Y1VwRlJ6ZEdiWFJQY0ZVelZrOUNSVWR4Y0c5eFZGcHZiMnR1YVZWcksydE5SblJ3U0ZCRVNuQmhWSFpaUjNaVmJncE1RVmQyVkU5SVkwMUZVRWszVHpGVVdUVXlPREJrY0V4NFNYQTJaMFpNZFhGV1lrcHdaMjFuV2t0T2RHOUpObkJMZEd4V05EUnNkalZhVTFSaWVXbFBDall3TlVSa1YzcGpiRkJaWjJaMFdHNXJLMUYzTTFOSk5uTnRUakpRZFM5NVMzRmhha1l4U1d4TmRsTkVabVU1UlVkelFYcFFUa2Q0VmpjNFEwRjNSVUVLUVZGTFEwRm5RWEpPTm5nMmFXUnVUa051UkhkVmQzbHdRWEoyU1dKRk5rMXBLM2RMTjFJemRqQm1iMWhqU0dOR1NERlVkVzU2SzFSNVdIWlhVRnBvVlFwVU4wZDVORVpWWmpOMWRHdGhibE5TUXpaVFlqZ3hNSGMwTVRndlJUbHZZMmxNZUU1Rk5GVlFObW93YWxGbU4wUkZjMHB2UmpGSE5YbHBPRVpPWkRoWENtaEVSV1V2ZVZSdE9VOVRXbXB4U1ZkUGRrMXNUbGhYY1V0TFJsTjVibFV6SzBsaFJVeHlUMDVKWm1WS2IyeFpha3hwWnpsNVRIUlRiRWQyVkhGeFpEa0tWSEJQYWlzNFZIWlpPRXRaUjFCbVFrZHdaalZYUW5oTlRGbFBkMWdyYmpCdFZYbzBOVVJIU3pkelJISk1lR3hwYUVjd1ZURkxOVGhFUWtKcFMwWm9NQXBLU0dFd1YyUm9iWEp1ZDNsaVNrVTBWR1pEU1dwaWFYUjZjVWswYWtkVmIxYzNaR0YyU0VGcmFtbDBkM2xOTlVocFlYZEdaVTVpUlVwQlVUUmFjRTA1Q2tOQ2FWRkZhamREYVhsdE4zWk5jMmRWWkUxWE9DdEpXbkJMYTBGeWFHUjRaMVZhVHpWSmFWWlBNMjFTWmpCdFMwSkdOVFJCU0RkYU1qQlNabEZ5UjJjS1pYUXhNWFEyWVVkU1ZDdEZVMVoyWkRGTVVqSnJUVUZNWmtJNVFVaHNiVmhCU0dKemFsUkliMVpFWjBrdmRucDZOVms0V20wNU0wZ3pkRVZOUnl0blJRcGliVnBRYkVKeFdUVmlaR1JoUVVwcEsyWmhTMVV3YTBsdlMxQlhSM0IwVGxJMVRrTkhVRFkyVlN0WVN6VXhUSFpYVFV0dWFFeEJVRU5tYkdaT09USlRDblFyYm5scVNGaE5aWGROZVVWU1VtZFhkVVoyS3l0cFRVeHZNamd2UVdsTmVHaHJZVTQ1VWpCcmQyTlJkRTl3Y1VnM09HSTJSRmxFV0djelNsQnljVVFLYTNRcmFqVnZlR1JtVkdsVk5EZzJNRUpEY2tvelUwZElTRGhtZDFOYVVqbERUak40VVd0d09HTnZhbFJwVnpSSU0wMWhSVGRCYlhrNFVVZEdlbmxhTlFwWVpXUkxRVGxYYkU1MFVqTnRUMHcyTDFaUVlqWTBPWFZKZGxKbFRsa3dNbFpLYjA5amQxZGpXbU5tZUZGWE5YTlJVVXREUVZGRlFYbEtSRUV3UzJGaUNsZDVjSGszZGpkbFYwNWhSVVZMSzNoclNYSXJSbFJUZFZkcVNFb3hNazFqVTNOUEsxWTBWeXN5YWtVclNqaDVjRzgxZGpad01VSmllbE5aVVZCRGFVWUtkR3RqTW1sVFIwVktWMEZYUjB0UFFrNVVOVVJpZFhKVVJVODNVMHRLVldneUwydGlNRFl3WjNWMFlWUmFWVzlGU1VWck5VZHJUM1YzV0VGM1RtZENiZ3BEYWs1MVFuUnVSVmg0YVZGVlQwRkRLMHBIUVdkbWFFTmtkRTQxU1Zvd1pVSmFRMWQyY25wSWR6VmFNQzlPZGtVMVpFNU1WRlEwY2xkeVNVVnBObmx1Q20xRU1ucFZSRkpUYm5KNGEzRnRTekZoYWpGNVJWUjVOelpYU25wdVUzTldjVFJCZVdVMlUzZElkVlIyTUZoWmJFUTVjVUZVUkRKQ2MwVmpTMlY2YlVvS1dsVk1kRXB3T0ZWTFlVNUtNa3BIZUVaMUsyRnRURWNyYTJ3cmVVUjFhMFpHWVVkRFJFSkVhVGxFWW1ocVlsSjVUVVpRVERFNFJWUXdTSGhVT1ZaMU1BcGxXVzlFTnpOT2NIVlhZVk5ZZDB0RFFWRkZRUzlDT1VSTFpUSlFURFJuV1hWalZXNXFUVFZCWWpjd2NVOHhjRFZUUXpKS01sWllTVzFSWW5OeldVaGtDbXBSV0c5UWNrZ3ZSVzl1VEZoNlkxRlFTSGxpY2tWMlZHbFZZeTg0ZEdkbGJTdEhSSFp1U1daRlYzTjBZa2xHVm1oS1pISllaSEU1ZVV4V2JUTkdiRWNLV0VSVWVYQm1SRFJxVGl0dmVscDJWRXBWUXl0cFdFZ3liVmxrU1VGRVpuRktkQzlNYmtKcFdYQXhPV3BVV2s5b1lqVlRlVU5GVjJwT1JucFZVbEJqV2dvMlozbE9hRFp2Y1dkdFZqTktUbGhoZDFWYVJVZG9PVUpOY1VGMWRISlBVVEUzYlV4QlptcFlUSEJWVDJ0eE5DOUZXbFJuUkZaRFZWWk1aMkprUTNFeENtRndNRkU1Wms1Rk0wdzNSR0UxVkVacWJtTlRORkUyU2tWalpYVnlaVFJHVm1GUGQwVndaRXNyUWs5cVJVbFhkRzE0VjFaT1MxSTFNazVWTDFsMFdFWUtWMmQ2UTFwcU5IQjBRMnBqT0RkRVYwUXJSRXc1TUc1S1RUTlhRV1prYkdjM05EZHVNVmhxTW05UlMwTkJVVUZUVDNZMFluVlNhMm81ZWpkT1RrbE9Nd3BhWTBKS1ZpODNNakpZZEhjMlFVZ3hSblJPTWpkWU5WUXlWMnREZDFwb2QyTnpkRzlwVEZSbGRIb3pXVmRZYVU5MFEyZEViamxrVUd0NlpVVjZXRkZoQ21oYWNHTnJVR2RqYnpsVmVsUnpjbmx1YUV0cFRqZFJSa3cyV2pBemFXRTRaRTloWlRkV1VtdHlkVTExTTFCdlZXZFRUVkYwV1dGdlMySmhWbXAwVUVnS2NGRTNlRWQyZFV0S2IyVmplVXhyV2pObE1FUjJhV3hPWW1wQlZteEZiRUZKVUhaMlVTOWhiM2RWVkRFNU0wZDJXVGhGUVVKVGFWTnpVVVZOYVVWVUt3cFJjbVZRZFZSemRVNW1iVnBWV1VSMlNFNUVVR1F5ZDFnd05scEVSVTUzYkZseUwyUjBWRkl6VGxoQk1TOWtNRGczWVdkd1VGUnBZelpNUm5aemExQTVDalpQWVRoa1ltMDBSVkF4YmxwaWFXaDVNbklyTm1aV1dsZDJNMk5LVDJwTlRTOVVZV3RaTVZSclZIQldSMU54TkRVMlVXMURSR3B0VmpCSk1sVk1Ta3NLWkU5V1dFRnZTVUpCVVVOSlZVeGlWbk53V0dGVmVrWmlURGxtUldJM1pYcE5iMjVyT0ZoUWJISkpiRGx6Y2pNd2VubFBiV3BrY1d3MWRUSTVRME4zY2dwaU9Hc3ZkamwyVG1WSGIwczNRM2xDWVhJMlQzQklPVmxPVFZGM1kya3JUMFZYTjB3elpHNUtRMHd5UzFSNmVWSnBiRTFHUkVabVdXWjFRVGRFUjBNeUNtVnBPR2RxUVVoTVowbG5SV1JHVDNGcGRGSktSMlpLUmpsdVdqRXZWelU0UVVRd1IzTnhNVEJWVDJNMVVtSXlTMFZETjAwMGRsWnNPRVZsVG1SR2JuSUthWE5UZVdFNVdVMDNaSEpuWWsxdGNHWTJXVU5NYmtFdk1IaG1kbWgzVjBKTlEwcHBLMFZqZEZWR2MySnNPV1UzVUhCbVNscFdXVlpSVEhKek5FRjZOUXBrVlV4bWNHUTFlWFZ5Y2tGaFJWZEJSVmxFUjJ4WmVsa3dkRzVsUlRKTU4xbHNTMjFIYTBSV1QzZFJha3BHUzJ4Q1FtUjZZbkpXTTJwTVMwYzJWa1pRQ2tWV1JERnBWVlZVTjBzd1lrWlJMM1F2VEdaMVZURjJkalpyYnpaNE1UVkNRVzlKUWtGRVZXcFpNMEpxTmxVd2EyOXVibHB5UTFaRWJtaEZPQzlFUVdvS1NtNTZiMjFLVjIxRGIyMXhVakpJV1dWRFF6TnJVM0lyUm1aM1drUmliVm8wTlhSSGFYaGpPQ3MwTkZCcWEzbEJSblpGTVhkM05VZGxSRXR6YW1kSVRBcGxUblYzWmpVellYTkhlREozWVd0aU1sUnNhbmhVZFZsc2JHZHBiVEJTUWtKU01FbHhPR2hOY0dVdmNXMWFTbVpwWXl0NmNFdGtaRGRsTVM4NGJ5ODFDbUZWWW14NlJYZDBLekJLTHpBd1MyUktlR1ZRU0dnclRHdzVNMHRGYWpsUk9VMUxORzlxTjNvd2FFSnBlWFpJVUVsTU0wWlBjRWRZVjBweGNIQXpSbU1LYm5wVmJXRlZlVTFtVkdrMGFUa3hlbE41YXpVeVVHdENSREF6UTJacVVtVlZNa2RMV1ZkcloyUnpabUZ4TVd4WmFrZHROM3BWVlhsMGJVWnBVMjAzU1FwaU5YVnJSR2tyUjFBNFUwRkxObEZqVFVSTk1YRXhhamRSU2tSTFlsaGhSVWg2ZVhWQ1QyaDZRekVyVGxBMlZta3djMkp5ZG14NVNEQjJSVDBLTFMwdExTMUZUa1FnVWxOQklGQlNTVlpCVkVVZ1MwVlpMUzB0TFMwSwogICAgdG9rZW46IDUyNWRhNDBmMDg5N2YwZThjNTY1ZDlkM2IwYjUxMjQ1ZjNkNWEzZGZiMmFkZWFlZjAzMjAzMzA3ZTMxY2IyNzgyN2NjNmZlMGNmYmU2NTFjOTIxZTJjZWFkMTk4YjQyMmE0MGEzYWUxNDJhZDZmZmRjODkzZTdlNTU2MmJkMWVlCg==\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-3621/providers/Microsoft.ContainerService/managedClusters/azsmnet5584/listClusterUserCredential?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjEvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTU4NC9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-1544/providers/Microsoft.ContainerService/managedClusters/azsmnet3973/listClusterUserCredential?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0Mzk3My9saXN0Q2x1c3RlclVzZXJDcmVkZW50aWFsP2FwaS12ZXJzaW9uPTIwMjEtMDctMDE=", "RequestMethod": "POST", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "99aeb30f-43f3-4dae-87da-08beac3db97a" + "627d386f-d808-4a5f-bd34-20b6ecacfa54" ], "accept-language": [ "en-US" @@ -741,7 +741,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:33 GMT" + "Sat, 07 Aug 2021 00:06:53 GMT" ], "Pragma": [ "no-cache" @@ -750,16 +750,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193133Z:4b85ce2c-69a2-4ef6-8934-91f34b9783c0" + "WESTUS2:20210807T000653Z:354ec1c8-4279-430d-957e-3e2773e1d6ed" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "x-ms-correlation-request-id": [ - "4b85ce2c-69a2-4ef6-8934-91f34b9783c0" + "354ec1c8-4279-430d-957e-3e2773e1d6ed" ], "x-ms-request-id": [ - "198c9f4b-ec28-4b62-ae5f-c1095cb64107" + "0bf43f9f-6752-447b-9052-090b1a6e2595" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -777,17 +777,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVV4dVFVTjJSMFZHV1VKcVEyTXZRV2c0Wmk5bGQzZDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA1NlFYbE5WR3Q0VDBSQk5WZG9aMUJOYWtFeFRWUkJNMDFFU1hoUFZFazBUVVJzWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNqTnpWM1ZzYkROWVpYbzVVVGhzTldkTWVqZDJkV2xWZVRnNE9IQXZVVTVJV0UxaVVrcHRVVTE1WlVwak9UbDJaRk4zT1hCTGVtbFFaR1Z3YjFGblIyTUtjbGd3Y0RoUVdtMUNaR051Y0ZBd1JuRkJja28xT1U5eGIwWjFNRW8xZW5sMmRYbGpUM0o2Wm1KQ1F6VTJVak5vY3pCUU9FUTFWRzExUjI5U2ExTnVNd295VG5KUlQxWkVUbTl6SzFaRFNteGhObVZ1VXpSVFFYcGFZamRoU0doWlVHdEZLMDluVmtacVUyZDZjbVZpVUc1WVQyaDNTMHBRYjBoTmJDOU9hMEZPQ21OWGRXRnRhbTQyWVN0V1RHZGtXRFIwY0Zwc01EQkVRbmR4VVdKc1NWZ3lUbGhTY1daR1duaDFaSGh5UVRaSVJsWTBhMlJPWWtWWVUwZzNaekUwUlZrS04xUkpOakpyTVVwdlJFRlVORTlTU0RkTlowSXJkRVE1WkRONlJFRTJhRUpHZUhGcEx5OTVhbTFXWkRoSmJGcE5lazh4ZURSb2FIaHpUa1ZvVkdWMWVncHVZVTlvYjA1MmNsQXZkR3BTVG5kaGIxQnNlR1JqVkM4NE9HMVVPVmxVVUM5RFJsWmtWM2xGTVdRdk5UTm1OWEowZEM5bmJtdDZjVmtyVWs1SVRWbFlDbVZaTW1KMk1tdFhhWEZOT1RjMGNGTjNhSFIwTkVRMk5HeEhOSEZ3VGtoaGNsQlRhRlp6UkVsVmNtRkpSWFpaTTFndlNURTNNM0JqWnprM1ozTnJialVLT0ZWcmRWZ3pVbmxGWTBVMWJsY3hRV3BTWm05MVNTOVdaR0pFY20xbFlXd3Zka3RHVG5jMU9EUTJaMFZ0TkdGWU5EVjZjalZZVkVGcFFXaHhZM2h0WlFwTFR6VkJZbVZtYVhoUlZXdFFjVzVsTW1GelNpOVNNMmRIUzNwRmRHNXlObGRYTnpVdmVTdHBlRXhhYjI1bFJXOUVkMXB6YWxkcGMzRTRhakpsTnpFdkNqaHVXa3BtVFdwclJHbERTMFZEVTFoaE1YY3pZMFJ1Y1ZSWVZEbEthbFZpZVdWc1dFWXJlVUpqTUVrMWFVcFhhalZLUTFOdVUzWXdXRVZhWkhneVExY0tXVzAwYTIxVGFIcGpMMDkyYmxGblRVbGFURk52WTB4MmNtZFZOREJhVFhoME1uUlVVRGx3VjNCcE1FTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1IyWnVkR2h0U2tsVE5XZEdaalpwQ2pnMGVUUXZTMDQyV0c4NWJFMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFsa3dielZEVjBsbVJWTmpTMVpuTm5CRVZUQktkekF2WmtJS01pOTVTVk55ZEVwbFRuUjBNVWx6VkdreFozRmlkRWRWVjFGTWRDOXlOVVJLVDBSQlRVOWhjVFJVVmpCTE1uTm5PVVJLWlhWTlZYZEVaREJJWTB4eVJ3cDZjMFUyVmxWTVkwWlFhV05sZDBOT05GcEtaR0ZsVFhWaU5HMWhZVFJZVUc5NmJVOW5NRU1yTlRaV2QyMXFOVXRhUzBKRmJreDBlVFpYYmtVNVpreEVDa2xqVW5oRFIwUm5URnBxTURVMVpWcHdTeTl0TlhsTlZGWnZSemwwVUZwdFpGbzRSMjFGU2k5c01tSnVZbFZLTkdVNFJHWnVOVVZqVkU5Q1NFZHdWbVlLU3k5MlVtOUdkVlpXU0ZZeWVDdE5kV3gyYm1GUWNtczRkM1U0VWtoVVVqTlRaMXBFYWxabU0zZHFUbU5QVmxkWFNXbHZTRzVQZVhsVGRFbDJVVFp2U1Fwck1rTllZVlJwVm1wU1REWXZLMDVtVjFJdlIzZ3hVMlJMUVU1MFRrTkhWVXRCZVVaUmFtTk1lV1o2VTNZMVZuRmtWR2h5YkRVMFFqRktkVWwxVjJ3MkNrdHJObXBVY0dORVN6bG1VVzB4ZFdWaVJVMVNRM1ZOSzJwRlUxcFNSMnR0UTFGWGRURkJTSHBwYWt3MGNXVTJSbEpETUhSSlRHcFJSbHBUVDJSRlRsQUtVRTQxZGxoTVZYRjBTbEV5TldGaGJsZFBWVFZqU2pSMWFXdElZbGRwV0dab1pHTlljMnBOU0hWMlltTmlTVlZ1UzA0d1VHTlNSVEZXVWs5VVdIaE9kZ3BVVnpKNU5pOWlNRmRuT0hGemFUTndaM0UzTjNvMWFWQnNTVEl3ZEZKNmJqQmljMVZLY25OamNsVmphMmd2U0dzMU5HZERaekJOUTBWcWNEWkxRMmx6Q2xwWEx6Z3ZORzl2YmxGUU5DODFNMlJXZERGWmVXUlNRVXBNVWpsUGNuZ3lSM0JCYW1WYU5DOUxOMVV5U0RGS1oxSkhiWGN5U1hwQlZ6Y3piV2gwVm5rS2RuTm1Ta3hQU1VKYVppOXZjVzFOYkVOWU1tdDNSbmxCVDFvMVVWQnBlV3R0UmtneFJtZG5ObU5sVlRsa09WTnpjelZSTm0xeFdHOXROV1o2VEZSa2VRb3djekZSTVVoelJucG1OREZHTVRRM1owRTlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY0M2U1ZGI5LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0NTU4NApjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDU1ODQKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2Frcy1kb3RuZXQtc2RrLVJHLTM2MjFfYXpzbW5ldDU1ODQKICBuYW1lOiBhenNtbmV0NTU4NApjdXJyZW50LWNvbnRleHQ6IGF6c21uZXQ1NTg0CmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtzLWRvdG5ldC1zZGstUkctMzYyMV9henNtbmV0NTU4NAogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklWRU5EUVhkWFowRjNTVUpCWjBsUlpuRTRabm93T1dObUsyOTNjMVpFTlhCS1VVdFdha0ZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFZSQk0wMUVTWGhQVkVVMFRVUnNZVVozTUhsTmVrRXpUVVJKZUU5VVNUUk5SR3hoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVTjBWMFZEWW5vNE1qZHVWWE41VFZCcmRYVjJXV2dLY1ZKaWVtRkphV1psUXl0eVMzaFNVRUp1TjA0dlRqWXJRM0pSYjA1WE5rVndUQ3RtYWtRelNuSnFjMWs1U0ZGQ1ZFeHpVR0Z6YTJKV1pGWlNjWGg0YUFwdFdsaENNR3R1Y0V4T2VVZHRlVmMyWTNWNGMwOXpWU3RuTldwUkwwRXZTbWN5ZVZFMFRVbExTU3RVY2xBeWRrOVFZVTFhUzFCQ1QwcHFaR2xwYmxBMUNtUmFMMjVKVTJoSWRIUXpWWGR6VUVGTFVWZExia2RGY1VKM2NYUlROblpVV1dkV1JtMDRkR1JRZWxaWlJ6WTNSV1pvVEhKaFRESTRiRTV2VTJGTlNpOEtjRkY1UzFoTE9XMW1TVzVHVERWUVFuaDRSalJLWVV0aE0xQlFZbU5wYVM5a2JWVkpWamRWZFhwb2VVcHdUVEZzZGpSdFdqWXpXbXAwZHpKbFlWaFlid28xUm5wR2FsTlFjRTlMYUZSb1VtSkZXRkpFVjBwWmFsQmplVXhQU3pWbVFsWTNkazVFYTJwb2VubE9XbEpESzFOWFduRnRjSEo0YTBGQlFVeElTV3BKQ200MVpUZFZTVWhJTlZod05IY3hTM2RtVFVkck5HUlNTM2RLYlhBMVNUaGlOVFExUVZCTVoycFVVRTlxVW5sdWQxb3pNVWxhY0hNelJqVkZlR2RQUldjS2JHaE1kR2hIYm14dVRWVXdRalE0ZUhaMVp6SkhUSEZ2UVVOa0t6bHplVVl4ZVVkQlFWSmhjMmRyZW1OdldTdGhZbGcwTmpKWFpESkdNa1JyUzFoM1pncEdTSEZDTW14VFZsVkhabVJDT0VFemJVeENSMVZoTm10cFkweFJXVGQzZGtsc1RuaFBPREZOVVhGRWR6bFZZbmQwZVV0cVUzSndTVXcxVVZkYUszUnVDbTVZZWt4VmNUQlVlbVJNWXpkRmIzTm1RVmMwYVhORlREY3diV1pFUlVkcGMwNHZlblppVmxWV1JVbDBiMlpZVTBjclpHVXdTak5GY1VrMU9IUlBOV3NLY214Sk1ETmhSMk5hZDNkRVJuTkRWVTlvVjJVeVZFTTNWV0lyYURkVmFGUkJTV3hhVjJkRFIyNDVNblJwUmpoeVowMVdhblpFUVhwTk1qRjBUV2xvVGdwWGNrUmhVakJqU1hFMlpqVmtSREUzVmpKTmRGQlJTVVJCVVVGQ2J6RlpkMVpFUVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRV1pDWjA1V1NGTk5SVWRFUVZkblFsSnVOVGRaV21sVFJYVUtXVUpZSzI5MlQwMTFVSGxxWld3MlVGcFVRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRnNibGt5UjJOM1dXbFBiR0V4VW1vNEwzazNRUXBtUjBnd2NuTkViVFpuVEhWMFMyVkRWVzFRVlROUWRsTjFVSGwwYTNWQ0wwTXlSWEpxTkV4T2NsWkJjMHBUYjJ0MFVEUm9VWFV6UldwS2JUTm9WMUl5Q21oVlJIQTNlVlp6ZFZwUWR6Y3lUalZVZFVGMk5rMW9RMVF5YVhKRGQzRnllV0p4TnpZeFpVeHJNRFpwVTJobEswdHpRVUY1VG5nek5EaHNlRGRKU21ZS1UySjNWV3MwTkhaVE9XcHpNMVpoY1dSVWIwRktSVzh2YkN0cGRVMDRkVk4wT1Vwb09UQlFObFJvUzFab1RtbHJSRUpaU0ZkQ1NtazFVMHRUUW1wNU5BcDZZVEo1UzJVeWNYSlJUa2h1Uldzd1NuVmpaVkIzT0dGVk5rVkpkRzUxUTFsUk9GcG9iMUJJYVZFcmIwSkpXSFpQTTBJd04yRkdaRkpEYkZWYWRWVlJDbGcwY2podVVGVnZMMHBQVnpKNGIwSnBhM3BYUWpnM2FVUk1kSFZFZVhOSldTOXZWRVp3T1hWa2RWUkxlRkZoVEhoMGJsVktaVkZRWW0xU1RURnFhRTBLWTJzMGFHMHZRMWc1YWpGblJXOXpibVIxTjIxV2FVd3JOMmxCUVdaM1lVbGtTalJTWjJkU0wycENZMDFWUzFWdGJtbzRSRFZHWldFck9FazVTMUozV1FwSlZYUnhZMVJSVmtaVFFWcG1aVlJVTkZacFVsQjNTa3A2UVhsWlpuUk1kakJ5TUhnM01GTXdhRFJwUVhReVpGWXplWHBrVG1JeWVVd3JSbE5CV1VGRENuTTRNbXB1UVVvM2VEQldVakZ3U2pGMlpYSkZZbXBxVVZoR1ZESmFNbXhzVG1acWFXVXdaM05aU205eVRVRjRNbFJpYnk4eldHZFNTbTVWWm1KdmRHY0tlWEpLZFVkNGVpOUtTSGd2VVRkcmJHeGllVkZRVWpkVmQwRkZNblJyU2pkb01HcDBkblJ6U210VGNERTRPV0pLU3pseVJsbE1jMGhSZUZWVldXSkVhd3A2VG5OclRUZDJOa3hJZFdRd2EzVTFja0Z1UkhSWFIzRkpLM0kwWjJkelVFRnpSVEZSYVRVeFduaExkblp3VW5jcmNqbHFNVGxqWjBFMVRFRXdWbVZVQ2xoSlRVNXVLMnRMZDFsMWVrNTFWbnBFTm1sWmFWZG5QUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJjbFpvUVcwNEwwNTFOVEZNVFdwRU5VeHljakpKWVd0WE9ESnBTVzR6WjNaeGVYTlZWSGRhSzNwbWVtVjJaM0V3Q2t0RVZuVm9TMU12YmpSM09YbGhORGRIVUZJd1FWVjVOMFF5Y2twSE1WaFdWV0Z6WTFsYWJWWjNaRXBLTmxONlkyaHdjMngxYmt4ellrUnlSbEJ2VDFrS01GQjNVSGxaVG5OclQwUkRRMmxRYXpaNk9YSjZhakpxUjFOcWQxUnBXVE5aYjNCNksxaFhaalY1Ulc5U04ySmtNVTFNUkhkRGEwWnBjSGhvUzJkalN3cHlWWFZ5TURKSlJsSmFka3hZVkRneFYwSjFkWGhJTkZNMk1tazVka3BVWVVWdGFrTm1ObFZOYVd4NWRscHVlVXA0VXl0VWQyTmpVbVZEVjJsdGRIcDZDakl6U1c5Mk0xcHNRMFpsTVV4ek5HTnBZVlJPV21JclNtMWxkREpaTjJOT2JtMXNNVFpQVW1ONFdUQnFObFJwYjFVMFZWZDRSakJSTVdsWFNYb3pUV2tLZW1sMVdIZFdaVGQ2VVRWSk5HTTRhbGRWVVhacmJHMWhjSEZoT0ZwQlFVRkRlSGxKZVVvcldIVXhRMEo0SzFZMlpVMU9VM05JZWtKd1QwaFZVM05EV2dweFpWTlFSeXRsVDFGRWVUUkpNSHA2YnpCamNEaEhaRGxUUjJGaVRuaGxVazFaUkdoSlNsbFROMWxTY0RWYWVrWk9RV1ZRVFdJM2IwNW9hVFp4UVVGdUNtWjJZazFvWkdOb1owRkZWM0pKU2swelMwZFFiVzB4SzA5MGJHNWthR1JuTlVOc09FaDRValpuWkhCVmJGWkNiak5SWmtGT05XbDNVbXhIZFhCSmJrTUtNRWRQT0V4NVNsUmpWSFpPVkVWTFp6aFFWa2M0VEdOcGJ6QnhObE5ESzFWR2JXWnlXalV4T0hreFMzUkZPRE5UTTA5NFMweElkMFoxU1hKQ1F5czVTZ3B1ZDNoQ2IzSkVaamczTWpGV1JsSkRUR0ZJTVRCb2RtNVlkRU5rZUV0cFQyWk1WSFZhU3pWVFRrNHlhRzVIWTAxQmVHSkJiRVJ2Vm01MGEzZDFNVWN2Q205bE1VbFZkME5LVjFadlFXaHdMMlJ5V1dobVN6UkVSbGszZDNkTmVrNTBZbFJKYjFSV2NYY3lhMlJJUTB0MWJpdFlVVGxsTVdScVRGUXdRMEYzUlVFS1FWRkxRMEZuUlVGdmExSTNOM0E1TDFsclNtcFZkU3N2VVRONGJYcGhia0YyTUdrMmNFUldXWGRwTTBscVFsWjZaa3BhWWxkTFJXbGtiMVpYUjB4ek1BcFhhMFp2TUdKUVZYaEpOa3BVV0VseWNHTnVOM2xwWmpKVlkxbFNRV3hvU1dSVVJFdFhXVzVUVVdaMFdWQlJielYzVkV4bE1EVTVVek5WWTI0M1EyRnVDalphVGsxalZIVmhibkJGTWpsT1EwVk1hR2hDYnpWYWIzZEZhMFpQV2psbVpWaG9lbWRZV25kblEzUXlTRkp6U21kbVJGUnJRV3RhWlVwSVpXNXFhMmtLTkVRNWQwSnlSVll5V1ROSll6QXpiRzVvVEd4cmJsQjRSVGg1V0ZSbVFVOUthazlRVTJsM1NYUTVja3QzVm00NVVUTkNVRzlDU2pSQlNsRkZRM1kzYXdwdmQwOW1jWFJ1YzI5MmFuZEJXRUpyWldZMlQxTTVabVV5YzNrd1VVeG5Ua1pETUVWVlpIcHJlbHBLU0dSeVpqY3JPSE5XU0RoVlV6ZDBZV3czTm5GWENrNWxWa3RYYml0VFFXOHdkWHA0ZDNOQ2FHTk9VV0p6ZVZSNlVqazBWek5PUjA1eVFVWm5hbmhoVlRaQ1pISnNZbVUwTTBabmNGbHBSMWxaU1ZFMWJrMEtiV05WU0U1eE9IZzJRMVYwUkhOUVFUaDJUSHBhTVRseVJHNHpOVFZRUkhGd1VVTnhSMElyWTFWUVNXMHhjRTVqTlhCbldqQTFUUzlRUVdJNVNDdFFWd3B6S3pKUldUaFljRTFRTVVkV01reDFlRUpzTnpkS1ZrRnVPVUphZUVWeFdUVklXbXhXVlU5TVRFNVpkbkZMUWtwUVRUZzRjRFF6VEd4b01TdGhTRWx0Q2tRM2JtTjBRa2huYW1jM1RXNW9TMkl5V21nNFRUbEJUMVZTU0haVmFVdFdUa3BJU0ZaNldrczVXVUl4VlM5Q1NWVnlTa0pXVEdaTk5uVmhOVEJsWlhZS2RFcGpNVWxvYlhoWU0yNVdjMjVRT0ZNMWRFOUhaMGhFSzA1NGJsZDFWMmRFYzJKRFdUUkZNRkZHZEdSNVVEUTJaRGRuTlVkYU5ub3ZiRmhUSzFkTFpncFNZMWxoWmsxc1JqUm9iV0ZGYW1sdVpqVjVTVVUyTVROalozTlVXazB3VmpCQldYcENWM2h0UWpaS1IxVnVUV3BVT0RCRFoyZEZRa0ZOZFhGRWRFdHVDakppY2xaMVkzZ3JVMUZNU2xKaVYzbHJiVEJEY0c4elUwVlBURTFQYlc5Vk5rUnhLMUZWT0hwNmIyeDFSV1IxVDNRNGRERlNiREpRVDFGU2FYRlZUa0VLYkhocU1tUlFOM0J0T1VZMmEzTm5RVk53Y21STmVuZGxVVlJUWkhacGFWQTRkQ3RaVVZsbVQyNUhUbGR6ZG1acVoxUXJjamhIVjJ4NVprNHdVRlJRT0FwRE5IbDJXVkpHTDFCa1N6ZGpPVXcyTjJKUFV6WkNXVkp0ZHk5d1pFdHZhekpGUW10WFVHbG9WR1Z2WTFZNFpVRTJhbE54YVV0MlptTjRhRVZrU1ZGRUNqWTVlamxhVDBoNFpEZG1iRTVZYWlzdk0weE5aRWRPZFhSQ05XSllNRVpTY1ROamEwMXpTUzh5UWpaTUx6bDFOVVJWWTNaeWFtWkhNbXhoUTJjMldGa0tRbXMxWWxScUwyWnpha1pwWVdsUlZqSk1kMEpMUWpkSldrOUVSMVF4YjA5RVZGYzVRWGRXVEhWbVNTOTNiV0ZuYUZCbFMxTjRNVzFhTW14TU1ESTBNd280VGxOb0x6TklZV2xGZVc4NFRHTkRaMmRGUWtGT2JtcHZOMmxQU0c1T1VqbGlWa2RrWVRGd2FHVmtXVzk1Y21obmVXTlFaRlpPYlVKd2JUWmxTRlJJQ2k5dlpVRnRPRlZFTkRaSlpXUXJXa3hSV0V4NE1GSmpOelJNTlUwMmVURnFObE5ITVhWQ1IyZE5RMFJKZW1WSUwwaGtNVkp2T0dGbk1GZEdWVGROYzJRS2EwNDNObGR2ZW5kaVNURktWVGt2VW1GQ1ZrNUpielpJUkhkVWJsSnhXV3BOZGxCS1NFbGFhMVpVVlZoVWRsTTBTVzVQWnpod05IcDVRMXBzZFdKaE1ncDNhSGM1YzJVd2RsaDVURmhMTmtWc1VIVmFjbTEwYVc1dVNrZHdiSGQ0Y21WeU1FOTVSa0UwYWxWWlZIVldiV2RXYVRNME5tbHlOV1F2YnpCMVprTlVDbmxZTjIxaGRuVTVTMHg0SzJzMFZEZFJPQ3RxV1hCU09VcGpTVXByUkZSRFFXdFRiRUpKTURsblMzSkdRbTVpUTBWd2FXZG5ZbWR1TW01bmR6SnphbTRLUm0xd2JuaG1lWGd4YUZGNE5WSXpOemRwVHpBNU5VazRRbWcwWVZOc2NreDFWR2gwTkhwa2RuUmhjME5uWjBWQlMzUTJhQzlvSzAxNWFrbG5lVkJYZHdwSmNVVkNVbTE2VUU4MWFqWlFRa2xEYzJWeGVGSlNSV1pxVUZoMFVUSkhlRlZQV2xaYVpsUldjRlZOVEZNM2FGSkdVMWszV1UxbFozaHZWbWxRVTBsd0NsSldMMkZ6TjFONkx6Uk5aVkJOU2xaclYwTXJNMVZVYm5BM09HZ3hRbVJsWm1RMlRFUXphbHBDVUVWS1UybDNjWEJWT1V4aWNucFpTbGxZY0VaamFrWUtNVFo2VkdoWk5rTkxTRVk0TTNWQ1dERnVTMkYwZUVoSldEQXlRVWRPTTBSVE9ITndaM1p2VlRCdU9IWkJOV0Z0V1VjMVVWcEdWallyVjNCNFMwMXZkUXBJUVhodlVrRTNVVGhJV1hVM1duTnZNazVpT0RWMkwzTTJjMmMwTUhkRGFsZHNTek41WVZaaVRWTm1UazFVY0haVVVsSjBOVFpRWjA0dlFYRlBXRWMxQ25wWlJtTjJSRzVLUWtaSWRVRjNWRVpxZW1KUVJIcExlaTk1VEVwR2RqRkpjRGhDWVVORldYcHNkazlMVDJsalRFUXpVVUpxYTNKRFN6Z3ZjSFZEY0RZS01VVkJabGwzUzBOQlVVRTNkVXA0U1Zkd1VGbEZaUzlvTlhSVlkxZGtOemcwVW5WblFtb3lNMlZDU1RGalRFdEJZMnMzVURJek1WWlZTbVpvWTFWYU1BcFRhSFZrUVV0WFNYaDFWVVJzUlV4MWFHaERlakpVTW5WSmNYVTBSVkZ6UVVGWGIwVTVjazFPTVZoSGNGbExlbXBITmpkdWIxVjJla0ZtV0U1NVduaElDbEZaUkN0NVRuWmFZM1JJTURsUGJsWTRlbTh6UlZaRVJ6VjViWFJaUmxSSFpqUlJRbkZZUzNZNVREVnlVa1pCYjNwb2MxRkVTbTAxZFdWT1NqSnZSV1VLUVVwSlVqQnBObWxaTXpSSGQycEpNRGR4U0dKSmNEVTJjMVpIVVZFeEwyUm9SWGcyVmpKemJtOUxSVEprUkdoQ1YxUkNXakF6WjFsRmVtNW9iRU5DVmdwUlprSllUVGRQVEdSM1NIWktlbTk0VEVGUVpHOW5kVlJIZUZCaVZIRTRNRzR4YnpsT1RWbzJSbEY0V2tkSWRGZEdSRmg2WlZCME5EUk5ZWGRyTWtoV0NrZFVVSFZsZGpONmVGbGtVME54WlRKdGIyZHJlVTVCVlhWdVNHSTBVQ3RRUVc5SlFrRklNRnBpUjJoVVUyWlNRazVHT1RsR2NUbElNUzlYT1RsMllqY0tibFJGZGxsWlpDOVFTWEJoZEUwMVRXNWlVbVpOTkVaMVNHSlBURlZJZUc1cVEzQmlkRXhrZFVaS1RIWkRPV2RIVmxkNVp6aExTWHBRZEhsS1NIRlRad3BWUldGdWMwaGlZMlJvVFRnd01FZGlWMFUwUmtscFVFOVdaM1YwVWpNMlJHZEhLemN3ZG1GQmJVWlhaWEZ6WkdOSk5sZGtNRFFyY3pFdlR5OUtPVlZoQ2tneUwxUXdlV0prYWtWNVl6aEpjRzlyZFc1MVQyMTNkRFZVVkU1emVrTldiVlYzWm0wemNGbzVkREI1ZVZFMVYyMDJVVEZZUlc5aE5IaE9aWGMwZUZvS2EwWlZURkoxVTNGak1qZFRkbEpxWjBFNEt6TlFRMjV4YWtsQ1EweHJVbTVvTVdSb1dXaEhhRUoxZVVKeFMwcHZSRVJ5UzI0NVYyUkRjR3BLYTFnNE13cDBha3RJU0hWWldHUkNTRzVZV0RSSWJHeHJNVXQ0Um0xcE4wbENUemwxY1VzMlZtVmlkbXBzWm1ZNVZubFpaamRxYTBoVFpFUnhWekZQTkQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBiZjYwZDM5NDA2YzQwZDc3YjQ2Nzk2YTFhMTllMzUwYWRlMzc5OWY4YWI2MDI1ZTYyZmYwYjE5Y2ViZGNhOWVkZDNlNDVmY2NmMDRlNzBlMzM4Y2FkYmU3ZGIwOWM4MjViMWUzOTI2YWQ3ZjYxMThmZTM3MTRkY2JmOTJkZDBiMAo=\"\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"kubeconfigs\": [\r\n {\r\n \"name\": \"clusterUser\",\r\n \"value\": \"YXBpVmVyc2lvbjogdjEKY2x1c3RlcnM6Ci0gY2x1c3RlcjoKICAgIGNlcnRpZmljYXRlLWF1dGhvcml0eS1kYXRhOiBMUzB0TFMxQ1JVZEpUaUJEUlZKVVNVWkpRMEZVUlMwdExTMHRDazFKU1VVMlZFTkRRWFJIWjBGM1NVSkJaMGxTUVU5SWF5OHhUR3BCU3pJM1ZERkJVVlpUV21OMFFqaDNSRkZaU2t0dldrbG9kbU5PUVZGRlRFSlJRWGNLUkZSRlRFMUJhMGRCTVZWRlFYaE5RMWt5UlhkSlFtTk9UV3BGZDA5RVFUSk5hazB4VFhwTk1GZG9aMUJOYWtFeFRWUkJORTFFWTNkTlJFRjZUWHBTWVFwTlFUQjRRM3BCU2tKblRsWkNRVTFVUVcxT2FFMUpTVU5KYWtGT1FtZHJjV2hyYVVjNWR6QkNRVkZGUmtGQlQwTkJaemhCVFVsSlEwTm5TME5CWjBWQkNtdDFaQ3RLZDNSbFltSkdaalZPWVRWaFlYQlZUMUZDYTJaeU5sY3lkVEJUVlcxTE5HWlJUbE5IWWpnclNFZDFUSGxKVTJGUFNIVmtOa0pEWnpVemRWb0tObkJyUVcxeGNEUkxLMHM1Y1VWQmNFaHhWWEpUTVhCck5rZDROamcyY1U1WlkyNUJVa2hXU1hKSGEyTnFTV3BIUkROdGJVazJhblYzTjBjd1MxWnBTUW95VlVOTU1WQldRMVF3ZVRWa09IZEdVVzQxUWxCYVkyeG1ja1ZrZVVzclkxaDZUbEUwZW5weVZITk9lR3RWWTNWeU5YWmhVMWtyTTJKblNFbFhWSEZRQ21FelYwTnFWWEZLYm5wdFNVVktkM05zYkdsalNHRlhhM0J3VlZkU1RVeDNNR3MxTDBaT2VXeG9iRTVzU1hoeVNFMUdOV2R2YW1KS2NsWkpUa3QwT1c4S05FeGhOblkyTm5sUlNVbEVSMjVSY0d0dFdUQnhUV3BSUWt4cmNIbEJiSGxYVm5OWWJtWlVUa3R5VTBwMmMwUndjMncyZEN0b2MyRlpSSGsyUm1wWk5RcElka2hNUlVkWVowWkNNMlpZZFc0d1kwWk5PVzFMTVVwelpsa3pZMnB2YWt0RE56ZFFZUzlXVEdsV2RUZzFTbGxUUVhWM1ZHaGlOSGhQZUUwM2JFMHJDbmMxYVVSMWNHSkxjRlV3V1dsRVFscE5hVEZyUzNnek1tTkZiRkJXVnpSbVdXa3liUzltTmsxTGJYTkhSV2xIYWtSWWFWWkRNRmc0T0VsVk4wVXpVMm9LWkRscFduRkJNaXRwWW5WNGVGVldVRnBhUzJoMmJFNXNiVXR0ZHpneWFHVXpWVFZzYWxSSWRVbDFaWHBMV25ZM2VERjBNVTh6TWxKTVNERmlVMkp2WWdwVVJESjJTVk5ZU1d0eWN5OUJkVWRXVHpoSGQzcEhVMkpaV2pOMmRITk1OMFUwU2pOcFpHaFFhV1JvV25oNlRXcFdabEY2UXpabGRYTkNlRUl5TUVRd0NuWlRkVWREY21GclVscFFkbGR0VjJWWlpVWkZNRXhSU2taREwzWk5XbWRUYm5ZMVkzaHRLemR3YjBGblRHVm5VelJZU0hKeVJXMU5UbE01TkhCbFNWZ0tTMnQwU214dVdHd3JVRmhHYlhFMVlYRTRTVk5GZWpGTlJETnBjazByZFdoNVNUTjRMM1ZLZWxScVRVTkJkMFZCUVdGT1EwMUZRWGRFWjFsRVZsSXdVQXBCVVVndlFrRlJSRUZuUzJ0TlFUaEhRVEZWWkVWM1JVSXZkMUZHVFVGTlFrRm1PSGRJVVZsRVZsSXdUMEpDV1VWR1JVeEhSa3RNYmtaUVprcE1hQ3RoQ2poWlZWSm5NbXROZDJ3d1RVMUJNRWREVTNGSFUwbGlNMFJSUlVKRGQxVkJRVFJKUTBGUlFuVk1PRWhVTDJaWFIwMHlSMU0yTkVOaVVuSjVkV1Z5VkRjS09XaENlV2h4VkZKNlpFVlhOMlYxWVVaWllVOUxkVE5NWVdOaGVHdzVXbVV5YTFoM2IzVjZhemczVmxOWWIzcHdjMHRDTlhSVVNrTktWRzVRV25WNFRnbzBkbWhqZEhBNVFrNXBORmhpTVdRelEzTnliV2RMUjJ0R1J6VkNRMHBLVnk5a1lrbFNRVFJpZVRKTE5scFdOMEpLZUZCaVNHSk5NRlY0U2tKSVprMTBDakIyZFRWakwwOXVRalZzVkZrMmR6SjJRV3hTVG10V01ubHZiMFpZTDFGT2FEVmhUV1FyWkU0NFpuZzJOR1ZYU0U1WU1HcHhLMndyU0ZkNlRsQlJaVkVLVWpCcGVFTXJSVU0xZERGd0sxVkJWbnBXU3pOR2JrdDNVaXROYjJ0a1dreE9PV0YxTlU5NU5UbHFTa3BDWjJ4UVdqbFRSMHB6WVVKTFNVc3lSbmRJTHdweVVUVkZVRFpWZFRGTGMzaDBNSFpoY0ZWQmJUTXlSa1prV0dsR1YzUlpabFZXZGsxQk16bGFZMDlHT0VoRVNHdDZSbkV6ZW1aTk1FZ3dWbTlGVDNkNENrVmpWRnB1VlhVM1RtSjFaakZ1WjFadWVFaHVRelJvWjAxb05YaDNLMVp4Vnl0TFdTc3dTa1pDTjJwMmFGazNhM2RtWjJNNE9FWkxjVGhYV2xScFVsY0thMkY1Vms5VWQyWjVRMWhHUXpCTFlqSm5aVWRzVTJrMWJXVTFaVVJVVW1OWWRVOXpaMFZhUVVwaWNXVkRURTlZYURaVGIweDFWMlI1TUZkSmMwczRTd3AxT0VKTllpOWtTMGREWkdWYVlYQldaRzk1ZG1sTlRUWnFORFV3VVVGaGJTOTFUM0pUWWxsa1pWSXJjbEExZGpOQlF6bFZkMVZWTkRWTVpERmpkaXMwQ25GT1NHcDZMMWRaSzNkSVVEWkhjMVJ4U1Zkb1dYRlBObFZPVWs4cllWWlNXbk0xZWxWTFdrZGFUMDgxT1VFdmIxSlBXVGRuVW5GSVIzTnpSVU5qTVdZS1pYRXdkbFJWWlc5RVEwcHNOSEZOYVZwMllrUnlkazFxUzA0eFpuTnZiMnBaUVRaT09HSjNNRkpVZW1SaFJ5OW5NWGx3TTFjcmRXaHVRa2hUTlhWWmRBcFlXRUpWVWpadVRreE9VM1ZFTVZVNVNuYzlQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBzZXJ2ZXI6IGh0dHBzOi8vYWtzZG90bmV0c2RrLTY4YzQyODY4LmhjcC53ZXN0dXMyLmF6bWs4cy5pbzo0NDMKICBuYW1lOiBhenNtbmV0Mzk3Mwpjb250ZXh0czoKLSBjb250ZXh0OgogICAgY2x1c3RlcjogYXpzbW5ldDM5NzMKICAgIHVzZXI6IGNsdXN0ZXJVc2VyX2Frcy1kb3RuZXQtc2RrLVJHLTE1NDRfYXpzbW5ldDM5NzMKICBuYW1lOiBhenNtbmV0Mzk3MwpjdXJyZW50LWNvbnRleHQ6IGF6c21uZXQzOTczCmtpbmQ6IENvbmZpZwpwcmVmZXJlbmNlczoge30KdXNlcnM6Ci0gbmFtZTogY2x1c3RlclVzZXJfYWtzLWRvdG5ldC1zZGstUkctMTU0NF9henNtbmV0Mzk3MwogIHVzZXI6CiAgICBjbGllbnQtY2VydGlmaWNhdGUtZGF0YTogTFMwdExTMUNSVWRKVGlCRFJWSlVTVVpKUTBGVVJTMHRMUzB0Q2sxSlNVWklWRU5EUVhkWFowRjNTVUpCWjBsUldEbFBPVU5TWWtjelprTlRaSFEyYUhkV1QwY3hWRUZPUW1kcmNXaHJhVWM1ZHpCQ1FWRnpSa0ZFUVU0S1RWRnpkME5SV1VSV1VWRkVSWGRLYWxsVVFXVkdkekI1VFZSQk5FMUVXWGxOZWxWNlRYcFNZVVozTUhsTmVrRTBUVVJqZDAxRVFYcE5lbEpoVFVSQmVBcEdla0ZXUW1kT1ZrSkJiMVJFYms0MVl6TlNiR0pVY0hSWldFNHdXbGhLZWsxU1ZYZEZkMWxFVmxGUlJFVjNlSFJaV0U0d1dsaEthbUpIYkd4aWJsRjNDbWRuU1dsTlFUQkhRMU54UjFOSllqTkVVVVZDUVZGVlFVRTBTVU5FZDBGM1oyZEpTMEZ2U1VOQlVVUkdhSFoyZW1WUmFrbE1WREUzYjI1ak5UUXdWWEVLZFZsNlMwVnpSM2RYT1hBd1FXOXBZV3hpUkhkRlF6QlplbFJZY1M5T1ZrOTJZMGRXVFRSeUwzVTFXREJWZUhrdkwybHJjRTlwTWxoSlQzbGFSRXRyVlFwaVVraG5lbkVyWVZSalYySXJVVlYyZEU5cGRsSnlWa1JWWmpsWVdrRjNUek55Vm5VMlVURktVM2RCV0ZWQ2JYVmFWeTlNY2tJd1VtUkNNMFo2V25aRENuVlRVRmMxV25BdmFDdERiR1pvVFhFelUwUlRORGhPZDNOTVNucFRka0ZvVVVkeU5rWXpiblZWU1d0SVIyRmxlSGt4VW5WR2VEaGxSRWd5ZUdOU1FYY0tObFZrVFZCU1dYZ3JXVXBXUW1aR1NuQlZaREV5VGt0TmQwbFVXSEJMZEhWeU4wRTVXRVpZU1ZKWUt6SXZkRWhNVGtGc1RXOVVTVTVUV21sTmFEVXhkZ3BSVnpGMk0yZERRME5zTjJ0Q015dFZXV3hJYUhkWFdHODJZakl4ZG0xdE9GQm9LMWc0UkRjNVdUbFdVRU5UUkVjM2NIVTRkbk0yUW05b1REZ3dWbmhSQ25GbmFtUllLek5vTjJRd1prdHJWbEpKVUZGTGVXWlNTV2hsYVV4SFJYVkthWFZpZVhOb1VEQXhUR0ZOVm5BdkwxUjNWMk5SVVVOWFVuQmlSMFJPUzNvS2MyaHpPRlJ4WjFaQlRtZHdSVkpuVFZWWFpVbEZVbXRzYzJoTVMwcGxUemxqVDI5SGJXODBRV0o2ZFhOcVZsVm5SRFJhYUhGRkx5dGxkMDk2VjJGVmJBcDZRM0pNYVhKaU5IVmxjRXAwWlRRcmFWUnpXazQzVEdONWIwTjFSVEZaY1cxTVlra3lRbkZZVDIxdmExRmljMWRoTURac1ZHUlZORVZSWVhGdGFYQk9DbTFwYVZObFNsTlVObEYzVnpKcll6aE5iV3h3VHpsbllUbFRZM05DWVRsTk5HUjNkMUU0YW5NM1ZrNXFibUo2VWpKcmRrVnBibkZCVlhVMmNGWnpiVzBLUTJGQ2EyOHlNbWRxY1d0eE1sWllhbWxYTDJ4c1NrNTJTMGszY2xSclRqRmlUbmxWT1dsQ0t6RmxaVlExUkVSa1NXcHhlVmt6V1NzM0wwbHhjSEZOV0FwVmFWVjVPVWxPT1Rjd1VXRjNSRTA0TUdKR1dIWjNTVVJCVVVGQ2J6RlpkMVpFUVU5Q1owNVdTRkU0UWtGbU9FVkNRVTFEUW1GQmQwVjNXVVJXVWpCc0NrSkJkM2REWjFsSlMzZFpRa0pSVlVoQmQwbDNSRUZaUkZaU01GUkJVVWd2UWtGSmQwRkVRV1pDWjA1V1NGTk5SVWRFUVZkblFsSkRlR2hUYVRWNFZETUtlVk0wWm0xMlIwWkZXVTV3UkUxS1pFUkVRVTVDWjJ0eGFHdHBSemwzTUVKQlVYTkdRVUZQUTBGblJVRldaMUp2Vm5wamJrZG1WV1ZHY0RKVloxVm5kZ3BOZDBoc1ZGVnNiemRFY0RjeFkydzNOV0pFUlVwdlUzYzFjVEZLU1d3MEwydFBVMHRvVkhsQ1NXRTJSM1puVUZwbFJ5dHVTVU16UzFoUlVuRmlTelJaQ21sYUwxQnVUR1ZXUms5VVZERjFXa1pxUjNOc1YwYzVVVWh2UnpKb2VYWlFOVlZ2Y204eFdraHBXRVZ6VnpGblJHWjRPRzF1WWtWbFEySlBjazFRTlZNS2NXUlVVMDVKWkcwMFRFcFZUek5tYzFGRFl6TkNZbU5xYkU4MGFrVktiWEJHUVc5NFFUZzRZelpJUVcxMVpWWnZiMVJKTmtkd1JUUjNjRFkxUlRaeVVnbzBRV1kzTnpWQ2VGTlVhazVPZDBZMk1VaDJZemxCZUVKSkwwMUNkRTluUm14MlVqVmFNME01V1hJMVNWVmplVzFFYlhoWFJURnpNak5MUldKeFJqZzVDa1ZHUm14eE5tbEVNblZJTlhoUUswZEhSbE5NYldSV1drSm9XRlE0Uldwb1psSnNNa3cyUVhGWFYzWjFVV3hOU0RobFVUSnFkRkpZVkhkWk1GUk5NMlVLYVV4NGIzUmhRMlp1TmxObGRHSlpSa1Y2T0ZWMk5YTTBhWGRhWVVNNWVERXhUVGRZYkRJcldIa3JjVXhJVkZCMlpVazNOMHhxTlRSbUszVk5ZMjFzVHdveGRWZHFhblJrYmtWRVRHMDFOa3QxUTJabFFXaEtTMnB4TjNsQlYyWlBRekIzY0hSNE5VVlpWVlpNTkVSdlVubzJPVWRzTUVKNVNEUmlXbWRFWkZvNUNtbGxPRXBwWkhSWFkyRlNkV3QwWjFVM1NuaHlka2xrTW1oTU9EZG1VRWt6YkZaMmVVbFRaMlJwVUhoSFFqSk1TV2xEYkVKdlJEaENhMk4zTUhwS1ZHZ0tLelZrU0V4U2VFRmlkMDQ0ZERsMWFsUlpNbEZ2U1UwM2QxaERLelp2VjBZNVdrTTFZamxGVTJGWGRtMW9VM014WVdoUUsweDJaR3hNVkhoQ04zSkdZUXBvZDBGSVRYZENibUZWTm05a1RtMVZkMWswVFZSbk1WRlNkWEkwVTNsSFFXODBSa0paT1hObVltdDJNbmwxZW5SbGIwdEhRVVk0WjJVdllqSlBXalZrQ2xjd0wyUTBWRUZXWlZoTVVpOUhUM1ZITVVkVUwyTkZQUW90TFMwdExVVk9SQ0JEUlZKVVNVWkpRMEZVUlMwdExTMHRDZz09CiAgICBjbGllbnQta2V5LWRhdGE6IExTMHRMUzFDUlVkSlRpQlNVMEVnVUZKSlZrRlVSU0JMUlZrdExTMHRMUXBOU1VsS1MwRkpRa0ZCUzBOQlowVkJlRmxpTnpnemEwbDVRekE1WlRaS00wOWxUa1pMY20xTmVXaE1Rbk5HZG1Ga1FVdEpiWEJYZHpoQ1FYUkhUVEF4Q2paMmVsWlVjak5DYkZSUFN5ODNkVlk1UmsxamRpODBjRXRVYjNSc2VVUnpiVkY1Y0VaSE1GSTBUVFoyYldzelJtMHZhMFpNTjFSdmNqQmhNVkV4U0M4S1ZqSlJUVVIwTmpGaWRXdE9VMVZ6UVVZeFFWcHliVloyZVRaM1pFVllVV1I0WXpKaWQzSnJhakYxVjJGbU5HWm5jRmcwVkV0ME1HY3dkVkJFWTB4RGVRcGpNSEozU1ZWQ2NTdG9aRFUzYkVOS1FuaHRibk5qZEZWaWFHTm1TR2Q0T1hOWVJWRk5UMnhJVkVRd1YwMW1iVU5XVVZoNFUyRldTR1JrYWxOcVRVTkZDakUyVTNKaWNTdDNVRlo0Vm5sRlZpOTBkamRTZVhwUlNsUkxSWGxFVlcxWmFrbGxaR0l3Um5SaU9UUkJaMmR3WlRWQlpDOXNSMHBTTkdOR2JEWlBiVGtLZEdJMWNIWkVOR1pzTDBFckwxZFFWbFIzYTJkNGRUWmlka3czVDJkaFNWTXZUa1pqVlV0dlNUTldMM1EwWlROa1NIbHdSbFZUUkRCRGMyNHdVMGxZYndwcGVHaE1hVmx5YlRoeVNWUTVUbE15YWtaaFppOHdPRVp1UlVWQmJHdGhWM2huZWxOek4wbGlVRVUyYjBaUlJGbExVa1ZaUkVaR2JtbENSVnBLWWtsVENubHBXR3AyV0VSeFFuQnhUMEZIT0RkeVNURldTVUVyUjFsaGFGQXZibk5FY3pGdGJFcGpkM0Y1TkhFeUsweHVjVk5pV0hWUWIyczNSMVJsZVROTmNVRUtjbWhPVjB0d2FUSjVUbWRoYkhwd2NVcEZSemRHYlhSUGNGVXpWazlDUlVkeGNHOXhWRnB2YjJ0dWFWVnJLMnROUm5Sd1NGQkVTbkJoVkhaWlIzWlZiZ3BNUVZkMlZFOUlZMDFGVUVrM1R6RlVXVFV5T0RCa2NFeDRTWEEyWjBaTWRYRldZa3B3WjIxbldrdE9kRzlKTm5CTGRHeFdORFJzZGpWYVUxUmllV2xQQ2pZd05VUmtWM3BqYkZCWloyWjBXRzVySzFGM00xTkpObk50VGpKUWRTOTVTM0ZoYWtZeFNXeE5kbE5FWm1VNVJVZHpRWHBRVGtkNFZqYzRRMEYzUlVFS1FWRkxRMEZuUVhKT05uZzJhV1J1VGtOdVJIZFZkM2x3UVhKMlNXSkZOazFwSzNkTE4xSXpkakJtYjFoalNHTkdTREZVZFc1NksxUjVXSFpYVUZwb1ZRcFVOMGQ1TkVaVlpqTjFkR3RoYmxOU1F6WlRZamd4TUhjME1UZ3ZSVGx2WTJsTWVFNUZORlZRTm1vd2FsRm1OMFJGYzBwdlJqRkhOWGxwT0VaT1pEaFhDbWhFUldVdmVWUnRPVTlUV21weFNWZFBkazFzVGxoWGNVdExSbE41YmxVekswbGhSVXh5VDA1SlptVktiMnhaYWt4cFp6bDVUSFJUYkVkMlZIRnhaRGtLVkhCUGFpczRWSFpaT0V0WlIxQm1Ra2R3WmpWWFFuaE5URmxQZDFncmJqQnRWWG8wTlVSSFN6ZHpSSEpNZUd4cGFFY3dWVEZMTlRoRVFrSnBTMFpvTUFwS1NHRXdWMlJvYlhKdWQzbGlTa1UwVkdaRFNXcGlhWFI2Y1VrMGFrZFZiMWMzWkdGMlNFRnJhbWwwZDNsTk5VaHBZWGRHWlU1aVJVcEJVVFJhY0UwNUNrTkNhVkZGYWpkRGFYbHROM1pOYzJkVlpFMVhPQ3RKV25CTGEwRnlhR1I0WjFWYVR6VkphVlpQTTIxU1pqQnRTMEpHTlRSQlNEZGFNakJTWmxGeVIyY0taWFF4TVhRMllVZFNWQ3RGVTFaMlpERk1VakpyVFVGTVprSTVRVWhzYlZoQlNHSnphbFJJYjFaRVowa3ZkbnA2TlZrNFdtMDVNMGd6ZEVWTlJ5dG5SUXBpYlZwUWJFSnhXVFZpWkdSaFFVcHBLMlpoUzFVd2EwbHZTMUJYUjNCMFRsSTFUa05IVURZMlZTdFlTelV4VEhaWFRVdHVhRXhCVUVObWJHWk9PVEpUQ25RcmJubHFTRmhOWlhkTmVVVlNVbWRYZFVaMkt5dHBUVXh2TWpndlFXbE5lR2hyWVU0NVVqQnJkMk5SZEU5d2NVZzNPR0kyUkZsRVdHY3pTbEJ5Y1VRS2EzUXJhalZ2ZUdSbVZHbFZORGcyTUVKRGNrb3pVMGRJU0RobWQxTmFVamxEVGpONFVXdHdPR052YWxScFZ6UklNMDFoUlRkQmJYazRVVWRHZW5sYU5RcFlaV1JMUVRsWGJFNTBVak50VDB3MkwxWlFZalkwT1hWSmRsSmxUbGt3TWxaS2IwOWpkMWRqV21ObWVGRlhOWE5SVVV0RFFWRkZRWGxLUkVFd1MyRmlDbGQ1Y0hrM2RqZGxWMDVoUlVWTEszaHJTWElyUmxSVGRWZHFTRW94TWsxalUzTlBLMVkwVnlzeWFrVXJTamg1Y0c4MWRqWndNVUppZWxOWlVWQkRhVVlLZEd0ak1tbFRSMFZLVjBGWFIwdFBRazVVTlVSaWRYSlVSVTgzVTB0S1ZXZ3lMMnRpTURZd1ozVjBZVlJhVlc5RlNVVnJOVWRyVDNWM1dFRjNUbWRDYmdwRGFrNTFRblJ1UlZoNGFWRlZUMEZESzBwSFFXZG1hRU5rZEU0MVNWb3daVUphUTFkMmNucElkelZhTUM5T2RrVTFaRTVNVkZRMGNsZHlTVVZwTm5sdUNtMUVNbnBWUkZKVGJuSjRhM0Z0U3pGaGFqRjVSVlI1TnpaWFNucHVVM05XY1RSQmVXVTJVM2RJZFZSMk1GaFpiRVE1Y1VGVVJESkNjMFZqUzJWNmJVb0tXbFZNZEVwd09GVkxZVTVLTWtwSGVFWjFLMkZ0VEVjcmEyd3JlVVIxYTBaR1lVZERSRUpFYVRsRVltaHFZbEo1VFVaUVRERTRSVlF3U0hoVU9WWjFNQXBsV1c5RU56Tk9jSFZYWVZOWWQwdERRVkZGUVM5Q09VUkxaVEpRVERSbldYVmpWVzVxVFRWQllqY3djVTh4Y0RWVFF6SktNbFpZU1cxUlluTnpXVWhrQ21wUldHOVFja2d2Ulc5dVRGaDZZMUZRU0hsaWNrVjJWR2xWWXk4NGRHZGxiU3RIUkhadVNXWkZWM04wWWtsR1ZtaEtaSEpZWkhFNWVVeFdiVE5HYkVjS1dFUlVlWEJtUkRScVRpdHZlbHAyVkVwVlF5dHBXRWd5YlZsa1NVRkVabkZLZEM5TWJrSnBXWEF4T1dwVVdrOW9ZalZUZVVORlYycE9SbnBWVWxCaldnbzJaM2xPYURadmNXZHRWak5LVGxoaGQxVmFSVWRvT1VKTmNVRjFkSEpQVVRFM2JVeEJabXBZVEhCVlQydHhOQzlGV2xSblJGWkRWVlpNWjJKa1EzRXhDbUZ3TUZFNVprNUZNMHczUkdFMVZFWnFibU5UTkZFMlNrVmpaWFZ5WlRSR1ZtRlBkMFZ3WkVzclFrOXFSVWxYZEcxNFYxWk9TMUkxTWs1VkwxbDBXRVlLVjJkNlExcHFOSEIwUTJwak9EZEVWMFFyUkV3NU1HNUtUVE5YUVdaa2JHYzNORGR1TVZocU1tOVJTME5CVVVGVFQzWTBZblZTYTJvNWVqZE9Ua2xPTXdwYVkwSktWaTgzTWpKWWRIYzJRVWd4Um5ST01qZFlOVlF5VjJ0RGQxcG9kMk56ZEc5cFRGUmxkSG96V1ZkWWFVOTBRMmRFYmpsa1VHdDZaVVY2V0ZGaENtaGFjR05yVUdkamJ6bFZlbFJ6Y25sdWFFdHBUamRSUmt3MldqQXphV0U0WkU5aFpUZFdVbXR5ZFUxMU0xQnZWV2RUVFZGMFdXRnZTMkpoVm1wMFVFZ0tjRkUzZUVkMmRVdEtiMlZqZVV4cldqTmxNRVIyYVd4T1ltcEJWbXhGYkVGSlVIWjJVUzloYjNkVlZERTVNMGQyV1RoRlFVSlRhVk56VVVWTmFVVlVLd3BSY21WUWRWUnpkVTVtYlZwVldVUjJTRTVFVUdReWQxZ3dObHBFUlU1M2JGbHlMMlIwVkZJelRsaEJNUzlrTURnM1lXZHdVRlJwWXpaTVJuWnphMUE1Q2paUFlUaGtZbTAwUlZBeGJscGlhV2g1TW5Jck5tWldXbGQyTTJOS1QycE5UUzlVWVd0Wk1WUnJWSEJXUjFOeE5EVTJVVzFEUkdwdFZqQkpNbFZNU2tzS1pFOVdXRUZ2U1VKQlVVTkpWVXhpVm5Od1dHRlZla1ppVERsbVJXSTNaWHBOYjI1ck9GaFFiSEpKYkRsemNqTXdlbmxQYldwa2NXdzFkVEk1UTBOM2NncGlPR3N2ZGpsMlRtVkhiMHMzUTNsQ1lYSTJUM0JJT1ZsT1RWRjNZMmtyVDBWWE4wd3paRzVLUTB3eVMxUjZlVkpwYkUxR1JFWm1XV1oxUVRkRVIwTXlDbVZwT0dkcVFVaE1aMGxuUldSR1QzRnBkRkpLUjJaS1JqbHVXakV2VnpVNFFVUXdSM054TVRCVlQyTTFVbUl5UzBWRE4wMDBkbFpzT0VWbFRtUkdibklLYVhOVGVXRTVXVTAzWkhKbllrMXRjR1kyV1VOTWJrRXZNSGhtZG1oM1YwSk5RMHBwSzBWamRGVkdjMkpzT1dVM1VIQm1TbHBXV1ZaUlRISnpORUY2TlFwa1ZVeG1jR1ExZVhWeWNrRmhSVmRCUlZsRVIyeFplbGt3ZEc1bFJUSk1OMWxzUzIxSGEwUldUM2RSYWtwR1MyeENRbVI2WW5KV00ycE1TMGMyVmtaUUNrVldSREZwVlZWVU4wc3dZa1pSTDNRdlRHWjFWVEYyZGpacmJ6WjRNVFZDUVc5SlFrRkVWV3BaTTBKcU5sVXdhMjl1YmxweVExWkVibWhGT0M5RVFXb0tTbTU2YjIxS1YyMURiMjF4VWpKSVdXVkRRek5yVTNJclJtWjNXa1JpYlZvME5YUkhhWGhqT0NzME5GQnFhM2xCUm5aRk1YZDNOVWRsUkV0emFtZElUQXBsVG5WM1pqVXpZWE5IZURKM1lXdGlNbFJzYW5oVWRWbHNiR2RwYlRCU1FrSlNNRWx4T0doTmNHVXZjVzFhU21acFl5dDZjRXRrWkRkbE1TODRieTgxQ21GVllteDZSWGQwS3pCS0x6QXdTMlJLZUdWUVNHZ3JUR3c1TTB0RmFqbFJPVTFMTkc5cU4zb3dhRUpwZVhaSVVFbE1NMFpQY0VkWVYwcHhjSEF6Um1NS2JucFZiV0ZWZVUxbVZHazBhVGt4ZWxONWF6VXlVR3RDUkRBelEyWnFVbVZWTWtkTFdWZHJaMlJ6Wm1GeE1XeFpha2R0TjNwVlZYbDBiVVpwVTIwM1NRcGlOWFZyUkdrclIxQTRVMEZMTmxGalRVUk5NWEV4YWpkUlNrUkxZbGhoUlVoNmVYVkNUMmg2UXpFclRsQTJWbWt3YzJKeWRteDVTREIyUlQwS0xTMHRMUzFGVGtRZ1VsTkJJRkJTU1ZaQlZFVWdTMFZaTFMwdExTMEsKICAgIHRva2VuOiBmYTc2NDI5MDRlODQyY2M5ZWVjMzc2NmRkN2I2M2FjMDhkYzk5ZWMwMjgyOTJmNjNmM2EyOWI3OGUzOTUxYTAyOTJkNzExOWMwZmQ5ZmI3NTBjNGQ3NzcyMzViMjc4NDFiM2ExMzU3N2Q5OWFjODBkZTI1MWMzNzUwMmFjZDE0ZQo=\"\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-3621?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTM2MjE/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-1544?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTE1NDQ/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "01417d0e-9541-4391-91f6-99ca555050cd" + "e192a629-854a-4a87-b7c7-ceae9e280358" ], "accept-language": [ "en-US" @@ -804,13 +804,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:32 GMT" + "Sat, 07 Aug 2021 00:06:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -819,13 +819,13 @@ "14999" ], "x-ms-request-id": [ - "7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" + "ff0d84df-2bc2-4670-979e-1850e3db1876" ], "x-ms-correlation-request-id": [ - "7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" + "ff0d84df-2bc2-4670-979e-1850e3db1876" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193133Z:7c3eaadc-fdd6-4c04-80ca-aa4918140fc2" + "WESTUS2:20210807T000653Z:ff0d84df-2bc2-4670-979e-1850e3db1876" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -844,8 +844,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -861,28 +861,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:31:48 GMT" + "Sat, 07 Aug 2021 00:07:07 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11998" + "11999" ], "x-ms-request-id": [ - "a74dc891-9866-430f-9930-59a856a986ca" + "27ed1842-34fb-4433-8011-6b6ecd6cc49f" ], "x-ms-correlation-request-id": [ - "a74dc891-9866-430f-9930-59a856a986ca" + "27ed1842-34fb-4433-8011-6b6ecd6cc49f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193148Z:a74dc891-9866-430f-9930-59a856a986ca" + "WESTUS2:20210807T000708Z:27ed1842-34fb-4433-8011-6b6ecd6cc49f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -901,8 +901,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -918,28 +918,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:32:03 GMT" + "Sat, 07 Aug 2021 00:07:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11997" + "11998" ], "x-ms-request-id": [ - "ffda8b0f-02d4-4b0e-bc41-022d39a48662" + "b16637ed-231e-4e5b-80f1-2aedba6c6146" ], "x-ms-correlation-request-id": [ - "ffda8b0f-02d4-4b0e-bc41-022d39a48662" + "b16637ed-231e-4e5b-80f1-2aedba6c6146" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193203Z:ffda8b0f-02d4-4b0e-bc41-022d39a48662" + "WESTUS2:20210807T000723Z:b16637ed-231e-4e5b-80f1-2aedba6c6146" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -958,8 +958,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -975,28 +975,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:32:18 GMT" + "Sat, 07 Aug 2021 00:07:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11996" + "11997" ], "x-ms-request-id": [ - "e420cc8f-e369-4879-8b6e-0199758e973b" + "0ff43f0e-24a7-4b59-80e7-fef5b1f485d7" ], "x-ms-correlation-request-id": [ - "e420cc8f-e369-4879-8b6e-0199758e973b" + "0ff43f0e-24a7-4b59-80e7-fef5b1f485d7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193218Z:e420cc8f-e369-4879-8b6e-0199758e973b" + "WESTUS2:20210807T000738Z:0ff43f0e-24a7-4b59-80e7-fef5b1f485d7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1015,8 +1015,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1032,28 +1032,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:32:33 GMT" + "Sat, 07 Aug 2021 00:07:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11995" + "11996" ], "x-ms-request-id": [ - "5779464f-ac32-4d2e-9506-b61d68d92c1a" + "7c0db630-67a9-4adf-8d13-d746a0d6f4f0" ], "x-ms-correlation-request-id": [ - "5779464f-ac32-4d2e-9506-b61d68d92c1a" + "7c0db630-67a9-4adf-8d13-d746a0d6f4f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193233Z:5779464f-ac32-4d2e-9506-b61d68d92c1a" + "WESTUS2:20210807T000753Z:7c0db630-67a9-4adf-8d13-d746a0d6f4f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1072,8 +1072,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1089,28 +1089,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:32:48 GMT" + "Sat, 07 Aug 2021 00:08:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11994" + "11995" ], "x-ms-request-id": [ - "4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" + "550b6b57-6731-42fb-9507-522af56a63f0" ], "x-ms-correlation-request-id": [ - "4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" + "550b6b57-6731-42fb-9507-522af56a63f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193248Z:4e94fe4a-ba2f-41f4-9ee9-9c8cd8e60772" + "WESTUS2:20210807T000808Z:550b6b57-6731-42fb-9507-522af56a63f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1129,8 +1129,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1146,28 +1146,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:33:03 GMT" + "Sat, 07 Aug 2021 00:08:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" + "11994" ], "x-ms-request-id": [ - "33dd10bb-e517-4807-8bb1-11beabc2a2d5" + "c478d697-3809-4c49-b4d2-893b88448141" ], "x-ms-correlation-request-id": [ - "33dd10bb-e517-4807-8bb1-11beabc2a2d5" + "c478d697-3809-4c49-b4d2-893b88448141" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193304Z:33dd10bb-e517-4807-8bb1-11beabc2a2d5" + "WESTUS2:20210807T000823Z:c478d697-3809-4c49-b4d2-893b88448141" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1186,8 +1186,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1203,28 +1203,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:33:18 GMT" + "Sat, 07 Aug 2021 00:08:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-request-id": [ - "0cbf08e3-405d-419c-bb47-7ab0481bbf51" + "4c422b8a-2cc4-49aa-9631-f209868d8eeb" ], "x-ms-correlation-request-id": [ - "0cbf08e3-405d-419c-bb47-7ab0481bbf51" + "4c422b8a-2cc4-49aa-9631-f209868d8eeb" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193319Z:0cbf08e3-405d-419c-bb47-7ab0481bbf51" + "WESTUS2:20210807T000839Z:4c422b8a-2cc4-49aa-9631-f209868d8eeb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1243,8 +1243,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1260,28 +1260,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:33:33 GMT" + "Sat, 07 Aug 2021 00:08:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-request-id": [ - "0a194e84-874f-4c9a-9ca5-853b82789aa2" + "9f952d19-1928-4865-891b-1c5d6815c245" ], "x-ms-correlation-request-id": [ - "0a194e84-874f-4c9a-9ca5-853b82789aa2" + "9f952d19-1928-4865-891b-1c5d6815c245" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193334Z:0a194e84-874f-4c9a-9ca5-853b82789aa2" + "WESTUS2:20210807T000854Z:9f952d19-1928-4865-891b-1c5d6815c245" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1300,8 +1300,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1317,28 +1317,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:33:48 GMT" + "Sat, 07 Aug 2021 00:09:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-request-id": [ - "3c746233-2ee0-489e-805e-edfb4db3dbde" + "46c6726c-973a-4eae-b9a2-aa0afa9edef6" ], "x-ms-correlation-request-id": [ - "3c746233-2ee0-489e-805e-edfb4db3dbde" + "46c6726c-973a-4eae-b9a2-aa0afa9edef6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193349Z:3c746233-2ee0-489e-805e-edfb4db3dbde" + "WESTUS2:20210807T000909Z:46c6726c-973a-4eae-b9a2-aa0afa9edef6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1357,8 +1357,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1374,28 +1374,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:34:03 GMT" + "Sat, 07 Aug 2021 00:09:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-request-id": [ - "56bb13b0-e9e1-47df-9685-9df32449d420" + "af68a763-c590-43ec-bc20-955e1e31038b" ], "x-ms-correlation-request-id": [ - "56bb13b0-e9e1-47df-9685-9df32449d420" + "af68a763-c590-43ec-bc20-955e1e31038b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193404Z:56bb13b0-e9e1-47df-9685-9df32449d420" + "WESTUS2:20210807T000924Z:af68a763-c590-43ec-bc20-955e1e31038b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1414,8 +1414,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1431,28 +1431,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:34:18 GMT" + "Sat, 07 Aug 2021 00:09:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-request-id": [ - "77d4c713-c9a0-461a-86c0-e13fcd7ca875" + "03170f71-468d-48cb-990b-e36600b1f95b" ], "x-ms-correlation-request-id": [ - "77d4c713-c9a0-461a-86c0-e13fcd7ca875" + "03170f71-468d-48cb-990b-e36600b1f95b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193419Z:77d4c713-c9a0-461a-86c0-e13fcd7ca875" + "WESTUS2:20210807T000939Z:03170f71-468d-48cb-990b-e36600b1f95b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1471,8 +1471,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1488,28 +1488,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:34:34 GMT" + "Sat, 07 Aug 2021 00:09:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-request-id": [ - "1a452c5c-4171-4caf-b2eb-8042e41327fe" + "b67cfada-dc34-4f04-832a-96c6290ea253" ], "x-ms-correlation-request-id": [ - "1a452c5c-4171-4caf-b2eb-8042e41327fe" + "b67cfada-dc34-4f04-832a-96c6290ea253" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193434Z:1a452c5c-4171-4caf-b2eb-8042e41327fe" + "WESTUS2:20210807T000954Z:b67cfada-dc34-4f04-832a-96c6290ea253" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1528,8 +1528,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1545,28 +1545,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:34:49 GMT" + "Sat, 07 Aug 2021 00:10:09 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11986" + "11987" ], "x-ms-request-id": [ - "0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" + "acb62d14-d107-4c8b-b9d0-59d69b4fe103" ], "x-ms-correlation-request-id": [ - "0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" + "acb62d14-d107-4c8b-b9d0-59d69b4fe103" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193449Z:0bfdc993-e0d2-4a6a-a3d9-e308d2264c55" + "WESTUS2:20210807T001009Z:acb62d14-d107-4c8b-b9d0-59d69b4fe103" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1585,8 +1585,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1602,28 +1602,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:35:03 GMT" + "Sat, 07 Aug 2021 00:10:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11985" + "11986" ], "x-ms-request-id": [ - "8a232c0d-2161-419d-a083-bae2819e9343" + "220b914a-2c8f-40f2-8a37-81be18312b8a" ], "x-ms-correlation-request-id": [ - "8a232c0d-2161-419d-a083-bae2819e9343" + "220b914a-2c8f-40f2-8a37-81be18312b8a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193504Z:8a232c0d-2161-419d-a083-bae2819e9343" + "WESTUS2:20210807T001024Z:220b914a-2c8f-40f2-8a37-81be18312b8a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1642,8 +1642,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1659,28 +1659,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:35:18 GMT" + "Sat, 07 Aug 2021 00:10:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11984" + "11985" ], "x-ms-request-id": [ - "ed734727-df22-4b15-8dae-68cafa1fc13c" + "c5ed6199-2a4b-4881-83a6-716e62918ecd" ], "x-ms-correlation-request-id": [ - "ed734727-df22-4b15-8dae-68cafa1fc13c" + "c5ed6199-2a4b-4881-83a6-716e62918ecd" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193519Z:ed734727-df22-4b15-8dae-68cafa1fc13c" + "WESTUS2:20210807T001039Z:c5ed6199-2a4b-4881-83a6-716e62918ecd" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1699,8 +1699,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1716,28 +1716,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:35:33 GMT" + "Sat, 07 Aug 2021 00:10:53 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11983" + "11984" ], "x-ms-request-id": [ - "8a927232-8c36-480c-a0a9-6aba95cc9b22" + "c6d53937-0a37-4ed1-b779-04ca6d9464cb" ], "x-ms-correlation-request-id": [ - "8a927232-8c36-480c-a0a9-6aba95cc9b22" + "c6d53937-0a37-4ed1-b779-04ca6d9464cb" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193534Z:8a927232-8c36-480c-a0a9-6aba95cc9b22" + "WESTUS2:20210807T001054Z:c6d53937-0a37-4ed1-b779-04ca6d9464cb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1756,8 +1756,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1773,28 +1773,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:35:48 GMT" + "Sat, 07 Aug 2021 00:11:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11982" + "11983" ], "x-ms-request-id": [ - "8f64039d-dc38-411d-a9fe-b2230c3b5eca" + "3320174b-1107-4663-b3d8-1521f53e8d38" ], "x-ms-correlation-request-id": [ - "8f64039d-dc38-411d-a9fe-b2230c3b5eca" + "3320174b-1107-4663-b3d8-1521f53e8d38" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193549Z:8f64039d-dc38-411d-a9fe-b2230c3b5eca" + "WESTUS2:20210807T001109Z:3320174b-1107-4663-b3d8-1521f53e8d38" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1813,8 +1813,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1830,28 +1830,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:36:04 GMT" + "Sat, 07 Aug 2021 00:11:24 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11981" + "11982" ], "x-ms-request-id": [ - "60e5d523-f428-499b-82f6-ae3ff4de5d1f" + "ee4a487a-28e2-4572-bea1-912db58ecac7" ], "x-ms-correlation-request-id": [ - "60e5d523-f428-499b-82f6-ae3ff4de5d1f" + "ee4a487a-28e2-4572-bea1-912db58ecac7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193604Z:60e5d523-f428-499b-82f6-ae3ff4de5d1f" + "WESTUS2:20210807T001124Z:ee4a487a-28e2-4572-bea1-912db58ecac7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1870,8 +1870,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1887,28 +1887,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:36:19 GMT" + "Sat, 07 Aug 2021 00:11:39 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11980" + "11981" ], "x-ms-request-id": [ - "c315844c-5fd9-4b09-866a-3837d3b4dde0" + "211e6451-196d-4262-acb9-66e379450b27" ], "x-ms-correlation-request-id": [ - "c315844c-5fd9-4b09-866a-3837d3b4dde0" + "211e6451-196d-4262-acb9-66e379450b27" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193619Z:c315844c-5fd9-4b09-866a-3837d3b4dde0" + "WESTUS2:20210807T001139Z:211e6451-196d-4262-acb9-66e379450b27" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1927,8 +1927,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1944,28 +1944,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:36:34 GMT" + "Sat, 07 Aug 2021 00:11:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11979" + "11980" ], "x-ms-request-id": [ - "05279ea1-8b1d-409b-ade2-e13489fdbc34" + "9c9026b3-684a-4785-8a34-2d41f3b492e7" ], "x-ms-correlation-request-id": [ - "05279ea1-8b1d-409b-ade2-e13489fdbc34" + "9c9026b3-684a-4785-8a34-2d41f3b492e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193634Z:05279ea1-8b1d-409b-ade2-e13489fdbc34" + "WESTUS2:20210807T001154Z:9c9026b3-684a-4785-8a34-2d41f3b492e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1984,8 +1984,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2001,28 +2001,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:36:48 GMT" + "Sat, 07 Aug 2021 00:12:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11978" + "11979" ], "x-ms-request-id": [ - "de69d05b-2a3b-4f33-be63-1a44434d30b2" + "126152dd-10e9-42f0-95f5-1dab4ae4de0f" ], "x-ms-correlation-request-id": [ - "de69d05b-2a3b-4f33-be63-1a44434d30b2" + "126152dd-10e9-42f0-95f5-1dab4ae4de0f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193649Z:de69d05b-2a3b-4f33-be63-1a44434d30b2" + "WESTUS2:20210807T001209Z:126152dd-10e9-42f0-95f5-1dab4ae4de0f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2041,8 +2041,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2058,28 +2058,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:37:04 GMT" + "Sat, 07 Aug 2021 00:12:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11977" + "11978" ], "x-ms-request-id": [ - "eff777ae-0495-4efa-a156-4907052bf07a" + "9cac74c7-dfdd-4f77-a7a4-e08ce5275b9e" ], "x-ms-correlation-request-id": [ - "eff777ae-0495-4efa-a156-4907052bf07a" + "9cac74c7-dfdd-4f77-a7a4-e08ce5275b9e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193704Z:eff777ae-0495-4efa-a156-4907052bf07a" + "WESTUS2:20210807T001224Z:9cac74c7-dfdd-4f77-a7a4-e08ce5275b9e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2098,8 +2098,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2115,28 +2115,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:37:19 GMT" + "Sat, 07 Aug 2021 00:12:38 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11976" + "11977" ], "x-ms-request-id": [ - "14c8748a-933e-4951-8faf-4926a5962b55" + "20c74854-a6a5-4825-a277-8de3280865e8" ], "x-ms-correlation-request-id": [ - "14c8748a-933e-4951-8faf-4926a5962b55" + "20c74854-a6a5-4825-a277-8de3280865e8" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193719Z:14c8748a-933e-4951-8faf-4926a5962b55" + "WESTUS2:20210807T001239Z:20c74854-a6a5-4825-a277-8de3280865e8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2155,8 +2155,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2172,28 +2172,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:37:34 GMT" + "Sat, 07 Aug 2021 00:12:54 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11975" + "11976" ], "x-ms-request-id": [ - "af6c4baf-3a07-42d9-b29f-843013234b07" + "1b9f78ff-d8a3-4894-99d0-86663fa05638" ], "x-ms-correlation-request-id": [ - "af6c4baf-3a07-42d9-b29f-843013234b07" + "1b9f78ff-d8a3-4894-99d0-86663fa05638" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193734Z:af6c4baf-3a07-42d9-b29f-843013234b07" + "WESTUS2:20210807T001254Z:1b9f78ff-d8a3-4894-99d0-86663fa05638" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2212,8 +2212,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2229,28 +2229,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:37:49 GMT" + "Sat, 07 Aug 2021 00:13:08 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11974" + "11999" ], "x-ms-request-id": [ - "e33af034-8d58-4da2-bb97-7e659b7c5bb6" + "d3548348-7482-4460-b036-2b7f371aedb6" ], "x-ms-correlation-request-id": [ - "e33af034-8d58-4da2-bb97-7e659b7c5bb6" + "d3548348-7482-4460-b036-2b7f371aedb6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193749Z:e33af034-8d58-4da2-bb97-7e659b7c5bb6" + "WESTUS2:20210807T001309Z:d3548348-7482-4460-b036-2b7f371aedb6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2269,8 +2269,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2286,28 +2286,28 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:38:04 GMT" + "Sat, 07 Aug 2021 00:13:23 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" + "11998" ], "x-ms-request-id": [ - "9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" + "2250092f-c771-4f3a-8cde-c71876049239" ], "x-ms-correlation-request-id": [ - "9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" + "2250092f-c771-4f3a-8cde-c71876049239" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193804Z:9fc1b7e6-5ae5-48d4-9a8f-e1f14208a40e" + "WESTUS2:20210807T001324Z:2250092f-c771-4f3a-8cde-c71876049239" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2326,8 +2326,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2343,22 +2343,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:38:19 GMT" + "Sat, 07 Aug 2021 00:13:39 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11997" ], "x-ms-request-id": [ - "29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" + "992c9434-23b6-48e8-bac0-c77d4a98f918" ], "x-ms-correlation-request-id": [ - "29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" + "992c9434-23b6-48e8-bac0-c77d4a98f918" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193819Z:29fd14a3-9cf8-4ec4-9aaa-1e415775f3c9" + "WESTUS2:20210807T001339Z:992c9434-23b6-48e8-bac0-c77d4a98f918" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2377,8 +2377,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDM2MjEtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRE0yTWpFdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDE1NDQtV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSREUxTkRRdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2394,22 +2394,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:38:19 GMT" + "Sat, 07 Aug 2021 00:13:39 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11971" + "11996" ], "x-ms-request-id": [ - "23a2cdba-1e1d-45ea-918a-51ec7f300364" + "41897d4b-1950-4280-a8c0-3cccda9caeec" ], "x-ms-correlation-request-id": [ - "23a2cdba-1e1d-45ea-918a-51ec7f300364" + "41897d4b-1950-4280-a8c0-3cccda9caeec" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T193819Z:23a2cdba-1e1d-45ea-918a-51ec7f300364" + "WESTUS2:20210807T001339Z:41897d4b-1950-4280-a8c0-3cccda9caeec" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2430,8 +2430,8 @@ ], "Names": { "ContainerServiceGetCredentialsTest": [ - "aks-dotnet-sdk-RG-3621", - "azsmnet5584" + "aks-dotnet-sdk-RG-1544", + "azsmnet3973" ] }, "Variables": { diff --git a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json index b8508d164f230..4a86c3c5ec5ae 100644 --- a/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json +++ b/sdk/containerservice/Microsoft.Azure.Management.ContainerService/tests/SessionRecords/ContainerServiceTests/ContainerServiceUpdateServiceTest.json @@ -7,7 +7,7 @@ "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "2b379f83-a318-4684-ba29-3191d5fcce61" + "95eebeb1-d620-491c-8234-3b372ab17114" ], "accept-language": [ "en-US" @@ -24,7 +24,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:07:18 GMT" + "Fri, 06 Aug 2021 23:42:46 GMT" ], "Pragma": [ "no-cache" @@ -33,13 +33,13 @@ "11999" ], "x-ms-request-id": [ - "d75535a1-01ea-4577-bf7f-84d90f6d6da9" + "3535e7e3-fa2a-44e0-a521-dd3580a1cf4f" ], "x-ms-correlation-request-id": [ - "d75535a1-01ea-4577-bf7f-84d90f6d6da9" + "3535e7e3-fa2a-44e0-a521-dd3580a1cf4f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190719Z:d75535a1-01ea-4577-bf7f-84d90f6d6da9" + "WESTUS:20210806T234247Z:3535e7e3-fa2a-44e0-a521-dd3580a1cf4f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -48,7 +48,7 @@ "nosniff" ], "Content-Length": [ - "101562" + "103021" ], "Content-Type": [ "application/json; charset=utf-8" @@ -57,17 +57,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi1_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi1_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ebld44039060_tosi2_westeurope\",\r\n \"name\": \"MC_ebld44039060_tosi2_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"build_version_string\": \"ebld44039060\",\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosiwesteurope_westeurope\",\r\n \"name\": \"MC_tosi1_tosiwesteurope_westeurope\",\r\n \"location\": \"westeurope\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625414838\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111-uksouth\",\r\n \"name\": \"hcpgalofirebld44040111-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44040111\",\r\n \"name\": \"sqlgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44040111\",\r\n \"name\": \"hcpgalofirebld44040111\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44040111-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224-uksouth\",\r\n \"name\": \"hcpgalofirebld44041224-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44041224\",\r\n \"name\": \"sqlgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44041224\",\r\n \"name\": \"hcpgalofirebld44041224\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44041224-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115-uksouth\",\r\n \"name\": \"hcpgalofirebld44054115-uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44054115\",\r\n \"name\": \"sqlgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44054115\",\r\n \"name\": \"hcpgalofirebld44054115\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-2_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625493994\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-1_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-svc-0_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"name\": \"mc_hcpgalofirebld44054115-uksouth-cx-3_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625271143\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320-southcentralus\",\r\n \"name\": \"hcptqinchenebld44088320-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltqinchenebld44088320\",\r\n \"name\": \"sqltqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptqinchenebld44088320\",\r\n \"name\": \"hcptqinchenebld44088320\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"mc_hcptqinchenebld44088320-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506134\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41549137_hcpmirsikebld41549137-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622207190\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpmirsikebld41554058_hcpmirsikebld41554058-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1622981261\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0604e\",\r\n \"name\": \"doliu0604e\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0604e_t2w_eastus2euap\",\r\n \"name\": \"MC_doliu0604e_t2w_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1623042409\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/michael-scale\",\r\n \"name\": \"michael-scale\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_michael-scale_michael-scale_eastus2\",\r\n \"name\": \"MC_michael-scale_michael-scale_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458018\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksetctestganesh\",\r\n \"name\": \"aksetctestganesh\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAP\",\r\n \"name\": \"DefaultResourceGroup-EAP\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"name\": \"MC_aksetctestganesh_aksetctestganeshcluster_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/gktestconfig\",\r\n \"name\": \"gktestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"name\": \"MC_gktestconfig_gkakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ganeshtestconfig\",\r\n \"name\": \"ganeshtestconfig\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"name\": \"MC_ganeshtestconfig_ganeshakstestconfig_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"name\": \"MC_jiliu8-dapr_dapr-test1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625407643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/binxi\",\r\n \"name\": \"binxi\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi0702private_eastus2\",\r\n \"name\": \"MC_binxi_binxi0702private_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625504745\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxi_binxi070201_eastus2\",\r\n \"name\": \"MC_binxi_binxi070201_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625490398\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-dapr\",\r\n \"name\": \"jiliu8-dapr\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624453613\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44110084-KEATU\",\r\n \"name\": \"e2erg-toncheebld44110084-KEATU\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1602774559\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-10-13 00:08:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156-eastus\",\r\n \"name\": \"hcpxinywaebld43996156-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxinywaebld43996156\",\r\n \"name\": \"sqlxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxinywaebld43996156\",\r\n \"name\": \"hcpxinywaebld43996156\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpxinywaebld43996156-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625301890\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksDKCTestGanesh\",\r\n \"name\": \"aksDKCTestGanesh\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655-eastus\",\r\n \"name\": \"hcpshmalfatebld44020655-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44020655\",\r\n \"name\": \"sqlshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44020655\",\r\n \"name\": \"hcpshmalfatebld44020655\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44020655-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124-eastus\",\r\n \"name\": \"hcptilnlebld44021124-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltilnlebld44021124\",\r\n \"name\": \"sqltilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptilnlebld44021124\",\r\n \"name\": \"hcptilnlebld44021124\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptilnlebld44021124-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339116\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474-eastus\",\r\n \"name\": \"hcpbinxiebld44032474-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbinxiebld44032474\",\r\n \"name\": \"sqlbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbinxiebld44032474\",\r\n \"name\": \"hcpbinxiebld44032474\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbinxiebld44032474-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_binxiebld44032474_test1_eastus\",\r\n \"name\": \"MC_binxiebld44032474_test1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625314002\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049-eastus\",\r\n \"name\": \"hcpjiliuebld44041049-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiliuebld44041049\",\r\n \"name\": \"sqljiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiliuebld44041049\",\r\n \"name\": \"hcpjiliuebld44041049\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiliuebld44041049-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370-eastus\",\r\n \"name\": \"hcpaleldeibebld44056370-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44056370\",\r\n \"name\": \"sqlaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44056370\",\r\n \"name\": \"hcpaleldeibebld44056370\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44056370-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625264368\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065539-eastus\",\r\n \"name\": \"hcpaleldeibebld44065539-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065539\",\r\n \"name\": \"sqlaleldeibebld44065539\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625278060\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44065814-eastus\",\r\n \"name\": \"hcpaleldeibebld44065814-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44065814\",\r\n \"name\": \"sqlaleldeibebld44065814\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281-eastus\",\r\n \"name\": \"hcpaleldeibebld44066281-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld44066281\",\r\n \"name\": \"sqlaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld44066281\",\r\n \"name\": \"hcpaleldeibebld44066281\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaleldeibebld44066281-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434848\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560-eastus\",\r\n \"name\": \"hcpandliuebld44067560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld44067560\",\r\n \"name\": \"sqlandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld44067560\",\r\n \"name\": \"hcpandliuebld44067560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld44067560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625286400\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-LGSsum\",\r\n \"name\": \"e2erg-jiliuebld44041049-LGSsum\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-LGSsum_e2eaks-khe_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"name\": \"MC_xinywaTest_xinywaTestCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625296008\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057-eastus\",\r\n \"name\": \"hcpgalofirebld44073057-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlgalofirebld44073057\",\r\n \"name\": \"sqlgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpgalofirebld44073057\",\r\n \"name\": \"hcpgalofirebld44073057\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpgalofirebld44073057-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625300767\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld44067560_andliu3_eastus\",\r\n \"name\": \"MC_andliuebld44067560_andliu3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"andliuebld44067560\",\r\n \"deletion_due_time\": \"1625378786\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"name\": \"MC_galofirebld44073057_galofirebld44073057_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"galofirebld44073057\",\r\n \"deletion_due_time\": \"1625310357\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-cdQWNg\",\r\n \"name\": \"e2erg-jiliuebld44041049-cdQWNg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"name\": \"MC_e2erg-jiliuebld44041049-cdQWNg_e2eaks-KWj_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-jiliuebld44041049-Alxiqi\",\r\n \"name\": \"e2erg-jiliuebld44041049-Alxiqi\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625358911\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44084491\",\r\n \"name\": \"sqltjnguyenebld44084491\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867-eastus\",\r\n \"name\": \"hcptienleebld44090867-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltienleebld44090867\",\r\n \"name\": \"sqltienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tienle-vhdgeneralized32-rg\",\r\n \"name\": \"tienle-vhdgeneralized32-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625339265\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptienleebld44090867\",\r\n \"name\": \"hcptienleebld44090867\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptienleebld44090867-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625338494\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"name\": \"MC_aksDKCTestGanesh_aksGktestcluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625342780\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/agentbaker-e2e-tests\",\r\n \"name\": \"agentbaker-e2e-tests\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"name\": \"MC_agentbaker-e2e-tests_agentbaker-e2e-test-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935-eastus\",\r\n \"name\": \"hcpchmcbridebld44098935-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44098935\",\r\n \"name\": \"sqlchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44098935\",\r\n \"name\": \"hcpchmcbridebld44098935\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44098935-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625351618\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mutiagenteast\",\r\n \"name\": \"mutiagenteast\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksvhdbuilderrg\",\r\n \"name\": \"aksvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461-eastus\",\r\n \"name\": \"hcpchmcbridebld44101461-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlchmcbridebld44101461\",\r\n \"name\": \"sqlchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpchmcbridebld44101461\",\r\n \"name\": \"hcpchmcbridebld44101461\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpchmcbridebld44101461-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625353855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357-eastus\",\r\n \"name\": \"hcptjuliayiebld44102357-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44102357\",\r\n \"name\": \"sqltjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44102357\",\r\n \"name\": \"hcptjuliayiebld44102357\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44102357-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625355390\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44020655_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625498483\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitao\",\r\n \"name\": \"haitao\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_haitao_bootA_eastus\",\r\n \"name\": \"MC_haitao_bootA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110-eastus\",\r\n \"name\": \"hcpbaheebld44108110-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44108110\",\r\n \"name\": \"sqlbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44108110\",\r\n \"name\": \"hcpbaheebld44108110\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44108110-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364158\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld44108110_test_eastus\",\r\n \"name\": \"MC_baheebld44108110_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld44108110\",\r\n \"deletion_due_time\": \"1625371669\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054-eastus\",\r\n \"name\": \"hcphaitchebld44115054-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlhaitchebld44115054\",\r\n \"name\": \"sqlhaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcphaitchebld44115054\",\r\n \"name\": \"hcphaitchebld44115054\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcphaitchebld44115054-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625381964\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508-eastus\",\r\n \"name\": \"hcpbaheebld44124508-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld44124508\",\r\n \"name\": \"sqlbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosi1_tosieastus_eastus\",\r\n \"name\": \"MC_tosi1_tosieastus_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld44124508\",\r\n \"name\": \"hcpbaheebld44124508\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpbaheebld44124508-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625466684\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097-eastus\",\r\n \"name\": \"hcptjnguyenebld44127097-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld44127097\",\r\n \"name\": \"sqltjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld44127097\",\r\n \"name\": \"hcptjnguyenebld44127097\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjnguyenebld44127097-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625413291\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442-eastus\",\r\n \"name\": \"hcptrangebld44131442-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltrangebld44131442\",\r\n \"name\": \"sqltrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptrangebld44131442\",\r\n \"name\": \"hcptrangebld44131442\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptrangebld44131442-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625421747\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868-eastus\",\r\n \"name\": \"hcpaganeshkebld44135868-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaganeshkebld44135868\",\r\n \"name\": \"sqlaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaganeshkebld44135868\",\r\n \"name\": \"hcpaganeshkebld44135868\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpaganeshkebld44135868-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625428331\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-trangebld44131442-nHqzZl\",\r\n \"name\": \"e2erg-trangebld44131442-nHqzZl\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"name\": \"MC_e2erg-trangebld44131442-nHqzZl_e2eaks-yFY_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"hcp performance\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695-eastus\",\r\n \"name\": \"hcpnikelleebld44137695-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlnikelleebld44137695\",\r\n \"name\": \"sqlnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpnikelleebld44137695\",\r\n \"name\": \"hcpnikelleebld44137695\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpnikelleebld44137695-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625431005\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016-eastus\",\r\n \"name\": \"hcptchamakaebld44140016-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44140016\",\r\n \"name\": \"sqltchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44140016\",\r\n \"name\": \"hcptchamakaebld44140016\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44140016-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625434720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267-eastus\",\r\n \"name\": \"hcptaboraebld44146267-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltaboraebld44146267\",\r\n \"name\": \"sqltaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptaboraebld44146267\",\r\n \"name\": \"hcptaboraebld44146267\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptaboraebld44146267-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625444511\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687-eastus\",\r\n \"name\": \"hcpasilvermebld44147687-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlasilvermebld44147687\",\r\n \"name\": \"sqlasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpasilvermebld44147687\",\r\n \"name\": \"hcpasilvermebld44147687\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpasilvermebld44147687-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625446293\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-qinhaoebld43927544-RJIOA\",\r\n \"name\": \"e2erg-qinhaoebld43927544-RJIOA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"name\": \"MC_e2erg-qinhaoebld43927544-RJIOA_e2eaks-loA_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625454436\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"windows k8s\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077-eastus\",\r\n \"name\": \"hcpjiesheebld44153077-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljiesheebld44153077\",\r\n \"name\": \"sqljiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjiesheebld44153077\",\r\n \"name\": \"hcpjiesheebld44153077\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpjiesheebld44153077-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625458978\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515-eastus\",\r\n \"name\": \"hcpshmalfatebld44167515-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlshmalfatebld44167515\",\r\n \"name\": \"sqlshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpshmalfatebld44167515\",\r\n \"name\": \"hcpshmalfatebld44167515\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpshmalfatebld44167515-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625501970\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516-eastus\",\r\n \"name\": \"hcptjuliayiebld44169516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjuliayiebld44169516\",\r\n \"name\": \"sqltjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjuliayiebld44169516\",\r\n \"name\": \"hcptjuliayiebld44169516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptjuliayiebld44169516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625506209\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"name\": \"MC_tjuliayiebld44169516_tjuliayiebld44169516_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tjuliayiebld44169516\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-psl7rbiu6l\",\r\n \"name\": \"pkr-Resource-Group-psl7rbiu6l\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248199\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-uwkt8qzc9k\",\r\n \"name\": \"pkr-Resource-Group-uwkt8qzc9k\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1625508386\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625248283\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995-eastus\",\r\n \"name\": \"hcptchamakaebld44171995-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltchamakaebld44171995\",\r\n \"name\": \"sqltchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptchamakaebld44171995\",\r\n \"name\": \"hcptchamakaebld44171995\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcptchamakaebld44171995-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625511054\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {},\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"name\": \"MC_shmalfatebld44167515_shmalfat-test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"shmalfatebld44167515\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44107243-nnPeJ\",\r\n \"name\": \"e2erg-toncheebld44107243-nnPeJ\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44107243-nnPeJ_e2eaks-bTE_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625364442\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-toncheebld44109962-CnPeG\",\r\n \"name\": \"e2erg-toncheebld44109962-CnPeG\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"name\": \"MC_e2erg-toncheebld44109962-CnPeG_e2eaks-Wug_uaenorth\",\r\n \"location\": \"uaenorth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625368030\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"addon\",\r\n \"test_scenario\": \"Scenario_Addon\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/asilverman-provision-test\",\r\n \"name\": \"asilverman-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625436368\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"name\": \"MC_asilverman-provision-test_asilverman-provision-test_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625425583\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625429243\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917-westus\",\r\n \"name\": \"hcpyunrugeebld44138917-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld44138917\",\r\n \"name\": \"sqlyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld44138917\",\r\n \"name\": \"hcpyunrugeebld44138917\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpyunrugeebld44138917-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625432833\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099-westus\",\r\n \"name\": \"hcpmirsikebld44142099-westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmirsikebld44142099\",\r\n \"name\": \"sqlmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmirsikebld44142099\",\r\n \"name\": \"hcpmirsikebld44142099\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-2_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-svc-0_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-1_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"name\": \"mc_hcpmirsikebld44142099-westus-cx-3_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625437589\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1581307527\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1624928888\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_niqi-test-capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS2\",\r\n \"name\": \"DefaultResourceGroup-WUS2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625281604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/haitch\",\r\n \"name\": \"haitch\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tosi1\",\r\n \"name\": \"tosi1\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625404029\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"name\": \"e2e-rg-aks-1QDvRH2V8U90kfcNDcU98r\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625472459\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1625212001\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-tmp\",\r\n \"name\": \"lima-tmp\",\r\n \"location\": \"eastasia\",\r\n \"tags\": {\r\n \"coin\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44072710_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44072710\",\r\n \"name\": \"yizhangebld44072710\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625328452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EAU\",\r\n \"name\": \"DefaultResourceGroup-EAU\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625335599\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster3_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44096015\",\r\n \"name\": \"yizhangebld44096015\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625346451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44096015_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44096015\",\r\n \"deletion_due_time\": \"1625349981\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhangebld44099246\",\r\n \"name\": \"yizhangebld44099246\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625357266\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster2_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"name\": \"MC_yizhangebld44099246_yizhang5cluster4_australiaeast\",\r\n \"location\": \"australiaeast\",\r\n \"tags\": {\r\n \"build_version_string\": \"yizhangebld44099246\",\r\n \"deletion_due_time\": \"1625360808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", + "ResponseBody": "{\r\n \"value\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tilnl-test\",\r\n \"name\": \"tilnl-test\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1584392964\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317QsBu_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15325aYDV_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts15317gBhU_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"name\": \"r-k8sts153251Sm5_rp-runner-k8s_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0001\",\r\n \"name\": \"sertac-pl-server0001\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sertac-pl-server0000\",\r\n \"name\": \"sertac-pl-server0000\",\r\n \"location\": \"westcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_lima-test_test_uksouth\",\r\n \"name\": \"MC_lima-test_test_uksouth\",\r\n \"location\": \"uksouth\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644-southcentralus\",\r\n \"name\": \"hcpaleldeibebld45288644-southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlaleldeibebld45288644\",\r\n \"name\": \"sqlaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpaleldeibebld45288644\",\r\n \"name\": \"hcpaleldeibebld45288644\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-svc-0_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-2_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-3_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"name\": \"MC_hcpaleldeibebld45288644-southcentralus-cx-1_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628370220\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-config-test\",\r\n \"name\": \"aks-validator-config-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-staging-test\",\r\n \"name\": \"aks-validator-staging-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"name\": \"MC_aks-validator-staging-test_validator-control-plane-staging_southcentralus\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-validator-meta-test\",\r\n \"name\": \"aks-validator-meta-test\",\r\n \"location\": \"southcentralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"name\": \"ResourceMoverRG-eastus2-eastus-eus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1625185593\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts153251Sm5\",\r\n \"name\": \"r-k8sts153251Sm5\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317QsBu\",\r\n \"name\": \"r-k8sts15317QsBu\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15317gBhU\",\r\n \"name\": \"r-k8sts15317gBhU\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/r-k8sts15325aYDV\",\r\n \"name\": \"r-k8sts15325aYDV\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073-eastus2\",\r\n \"name\": \"hcppranejaebld45298073-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45298073\",\r\n \"name\": \"sqlpranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45298073\",\r\n \"name\": \"hcppranejaebld45298073\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcppranejaebld45298073-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/bahetest\",\r\n \"name\": \"bahetest\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628384893\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_bahetest_test_eastus2\",\r\n \"name\": \"MC_bahetest_test_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628503588\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppranejaebld45307416-eastus2\",\r\n \"name\": \"hcppranejaebld45307416-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpranejaebld45307416\",\r\n \"name\": \"sqlpranejaebld45307416\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-check-deploy-center_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000-eastus2\",\r\n \"name\": \"hcpmattstamebld15150000-eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld15150000\",\r\n \"name\": \"sqlmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld15150000\",\r\n \"name\": \"hcpmattstamebld15150000\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-2_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-svc-0_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-1_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"name\": \"MC_hcpmattstamebld15150000-eastus2-cx-3_eastus2\",\r\n \"location\": \"eastus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45345341-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45345341\",\r\n \"name\": \"sqlyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45345341\",\r\n \"name\": \"hcpyunrugeebld45345341\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45345341-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463720\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762-eastus2euap\",\r\n \"name\": \"hcpyunrugeebld45346762-eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlyunrugeebld45346762\",\r\n \"name\": \"sqlyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpyunrugeebld45346762\",\r\n \"name\": \"hcpyunrugeebld45346762\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-2_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-svc-0_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-3_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"name\": \"MC_hcpyunrugeebld45346762-eastus2euap-cx-1_eastus2euap\",\r\n \"location\": \"eastus2euap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628465612\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jiliu8-secrets\",\r\n \"name\": \"jiliu8-secrets\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"name\": \"MC_jiliu8-secrets_secrets-test1_centraluseuap\",\r\n \"location\": \"centraluseuap\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhdbuilderrg\",\r\n \"name\": \"akswinvhdbuilderrg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-qy82ipks4t\",\r\n \"name\": \"packer-Resource-Group-qy82ipks4t\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1600402373\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1600140760\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-15 12:06:03Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/supportability-ads\",\r\n \"name\": \"supportability-ads\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"azwatch.recyclingmark\": \"1\",\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_supportability-ads_dvt-cluster_eastus\",\r\n \"name\": \"MC_supportability-ads_dvt-cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1618010405\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aksrnr-3d2f5e0d\",\r\n \"name\": \"aksrnr-3d2f5e0d\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627610884\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447-eastus\",\r\n \"name\": \"hcpneaggarwebld45018447-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpneaggarwebld45018447\",\r\n \"name\": \"hcpneaggarwebld45018447\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpneaggarwebld45018447-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628312783\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/abelgmsavnet\",\r\n \"name\": \"abelgmsavnet\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627722452\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/pkr-Resource-Group-25p7zs9pae\",\r\n \"name\": \"pkr-Resource-Group-25p7zs9pae\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1627873637\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1627613755\",\r\n \"os\": \"Windows\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350-eastus\",\r\n \"name\": \"hcpandliuebld45143350-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlandliuebld45143350\",\r\n \"name\": \"sqlandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpandliuebld45143350\",\r\n \"name\": \"hcpandliuebld45143350\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcpandliuebld45143350-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_andliuebld45143350_andliu_eastus\",\r\n \"name\": \"MC_andliuebld45143350_andliu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628527316\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"name\": \"MC_xiazhanebld45090388_ttl14_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45090388\",\r\n \"deletion_due_time\": \"1628395716\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/ismilletest\",\r\n \"name\": \"ismilletest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-RPA\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-RPA\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-FMC\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-FMC\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-FMC_e2eaks-JXl_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628292738\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"msiuserassigned\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari_ptest\",\r\n \"name\": \"amaheshwari_ptest\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628298424\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021-eastus\",\r\n \"name\": \"hcppebomberebld45261021-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlpebomberebld45261021\",\r\n \"name\": \"sqlpebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcppebomberebld45261021\",\r\n \"name\": \"hcppebomberebld45261021\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"name\": \"mc_hcppebomberebld45261021-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628297956\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"name\": \"MC_qinhaoebld45227637_win-containerd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"qinhaoebld45227637\",\r\n \"deletion_due_time\": \"1628302049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/jostupka-provision-test\",\r\n \"name\": \"jostupka-provision-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-waH\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-waH\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-waH_e2eaks-UjS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-KKL\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-KKL\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628356045\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-KKL_e2eaks-tLW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-rey\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-rey\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-rey_e2eaks-bzS_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-woE\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-woE\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-woE_e2eaks-Ect_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-VBR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-VBR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-VBR_e2eaks-InW_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-cPB\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-cPB\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628366083\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-cPB_e2eaks-pZo_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973-eastus\",\r\n \"name\": \"hcptpedrotoebld45291973-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltpedrotoebld45291973\",\r\n \"name\": \"sqltpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptpedrotoebld45291973\",\r\n \"name\": \"hcptpedrotoebld45291973\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptpedrotoebld45291973-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628371925\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-JAu\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-JAu\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628373991\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-JAu_e2eaks-cZs_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628489234\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"name\": \"MC_zhifanhuebld45251608_zhifanhuebld45251608_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"zhifanhuebld45251608\",\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-XgZ\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-XgZ\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381258\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-XgZ_e2eaks-Yrv_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-EUS\",\r\n \"name\": \"DefaultResourceGroup-EUS\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_xiazhanebld45153668_xx31_eastus\",\r\n \"name\": \"MC_xiazhanebld45153668_xx31_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"xiazhanebld45153668\",\r\n \"deletion_due_time\": \"1628399224\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270-eastus\",\r\n \"name\": \"hcpxiazhanebld45313270-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45313270\",\r\n \"name\": \"sqlxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45313270\",\r\n \"name\": \"hcpxiazhanebld45313270\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45313270-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628443363\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975-eastus\",\r\n \"name\": \"hcptosiebld45314975-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltosiebld45314975\",\r\n \"name\": \"sqltosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptosiebld45314975\",\r\n \"name\": \"hcptosiebld45314975\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptosiebld45314975-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628408586\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tosiebld45314975_tosi1_eastus\",\r\n \"name\": \"MC_tosiebld45314975_tosi1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"tosiebld45314975\",\r\n \"deletion_due_time\": \"1628413604\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278-eastus\",\r\n \"name\": \"hcpzuyaebld45320278-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45320278\",\r\n \"name\": \"sqlzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45320278\",\r\n \"name\": \"hcpzuyaebld45320278\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzuyaebld45320278-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628420932\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321274-eastus\",\r\n \"name\": \"hcpbaheebld45321274-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321274\",\r\n \"name\": \"sqlbaheebld45321274\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628424416\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777-eastus\",\r\n \"name\": \"hcpbaheebld45321777-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45321777\",\r\n \"name\": \"sqlbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45321777\",\r\n \"name\": \"hcpbaheebld45321777\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45321777-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628425254\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_baheebld45321777_test_eastus\",\r\n \"name\": \"MC_baheebld45321777_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"baheebld45321777\",\r\n \"deletion_due_time\": \"1628428035\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-xgR\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-xgR\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-xgR_e2eaks-Lwc_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516-eastus\",\r\n \"name\": \"hcpmattstamebld1516-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1516\",\r\n \"name\": \"sqlmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"name\": \"MC_jostupka-provision-test_example-custom-head_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1516\",\r\n \"name\": \"hcpmattstamebld1516\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpmattstamebld1516-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560-eastus\",\r\n \"name\": \"hcpjoolshevebld45333560-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqljoolshevebld45333560\",\r\n \"name\": \"sqljoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpjoolshevebld45333560\",\r\n \"name\": \"hcpjoolshevebld45333560\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpjoolshevebld45333560-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449250\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/yizhang5\",\r\n \"name\": \"yizhang5\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_yizhang5_yizhang5cluster_eastus\",\r\n \"name\": \"MC_yizhang5_yizhang5cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628449623\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346-eastus\",\r\n \"name\": \"hcpxiazhanebld45336346-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlxiazhanebld45336346\",\r\n \"name\": \"sqlxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpxiazhanebld45336346\",\r\n \"name\": \"hcpxiazhanebld45336346\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpxiazhanebld45336346-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628452658\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_joolshevebld45333560_test_eastus\",\r\n \"name\": \"MC_joolshevebld45333560_test_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"joolshevebld45333560\",\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45251608-OsX\",\r\n \"name\": \"e2erg-zhifanhuebld45251608-OsX\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45251608-OsX_e2eaks-nKt_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815-eastus\",\r\n \"name\": \"hcpzhifanhuebld45339815-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45339815\",\r\n \"name\": \"sqlzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45339815\",\r\n \"name\": \"hcpzhifanhuebld45339815\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45339815-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628456857\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1516-swift-rg\",\r\n \"name\": \"mattstamebld1516-swift-rg\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628464191\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/amaheshwari-proxy\",\r\n \"name\": \"amaheshwari-proxy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"name\": \"MC_cmhResourceGroup_cmhAksCluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-YCT\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-YCT\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-YCT_e2eaks-Tkd_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628463971\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-AUF\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-AUF\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-AUF_e2eaks-xSu_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628467707\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-qvy\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-qvy\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-qvy_e2eaks-IaI_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-iyY\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-iyY\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628474868\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-iyY_e2eaks-JLy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-zhifanhuebld45341218-fLK\",\r\n \"name\": \"e2erg-zhifanhuebld45341218-fLK\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628478421\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"name\": \"MC_e2erg-zhifanhuebld45341218-fLK_e2eaks-Qwi_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"preview\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45355288\",\r\n \"name\": \"sqlniqiebld45355288\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117-eastus\",\r\n \"name\": \"hcpbaheebld45357117-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45357117\",\r\n \"name\": \"sqlbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45357117\",\r\n \"name\": \"hcpbaheebld45357117\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpbaheebld45357117-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628486206\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45359927-eastus\",\r\n \"name\": \"hcpbaheebld45359927-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45359927\",\r\n \"name\": \"sqlbaheebld45359927\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45360178-eastus\",\r\n \"name\": \"hcpbaheebld45360178-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45360178\",\r\n \"name\": \"sqlbaheebld45360178\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628492856\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld45360681-eastus\",\r\n \"name\": \"hcpzuyaebld45360681-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld45360681\",\r\n \"name\": \"sqlzuyaebld45360681\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628496451\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421-eastus\",\r\n \"name\": \"hcpniqiebld45362421-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlniqiebld45362421\",\r\n \"name\": \"sqlniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpniqiebld45362421\",\r\n \"name\": \"hcpniqiebld45362421\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpniqiebld45362421-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpbaheebld45362484-eastus\",\r\n \"name\": \"hcpbaheebld45362484-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlbaheebld45362484\",\r\n \"name\": \"sqlbaheebld45362484\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628500016\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-niqiebld45362421-Dhimzdp\",\r\n \"name\": \"e2erg-niqiebld45362421-Dhimzdp\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628506135\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"name\": \"MC_e2erg-niqiebld45362421-Dhimzdp_e2eaks-WkE_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"test_plan\": \"cloud controller manager\",\r\n \"test_scenario\": \"ScenarioE2E\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzuyaebld34534512-eastus\",\r\n \"name\": \"hcpzuyaebld34534512-eastus\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzuyaebld34534512\",\r\n \"name\": \"sqlzuyaebld34534512\",\r\n \"location\": \"eastus\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"name\": \"MC_niqiebld45362421_test-slb-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"niqiebld45362421\",\r\n \"deletion_due_time\": \"1628510808\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761-eastus\",\r\n \"name\": \"hcptjnguyenebld45367761-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqltjnguyenebld45367761\",\r\n \"name\": \"sqltjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcptjnguyenebld45367761\",\r\n \"name\": \"hcptjnguyenebld45367761\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcptjnguyenebld45367761-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628516973\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780-eastus\",\r\n \"name\": \"hcpthgambleebld45369780-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlthgambleebld45369780\",\r\n \"name\": \"sqlthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpthgambleebld45369780\",\r\n \"name\": \"hcpthgambleebld45369780\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpthgambleebld45369780-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628523341\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042-eastus\",\r\n \"name\": \"hcpcharliliebld45374042-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlcharliliebld45374042\",\r\n \"name\": \"sqlcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpcharliliebld45374042\",\r\n \"name\": \"hcpcharliliebld45374042\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpcharliliebld45374042-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628530855\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205-eastus\",\r\n \"name\": \"hcpamaheshwebld45378205-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45378205\",\r\n \"name\": \"sqlamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45378205\",\r\n \"name\": \"hcpamaheshwebld45378205\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45378205-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628537207\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/kaiqzhan-test\",\r\n \"name\": \"kaiqzhan-test\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628543100\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"name\": \"MC_amaheshwebld45378205_testProxy_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45378205\",\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738-eastus\",\r\n \"name\": \"hcpzhifanhuebld45384738-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlzhifanhuebld45384738\",\r\n \"name\": \"sqlzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpzhifanhuebld45384738\",\r\n \"name\": \"hcpzhifanhuebld45384738\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpzhifanhuebld45384738-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546095\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958-eastus\",\r\n \"name\": \"hcpamaheshwebld45384958-eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlamaheshwebld45384958\",\r\n \"name\": \"sqlamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpamaheshwebld45384958\",\r\n \"name\": \"hcpamaheshwebld45384958\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-svc-0_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-2_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"name\": \"MC_hcpamaheshwebld45384958-eastus-cx-1_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"name\": \"MC_amaheshwebld45384958_testProxy3_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"build_version_string\": \"amaheshwebld45384958\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/cleanupservice\",\r\n \"name\": \"cleanupservice\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"What Is Cleanup Service\": \"https://aka.ms/WhatIsCleanupService\",\r\n \"deletion_due_time\": \"1601593682\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/DefaultResourceGroup-WUS\",\r\n \"name\": \"DefaultResourceGroup-WUS\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628460437\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/RookTest\",\r\n \"name\": \"RookTest\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_RookTest_cluster_westus\",\r\n \"name\": \"MC_RookTest_cluster_westus\",\r\n \"location\": \"westus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628525242\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aro-e2e-cluster-rattedairp\",\r\n \"name\": \"aro-e2e-cluster-rattedairp\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"created_from\": \"ARO-Pool-E2E-regular-17000003\",\r\n \"deletion_due_time\": \"1581300164\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1581040305\",\r\n \"now_day\": \"7\",\r\n \"now_month\": \"2\",\r\n \"now_year\": \"2020\",\r\n \"testTag1\": \"aro-scoringcan-bouc58br19\",\r\n \"testTag2\": \"aro-furtheredt-bouc58br19\",\r\n \"azwatch.first-seen\": \"2020-02-07 12:01:38Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"name\": \"2a482a0d-cf5d-4d50-b9a8-fd2e73cb2795\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"testTag3\": \"aro-sofaSchuyl-bouc58br19\",\r\n \"testTag4\": \"aro-garotespop-bouc58br19\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/akswinvhd\",\r\n \"name\": \"akswinvhd\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1599984494\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2020-09-10 12:10:22Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/packer-Resource-Group-1rcwct31aw\",\r\n \"name\": \"packer-Resource-Group-1rcwct31aw\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"createdBy\": \"aks-vhd-pipeline\",\r\n \"deletion_due_time\": \"1599470194\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"now\": \"1599209150\",\r\n \"os\": \"Windows\",\r\n \"azwatch.first-seen\": \"2020-09-04 12:05:50Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie\",\r\n \"name\": \"robbie\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1615710004\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"azwatch.first-seen\": \"2021-03-11 12:03:24Z\",\r\n \"azwatch.recycling-mark\": \"1\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie_robbietest_westus2\",\r\n \"name\": \"MC_robbie_robbietest_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628536049\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/lima-test\",\r\n \"name\": \"lima-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628550386\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/NetworkWatcherRG\",\r\n \"name\": \"NetworkWatcherRG\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"name\": \"OS_aro-e2e-cluster-rattedairp_aro-malapropsp-bouc5cbr19_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627769226\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/niqi-test-capz\",\r\n \"name\": \"niqi-test-capz\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"Name\": \"niqi-test-capz\",\r\n \"deletion_due_time\": \"1628482047\",\r\n \"deletion_marked_by\": \"gc\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_cluster_capz\": \"owned\",\r\n \"sigs.k8s.io_cluster-api-provider-azure_role\": \"common\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/tonche\",\r\n \"name\": \"tonche\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628294840\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_tonche_tcluster_westus2\",\r\n \"name\": \"MC_tonche_tcluster_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628305659\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/paultest\",\r\n \"name\": \"paultest\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_paultest_foo_westus2\",\r\n \"name\": \"MC_paultest_foo_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628361966\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1510-westus2\",\r\n \"name\": \"hcpmattstamebld1510-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1510\",\r\n \"name\": \"sqlmattstamebld1510\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628378566\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511-westus2\",\r\n \"name\": \"hcpmattstamebld1511-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1511\",\r\n \"name\": \"sqlmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1511\",\r\n \"name\": \"hcpmattstamebld1511\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1511-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628381579\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/mattstamebld1511-swift-rg\",\r\n \"name\": \"mattstamebld1511-swift-rg\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628388411\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift1_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628446044\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"name\": \"MC_mattstamebld1511_mattstamebld1511-swift2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"build_version_string\": \"mattstamebld1511\",\r\n \"deletion_due_time\": \"1628392076\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512-westus2\",\r\n \"name\": \"hcpmattstamebld1512-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1512\",\r\n \"name\": \"sqlmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1512\",\r\n \"name\": \"hcpmattstamebld1512\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1512-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628396582\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"name\": \"MC_jostupka-provision-test_ipaddress-fix_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628431643\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513-westus2\",\r\n \"name\": \"hcpmattstamebld1513-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1513\",\r\n \"name\": \"sqlmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1513\",\r\n \"name\": \"hcpmattstamebld1513\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1513-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628438904\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"name\": \"MC_jostupka-provision-test_jostupka-provision-test-csi_westus3\",\r\n \"location\": \"westus3\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514-westus2\",\r\n \"name\": \"hcpmattstamebld1514-westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/sqlmattstamebld1514\",\r\n \"name\": \"sqlmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/hcpmattstamebld1514\",\r\n \"name\": \"hcpmattstamebld1514\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-2_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-1_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-svc-0_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"name\": \"MC_hcpmattstamebld1514-westus2-cx-3_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628442461\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/robbie0805\",\r\n \"name\": \"robbie0805\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_robbie0805_byort_westus2\",\r\n \"name\": \"MC_robbie0805_byort_westus2\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628453206\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-AYKGPzl\",\r\n \"name\": \"e2erg-mattstamebld1516-AYKGPzl\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CSSyWVq\",\r\n \"name\": \"e2erg-mattstamebld1516-CSSyWVq\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/e2erg-mattstamebld1516-CIGMexN\",\r\n \"name\": \"e2erg-mattstamebld1516-CIGMexN\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628521595\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/xiahe-sbus-test\",\r\n \"name\": \"xiahe-sbus-test\",\r\n \"location\": \"westus2\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628546797\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0727-pol\",\r\n \"name\": \"doliu0727-pol\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1627636012\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/doliu0803-ga\",\r\n \"name\": \"doliu0803-ga\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628219307\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_doliu0803-ga_p1_southeastasia\",\r\n \"name\": \"MC_doliu0803-ga_p1_southeastasia\",\r\n \"location\": \"southeastasia\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628316391\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"name\": \"MC_aksrnr-1d4bbe75_cluster_canadaeast\",\r\n \"location\": \"canadaeast\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-3d2f5e0d_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1567416263\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"name\": \"MC_aksrnr-21b7647c_cluster_centralus\",\r\n \"location\": \"centralus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1628057244\",\r\n \"deletion_marked_by\": \"gc\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n },\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aksrnr-921390bc_cluster_eastus\",\r\n \"name\": \"MC_aksrnr-921390bc_cluster_eastus\",\r\n \"location\": \"eastus\",\r\n \"tags\": {\r\n \"deletion_due_time\": \"1612837888\",\r\n \"deletion_marked_by\": \"teardown\"\r\n },\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n }\r\n ]\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "PUT", "RequestBody": "{\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "044753a5-7625-4d88-9d2b-940bf987eb0c" + "08584306-d659-4804-8138-9574d00dd062" ], "accept-language": [ "en-US" @@ -90,7 +90,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:07:19 GMT" + "Fri, 06 Aug 2021 23:42:47 GMT" ], "Pragma": [ "no-cache" @@ -99,13 +99,13 @@ "1199" ], "x-ms-request-id": [ - "a6639ba7-3074-4f55-b967-7b81fbeecb8a" + "46c2eb03-e73d-4ab5-90fb-f699b7291ad6" ], "x-ms-correlation-request-id": [ - "a6639ba7-3074-4f55-b967-7b81fbeecb8a" + "46c2eb03-e73d-4ab5-90fb-f699b7291ad6" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190720Z:a6639ba7-3074-4f55-b967-7b81fbeecb8a" + "WESTUS:20210806T234247Z:46c2eb03-e73d-4ab5-90fb-f699b7291ad6" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -114,7 +114,7 @@ "nosniff" ], "Content-Length": [ - "196" + "198" ], "Content-Type": [ "application/json; charset=utf-8" @@ -123,17 +123,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708\",\r\n \"name\": \"aks-dotnet-sdk-RG-708\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7507\",\r\n \"name\": \"aks-dotnet-sdk-RG-7507\",\r\n \"location\": \"westus2\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTY4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "PUT", "RequestBody": "{\r\n \"properties\": {\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"mode\": \"System\"\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\",\r\n \"secret\": \"XFP5t_5wcL48VA00GY7OunpsVlcTR228Co\"\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "ee61869e-9b09-4679-835f-a6ec9329360d" + "16591f5a-0d83-492b-9594-4fffb822551f" ], "accept-language": [ "en-US" @@ -156,7 +156,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:07:25 GMT" + "Fri, 06 Aug 2021 23:42:53 GMT" ], "Pragma": [ "no-cache" @@ -168,13 +168,13 @@ "1199" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "3ff0aeb3-0e69-4ff0-847e-2c5c0ed80826" + "6cd509fe-7a98-4ace-9f19-e2a95c427451" ], "x-ms-request-id": [ - "21f688bb-3e6e-4415-b3d1-a0fea5b25f30" + "6112cdd3-47cb-4b46-9d7c-7531b9fe64b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -183,7 +183,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190726Z:3ff0aeb3-0e69-4ff0-847e-2c5c0ed80826" + "WESTUS:20210806T234254Z:6cd509fe-7a98-4ace-9f19-e2a95c427451" ], "Content-Length": [ "1791" @@ -195,17 +195,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5681\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7e97bf0f.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7e97bf0f.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Creating\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n }\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 201 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTY4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "PUT", - "RequestBody": "{\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"location\": \"westus2\"\r\n}", + "RequestBody": "{\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n },\r\n \"properties\": {\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"mode\": \"System\",\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2/providers/Microsoft.Network/publicIPAddresses/07c42002-333a-4701-a51c-55b2aeb66f86\"\r\n }\r\n ]\r\n }\r\n }\r\n },\r\n \"location\": \"westus2\"\r\n}", "RequestHeaders": { "x-ms-client-request-id": [ - "1119c063-6f3c-4d5f-88dc-490b2c92fea7" + "2ab51ab7-27de-49e3-94b4-e25901c94bb9" ], "accept-language": [ "en-US" @@ -228,7 +228,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:11:00 GMT" + "Fri, 06 Aug 2021 23:46:03 GMT" ], "Pragma": [ "no-cache" @@ -237,19 +237,19 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191101Z:9ecb4751-09e7-4001-89cb-112443e5b4e2" + "WESTUS:20210806T234603Z:56475f58-f2ad-4b8d-8d4f-b250b4290075" ], "x-ms-ratelimit-remaining-subscription-writes": [ "1198" ], "Azure-AsyncOperation": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d516c895-bad5-4703-8257-bc3acb94e560?api-version=2016-03-30" ], "x-ms-correlation-request-id": [ - "9ecb4751-09e7-4001-89cb-112443e5b4e2" + "56475f58-f2ad-4b8d-8d4f-b250b4290075" ], "x-ms-request-id": [ - "e262e4fd-c7a3-4e55-9979-fba7e7edc4cc" + "d516c895-bad5-4703-8257-bc3acb94e560" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -258,7 +258,7 @@ "nosniff" ], "Content-Length": [ - "2054" + "2055" ], "Content-Type": [ "application/json" @@ -267,12 +267,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5681\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7e97bf0f.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7e97bf0f.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Scaling\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2/providers/Microsoft.Network/publicIPAddresses/07c42002-333a-4701-a51c-55b2aeb66f86\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -288,7 +288,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:07:55 GMT" + "Fri, 06 Aug 2021 23:43:23 GMT" ], "Pragma": [ "no-cache" @@ -300,10 +300,10 @@ "11999" ], "x-ms-correlation-request-id": [ - "86e3bca1-821c-42d2-9e9b-64fa2df622fe" + "7a5371a7-380b-46fd-8f27-a0abe89d1353" ], "x-ms-request-id": [ - "33f814c1-f54c-4323-acb4-c3a5758adf60" + "989a022e-65c8-4e6c-a79d-77c0ca3c1834" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -312,10 +312,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190756Z:86e3bca1-821c-42d2-9e9b-64fa2df622fe" + "WESTUS:20210806T234324Z:7a5371a7-380b-46fd-8f27-a0abe89d1353" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -324,12 +324,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -345,7 +345,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:08:26 GMT" + "Fri, 06 Aug 2021 23:43:54 GMT" ], "Pragma": [ "no-cache" @@ -357,10 +357,10 @@ "11998" ], "x-ms-correlation-request-id": [ - "27a550b4-13b5-4fd6-87a9-abeee9d4b057" + "cd2ccae2-5cff-4616-97b6-235b7085098a" ], "x-ms-request-id": [ - "2cd0c97d-f783-4f6d-8898-7930d9b4d35e" + "8eb5a522-71f2-46b7-9f1c-bb16a1fd8128" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -369,10 +369,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190826Z:27a550b4-13b5-4fd6-87a9-abeee9d4b057" + "WESTUS:20210806T234354Z:cd2ccae2-5cff-4616-97b6-235b7085098a" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -381,12 +381,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -402,7 +402,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:08:55 GMT" + "Fri, 06 Aug 2021 23:44:24 GMT" ], "Pragma": [ "no-cache" @@ -414,10 +414,10 @@ "11997" ], "x-ms-correlation-request-id": [ - "665e3c8f-949d-4de0-a22f-27cc35e48183" + "50f0ee3b-8370-4b58-88e1-0a72b7a74a54" ], "x-ms-request-id": [ - "25f1afa2-c20d-4227-a25b-847025c2ba11" + "d490384c-1c2e-41eb-9497-31dee7dd72b5" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -426,10 +426,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190856Z:665e3c8f-949d-4de0-a22f-27cc35e48183" + "WESTUS:20210806T234424Z:50f0ee3b-8370-4b58-88e1-0a72b7a74a54" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -438,12 +438,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -459,7 +459,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:09:26 GMT" + "Fri, 06 Aug 2021 23:44:54 GMT" ], "Pragma": [ "no-cache" @@ -471,10 +471,10 @@ "11996" ], "x-ms-correlation-request-id": [ - "ebb4a315-9828-4a6b-a512-e84e9500b40b" + "6d05b654-14f3-48c9-a4c7-765f2be23505" ], "x-ms-request-id": [ - "295ec7aa-6a67-46ad-9e17-b4c7e56544bb" + "2833b934-2c5c-48a3-a610-e8178c109f14" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -483,10 +483,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190926Z:ebb4a315-9828-4a6b-a512-e84e9500b40b" + "WESTUS:20210806T234454Z:6d05b654-14f3-48c9-a4c7-765f2be23505" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -495,12 +495,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -516,7 +516,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:09:56 GMT" + "Fri, 06 Aug 2021 23:45:24 GMT" ], "Pragma": [ "no-cache" @@ -528,10 +528,10 @@ "11995" ], "x-ms-correlation-request-id": [ - "8d75aa23-ba7a-478f-b278-33c55094d740" + "600c7c13-b658-4b23-99cc-6feb5130acaf" ], "x-ms-request-id": [ - "ccd835d5-bbe1-4b75-b61d-f123686412e5" + "70c3b9dc-c84f-473a-b81a-0220a0d72bae" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -540,10 +540,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T190956Z:8d75aa23-ba7a-478f-b278-33c55094d740" + "WESTUS:20210806T234524Z:600c7c13-b658-4b23-99cc-6feb5130acaf" ], "Content-Length": [ - "120" + "121" ], "Content-Type": [ "application/json" @@ -552,12 +552,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/6112cdd3-47cb-4b46-9d7c-7531b9fe64b5?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzYxMTJjZGQzLTQ3Y2ItNGI0Ni05ZDdjLTc1MzFiOWZlNjRiNT9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -573,7 +573,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:10:25 GMT" + "Fri, 06 Aug 2021 23:45:54 GMT" ], "Pragma": [ "no-cache" @@ -585,10 +585,10 @@ "11994" ], "x-ms-correlation-request-id": [ - "2868224e-7846-47ce-b216-ce2807be7a2c" + "1a42e20a-7243-4d36-94bd-297e43065f20" ], "x-ms-request-id": [ - "36f0d2e1-2adb-4cb0-aa68-7a481fad6fa8" + "fc2f9c0a-5f9e-4151-80e5-99ce3ceb93eb" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -597,67 +597,10 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191026Z:2868224e-7846-47ce-b216-ce2807be7a2c" + "WESTUS:20210806T234555Z:1a42e20a-7243-4d36-94bd-297e43065f20" ], "Content-Length": [ - "120" - ], - "Content-Type": [ - "application/json" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\"\r\n}", - "StatusCode": 200 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/21f688bb-3e6e-4415-b3d1-a0fea5b25f30?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zLzIxZjY4OGJiLTNlNmUtNDQxNS1iM2QxLWEwZmVhNWIyNWYzMD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.ContainerService.ContainerServiceClient/1.2.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 19:10:56 GMT" - ], - "Pragma": [ - "no-cache" - ], - "Server": [ - "nginx" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11993" - ], - "x-ms-correlation-request-id": [ - "ec101a51-6b12-47e4-9664-8752cd26d156" - ], - "x-ms-request-id": [ - "e10579bc-00ff-4051-b4a0-1a105dbe5924" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T191056Z:ec101a51-6b12-47e4-9664-8752cd26d156" - ], - "Content-Length": [ - "164" + "165" ], "Content-Type": [ "application/json" @@ -666,12 +609,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"bb88f621-6e3e-1544-b3d1-a0fea5b25f30\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:07:26.2Z\",\r\n \"endTime\": \"2021-07-02T19:10:47.6917627Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"d3cd1261-cb47-464b-9d7c-7531b9fe64b5\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:42:54.08Z\",\r\n \"endTime\": \"2021-08-06T23:45:53.1316099Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTY4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -687,7 +630,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:10:56 GMT" + "Fri, 06 Aug 2021 23:45:54 GMT" ], "Pragma": [ "no-cache" @@ -696,16 +639,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191057Z:29502405-b8cd-452d-9e4c-8898f65d2385" + "WESTUS:20210806T234555Z:6414a7b7-ebc3-4514-b5b0-819e0a4ff3b2" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11992" + "11993" ], "x-ms-correlation-request-id": [ - "29502405-b8cd-452d-9e4c-8898f65d2385" + "6414a7b7-ebc3-4514-b5b0-819e0a4ff3b2" ], "x-ms-request-id": [ - "96a4476c-5dbe-4bce-bfcb-3ccc37544afb" + "1d5147fe-302f-42f1-a84a-d4b8e980e067" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -714,7 +657,7 @@ "nosniff" ], "Content-Length": [ - "2058" + "2059" ], "Content-Type": [ "application/json" @@ -723,12 +666,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5681\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7e97bf0f.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7e97bf0f.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 1,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2/providers/Microsoft.Network/publicIPAddresses/07c42002-333a-4701-a51c-55b2aeb66f86\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936?api-version=2021-05-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOC9wcm92aWRlcnMvTWljcm9zb2Z0LkNvbnRhaW5lclNlcnZpY2UvbWFuYWdlZENsdXN0ZXJzL2F6c21uZXQ5OTM2P2FwaS12ZXJzaW9uPTIwMjEtMDUtMDE=", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681?api-version=2021-07-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlR3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDcvcHJvdmlkZXJzL01pY3Jvc29mdC5Db250YWluZXJTZXJ2aWNlL21hbmFnZWRDbHVzdGVycy9henNtbmV0NTY4MT9hcGktdmVyc2lvbj0yMDIxLTA3LTAx", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -744,7 +687,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:01 GMT" + "Fri, 06 Aug 2021 23:48:03 GMT" ], "Pragma": [ "no-cache" @@ -753,16 +696,16 @@ "nginx" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191301Z:e5afe014-f6d7-4505-bbca-24dbe42508bd" + "WESTUS:20210806T234804Z:264f4571-5a0e-496d-85b9-4ebb6fafbdba" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11987" + "11988" ], "x-ms-correlation-request-id": [ - "e5afe014-f6d7-4505-bbca-24dbe42508bd" + "264f4571-5a0e-496d-85b9-4ebb6fafbdba" ], "x-ms-request-id": [ - "b477f0eb-4660-47cd-9ec4-fa1e8f017fe0" + "7d471959-946a-400c-96a3-6f11f03d9384" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -771,7 +714,7 @@ "nosniff" ], "Content-Length": [ - "2058" + "2059" ], "Content-Type": [ "application/json" @@ -780,12 +723,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708/providers/Microsoft.ContainerService/managedClusters/azsmnet9936\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet9936\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.19.11\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-1e40c40c.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-1e40c40c.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.19.11\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.06.09\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-708_azsmnet9936_westus2/providers/Microsoft.Network/publicIPAddresses/3abd50ed-5b17-44ef-8eeb-f6544dc8b2f0\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", + "ResponseBody": "{\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507/providers/Microsoft.ContainerService/managedClusters/azsmnet5681\",\r\n \"location\": \"westus2\",\r\n \"name\": \"azsmnet5681\",\r\n \"type\": \"Microsoft.ContainerService/ManagedClusters\",\r\n \"properties\": {\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"kubernetesVersion\": \"1.20.7\",\r\n \"dnsPrefix\": \"aksdotnetsdk\",\r\n \"fqdn\": \"aksdotnetsdk-7e97bf0f.hcp.westus2.azmk8s.io\",\r\n \"azurePortalFQDN\": \"aksdotnetsdk-7e97bf0f.portal.hcp.westus2.azmk8s.io\",\r\n \"agentPoolProfiles\": [\r\n {\r\n \"name\": \"aksagent\",\r\n \"count\": 2,\r\n \"vmSize\": \"Standard_D2s_v3\",\r\n \"osDiskSizeGB\": 128,\r\n \"osDiskType\": \"Managed\",\r\n \"kubeletDiskType\": \"OS\",\r\n \"maxPods\": 110,\r\n \"type\": \"VirtualMachineScaleSets\",\r\n \"provisioningState\": \"Succeeded\",\r\n \"powerState\": {\r\n \"code\": \"Running\"\r\n },\r\n \"orchestratorVersion\": \"1.20.7\",\r\n \"nodeLabels\": {},\r\n \"mode\": \"System\",\r\n \"osType\": \"Linux\",\r\n \"osSKU\": \"Ubuntu\",\r\n \"nodeImageVersion\": \"AKSUbuntu-1804gen2containerd-2021.07.17\",\r\n \"enableFIPS\": false\r\n }\r\n ],\r\n \"servicePrincipalProfile\": {\r\n \"clientId\": \"076cf0ff-3706-4e0c-a1fc-e15dbe35d077\"\r\n },\r\n \"nodeResourceGroup\": \"MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2\",\r\n \"enableRBAC\": true,\r\n \"networkProfile\": {\r\n \"networkPlugin\": \"kubenet\",\r\n \"loadBalancerSku\": \"Standard\",\r\n \"loadBalancerProfile\": {\r\n \"managedOutboundIPs\": {\r\n \"count\": 1\r\n },\r\n \"effectiveOutboundIPs\": [\r\n {\r\n \"id\": \"/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourceGroups/MC_aks-dotnet-sdk-RG-7507_azsmnet5681_westus2/providers/Microsoft.Network/publicIPAddresses/07c42002-333a-4701-a51c-55b2aeb66f86\"\r\n }\r\n ]\r\n },\r\n \"podCidr\": \"10.244.0.0/16\",\r\n \"serviceCidr\": \"10.0.0.0/16\",\r\n \"dnsServiceIP\": \"10.0.0.10\",\r\n \"dockerBridgeCidr\": \"172.17.0.1/16\",\r\n \"outboundType\": \"loadBalancer\"\r\n },\r\n \"maxAgentPools\": 100\r\n },\r\n \"sku\": {\r\n \"name\": \"Basic\",\r\n \"tier\": \"Free\"\r\n }\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d516c895-bad5-4703-8257-bc3acb94e560?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q1MTZjODk1LWJhZDUtNDcwMy04MjU3LWJjM2FjYjk0ZTU2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -801,7 +744,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:11:30 GMT" + "Fri, 06 Aug 2021 23:46:32 GMT" ], "Pragma": [ "no-cache" @@ -810,13 +753,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11991" + "11992" ], "x-ms-correlation-request-id": [ - "a6b07763-41e3-4878-8cc8-9c4d5ea5b907" + "c3e678c8-ffac-437f-81ad-7c8d5c4f0b11" ], "x-ms-request-id": [ - "74127a37-af4a-4428-82f0-374248e37da6" + "fcf69294-32b1-4ea9-b39e-8964243e08a2" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -825,7 +768,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191131Z:a6b07763-41e3-4878-8cc8-9c4d5ea5b907" + "WESTUS:20210806T234633Z:c3e678c8-ffac-437f-81ad-7c8d5c4f0b11" ], "Content-Length": [ "121" @@ -837,12 +780,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"95c816d5-d5ba-0347-8257-bc3acb94e560\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:45:58.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d516c895-bad5-4703-8257-bc3acb94e560?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q1MTZjODk1LWJhZDUtNDcwMy04MjU3LWJjM2FjYjk0ZTU2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -858,7 +801,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:12:01 GMT" + "Fri, 06 Aug 2021 23:47:03 GMT" ], "Pragma": [ "no-cache" @@ -867,13 +810,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11990" + "11991" ], "x-ms-correlation-request-id": [ - "a81838c6-95ff-4eca-b29a-6143e86d15ad" + "dc2e0567-2bd8-4b69-a348-2fdc2bf416ed" ], "x-ms-request-id": [ - "39e9691d-93e3-4c61-b29f-12f2322ce3b0" + "48a88aa9-2ca6-4d5b-b74f-7591a664fcc8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -882,7 +825,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191201Z:a81838c6-95ff-4eca-b29a-6143e86d15ad" + "WESTUS:20210806T234704Z:dc2e0567-2bd8-4b69-a348-2fdc2bf416ed" ], "Content-Length": [ "121" @@ -894,12 +837,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"95c816d5-d5ba-0347-8257-bc3acb94e560\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:45:58.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d516c895-bad5-4703-8257-bc3acb94e560?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q1MTZjODk1LWJhZDUtNDcwMy04MjU3LWJjM2FjYjk0ZTU2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -915,7 +858,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:12:30 GMT" + "Fri, 06 Aug 2021 23:47:33 GMT" ], "Pragma": [ "no-cache" @@ -924,13 +867,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11989" + "11990" ], "x-ms-correlation-request-id": [ - "666b34ba-2aa0-4cc4-9e4a-08562224b905" + "87899827-e27e-4943-80ee-90ec537bb836" ], "x-ms-request-id": [ - "80ad1af9-3184-4c1b-b2f0-b36eb74b7d22" + "3ca9d579-a3d9-4d48-86d2-6bf09fa7ad31" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -939,7 +882,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191231Z:666b34ba-2aa0-4cc4-9e4a-08562224b905" + "WESTUS:20210806T234734Z:87899827-e27e-4943-80ee-90ec537bb836" ], "Content-Length": [ "121" @@ -951,12 +894,12 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"95c816d5-d5ba-0347-8257-bc3acb94e560\",\r\n \"status\": \"InProgress\",\r\n \"startTime\": \"2021-08-06T23:45:58.08Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/e262e4fd-c7a3-4e55-9979-fba7e7edc4cc?api-version=2016-03-30", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2UyNjJlNGZkLWM3YTMtNGU1NS05OTc5LWZiYTdlN2VkYzRjYz9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/providers/Microsoft.ContainerService/locations/westus2/operations/d516c895-bad5-4703-8257-bc3acb94e560?api-version=2016-03-30", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Byb3ZpZGVycy9NaWNyb3NvZnQuQ29udGFpbmVyU2VydmljZS9sb2NhdGlvbnMvd2VzdHVzMi9vcGVyYXRpb25zL2Q1MTZjODk1LWJhZDUtNDcwMy04MjU3LWJjM2FjYjk0ZTU2MD9hcGktdmVyc2lvbj0yMDE2LTAzLTMw", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -972,7 +915,7 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:01 GMT" + "Fri, 06 Aug 2021 23:48:03 GMT" ], "Pragma": [ "no-cache" @@ -981,13 +924,13 @@ "nginx" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11988" + "11989" ], "x-ms-correlation-request-id": [ - "4cbdcd80-2b77-4447-8ef7-8f35a653eab5" + "b851082d-6e91-48fe-940a-0d57e94c3aaf" ], "x-ms-request-id": [ - "2f5aadbe-0e57-438d-a856-c1a205a2caf3" + "2ed076f8-806a-478e-b32c-f28126cfa8b1" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -996,7 +939,7 @@ "nosniff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191301Z:4cbdcd80-2b77-4447-8ef7-8f35a653eab5" + "WESTUS:20210806T234804Z:b851082d-6e91-48fe-940a-0d57e94c3aaf" ], "Content-Length": [ "165" @@ -1008,17 +951,17 @@ "-1" ] }, - "ResponseBody": "{\r\n \"name\": \"fde462e2-a3c7-554e-9979-fba7e7edc4cc\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-07-02T19:11:00.06Z\",\r\n \"endTime\": \"2021-07-02T19:12:57.2961163Z\"\r\n}", + "ResponseBody": "{\r\n \"name\": \"95c816d5-d5ba-0347-8257-bc3acb94e560\",\r\n \"status\": \"Succeeded\",\r\n \"startTime\": \"2021-08-06T23:45:58.08Z\",\r\n \"endTime\": \"2021-08-06T23:47:51.6764861Z\"\r\n}", "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-708?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTcwOD9hcGktdmVyc2lvbj0yMDE1LTExLTAx", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/resourcegroups/aks-dotnet-sdk-RG-7507?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L3Jlc291cmNlZ3JvdXBzL2Frcy1kb3RuZXQtc2RrLVJHLTc1MDc/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", "RequestMethod": "DELETE", "RequestBody": "", "RequestHeaders": { "x-ms-client-request-id": [ - "3299315f-25ef-4d08-a56b-9774debe62a0" + "956db0fa-4d2c-4d85-b2c1-a0d3dbcfdb22" ], "accept-language": [ "en-US" @@ -1035,13 +978,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:01 GMT" + "Fri, 06 Aug 2021 23:48:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1050,13 +993,13 @@ "14999" ], "x-ms-request-id": [ - "d21de538-6c73-47d6-8075-74b0d5b11979" + "e5a35436-4673-4e18-a4d2-eff09a5400cc" ], "x-ms-correlation-request-id": [ - "d21de538-6c73-47d6-8075-74b0d5b11979" + "e5a35436-4673-4e18-a4d2-eff09a5400cc" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191302Z:d21de538-6c73-47d6-8075-74b0d5b11979" + "WESTUS:20210806T234805Z:e5a35436-4673-4e18-a4d2-eff09a5400cc" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1075,8 +1018,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1092,13 +1035,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:16 GMT" + "Fri, 06 Aug 2021 23:48:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1107,13 +1050,13 @@ "11999" ], "x-ms-request-id": [ - "00b5b731-ecb6-4e4e-83af-9cca17401fe2" + "76f85f29-983e-48d2-a6dc-366026339a3b" ], "x-ms-correlation-request-id": [ - "00b5b731-ecb6-4e4e-83af-9cca17401fe2" + "76f85f29-983e-48d2-a6dc-366026339a3b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191317Z:00b5b731-ecb6-4e4e-83af-9cca17401fe2" + "WESTUS:20210806T234820Z:76f85f29-983e-48d2-a6dc-366026339a3b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1132,8 +1075,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1149,13 +1092,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:31 GMT" + "Fri, 06 Aug 2021 23:48:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1164,13 +1107,13 @@ "11998" ], "x-ms-request-id": [ - "af8e9ebf-228a-4e07-9a33-fa811585224d" + "26eaaa0a-04e2-4c68-8f6a-7db94438563f" ], "x-ms-correlation-request-id": [ - "af8e9ebf-228a-4e07-9a33-fa811585224d" + "26eaaa0a-04e2-4c68-8f6a-7db94438563f" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191332Z:af8e9ebf-228a-4e07-9a33-fa811585224d" + "WESTUS:20210806T234835Z:26eaaa0a-04e2-4c68-8f6a-7db94438563f" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1189,8 +1132,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1206,13 +1149,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:13:46 GMT" + "Fri, 06 Aug 2021 23:48:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1221,13 +1164,13 @@ "11997" ], "x-ms-request-id": [ - "52edf082-a714-4506-8878-7d9e49f87538" + "39043224-20b9-4b0f-a238-66f7acced06d" ], "x-ms-correlation-request-id": [ - "52edf082-a714-4506-8878-7d9e49f87538" + "39043224-20b9-4b0f-a238-66f7acced06d" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191347Z:52edf082-a714-4506-8878-7d9e49f87538" + "WESTUS:20210806T234850Z:39043224-20b9-4b0f-a238-66f7acced06d" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1246,8 +1189,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1263,13 +1206,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:14:02 GMT" + "Fri, 06 Aug 2021 23:49:05 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1278,13 +1221,13 @@ "11996" ], "x-ms-request-id": [ - "90e2e8e5-6ae2-4096-be73-57b16df96c38" + "63e15a68-3ddd-4813-adeb-93cf6518db4b" ], "x-ms-correlation-request-id": [ - "90e2e8e5-6ae2-4096-be73-57b16df96c38" + "63e15a68-3ddd-4813-adeb-93cf6518db4b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191402Z:90e2e8e5-6ae2-4096-be73-57b16df96c38" + "WESTUS:20210806T234905Z:63e15a68-3ddd-4813-adeb-93cf6518db4b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1303,8 +1246,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1320,13 +1263,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:14:16 GMT" + "Fri, 06 Aug 2021 23:49:20 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1335,13 +1278,13 @@ "11995" ], "x-ms-request-id": [ - "8858ec0d-7522-4d6c-a957-ec7e55d54562" + "4d65c242-9263-472b-972a-1ba9819884e7" ], "x-ms-correlation-request-id": [ - "8858ec0d-7522-4d6c-a957-ec7e55d54562" + "4d65c242-9263-472b-972a-1ba9819884e7" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191417Z:8858ec0d-7522-4d6c-a957-ec7e55d54562" + "WESTUS:20210806T234921Z:4d65c242-9263-472b-972a-1ba9819884e7" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1360,8 +1303,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1377,13 +1320,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:14:31 GMT" + "Fri, 06 Aug 2021 23:49:35 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1392,13 +1335,13 @@ "11994" ], "x-ms-request-id": [ - "cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" + "71da3cfb-8594-4b9b-8365-5e4e39bb1be3" ], "x-ms-correlation-request-id": [ - "cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" + "71da3cfb-8594-4b9b-8365-5e4e39bb1be3" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191432Z:cb89b44d-c358-4ccc-9cf0-f1bc745d7a35" + "WESTUS:20210806T234936Z:71da3cfb-8594-4b9b-8365-5e4e39bb1be3" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1417,8 +1360,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1434,13 +1377,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:14:46 GMT" + "Fri, 06 Aug 2021 23:49:50 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1449,13 +1392,13 @@ "11993" ], "x-ms-request-id": [ - "d74a5403-cb11-4360-b58d-8a88f5490fb0" + "c53878ac-1638-4e3b-9672-45765ca0a58a" ], "x-ms-correlation-request-id": [ - "d74a5403-cb11-4360-b58d-8a88f5490fb0" + "c53878ac-1638-4e3b-9672-45765ca0a58a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191447Z:d74a5403-cb11-4360-b58d-8a88f5490fb0" + "WESTUS:20210806T234951Z:c53878ac-1638-4e3b-9672-45765ca0a58a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1474,8 +1417,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1491,13 +1434,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:15:01 GMT" + "Fri, 06 Aug 2021 23:50:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1506,13 +1449,13 @@ "11992" ], "x-ms-request-id": [ - "88aacd58-9168-4225-9975-056145f08494" + "e02888e5-24e0-4e0f-bffd-4c212c775b46" ], "x-ms-correlation-request-id": [ - "88aacd58-9168-4225-9975-056145f08494" + "e02888e5-24e0-4e0f-bffd-4c212c775b46" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191502Z:88aacd58-9168-4225-9975-056145f08494" + "WESTUS:20210806T235006Z:e02888e5-24e0-4e0f-bffd-4c212c775b46" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1531,8 +1474,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1548,13 +1491,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:15:17 GMT" + "Fri, 06 Aug 2021 23:50:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1563,13 +1506,13 @@ "11991" ], "x-ms-request-id": [ - "65729688-172e-416d-beda-4fb1079ebeae" + "b9febb8e-7ecb-4673-9413-3fd84d295c1a" ], "x-ms-correlation-request-id": [ - "65729688-172e-416d-beda-4fb1079ebeae" + "b9febb8e-7ecb-4673-9413-3fd84d295c1a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191517Z:65729688-172e-416d-beda-4fb1079ebeae" + "WESTUS:20210806T235021Z:b9febb8e-7ecb-4673-9413-3fd84d295c1a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1588,8 +1531,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1605,13 +1548,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:15:32 GMT" + "Fri, 06 Aug 2021 23:50:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1620,13 +1563,13 @@ "11990" ], "x-ms-request-id": [ - "56b48d54-e665-4de8-a74d-150e761876ac" + "20f729fc-06fe-4194-b14a-1a51b09c2019" ], "x-ms-correlation-request-id": [ - "56b48d54-e665-4de8-a74d-150e761876ac" + "20f729fc-06fe-4194-b14a-1a51b09c2019" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191532Z:56b48d54-e665-4de8-a74d-150e761876ac" + "WESTUS:20210806T235036Z:20f729fc-06fe-4194-b14a-1a51b09c2019" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1645,8 +1588,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1662,13 +1605,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:15:47 GMT" + "Fri, 06 Aug 2021 23:50:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1677,13 +1620,13 @@ "11989" ], "x-ms-request-id": [ - "c67c2f19-0e6b-4f63-84d0-99a7e9811462" + "083be9d9-539b-415c-8333-11d7ac3ed339" ], "x-ms-correlation-request-id": [ - "c67c2f19-0e6b-4f63-84d0-99a7e9811462" + "083be9d9-539b-415c-8333-11d7ac3ed339" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191547Z:c67c2f19-0e6b-4f63-84d0-99a7e9811462" + "WESTUS:20210806T235051Z:083be9d9-539b-415c-8333-11d7ac3ed339" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1702,8 +1645,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1719,13 +1662,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:16:02 GMT" + "Fri, 06 Aug 2021 23:51:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1734,13 +1677,13 @@ "11988" ], "x-ms-request-id": [ - "e0528e74-55b7-488d-bc35-d39441bdfab9" + "8b440cb8-73cf-4e01-8b5f-e3f2f071ecb0" ], "x-ms-correlation-request-id": [ - "e0528e74-55b7-488d-bc35-d39441bdfab9" + "8b440cb8-73cf-4e01-8b5f-e3f2f071ecb0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191602Z:e0528e74-55b7-488d-bc35-d39441bdfab9" + "WESTUS:20210806T235106Z:8b440cb8-73cf-4e01-8b5f-e3f2f071ecb0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1759,8 +1702,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1776,13 +1719,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:16:16 GMT" + "Fri, 06 Aug 2021 23:51:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1791,13 +1734,13 @@ "11987" ], "x-ms-request-id": [ - "df7fe56e-7407-4f71-a620-820a8978b0bc" + "d5abffed-70be-49db-9655-765c605e800c" ], "x-ms-correlation-request-id": [ - "df7fe56e-7407-4f71-a620-820a8978b0bc" + "d5abffed-70be-49db-9655-765c605e800c" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191617Z:df7fe56e-7407-4f71-a620-820a8978b0bc" + "WESTUS:20210806T235121Z:d5abffed-70be-49db-9655-765c605e800c" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1816,8 +1759,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1833,13 +1776,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:16:32 GMT" + "Fri, 06 Aug 2021 23:51:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1848,13 +1791,13 @@ "11986" ], "x-ms-request-id": [ - "dd5c5432-4161-4290-9d0e-751267b922c1" + "edc2c0ab-75a5-4bfc-ba11-368ac3c9556e" ], "x-ms-correlation-request-id": [ - "dd5c5432-4161-4290-9d0e-751267b922c1" + "edc2c0ab-75a5-4bfc-ba11-368ac3c9556e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191632Z:dd5c5432-4161-4290-9d0e-751267b922c1" + "WESTUS:20210806T235136Z:edc2c0ab-75a5-4bfc-ba11-368ac3c9556e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1873,8 +1816,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1890,13 +1833,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:16:47 GMT" + "Fri, 06 Aug 2021 23:51:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1905,13 +1848,13 @@ "11985" ], "x-ms-request-id": [ - "695dfad7-9070-4b8b-a201-bf61c183cc6d" + "4bd99d11-39e6-4d02-b356-08e93bbae8b8" ], "x-ms-correlation-request-id": [ - "695dfad7-9070-4b8b-a201-bf61c183cc6d" + "4bd99d11-39e6-4d02-b356-08e93bbae8b8" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191647Z:695dfad7-9070-4b8b-a201-bf61c183cc6d" + "WESTUS:20210806T235152Z:4bd99d11-39e6-4d02-b356-08e93bbae8b8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1930,8 +1873,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -1947,13 +1890,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:17:02 GMT" + "Fri, 06 Aug 2021 23:52:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -1962,13 +1905,13 @@ "11984" ], "x-ms-request-id": [ - "d18239c9-791d-49cd-8ab8-4035e840147a" + "b03850a3-e5d8-4b8c-8e49-30b5b4a7b95b" ], "x-ms-correlation-request-id": [ - "d18239c9-791d-49cd-8ab8-4035e840147a" + "b03850a3-e5d8-4b8c-8e49-30b5b4a7b95b" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191702Z:d18239c9-791d-49cd-8ab8-4035e840147a" + "WESTUS:20210806T235207Z:b03850a3-e5d8-4b8c-8e49-30b5b4a7b95b" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -1987,8 +1930,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2004,13 +1947,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:17:17 GMT" + "Fri, 06 Aug 2021 23:52:21 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2019,13 +1962,13 @@ "11983" ], "x-ms-request-id": [ - "a1e34ede-2633-45e4-b470-4672132430d0" + "d49e44bf-ce55-4a94-bbd6-fb0d0925815a" ], "x-ms-correlation-request-id": [ - "a1e34ede-2633-45e4-b470-4672132430d0" + "d49e44bf-ce55-4a94-bbd6-fb0d0925815a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191717Z:a1e34ede-2633-45e4-b470-4672132430d0" + "WESTUS:20210806T235222Z:d49e44bf-ce55-4a94-bbd6-fb0d0925815a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2044,8 +1987,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2061,13 +2004,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:17:32 GMT" + "Fri, 06 Aug 2021 23:52:36 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2076,13 +2019,13 @@ "11982" ], "x-ms-request-id": [ - "2b2d77c4-2cbe-4358-9aac-685b41f1f258" + "49b03c19-872c-4291-9b8b-604750d87682" ], "x-ms-correlation-request-id": [ - "2b2d77c4-2cbe-4358-9aac-685b41f1f258" + "49b03c19-872c-4291-9b8b-604750d87682" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191733Z:2b2d77c4-2cbe-4358-9aac-685b41f1f258" + "WESTUS:20210806T235237Z:49b03c19-872c-4291-9b8b-604750d87682" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2101,8 +2044,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2118,13 +2061,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:17:48 GMT" + "Fri, 06 Aug 2021 23:52:51 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2133,13 +2076,13 @@ "11981" ], "x-ms-request-id": [ - "a9b6703b-0116-4da1-ae36-ab1b4346c6a1" + "b3ee1d8b-9a40-4441-87c8-0d3a5c73d979" ], "x-ms-correlation-request-id": [ - "a9b6703b-0116-4da1-ae36-ab1b4346c6a1" + "b3ee1d8b-9a40-4441-87c8-0d3a5c73d979" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191748Z:a9b6703b-0116-4da1-ae36-ab1b4346c6a1" + "WESTUS:20210806T235252Z:b3ee1d8b-9a40-4441-87c8-0d3a5c73d979" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2158,8 +2101,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2175,13 +2118,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:18:02 GMT" + "Fri, 06 Aug 2021 23:53:06 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2190,13 +2133,13 @@ "11980" ], "x-ms-request-id": [ - "a612e2b2-98b8-4e1f-93fd-ab6337d543db" + "3173eeb6-611d-42fb-b0a1-c29658013e68" ], "x-ms-correlation-request-id": [ - "a612e2b2-98b8-4e1f-93fd-ab6337d543db" + "3173eeb6-611d-42fb-b0a1-c29658013e68" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191803Z:a612e2b2-98b8-4e1f-93fd-ab6337d543db" + "WESTUS:20210806T235307Z:3173eeb6-611d-42fb-b0a1-c29658013e68" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2215,8 +2158,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2232,13 +2175,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:18:17 GMT" + "Fri, 06 Aug 2021 23:53:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2247,13 +2190,13 @@ "11979" ], "x-ms-request-id": [ - "60e83280-d34b-4cb2-b8ea-dd39c8473ca7" + "db61b02b-a926-4fd9-8478-07c34a82a3c8" ], "x-ms-correlation-request-id": [ - "60e83280-d34b-4cb2-b8ea-dd39c8473ca7" + "db61b02b-a926-4fd9-8478-07c34a82a3c8" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191818Z:60e83280-d34b-4cb2-b8ea-dd39c8473ca7" + "WESTUS:20210806T235322Z:db61b02b-a926-4fd9-8478-07c34a82a3c8" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2272,8 +2215,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2289,13 +2232,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:18:32 GMT" + "Fri, 06 Aug 2021 23:53:37 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2304,13 +2247,13 @@ "11978" ], "x-ms-request-id": [ - "8860a7a7-d589-41b4-ba67-3cd93e398884" + "63a25989-8977-4c9c-976d-71e1060cb39e" ], "x-ms-correlation-request-id": [ - "8860a7a7-d589-41b4-ba67-3cd93e398884" + "63a25989-8977-4c9c-976d-71e1060cb39e" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191833Z:8860a7a7-d589-41b4-ba67-3cd93e398884" + "WESTUS:20210806T235337Z:63a25989-8977-4c9c-976d-71e1060cb39e" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2329,8 +2272,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2346,13 +2289,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:18:48 GMT" + "Fri, 06 Aug 2021 23:53:52 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2361,13 +2304,13 @@ "11977" ], "x-ms-request-id": [ - "f3a108c8-ea77-4c23-b1f6-b366ca290fdb" + "88b70e78-c43c-4365-a197-868c95ec26f0" ], "x-ms-correlation-request-id": [ - "f3a108c8-ea77-4c23-b1f6-b366ca290fdb" + "88b70e78-c43c-4365-a197-868c95ec26f0" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191848Z:f3a108c8-ea77-4c23-b1f6-b366ca290fdb" + "WESTUS:20210806T235352Z:88b70e78-c43c-4365-a197-868c95ec26f0" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2386,8 +2329,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2403,13 +2346,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:02 GMT" + "Fri, 06 Aug 2021 23:54:07 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2418,13 +2361,13 @@ "11976" ], "x-ms-request-id": [ - "5286f458-1fd7-487a-8db9-c88aa44fa573" + "946ba7b4-a682-4530-ab07-53823a5b4152" ], "x-ms-correlation-request-id": [ - "5286f458-1fd7-487a-8db9-c88aa44fa573" + "946ba7b4-a682-4530-ab07-53823a5b4152" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191903Z:5286f458-1fd7-487a-8db9-c88aa44fa573" + "WESTUS:20210806T235408Z:946ba7b4-a682-4530-ab07-53823a5b4152" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2443,8 +2386,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2460,13 +2403,13 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:17 GMT" + "Fri, 06 Aug 2021 23:54:22 GMT" ], "Pragma": [ "no-cache" ], "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" + "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01" ], "Retry-After": [ "15" @@ -2475,13 +2418,13 @@ "11975" ], "x-ms-request-id": [ - "48700296-6392-4c3c-a2e6-2666d50fd5bc" + "8e5546c4-5e6b-40bb-babf-a8cbfaccdb9a" ], "x-ms-correlation-request-id": [ - "48700296-6392-4c3c-a2e6-2666d50fd5bc" + "8e5546c4-5e6b-40bb-babf-a8cbfaccdb9a" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191918Z:48700296-6392-4c3c-a2e6-2666d50fd5bc" + "WESTUS:20210806T235423Z:8e5546c4-5e6b-40bb-babf-a8cbfaccdb9a" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2500,8 +2443,8 @@ "StatusCode": 202 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2517,79 +2460,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:32 GMT" + "Fri, 06 Aug 2021 23:54:37 GMT" ], "Pragma": [ "no-cache" ], - "Location": [ - "https://management.azure.com/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01" - ], - "Retry-After": [ - "15" - ], "x-ms-ratelimit-remaining-subscription-reads": [ "11974" ], "x-ms-request-id": [ - "07ca8e57-2d67-4af0-8d71-abbcca51a7e2" + "d10fdf2e-5de2-4413-a0e0-7804ed4f06ff" ], "x-ms-correlation-request-id": [ - "07ca8e57-2d67-4af0-8d71-abbcca51a7e2" + "d10fdf2e-5de2-4413-a0e0-7804ed4f06ff" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191933Z:07ca8e57-2d67-4af0-8d71-abbcca51a7e2" - ], - "Strict-Transport-Security": [ - "max-age=31536000; includeSubDomains" - ], - "X-Content-Type-Options": [ - "nosniff" - ], - "Content-Length": [ - "0" - ], - "Expires": [ - "-1" - ] - }, - "ResponseBody": "", - "StatusCode": 202 - }, - { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", - "RequestMethod": "GET", - "RequestBody": "", - "RequestHeaders": { - "User-Agent": [ - "FxVersion/4.6.00001.0", - "OSName/Windows", - "OSVersion/Microsoft.Windows.10.0.19043.", - "Microsoft.Azure.Management.Resources.ResourceManagementClient/1.0.0.0" - ] - }, - "ResponseHeaders": { - "Cache-Control": [ - "no-cache" - ], - "Date": [ - "Fri, 02 Jul 2021 19:19:48 GMT" - ], - "Pragma": [ - "no-cache" - ], - "x-ms-ratelimit-remaining-subscription-reads": [ - "11973" - ], - "x-ms-request-id": [ - "a4473387-757e-4336-b3ee-27bafa3a2ba8" - ], - "x-ms-correlation-request-id": [ - "a4473387-757e-4336-b3ee-27bafa3a2ba8" - ], - "x-ms-routing-request-id": [ - "WESTUS2:20210702T191948Z:a4473387-757e-4336-b3ee-27bafa3a2ba8" + "WESTUS:20210806T235438Z:d10fdf2e-5de2-4413-a0e0-7804ed4f06ff" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2608,8 +2494,8 @@ "StatusCode": 200 }, { - "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDcwOC1XRVNUVVMyIiwiam9iTG9jYXRpb24iOiJ3ZXN0dXMyIn0?api-version=2015-11-01", - "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGN3T0MxWFJWTlVWVk15SWl3aWFtOWlURzlqWVhScGIyNGlPaUozWlhOMGRYTXlJbjA/YXBpLXZlcnNpb249MjAxNS0xMS0wMQ==", + "RequestUri": "/subscriptions/8ecadfc9-d1a3-4ea4-b844-0d9f87e4d7c8/operationresults/eyJqb2JJZCI6IlJFU09VUkNFR1JPVVBERUxFVElPTkpPQi1BS1M6MkRET1RORVQ6MkRTREs6MkRSRzoyRDc1MDctV0VTVFVTMiIsImpvYkxvY2F0aW9uIjoid2VzdHVzMiJ9?api-version=2015-11-01", + "EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvOGVjYWRmYzktZDFhMy00ZWE0LWI4NDQtMGQ5Zjg3ZTRkN2M4L29wZXJhdGlvbnJlc3VsdHMvZXlKcWIySkpaQ0k2SWxKRlUwOVZVa05GUjFKUFZWQkVSVXhGVkVsUFRrcFBRaTFCUzFNNk1rUkVUMVJPUlZRNk1rUlRSRXM2TWtSU1J6b3lSRGMxTURjdFYwVlRWRlZUTWlJc0ltcHZZa3h2WTJGMGFXOXVJam9pZDJWemRIVnpNaUo5P2FwaS12ZXJzaW9uPTIwMTUtMTEtMDE=", "RequestMethod": "GET", "RequestBody": "", "RequestHeaders": { @@ -2625,22 +2511,22 @@ "no-cache" ], "Date": [ - "Fri, 02 Jul 2021 19:19:48 GMT" + "Fri, 06 Aug 2021 23:54:37 GMT" ], "Pragma": [ "no-cache" ], "x-ms-ratelimit-remaining-subscription-reads": [ - "11972" + "11973" ], "x-ms-request-id": [ - "14f81a28-bf77-4685-ae50-ff66937f6b14" + "455861aa-6f28-474e-9119-8f7ad1bdde97" ], "x-ms-correlation-request-id": [ - "14f81a28-bf77-4685-ae50-ff66937f6b14" + "455861aa-6f28-474e-9119-8f7ad1bdde97" ], "x-ms-routing-request-id": [ - "WESTUS2:20210702T191948Z:14f81a28-bf77-4685-ae50-ff66937f6b14" + "WESTUS:20210806T235438Z:455861aa-6f28-474e-9119-8f7ad1bdde97" ], "Strict-Transport-Security": [ "max-age=31536000; includeSubDomains" @@ -2661,8 +2547,8 @@ ], "Names": { "ContainerServiceUpdateServiceTest": [ - "aks-dotnet-sdk-RG-708", - "azsmnet9936" + "aks-dotnet-sdk-RG-7507", + "azsmnet5681" ] }, "Variables": { diff --git a/sdk/core/Azure.Core.Experimental/src/JsonData.cs b/sdk/core/Azure.Core.Experimental/src/JsonData.cs index c5deae1488c85..fa6f8f1fbb2c0 100644 --- a/sdk/core/Azure.Core.Experimental/src/JsonData.cs +++ b/sdk/core/Azure.Core.Experimental/src/JsonData.cs @@ -242,7 +242,7 @@ public T Get(string propertyName, JsonSerializerOptions options) /// A new instance of constructed from the underlying JSON value. public T To(JsonSerializerOptions options) { - return JsonSerializer.Deserialize(ToString(), options); + return JsonSerializer.Deserialize(ToJsonString(), options); } /// diff --git a/sdk/core/Azure.Core.Experimental/tests/JsonDataTests.cs b/sdk/core/Azure.Core.Experimental/tests/JsonDataTests.cs index 02af9bf842bd7..d3cdb9441882b 100644 --- a/sdk/core/Azure.Core.Experimental/tests/JsonDataTests.cs +++ b/sdk/core/Azure.Core.Experimental/tests/JsonDataTests.cs @@ -301,6 +301,14 @@ void validate(JsonData d) validate(roundTrip); } + [Test] + public void GetOfTWithStringWorks() + { + JsonData d = new JsonData(); + d.Set("property", "Hello"); + Assert.AreEqual("Hello", d.Get("property")); + } + private T JsonAsType(string json) { dynamic jsonData = JsonData.FromString(json); diff --git a/sdk/core/Azure.Core/CHANGELOG.md b/sdk/core/Azure.Core/CHANGELOG.md index d929edc325ff9..75c4e38731ff1 100644 --- a/sdk/core/Azure.Core/CHANGELOG.md +++ b/sdk/core/Azure.Core/CHANGELOG.md @@ -2,6 +2,8 @@ ## 1.19.0-beta.1 (Unreleased) +- Added `HttpAuthorization` to represent authentication information in Authorization, ProxyAuthorization, WWW-Authenticate, and Proxy-Authenticate header values. + ### Features Added ### Breaking Changes @@ -12,6 +14,7 @@ ## 1.18.0 (2021-08-18) + ### Bugs Fixed - Fixed a bug where a buffered error responses on .NET Framework were prematurely disposed diff --git a/sdk/core/Azure.Core/api/Azure.Core.net461.cs b/sdk/core/Azure.Core/api/Azure.Core.net461.cs index b2a7595aa0e06..96797910a8e60 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.net461.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.net461.cs @@ -59,6 +59,13 @@ public void Update(string signature) { } public override string ToString() { throw null; } public string ToString(string format) { throw null; } } + public partial class HttpAuthorization + { + public HttpAuthorization(string scheme, string parameter) { } + public string Parameter { get { throw null; } } + public string Scheme { get { throw null; } } + public override string ToString() { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HttpRange : System.IEquatable { diff --git a/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs b/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs index f8bc95c71307f..70b3e40b60a3c 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.net5.0.cs @@ -59,6 +59,13 @@ public void Update(string signature) { } public override string ToString() { throw null; } public string ToString(string format) { throw null; } } + public partial class HttpAuthorization + { + public HttpAuthorization(string scheme, string parameter) { } + public string Parameter { get { throw null; } } + public string Scheme { get { throw null; } } + public override string ToString() { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HttpRange : System.IEquatable { diff --git a/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs b/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs index b2a7595aa0e06..96797910a8e60 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.netcoreapp2.1.cs @@ -59,6 +59,13 @@ public void Update(string signature) { } public override string ToString() { throw null; } public string ToString(string format) { throw null; } } + public partial class HttpAuthorization + { + public HttpAuthorization(string scheme, string parameter) { } + public string Parameter { get { throw null; } } + public string Scheme { get { throw null; } } + public override string ToString() { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HttpRange : System.IEquatable { diff --git a/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs b/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs index b2a7595aa0e06..96797910a8e60 100644 --- a/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs +++ b/sdk/core/Azure.Core/api/Azure.Core.netstandard2.0.cs @@ -59,6 +59,13 @@ public void Update(string signature) { } public override string ToString() { throw null; } public string ToString(string format) { throw null; } } + public partial class HttpAuthorization + { + public HttpAuthorization(string scheme, string parameter) { } + public string Parameter { get { throw null; } } + public string Scheme { get { throw null; } } + public override string ToString() { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct HttpRange : System.IEquatable { diff --git a/sdk/storage/Azure.Storage.Common/src/HttpAuthorization.cs b/sdk/core/Azure.Core/src/HttpAuthorization.cs similarity index 100% rename from sdk/storage/Azure.Storage.Common/src/HttpAuthorization.cs rename to sdk/core/Azure.Core/src/HttpAuthorization.cs diff --git a/sdk/storage/Azure.Storage.Common/tests/HttpAuthorizationTests.cs b/sdk/core/Azure.Core/tests/HttpAuthorizationTests.cs similarity index 100% rename from sdk/storage/Azure.Storage.Common/tests/HttpAuthorizationTests.cs rename to sdk/core/Azure.Core/tests/HttpAuthorizationTests.cs diff --git a/sdk/core/Azure.Core/tests/ManagementPipelineBuilderTests.cs b/sdk/core/Azure.Core/tests/ManagementPipelineBuilderTests.cs index 6f812ab87b88f..8203b22e6f0ff 100644 --- a/sdk/core/Azure.Core/tests/ManagementPipelineBuilderTests.cs +++ b/sdk/core/Azure.Core/tests/ManagementPipelineBuilderTests.cs @@ -39,6 +39,7 @@ public void AddPerCallPolicy() [RecordedTest] [SyncOnly] + [PlaybackOnly("Not intended for live tests")] public void AddPerCallPolicyViaClient() { var options = InstrumentClientOptions(new ArmClientOptions()); diff --git a/sdk/datashare/Microsoft.Azure.Management.DataShare/src/Properties/AssemblyInfo.cs b/sdk/datashare/Microsoft.Azure.Management.DataShare/src/Properties/AssemblyInfo.cs index dfc348662572a..ffba6d9557db3 100644 --- a/sdk/datashare/Microsoft.Azure.Management.DataShare/src/Properties/AssemblyInfo.cs +++ b/sdk/datashare/Microsoft.Azure.Management.DataShare/src/Properties/AssemblyInfo.cs @@ -6,7 +6,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyTitle("Microsoft Azure Data Share Management Library")] -[assembly: AssemblyDescription("Provides Microsft Azure DataShare management functions for managing the Microsoft Azure DataShare service.")] +[assembly: AssemblyDescription("Provides Microsoft Azure DataShare management functions for managing the Microsoft Azure DataShare service.")] [assembly: AssemblyVersion("1.2.0.0")] [assembly: AssemblyFileVersion("1.2.0.0")] diff --git a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs index 27d5f83044c62..e88172948ed2a 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs +++ b/sdk/eventhub/Azure.Messaging.EventHubs.Shared/src/Resources.Designer.cs @@ -474,7 +474,7 @@ internal static string UnknownConnectionType } /// - /// Looks up a localized string similar to The requested retry mode, '{0}', is not known; a retry delay canot be determined.. + /// Looks up a localized string similar to The requested retry mode, '{0}', is not known; a retry delay cannot be determined.. /// internal static string UnknownRetryMode { @@ -694,7 +694,7 @@ internal static string CannotReadLastEnqueuedEventPropertiesWithoutEvent } /// - /// Looks up a localized string similar to One or more exceptions occured during event processing. Please see the inner exceptions for more detail.. + /// Looks up a localized string similar to One or more exceptions occurred during event processing. Please see the inner exceptions for more detail.. /// internal static string AggregateEventProcessingExceptionMessage { diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/design/proposal-strawman-october-2019.md b/sdk/eventhub/Azure.Messaging.EventHubs/design/proposal-strawman-october-2019.md index f675d10f3d928..9a4271f9780e8 100755 --- a/sdk/eventhub/Azure.Messaging.EventHubs/design/proposal-strawman-october-2019.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs/design/proposal-strawman-october-2019.md @@ -39,7 +39,7 @@ These developers may or may not have experience within the messaging space with These are developers who are working to build products which use Event Hubs. They may have a good deal of knowledge about Azure, Event Hubs, messaging systems, and cloud-development or be less familiar and building on knowledge learned from exploration. -These developers are interested in building for a production environment. They are looking to follow the recommended practices and patterns that best allow them to build products and are likely to take advantage of the abstractions provided by the Event Hubs client library. Many are willing to accept a degree of additional complexity and accept the trade-offs that the libary types offer in order to build on an established foundation. +These developers are interested in building for a production environment. They are looking to follow the recommended practices and patterns that best allow them to build products and are likely to take advantage of the abstractions provided by the Event Hubs client library. Many are willing to accept a degree of additional complexity and accept the trade-offs that the library types offer in order to build on an established foundation. #### Scenario category @@ -49,7 +49,7 @@ These developers are interested in building for a production environment. They - Following good practices and patterns in their implementation; building "the right way" for production using an established foundation that guides them into the "pit of success." -- Beginning in a straight-forward manner so that their efforts can be concentrated on their applicaiton and not on the Event Hubs client library. +- Beginning in a straight-forward manner so that their efforts can be concentrated on their application and not on the Event Hubs client library. - Being able to scale out/up as their needs require as their product matures. @@ -57,7 +57,7 @@ These developers are interested in building for a production environment. They These are developers are working on products which have special needs that are often advanced and do not fit into the majority case for many Event Hubs client library users. While this segment has a much smaller addressable market, those that fall into this segment often drive a large amount of ACR. -These developers are interested in using the low-level components of the Event Hubs client library, focused around client-service communication, in flexible ways that they can customize to meet their needs. The developers in this segement are considered avanced users of Event Hubs with a deep understanding of the service, cloud development, and messaging systems. Many are willing to accept the complexity of working with lower-level components for the ability to have more control for their implementaiton. +These developers are interested in using the low-level components of the Event Hubs client library, focused around client-service communication, in flexible ways that they can customize to meet their needs. The developers in this segement are considered avanced users of Event Hubs with a deep understanding of the service, cloud development, and messaging systems. Many are willing to accept the complexity of working with lower-level components for the ability to have more control for their implementation. #### Scenario category @@ -250,7 +250,7 @@ var consumer = BuildConsumerClient(...); using var cancellationSource = new CancellationTokenSource(); // As this is intended for ease of immediate feedback while exploring Event Hubs, -// this will defaut to EventPosition.Earliest and allow EventPosition.Latest. +// this will default to EventPosition.Earliest and allow EventPosition.Latest. // // In order to discourage use in real-world production scenarios, no option is // offered to set the position on individual partitions. diff --git a/sdk/eventhub/Azure.Messaging.EventHubs/samples/Sample09_ObservableEventBatch.md b/sdk/eventhub/Azure.Messaging.EventHubs/samples/Sample09_ObservableEventBatch.md index 999519c7b1df4..f4bb63cc927fd 100644 --- a/sdk/eventhub/Azure.Messaging.EventHubs/samples/Sample09_ObservableEventBatch.md +++ b/sdk/eventhub/Azure.Messaging.EventHubs/samples/Sample09_ObservableEventBatch.md @@ -8,7 +8,7 @@ While the `ObservableDataBatch` may seem desirable, there are several nuances th Another issue is with equality. `EventData` objects do not have a strong and deterministic way to define equality, since the meaning of two events being equal can be different depending on the application. This creates confusion and can cause unnecessary issues in some applications. -Using this approach **does not** protect from the inherent risks as discussed above, and is not recommended unless the appplication is willing to assume those risks. If the `EventData` objects exposed through the `Events` property are altered, these changes will **not** be reflected in the events held in the actual Batch. +Using this approach **does not** protect from the inherent risks as discussed above, and is not recommended unless the application is willing to assume those risks. If the `EventData` objects exposed through the `Events` property are altered, these changes will **not** be reflected in the events held in the actual Batch. ## Approach diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs index 9d5f2c00d784c..ff3cbaed06f7f 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs @@ -88,10 +88,10 @@ public async Task DisasterRecoveryCreateGetUpdateDelete() var disasterRecoveryName = Recording.GenerateAssetName(Helper.DisasterRecoveryPrefix); //CheckNameavaliability for Alias var checknameAlias = await DisasterRecoveryConfigsOperations.CheckNameAvailabilityAsync(resourceGroup, namespaceName, new CheckNameAvailabilityParameter(disasterRecoveryName)); - Assert.True(checknameAlias.Value.NameAvailable, "The Alias Name: '" + disasterRecoveryName + "' is not avilable"); + Assert.True(checknameAlias.Value.NameAvailable, "The Alias Name: '" + disasterRecoveryName + "' is not available"); //CheckNameAvaliability for Alias with same as namespace name (alternateName will be used in this case) var checknameAliasSame =await DisasterRecoveryConfigsOperations.CheckNameAvailabilityAsync(resourceGroup, namespaceName, new CheckNameAvailabilityParameter(namespaceName)); - // Assert.True(checknameAliasSame.NameAvailable, "The Alias Name: '" + namespaceName + "' is not avilable"); + // Assert.True(checknameAliasSame.NameAvailable, "The Alias Name: '" + namespaceName + "' is not available"); var DisasterRecoveryResponse = await DisasterRecoveryConfigsOperations.CreateOrUpdateAsync(resourceGroup, namespaceName, disasterRecoveryName, new ArmDisasterRecovery() { PartnerNamespace = np2.Id diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/EventHubPartitionPump.cs b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/EventHubPartitionPump.cs index ba06bfb2b28a1..e6a4850fae69a 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/EventHubPartitionPump.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/EventHubPartitionPump.cs @@ -91,7 +91,7 @@ async Task OpenClientsAsync() // throws EventHubsException, IOException, Interru EnableReceiverRuntimeMetric = this.Host.EventProcessorOptions.EnableReceiverRuntimeMetric, // Use host name as the identifier for debugging purpose - // Shorten host name if name is longer than max allowed lenght. + // Shorten host name if name is longer than max allowed length. Identifier = this.Host.HostName.Length > ClientConstants.MaxReceiverIdentifierLength ? this.Host.HostName.Substring(0, ClientConstants.MaxReceiverIdentifierLength) : this.Host.HostName }; diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/LeaseLostException.cs b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/LeaseLostException.cs index 43ae52c2e9847..f3cede1fe3948 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/LeaseLostException.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/LeaseLostException.cs @@ -25,7 +25,7 @@ public LeaseLostException(string partitionId, Exception innerException) } /// - /// Gets the partition ID where the exception occured. + /// Gets the partition ID where the exception occurred. /// public string PartitionId => this.partitionId; } diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/PartitionContext.cs b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/PartitionContext.cs index 771bc96c964ec..697926c29ce17 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/PartitionContext.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/PartitionContext.cs @@ -140,7 +140,7 @@ public Task CheckpointAsync() /// values to the checkpoint store via the checkpoint manager. /// /// A received EventData with valid offset and sequenceNumber - /// If suplied eventData is null + /// If supplied eventData is null /// If the sequenceNumber is less than the last checkpointed value public Task CheckpointAsync(EventData eventData) { @@ -164,7 +164,7 @@ public Task CheckpointAsync(Checkpoint checkPoint) } /// - /// Provides the parition context in the following format:"PartitionContext({EventHubPath}/{ConsumerGroupName}/{PartitionId}/{SequenceNumber})" + /// Provides the partition context in the following format:"PartitionContext({EventHubPath}/{ConsumerGroupName}/{PartitionId}/{SequenceNumber})" /// /// public override string ToString() diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/ProcessorEventSource.cs b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/ProcessorEventSource.cs index c3b550400b590..f92a8a61cf9a4 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/ProcessorEventSource.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs.Processor/src/ProcessorEventSource.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.EventHubs /// /// When defining Start/Stop tasks, the StopEvent.Id must be exactly StartEvent.Id + 1. /// - /// Do not explicity include the Guid here, since EventSource has a mechanism to automatically + /// Do not explicitly include the Guid here, since EventSource has a mechanism to automatically /// map to an EventSource Guid based on the Name (Microsoft-Azure-EventHubs-Processor). /// [EventSource(Name = "Microsoft-Azure-EventHubs-Processor")] diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/src/EventHubsEventSource.cs b/sdk/eventhub/Microsoft.Azure.EventHubs/src/EventHubsEventSource.cs index 5cf3fee2d5b5f..0cc1fdf9e399b 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/src/EventHubsEventSource.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/src/EventHubsEventSource.cs @@ -11,7 +11,7 @@ namespace Microsoft.Azure.EventHubs /// /// When defining Start/Stop tasks, the StopEvent.Id must be exactly StartEvent.Id + 1. /// - /// Do not explicity include the Guid here, since EventSource has a mechanism to automatically + /// Do not explicitly include the Guid here, since EventSource has a mechanism to automatically /// map to an EventSource Guid based on the Name (Microsoft-Azure-EventHubs). /// [EventSource(Name = "Microsoft-Azure-EventHubs")] diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Primitives/EventHubsException.cs b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Primitives/EventHubsException.cs index b84a8623cb236..6fcca9afbf32c 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/src/Primitives/EventHubsException.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/src/Primitives/EventHubsException.cs @@ -107,7 +107,7 @@ public override string Message public bool IsTransient { get; } /// - /// Gets the Event Hubs namespace from which the exception occured, if available. + /// Gets the Event Hubs namespace from which the exception occurred, if available. /// public string EventHubsNamespace { get; internal set; } diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Client/DataBatchTests.cs b/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Client/DataBatchTests.cs index 7a99651deac26..2b4cd6834f8bd 100755 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Client/DataBatchTests.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Client/DataBatchTests.cs @@ -223,7 +223,7 @@ protected async Task SendWithEventDataBatch( if (partitionKey != null) { // Partition key is set then we expect all messages from the same partition. - Assert.True(pReceived.Count(p => p.Count > 0) == 1, "Received messsages from multiple partitions."); + Assert.True(pReceived.Count(p => p.Count > 0) == 1, "Received messages from multiple partitions."); // Find target partition. var targetPartition = pReceived.Single(p => p.Count > 0); diff --git a/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Processor/ProcessorTests.cs b/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Processor/ProcessorTests.cs index af27a099a34d4..e0da63d6d9523 100644 --- a/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Processor/ProcessorTests.cs +++ b/sdk/eventhub/Microsoft.Azure.EventHubs/tests/Processor/ProcessorTests.cs @@ -1049,7 +1049,7 @@ public async Task ReRegister() TestUtility.Log("Registering EventProcessorHost for the first time."); await eventProcessorHost.RegisterEventProcessorAsync(); - // Unregister event processor should succed + // Unregister event processor should succeed TestUtility.Log("Registering EventProcessorHost for the first time."); await eventProcessorHost.UnregisterEventProcessorAsync(); diff --git a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs index fc0c856a0055e..9ff760615500b 100644 --- a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs +++ b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.DisasterRecoveryTests.CRUD.cs @@ -119,12 +119,12 @@ public void DisasterRecoveryCreateGetUpdateDelete() var checknameAlias = EventHubManagementClient.DisasterRecoveryConfigs.CheckNameAvailability(resourceGroup, namespaceName, new CheckNameAvailabilityParameter(disasterRecoveryName)); - Assert.True(checknameAlias.NameAvailable, "The Alias Name: '" + disasterRecoveryName + "' is not avilable"); + Assert.True(checknameAlias.NameAvailable, "The Alias Name: '" + disasterRecoveryName + "' is not available"); //CheckNameAvaliability for Alias with same as namespace name (alternateName will be used in this case) var checknameAliasSame = EventHubManagementClient.DisasterRecoveryConfigs.CheckNameAvailability(resourceGroup, namespaceName, new CheckNameAvailabilityParameter(namespaceName)); - // Assert.True(checknameAliasSame.NameAvailable, "The Alias Name: '" + namespaceName + "' is not avilable"); + // Assert.True(checknameAliasSame.NameAvailable, "The Alias Name: '" + namespaceName + "' is not available"); var DisasterRecoveryResponse = EventHubManagementClient.DisasterRecoveryConfigs.CreateOrUpdate(resourceGroup, namespaceName, disasterRecoveryName, new ArmDisasterRecovery() diff --git a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs index b880affbf7ea0..bec2f50cf8db4 100644 --- a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs +++ b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs @@ -115,7 +115,7 @@ public void EventCreateGetUpdateDelete() Assert.Equal(EntityStatus.Active, getEventResponse.Status); Assert.Equal(6, getEventResponse.MessageRetentionInDays); - // Delete the Evnet Hub + // Delete the Event Hub EventHubManagementClient.EventHubs.Delete(resourceGroup, namespaceName, eventhubName); TestUtilities.Wait(TimeSpan.FromSeconds(5)); diff --git a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs index 3c1ee79c700db..4fb16481392db 100644 --- a/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs +++ b/sdk/eventhub/Microsoft.Azure.Management.EventHub/tests/Tests/ScenarioTests.NetworkRuleSetTests.CRUD.cs @@ -69,7 +69,7 @@ public void NetworkRuleSetCreateGetUpdateDelete() Assert.Equal("Succeeded", getNamespaceResponse.ProvisioningState, StringComparer.CurrentCultureIgnoreCase); Assert.Equal(location, getNamespaceResponse.Location, StringComparer.CurrentCultureIgnoreCase); - //Create Namepsace IPRules + //Create Namespace IPRules List IPRules = new List(); diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubListener.cs b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubListener.cs index 397b908ec9e00..c89cb002c8502 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubListener.cs +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubListener.cs @@ -89,7 +89,7 @@ public IScaleMonitor GetMonitor() } // We get a new instance each time Start() is called. - // We'll get a listener per partition - so they can potentialy run in parallel even on a single machine. + // We'll get a listener per partition - so they can potentially run in parallel even on a single machine. internal class EventProcessor : IEventProcessor, IDisposable { private readonly ITriggeredFunctionExecutor _executor; diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubsScaleMonitor.cs b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubsScaleMonitor.cs index 8638997dcdaae..f29f3c3e80cbf 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubsScaleMonitor.cs +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/src/Listeners/EventHubsScaleMonitor.cs @@ -118,7 +118,7 @@ private EventHubsTriggerMetrics CreateTriggerMetrics(List p continue; } - // Check for the unprocessed messages when there are messages on the event hub parition + // Check for the unprocessed messages when there are messages on the event hub partition // In that case, LastEnqueuedSequenceNumber will be >= 0 if ((partitionProperties.LastEnqueuedSequenceNumber != -1 && partitionProperties.LastEnqueuedSequenceNumber != checkpoint.SequenceNumber) || (checkpoint.Offset == null && partitionProperties.LastEnqueuedSequenceNumber >= 0)) diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubAsyncCollectorTests.cs b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubAsyncCollectorTests.cs index 249865460b7c1..19fd86746e958 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubAsyncCollectorTests.cs +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubAsyncCollectorTests.cs @@ -103,7 +103,7 @@ public async Task FlushAfterSizeThreshold() // Not yet Assert.IsEmpty(client.SentBatches); - // This will push it over the theshold + // This will push it over the threshold for (int i = 0; i < 60; i++) { var e1 = new EventData(new byte[10 * 1024]); @@ -217,7 +217,7 @@ public async Task SendLotsOfEvents() if (!expected.Remove(payloadStr)) { // Already removed! - Assert.False(true, "event payload occured multiple times"); + Assert.False(true, "event payload occurred multiple times"); } } } diff --git a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubListenerTests.cs b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubListenerTests.cs index 81fec913a2b00..e071092401f05 100644 --- a/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubListenerTests.cs +++ b/sdk/eventhub/Microsoft.Azure.WebJobs.Extensions.EventHubs/tests/EventHubListenerTests.cs @@ -91,7 +91,7 @@ public async Task ProcessEvents_MultipleDispatch_CheckpointsCorrectly(int batchC /// /// Even if some events in a batch fail, we still checkpoint. Event error handling - /// is the responsiblity of user function code. + /// is the responsibility of user function code. /// /// [Test] diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightManagementHelper.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightManagementHelper.cs index 1a52e87ff3ff2..17ec067fa4b7d 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightManagementHelper.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightManagementHelper.cs @@ -245,7 +245,7 @@ public string CreateStorageAccount( } /// - /// Get resouce id of the specific storage account + /// Get resource id of the specific storage account /// /// /// @@ -345,7 +345,7 @@ public Vault CreateVault( } /// - /// Set vault permissions to some resouce by its object id. + /// Set vault permissions to some resource by its object id. /// /// /// @@ -463,7 +463,7 @@ public NetworkSecurityGroup CreateNetworkSecurityGroup(string resourceGroupName, } /// - /// Throw expception if the given condition is satisfied + /// Throw exception if the given condition is satisfied /// /// /// diff --git a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightMockContext.cs b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightMockContext.cs index 8615ea77f637d..404b72c84c026 100644 --- a/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightMockContext.cs +++ b/sdk/hdinsight/Microsoft.Azure.Management.HDInsight/tests/TestHelpers/HDInsightMockContext.cs @@ -12,8 +12,8 @@ namespace Management.HDInsight.Tests { /// - /// Extened mock context to add ability to post-process generated session records. - /// It can replace some senstive data to mock value. + /// Extended mock context to add ability to post-process generated session records. + /// It can replace some sensitive data to mock value. /// public class HDInsightMockContext : MockContext { diff --git a/sdk/identity/Azure.Identity/src/MsalClientBase.cs b/sdk/identity/Azure.Identity/src/MsalClientBase.cs index 06a7a77483c38..9bd8252a7d94e 100644 --- a/sdk/identity/Azure.Identity/src/MsalClientBase.cs +++ b/sdk/identity/Azure.Identity/src/MsalClientBase.cs @@ -21,7 +21,7 @@ protected MsalClientBase() protected MsalClientBase(CredentialPipeline pipeline, string tenantId, string clientId, ITokenCacheOptions cacheOptions) { - // This validation is preformed as a backstop. Validation in TokenCredentialOptions.AuthorityHost prevents users from explicitly + // This validation is performed as a backstop. Validation in TokenCredentialOptions.AuthorityHost prevents users from explicitly // setting AuthorityHost to a non TLS endpoint. However, the AuthorityHost can also be set by the AZURE_AUTHORITY_HOST environment // variable rather than in code. In this case we need to validate the endpoint before we use it. However, we can't validate in // CredentialPipeline as this is also used by the ManagedIdentityCredential which allows non TLS endpoints. For this reason diff --git a/sdk/identity/Azure.Identity/tests/ManagedIdentityCredentialArcLiveTests.cs b/sdk/identity/Azure.Identity/tests/ManagedIdentityCredentialArcLiveTests.cs index 8a3fdffd1e64c..fd61f779a8d40 100644 --- a/sdk/identity/Azure.Identity/tests/ManagedIdentityCredentialArcLiveTests.cs +++ b/sdk/identity/Azure.Identity/tests/ManagedIdentityCredentialArcLiveTests.cs @@ -64,10 +64,10 @@ public void ValidateUserAssignedIdentity() Assert.ThrowsAsync(async () => await cred.GetTokenAsync(new TokenRequestContext(new string[] { AzureAuthorityHosts.GetDefaultScope(AzureAuthorityHosts.AzurePublicCloud) }))); } } - // This RecordMatcher updates the authentication challange returned from Arc MI endpoint. In this case the auth challange header contains a path to a file on the local disk. + // This RecordMatcher updates the authentication challenge returned from Arc MI endpoint. In this case the auth challenge header contains a path to a file on the local disk. // When we run in playback we replace the path the service returned for when playing back the test, with the path to a static file binplaced when we build the tests. // This path differs depending on the machine your running the tests on, so it can't updated it in the recording scrubber. I originally tried to update the header in the scrubber - // to be a relative path, but this introduces failures depending on how the tests are run and the working directly. Also, I tried to implement on a pipeline policy which woud only + // to be a relative path, but this introduces failures depending on how the tests are run and the working directly. Also, I tried to implement on a pipeline policy which would only // be added on playback, but ResponseHeaders is immutable so a policy cannot update them. private class ArcMiRecordedTestMatcher : RecordMatcher { diff --git a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Cryptography/CryptographyClient.cs b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Cryptography/CryptographyClient.cs index d89e597a155d8..6d8c93c499b3d 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Cryptography/CryptographyClient.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Keys/src/Cryptography/CryptographyClient.cs @@ -711,7 +711,7 @@ public virtual UnwrapResult UnwrapKey(KeyWrapAlgorithm algorithm, byte[] encrypt /// Signs the specified digest. /// /// The to use. - /// The pre-hashed digest to sign. The hash algorithm used to compute the digest must be compatable with the specified algorithm. + /// The pre-hashed digest to sign. The hash algorithm used to compute the digest must be compatible with the specified algorithm. /// A to cancel the operation. /// /// The result of the sign operation. The returned contains the signature @@ -769,7 +769,7 @@ public virtual async Task SignAsync(SignatureAlgorithm algorithm, by /// Signs the specified digest. /// /// The to use. - /// The pre-hashed digest to sign. The hash algorithm used to compute the digest must be compatable with the specified algorithm. + /// The pre-hashed digest to sign. The hash algorithm used to compute the digest must be compatible with the specified algorithm. /// A to cancel the operation. /// /// The result of the sign operation. The returned contains the signature @@ -826,7 +826,7 @@ public virtual SignResult Sign(SignatureAlgorithm algorithm, byte[] digest, Canc /// Verifies the specified signature. /// /// The to use. This must be the same algorithm used to sign the digest. - /// The pre-hashed digest corresponding to the signature. The hash algorithm used to compute the digest must be compatable with the specified algorithm. + /// The pre-hashed digest corresponding to the signature. The hash algorithm used to compute the digest must be compatible with the specified algorithm. /// The signature to verify. /// A to cancel the operation. /// @@ -884,7 +884,7 @@ public virtual async Task VerifyAsync(SignatureAlgorithm algorithm /// Verifies the specified signature. /// /// The to use. This must be the same algorithm used to sign the digest. - /// The pre-hashed digest corresponding to the signature. The hash algorithm used to compute the digest must be compatable with the specified algorithm. + /// The pre-hashed digest corresponding to the signature. The hash algorithm used to compute the digest must be compatible with the specified algorithm. /// The signature to verify. /// A to cancel the operation. /// diff --git a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretProperties.cs b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretProperties.cs index 5174861695c84..f8a68384ab701 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretProperties.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Secrets/src/SecretProperties.cs @@ -91,7 +91,7 @@ public SecretProperties(Uri id) public bool Managed { get; internal set; } /// - /// Gets the key identifier of a key backing a Key Vault certificate if this secret is backing a Key Vault certifcate. + /// Gets the key identifier of a key backing a Key Vault certificate if this secret is backing a Key Vault certificate. /// public Uri KeyId { diff --git a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/KeyVaultPipeline.cs b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/KeyVaultPipeline.cs index b2346e7462cfd..24eb3e889b120 100644 --- a/sdk/keyvault/Azure.Security.KeyVault.Shared/src/KeyVaultPipeline.cs +++ b/sdk/keyvault/Azure.Security.KeyVault.Shared/src/KeyVaultPipeline.cs @@ -122,7 +122,7 @@ public async Task> GetPageAsync(Uri firstPageUri, string nextLink, Fu using Request request = CreateRequest(RequestMethod.Get, firstPageUri, false); Response response = await SendRequestAsync(request, cancellationToken).ConfigureAwait(false); - // read the respose + // read the response KeyVaultPage responseAsPage = new KeyVaultPage(itemFactory); responseAsPage.Deserialize(response.ContentStream); @@ -153,7 +153,7 @@ public Page GetPage(Uri firstPageUri, string nextLink, Func itemFactory using Request request = CreateRequest(RequestMethod.Get, firstPageUri, false); Response response = SendRequest(request, cancellationToken); - // read the respose + // read the response KeyVaultPage responseAsPage = new KeyVaultPage(itemFactory); responseAsPage.Deserialize(response.ContentStream); diff --git a/sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Algorithms/NativeMethods.cs b/sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Algorithms/NativeMethods.cs index c470f35a886c9..dca9ed02dc494 100644 --- a/sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Algorithms/NativeMethods.cs +++ b/sdk/keyvault/Microsoft.Azure.KeyVault.Cryptography/src/Algorithms/NativeMethods.cs @@ -94,7 +94,7 @@ internal static extern int NCryptVerifySignature( SafeNCryptKeyHandle hKey, internal static byte[] NewNCryptPublicBlob( RSAParameters rsaParams ) { - // Builds a BCRYPT_RSAKEY_BLOB strucutre ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa375531(v=vs.85).aspx ). + // Builds a BCRYPT_RSAKEY_BLOB structure ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa375531(v=vs.85).aspx ). var size = 6 * 4 + rsaParams.Exponent.Length + rsaParams.Modulus.Length; var data = new byte[size]; var stream = new MemoryStream( data ); @@ -112,7 +112,7 @@ internal static byte[] NewNCryptPublicBlob( RSAParameters rsaParams ) internal static byte[] NewNCryptPrivateBlob( RSAParameters rsaParams ) { - // Builds a BCRYPT_RSAKEY_BLOB strucutre ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa375531(v=vs.85).aspx ). + // Builds a BCRYPT_RSAKEY_BLOB structure ( http://msdn.microsoft.com/en-us/library/windows/desktop/aa375531(v=vs.85).aspx ). var size = 6 * 4 + rsaParams.Exponent.Length + rsaParams.Modulus.Length + rsaParams.P.Length + rsaParams.Q.Length; var data = new byte[size]; var stream = new MemoryStream( data ); diff --git a/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKey.cs b/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKey.cs index 4eef5d70a9a89..21bffcd850f3c 100644 --- a/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKey.cs +++ b/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKey.cs @@ -242,7 +242,7 @@ public JsonWebKey( Aes aesProvider ) /// Initializes a new instance with the key provided by the ECDsa object. /// /// The ECDsa object previously initialized with the desired key. - /// Tells if the instance must inclue private parameters. + /// Tells if the instance must include private parameters. /// This requires the key in the ECDsa object to include private material and be marked as exportable. public JsonWebKey(ECDsa ecsda, bool includePrivateParameters = false ) : this( ecParameters: EccExtension.ExportParameters( ecsda, includePrivateParameters ) ) diff --git a/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKeyVerifier.cs b/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKeyVerifier.cs index b40c358b40059..72aba7ffc1b3e 100644 --- a/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKeyVerifier.cs +++ b/sdk/keyvault/Microsoft.Azure.KeyVault.WebKey/src/JsonWebKeyVerifier.cs @@ -54,21 +54,21 @@ protected JsonWebKeyVerifier( string kty ) /// /// Note to implementers: if this method returns true, the methods /// , , and - /// must be overriden. + /// must be overridden. public abstract bool IsPublicKeyCrypto { get; } /// /// Tells if the type of key verified by this object supports symmetric key algorithms. /// /// Note to implementers: if this method returns true, the methods - /// and must be overriden. + /// and must be overridden. public abstract bool IsSymmetricKeyCrypto { get; } /// /// Tells if the type of key verified by this object contains a secret component, such as a hardware key token. /// /// Note to implementers: if this method returns true, the methods - /// and must be overriden. + /// and must be overridden. public abstract bool HasSecretKey { get; } /// @@ -145,7 +145,7 @@ public virtual bool IsAnyPrivateKeyParamSpecified( JsonWebKey webKey, ref IColle private Exception ThrowDefaultForPublicKeyCrypto( string methodName ) { if ( IsPublicKeyCrypto ) - throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( IsPublicKeyCrypto )} returns true, then {methodName} must be overriden and the base must not be called." ); + throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( IsPublicKeyCrypto )} returns true, then {methodName} must be overridden and the base must not be called." ); throw new InvalidOperationException( $"Type {GetType().Name} is not intended for public key cryptography." ); } @@ -189,7 +189,7 @@ public virtual bool IsSymmetricKeyValid( JsonWebKey webKey, ref string errorMsg private Exception ThrowDefaultForSymmetricKeyCrypto( string methodName ) { if ( IsSymmetricKeyCrypto ) - throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( IsSymmetricKeyCrypto )} returns true, then {methodName} must be overriden and the base must not be called." ); + throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( IsSymmetricKeyCrypto )} returns true, then {methodName} must be overridden and the base must not be called." ); throw new InvalidOperationException( $"Type {GetType().Name} is not intended for symmetric key cryptography." ); } @@ -233,7 +233,7 @@ public virtual bool IsSecretKeyValid( JsonWebKey webKey, ref string errorMsg ) private Exception ThrowDefaultForSecretKeyCrypto( string methodName ) { if ( HasSecretKey ) - throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( HasSecretKey )} returns true, then {methodName} must be overriden and the base must not be called." ); + throw new NotImplementedException( $"Type {GetType().Name} is a bad implementation. If {nameof( HasSecretKey )} returns true, then {methodName} must be overridden and the base must not be called." ); throw new InvalidOperationException( $"Type {GetType().Name} is not intended to keys that have a secret component (for instance, HSM keys)." ); } diff --git a/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/Authentication/KeyVaultCredential.cs b/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/Authentication/KeyVaultCredential.cs index 949b7e2a26123..6bc6411131c35 100644 --- a/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/Authentication/KeyVaultCredential.cs +++ b/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/Authentication/KeyVaultCredential.cs @@ -118,7 +118,7 @@ public override async Task ProcessHttpRequestAsync(HttpRequestMessage request, C HttpResponseMessage response; // if this credential is tied to a specific KeyVaultClient reuse it's HttpClient to send the - // initial unauthed request to get the challange, otherwise create a new HttpClient + // initial unauthed request to get the challenge, otherwise create a new HttpClient HttpClient client = _client?.HttpClient ?? new HttpClient(); using (var r = new HttpRequestMessage(request.Method, request.RequestUri)) diff --git a/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/KeyVaultClient.cs b/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/KeyVaultClient.cs index 9a2a8cc78f3ee..c7297964212bd 100644 --- a/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/KeyVaultClient.cs +++ b/sdk/keyvault/Microsoft.Azure.KeyVault/src/Customized/KeyVaultClient.cs @@ -61,7 +61,7 @@ public KeyVaultClient(AuthenticationCallback authenticationCallback, HttpClient /// Customized HTTP client public KeyVaultClient(KeyVaultCredential credential, HttpClient httpClient) // clone the KeyVaultCredential to ensure the instance is only used by this client since it - // will use this client's HttpClient for unauthenticated calls to retrieve the auth challange + // will use this client's HttpClient for unauthenticated calls to retrieve the auth challenge : this(credential.Clone()) { base.HttpClient = httpClient; diff --git a/sdk/keyvault/samples/sharelink/Program.cs b/sdk/keyvault/samples/sharelink/Program.cs index adff524d39a81..dd8127558bebc 100644 --- a/sdk/keyvault/samples/sharelink/Program.cs +++ b/sdk/keyvault/samples/sharelink/Program.cs @@ -223,7 +223,7 @@ static Program() new Option( aliases: new[] { "-r", "--read-only" }, - description: "Make the sharable link read-only" + description: "Make the shareable link read-only" ), }; diff --git a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs b/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs index c53ef83ec98da..a109cbc5ca8e3 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/api/Azure.ResourceManager.netstandard2.0.cs @@ -1287,7 +1287,7 @@ protected ResourceGroupDeleteOperation() { } public partial class ResourceGroupExportResult { internal ResourceGroupExportResult() { } - public Azure.ResourceManager.Resources.Models.ErrorResponse Error { get { throw null; } } + public Azure.ResourceManager.Resources.Models.ErrorDetail Error { get { throw null; } } public object Template { get { throw null; } } } public partial class ResourceGroupExportTemplateOperation : Azure.Operation @@ -1463,12 +1463,12 @@ public SystemAssignedIdentity(System.Guid tenantId, System.Guid principalId) { } public partial class SystemData { public SystemData() { } - public System.DateTimeOffset? CreatedAt { get { throw null; } set { } } - public string CreatedBy { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.CreatedByType? CreatedByType { get { throw null; } set { } } - public System.DateTimeOffset? LastModifiedAt { get { throw null; } set { } } - public string LastModifiedBy { get { throw null; } set { } } - public Azure.ResourceManager.Resources.Models.CreatedByType? LastModifiedByType { get { throw null; } set { } } + public System.DateTimeOffset? CreatedAt { get { throw null; } } + public string CreatedBy { get { throw null; } } + public Azure.ResourceManager.Resources.Models.CreatedByType? CreatedByType { get { throw null; } } + public System.DateTimeOffset? LastModifiedAt { get { throw null; } } + public string LastModifiedBy { get { throw null; } } + public Azure.ResourceManager.Resources.Models.CreatedByType? LastModifiedByType { get { throw null; } } } public partial class Tag : Azure.ResourceManager.Resources.Models.Resource { diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.Serialization.cs b/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.Serialization.cs index bf094e52a5309..6857460229cbd 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.Serialization.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.Serialization.cs @@ -18,36 +18,6 @@ public partial class SystemData : IUtf8JsonSerializable void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); - if (Optional.IsDefined(CreatedBy)) - { - writer.WritePropertyName("createdBy"); - writer.WriteStringValue(CreatedBy); - } - if (Optional.IsDefined(CreatedByType)) - { - writer.WritePropertyName("createdByType"); - writer.WriteStringValue(CreatedByType.Value.ToString()); - } - if (Optional.IsDefined(CreatedAt)) - { - writer.WritePropertyName("createdAt"); - writer.WriteStringValue(CreatedAt.Value, "O"); - } - if (Optional.IsDefined(LastModifiedBy)) - { - writer.WritePropertyName("lastModifiedBy"); - writer.WriteStringValue(LastModifiedBy); - } - if (Optional.IsDefined(LastModifiedByType)) - { - writer.WritePropertyName("lastModifiedByType"); - writer.WriteStringValue(LastModifiedByType.Value.ToString()); - } - if (Optional.IsDefined(LastModifiedAt)) - { - writer.WritePropertyName("lastModifiedAt"); - writer.WriteStringValue(LastModifiedAt.Value, "O"); - } writer.WriteEndObject(); } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.cs b/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.cs index 29eeb543efb2c..640e73e7c0f9c 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/Generated/Models/SystemData.cs @@ -39,16 +39,16 @@ internal SystemData(string createdBy, CreatedByType? createdByType, DateTimeOffs } /// The identity that created the resource. - public string CreatedBy { get; set; } + public string CreatedBy { get; } /// The type of identity that created the resource. - public CreatedByType? CreatedByType { get; set; } + public CreatedByType? CreatedByType { get; } /// The timestamp of resource creation (UTC). - public DateTimeOffset? CreatedAt { get; set; } + public DateTimeOffset? CreatedAt { get; } /// The identity that last modified the resource. - public string LastModifiedBy { get; set; } + public string LastModifiedBy { get; } /// The type of identity that last modified the resource. - public CreatedByType? LastModifiedByType { get; set; } + public CreatedByType? LastModifiedByType { get; } /// The timestamp of resource last modification (UTC). - public DateTimeOffset? LastModifiedAt { get; set; } + public DateTimeOffset? LastModifiedAt { get; } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.Serialization.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.Serialization.cs similarity index 88% rename from sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.Serialization.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.Serialization.cs index ff4beada9fe76..a703299413d9d 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.Serialization.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.Serialization.cs @@ -5,15 +5,12 @@ #nullable disable -using System; using System.Collections.Generic; using System.Text.Json; -using System.Text.Json.Serialization; using Azure.Core; namespace Azure.ResourceManager.Resources.Models { - [JsonConverter(typeof(ProviderResourceTypeConverter))] public partial class ProviderResourceType { internal static ProviderResourceType DeserializeProviderResourceType(JsonElement element) @@ -137,18 +134,5 @@ internal static ProviderResourceType DeserializeProviderResourceType(JsonElement } return new ProviderResourceType(resourceType.Value, Optional.ToList(locations), Optional.ToList(locationMappings), Optional.ToList(aliases), Optional.ToList(apiVersions), defaultApiVersion.Value, Optional.ToList(apiProfiles), capabilities.Value, Optional.ToDictionary(properties)); } - - internal partial class ProviderResourceTypeConverter : JsonConverter - { - public override void Write(Utf8JsonWriter writer, ProviderResourceType providerResourceType, JsonSerializerOptions options) - { - writer.WriteObjectValue(providerResourceType); - } - public override ProviderResourceType Read(ref Utf8JsonReader reader, Type typeToConvert, JsonSerializerOptions options) - { - using var document = JsonDocument.ParseValue(ref reader); - return DeserializeProviderResourceType(document.RootElement); - } - } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.cs similarity index 96% rename from sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.cs rename to sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.cs index 60c97a3a1060d..d4da7e1e77fa0 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/Custom/Resources/Models/ProviderResourceType.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ProviderResourceType.cs @@ -7,16 +7,13 @@ using System.Collections.Generic; using Azure.Core; -using Azure.ResourceManager.Core; namespace Azure.ResourceManager.Resources.Models { /// Resource type managed by the resource provider. - [PropertyReferenceType] public partial class ProviderResourceType { /// Initializes a new instance of ProviderResourceType. - [InitializationConstructor] public ProviderResourceType() { Locations = new ChangeTrackingList(); @@ -37,7 +34,6 @@ public ProviderResourceType() /// The API profiles for the resource provider. /// The additional capabilities offered by this resource type. /// The properties. - [SerializationConstructor] internal ProviderResourceType(string resourceType, IReadOnlyList locations, IReadOnlyList locationMappings, IReadOnlyList aliases, IReadOnlyList apiVersions, string defaultApiVersion, IReadOnlyList apiProfiles, string capabilities, IReadOnlyDictionary properties) { ResourceType = resourceType; diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.Serialization.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.Serialization.cs index c8d3f1c6e96c7..7ca2feb009056 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.Serialization.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.Serialization.cs @@ -15,7 +15,7 @@ public partial class ResourceGroupExportResult internal static ResourceGroupExportResult DeserializeResourceGroupExportResult(JsonElement element) { Optional template = default; - Optional error = default; + Optional error = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("template")) @@ -35,7 +35,7 @@ internal static ResourceGroupExportResult DeserializeResourceGroupExportResult(J property.ThrowNonNullablePropertyIsNull(); continue; } - error = ErrorResponse.DeserializeErrorResponse(property.Value); + error = ErrorDetail.DeserializeErrorDetail(property.Value); continue; } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.cs b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.cs index 0f9cad901756b..f69ad544bebf9 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.cs +++ b/sdk/resourcemanager/Azure.ResourceManager/src/PsuedoGenerated/Resources/Models/ResourceGroupExportResult.cs @@ -18,7 +18,7 @@ internal ResourceGroupExportResult() /// Initializes a new instance of ResourceGroupExportResult. /// The template content. /// The template export error. - internal ResourceGroupExportResult(object template, ErrorResponse error) + internal ResourceGroupExportResult(object template, ErrorDetail error) { Template = template; Error = error; @@ -27,6 +27,6 @@ internal ResourceGroupExportResult(object template, ErrorResponse error) /// The template content. public object Template { get; } /// The template export error. - public ErrorResponse Error { get; } + public ErrorDetail Error { get; } } } diff --git a/sdk/resourcemanager/Azure.ResourceManager/src/autorest.md b/sdk/resourcemanager/Azure.ResourceManager/src/autorest.md index e8661376e8af8..6e47d7f8c57da 100644 --- a/sdk/resourcemanager/Azure.ResourceManager/src/autorest.md +++ b/sdk/resourcemanager/Azure.ResourceManager/src/autorest.md @@ -60,4 +60,8 @@ directive: where: $.definitions.*.properties[?(@.enum)] transform: > $["x-accessibility"] = "public" + - from: types.json + where: $.definitions.systemData.properties.* + transform: > + $["readOnly"] = true ``` diff --git a/sdk/search/Microsoft.Azure.Search/tests/Tests/IndexingTests.cs b/sdk/search/Microsoft.Azure.Search/tests/Tests/IndexingTests.cs index b50330ca985a1..1b8b99a690367 100644 --- a/sdk/search/Microsoft.Azure.Search/tests/Tests/IndexingTests.cs +++ b/sdk/search/Microsoft.Azure.Search/tests/Tests/IndexingTests.cs @@ -1364,7 +1364,7 @@ public void CanRoundtripBoundaryValues() } } }, - // Maximimum values + // Maximum values new Hotel() { HotelId = "2", diff --git a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs index 5844846a78554..6ef9079ccf233 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs @@ -1,290 +1,721 @@ namespace Azure.ResourceManager.Storage { - public partial class BlobContainersOperations - { - protected BlobContainersOperations() { } - public virtual Azure.Response ClearLegalHold(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ClearLegalHoldAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Create(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response CreateOrUpdateImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response DeleteImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> DeleteImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response ExtendImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ExtendImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Lease(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> LeaseAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response LockImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> LockImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetLegalHold(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetLegalHoldAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string containerName, Azure.ResourceManager.Storage.Models.BlobContainer blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class BlobServicesOperations - { - protected BlobServicesOperations() { } - public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class EncryptionScopesOperations - { - protected EncryptionScopesOperations() { } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Patch(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> PatchAsync(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Put(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> PutAsync(string resourceGroupName, string accountName, string encryptionScopeName, Azure.ResourceManager.Storage.Models.EncryptionScope encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class FileServicesOperations - { - protected FileServicesOperations() { } - public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.FileServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.FileServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class FileSharesOperations - { - protected FileSharesOperations() { } - public virtual Azure.Response Create(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string shareName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Restore(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task RestoreAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string shareName, Azure.ResourceManager.Storage.Models.FileShare fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ManagementPoliciesOperations - { - protected ManagementPoliciesOperations() { } - public virtual Azure.Response CreateOrUpdate(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.Models.ManagementPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.Models.ManagementPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class ObjectReplicationPoliciesOperations - { - protected ObjectReplicationPoliciesOperations() { } - public virtual Azure.Response CreateOrUpdate(string resourceGroupName, string accountName, string objectReplicationPolicyId, Azure.ResourceManager.Storage.Models.ObjectReplicationPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, Azure.ResourceManager.Storage.Models.ObjectReplicationPolicy properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class Operations - { - protected Operations() { } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PrivateEndpointConnectionsOperations - { - protected PrivateEndpointConnectionsOperations() { } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Put(string resourceGroupName, string accountName, string privateEndpointConnectionName, Azure.ResourceManager.Storage.Models.PrivateEndpointConnection properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> PutAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, Azure.ResourceManager.Storage.Models.PrivateEndpointConnection properties, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class PrivateLinkResourcesOperations - { - protected PrivateLinkResourcesOperations() { } - public virtual Azure.Response ListByStorageAccount(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListByStorageAccountAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class QueueOperations - { - protected QueueOperations() { } - public virtual Azure.Response Create(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string queueName, Azure.ResourceManager.Storage.Models.StorageQueue queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class QueueServicesOperations - { - protected QueueServicesOperations() { } - public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.QueueServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.QueueServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class SkusOperations - { - protected SkusOperations() { } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class StorageAccountsCreateOperation : Azure.Operation - { - protected StorageAccountsCreateOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Storage.Models.StorageAccount Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public partial class BlobContainer : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected BlobContainer() { } + public virtual Azure.ResourceManager.Storage.BlobContainerData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response ClearLegalHold(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ClearLegalHoldAsync(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response CreateOrUpdateImmutabilityPolicy(string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CreateOrUpdateImmutabilityPolicyAsync(string ifMatch = null, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.BlobContainerDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response DeleteImmutabilityPolicy(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> DeleteImmutabilityPolicyAsync(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response ExtendImmutabilityPolicy(string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> ExtendImmutabilityPolicyAsync(string ifMatch, Azure.ResourceManager.Storage.Models.ImmutabilityPolicy parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetImmutabilityPolicy(string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetImmutabilityPolicyAsync(string ifMatch = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Lease(Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> LeaseAsync(Azure.ResourceManager.Storage.Models.LeaseContainerRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response LockImmutabilityPolicy(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> LockImmutabilityPolicyAsync(string ifMatch, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.BlobContainerObjectLevelWormOperation ObjectLevelWorm(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task ObjectLevelWormAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetLegalHold(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetLegalHoldAsync(Azure.ResourceManager.Storage.Models.LegalHold legalHold, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.BlobContainerData blobContainer, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerContainer : Azure.ResourceManager.Core.ArmContainer + { + protected BlobContainerContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.BlobContainerCreateOperation CreateOrUpdate(string containerName, Azure.ResourceManager.Storage.BlobContainerData blobContainer, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string containerName, Azure.ResourceManager.Storage.BlobContainerData blobContainer, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerData : Azure.ResourceManager.Storage.Models.AzureEntityResource + { + public BlobContainerData() { } + public string DefaultEncryptionScope { get { throw null; } set { } } + public bool? Deleted { get { throw null; } } + public System.DateTimeOffset? DeletedTime { get { throw null; } } + public bool? DenyEncryptionScopeOverride { get { throw null; } set { } } + public bool? HasImmutabilityPolicy { get { throw null; } } + public bool? HasLegalHold { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ImmutabilityPolicyProperties ImmutabilityPolicy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ImmutableStorageWithVersioning ImmutableStorageWithVersioning { get { throw null; } set { } } + public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseStatus? LeaseStatus { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LegalHoldProperties LegalHold { get { throw null; } } + public System.Collections.Generic.IDictionary Metadata { get { throw null; } } + public Azure.ResourceManager.Storage.Models.PublicAccess? PublicAccess { get { throw null; } set { } } + public int? RemainingRetentionDays { get { throw null; } } + public string Version { get { throw null; } } } - public partial class StorageAccountsFailoverOperation : Azure.Operation - { - protected StorageAccountsFailoverOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.Response Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class StorageAccountsOperations - { - protected StorageAccountsOperations() { } - public virtual Azure.Response CheckNameAvailability(Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CheckNameAvailabilityAsync(Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response GetProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetPropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response ListAccountSAS(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListAccountSASAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable ListByResourceGroup(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListByResourceGroupAsync(string resourceGroupName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response ListKeys(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListKeysAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response ListServiceSAS(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListServiceSASAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RegenerateKey(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> RegenerateKeyAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response RevokeUserDelegationKeys(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task RevokeUserDelegationKeysAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Storage.StorageAccountsCreateOperation StartCreate(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartCreateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Storage.StorageAccountsFailoverOperation StartFailover(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartFailoverAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.ResourceManager.Storage.StorageAccountsRestoreBlobRangesOperation StartRestoreBlobRanges(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task StartRestoreBlobRangesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class StorageAccountsRestoreBlobRangesOperation : Azure.Operation - { - protected StorageAccountsRestoreBlobRangesOperation() { } - public override bool HasCompleted { get { throw null; } } - public override bool HasValue { get { throw null; } } - public override string Id { get { throw null; } } - public override Azure.ResourceManager.Storage.Models.BlobRestoreStatus Value { get { throw null; } } - public override Azure.Response GetRawResponse() { throw null; } - public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public partial class BlobInventoryPolicy : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected BlobInventoryPolicy() { } + public virtual Azure.ResourceManager.Storage.BlobInventoryPolicyData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.BlobInventoryPolicyDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobInventoryPolicyContainer : Azure.ResourceManager.Core.ArmContainer + { + protected BlobInventoryPolicyContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.BlobInventoryPolicyCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, Azure.ResourceManager.Storage.BlobInventoryPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, Azure.ResourceManager.Storage.BlobInventoryPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobInventoryPolicyData : Azure.ResourceManager.Resources.Models.Resource + { + public BlobInventoryPolicyData() { } + public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.BlobInventoryPolicySchema Policy { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.SystemData SystemData { get { throw null; } } + } + public partial class BlobService : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected BlobService() { } + public virtual Azure.ResourceManager.Storage.BlobServiceData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.BlobContainerContainer GetBlobContainers() { throw null; } + public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.BlobServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobServiceContainer : Azure.ResourceManager.Core.ArmContainer + { + protected BlobServiceContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobServiceData : Azure.ResourceManager.Resources.Models.Resource + { + public BlobServiceData() { } + public bool? AutomaticSnapshotPolicyEnabled { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ChangeFeed ChangeFeed { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ContainerDeleteRetentionPolicy { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } + public string DefaultServiceVersion { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy DeleteRetentionPolicy { get { throw null; } set { } } + public bool? IsVersioningEnabled { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.LastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicy { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.RestorePolicyProperties RestorePolicy { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } } - public partial class StorageManagementClient - { - protected StorageManagementClient() { } - public StorageManagementClient(string subscriptionId, Azure.Core.TokenCredential tokenCredential, Azure.ResourceManager.Storage.StorageManagementClientOptions options = null) { } - public StorageManagementClient(System.Uri endpoint, string subscriptionId, Azure.Core.TokenCredential tokenCredential, Azure.ResourceManager.Storage.StorageManagementClientOptions options = null) { } - public virtual Azure.ResourceManager.Storage.BlobContainersOperations BlobContainers { get { throw null; } } - public virtual Azure.ResourceManager.Storage.BlobServicesOperations BlobServices { get { throw null; } } - public virtual Azure.ResourceManager.Storage.EncryptionScopesOperations EncryptionScopes { get { throw null; } } - public virtual Azure.ResourceManager.Storage.FileServicesOperations FileServices { get { throw null; } } - public virtual Azure.ResourceManager.Storage.FileSharesOperations FileShares { get { throw null; } } - public virtual Azure.ResourceManager.Storage.ManagementPoliciesOperations ManagementPolicies { get { throw null; } } - public virtual Azure.ResourceManager.Storage.ObjectReplicationPoliciesOperations ObjectReplicationPolicies { get { throw null; } } - public virtual Azure.ResourceManager.Storage.Operations Operations { get { throw null; } } - public virtual Azure.ResourceManager.Storage.PrivateEndpointConnectionsOperations PrivateEndpointConnections { get { throw null; } } - public virtual Azure.ResourceManager.Storage.PrivateLinkResourcesOperations PrivateLinkResources { get { throw null; } } - public virtual Azure.ResourceManager.Storage.QueueOperations Queue { get { throw null; } } - public virtual Azure.ResourceManager.Storage.QueueServicesOperations QueueServices { get { throw null; } } - public virtual Azure.ResourceManager.Storage.SkusOperations Skus { get { throw null; } } - public virtual Azure.ResourceManager.Storage.StorageAccountsOperations StorageAccounts { get { throw null; } } - public virtual Azure.ResourceManager.Storage.TableOperations Table { get { throw null; } } - public virtual Azure.ResourceManager.Storage.TableServicesOperations TableServices { get { throw null; } } - public virtual Azure.ResourceManager.Storage.UsagesOperations Usages { get { throw null; } } - } - public partial class StorageManagementClientOptions : Azure.Core.ClientOptions - { - public StorageManagementClientOptions() { } - } - public partial class TableOperations - { - protected TableOperations() { } - public virtual Azure.Response Create(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> CreateAsync(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Delete(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task DeleteAsync(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Get(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetAsync(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response Update(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> UpdateAsync(string resourceGroupName, string accountName, string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class TableServicesOperations - { - protected TableServicesOperations() { } - public virtual Azure.Response GetServiceProperties(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response List(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> ListAsync(string resourceGroupName, string accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Response SetServiceProperties(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.TableServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, Azure.ResourceManager.Storage.Models.TableServiceProperties parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - } - public partial class UsagesOperations - { - protected UsagesOperations() { } - public virtual Azure.Pageable ListByLocation(string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable ListByLocationAsync(string location, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public partial class DeletedAccount : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected DeletedAccount() { } + public virtual Azure.ResourceManager.Storage.DeletedAccountData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class DeletedAccountContainer : Azure.ResourceManager.Core.ArmContainer + { + protected DeletedAccountContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class DeletedAccountData : Azure.ResourceManager.Resources.Models.Resource + { + public DeletedAccountData() { } + public string CreationTime { get { throw null; } } + public string DeletionTime { get { throw null; } } + public string Location { get { throw null; } } + public string RestoreReference { get { throw null; } } + public string StorageAccountResourceId { get { throw null; } } + } + public partial class EncryptionScope : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected EncryptionScope() { } + public virtual Azure.ResourceManager.Storage.EncryptionScopeData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Patch(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> PatchAsync(Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class EncryptionScopeContainer : Azure.ResourceManager.Core.ArmContainer + { + protected EncryptionScopeContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.EncryptionScopePutOperation CreateOrUpdate(string encryptionScopeName, Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string encryptionScopeName, Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class EncryptionScopeData : Azure.ResourceManager.Resources.Models.Resource + { + public EncryptionScopeData() { } + public System.DateTimeOffset? CreationTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.EncryptionScopeKeyVaultProperties KeyVaultProperties { get { throw null; } set { } } + public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public bool? RequireInfrastructureEncryption { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.EncryptionScopeSource? Source { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.EncryptionScopeState? State { get { throw null; } set { } } + } + public partial class FileService : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected FileService() { } + public virtual Azure.ResourceManager.Storage.FileServiceData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.FileShareContainer GetFileShares() { throw null; } + public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.FileServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class FileServiceContainer : Azure.ResourceManager.Core.ArmContainer + { + protected FileServiceContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class FileServiceData : Azure.ResourceManager.Resources.Models.Resource + { + public FileServiceData() { } + public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ProtocolSettings ProtocolSettings { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ShareDeleteRetentionPolicy { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } + } + public partial class FileShare : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected FileShare() { } + public virtual Azure.ResourceManager.Storage.FileShareData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.FileShareDeleteOperation Delete(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Lease(string xMsSnapshot = null, Azure.ResourceManager.Storage.Models.LeaseShareRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> LeaseAsync(string xMsSnapshot = null, Azure.ResourceManager.Storage.Models.LeaseShareRequest parameters = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Restore(Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task RestoreAsync(Azure.ResourceManager.Storage.Models.DeletedShare deletedShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.FileShareData fileShare, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class FileShareContainer : Azure.ResourceManager.Core.ArmContainer + { + protected FileShareContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.FileShareCreateOperation CreateOrUpdate(string shareName, Azure.ResourceManager.Storage.FileShareData fileShare, string expand = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string shareName, Azure.ResourceManager.Storage.FileShareData fileShare, string expand = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class FileShareData : Azure.ResourceManager.Storage.Models.AzureEntityResource + { + public FileShareData() { } + public Azure.ResourceManager.Storage.Models.ShareAccessTier? AccessTier { get { throw null; } set { } } + public System.DateTimeOffset? AccessTierChangeTime { get { throw null; } } + public string AccessTierStatus { get { throw null; } } + public bool? Deleted { get { throw null; } } + public System.DateTimeOffset? DeletedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.EnabledProtocols? EnabledProtocols { get { throw null; } set { } } + public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseStatus? LeaseStatus { get { throw null; } } + public System.Collections.Generic.IDictionary Metadata { get { throw null; } } + public int? RemainingRetentionDays { get { throw null; } } + public Azure.ResourceManager.Storage.Models.RootSquashType? RootSquash { get { throw null; } set { } } + public int? ShareQuota { get { throw null; } set { } } + public long? ShareUsageBytes { get { throw null; } } + public System.Collections.Generic.IList SignedIdentifiers { get { throw null; } } + public System.DateTimeOffset? SnapshotTime { get { throw null; } } + public string Version { get { throw null; } } + } + public partial class ManagementPolicy : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected ManagementPolicy() { } + public virtual Azure.ResourceManager.Storage.ManagementPolicyData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.ManagementPolicyDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ManagementPolicyContainer : Azure.ResourceManager.Core.ArmContainer + { + protected ManagementPolicyContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.ManagementPolicyCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ManagementPolicyData : Azure.ResourceManager.Resources.Models.Resource + { + public ManagementPolicyData() { } + public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ManagementPolicySchema Policy { get { throw null; } set { } } + } + public partial class ObjectReplicationPolicy : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected ObjectReplicationPolicy() { } + public virtual Azure.ResourceManager.Storage.ObjectReplicationPolicyData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.ObjectReplicationPolicyDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ObjectReplicationPolicyContainer : Azure.ResourceManager.Core.ArmContainer + { + protected ObjectReplicationPolicyContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.ObjectReplicationPolicyCreateOrUpdateOperation CreateOrUpdate(string objectReplicationPolicyId, Azure.ResourceManager.Storage.ObjectReplicationPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string objectReplicationPolicyId, Azure.ResourceManager.Storage.ObjectReplicationPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ObjectReplicationPolicyData : Azure.ResourceManager.Resources.Models.Resource + { + public ObjectReplicationPolicyData() { } + public string DestinationAccount { get { throw null; } set { } } + public System.DateTimeOffset? EnabledTime { get { throw null; } } + public string PolicyId { get { throw null; } } + public System.Collections.Generic.IList Rules { get { throw null; } } + public string SourceAccount { get { throw null; } set { } } + } + public partial class PrivateEndpointConnection : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected PrivateEndpointConnection() { } + public virtual Azure.ResourceManager.Storage.PrivateEndpointConnectionData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class PrivateEndpointConnectionContainer : Azure.ResourceManager.Core.ArmContainer + { + protected PrivateEndpointConnectionContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionPutOperation CreateOrUpdate(string privateEndpointConnectionName, Azure.ResourceManager.Storage.PrivateEndpointConnectionData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string privateEndpointConnectionName, Azure.ResourceManager.Storage.PrivateEndpointConnectionData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Resources.Models.Resource + { + public PrivateEndpointConnectionData() { } + public Azure.ResourceManager.Storage.Models.PrivateEndpoint PrivateEndpoint { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionProvisioningState? ProvisioningState { get { throw null; } } + } + public partial class QueueService : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected QueueService() { } + public virtual Azure.ResourceManager.Storage.QueueServiceData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.StorageQueueContainer GetStorageQueues() { throw null; } + public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.QueueServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.QueueServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class QueueServiceContainer : Azure.ResourceManager.Core.ArmContainer + { + protected QueueServiceContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class QueueServiceData : Azure.ResourceManager.Resources.Models.Resource + { + public QueueServiceData() { } + public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } + } + public static partial class ResourceGroupExtensions + { + public static Azure.ResourceManager.Storage.StorageAccountContainer GetStorageAccounts(this Azure.ResourceManager.Resources.ResourceGroup resourceGroup) { throw null; } + } + public partial class StorageAccount : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected StorageAccount() { } + public virtual Azure.ResourceManager.Storage.StorageAccountData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response AddTag(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> AddTagAsync(string key, string value, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.StorageAccountDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.StorageAccountFailoverOperation Failover(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task FailoverAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetAccountSAS(Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAccountSASAsync(Azure.ResourceManager.Storage.Models.AccountSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.BlobInventoryPolicyContainer GetBlobInventoryPolicies() { throw null; } + public Azure.ResourceManager.Storage.BlobServiceContainer GetBlobServices() { throw null; } + public Azure.ResourceManager.Storage.EncryptionScopeContainer GetEncryptionScopes() { throw null; } + public Azure.ResourceManager.Storage.FileServiceContainer GetFileServices() { throw null; } + public virtual Azure.Response GetKeys(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetKeysAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.ManagementPolicyContainer GetManagementPolicies() { throw null; } + public Azure.ResourceManager.Storage.ObjectReplicationPolicyContainer GetObjectReplicationPolicies() { throw null; } + public Azure.ResourceManager.Storage.PrivateEndpointConnectionContainer GetPrivateEndpointConnections() { throw null; } + public virtual Azure.Response> GetPrivateLinkResources(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetPrivateLinkResourcesAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.QueueServiceContainer GetQueueServices() { throw null; } + public virtual Azure.Response GetServiceSAS(Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetServiceSASAsync(Azure.ResourceManager.Storage.Models.ServiceSasParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.TableServiceContainer GetTableServices() { throw null; } + public virtual Azure.Response RegenerateKey(Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RegenerateKeyAsync(Azure.ResourceManager.Storage.Models.StorageAccountRegenerateKeyParameters regenerateKey, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RemoveTag(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> RemoveTagAsync(string key, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.StorageAccountRestoreBlobRangesOperation RestoreBlobRanges(Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task RestoreBlobRangesAsync(Azure.ResourceManager.Storage.Models.BlobRestoreParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response RevokeUserDelegationKeys(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task RevokeUserDelegationKeysAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response SetTags(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetTagsAsync(System.Collections.Generic.IDictionary tags, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.Models.StorageAccountUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class StorageAccountContainer : Azure.ResourceManager.Core.ArmContainer + { + protected StorageAccountContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.StorageAccountCreateOperation CreateOrUpdate(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountCreateParameters parameters, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class StorageAccountData : Azure.ResourceManager.Resources.Models.TrackedResource + { + public StorageAccountData(Azure.ResourceManager.Resources.Models.Location location) : base (default(Azure.ResourceManager.Resources.Models.Location)) { } + public Azure.ResourceManager.Storage.Models.AccessTier? AccessTier { get { throw null; } } + public bool? AllowBlobPublicAccess { get { throw null; } set { } } + public bool? AllowCrossTenantReplication { get { throw null; } set { } } + public bool? AllowSharedKeyAccess { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.AzureFilesIdentityBasedAuthentication AzureFilesIdentityBasedAuthentication { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.BlobRestoreStatus BlobRestoreStatus { get { throw null; } } + public System.DateTimeOffset? CreationTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.CustomDomain CustomDomain { get { throw null; } } + public bool? EnableHttpsTrafficOnly { get { throw null; } set { } } + public bool? EnableNfsV3 { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Encryption Encryption { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } } + public bool? FailoverInProgress { get { throw null; } } + public Azure.ResourceManager.Storage.Models.GeoReplicationStats GeoReplicationStats { get { throw null; } } + public Azure.ResourceManager.Storage.Models.Identity Identity { get { throw null; } set { } } + public bool? IsHnsEnabled { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.KeyCreationTime KeyCreationTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.KeyPolicy KeyPolicy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.Kind? Kind { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LargeFileSharesState? LargeFileSharesState { get { throw null; } set { } } + public System.DateTimeOffset? LastGeoFailoverTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.MinimumTlsVersion? MinimumTlsVersion { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.NetworkRuleSet NetworkRuleSet { get { throw null; } } + public Azure.ResourceManager.Storage.Models.Endpoints PrimaryEndpoints { get { throw null; } } + public string PrimaryLocation { get { throw null; } } + public System.Collections.Generic.IReadOnlyList PrivateEndpointConnections { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ProvisioningState? ProvisioningState { get { throw null; } } + public Azure.ResourceManager.Storage.Models.RoutingPreference RoutingPreference { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.SasPolicy SasPolicy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.Endpoints SecondaryEndpoints { get { throw null; } } + public string SecondaryLocation { get { throw null; } } + public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } + public Azure.ResourceManager.Storage.Models.AccountStatus? StatusOfPrimary { get { throw null; } } + public Azure.ResourceManager.Storage.Models.AccountStatus? StatusOfSecondary { get { throw null; } } + } + public partial class StorageQueue : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected StorageQueue() { } + public virtual Azure.ResourceManager.Storage.StorageQueueData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.QueueDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(Azure.ResourceManager.Storage.StorageQueueData queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(Azure.ResourceManager.Storage.StorageQueueData queue, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class StorageQueueContainer : Azure.ResourceManager.Core.ArmContainer + { + protected StorageQueueContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.QueueCreateOperation CreateOrUpdate(string queueName, Azure.ResourceManager.Storage.StorageQueueData queue, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string queueName, Azure.ResourceManager.Storage.StorageQueueData queue, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class StorageQueueData : Azure.ResourceManager.Resources.Models.Resource + { + public StorageQueueData() { } + public int? ApproximateMessageCount { get { throw null; } } + public System.Collections.Generic.IDictionary Metadata { get { throw null; } } + } + public static partial class SubscriptionExtensions + { + public static Azure.Response CheckStorageAccountNameAvailability(this Azure.ResourceManager.Resources.Subscription subscription, Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static System.Threading.Tasks.Task> CheckStorageAccountNameAvailabilityAsync(this Azure.ResourceManager.Resources.Subscription subscription, Azure.ResourceManager.Storage.Models.StorageAccountCheckNameAvailabilityParameters accountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.ResourceManager.Storage.DeletedAccountContainer GetDeletedAccounts(this Azure.ResourceManager.Resources.Subscription subscription) { throw null; } + public static Azure.Pageable GetSkus(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetSkusAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Pageable GetStorageAccountByName(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetStorageAccountByNameAsync(this Azure.ResourceManager.Resources.Subscription subscription, string filter, string expand, int? top, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.Pageable GetStorageAccounts(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public static Azure.AsyncPageable GetStorageAccountsAsync(this Azure.ResourceManager.Resources.Subscription subscription, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class Table : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected Table() { } + public virtual Azure.ResourceManager.Storage.TableData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.ResourceManager.Storage.Models.TableDeleteOperation Delete(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task DeleteAsync(bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Update(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> UpdateAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableContainer : Azure.ResourceManager.Core.ArmContainer + { + protected TableContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.ResourceManager.Storage.Models.TableCreateOperation CreateOrUpdate(string tableName, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string tableName, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableData : Azure.ResourceManager.Resources.Models.Resource + { + public TableData() { } + public string TableName { get { throw null; } } + } + public partial class TableService : Azure.ResourceManager.Core.ArmResource + { + public static readonly Azure.ResourceManager.ResourceType ResourceType; + protected TableService() { } + public virtual Azure.ResourceManager.Storage.TableServiceData Data { get { throw null; } } + public virtual bool HasData { get { throw null; } } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response Get(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Collections.Generic.IEnumerable GetAvailableLocations(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAvailableLocationsAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public Azure.ResourceManager.Storage.TableContainer GetTables() { throw null; } + public virtual Azure.Response SetServiceProperties(Azure.ResourceManager.Storage.TableServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> SetServicePropertiesAsync(Azure.ResourceManager.Storage.TableServiceData parameters, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableServiceContainer : Azure.ResourceManager.Core.ArmContainer + { + protected TableServiceContainer() { } + protected override Azure.ResourceManager.ResourceType ValidResourceType { get { throw null; } } + public virtual Azure.Response CheckIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response Get(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual Azure.Response GetIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableServiceData : Azure.ResourceManager.Resources.Models.Resource + { + public TableServiceData() { } + public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } } } namespace Azure.ResourceManager.Storage.Models { + public partial class AccessPolicy + { + public AccessPolicy() { } + public System.DateTimeOffset? ExpiryTime { get { throw null; } set { } } + public string Permission { get { throw null; } set { } } + public System.DateTimeOffset? StartTime { get { throw null; } set { } } + } public enum AccessTier { Hot = 0, @@ -317,7 +748,7 @@ public ActiveDirectoryProperties(string domainName, string netBiosDomainName, st public string ForestName { get { throw null; } set { } } public string NetBiosDomainName { get { throw null; } set { } } } - public partial class AzureEntityResource : Azure.ResourceManager.Storage.Models.Resource + public partial class AzureEntityResource : Azure.ResourceManager.Resources.Models.Resource { public AzureEntityResource() { } public string Etag { get { throw null; } } @@ -326,27 +757,155 @@ public partial class AzureFilesIdentityBasedAuthentication { public AzureFilesIdentityBasedAuthentication(Azure.ResourceManager.Storage.Models.DirectoryServiceOptions directoryServiceOptions) { } public Azure.ResourceManager.Storage.Models.ActiveDirectoryProperties ActiveDirectoryProperties { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DefaultSharePermission? DefaultSharePermission { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.DirectoryServiceOptions DirectoryServiceOptions { get { throw null; } set { } } } - public partial class BlobContainer : Azure.ResourceManager.Storage.Models.AzureEntityResource + public partial class BlobContainerCreateOperation : Azure.Operation { - public BlobContainer() { } - public string DefaultEncryptionScope { get { throw null; } set { } } - public bool? Deleted { get { throw null; } } - public System.DateTimeOffset? DeletedTime { get { throw null; } } - public bool? DenyEncryptionScopeOverride { get { throw null; } set { } } - public bool? HasImmutabilityPolicy { get { throw null; } } - public bool? HasLegalHold { get { throw null; } } - public Azure.ResourceManager.Storage.Models.ImmutabilityPolicyProperties ImmutabilityPolicy { get { throw null; } } - public System.DateTimeOffset? LastModifiedTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } } - public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } } - public Azure.ResourceManager.Storage.Models.LeaseStatus? LeaseStatus { get { throw null; } } - public Azure.ResourceManager.Storage.Models.LegalHoldProperties LegalHold { get { throw null; } } - public System.Collections.Generic.IDictionary Metadata { get { throw null; } } - public Azure.ResourceManager.Storage.Models.PublicAccess? PublicAccess { get { throw null; } set { } } - public int? RemainingRetentionDays { get { throw null; } } - public string Version { get { throw null; } } + protected BlobContainerCreateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.BlobContainer Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerCreateOrUpdateImmutabilityPolicyOperation : Azure.Operation + { + protected BlobContainerCreateOrUpdateImmutabilityPolicyOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.Models.ImmutabilityPolicy Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerDeleteImmutabilityPolicyOperation : Azure.Operation + { + protected BlobContainerDeleteImmutabilityPolicyOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.Models.ImmutabilityPolicy Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerDeleteOperation : Azure.Operation + { + protected BlobContainerDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerObjectLevelWormOperation : Azure.Operation + { + protected BlobContainerObjectLevelWormOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobContainerUpdateOperation : Azure.Operation + { + protected BlobContainerUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.BlobContainer Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobInventoryPolicyCreateOrUpdateOperation : Azure.Operation + { + protected BlobInventoryPolicyCreateOrUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.BlobInventoryPolicy Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobInventoryPolicyDefinition + { + public BlobInventoryPolicyDefinition(Azure.ResourceManager.Storage.Models.Format format, Azure.ResourceManager.Storage.Models.Schedule schedule, Azure.ResourceManager.Storage.Models.ObjectType objectType, System.Collections.Generic.IEnumerable schemaFields) { } + public Azure.ResourceManager.Storage.Models.BlobInventoryPolicyFilter Filters { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Format Format { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ObjectType ObjectType { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Schedule Schedule { get { throw null; } set { } } + public System.Collections.Generic.IList SchemaFields { get { throw null; } } + } + public partial class BlobInventoryPolicyDeleteOperation : Azure.Operation + { + protected BlobInventoryPolicyDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class BlobInventoryPolicyFilter + { + public BlobInventoryPolicyFilter() { } + public System.Collections.Generic.IList BlobTypes { get { throw null; } } + public bool? IncludeBlobVersions { get { throw null; } set { } } + public bool? IncludeSnapshots { get { throw null; } set { } } + public System.Collections.Generic.IList PrefixMatch { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct BlobInventoryPolicyName : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public BlobInventoryPolicyName(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName Default { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName left, Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName left, Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName right) { throw null; } + public override string ToString() { throw null; } + } + public partial class BlobInventoryPolicyRule + { + public BlobInventoryPolicyRule(bool enabled, string name, string destination, Azure.ResourceManager.Storage.Models.BlobInventoryPolicyDefinition definition) { } + public Azure.ResourceManager.Storage.Models.BlobInventoryPolicyDefinition Definition { get { throw null; } set { } } + public string Destination { get { throw null; } set { } } + public bool Enabled { get { throw null; } set { } } + public string Name { get { throw null; } set { } } + } + public partial class BlobInventoryPolicySchema + { + public BlobInventoryPolicySchema(bool enabled, Azure.ResourceManager.Storage.Models.InventoryRuleType type, System.Collections.Generic.IEnumerable rules) { } + public bool Enabled { get { throw null; } set { } } + public System.Collections.Generic.IList Rules { get { throw null; } } + public Azure.ResourceManager.Storage.Models.InventoryRuleType Type { get { throw null; } set { } } } public partial class BlobRestoreParameters { @@ -387,18 +946,18 @@ internal BlobRestoreStatus() { } public string RestoreId { get { throw null; } } public Azure.ResourceManager.Storage.Models.BlobRestoreProgressStatus? Status { get { throw null; } } } - public partial class BlobServiceProperties : Azure.ResourceManager.Storage.Models.Resource + public partial class BlobServiceSetServicePropertiesOperation : Azure.Operation { - public BlobServiceProperties() { } - public bool? AutomaticSnapshotPolicyEnabled { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.ChangeFeed ChangeFeed { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ContainerDeleteRetentionPolicy { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } - public string DefaultServiceVersion { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy DeleteRetentionPolicy { get { throw null; } set { } } - public bool? IsVersioningEnabled { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.RestorePolicyProperties RestorePolicy { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } + protected BlobServiceSetServicePropertiesOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.BlobService Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct Bypass : System.IEquatable @@ -424,6 +983,7 @@ public partial class ChangeFeed { public ChangeFeed() { } public bool? Enabled { get { throw null; } set { } } + public int? RetentionInDays { get { throw null; } set { } } } public partial class CheckNameAvailabilityResult { @@ -469,6 +1029,26 @@ public partial class CorsRules public CorsRules() { } public System.Collections.Generic.IList CorsRulesValue { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct CreatedByType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public CreatedByType(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.CreatedByType Application { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.CreatedByType Key { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.CreatedByType ManagedIdentity { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.CreatedByType User { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.CreatedByType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.CreatedByType left, Azure.ResourceManager.Storage.Models.CreatedByType right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.CreatedByType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.CreatedByType left, Azure.ResourceManager.Storage.Models.CreatedByType right) { throw null; } + public override string ToString() { throw null; } + } public partial class CustomDomain { public CustomDomain(string name) { } @@ -482,14 +1062,36 @@ public DateAfterCreation(float daysAfterCreationGreaterThan) { } } public partial class DateAfterModification { - public DateAfterModification(float daysAfterModificationGreaterThan) { } - public float DaysAfterModificationGreaterThan { get { throw null; } set { } } + public DateAfterModification() { } + public float? DaysAfterLastAccessTimeGreaterThan { get { throw null; } set { } } + public float? DaysAfterModificationGreaterThan { get { throw null; } set { } } } public enum DefaultAction { Allow = 0, Deny = 1, } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct DefaultSharePermission : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public DefaultSharePermission(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.DefaultSharePermission None { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.DefaultSharePermission StorageFileDataSmbShareContributor { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.DefaultSharePermission StorageFileDataSmbShareElevatedContributor { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.DefaultSharePermission StorageFileDataSmbShareOwner { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.DefaultSharePermission StorageFileDataSmbShareReader { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.DefaultSharePermission other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.DefaultSharePermission left, Azure.ResourceManager.Storage.Models.DefaultSharePermission right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.DefaultSharePermission (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.DefaultSharePermission left, Azure.ResourceManager.Storage.Models.DefaultSharePermission right) { throw null; } + public override string ToString() { throw null; } + } public partial class DeletedShare { public DeletedShare(string deletedShareName, string deletedShareVersion) { } @@ -502,12 +1104,6 @@ public DeleteRetentionPolicy() { } public int? Days { get { throw null; } set { } } public bool? Enabled { get { throw null; } set { } } } - public partial class Dimension - { - internal Dimension() { } - public string DisplayName { get { throw null; } } - public string Name { get { throw null; } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct DirectoryServiceOptions : System.IEquatable { @@ -548,24 +1144,49 @@ internal Dimension() { } public partial class Encryption { public Encryption(Azure.ResourceManager.Storage.Models.KeySource keySource) { } + public Azure.ResourceManager.Storage.Models.EncryptionIdentity EncryptionIdentity { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.KeySource KeySource { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.KeyVaultProperties KeyVaultProperties { get { throw null; } set { } } public bool? RequireInfrastructureEncryption { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.EncryptionServices Services { get { throw null; } set { } } } - public partial class EncryptionScope : Azure.ResourceManager.Storage.Models.Resource + public partial class EncryptionIdentity { - public EncryptionScope() { } - public System.DateTimeOffset? CreationTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.EncryptionScopeKeyVaultProperties KeyVaultProperties { get { throw null; } set { } } - public System.DateTimeOffset? LastModifiedTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.EncryptionScopeSource? Source { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.EncryptionScopeState? State { get { throw null; } set { } } + public EncryptionIdentity() { } + public string EncryptionUserAssignedIdentity { get { throw null; } set { } } } public partial class EncryptionScopeKeyVaultProperties { public EncryptionScopeKeyVaultProperties() { } + public string CurrentVersionedKeyIdentifier { get { throw null; } } public string KeyUri { get { throw null; } set { } } + public System.DateTimeOffset? LastKeyRotationTimestamp { get { throw null; } } + } + public partial class EncryptionScopePatchOperation : Azure.Operation + { + protected EncryptionScopePatchOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.EncryptionScope Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class EncryptionScopePutOperation : Azure.Operation + { + protected EncryptionScopePutOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.EncryptionScope Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct EncryptionScopeSource : System.IEquatable @@ -630,34 +1251,87 @@ internal Endpoints() { } public string Table { get { throw null; } } public string Web { get { throw null; } } } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ExpirationAction : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ExpirationAction(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.ExpirationAction Log { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.ExpirationAction other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.ExpirationAction left, Azure.ResourceManager.Storage.Models.ExpirationAction right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.ExpirationAction (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.ExpirationAction left, Azure.ResourceManager.Storage.Models.ExpirationAction right) { throw null; } + public override string ToString() { throw null; } + } + public partial class ExtendedLocation + { + public ExtendedLocation() { } + public string Name { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ExtendedLocationTypes? Type { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ExtendedLocationTypes : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ExtendedLocationTypes(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.ExtendedLocationTypes EdgeZone { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.ExtendedLocationTypes other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.ExtendedLocationTypes left, Azure.ResourceManager.Storage.Models.ExtendedLocationTypes right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.ExtendedLocationTypes (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.ExtendedLocationTypes left, Azure.ResourceManager.Storage.Models.ExtendedLocationTypes right) { throw null; } + public override string ToString() { throw null; } + } public partial class FileServiceItems { internal FileServiceItems() { } - public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } } - public partial class FileServiceProperties : Azure.ResourceManager.Storage.Models.Resource + public partial class FileServiceSetServicePropertiesOperation : Azure.Operation { - public FileServiceProperties() { } - public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.DeleteRetentionPolicy ShareDeleteRetentionPolicy { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } + protected FileServiceSetServicePropertiesOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.FileService Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FileShare : Azure.ResourceManager.Storage.Models.AzureEntityResource + public partial class FileShareCreateOperation : Azure.Operation { - public FileShare() { } - public Azure.ResourceManager.Storage.Models.ShareAccessTier? AccessTier { get { throw null; } set { } } - public System.DateTimeOffset? AccessTierChangeTime { get { throw null; } } - public string AccessTierStatus { get { throw null; } } - public bool? Deleted { get { throw null; } } - public System.DateTimeOffset? DeletedTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.EnabledProtocols? EnabledProtocols { get { throw null; } set { } } - public System.DateTimeOffset? LastModifiedTime { get { throw null; } } - public System.Collections.Generic.IDictionary Metadata { get { throw null; } } - public int? RemainingRetentionDays { get { throw null; } } - public Azure.ResourceManager.Storage.Models.RootSquashType? RootSquash { get { throw null; } set { } } - public int? ShareQuota { get { throw null; } set { } } - public long? ShareUsageBytes { get { throw null; } } - public string Version { get { throw null; } } + protected FileShareCreateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.FileShare Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class FileShareDeleteOperation : Azure.Operation + { + protected FileShareDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class FileShareItem : Azure.ResourceManager.Storage.Models.AzureEntityResource { @@ -669,13 +1343,49 @@ public FileShareItem() { } public System.DateTimeOffset? DeletedTime { get { throw null; } } public Azure.ResourceManager.Storage.Models.EnabledProtocols? EnabledProtocols { get { throw null; } set { } } public System.DateTimeOffset? LastModifiedTime { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } } + public Azure.ResourceManager.Storage.Models.LeaseStatus? LeaseStatus { get { throw null; } } public System.Collections.Generic.IDictionary Metadata { get { throw null; } } public int? RemainingRetentionDays { get { throw null; } } public Azure.ResourceManager.Storage.Models.RootSquashType? RootSquash { get { throw null; } set { } } public int? ShareQuota { get { throw null; } set { } } public long? ShareUsageBytes { get { throw null; } } + public System.Collections.Generic.IList SignedIdentifiers { get { throw null; } } + public System.DateTimeOffset? SnapshotTime { get { throw null; } } public string Version { get { throw null; } } } + public partial class FileShareUpdateOperation : Azure.Operation + { + protected FileShareUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.FileShare Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct Format : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public Format(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.Format Csv { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.Format Parquet { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.Format other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.Format left, Azure.ResourceManager.Storage.Models.Format right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.Format (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.Format left, Azure.ResourceManager.Storage.Models.Format right) { throw null; } + public override string ToString() { throw null; } + } public partial class GeoReplicationStats { internal GeoReplicationStats() { } @@ -709,10 +1419,31 @@ public enum HttpProtocol } public partial class Identity { - public Identity() { } + public Identity(Azure.ResourceManager.Storage.Models.IdentityType type) { } public string PrincipalId { get { throw null; } } public string TenantId { get { throw null; } } - public string Type { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.IdentityType Type { get { throw null; } set { } } + public System.Collections.Generic.IDictionary UserAssignedIdentities { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct IdentityType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public IdentityType(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.IdentityType None { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.IdentityType SystemAssigned { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.IdentityType SystemAssignedUserAssigned { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.IdentityType UserAssigned { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.IdentityType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.IdentityType left, Azure.ResourceManager.Storage.Models.IdentityType right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.IdentityType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.IdentityType left, Azure.ResourceManager.Storage.Models.IdentityType right) { throw null; } + public override string ToString() { throw null; } } public partial class ImmutabilityPolicy : Azure.ResourceManager.Storage.Models.AzureEntityResource { @@ -767,17 +1498,52 @@ internal ImmutabilityPolicyProperties() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.ImmutabilityPolicyUpdateType left, Azure.ResourceManager.Storage.Models.ImmutabilityPolicyUpdateType right) { throw null; } public override string ToString() { throw null; } } + public partial class ImmutableStorageWithVersioning + { + public ImmutableStorageWithVersioning() { } + public bool? Enabled { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.MigrationState? MigrationState { get { throw null; } } + public System.DateTimeOffset? TimeStamp { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct InventoryRuleType : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public InventoryRuleType(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.InventoryRuleType Inventory { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.InventoryRuleType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.InventoryRuleType left, Azure.ResourceManager.Storage.Models.InventoryRuleType right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.InventoryRuleType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.InventoryRuleType left, Azure.ResourceManager.Storage.Models.InventoryRuleType right) { throw null; } + public override string ToString() { throw null; } + } public partial class IPRule { public IPRule(string iPAddressOrRange) { } public string Action { get { throw null; } set { } } public string IPAddressOrRange { get { throw null; } set { } } } + public partial class KeyCreationTime + { + internal KeyCreationTime() { } + public System.DateTimeOffset? Key1 { get { throw null; } } + public System.DateTimeOffset? Key2 { get { throw null; } } + } public enum KeyPermission { Read = 0, Full = 1, } + public partial class KeyPolicy + { + public KeyPolicy(int keyExpirationPeriodInDays) { } + public int KeyExpirationPeriodInDays { get { throw null; } set { } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct KeySource : System.IEquatable { @@ -862,6 +1628,14 @@ public KeyVaultProperties() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.LargeFileSharesState left, Azure.ResourceManager.Storage.Models.LargeFileSharesState right) { throw null; } public override string ToString() { throw null; } } + public partial class LastAccessTimeTrackingPolicy + { + public LastAccessTimeTrackingPolicy(bool enable) { } + public System.Collections.Generic.IList BlobType { get { throw null; } } + public bool Enable { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Name? Name { get { throw null; } set { } } + public int? TrackingGranularityInDays { get { throw null; } set { } } + } public partial class LeaseContainerRequest { public LeaseContainerRequest(Azure.ResourceManager.Storage.Models.LeaseContainerRequestAction action) { } @@ -917,6 +1691,42 @@ internal LeaseContainerResponse() { } public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct LeaseShareAction : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public LeaseShareAction(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.LeaseShareAction Acquire { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.LeaseShareAction Break { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.LeaseShareAction Change { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.LeaseShareAction Release { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.LeaseShareAction Renew { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.LeaseShareAction other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.LeaseShareAction left, Azure.ResourceManager.Storage.Models.LeaseShareAction right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.LeaseShareAction (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.LeaseShareAction left, Azure.ResourceManager.Storage.Models.LeaseShareAction right) { throw null; } + public override string ToString() { throw null; } + } + public partial class LeaseShareRequest + { + public LeaseShareRequest(Azure.ResourceManager.Storage.Models.LeaseShareAction action) { } + public Azure.ResourceManager.Storage.Models.LeaseShareAction Action { get { throw null; } } + public int? BreakPeriod { get { throw null; } set { } } + public int? LeaseDuration { get { throw null; } set { } } + public string LeaseId { get { throw null; } set { } } + public string ProposedLeaseId { get { throw null; } set { } } + } + public partial class LeaseShareResponse + { + internal LeaseShareResponse() { } + public string LeaseId { get { throw null; } } + public string LeaseTimeSeconds { get { throw null; } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct LeaseState : System.IEquatable { private readonly object _dummy; @@ -982,6 +1792,7 @@ public ListContainerItem() { } public bool? HasImmutabilityPolicy { get { throw null; } } public bool? HasLegalHold { get { throw null; } } public Azure.ResourceManager.Storage.Models.ImmutabilityPolicyProperties ImmutabilityPolicy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.ImmutableStorageWithVersioning ImmutableStorageWithVersioning { get { throw null; } set { } } public System.DateTimeOffset? LastModifiedTime { get { throw null; } } public Azure.ResourceManager.Storage.Models.LeaseDuration? LeaseDuration { get { throw null; } } public Azure.ResourceManager.Storage.Models.LeaseState? LeaseState { get { throw null; } } @@ -1009,7 +1820,7 @@ public ListContainerItem() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.ListContainersInclude left, Azure.ResourceManager.Storage.Models.ListContainersInclude right) { throw null; } public override string ToString() { throw null; } } - public partial class ListQueue : Azure.ResourceManager.Storage.Models.Resource + public partial class ListQueue : Azure.ResourceManager.Resources.Models.Resource { public ListQueue() { } public System.Collections.Generic.IDictionary Metadata { get { throw null; } } @@ -1017,7 +1828,7 @@ public ListQueue() { } public partial class ListQueueServices { internal ListQueueServices() { } - public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } + public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } } public partial class ListServiceSasResponse { @@ -1026,34 +1837,54 @@ internal ListServiceSasResponse() { } } public partial class ListTableServices { - internal ListTableServices() { } - public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } - } - public partial class ManagementPolicy : Azure.ResourceManager.Storage.Models.Resource - { - public ManagementPolicy() { } - public System.DateTimeOffset? LastModifiedTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.ManagementPolicySchema Policy { get { throw null; } set { } } + internal ListTableServices() { } + public System.Collections.Generic.IReadOnlyList Value { get { throw null; } } } public partial class ManagementPolicyAction { public ManagementPolicyAction() { } public Azure.ResourceManager.Storage.Models.ManagementPolicyBaseBlob BaseBlob { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.ManagementPolicySnapShot Snapshot { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ManagementPolicyVersion Version { get { throw null; } set { } } } public partial class ManagementPolicyBaseBlob { public ManagementPolicyBaseBlob() { } public Azure.ResourceManager.Storage.Models.DateAfterModification Delete { get { throw null; } set { } } + public bool? EnableAutoTierToHotFromCool { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.DateAfterModification TierToArchive { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.DateAfterModification TierToCool { get { throw null; } set { } } } + public partial class ManagementPolicyCreateOrUpdateOperation : Azure.Operation + { + protected ManagementPolicyCreateOrUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.ManagementPolicy Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ManagementPolicyDefinition { public ManagementPolicyDefinition(Azure.ResourceManager.Storage.Models.ManagementPolicyAction actions) { } public Azure.ResourceManager.Storage.Models.ManagementPolicyAction Actions { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.ManagementPolicyFilter Filters { get { throw null; } set { } } } + public partial class ManagementPolicyDeleteOperation : Azure.Operation + { + protected ManagementPolicyDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class ManagementPolicyFilter { public ManagementPolicyFilter(System.Collections.Generic.IEnumerable blobTypes) { } @@ -1095,19 +1926,74 @@ public partial class ManagementPolicySnapShot { public ManagementPolicySnapShot() { } public Azure.ResourceManager.Storage.Models.DateAfterCreation Delete { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DateAfterCreation TierToArchive { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DateAfterCreation TierToCool { get { throw null; } set { } } } - public partial class MetricSpecification + public partial class ManagementPolicyVersion { - internal MetricSpecification() { } - public string AggregationType { get { throw null; } } - public string Category { get { throw null; } } - public System.Collections.Generic.IReadOnlyList Dimensions { get { throw null; } } - public string DisplayDescription { get { throw null; } } - public string DisplayName { get { throw null; } } - public bool? FillGapWithZero { get { throw null; } } - public string Name { get { throw null; } } - public string ResourceIdDimensionNameOverride { get { throw null; } } - public string Unit { get { throw null; } } + public ManagementPolicyVersion() { } + public Azure.ResourceManager.Storage.Models.DateAfterCreation Delete { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DateAfterCreation TierToArchive { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.DateAfterCreation TierToCool { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct MigrationState : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public MigrationState(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.MigrationState Completed { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.MigrationState InProgress { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.MigrationState other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.MigrationState left, Azure.ResourceManager.Storage.Models.MigrationState right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.MigrationState (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.MigrationState left, Azure.ResourceManager.Storage.Models.MigrationState right) { throw null; } + public override string ToString() { throw null; } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct MinimumTlsVersion : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public MinimumTlsVersion(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.MinimumTlsVersion TLS10 { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.MinimumTlsVersion TLS11 { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.MinimumTlsVersion TLS12 { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.MinimumTlsVersion other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.MinimumTlsVersion left, Azure.ResourceManager.Storage.Models.MinimumTlsVersion right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.MinimumTlsVersion (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.MinimumTlsVersion left, Azure.ResourceManager.Storage.Models.MinimumTlsVersion right) { throw null; } + public override string ToString() { throw null; } + } + public partial class Multichannel + { + public Multichannel() { } + public bool? Enabled { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct Name : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public Name(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.Name AccessTimeTracking { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.Name other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.Name left, Azure.ResourceManager.Storage.Models.Name right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.Name (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.Name left, Azure.ResourceManager.Storage.Models.Name right) { throw null; } + public override string ToString() { throw null; } } public partial class NetworkRuleSet { @@ -1115,16 +2001,32 @@ public NetworkRuleSet(Azure.ResourceManager.Storage.Models.DefaultAction default public Azure.ResourceManager.Storage.Models.Bypass? Bypass { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.DefaultAction DefaultAction { get { throw null; } set { } } public System.Collections.Generic.IList IpRules { get { throw null; } } + public System.Collections.Generic.IList ResourceAccessRules { get { throw null; } } public System.Collections.Generic.IList VirtualNetworkRules { get { throw null; } } } - public partial class ObjectReplicationPolicy : Azure.ResourceManager.Storage.Models.Resource + public partial class ObjectReplicationPolicyCreateOrUpdateOperation : Azure.Operation { - public ObjectReplicationPolicy() { } - public string DestinationAccount { get { throw null; } set { } } - public System.DateTimeOffset? EnabledTime { get { throw null; } } - public string PolicyId { get { throw null; } } - public System.Collections.Generic.IList Rules { get { throw null; } } - public string SourceAccount { get { throw null; } set { } } + protected ObjectReplicationPolicyCreateOrUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.ObjectReplicationPolicy Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class ObjectReplicationPolicyDeleteOperation : Azure.Operation + { + protected ObjectReplicationPolicyDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class ObjectReplicationPolicyFilter { @@ -1140,21 +2042,23 @@ public ObjectReplicationPolicyRule(string sourceContainer, string destinationCon public string RuleId { get { throw null; } set { } } public string SourceContainer { get { throw null; } set { } } } - public partial class Operation - { - internal Operation() { } - public Azure.ResourceManager.Storage.Models.OperationDisplay Display { get { throw null; } } - public string Name { get { throw null; } } - public string Origin { get { throw null; } } - public Azure.ResourceManager.Storage.Models.ServiceSpecification ServiceSpecification { get { throw null; } } - } - public partial class OperationDisplay + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct ObjectType : System.IEquatable { - internal OperationDisplay() { } - public string Description { get { throw null; } } - public string Operation { get { throw null; } } - public string Provider { get { throw null; } } - public string Resource { get { throw null; } } + private readonly object _dummy; + private readonly int _dummyPrimitive; + public ObjectType(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.ObjectType Blob { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.ObjectType Container { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.ObjectType other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.ObjectType left, Azure.ResourceManager.Storage.Models.ObjectType right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.ObjectType (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.ObjectType left, Azure.ResourceManager.Storage.Models.ObjectType right) { throw null; } + public override string ToString() { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct Permissions : System.IEquatable @@ -1185,12 +2089,16 @@ public partial class PrivateEndpoint public PrivateEndpoint() { } public string Id { get { throw null; } } } - public partial class PrivateEndpointConnection : Azure.ResourceManager.Storage.Models.Resource + public partial class PrivateEndpointConnectionDeleteOperation : Azure.Operation { - public PrivateEndpointConnection() { } - public Azure.ResourceManager.Storage.Models.PrivateEndpoint PrivateEndpoint { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.PrivateLinkServiceConnectionState PrivateLinkServiceConnectionState { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionProvisioningState? ProvisioningState { get { throw null; } } + protected PrivateEndpointConnectionDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PrivateEndpointConnectionProvisioningState : System.IEquatable @@ -1212,6 +2120,19 @@ public PrivateEndpointConnection() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionProvisioningState left, Azure.ResourceManager.Storage.Models.PrivateEndpointConnectionProvisioningState right) { throw null; } public override string ToString() { throw null; } } + public partial class PrivateEndpointConnectionPutOperation : Azure.Operation + { + protected PrivateEndpointConnectionPutOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.PrivateEndpointConnection Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct PrivateEndpointServiceConnectionStatus : System.IEquatable { @@ -1231,7 +2152,7 @@ public PrivateEndpointConnection() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.PrivateEndpointServiceConnectionStatus left, Azure.ResourceManager.Storage.Models.PrivateEndpointServiceConnectionStatus right) { throw null; } public override string ToString() { throw null; } } - public partial class PrivateLinkResource : Azure.ResourceManager.Storage.Models.Resource + public partial class PrivateLinkResource : Azure.ResourceManager.Resources.Models.Resource { public PrivateLinkResource() { } public string GroupId { get { throw null; } } @@ -1250,6 +2171,11 @@ public PrivateLinkServiceConnectionState() { } public string Description { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.PrivateEndpointServiceConnectionStatus? Status { get { throw null; } set { } } } + public partial class ProtocolSettings + { + public ProtocolSettings() { } + public Azure.ResourceManager.Storage.Models.SmbSetting Smb { get { throw null; } set { } } + } public enum ProvisioningState { Creating = 0, @@ -1262,10 +2188,55 @@ public enum PublicAccess Blob = 1, None = 2, } - public partial class QueueServiceProperties : Azure.ResourceManager.Storage.Models.Resource + public partial class QueueCreateOperation : Azure.Operation { - public QueueServiceProperties() { } - public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } + protected QueueCreateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.StorageQueue Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class QueueDeleteOperation : Azure.Operation + { + protected QueueDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class QueueServiceSetServicePropertiesOperation : Azure.Operation + { + protected QueueServiceSetServicePropertiesOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.QueueService Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class QueueUpdateOperation : Azure.Operation + { + protected QueueUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.StorageQueue Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public enum Reason { @@ -1290,12 +2261,11 @@ public enum Reason public static bool operator !=(Azure.ResourceManager.Storage.Models.ReasonCode left, Azure.ResourceManager.Storage.Models.ReasonCode right) { throw null; } public override string ToString() { throw null; } } - public partial class Resource + public partial class ResourceAccessRule { - public Resource() { } - public string Id { get { throw null; } } - public string Name { get { throw null; } } - public string Type { get { throw null; } } + public ResourceAccessRule() { } + public string ResourceId { get { throw null; } set { } } + public string TenantId { get { throw null; } set { } } } public partial class RestorePolicyProperties { @@ -1303,6 +2273,7 @@ public RestorePolicyProperties(bool enabled) { } public int? Days { get { throw null; } set { } } public bool Enabled { get { throw null; } set { } } public System.DateTimeOffset? LastEnabledTime { get { throw null; } } + public System.DateTimeOffset? MinRestoreTime { get { throw null; } } } public partial class Restriction { @@ -1372,6 +2343,30 @@ public RoutingPreference() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.RuleType left, Azure.ResourceManager.Storage.Models.RuleType right) { throw null; } public override string ToString() { throw null; } } + public partial class SasPolicy + { + public SasPolicy(string sasExpirationPeriod, Azure.ResourceManager.Storage.Models.ExpirationAction expirationAction) { } + public Azure.ResourceManager.Storage.Models.ExpirationAction ExpirationAction { get { throw null; } set { } } + public string SasExpirationPeriod { get { throw null; } set { } } + } + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct Schedule : System.IEquatable + { + private readonly object _dummy; + private readonly int _dummyPrimitive; + public Schedule(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.Schedule Daily { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.Schedule Weekly { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.Schedule other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.Schedule left, Azure.ResourceManager.Storage.Models.Schedule right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.Schedule (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.Schedule left, Azure.ResourceManager.Storage.Models.Schedule right) { throw null; } + public override string ToString() { throw null; } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct Services : System.IEquatable { @@ -1414,11 +2409,6 @@ public ServiceSasParameters(string canonicalizedResource) { } public System.DateTimeOffset? SharedAccessExpiryTime { get { throw null; } set { } } public System.DateTimeOffset? SharedAccessStartTime { get { throw null; } set { } } } - public partial class ServiceSpecification - { - internal ServiceSpecification() { } - public System.Collections.Generic.IReadOnlyList MetricSpecifications { get { throw null; } } - } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct ShareAccessTier : System.IEquatable { @@ -1439,6 +2429,11 @@ internal ServiceSpecification() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.ShareAccessTier left, Azure.ResourceManager.Storage.Models.ShareAccessTier right) { throw null; } public override string ToString() { throw null; } } + public partial class SignedIdentifier : Azure.ResourceManager.Resources.Models.WritableSubResource + { + public SignedIdentifier() { } + public Azure.ResourceManager.Storage.Models.AccessPolicy AccessPolicy { get { throw null; } set { } } + } [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] public readonly partial struct SignedResource : System.IEquatable { @@ -1530,42 +2525,35 @@ public enum SkuTier Standard = 0, Premium = 1, } - public enum State + public partial class SmbSetting { - Provisioning = 0, - Deprovisioning = 1, - Succeeded = 2, - Failed = 3, - NetworkSourceDeleted = 4, + public SmbSetting() { } + public string AuthenticationMethods { get { throw null; } set { } } + public string ChannelEncryption { get { throw null; } set { } } + public string KerberosTicketEncryption { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.Multichannel Multichannel { get { throw null; } set { } } + public string Versions { get { throw null; } set { } } } - public partial class StorageAccount : Azure.ResourceManager.Storage.Models.TrackedResource + [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)] + public readonly partial struct State : System.IEquatable { - public StorageAccount(string location) : base (default(string)) { } - public Azure.ResourceManager.Storage.Models.AccessTier? AccessTier { get { throw null; } } - public Azure.ResourceManager.Storage.Models.AzureFilesIdentityBasedAuthentication AzureFilesIdentityBasedAuthentication { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.BlobRestoreStatus BlobRestoreStatus { get { throw null; } } - public System.DateTimeOffset? CreationTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.CustomDomain CustomDomain { get { throw null; } } - public bool? EnableHttpsTrafficOnly { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.Encryption Encryption { get { throw null; } } - public bool? FailoverInProgress { get { throw null; } } - public Azure.ResourceManager.Storage.Models.GeoReplicationStats GeoReplicationStats { get { throw null; } } - public Azure.ResourceManager.Storage.Models.Identity Identity { get { throw null; } set { } } - public bool? IsHnsEnabled { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.Kind? Kind { get { throw null; } } - public Azure.ResourceManager.Storage.Models.LargeFileSharesState? LargeFileSharesState { get { throw null; } set { } } - public System.DateTimeOffset? LastGeoFailoverTime { get { throw null; } } - public Azure.ResourceManager.Storage.Models.NetworkRuleSet NetworkRuleSet { get { throw null; } } - public Azure.ResourceManager.Storage.Models.Endpoints PrimaryEndpoints { get { throw null; } } - public string PrimaryLocation { get { throw null; } } - public System.Collections.Generic.IReadOnlyList PrivateEndpointConnections { get { throw null; } } - public Azure.ResourceManager.Storage.Models.ProvisioningState? ProvisioningState { get { throw null; } } - public Azure.ResourceManager.Storage.Models.RoutingPreference RoutingPreference { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.Endpoints SecondaryEndpoints { get { throw null; } } - public string SecondaryLocation { get { throw null; } } - public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } - public Azure.ResourceManager.Storage.Models.AccountStatus? StatusOfPrimary { get { throw null; } } - public Azure.ResourceManager.Storage.Models.AccountStatus? StatusOfSecondary { get { throw null; } } + private readonly object _dummy; + private readonly int _dummyPrimitive; + public State(string value) { throw null; } + public static Azure.ResourceManager.Storage.Models.State Deprovisioning { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.State Failed { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.State NetworkSourceDeleted { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.State Provisioning { get { throw null; } } + public static Azure.ResourceManager.Storage.Models.State Succeeded { get { throw null; } } + public bool Equals(Azure.ResourceManager.Storage.Models.State other) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override bool Equals(object obj) { throw null; } + [System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never)] + public override int GetHashCode() { throw null; } + public static bool operator ==(Azure.ResourceManager.Storage.Models.State left, Azure.ResourceManager.Storage.Models.State right) { throw null; } + public static implicit operator Azure.ResourceManager.Storage.Models.State (string value) { throw null; } + public static bool operator !=(Azure.ResourceManager.Storage.Models.State left, Azure.ResourceManager.Storage.Models.State right) { throw null; } + public override string ToString() { throw null; } } public partial class StorageAccountCheckNameAvailabilityParameters { @@ -1573,29 +2561,72 @@ public StorageAccountCheckNameAvailabilityParameters(string name) { } public string Name { get { throw null; } } public string Type { get { throw null; } } } + public partial class StorageAccountCreateOperation : Azure.Operation + { + protected StorageAccountCreateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.StorageAccount Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class StorageAccountCreateParameters { public StorageAccountCreateParameters(Azure.ResourceManager.Storage.Models.Sku sku, Azure.ResourceManager.Storage.Models.Kind kind, string location) { } public Azure.ResourceManager.Storage.Models.AccessTier? AccessTier { get { throw null; } set { } } + public bool? AllowBlobPublicAccess { get { throw null; } set { } } + public bool? AllowCrossTenantReplication { get { throw null; } set { } } + public bool? AllowSharedKeyAccess { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.AzureFilesIdentityBasedAuthentication AzureFilesIdentityBasedAuthentication { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.CustomDomain CustomDomain { get { throw null; } set { } } public bool? EnableHttpsTrafficOnly { get { throw null; } set { } } + public bool? EnableNfsV3 { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Encryption Encryption { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.ExtendedLocation ExtendedLocation { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Identity Identity { get { throw null; } set { } } public bool? IsHnsEnabled { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.KeyPolicy KeyPolicy { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Kind Kind { get { throw null; } } public Azure.ResourceManager.Storage.Models.LargeFileSharesState? LargeFileSharesState { get { throw null; } set { } } public string Location { get { throw null; } } + public Azure.ResourceManager.Storage.Models.MinimumTlsVersion? MinimumTlsVersion { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.NetworkRuleSet NetworkRuleSet { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.RoutingPreference RoutingPreference { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.SasPolicy SasPolicy { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } } public System.Collections.Generic.IDictionary Tags { get { throw null; } } } + public partial class StorageAccountDeleteOperation : Azure.Operation + { + protected StorageAccountDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public enum StorageAccountExpand { GeoReplicationStats = 0, BlobRestoreStatus = 1, } + public partial class StorageAccountFailoverOperation : Azure.Operation + { + protected StorageAccountFailoverOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class StorageAccountInternetEndpoints { internal StorageAccountInternetEndpoints() { } @@ -1607,6 +2638,7 @@ internal StorageAccountInternetEndpoints() { } public partial class StorageAccountKey { internal StorageAccountKey() { } + public System.DateTimeOffset? CreationTime { get { throw null; } } public string KeyName { get { throw null; } } public Azure.ResourceManager.Storage.Models.KeyPermission? Permissions { get { throw null; } } public string Value { get { throw null; } } @@ -1631,37 +2663,113 @@ public partial class StorageAccountRegenerateKeyParameters public StorageAccountRegenerateKeyParameters(string keyName) { } public string KeyName { get { throw null; } } } + public partial class StorageAccountRestoreBlobRangesOperation : Azure.Operation + { + protected StorageAccountRestoreBlobRangesOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.Models.BlobRestoreStatus Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class StorageAccountUpdateOperation : Azure.Operation + { + protected StorageAccountUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.StorageAccount Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } public partial class StorageAccountUpdateParameters { public StorageAccountUpdateParameters() { } public Azure.ResourceManager.Storage.Models.AccessTier? AccessTier { get { throw null; } set { } } + public bool? AllowBlobPublicAccess { get { throw null; } set { } } + public bool? AllowCrossTenantReplication { get { throw null; } set { } } + public bool? AllowSharedKeyAccess { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.AzureFilesIdentityBasedAuthentication AzureFilesIdentityBasedAuthentication { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.CustomDomain CustomDomain { get { throw null; } set { } } public bool? EnableHttpsTrafficOnly { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Encryption Encryption { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Identity Identity { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.KeyPolicy KeyPolicy { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Kind? Kind { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.LargeFileSharesState? LargeFileSharesState { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.MinimumTlsVersion? MinimumTlsVersion { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.NetworkRuleSet NetworkRuleSet { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.RoutingPreference RoutingPreference { get { throw null; } set { } } + public Azure.ResourceManager.Storage.Models.SasPolicy SasPolicy { get { throw null; } set { } } public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } set { } } public System.Collections.Generic.IDictionary Tags { get { throw null; } } } - public partial class StorageQueue : Azure.ResourceManager.Storage.Models.Resource + public partial class SystemData { - public StorageQueue() { } - public int? ApproximateMessageCount { get { throw null; } } - public System.Collections.Generic.IDictionary Metadata { get { throw null; } } + internal SystemData() { } + public System.DateTimeOffset? CreatedAt { get { throw null; } } + public string CreatedBy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.CreatedByType? CreatedByType { get { throw null; } } + public System.DateTimeOffset? LastModifiedAt { get { throw null; } } + public string LastModifiedBy { get { throw null; } } + public Azure.ResourceManager.Storage.Models.CreatedByType? LastModifiedByType { get { throw null; } } } - public partial class Table : Azure.ResourceManager.Storage.Models.Resource + public partial class TableCreateOperation : Azure.Operation { - public Table() { } - public string TableName { get { throw null; } } + protected TableCreateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.Table Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TableServiceProperties : Azure.ResourceManager.Storage.Models.Resource + public partial class TableDeleteOperation : Azure.Operation { - public TableServiceProperties() { } - public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } + protected TableDeleteOperation() { } + public override bool HasCompleted { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask WaitForCompletionResponseAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableServiceSetServicePropertiesOperation : Azure.Operation + { + protected TableServiceSetServicePropertiesOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.TableService Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + } + public partial class TableUpdateOperation : Azure.Operation + { + protected TableUpdateOperation() { } + public override bool HasCompleted { get { throw null; } } + public override bool HasValue { get { throw null; } } + public override string Id { get { throw null; } } + public override Azure.ResourceManager.Storage.Table Value { get { throw null; } } + public override Azure.Response GetRawResponse() { throw null; } + public override Azure.Response UpdateStatus(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask UpdateStatusAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } + public override System.Threading.Tasks.ValueTask> WaitForCompletionAsync(System.TimeSpan pollingInterval, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } public partial class TagFilter { @@ -1679,12 +2787,6 @@ internal TagProperty() { } public System.DateTimeOffset? Timestamp { get { throw null; } } public string Upn { get { throw null; } } } - public partial class TrackedResource : Azure.ResourceManager.Storage.Models.Resource - { - public TrackedResource(string location) { } - public string Location { get { throw null; } set { } } - public System.Collections.Generic.IDictionary Tags { get { throw null; } } - } public partial class UpdateHistoryProperty { internal UpdateHistoryProperty() { } diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/README.md b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md new file mode 100644 index 0000000000000..56f09ff3c3b5b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md @@ -0,0 +1,15 @@ +--- +page_type: sample +languages: +- csharp +products: +- azure +- azure-resource-manager +name: Azure.ResourceManager.Storage samples for .NET +description: Samples for the Azure.ResourceManager.Storage client library +--- + +# Azure.ResourceManager.Storage Samples + +- [Managing Storage Accounts](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) +- [Managing Blob Containers](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md new file mode 100644 index 0000000000000..d0dbca8ec9cd8 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md @@ -0,0 +1,94 @@ +# Example: Managing the storage accounts + +>Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). + +Namespaces for this example: + +```C# Snippet:Managing_StorageAccounts_NameSpaces +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; +``` + +When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: + +```C# Snippet:Readme_DefaultSubscription +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); +Subscription subscription = armClient.DefaultSubscription; +``` + +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. + +```C# Snippet:Readme_GetResourceGroupContainer +string rgName = "myRgName"; +Location location = Location.WestUS2; +ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +``` + +Now that we have the resource group created, we can manage the storage accounts inside this resource group. + +***Create a storage account*** + +```C# Snippet:Managing_StorageAccounts_CreateStorageAccount +//first we need to define the StorageAccountCreateParameters +Sku sku = new Sku(SkuName.StandardGRS); +Kind kind = Kind.Storage; +string location = "westus2"; +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); +//now we can create a storage account with defined account name and parameters +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +string accountName = "myAccount"; +StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +``` + +***List all storage accounts*** + +```C# Snippet:Managing_StorageAccounts_ListStorageAccounts +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +AsyncPageable response = accountContainer.GetAllAsync(); +await foreach (StorageAccount storageAccount in response) +{ + Console.WriteLine(storageAccount.Data.Name); +} +``` + +***Get a storage account*** + +```C# Snippet:Managing_StorageAccounts_GetStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +Console.WriteLine(storageAccount.Data.Name); +``` + +***Try to get a storage account if it exists*** + +```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); +if (storageAccount != null) +{ + Console.WriteLine(storageAccount.Data.Name); +} +if (await accountContainer.CheckIfExistsAsync("bar")) +{ + Console.WriteLine("storage account 'bar' exists"); +} +``` + +***Delete a storage account*** + +```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +await storageAccount.DeleteAsync(); +``` + +## Next steps + +Take a look at the [Managing Blob Containers](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md new file mode 100644 index 0000000000000..8903f205e33e1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md @@ -0,0 +1,113 @@ +# Example: Managing the Blob Container + +>Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). + +Namespaces for this example: + +```C# Snippet:Managing_StorageAccounts_NameSpaces +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; +``` + +When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: + +```C# Snippet:Readme_DefaultSubscription +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); +Subscription subscription = armClient.DefaultSubscription; +``` + +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. + +```C# Snippet:Readme_GetResourceGroupContainer +string rgName = "myRgName"; +Location location = Location.WestUS2; +ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +``` + +After we have the resource group created, we can create a storage account + +```C# Snippet:Managing_StorageAccounts_CreateStorageAccount +//first we need to define the StorageAccountCreateParameters +Sku sku = new Sku(SkuName.StandardGRS); +Kind kind = Kind.Storage; +string location = "westus2"; +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); +//now we can create a storage account with defined account name and parameters +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +string accountName = "myAccount"; +StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +``` + + +Then we need to get the blob service, which is a singletion resource and the name is "default" + +```C# Snippet:Managing_BlobContainers_GetBlobService +BlobServiceContainer blobServiceContainer = storageAccount.GetBlobServices(); +BlobService blobService =await blobServiceContainer.GetAsync("default"); +``` + + +Now that we have the blob service, we can manage the blob containers inside this storage account. + +***Create a blob container*** + +```C# Snippet:Managing_BlobContainers_CreateBlobContainer +BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +string blobContainerName = "myBlobContainer"; +BlobContainerData blobContainerData= new BlobContainerData(); +BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, new BlobContainerData()); +BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); +``` + +***List all blob containers*** + +```C# Snippet:Managing_BlobContainers_ListBlobContainers +BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +AsyncPageable response = blobContainerContainer.GetAllAsync(); +await foreach (BlobContainer blobContainer in response) +{ + Console.WriteLine(blobContainer.Id.Name); +} +``` + +***Get a blob container*** + +```C# Snippet:Managing_BlobContainers_GetBlobContainer +BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +BlobContainer blobContainer =await blobContainerContainer.GetAsync("myBlobContainer"); +Console.WriteLine(blobContainer.Id.Name); +``` + +***Try to get a blob container if it exists*** + +```C# Snippet:Managing_BlobContainers_GetBlobContainerIfExists +BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); +if (storageAccount != null) +{ + Console.WriteLine(storageAccount.Data.Name); +} +if (await blobContainerContainer.CheckIfExistsAsync("bar")) +{ + Console.WriteLine("blob container 'bar' exists"); +} +``` + +***Delete a blob container*** + +```C# Snippet:Managing_BlobContainers_DeleteBlobContainer +BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); +BlobContainer blobContainer = await blobContainerContainer.GetAsync("myBlobContainer"); +await blobContainer.DeleteAsync(); +``` + +## Next steps + +Take a look at the [Managing Storage Accounts](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index 40eaea399fa66..cfc051c58a2ac 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -4,15 +4,12 @@ Azure.ResourceManager.Storage Azure management client SDK for Azure resource provider Microsoft.Storage. - This is a beta preview vesion. This version uses a next-generation code generator that introduces important breaking changes, but also new features (such as intuitive authentication, custom HTTP pipeline, distributed tracing and much more). + This is a beta preview vesion. This version uses a next-generation code generator that introduces important breaking changes, but also new features (such as intuitive authentication, custom HTTP pipeline, distributed tracing and much more). - azure;management;storage - $(NoWarn);AZC0008 - true - false + azure;management;Storage + $(NoWarn);CS1591; - - - - + + + diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs new file mode 100644 index 0000000000000..9f473d35655c0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs @@ -0,0 +1,635 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a BlobContainer along with the instance operations that can be performed on it. + public partial class BlobContainer : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobContainersRestOperations _restClient; + private readonly BlobContainerData _data; + + /// Initializes a new instance of the class for mocking. + protected BlobContainer() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal BlobContainer(ArmResource options, BlobContainerData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal BlobContainer(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/blobServices/containers"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual BlobContainerData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets properties of a specified container. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets properties of a specified container. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes specified container under its account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new BlobContainerDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes specified container under its account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual BlobContainerDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new BlobContainerDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. + /// Properties to update for the blob container. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(BlobContainerData blobContainer, CancellationToken cancellationToken = default) + { + if (blobContainer == null) + { + throw new ArgumentNullException(nameof(blobContainer)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, blobContainer, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. + /// Properties to update for the blob container. + /// The cancellation token to use. + /// is null. + public virtual Response Update(BlobContainerData blobContainer, CancellationToken cancellationToken = default) + { + if (blobContainer == null) + { + throw new ArgumentNullException(nameof(blobContainer)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, blobContainer, cancellationToken); + return Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. + /// The LegalHold property that will be set to a blob container. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetLegalHoldAsync(LegalHold legalHold, CancellationToken cancellationToken = default) + { + if (legalHold == null) + { + throw new ArgumentNullException(nameof(legalHold)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.SetLegalHold"); + scope.Start(); + try + { + var response = await _restClient.SetLegalHoldAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, legalHold, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. + /// The LegalHold property that will be set to a blob container. + /// The cancellation token to use. + /// is null. + public virtual Response SetLegalHold(LegalHold legalHold, CancellationToken cancellationToken = default) + { + if (legalHold == null) + { + throw new ArgumentNullException(nameof(legalHold)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.SetLegalHold"); + scope.Start(); + try + { + var response = _restClient.SetLegalHold(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, legalHold, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. + /// The LegalHold property that will be clear from a blob container. + /// The cancellation token to use. + /// is null. + public virtual async Task> ClearLegalHoldAsync(LegalHold legalHold, CancellationToken cancellationToken = default) + { + if (legalHold == null) + { + throw new ArgumentNullException(nameof(legalHold)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ClearLegalHold"); + scope.Start(); + try + { + var response = await _restClient.ClearLegalHoldAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, legalHold, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. + /// The LegalHold property that will be clear from a blob container. + /// The cancellation token to use. + /// is null. + public virtual Response ClearLegalHold(LegalHold legalHold, CancellationToken cancellationToken = default) + { + if (legalHold == null) + { + throw new ArgumentNullException(nameof(legalHold)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ClearLegalHold"); + scope.Start(); + try + { + var response = _restClient.ClearLegalHold(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, legalHold, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. + /// The cancellation token to use. + public virtual async Task> CreateOrUpdateImmutabilityPolicyAsync(string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.CreateOrUpdateImmutabilityPolicy"); + scope.Start(); + try + { + var response = await _restClient.CreateOrUpdateImmutabilityPolicyAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. + /// The cancellation token to use. + public virtual Response CreateOrUpdateImmutabilityPolicy(string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.CreateOrUpdateImmutabilityPolicy"); + scope.Start(); + try + { + var response = _restClient.CreateOrUpdateImmutabilityPolicy(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + public virtual async Task> GetImmutabilityPolicyAsync(string ifMatch = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.GetImmutabilityPolicy"); + scope.Start(); + try + { + var response = await _restClient.GetImmutabilityPolicyAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + public virtual Response GetImmutabilityPolicy(string ifMatch = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.GetImmutabilityPolicy"); + scope.Start(); + try + { + var response = _restClient.GetImmutabilityPolicy(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, the only way is to delete the container after deleting all expired blobs inside the policy locked container. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + /// is null. + public virtual async Task> DeleteImmutabilityPolicyAsync(string ifMatch, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.DeleteImmutabilityPolicy"); + scope.Start(); + try + { + var response = await _restClient.DeleteImmutabilityPolicyAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, the only way is to delete the container after deleting all expired blobs inside the policy locked container. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + /// is null. + public virtual Response DeleteImmutabilityPolicy(string ifMatch, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.DeleteImmutabilityPolicy"); + scope.Start(); + try + { + var response = _restClient.DeleteImmutabilityPolicy(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + /// is null. + public virtual async Task> LockImmutabilityPolicyAsync(string ifMatch, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.LockImmutabilityPolicy"); + scope.Start(); + try + { + var response = await _restClient.LockImmutabilityPolicyAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The cancellation token to use. + /// is null. + public virtual Response LockImmutabilityPolicy(string ifMatch, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.LockImmutabilityPolicy"); + scope.Start(); + try + { + var response = _restClient.LockImmutabilityPolicy(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The ImmutabilityPolicy Properties that will be extended for a blob container. + /// The cancellation token to use. + /// is null. + public virtual async Task> ExtendImmutabilityPolicyAsync(string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ExtendImmutabilityPolicy"); + scope.Start(); + try + { + var response = await _restClient.ExtendImmutabilityPolicyAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. + /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. + /// The ImmutabilityPolicy Properties that will be extended for a blob container. + /// The cancellation token to use. + /// is null. + public virtual Response ExtendImmutabilityPolicy(string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + { + if (ifMatch == null) + { + throw new ArgumentNullException(nameof(ifMatch)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ExtendImmutabilityPolicy"); + scope.Start(); + try + { + var response = _restClient.ExtendImmutabilityPolicy(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, ifMatch, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// Lease Container request body. + /// The cancellation token to use. + public virtual async Task> LeaseAsync(LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Lease"); + scope.Start(); + try + { + var response = await _restClient.LeaseAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// Lease Container request body. + /// The cancellation token to use. + public virtual Response Lease(LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.Lease"); + scope.Start(); + try + { + var response = _restClient.Lease(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// This operation migrates a blob container from container level WORM to object level immutability enabled container. Prerequisites require a container level immutability policy either in locked or unlocked state, Account level versioning must be enabled and there should be no Legal hold on the container. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task ObjectLevelWormAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ObjectLevelWorm"); + scope.Start(); + try + { + var response = await _restClient.ObjectLevelWormAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new BlobContainerObjectLevelWormOperation(_clientDiagnostics, Pipeline, _restClient.CreateObjectLevelWormRequest(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name).Request, response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// This operation migrates a blob container from container level WORM to object level immutability enabled container. Prerequisites require a container level immutability policy either in locked or unlocked state, Account level versioning must be enabled and there should be no Legal hold on the container. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual BlobContainerObjectLevelWormOperation ObjectLevelWorm(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainer.ObjectLevelWorm"); + scope.Start(); + try + { + var response = _restClient.ObjectLevelWorm(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new BlobContainerObjectLevelWormOperation(_clientDiagnostics, Pipeline, _restClient.CreateObjectLevelWormRequest(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs new file mode 100644 index 0000000000000..9c5f3e961f1cc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs @@ -0,0 +1,397 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of BlobContainer and their operations over a BlobService. + public partial class BlobContainerContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobContainersRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected BlobContainerContainer() + { + } + + /// Initializes a new instance of BlobContainerContainer class. + /// The resource representing the parent resource. + internal BlobContainerContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => BlobService.ResourceType; + + // Container level operations. + + /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Properties of the blob container to create. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual BlobContainerCreateOperation CreateOrUpdate(string containerName, BlobContainerData blobContainer, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + if (blobContainer == null) + { + throw new ArgumentNullException(nameof(blobContainer)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Create(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, blobContainer, cancellationToken); + var operation = new BlobContainerCreateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Properties of the blob container to create. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string containerName, BlobContainerData blobContainer, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + if (blobContainer == null) + { + throw new ArgumentNullException(nameof(blobContainer)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, blobContainer, cancellationToken).ConfigureAwait(false); + var operation = new BlobContainerCreateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.Get"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobContainer(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.Get"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobContainer(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetIfExists"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetIfExists"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, containerName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobContainer(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CheckIfExists"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = GetIfExists(containerName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string containerName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.CheckIfExists"); + scope.Start(); + try + { + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + var response = await GetIfExistsAsync(containerName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. + /// Optional. Specified maximum number of containers that can be included in the list. + /// Optional. When specified, only container names starting with the filter will be listed. + /// Optional, used to include the properties for soft deleted blob containers. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, include, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new BlobContainer(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, include, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new BlobContainer(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. + /// Optional. Specified maximum number of containers that can be included in the list. + /// Optional. When specified, only container names starting with the filter will be listed. + /// Optional, used to include the properties for soft deleted blob containers. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, include, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new BlobContainer(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, include, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new BlobContainer(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobContainer.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobContainer.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerData.cs similarity index 77% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerData.cs index 12f0ad068a956..f5408aa1050c6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerData.cs @@ -8,22 +8,24 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// Properties of the blob container, including Id, resource name, resource type, Etag. - public partial class BlobContainer : AzureEntityResource + /// A class representing the BlobContainer data model. + public partial class BlobContainerData : AzureEntityResource { - /// Initializes a new instance of BlobContainer. - public BlobContainer() + /// Initializes a new instance of BlobContainerData. + public BlobContainerData() { Metadata = new ChangeTrackingDictionary(); } - /// Initializes a new instance of BlobContainer. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of BlobContainerData. + /// The id. + /// The name. + /// The type. /// Resource Etag. /// The version of the deleted blob container. /// Indicates whether the blob container was deleted. @@ -41,7 +43,8 @@ public BlobContainer() /// The LegalHold property of the container. /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. - internal BlobContainer(string id, string name, string type, string etag, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, string defaultEncryptionScope, bool? denyEncryptionScopeOverride, PublicAccess? publicAccess, DateTimeOffset? lastModifiedTime, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IDictionary metadata, ImmutabilityPolicyProperties immutabilityPolicy, LegalHoldProperties legalHold, bool? hasLegalHold, bool? hasImmutabilityPolicy) : base(id, name, type, etag) + /// The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. + internal BlobContainerData(ResourceIdentifier id, string name, ResourceType type, string etag, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, string defaultEncryptionScope, bool? denyEncryptionScopeOverride, PublicAccess? publicAccess, DateTimeOffset? lastModifiedTime, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IDictionary metadata, ImmutabilityPolicyProperties immutabilityPolicy, LegalHoldProperties legalHold, bool? hasLegalHold, bool? hasImmutabilityPolicy, ImmutableStorageWithVersioning immutableStorageWithVersioning) : base(id, name, type, etag) { Version = version; Deleted = deleted; @@ -59,6 +62,7 @@ internal BlobContainer(string id, string name, string type, string etag, string LegalHold = legalHold; HasLegalHold = hasLegalHold; HasImmutabilityPolicy = hasImmutabilityPolicy; + ImmutableStorageWithVersioning = immutableStorageWithVersioning; } /// The version of the deleted blob container. @@ -93,5 +97,7 @@ internal BlobContainer(string id, string name, string type, string etag, string public bool? HasLegalHold { get; } /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. public bool? HasImmutabilityPolicy { get; } + /// The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. + public ImmutableStorageWithVersioning ImmutableStorageWithVersioning { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersOperations.cs deleted file mode 100644 index 24da94425c5e2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersOperations.cs +++ /dev/null @@ -1,651 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The BlobContainers service client. - public partial class BlobContainersOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal BlobContainersRestOperations RestClient { get; } - - /// Initializes a new instance of BlobContainersOperations for mocking. - protected BlobContainersOperations() - { - } - - /// Initializes a new instance of BlobContainersOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal BlobContainersOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new BlobContainersRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties of the blob container to create. - /// The cancellation token to use. - public virtual async Task> CreateAsync(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Create"); - scope.Start(); - try - { - return await RestClient.CreateAsync(resourceGroupName, accountName, containerName, blobContainer, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties of the blob container to create. - /// The cancellation token to use. - public virtual Response Create(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Create"); - scope.Start(); - try - { - return RestClient.Create(resourceGroupName, accountName, containerName, blobContainer, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties to update for the blob container. - /// The cancellation token to use. - public virtual async Task> UpdateAsync(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Update"); - scope.Start(); - try - { - return await RestClient.UpdateAsync(resourceGroupName, accountName, containerName, blobContainer, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties to update for the blob container. - /// The cancellation token to use. - public virtual Response Update(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Update"); - scope.Start(); - try - { - return RestClient.Update(resourceGroupName, accountName, containerName, blobContainer, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets properties of a specified container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, containerName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets properties of a specified container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, containerName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes specified container under its account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, containerName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes specified container under its account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, containerName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The LegalHold property that will be set to a blob container. - /// The cancellation token to use. - public virtual async Task> SetLegalHoldAsync(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.SetLegalHold"); - scope.Start(); - try - { - return await RestClient.SetLegalHoldAsync(resourceGroupName, accountName, containerName, legalHold, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The LegalHold property that will be set to a blob container. - /// The cancellation token to use. - public virtual Response SetLegalHold(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.SetLegalHold"); - scope.Start(); - try - { - return RestClient.SetLegalHold(resourceGroupName, accountName, containerName, legalHold, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The LegalHold property that will be clear from a blob container. - /// The cancellation token to use. - public virtual async Task> ClearLegalHoldAsync(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.ClearLegalHold"); - scope.Start(); - try - { - return await RestClient.ClearLegalHoldAsync(resourceGroupName, accountName, containerName, legalHold, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The LegalHold property that will be clear from a blob container. - /// The cancellation token to use. - public virtual Response ClearLegalHold(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.ClearLegalHold"); - scope.Start(); - try - { - return RestClient.ClearLegalHold(resourceGroupName, accountName, containerName, legalHold, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. - /// The cancellation token to use. - public virtual async Task> CreateOrUpdateImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.CreateOrUpdateImmutabilityPolicy"); - scope.Start(); - try - { - return await RestClient.CreateOrUpdateImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. - /// The cancellation token to use. - public virtual Response CreateOrUpdateImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.CreateOrUpdateImmutabilityPolicy"); - scope.Start(); - try - { - return RestClient.CreateOrUpdateImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual async Task> GetImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.GetImmutabilityPolicy"); - scope.Start(); - try - { - return await RestClient.GetImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual Response GetImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.GetImmutabilityPolicy"); - scope.Start(); - try - { - return RestClient.GetImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual async Task> DeleteImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.DeleteImmutabilityPolicy"); - scope.Start(); - try - { - return await RestClient.DeleteImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual Response DeleteImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.DeleteImmutabilityPolicy"); - scope.Start(); - try - { - return RestClient.DeleteImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual async Task> LockImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.LockImmutabilityPolicy"); - scope.Start(); - try - { - return await RestClient.LockImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The cancellation token to use. - public virtual Response LockImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.LockImmutabilityPolicy"); - scope.Start(); - try - { - return RestClient.LockImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The ImmutabilityPolicy Properties that will be extended for a blob container. - /// The cancellation token to use. - public virtual async Task> ExtendImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.ExtendImmutabilityPolicy"); - scope.Start(); - try - { - return await RestClient.ExtendImmutabilityPolicyAsync(resourceGroupName, accountName, containerName, ifMatch, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. - /// The ImmutabilityPolicy Properties that will be extended for a blob container. - /// The cancellation token to use. - public virtual Response ExtendImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.ExtendImmutabilityPolicy"); - scope.Start(); - try - { - return RestClient.ExtendImmutabilityPolicy(resourceGroupName, accountName, containerName, ifMatch, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Lease Container request body. - /// The cancellation token to use. - public virtual async Task> LeaseAsync(string resourceGroupName, string accountName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Lease"); - scope.Start(); - try - { - return await RestClient.LeaseAsync(resourceGroupName, accountName, containerName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Lease Container request body. - /// The cancellation token to use. - public virtual Response Lease(string resourceGroupName, string accountName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.Lease"); - scope.Start(); - try - { - return RestClient.Lease(resourceGroupName, accountName, containerName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional. Specified maximum number of containers that can be included in the list. - /// Optional. When specified, only container names starting with the filter will be listed. - /// Optional, used to include the properties for soft deleted blob containers. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, maxpagesize, filter, include, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, accountName, maxpagesize, filter, include, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional. Specified maximum number of containers that can be included in the list. - /// Optional. When specified, only container names starting with the filter will be listed. - /// Optional, used to include the properties for soft deleted blob containers. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, maxpagesize, filter, include, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainersOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, resourceGroupName, accountName, maxpagesize, filter, include, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs new file mode 100644 index 0000000000000..3a8ef5f10e463 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs @@ -0,0 +1,174 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a BlobInventoryPolicy along with the instance operations that can be performed on it. + public partial class BlobInventoryPolicy : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobInventoryPoliciesRestOperations _restClient; + private readonly BlobInventoryPolicyData _data; + + /// Initializes a new instance of the class for mocking. + protected BlobInventoryPolicy() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal BlobInventoryPolicy(ArmResource options, BlobInventoryPolicyData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal BlobInventoryPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/inventoryPolicies"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual BlobInventoryPolicyData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicy.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobInventoryPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicy.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobInventoryPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the blob inventory policy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicy.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new BlobInventoryPolicyDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the blob inventory policy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual BlobInventoryPolicyDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicy.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new BlobInventoryPolicyDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs new file mode 100644 index 0000000000000..1ce92e042dab9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs @@ -0,0 +1,323 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of BlobInventoryPolicy and their operations over a StorageAccount. + public partial class BlobInventoryPolicyContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobInventoryPoliciesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected BlobInventoryPolicyContainer() + { + } + + /// Initializes a new instance of BlobInventoryPolicyContainer class. + /// The resource representing the parent resource. + internal BlobInventoryPolicyContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Sets the blob inventory policy to the specified storage account. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The blob inventory policy set to a storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public virtual BlobInventoryPolicyCreateOrUpdateOperation CreateOrUpdate(BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, properties, cancellationToken); + var operation = new BlobInventoryPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the blob inventory policy to the specified storage account. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The blob inventory policy set to a storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public async virtual Task CreateOrUpdateAsync(BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, properties, cancellationToken).ConfigureAwait(false); + var operation = new BlobInventoryPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobInventoryPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobInventoryPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetIfExists"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobInventoryPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetIfExists"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, blobInventoryPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobInventoryPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + var response = GetIfExists(blobInventoryPolicyName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + var response = await GetIfExistsAsync(blobInventoryPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new BlobInventoryPolicy(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, null); + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new BlobInventoryPolicy(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobInventoryPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobInventoryPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs new file mode 100644 index 0000000000000..7aec68dff4272 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing the BlobInventoryPolicy data model. + public partial class BlobInventoryPolicyData : Resource + { + /// Initializes a new instance of BlobInventoryPolicyData. + public BlobInventoryPolicyData() + { + } + + /// Initializes a new instance of BlobInventoryPolicyData. + /// The id. + /// The name. + /// The type. + /// Metadata pertaining to creation and last modification of the resource. + /// Returns the last modified date and time of the blob inventory policy. + /// The storage account blob inventory policy object. It is composed of policy rules. + internal BlobInventoryPolicyData(ResourceIdentifier id, string name, ResourceType type, Models.SystemData systemData, DateTimeOffset? lastModifiedTime, BlobInventoryPolicySchema policy) : base(id, name, type) + { + SystemData = systemData; + LastModifiedTime = lastModifiedTime; + Policy = policy; + } + + /// Metadata pertaining to creation and last modification of the resource. + public Models.SystemData SystemData { get; } + /// Returns the last modified date and time of the blob inventory policy. + public DateTimeOffset? LastModifiedTime { get; } + /// The storage account blob inventory policy object. It is composed of policy rules. + public BlobInventoryPolicySchema Policy { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs new file mode 100644 index 0000000000000..eeffbb93624e8 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs @@ -0,0 +1,185 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a BlobService along with the instance operations that can be performed on it. + public partial class BlobService : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobServicesRestOperations _restClient; + private readonly BlobServiceData _data; + + /// Initializes a new instance of the class for mocking. + protected BlobService() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal BlobService(ArmResource options, BlobServiceData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal BlobService(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/blobServices"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual BlobServiceData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobService.Get"); + scope.Start(); + try + { + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobService.Get"); + scope.Start(); + try + { + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetServicePropertiesAsync(BlobServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobService.SetServiceProperties"); + scope.Start(); + try + { + var response = await _restClient.SetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + /// is null. + public virtual Response SetServiceProperties(BlobServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("BlobService.SetServiceProperties"); + scope.Start(); + try + { + var response = _restClient.SetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken); + return Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of BlobContainers in the BlobService. + /// An object representing collection of BlobContainers and their operations over a BlobService. + public BlobContainerContainer GetBlobContainers() + { + return new BlobContainerContainer(this); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs new file mode 100644 index 0000000000000..6a2c65315284a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs @@ -0,0 +1,292 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of BlobService and their operations over a StorageAccount. + public partial class BlobServiceContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly BlobServicesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected BlobServiceContainer() + { + } + + /// Initializes a new instance of BlobServiceContainer class. + /// The resource representing the parent resource. + internal BlobServiceContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Gets details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.Get"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, blobServicesName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new BlobService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.Get"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, blobServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new BlobService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, blobServicesName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, blobServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new BlobService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = GetIfExists(blobServicesName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string blobServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + + var response = await GetIfExistsAsync(blobServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List blob services of storage account. It returns a collection of one object named default. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new BlobService(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, null); + } + + /// List blob services of storage account. It returns a collection of one object named default. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new BlobService(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(BlobService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs similarity index 69% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs index 23dba800528c2..6968f0de2b1c3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs @@ -5,20 +5,24 @@ #nullable disable -namespace Azure.ResourceManager.Storage.Models +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage { - /// The properties of a storage account’s Blob service. - public partial class BlobServiceProperties : Resource + /// A class representing the BlobService data model. + public partial class BlobServiceData : Resource { - /// Initializes a new instance of BlobServiceProperties. - public BlobServiceProperties() + /// Initializes a new instance of BlobServiceData. + public BlobServiceData() { } - /// Initializes a new instance of BlobServiceProperties. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of BlobServiceData. + /// The id. + /// The name. + /// The type. /// Sku name and tier. /// Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. /// DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions. @@ -28,7 +32,8 @@ public BlobServiceProperties() /// The blob service properties for change feed events. /// The blob service properties for blob restore policy. /// The blob service properties for container soft delete. - internal BlobServiceProperties(string id, string name, string type, Sku sku, CorsRules cors, string defaultServiceVersion, DeleteRetentionPolicy deleteRetentionPolicy, bool? isVersioningEnabled, bool? automaticSnapshotPolicyEnabled, ChangeFeed changeFeed, RestorePolicyProperties restorePolicy, DeleteRetentionPolicy containerDeleteRetentionPolicy) : base(id, name, type) + /// The blob service property to configure last access time based tracking policy. + internal BlobServiceData(ResourceIdentifier id, string name, ResourceType type, Models.Sku sku, CorsRules cors, string defaultServiceVersion, DeleteRetentionPolicy deleteRetentionPolicy, bool? isVersioningEnabled, bool? automaticSnapshotPolicyEnabled, ChangeFeed changeFeed, RestorePolicyProperties restorePolicy, DeleteRetentionPolicy containerDeleteRetentionPolicy, LastAccessTimeTrackingPolicy lastAccessTimeTrackingPolicy) : base(id, name, type) { Sku = sku; Cors = cors; @@ -39,10 +44,11 @@ internal BlobServiceProperties(string id, string name, string type, Sku sku, Cor ChangeFeed = changeFeed; RestorePolicy = restorePolicy; ContainerDeleteRetentionPolicy = containerDeleteRetentionPolicy; + LastAccessTimeTrackingPolicy = lastAccessTimeTrackingPolicy; } /// Sku name and tier. - public Sku Sku { get; } + public Models.Sku Sku { get; } /// Specifies CORS rules for the Blob service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Blob service. public CorsRules Cors { get; set; } /// DefaultServiceVersion indicates the default version to use for requests to the Blob service if an incoming request’s version is not specified. Possible values include version 2008-10-27 and all more recent versions. @@ -59,5 +65,7 @@ internal BlobServiceProperties(string id, string name, string type, Sku sku, Cor public RestorePolicyProperties RestorePolicy { get; set; } /// The blob service properties for container soft delete. public DeleteRetentionPolicy ContainerDeleteRetentionPolicy { get; set; } + /// The blob service property to configure last access time based tracking policy. + public LastAccessTimeTrackingPolicy LastAccessTimeTrackingPolicy { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesOperations.cs deleted file mode 100644 index 7f1289b74bd7d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesOperations.cs +++ /dev/null @@ -1,189 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The BlobServices service client. - public partial class BlobServicesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal BlobServicesRestOperations RestClient { get; } - - /// Initializes a new instance of BlobServicesOperations for mocking. - protected BlobServicesOperations() - { - } - - /// Initializes a new instance of BlobServicesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal BlobServicesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new BlobServicesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The cancellation token to use. - public virtual async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, BlobServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return await RestClient.SetServicePropertiesAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The cancellation token to use. - public virtual Response SetServiceProperties(string resourceGroupName, string accountName, BlobServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return RestClient.SetServiceProperties(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return await RestClient.GetServicePropertiesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return RestClient.GetServiceProperties(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List blob services of storage account. It returns a collection of one object named default. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// List blob services of storage account. It returns a collection of one object named default. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("BlobServicesOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs new file mode 100644 index 0000000000000..be4004b3cdbd7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs @@ -0,0 +1,129 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a DeletedAccount along with the instance operations that can be performed on it. + public partial class DeletedAccount : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly DeletedAccountsRestOperations _restClient; + private readonly DeletedAccountData _data; + + /// Initializes a new instance of the class for mocking. + protected DeletedAccount() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal DeletedAccount(ArmResource options, DeletedAccountData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal DeletedAccount(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/deletedAccounts"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual DeletedAccountData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Get properties of specified deleted account resource. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccount.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new DeletedAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Get properties of specified deleted account resource. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccount.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new DeletedAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs new file mode 100644 index 0000000000000..b5827773c50a9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs @@ -0,0 +1,322 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of DeletedAccount and their operations over a Subscription. + public partial class DeletedAccountContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly DeletedAccountsRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected DeletedAccountContainer() + { + } + + /// Initializes a new instance of DeletedAccountContainer class. + /// The resource representing the parent resource. + internal DeletedAccountContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => Subscription.ResourceType; + + // Container level operations. + + /// Gets details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.Get"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = _restClient.Get(Id.Name, deletedAccountName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new DeletedAccount(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.Get"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = await _restClient.GetAsync(Id.Name, deletedAccountName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new DeletedAccount(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetIfExists"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = _restClient.Get(Id.Name, deletedAccountName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new DeletedAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetIfExists"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = await _restClient.GetAsync(Id.Name, deletedAccountName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new DeletedAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.CheckIfExists"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = GetIfExists(deletedAccountName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// Name of the deleted storage account. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string deletedAccountName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.CheckIfExists"); + scope.Start(); + try + { + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + var response = await GetIfExistsAsync(deletedAccountName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists deleted accounts under the subscription. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new DeletedAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new DeletedAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Lists deleted accounts under the subscription. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new DeletedAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new DeletedAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(DeletedAccount.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("DeletedAccountContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(DeletedAccount.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs new file mode 100644 index 0000000000000..5517687236da6 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing the DeletedAccount data model. + public partial class DeletedAccountData : Resource + { + /// Initializes a new instance of DeletedAccountData. + public DeletedAccountData() + { + } + + /// Initializes a new instance of DeletedAccountData. + /// The id. + /// The name. + /// The type. + /// Full resource id of the original storage account. + /// Location of the deleted account. + /// Can be used to attempt recovering this deleted account via PutStorageAccount API. + /// Creation time of the deleted account. + /// Deletion time of the deleted account. + internal DeletedAccountData(ResourceIdentifier id, string name, ResourceType type, string storageAccountResourceId, string location, string restoreReference, string creationTime, string deletionTime) : base(id, name, type) + { + StorageAccountResourceId = storageAccountResourceId; + Location = location; + RestoreReference = restoreReference; + CreationTime = creationTime; + DeletionTime = deletionTime; + } + + /// Full resource id of the original storage account. + public string StorageAccountResourceId { get; } + /// Location of the deleted account. + public string Location { get; } + /// Can be used to attempt recovering this deleted account via PutStorageAccount API. + public string RestoreReference { get; } + /// Creation time of the deleted account. + public string CreationTime { get; } + /// Deletion time of the deleted account. + public string DeletionTime { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs new file mode 100644 index 0000000000000..3e1214439c646 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs @@ -0,0 +1,178 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a EncryptionScope along with the instance operations that can be performed on it. + public partial class EncryptionScope : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly EncryptionScopesRestOperations _restClient; + private readonly EncryptionScopeData _data; + + /// Initializes a new instance of the class for mocking. + protected EncryptionScope() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal EncryptionScope(ArmResource options, EncryptionScopeData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal EncryptionScope(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/encryptionScopes"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual EncryptionScopeData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Returns the properties for the specified encryption scope. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScope.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Returns the properties for the specified encryption scope. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScope.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + /// Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. + /// Encryption scope properties to be used for the update. + /// The cancellation token to use. + /// is null. + public virtual async Task> PatchAsync(EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) + { + if (encryptionScope == null) + { + throw new ArgumentNullException(nameof(encryptionScope)); + } + + using var scope = _clientDiagnostics.CreateScope("EncryptionScope.Patch"); + scope.Start(); + try + { + var response = await _restClient.PatchAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, encryptionScope, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. + /// Encryption scope properties to be used for the update. + /// The cancellation token to use. + /// is null. + public virtual Response Patch(EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) + { + if (encryptionScope == null) + { + throw new ArgumentNullException(nameof(encryptionScope)); + } + + using var scope = _clientDiagnostics.CreateScope("EncryptionScope.Patch"); + scope.Start(); + try + { + var response = _restClient.Patch(Id.ResourceGroupName, Id.Parent.Name, Id.Name, encryptionScope, cancellationToken); + return Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs new file mode 100644 index 0000000000000..800d6f52496d2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs @@ -0,0 +1,391 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of EncryptionScope and their operations over a StorageAccount. + public partial class EncryptionScopeContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly EncryptionScopesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected EncryptionScopeContainer() + { + } + + /// Initializes a new instance of EncryptionScopeContainer class. + /// The resource representing the parent resource. + internal EncryptionScopeContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// 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. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Encryption scope properties to be used for the create or update. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual EncryptionScopePutOperation CreateOrUpdate(string encryptionScopeName, EncryptionScopeData encryptionScope, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + if (encryptionScope == null) + { + throw new ArgumentNullException(nameof(encryptionScope)); + } + + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Put(Id.ResourceGroupName, Id.Name, encryptionScopeName, encryptionScope, cancellationToken); + var operation = new EncryptionScopePutOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// 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. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Encryption scope properties to be used for the create or update. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string encryptionScopeName, EncryptionScopeData encryptionScope, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + if (encryptionScope == null) + { + throw new ArgumentNullException(nameof(encryptionScope)); + } + + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.PutAsync(Id.ResourceGroupName, Id.Name, encryptionScopeName, encryptionScope, cancellationToken).ConfigureAwait(false); + var operation = new EncryptionScopePutOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.Get"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, encryptionScopeName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new EncryptionScope(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.Get"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, encryptionScopeName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new EncryptionScope(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetIfExists"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, encryptionScopeName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetIfExists"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, encryptionScopeName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new EncryptionScope(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CheckIfExists"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = GetIfExists(encryptionScopeName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string encryptionScopeName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.CheckIfExists"); + scope.Start(); + try + { + if (encryptionScopeName == null) + { + throw new ArgumentNullException(nameof(encryptionScopeName)); + } + + var response = await GetIfExistsAsync(encryptionScopeName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all the encryption scopes available under the specified storage account. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new EncryptionScope(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new EncryptionScope(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Lists all the encryption scopes available under the specified storage account. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new EncryptionScope(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new EncryptionScope(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(EncryptionScope.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(EncryptionScope.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs similarity index 62% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs index 210493f065a97..adaaf7a4523c9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs @@ -6,33 +6,38 @@ #nullable disable using System; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// The Encryption Scope resource. - public partial class EncryptionScope : Resource + /// A class representing the EncryptionScope data model. + public partial class EncryptionScopeData : Resource { - /// Initializes a new instance of EncryptionScope. - public EncryptionScope() + /// Initializes a new instance of EncryptionScopeData. + public EncryptionScopeData() { } - /// Initializes a new instance of EncryptionScope. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of EncryptionScopeData. + /// The id. + /// The name. + /// The type. /// The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. /// The state of the encryption scope. Possible values (case-insensitive): Enabled, Disabled. /// Gets the creation date and time of the encryption scope in UTC. /// Gets the last modification date and time of the encryption scope in UTC. /// The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. - internal EncryptionScope(string id, string name, string type, EncryptionScopeSource? source, EncryptionScopeState? state, DateTimeOffset? creationTime, DateTimeOffset? lastModifiedTime, EncryptionScopeKeyVaultProperties keyVaultProperties) : base(id, name, type) + /// A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. + internal EncryptionScopeData(ResourceIdentifier id, string name, ResourceType type, EncryptionScopeSource? source, EncryptionScopeState? state, DateTimeOffset? creationTime, DateTimeOffset? lastModifiedTime, EncryptionScopeKeyVaultProperties keyVaultProperties, bool? requireInfrastructureEncryption) : base(id, name, type) { Source = source; State = state; CreationTime = creationTime; LastModifiedTime = lastModifiedTime; KeyVaultProperties = keyVaultProperties; + RequireInfrastructureEncryption = requireInfrastructureEncryption; } /// The provider for the encryption scope. Possible values (case-insensitive): Microsoft.Storage, Microsoft.KeyVault. @@ -45,5 +50,7 @@ internal EncryptionScope(string id, string name, string type, EncryptionScopeSou public DateTimeOffset? LastModifiedTime { get; } /// The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. public EncryptionScopeKeyVaultProperties KeyVaultProperties { get; set; } + /// A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. + public bool? RequireInfrastructureEncryption { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesOperations.cs deleted file mode 100644 index a2b3c9be9c638..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesOperations.cs +++ /dev/null @@ -1,265 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The EncryptionScopes service client. - public partial class EncryptionScopesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal EncryptionScopesRestOperations RestClient { get; } - - /// Initializes a new instance of EncryptionScopesOperations for mocking. - protected EncryptionScopesOperations() - { - } - - /// Initializes a new instance of EncryptionScopesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal EncryptionScopesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new EncryptionScopesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Encryption scope properties to be used for the create or update. - /// The cancellation token to use. - public virtual async Task> PutAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Put"); - scope.Start(); - try - { - return await RestClient.PutAsync(resourceGroupName, accountName, encryptionScopeName, encryptionScope, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Encryption scope properties to be used for the create or update. - /// The cancellation token to use. - public virtual Response Put(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Put"); - scope.Start(); - try - { - return RestClient.Put(resourceGroupName, accountName, encryptionScopeName, encryptionScope, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Encryption scope properties to be used for the update. - /// The cancellation token to use. - public virtual async Task> PatchAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Patch"); - scope.Start(); - try - { - return await RestClient.PatchAsync(resourceGroupName, accountName, encryptionScopeName, encryptionScope, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Encryption scope properties to be used for the update. - /// The cancellation token to use. - public virtual Response Patch(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Patch"); - scope.Start(); - try - { - return RestClient.Patch(resourceGroupName, accountName, encryptionScopeName, encryptionScope, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Returns the properties for the specified encryption scope. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, encryptionScopeName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Returns the properties for the specified encryption scope. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, encryptionScopeName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists all the encryption scopes available under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Lists all the encryption scopes available under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopesOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs new file mode 100644 index 0000000000000..802d78b949a74 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/ResourceGroupExtensions.cs @@ -0,0 +1,25 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class to add extension methods to ResourceGroup. + public static partial class ResourceGroupExtensions + { + #region StorageAccount + /// Gets an object representing a StorageAccountContainer along with the instance operations that can be performed on it. + /// The instance the method will execute against. + /// Returns a object. + public static StorageAccountContainer GetStorageAccounts(this ResourceGroup resourceGroup) + { + return new StorageAccountContainer(resourceGroup); + } + #endregion + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs new file mode 100644 index 0000000000000..4102302425886 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs @@ -0,0 +1,300 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class to add extension methods to Subscription. + public static partial class SubscriptionExtensions + { + #region StorageAccount + private static StorageAccountsRestOperations GetStorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) + { + return new StorageAccountsRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + } + + /// Lists the StorageAccounts for this . + /// The instance the method will execute against. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static AsyncPageable GetStorageAccountsAsync(this Subscription subscription, CancellationToken cancellationToken = default) + { + return subscription.UseClientContext((baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetStorageAccountsRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetStorageAccounts"); + scope.Start(); + try + { + var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetStorageAccounts"); + scope.Start(); + try + { + var response = await restOperations.GetAllNextPageAsync(nextLink, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + ); + } + + /// Lists the StorageAccounts for this . + /// The instance the method will execute against. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static Pageable GetStorageAccounts(this Subscription subscription, CancellationToken cancellationToken = default) + { + return subscription.UseClientContext((baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetStorageAccountsRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetStorageAccounts"); + scope.Start(); + try + { + var response = restOperations.GetAll(cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetStorageAccounts"); + scope.Start(); + try + { + var response = restOperations.GetAllNextPage(nextLink, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(subscription, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + ); + } + + /// Filters the list of StorageAccounts for a represented as generic resources. + /// The instance the method will execute against. + /// The string to filter the list. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static AsyncPageable GetStorageAccountByNameAsync(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) + { + ResourceFilterCollection filters = new(StorageAccount.ResourceType); + filters.SubstringFilter = filter; + return ResourceListOperations.GetAtContextAsync(subscription, filters, expand, top, cancellationToken); + } + + /// Filters the list of StorageAccounts for a represented as generic resources. + /// The instance the method will execute against. + /// The string to filter the list. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static Pageable GetStorageAccountByName(this Subscription subscription, string filter, string expand, int? top, CancellationToken cancellationToken = default) + { + ResourceFilterCollection filters = new(StorageAccount.ResourceType); + filters.SubstringFilter = filter; + return ResourceListOperations.GetAtContext(subscription, filters, expand, top, cancellationToken); + } + #endregion + + #region DeletedAccount + /// Gets an object representing a DeletedAccountContainer along with the instance operations that can be performed on it. + /// The instance the method will execute against. + /// Returns a object. + public static DeletedAccountContainer GetDeletedAccounts(this Subscription subscription) + { + return new DeletedAccountContainer(subscription); + } + #endregion + + #region Sku + private static SkusRestOperations GetSkusRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) + { + return new SkusRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + } + + /// Lists the SkuInformations for this . + /// The instance the method will execute against. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static AsyncPageable GetSkusAsync(this Subscription subscription, CancellationToken cancellationToken = default) + { + return subscription.UseClientContext((baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetSkusRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetSkus"); + scope.Start(); + try + { + var response = await restOperations.GetAllAsync(cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); + } + ); + } + + /// Lists the SkuInformations for this . + /// The instance the method will execute against. + /// The cancellation token to use. + /// A collection of resource operations that may take multiple service requests to iterate over. + public static Pageable GetSkus(this Subscription subscription, CancellationToken cancellationToken = default) + { + return subscription.UseClientContext((baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetSkusRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.GetSkus"); + scope.Start(); + try + { + var response = restOperations.GetAll(cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, null); + } + ); + } + + #endregion + + #region StorageAccountName + private static StorageAccountNameRestOperations GetStorageAccountNameRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) + { + return new StorageAccountNameRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + } + + /// Checks that the storage account name is valid and is not already in use. + /// The instance the method will execute against. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// is null. + public static async Task> CheckStorageAccountNameAvailabilityAsync(this Subscription subscription, StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + return await subscription.UseClientContext(async (baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetStorageAccountNameRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.CheckStorageAccountNameAvailability"); + scope.Start(); + try + { + var response = await restOperations.CheckAvailabilityAsync(accountName, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + ).ConfigureAwait(false); + } + + /// Checks that the storage account name is valid and is not already in use. + /// The instance the method will execute against. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// is null. + public static Response CheckStorageAccountNameAvailability(this Subscription subscription, StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + return subscription.UseClientContext((baseUri, credential, options, pipeline) => + { + var clientDiagnostics = new ClientDiagnostics(options); + var restOperations = GetStorageAccountNameRestOperations(clientDiagnostics, credential, options, pipeline, subscription.Id.SubscriptionId, baseUri); + using var scope = clientDiagnostics.CreateScope("SubscriptionExtensions.CheckStorageAccountNameAvailability"); + scope.Start(); + try + { + var response = restOperations.CheckAvailability(accountName, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + ); + } + + #endregion + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs new file mode 100644 index 0000000000000..1ef5cb864c5b3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs @@ -0,0 +1,185 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a FileService along with the instance operations that can be performed on it. + public partial class FileService : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly FileServicesRestOperations _restClient; + private readonly FileServiceData _data; + + /// Initializes a new instance of the class for mocking. + protected FileService() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal FileService(ArmResource options, FileServiceData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal FileService(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/fileServices"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual FileServiceData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileService.Get"); + scope.Start(); + try + { + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileService.Get"); + scope.Start(); + try + { + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetServicePropertiesAsync(FileServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("FileService.SetServiceProperties"); + scope.Start(); + try + { + var response = await _restClient.SetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + /// is null. + public virtual Response SetServiceProperties(FileServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("FileService.SetServiceProperties"); + scope.Start(); + try + { + var response = _restClient.SetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken); + return Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of FileShares in the FileService. + /// An object representing collection of FileShares and their operations over a FileService. + public FileShareContainer GetFileShares() + { + return new FileShareContainer(this); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs new file mode 100644 index 0000000000000..4eaf4e12a60c2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs @@ -0,0 +1,282 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of FileService and their operations over a StorageAccount. + public partial class FileServiceContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly FileServicesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected FileServiceContainer() + { + } + + /// Initializes a new instance of FileServiceContainer class. + /// The resource representing the parent resource. + internal FileServiceContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Gets details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.Get"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, fileServicesName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new FileService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.Get"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, fileServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new FileService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, fileServicesName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, fileServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new FileService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = GetIfExists(fileServicesName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string fileServicesName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + + var response = await GetIfExistsAsync(fileServicesName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all file services in storage accounts. + /// The cancellation token to use. + public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value.Value.Select(data => new FileService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all file services in storage accounts. + /// The cancellation token to use. + public virtual Response> GetAll(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(response.Value.Value.Select(data => new FileService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(FileService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(FileService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs similarity index 52% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs index 29e0c863f70b6..57319fbd281b6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs @@ -5,35 +5,43 @@ #nullable disable -namespace Azure.ResourceManager.Storage.Models +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage { - /// The properties of File services in storage account. - public partial class FileServiceProperties : Resource + /// A class representing the FileService data model. + public partial class FileServiceData : Resource { - /// Initializes a new instance of FileServiceProperties. - public FileServiceProperties() + /// Initializes a new instance of FileServiceData. + public FileServiceData() { } - /// Initializes a new instance of FileServiceProperties. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of FileServiceData. + /// The id. + /// The name. + /// The type. /// Sku name and tier. /// Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. /// The file service properties for share soft delete. - internal FileServiceProperties(string id, string name, string type, Sku sku, CorsRules cors, DeleteRetentionPolicy shareDeleteRetentionPolicy) : base(id, name, type) + /// Protocol settings for file service. + internal FileServiceData(ResourceIdentifier id, string name, ResourceType type, Models.Sku sku, CorsRules cors, DeleteRetentionPolicy shareDeleteRetentionPolicy, ProtocolSettings protocolSettings) : base(id, name, type) { Sku = sku; Cors = cors; ShareDeleteRetentionPolicy = shareDeleteRetentionPolicy; + ProtocolSettings = protocolSettings; } /// Sku name and tier. - public Sku Sku { get; } + public Models.Sku Sku { get; } /// Specifies CORS rules for the File service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the File service. public CorsRules Cors { get; set; } /// The file service properties for share soft delete. public DeleteRetentionPolicy ShareDeleteRetentionPolicy { get; set; } + /// Protocol settings for file service. + public ProtocolSettings ProtocolSettings { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesOperations.cs deleted file mode 100644 index c80b4ab7538c9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesOperations.cs +++ /dev/null @@ -1,158 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The FileServices service client. - public partial class FileServicesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal FileServicesRestOperations RestClient { get; } - - /// Initializes a new instance of FileServicesOperations for mocking. - protected FileServicesOperations() - { - } - - /// Initializes a new instance of FileServicesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal FileServicesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new FileServicesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// List all file services in storage accounts. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.List"); - scope.Start(); - try - { - return await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List all file services in storage accounts. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.List"); - scope.Start(); - try - { - return RestClient.List(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The cancellation token to use. - public virtual async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, FileServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return await RestClient.SetServicePropertiesAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The cancellation token to use. - public virtual Response SetServiceProperties(string resourceGroupName, string accountName, FileServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return RestClient.SetServiceProperties(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return await RestClient.GetServicePropertiesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return RestClient.GetServiceProperties(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs new file mode 100644 index 0000000000000..5a44dfc95f1a2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs @@ -0,0 +1,321 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a FileShare along with the instance operations that can be performed on it. + public partial class FileShare : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly FileSharesRestOperations _restClient; + private readonly FileShareData _data; + + /// Initializes a new instance of the class for mocking. + protected FileShare() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal FileShare(ArmResource options, FileShareData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal FileShare(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/fileServices/shares"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual FileShareData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets properties of a specified share. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// The cancellation token to use. + public async virtual Task> GetAsync(string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, xMsSnapshot, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets properties of a specified share. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// The cancellation token to use. + public virtual Response Get(string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, expand, xMsSnapshot, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes specified share under its account. + /// Optional, used to delete a snapshot. + /// Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, xMsSnapshot, include, cancellationToken).ConfigureAwait(false); + var operation = new FileShareDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes specified share under its account. + /// Optional, used to delete a snapshot. + /// Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual FileShareDeleteOperation Delete(string xMsSnapshot = null, string include = null, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, xMsSnapshot, include, cancellationToken); + var operation = new FileShareDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. + /// Properties to update for the file share. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(FileShareData fileShare, CancellationToken cancellationToken = default) + { + if (fileShare == null) + { + throw new ArgumentNullException(nameof(fileShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShare.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, fileShare, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. + /// Properties to update for the file share. + /// The cancellation token to use. + /// is null. + public virtual Response Update(FileShareData fileShare, CancellationToken cancellationToken = default) + { + if (fileShare == null) + { + throw new ArgumentNullException(nameof(fileShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShare.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, fileShare, cancellationToken); + return Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Restore a file share within a valid retention days if share soft delete is enabled. + /// The DeletedShare to use. + /// The cancellation token to use. + /// is null. + public virtual async Task RestoreAsync(DeletedShare deletedShare, CancellationToken cancellationToken = default) + { + if (deletedShare == null) + { + throw new ArgumentNullException(nameof(deletedShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShare.Restore"); + scope.Start(); + try + { + var response = await _restClient.RestoreAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, deletedShare, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Restore a file share within a valid retention days if share soft delete is enabled. + /// The DeletedShare to use. + /// The cancellation token to use. + /// is null. + public virtual Response Restore(DeletedShare deletedShare, CancellationToken cancellationToken = default) + { + if (deletedShare == null) + { + throw new ArgumentNullException(nameof(deletedShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShare.Restore"); + scope.Start(); + try + { + var response = _restClient.Restore(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, deletedShare, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The Lease Share operation establishes and manages a lock on a share for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// Optional. Specify the snapshot time to lease a snapshot. + /// Lease Share request body. + /// The cancellation token to use. + public virtual async Task> LeaseAsync(string xMsSnapshot = null, LeaseShareRequest parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Lease"); + scope.Start(); + try + { + var response = await _restClient.LeaseAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, xMsSnapshot, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// The Lease Share operation establishes and manages a lock on a share for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// Optional. Specify the snapshot time to lease a snapshot. + /// Lease Share request body. + /// The cancellation token to use. + public virtual Response Lease(string xMsSnapshot = null, LeaseShareRequest parameters = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShare.Lease"); + scope.Start(); + try + { + var response = _restClient.Lease(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, xMsSnapshot, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs new file mode 100644 index 0000000000000..9b04223dbdb91 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs @@ -0,0 +1,411 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of FileShare and their operations over a FileService. + public partial class FileShareContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly FileSharesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected FileShareContainer() + { + } + + /// Initializes a new instance of FileShareContainer class. + /// The resource representing the parent resource. + internal FileShareContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => FileService.ResourceType; + + // Container level operations. + + /// 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. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Properties of the file share to create. + /// Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ','. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual FileShareCreateOperation CreateOrUpdate(string shareName, FileShareData fileShare, string expand = null, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + if (fileShare == null) + { + throw new ArgumentNullException(nameof(fileShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Create(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, fileShare, expand, cancellationToken); + var operation = new FileShareCreateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// 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. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Properties of the file share to create. + /// Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ','. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string shareName, FileShareData fileShare, string expand = null, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + if (fileShare == null) + { + throw new ArgumentNullException(nameof(fileShare)); + } + + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, fileShare, expand, cancellationToken).ConfigureAwait(false); + var operation = new FileShareCreateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.Get"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, expand, xMsSnapshot, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new FileShare(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.Get"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, expand, xMsSnapshot, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new FileShare(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetIfExists"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, expand, xMsSnapshot, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetIfExists"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, shareName, expand, xMsSnapshot, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new FileShare(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CheckIfExists"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = GetIfExists(shareName, expand, xMsSnapshot, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.CheckIfExists"); + scope.Start(); + try + { + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + var response = await GetIfExistsAsync(shareName, expand, xMsSnapshot, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all shares. + /// Optional. Specified maximum number of shares that can be included in the list. + /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, expand, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new FileShare(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, expand, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new FileShare(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Lists all shares. + /// Optional. Specified maximum number of shares that can be included in the list. + /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, expand, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new FileShare(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, expand, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new FileShare(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(FileShare.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(FileShare.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareData.cs similarity index 62% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareData.cs index 8a120c6633bbc..a49a0d2789fa6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareData.cs @@ -8,22 +8,25 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// Properties of the file share, including Id, resource name, resource type, Etag. - public partial class FileShare : AzureEntityResource + /// A class representing the FileShare data model. + public partial class FileShareData : AzureEntityResource { - /// Initializes a new instance of FileShare. - public FileShare() + /// Initializes a new instance of FileShareData. + public FileShareData() { Metadata = new ChangeTrackingDictionary(); + SignedIdentifiers = new ChangeTrackingList(); } - /// Initializes a new instance of FileShare. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of FileShareData. + /// The id. + /// The name. + /// The type. /// Resource Etag. /// Returns the date and time the share was last modified. /// A name-value pair to associate with the share as metadata. @@ -38,7 +41,12 @@ public FileShare() /// Indicates the last modification time for share access tier. /// Indicates if there is a pending transition for access tier. /// The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. - internal FileShare(string id, string name, string type, string etag, DateTimeOffset? lastModifiedTime, IDictionary metadata, int? shareQuota, EnabledProtocols? enabledProtocols, RootSquashType? rootSquash, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, ShareAccessTier? accessTier, DateTimeOffset? accessTierChangeTime, string accessTierStatus, long? shareUsageBytes) : base(id, name, type, etag) + /// The lease status of the share. + /// Lease state of the share. + /// Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. + /// List of stored access policies specified on the share. + /// Creation time of share snapshot returned in the response of list shares with expand param "snapshots". + internal FileShareData(ResourceIdentifier id, string name, ResourceType type, string etag, DateTimeOffset? lastModifiedTime, IDictionary metadata, int? shareQuota, EnabledProtocols? enabledProtocols, RootSquashType? rootSquash, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, ShareAccessTier? accessTier, DateTimeOffset? accessTierChangeTime, string accessTierStatus, long? shareUsageBytes, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IList signedIdentifiers, DateTimeOffset? snapshotTime) : base(id, name, type, etag) { LastModifiedTime = lastModifiedTime; Metadata = metadata; @@ -53,6 +61,11 @@ internal FileShare(string id, string name, string type, string etag, DateTimeOff AccessTierChangeTime = accessTierChangeTime; AccessTierStatus = accessTierStatus; ShareUsageBytes = shareUsageBytes; + LeaseStatus = leaseStatus; + LeaseState = leaseState; + LeaseDuration = leaseDuration; + SignedIdentifiers = signedIdentifiers; + SnapshotTime = snapshotTime; } /// Returns the date and time the share was last modified. @@ -81,5 +94,15 @@ internal FileShare(string id, string name, string type, string etag, DateTimeOff public string AccessTierStatus { get; } /// The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. public long? ShareUsageBytes { get; } + /// The lease status of the share. + public LeaseStatus? LeaseStatus { get; } + /// Lease state of the share. + public LeaseState? LeaseState { get; } + /// Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. + public LeaseDuration? LeaseDuration { get; } + /// List of stored access policies specified on the share. + public IList SignedIdentifiers { get; } + /// Creation time of share snapshot returned in the response of list shares with expand param "snapshots". + public DateTimeOffset? SnapshotTime { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesOperations.cs deleted file mode 100644 index 8d64a5760fbd2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesOperations.cs +++ /dev/null @@ -1,351 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The FileShares service client. - public partial class FileSharesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal FileSharesRestOperations RestClient { get; } - - /// Initializes a new instance of FileSharesOperations for mocking. - protected FileSharesOperations() - { - } - - /// Initializes a new instance of FileSharesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal FileSharesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new FileSharesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties of the file share to create. - /// The cancellation token to use. - public virtual async Task> CreateAsync(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Create"); - scope.Start(); - try - { - return await RestClient.CreateAsync(resourceGroupName, accountName, shareName, fileShare, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties of the file share to create. - /// The cancellation token to use. - public virtual Response Create(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Create"); - scope.Start(); - try - { - return RestClient.Create(resourceGroupName, accountName, shareName, fileShare, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties to update for the file share. - /// The cancellation token to use. - public virtual async Task> UpdateAsync(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Update"); - scope.Start(); - try - { - return await RestClient.UpdateAsync(resourceGroupName, accountName, shareName, fileShare, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// Properties to update for the file share. - /// The cancellation token to use. - public virtual Response Update(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Update"); - scope.Start(); - try - { - return RestClient.Update(resourceGroupName, accountName, shareName, fileShare, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets properties of a specified share. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, shareName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets properties of a specified share. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, shareName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes specified share under its account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, shareName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes specified share under its account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, shareName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Restore a file share within a valid retention days if share soft delete is enabled. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The DeletedShare to use. - /// The cancellation token to use. - public virtual async Task RestoreAsync(string resourceGroupName, string accountName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Restore"); - scope.Start(); - try - { - return await RestClient.RestoreAsync(resourceGroupName, accountName, shareName, deletedShare, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Restore a file share within a valid retention days if share soft delete is enabled. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. - /// The DeletedShare to use. - /// The cancellation token to use. - public virtual Response Restore(string resourceGroupName, string accountName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.Restore"); - scope.Start(); - try - { - return RestClient.Restore(resourceGroupName, accountName, shareName, deletedShare, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists all shares. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional. Specified maximum number of shares that can be included in the list. - /// Optional. When specified, only share names starting with the filter will be listed. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, maxpagesize, filter, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, accountName, maxpagesize, filter, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Lists all shares. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional. Specified maximum number of shares that can be included in the list. - /// Optional. When specified, only share names starting with the filter will be listed. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, maxpagesize, filter, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("FileSharesOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, resourceGroupName, accountName, maxpagesize, filter, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOperation.cs new file mode 100644 index 0000000000000..f4e2031fb9f6c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. + public partial class BlobContainerCreateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobContainerCreateOperation for mocking. + protected BlobContainerCreateOperation() + { + } + + internal BlobContainerCreateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new BlobContainer(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override BlobContainer Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOrUpdateImmutabilityPolicyOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOrUpdateImmutabilityPolicyOperation.cs new file mode 100644 index 0000000000000..27c2cfc43eabc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerCreateOrUpdateImmutabilityPolicyOperation.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. + public partial class BlobContainerCreateOrUpdateImmutabilityPolicyOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobContainerCreateOrUpdateImmutabilityPolicyOperation for mocking. + protected BlobContainerCreateOrUpdateImmutabilityPolicyOperation() + { + } + + internal BlobContainerCreateOrUpdateImmutabilityPolicyOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override ImmutabilityPolicy Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteImmutabilityPolicyOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteImmutabilityPolicyOperation.cs new file mode 100644 index 0000000000000..17cfc7d0eb3ee --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteImmutabilityPolicyOperation.cs @@ -0,0 +1,58 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, the only way is to delete the container after deleting all expired blobs inside the policy locked container. + public partial class BlobContainerDeleteImmutabilityPolicyOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobContainerDeleteImmutabilityPolicyOperation for mocking. + protected BlobContainerDeleteImmutabilityPolicyOperation() + { + } + + internal BlobContainerDeleteImmutabilityPolicyOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override ImmutabilityPolicy Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteOperation.cs new file mode 100644 index 0000000000000..c33261f3c2777 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes specified container under its account. + public partial class BlobContainerDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobContainerDeleteOperation for mocking. + protected BlobContainerDeleteOperation() + { + } + + internal BlobContainerDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerObjectLevelWormOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerObjectLevelWormOperation.cs new file mode 100644 index 0000000000000..1b8c3c73f1111 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerObjectLevelWormOperation.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; + +namespace Azure.ResourceManager.Storage.Models +{ + /// This operation migrates a blob container from container level WORM to object level immutability enabled container. Prerequisites require a container level immutability policy either in locked or unlocked state, Account level versioning must be enabled and there should be no Legal hold on the container. + public partial class BlobContainerObjectLevelWormOperation : Operation + { + private readonly OperationInternals _operation; + + /// Initializes a new instance of BlobContainerObjectLevelWormOperation for mocking. + protected BlobContainerObjectLevelWormOperation() + { + } + + internal BlobContainerObjectLevelWormOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) + { + _operation = new OperationInternals(clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "BlobContainerObjectLevelWormOperation"); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerUpdateOperation.cs new file mode 100644 index 0000000000000..952ed3e605677 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobContainerUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. + public partial class BlobContainerUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobContainerUpdateOperation for mocking. + protected BlobContainerUpdateOperation() + { + } + + internal BlobContainerUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new BlobContainer(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override BlobContainer Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyCreateOrUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyCreateOrUpdateOperation.cs new file mode 100644 index 0000000000000..9af40d14562b1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyCreateOrUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the blob inventory policy to the specified storage account. + public partial class BlobInventoryPolicyCreateOrUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobInventoryPolicyCreateOrUpdateOperation for mocking. + protected BlobInventoryPolicyCreateOrUpdateOperation() + { + } + + internal BlobInventoryPolicyCreateOrUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new BlobInventoryPolicy(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override BlobInventoryPolicy Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyDeleteOperation.cs new file mode 100644 index 0000000000000..979da57cad28d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobInventoryPolicyDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the blob inventory policy associated with the specified storage account. + public partial class BlobInventoryPolicyDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobInventoryPolicyDeleteOperation for mocking. + protected BlobInventoryPolicyDeleteOperation() + { + } + + internal BlobInventoryPolicyDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobServiceSetServicePropertiesOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobServiceSetServicePropertiesOperation.cs new file mode 100644 index 0000000000000..0373d4ce7da99 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/BlobServiceSetServicePropertiesOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + public partial class BlobServiceSetServicePropertiesOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of BlobServiceSetServicePropertiesOperation for mocking. + protected BlobServiceSetServicePropertiesOperation() + { + } + + internal BlobServiceSetServicePropertiesOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new BlobService(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override BlobService Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePatchOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePatchOperation.cs new file mode 100644 index 0000000000000..981b03c373803 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePatchOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Update encryption scope properties as specified in the request body. Update fails if the specified encryption scope does not already exist. + public partial class EncryptionScopePatchOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of EncryptionScopePatchOperation for mocking. + protected EncryptionScopePatchOperation() + { + } + + internal EncryptionScopePatchOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new EncryptionScope(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override EncryptionScope Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePutOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePutOperation.cs new file mode 100644 index 0000000000000..09e4f14532e58 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/EncryptionScopePutOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// 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. + public partial class EncryptionScopePutOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of EncryptionScopePutOperation for mocking. + protected EncryptionScopePutOperation() + { + } + + internal EncryptionScopePutOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new EncryptionScope(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override EncryptionScope Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileServiceSetServicePropertiesOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileServiceSetServicePropertiesOperation.cs new file mode 100644 index 0000000000000..0c9059b100d27 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileServiceSetServicePropertiesOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. + public partial class FileServiceSetServicePropertiesOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of FileServiceSetServicePropertiesOperation for mocking. + protected FileServiceSetServicePropertiesOperation() + { + } + + internal FileServiceSetServicePropertiesOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new FileService(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override FileService Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareCreateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareCreateOperation.cs new file mode 100644 index 0000000000000..d2d72bf8b854e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareCreateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// 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. + public partial class FileShareCreateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of FileShareCreateOperation for mocking. + protected FileShareCreateOperation() + { + } + + internal FileShareCreateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new FileShare(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override FileShare Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareDeleteOperation.cs new file mode 100644 index 0000000000000..f1b852683823b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes specified share under its account. + public partial class FileShareDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of FileShareDeleteOperation for mocking. + protected FileShareDeleteOperation() + { + } + + internal FileShareDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareUpdateOperation.cs new file mode 100644 index 0000000000000..d68c3306d7b02 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/FileShareUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. + public partial class FileShareUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of FileShareUpdateOperation for mocking. + protected FileShareUpdateOperation() + { + } + + internal FileShareUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new FileShare(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override FileShare Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyCreateOrUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyCreateOrUpdateOperation.cs new file mode 100644 index 0000000000000..c88bc8efb3d8e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyCreateOrUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the managementpolicy to the specified storage account. + public partial class ManagementPolicyCreateOrUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of ManagementPolicyCreateOrUpdateOperation for mocking. + protected ManagementPolicyCreateOrUpdateOperation() + { + } + + internal ManagementPolicyCreateOrUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new ManagementPolicy(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override ManagementPolicy Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyDeleteOperation.cs new file mode 100644 index 0000000000000..271d3f0b51fa9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ManagementPolicyDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the managementpolicy associated with the specified storage account. + public partial class ManagementPolicyDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of ManagementPolicyDeleteOperation for mocking. + protected ManagementPolicyDeleteOperation() + { + } + + internal ManagementPolicyDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyCreateOrUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyCreateOrUpdateOperation.cs new file mode 100644 index 0000000000000..62279e16e2039 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyCreateOrUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Create or update the object replication policy of the storage account. + public partial class ObjectReplicationPolicyCreateOrUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of ObjectReplicationPolicyCreateOrUpdateOperation for mocking. + protected ObjectReplicationPolicyCreateOrUpdateOperation() + { + } + + internal ObjectReplicationPolicyCreateOrUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new ObjectReplicationPolicy(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override ObjectReplicationPolicy Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyDeleteOperation.cs new file mode 100644 index 0000000000000..783daf875cbe7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/ObjectReplicationPolicyDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the object replication policy associated with the specified storage account. + public partial class ObjectReplicationPolicyDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of ObjectReplicationPolicyDeleteOperation for mocking. + protected ObjectReplicationPolicyDeleteOperation() + { + } + + internal ObjectReplicationPolicyDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionDeleteOperation.cs new file mode 100644 index 0000000000000..f4bceab72b4a4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the specified private endpoint connection associated with the storage account. + public partial class PrivateEndpointConnectionDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of PrivateEndpointConnectionDeleteOperation for mocking. + protected PrivateEndpointConnectionDeleteOperation() + { + } + + internal PrivateEndpointConnectionDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionPutOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionPutOperation.cs new file mode 100644 index 0000000000000..3c00e68ba15ac --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/PrivateEndpointConnectionPutOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Update the state of specified private endpoint connection associated with the storage account. + public partial class PrivateEndpointConnectionPutOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of PrivateEndpointConnectionPutOperation for mocking. + protected PrivateEndpointConnectionPutOperation() + { + } + + internal PrivateEndpointConnectionPutOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new PrivateEndpointConnection(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override PrivateEndpointConnection Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueCreateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueCreateOperation.cs new file mode 100644 index 0000000000000..9d76badc0d75c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueCreateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates a new queue with the specified queue name, under the specified account. + public partial class QueueCreateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of QueueCreateOperation for mocking. + protected QueueCreateOperation() + { + } + + internal QueueCreateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new StorageQueue(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override StorageQueue Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueDeleteOperation.cs new file mode 100644 index 0000000000000..73a40ebbd83b1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the queue with the specified queue name, under the specified account if it exists. + public partial class QueueDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of QueueDeleteOperation for mocking. + protected QueueDeleteOperation() + { + } + + internal QueueDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueServiceSetServicePropertiesOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueServiceSetServicePropertiesOperation.cs new file mode 100644 index 0000000000000..4810e736e5cb7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueServiceSetServicePropertiesOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + public partial class QueueServiceSetServicePropertiesOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of QueueServiceSetServicePropertiesOperation for mocking. + protected QueueServiceSetServicePropertiesOperation() + { + } + + internal QueueServiceSetServicePropertiesOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new QueueService(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override QueueService Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueUpdateOperation.cs new file mode 100644 index 0000000000000..eedca15584953 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/QueueUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates a new queue with the specified queue name, under the specified account. + public partial class QueueUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of QueueUpdateOperation for mocking. + protected QueueUpdateOperation() + { + } + + internal QueueUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new StorageQueue(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override StorageQueue Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsCreateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountCreateOperation.cs similarity index 70% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsCreateOperation.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountCreateOperation.cs index d1ddce353664d..b113b805767a5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsCreateOperation.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountCreateOperation.cs @@ -12,24 +12,29 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; -namespace Azure.ResourceManager.Storage +namespace Azure.ResourceManager.Storage.Models { /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. - public partial class StorageAccountsCreateOperation : Operation, IOperationSource + public partial class StorageAccountCreateOperation : Operation, IOperationSource { - private readonly ArmOperationHelpers _operation; + private readonly OperationInternals _operation; - /// Initializes a new instance of StorageAccountsCreateOperation for mocking. - protected StorageAccountsCreateOperation() + private readonly ArmResource _operationBase; + + /// Initializes a new instance of StorageAccountCreateOperation for mocking. + protected StorageAccountCreateOperation() { } - internal StorageAccountsCreateOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) + internal StorageAccountCreateOperation(ArmResource operationsBase, ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new ArmOperationHelpers(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountsCreateOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountCreateOperation"); + _operationBase = operationsBase; } + /// public override string Id => _operation.Id; @@ -60,13 +65,13 @@ internal StorageAccountsCreateOperation(ClientDiagnostics clientDiagnostics, Htt StorageAccount IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) { using var document = JsonDocument.Parse(response.ContentStream); - return StorageAccount.DeserializeStorageAccount(document.RootElement); + return new StorageAccount(_operationBase, StorageAccountData.DeserializeStorageAccountData(document.RootElement)); } async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) { using var document = await JsonDocument.ParseAsync(response.ContentStream, default, cancellationToken).ConfigureAwait(false); - return StorageAccount.DeserializeStorageAccount(document.RootElement); + return new StorageAccount(_operationBase, StorageAccountData.DeserializeStorageAccountData(document.RootElement)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountDeleteOperation.cs new file mode 100644 index 0000000000000..b017af58b76cd --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes a storage account in Microsoft Azure. + public partial class StorageAccountDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of StorageAccountDeleteOperation for mocking. + protected StorageAccountDeleteOperation() + { + } + + internal StorageAccountDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountFailoverOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountFailoverOperation.cs new file mode 100644 index 0000000000000..bc75487a5c941 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountFailoverOperation.cs @@ -0,0 +1,53 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. + public partial class StorageAccountFailoverOperation : Operation + { + private readonly OperationInternals _operation; + + /// Initializes a new instance of StorageAccountFailoverOperation for mocking. + protected StorageAccountFailoverOperation() + { + } + + internal StorageAccountFailoverOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) + { + _operation = new OperationInternals(clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountFailoverOperation"); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestoreBlobRangesOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountRestoreBlobRangesOperation.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestoreBlobRangesOperation.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountRestoreBlobRangesOperation.cs index 249e2aff3fade..add65c28e293f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestoreBlobRangesOperation.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountRestoreBlobRangesOperation.cs @@ -12,24 +12,24 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage +namespace Azure.ResourceManager.Storage.Models { /// Restore blobs in the specified blob ranges. - public partial class StorageAccountsRestoreBlobRangesOperation : Operation, IOperationSource + public partial class StorageAccountRestoreBlobRangesOperation : Operation, IOperationSource { - private readonly ArmOperationHelpers _operation; + private readonly OperationInternals _operation; - /// Initializes a new instance of StorageAccountsRestoreBlobRangesOperation for mocking. - protected StorageAccountsRestoreBlobRangesOperation() + /// Initializes a new instance of StorageAccountRestoreBlobRangesOperation for mocking. + protected StorageAccountRestoreBlobRangesOperation() { } - internal StorageAccountsRestoreBlobRangesOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) + internal StorageAccountRestoreBlobRangesOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) { - _operation = new ArmOperationHelpers(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountsRestoreBlobRangesOperation"); + _operation = new OperationInternals(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountRestoreBlobRangesOperation"); } + /// public override string Id => _operation.Id; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountUpdateOperation.cs new file mode 100644 index 0000000000000..7666db177ab61 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/StorageAccountUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// 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. + public partial class StorageAccountUpdateOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of StorageAccountUpdateOperation for mocking. + protected StorageAccountUpdateOperation() + { + } + + internal StorageAccountUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new StorageAccount(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override StorageAccount Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableCreateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableCreateOperation.cs new file mode 100644 index 0000000000000..1962c12609d64 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableCreateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates a new table with the specified table name, under the specified account. + public partial class TableCreateOperation : Operation + { + private readonly OperationOrResponseInternals
_operation; + + /// Initializes a new instance of TableCreateOperation for mocking. + protected TableCreateOperation() + { + } + + internal TableCreateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals
(Response.FromValue(new Table(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override Table Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableDeleteOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableDeleteOperation.cs new file mode 100644 index 0000000000000..227ba844dcf7a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableDeleteOperation.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Deletes the table with the specified table name, under the specified account if it exists. + public partial class TableDeleteOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of TableDeleteOperation for mocking. + protected TableDeleteOperation() + { + } + + internal TableDeleteOperation(Response response) + { + _operation = new OperationOrResponseInternals(response); + } + + /// + public override string Id => _operation.Id; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(cancellationToken); + + /// + public override ValueTask WaitForCompletionResponseAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionResponseAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableServiceSetServicePropertiesOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableServiceSetServicePropertiesOperation.cs new file mode 100644 index 0000000000000..1407d3e5d5857 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableServiceSetServicePropertiesOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + public partial class TableServiceSetServicePropertiesOperation : Operation + { + private readonly OperationOrResponseInternals _operation; + + /// Initializes a new instance of TableServiceSetServicePropertiesOperation for mocking. + protected TableServiceSetServicePropertiesOperation() + { + } + + internal TableServiceSetServicePropertiesOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals(Response.FromValue(new TableService(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override TableService Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableUpdateOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableUpdateOperation.cs new file mode 100644 index 0000000000000..73fccc499bf12 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/LongRunningOperation/TableUpdateOperation.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Creates a new table with the specified table name, under the specified account. + public partial class TableUpdateOperation : Operation
+ { + private readonly OperationOrResponseInternals
_operation; + + /// Initializes a new instance of TableUpdateOperation for mocking. + protected TableUpdateOperation() + { + } + + internal TableUpdateOperation(ArmResource operationsBase, Response response) + { + _operation = new OperationOrResponseInternals
(Response.FromValue(new Table(operationsBase, response.Value), response.GetRawResponse())); + } + + /// + public override string Id => _operation.Id; + + /// + public override Table Value => _operation.Value; + + /// + public override bool HasCompleted => _operation.HasCompleted; + + /// + public override bool HasValue => _operation.HasValue; + + /// + public override Response GetRawResponse() => _operation.GetRawResponse(); + + /// + public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); + + /// + public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); + + /// + public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesOperations.cs deleted file mode 100644 index 61e112ac7957b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesOperations.cs +++ /dev/null @@ -1,164 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The ManagementPolicies service client. - public partial class ManagementPoliciesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal ManagementPoliciesRestOperations RestClient { get; } - - /// Initializes a new instance of ManagementPoliciesOperations for mocking. - protected ManagementPoliciesOperations() - { - } - - /// Initializes a new instance of ManagementPoliciesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal ManagementPoliciesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new ManagementPoliciesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Gets the managementpolicy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, managementPolicyName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the managementpolicy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, managementPolicyName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the managementpolicy to the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The ManagementPolicy set to a storage account. - /// The cancellation token to use. - public virtual async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicy properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.CreateOrUpdate"); - scope.Start(); - try - { - return await RestClient.CreateOrUpdateAsync(resourceGroupName, accountName, managementPolicyName, properties, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the managementpolicy to the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The ManagementPolicy set to a storage account. - /// The cancellation token to use. - public virtual Response CreateOrUpdate(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicy properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.CreateOrUpdate"); - scope.Start(); - try - { - return RestClient.CreateOrUpdate(resourceGroupName, accountName, managementPolicyName, properties, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the managementpolicy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, managementPolicyName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the managementpolicy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the Storage Account Management Policy. It should always be 'default'. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPoliciesOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, managementPolicyName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs new file mode 100644 index 0000000000000..cd0ae1800afcc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs @@ -0,0 +1,174 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a ManagementPolicy along with the instance operations that can be performed on it. + public partial class ManagementPolicy : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly ManagementPoliciesRestOperations _restClient; + private readonly ManagementPolicyData _data; + + /// Initializes a new instance of the class for mocking. + protected ManagementPolicy() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ManagementPolicy(ArmResource options, ManagementPolicyData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ManagementPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/managementPolicies"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ManagementPolicyData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the managementpolicy associated with the specified storage account. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the managementpolicy associated with the specified storage account. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the managementpolicy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new ManagementPolicyDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the managementpolicy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual ManagementPolicyDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicy.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new ManagementPolicyDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs new file mode 100644 index 0000000000000..2c042a13f56e4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs @@ -0,0 +1,275 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of ManagementPolicy and their operations over a StorageAccount. + public partial class ManagementPolicyContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly ManagementPoliciesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected ManagementPolicyContainer() + { + } + + /// Initializes a new instance of ManagementPolicyContainer class. + /// The resource representing the parent resource. + internal ManagementPolicyContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Sets the managementpolicy to the specified storage account. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// The ManagementPolicy set to a storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public virtual ManagementPolicyCreateOrUpdateOperation CreateOrUpdate(ManagementPolicyName managementPolicyName, ManagementPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, Id.Name, managementPolicyName, properties, cancellationToken); + var operation = new ManagementPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the managementpolicy to the specified storage account. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// The ManagementPolicy set to a storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public async virtual Task CreateOrUpdateAsync(ManagementPolicyName managementPolicyName, ManagementPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, properties, cancellationToken).ConfigureAwait(false); + var operation = new ManagementPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ManagementPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new ManagementPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetIfExists"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetIfExists"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new ManagementPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + var response = GetIfExists(managementPolicyName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Storage Account Management Policy. It should always be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + var response = await GetIfExistsAsync(managementPolicyName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(ManagementPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(ManagementPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs similarity index 57% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs index 20e781323f269..aca913750d904 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs @@ -6,24 +6,27 @@ #nullable disable using System; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// The Get Storage Account ManagementPolicies operation response. - public partial class ManagementPolicy : Resource + /// A class representing the ManagementPolicy data model. + public partial class ManagementPolicyData : Resource { - /// Initializes a new instance of ManagementPolicy. - public ManagementPolicy() + /// Initializes a new instance of ManagementPolicyData. + public ManagementPolicyData() { } - /// Initializes a new instance of ManagementPolicy. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of ManagementPolicyData. + /// The id. + /// The name. + /// The type. /// Returns the date and time the ManagementPolicies was last modified. /// The Storage Account ManagementPolicy, in JSON format. See more details in: https://docs.microsoft.com/en-us/azure/storage/common/storage-lifecycle-managment-concepts. - internal ManagementPolicy(string id, string name, string type, DateTimeOffset? lastModifiedTime, ManagementPolicySchema policy) : base(id, name, type) + internal ManagementPolicyData(ResourceIdentifier id, string name, ResourceType type, DateTimeOffset? lastModifiedTime, ManagementPolicySchema policy) : base(id, name, type) { LastModifiedTime = lastModifiedTime; Policy = policy; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.Serialization.cs new file mode 100644 index 0000000000000..2b015c502b51e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.Serialization.cs @@ -0,0 +1,73 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class AccessPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(StartTime)) + { + writer.WritePropertyName("startTime"); + writer.WriteStringValue(StartTime.Value, "O"); + } + if (Optional.IsDefined(ExpiryTime)) + { + writer.WritePropertyName("expiryTime"); + writer.WriteStringValue(ExpiryTime.Value, "O"); + } + if (Optional.IsDefined(Permission)) + { + writer.WritePropertyName("permission"); + writer.WriteStringValue(Permission); + } + writer.WriteEndObject(); + } + + internal static AccessPolicy DeserializeAccessPolicy(JsonElement element) + { + Optional startTime = default; + Optional expiryTime = default; + Optional permission = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("startTime")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + startTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("expiryTime")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + expiryTime = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("permission")) + { + permission = property.Value.GetString(); + continue; + } + } + return new AccessPolicy(Optional.ToNullable(startTime), Optional.ToNullable(expiryTime), permission.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.cs new file mode 100644 index 0000000000000..ce4a57ad139c5 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AccessPolicy.cs @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The AccessPolicy. + public partial class AccessPolicy + { + /// Initializes a new instance of AccessPolicy. + public AccessPolicy() + { + } + + /// Initializes a new instance of AccessPolicy. + /// Start time of the access policy. + /// Expiry time of the access policy. + /// List of abbreviated permissions. + internal AccessPolicy(DateTimeOffset? startTime, DateTimeOffset? expiryTime, string permission) + { + StartTime = startTime; + ExpiryTime = expiryTime; + Permission = permission; + } + + /// Start time of the access policy. + public DateTimeOffset? StartTime { get; set; } + /// Expiry time of the access policy. + public DateTimeOffset? ExpiryTime { get; set; } + /// List of abbreviated permissions. + public string Permission { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.Serialization.cs index 5c6517798eb13..a472b86b76aad 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.Serialization.cs @@ -7,6 +7,7 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -21,9 +22,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static AzureEntityResource DeserializeAzureEntityResource(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag")) @@ -47,7 +48,7 @@ internal static AzureEntityResource DeserializeAzureEntityResource(JsonElement e continue; } } - return new AzureEntityResource(id.Value, name.Value, type.Value, etag.Value); + return new AzureEntityResource(id, name, type, etag.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs index baa7ead036ed0..73876b57212c7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs @@ -5,9 +5,12 @@ #nullable disable +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; + namespace Azure.ResourceManager.Storage.Models { - /// The resource model definition for a Azure Resource Manager resource with an etag. + /// The resource model definition for an Azure Resource Manager resource with an etag. public partial class AzureEntityResource : Resource { /// Initializes a new instance of AzureEntityResource. @@ -16,11 +19,11 @@ public AzureEntityResource() } /// Initializes a new instance of AzureEntityResource. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// Resource Etag. - internal AzureEntityResource(string id, string name, string type, string etag) : base(id, name, type) + internal AzureEntityResource(ResourceIdentifier id, string name, ResourceType type, string etag) : base(id, name, type) { Etag = etag; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.Serialization.cs index 1be582bad2f2d..2dd90a3715a9a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.Serialization.cs @@ -22,6 +22,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("activeDirectoryProperties"); writer.WriteObjectValue(ActiveDirectoryProperties); } + if (Optional.IsDefined(DefaultSharePermission)) + { + writer.WritePropertyName("defaultSharePermission"); + writer.WriteStringValue(DefaultSharePermission.Value.ToString()); + } writer.WriteEndObject(); } @@ -29,6 +34,7 @@ internal static AzureFilesIdentityBasedAuthentication DeserializeAzureFilesIdent { DirectoryServiceOptions directoryServiceOptions = default; Optional activeDirectoryProperties = default; + Optional defaultSharePermission = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("directoryServiceOptions")) @@ -46,8 +52,18 @@ internal static AzureFilesIdentityBasedAuthentication DeserializeAzureFilesIdent activeDirectoryProperties = ActiveDirectoryProperties.DeserializeActiveDirectoryProperties(property.Value); continue; } + if (property.NameEquals("defaultSharePermission")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + defaultSharePermission = new DefaultSharePermission(property.Value.GetString()); + continue; + } } - return new AzureFilesIdentityBasedAuthentication(directoryServiceOptions, activeDirectoryProperties.Value); + return new AzureFilesIdentityBasedAuthentication(directoryServiceOptions, activeDirectoryProperties.Value, Optional.ToNullable(defaultSharePermission)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.cs index ae56ed50bb6ad..8a41dab9e77e9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureFilesIdentityBasedAuthentication.cs @@ -20,15 +20,19 @@ public AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions directorySe /// Initializes a new instance of AzureFilesIdentityBasedAuthentication. /// Indicates the directory service used. /// Required if choose AD. - internal AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions directoryServiceOptions, ActiveDirectoryProperties activeDirectoryProperties) + /// Default share permission for users using Kerberos authentication if RBAC role is not assigned. + internal AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions directoryServiceOptions, ActiveDirectoryProperties activeDirectoryProperties, DefaultSharePermission? defaultSharePermission) { DirectoryServiceOptions = directoryServiceOptions; ActiveDirectoryProperties = activeDirectoryProperties; + DefaultSharePermission = defaultSharePermission; } /// Indicates the directory service used. public DirectoryServiceOptions DirectoryServiceOptions { get; set; } /// Required if choose AD. public ActiveDirectoryProperties ActiveDirectoryProperties { get; set; } + /// Default share permission for users using Kerberos authentication if RBAC role is not assigned. + public DefaultSharePermission? DefaultSharePermission { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainerData.Serialization.cs similarity index 85% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainerData.Serialization.cs index 0e789d1c9e786..2c9900e5f5d2c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainer.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobContainerData.Serialization.cs @@ -9,10 +9,12 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class BlobContainer : IUtf8JsonSerializable + public partial class BlobContainerData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -45,16 +47,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndObject(); } + if (Optional.IsDefined(ImmutableStorageWithVersioning)) + { + writer.WritePropertyName("immutableStorageWithVersioning"); + writer.WriteObjectValue(ImmutableStorageWithVersioning); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static BlobContainer DeserializeBlobContainer(JsonElement element) + internal static BlobContainerData DeserializeBlobContainerData(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional version = default; Optional deleted = default; Optional deletedTime = default; @@ -71,6 +78,7 @@ internal static BlobContainer DeserializeBlobContainer(JsonElement element) Optional legalHold = default; Optional hasLegalHold = default; Optional hasImmutabilityPolicy = default; + Optional immutableStorageWithVersioning = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag")) @@ -257,11 +265,21 @@ internal static BlobContainer DeserializeBlobContainer(JsonElement element) hasImmutabilityPolicy = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("immutableStorageWithVersioning")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + immutableStorageWithVersioning = ImmutableStorageWithVersioning.DeserializeImmutableStorageWithVersioning(property0.Value); + continue; + } } continue; } } - return new BlobContainer(id.Value, name.Value, type.Value, etag.Value, version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), defaultEncryptionScope.Value, Optional.ToNullable(denyEncryptionScopeOverride), Optional.ToNullable(publicAccess), Optional.ToNullable(lastModifiedTime), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToDictionary(metadata), immutabilityPolicy.Value, legalHold.Value, Optional.ToNullable(hasLegalHold), Optional.ToNullable(hasImmutabilityPolicy)); + return new BlobContainerData(id, name, type, etag.Value, version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), defaultEncryptionScope.Value, Optional.ToNullable(denyEncryptionScopeOverride), Optional.ToNullable(publicAccess), Optional.ToNullable(lastModifiedTime), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToDictionary(metadata), immutabilityPolicy.Value, legalHold.Value, Optional.ToNullable(hasLegalHold), Optional.ToNullable(hasImmutabilityPolicy), immutableStorageWithVersioning.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs new file mode 100644 index 0000000000000..a45b756276437 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs @@ -0,0 +1,103 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + public partial class BlobInventoryPolicyData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"); + writer.WriteStartObject(); + if (Optional.IsDefined(Policy)) + { + writer.WritePropertyName("policy"); + writer.WriteObjectValue(Policy); + } + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static BlobInventoryPolicyData DeserializeBlobInventoryPolicyData(JsonElement element) + { + Optional systemData = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional lastModifiedTime = default; + Optional policy = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("systemData")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + systemData = SystemData.DeserializeSystemData(property.Value); + continue; + } + if (property.NameEquals("id")) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("name")) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type")) + { + type = property.Value.GetString(); + continue; + } + if (property.NameEquals("properties")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("lastModifiedTime")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + lastModifiedTime = property0.Value.GetDateTimeOffset("O"); + continue; + } + if (property0.NameEquals("policy")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + policy = BlobInventoryPolicySchema.DeserializeBlobInventoryPolicySchema(property0.Value); + continue; + } + } + continue; + } + } + return new BlobInventoryPolicyData(id, name, type, systemData.Value, Optional.ToNullable(lastModifiedTime), policy.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.Serialization.cs new file mode 100644 index 0000000000000..d01b99ebbe71d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.Serialization.cs @@ -0,0 +1,88 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class BlobInventoryPolicyDefinition : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Filters)) + { + writer.WritePropertyName("filters"); + writer.WriteObjectValue(Filters); + } + writer.WritePropertyName("format"); + writer.WriteStringValue(Format.ToString()); + writer.WritePropertyName("schedule"); + writer.WriteStringValue(Schedule.ToString()); + writer.WritePropertyName("objectType"); + writer.WriteStringValue(ObjectType.ToString()); + writer.WritePropertyName("schemaFields"); + writer.WriteStartArray(); + foreach (var item in SchemaFields) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + writer.WriteEndObject(); + } + + internal static BlobInventoryPolicyDefinition DeserializeBlobInventoryPolicyDefinition(JsonElement element) + { + Optional filters = default; + Format format = default; + Schedule schedule = default; + ObjectType objectType = default; + IList schemaFields = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("filters")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + filters = BlobInventoryPolicyFilter.DeserializeBlobInventoryPolicyFilter(property.Value); + continue; + } + if (property.NameEquals("format")) + { + format = new Format(property.Value.GetString()); + continue; + } + if (property.NameEquals("schedule")) + { + schedule = new Schedule(property.Value.GetString()); + continue; + } + if (property.NameEquals("objectType")) + { + objectType = new ObjectType(property.Value.GetString()); + continue; + } + if (property.NameEquals("schemaFields")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + schemaFields = array; + continue; + } + } + return new BlobInventoryPolicyDefinition(filters.Value, format, schedule, objectType, schemaFields); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.cs new file mode 100644 index 0000000000000..f2d91b15bd2a0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyDefinition.cs @@ -0,0 +1,62 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; + +namespace Azure.ResourceManager.Storage.Models +{ + /// An object that defines the blob inventory rule. + public partial class BlobInventoryPolicyDefinition + { + /// Initializes a new instance of BlobInventoryPolicyDefinition. + /// This is a required field, it specifies the format for the inventory files. + /// This is a required field. This field is used to schedule an inventory formation. + /// This is a required field. This field specifies the scope of the inventory created either at the blob or container level. + /// This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime'. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl' are valid only for Hns enabled accounts. + /// is null. + public BlobInventoryPolicyDefinition(Format format, Schedule schedule, ObjectType objectType, IEnumerable schemaFields) + { + if (schemaFields == null) + { + throw new ArgumentNullException(nameof(schemaFields)); + } + + Format = format; + Schedule = schedule; + ObjectType = objectType; + SchemaFields = schemaFields.ToList(); + } + + /// Initializes a new instance of BlobInventoryPolicyDefinition. + /// An object that defines the filter set. + /// This is a required field, it specifies the format for the inventory files. + /// This is a required field. This field is used to schedule an inventory formation. + /// This is a required field. This field specifies the scope of the inventory created either at the blob or container level. + /// This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime'. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl' are valid only for Hns enabled accounts. + internal BlobInventoryPolicyDefinition(BlobInventoryPolicyFilter filters, Format format, Schedule schedule, ObjectType objectType, IList schemaFields) + { + Filters = filters; + Format = format; + Schedule = schedule; + ObjectType = objectType; + SchemaFields = schemaFields; + } + + /// An object that defines the filter set. + public BlobInventoryPolicyFilter Filters { get; set; } + /// This is a required field, it specifies the format for the inventory files. + public Format Format { get; set; } + /// This is a required field. This field is used to schedule an inventory formation. + public Schedule Schedule { get; set; } + /// This is a required field. This field specifies the scope of the inventory created either at the blob or container level. + public ObjectType ObjectType { get; set; } + /// This is a required field. This field specifies the fields and properties of the object to be included in the inventory. The Schema field value 'Name' is always required. The valid values for this field for the 'Blob' definition.objectType include 'Name, Creation-Time, Last-Modified, Content-Length, Content-MD5, BlobType, AccessTier, AccessTierChangeTime, Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl, Snapshot, VersionId, IsCurrentVersion, Metadata, LastAccessTime'. The valid values for 'Container' definition.objectType include 'Name, Last-Modified, Metadata, LeaseStatus, LeaseState, LeaseDuration, PublicAccess, HasImmutabilityPolicy, HasLegalHold'. Schema field values 'Expiry-Time, hdi_isfolder, Owner, Group, Permissions, Acl' are valid only for Hns enabled accounts. + public IList SchemaFields { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.Serialization.cs new file mode 100644 index 0000000000000..ddc5ca9182db0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.Serialization.cs @@ -0,0 +1,114 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class BlobInventoryPolicyFilter : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsCollectionDefined(PrefixMatch)) + { + writer.WritePropertyName("prefixMatch"); + writer.WriteStartArray(); + foreach (var item in PrefixMatch) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsCollectionDefined(BlobTypes)) + { + writer.WritePropertyName("blobTypes"); + writer.WriteStartArray(); + foreach (var item in BlobTypes) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + if (Optional.IsDefined(IncludeBlobVersions)) + { + writer.WritePropertyName("includeBlobVersions"); + writer.WriteBooleanValue(IncludeBlobVersions.Value); + } + if (Optional.IsDefined(IncludeSnapshots)) + { + writer.WritePropertyName("includeSnapshots"); + writer.WriteBooleanValue(IncludeSnapshots.Value); + } + writer.WriteEndObject(); + } + + internal static BlobInventoryPolicyFilter DeserializeBlobInventoryPolicyFilter(JsonElement element) + { + Optional> prefixMatch = default; + Optional> blobTypes = default; + Optional includeBlobVersions = default; + Optional includeSnapshots = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("prefixMatch")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + prefixMatch = array; + continue; + } + if (property.NameEquals("blobTypes")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + blobTypes = array; + continue; + } + if (property.NameEquals("includeBlobVersions")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + includeBlobVersions = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("includeSnapshots")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + includeSnapshots = property.Value.GetBoolean(); + continue; + } + } + return new BlobInventoryPolicyFilter(Optional.ToList(prefixMatch), Optional.ToList(blobTypes), Optional.ToNullable(includeBlobVersions), Optional.ToNullable(includeSnapshots)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.cs new file mode 100644 index 0000000000000..f2701ff5a292c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyFilter.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// An object that defines the blob inventory rule filter conditions. For 'Blob' definition.objectType all filter properties are applicable, 'blobTypes' is required and others are optional. For 'Container' definition.objectType only prefixMatch is applicable and is optional. + public partial class BlobInventoryPolicyFilter + { + /// Initializes a new instance of BlobInventoryPolicyFilter. + public BlobInventoryPolicyFilter() + { + PrefixMatch = new ChangeTrackingList(); + BlobTypes = new ChangeTrackingList(); + } + + /// Initializes a new instance of BlobInventoryPolicyFilter. + /// An array of strings for blob prefixes to be matched. + /// An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'. + /// Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded. + /// Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded. + internal BlobInventoryPolicyFilter(IList prefixMatch, IList blobTypes, bool? includeBlobVersions, bool? includeSnapshots) + { + PrefixMatch = prefixMatch; + BlobTypes = blobTypes; + IncludeBlobVersions = includeBlobVersions; + IncludeSnapshots = includeSnapshots; + } + + /// An array of strings for blob prefixes to be matched. + public IList PrefixMatch { get; } + /// An array of predefined enum values. Valid values include blockBlob, appendBlob, pageBlob. Hns accounts does not support pageBlobs. This field is required when definition.objectType property is set to 'Blob'. + public IList BlobTypes { get; } + /// Includes blob versions in blob inventory when value is set to true. The definition.schemaFields values 'VersionId and IsCurrentVersion' are required if this property is set to true, else they must be excluded. + public bool? IncludeBlobVersions { get; set; } + /// Includes blob snapshots in blob inventory when value is set to true. The definition.schemaFields value 'Snapshot' is required if this property is set to true, else it must be excluded. + public bool? IncludeSnapshots { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyName.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyName.cs new file mode 100644 index 0000000000000..a63041a9a9484 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyName.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The BlobInventoryPolicyName. + public readonly partial struct BlobInventoryPolicyName : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public BlobInventoryPolicyName(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string DefaultValue = "default"; + + /// default. + public static BlobInventoryPolicyName Default { get; } = new BlobInventoryPolicyName(DefaultValue); + /// Determines if two values are the same. + public static bool operator ==(BlobInventoryPolicyName left, BlobInventoryPolicyName right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(BlobInventoryPolicyName left, BlobInventoryPolicyName right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator BlobInventoryPolicyName(string value) => new BlobInventoryPolicyName(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is BlobInventoryPolicyName other && Equals(other); + /// + public bool Equals(BlobInventoryPolicyName other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.Serialization.cs new file mode 100644 index 0000000000000..910720b174ac4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.Serialization.cs @@ -0,0 +1,61 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class BlobInventoryPolicyRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("enabled"); + writer.WriteBooleanValue(Enabled); + writer.WritePropertyName("name"); + writer.WriteStringValue(Name); + writer.WritePropertyName("destination"); + writer.WriteStringValue(Destination); + writer.WritePropertyName("definition"); + writer.WriteObjectValue(Definition); + writer.WriteEndObject(); + } + + internal static BlobInventoryPolicyRule DeserializeBlobInventoryPolicyRule(JsonElement element) + { + bool enabled = default; + string name = default; + string destination = default; + BlobInventoryPolicyDefinition definition = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enabled")) + { + enabled = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("name")) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("destination")) + { + destination = property.Value.GetString(); + continue; + } + if (property.NameEquals("definition")) + { + definition = BlobInventoryPolicyDefinition.DeserializeBlobInventoryPolicyDefinition(property.Value); + continue; + } + } + return new BlobInventoryPolicyRule(enabled, name, destination, definition); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.cs new file mode 100644 index 0000000000000..27b447f2f220e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyRule.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// An object that wraps the blob inventory rule. Each rule is uniquely defined by name. + public partial class BlobInventoryPolicyRule + { + /// Initializes a new instance of BlobInventoryPolicyRule. + /// Rule is enabled when set to true. + /// A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. + /// Container name where blob inventory files are stored. Must be pre-created. + /// An object that defines the blob inventory policy rule. + /// , , or is null. + public BlobInventoryPolicyRule(bool enabled, string name, string destination, BlobInventoryPolicyDefinition definition) + { + if (name == null) + { + throw new ArgumentNullException(nameof(name)); + } + if (destination == null) + { + throw new ArgumentNullException(nameof(destination)); + } + if (definition == null) + { + throw new ArgumentNullException(nameof(definition)); + } + + Enabled = enabled; + Name = name; + Destination = destination; + Definition = definition; + } + + /// Rule is enabled when set to true. + public bool Enabled { get; set; } + /// A rule name can contain any combination of alpha numeric characters. Rule name is case-sensitive. It must be unique within a policy. + public string Name { get; set; } + /// Container name where blob inventory files are stored. Must be pre-created. + public string Destination { get; set; } + /// An object that defines the blob inventory policy rule. + public BlobInventoryPolicyDefinition Definition { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.Serialization.cs new file mode 100644 index 0000000000000..2a896d0cf92d6 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.Serialization.cs @@ -0,0 +1,64 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class BlobInventoryPolicySchema : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("enabled"); + writer.WriteBooleanValue(Enabled); + writer.WritePropertyName("type"); + writer.WriteStringValue(Type.ToString()); + writer.WritePropertyName("rules"); + writer.WriteStartArray(); + foreach (var item in Rules) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + writer.WriteEndObject(); + } + + internal static BlobInventoryPolicySchema DeserializeBlobInventoryPolicySchema(JsonElement element) + { + bool enabled = default; + InventoryRuleType type = default; + IList rules = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enabled")) + { + enabled = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("type")) + { + type = new InventoryRuleType(property.Value.GetString()); + continue; + } + if (property.NameEquals("rules")) + { + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(BlobInventoryPolicyRule.DeserializeBlobInventoryPolicyRule(item)); + } + rules = array; + continue; + } + } + return new BlobInventoryPolicySchema(enabled, type, rules); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.cs new file mode 100644 index 0000000000000..e7c9d755c21aa --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicySchema.cs @@ -0,0 +1,52 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The storage account blob inventory policy rules. + public partial class BlobInventoryPolicySchema + { + /// Initializes a new instance of BlobInventoryPolicySchema. + /// Policy is enabled if set to true. + /// The valid value is Inventory. + /// The storage account blob inventory policy rules. The rule is applied when it is enabled. + /// is null. + public BlobInventoryPolicySchema(bool enabled, InventoryRuleType type, IEnumerable rules) + { + if (rules == null) + { + throw new ArgumentNullException(nameof(rules)); + } + + Enabled = enabled; + Type = type; + Rules = rules.ToList(); + } + + /// Initializes a new instance of BlobInventoryPolicySchema. + /// Policy is enabled if set to true. + /// The valid value is Inventory. + /// The storage account blob inventory policy rules. The rule is applied when it is enabled. + internal BlobInventoryPolicySchema(bool enabled, InventoryRuleType type, IList rules) + { + Enabled = enabled; + Type = type; + Rules = rules; + } + + /// Policy is enabled if set to true. + public bool Enabled { get; set; } + /// The valid value is Inventory. + public InventoryRuleType Type { get; set; } + /// The storage account blob inventory policy rules. The rule is applied when it is enabled. + public IList Rules { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceData.Serialization.cs similarity index 83% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceData.Serialization.cs index 4eb2c77c5005b..e11e516fdf0d6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceData.Serialization.cs @@ -7,10 +7,12 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class BlobServiceProperties : IUtf8JsonSerializable + public partial class BlobServiceData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -57,16 +59,21 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("containerDeleteRetentionPolicy"); writer.WriteObjectValue(ContainerDeleteRetentionPolicy); } + if (Optional.IsDefined(LastAccessTimeTrackingPolicy)) + { + writer.WritePropertyName("lastAccessTimeTrackingPolicy"); + writer.WriteObjectValue(LastAccessTimeTrackingPolicy); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static BlobServiceProperties DeserializeBlobServiceProperties(JsonElement element) + internal static BlobServiceData DeserializeBlobServiceData(JsonElement element) { Optional sku = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional cors = default; Optional defaultServiceVersion = default; Optional deleteRetentionPolicy = default; @@ -75,6 +82,7 @@ internal static BlobServiceProperties DeserializeBlobServiceProperties(JsonEleme Optional changeFeed = default; Optional restorePolicy = default; Optional containerDeleteRetentionPolicy = default; + Optional lastAccessTimeTrackingPolicy = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("sku")) @@ -186,11 +194,21 @@ internal static BlobServiceProperties DeserializeBlobServiceProperties(JsonEleme containerDeleteRetentionPolicy = DeleteRetentionPolicy.DeserializeDeleteRetentionPolicy(property0.Value); continue; } + if (property0.NameEquals("lastAccessTimeTrackingPolicy")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + lastAccessTimeTrackingPolicy = LastAccessTimeTrackingPolicy.DeserializeLastAccessTimeTrackingPolicy(property0.Value); + continue; + } } continue; } } - return new BlobServiceProperties(id.Value, name.Value, type.Value, sku.Value, cors.Value, defaultServiceVersion.Value, deleteRetentionPolicy.Value, Optional.ToNullable(isVersioningEnabled), Optional.ToNullable(automaticSnapshotPolicyEnabled), changeFeed.Value, restorePolicy.Value, containerDeleteRetentionPolicy.Value); + return new BlobServiceData(id, name, type, sku.Value, cors.Value, defaultServiceVersion.Value, deleteRetentionPolicy.Value, Optional.ToNullable(isVersioningEnabled), Optional.ToNullable(automaticSnapshotPolicyEnabled), changeFeed.Value, restorePolicy.Value, containerDeleteRetentionPolicy.Value, lastAccessTimeTrackingPolicy.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.Serialization.cs index 1fc38f2eb82bc..72acbfb12ba75 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class BlobServiceItems { internal static BlobServiceItems DeserializeBlobServiceItems(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static BlobServiceItems DeserializeBlobServiceItems(JsonElement element property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(BlobServiceProperties.DeserializeBlobServiceProperties(item)); + array.Add(BlobServiceData.DeserializeBlobServiceData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.cs index 434698c470961..b52d06e5bcba8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobServiceItems.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ internal partial class BlobServiceItems /// Initializes a new instance of BlobServiceItems. internal BlobServiceItems() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of BlobServiceItems. /// List of blob services returned. - internal BlobServiceItems(IReadOnlyList value) + internal BlobServiceItems(IReadOnlyList value) { Value = value; } /// List of blob services returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.Serialization.cs index 21ca2e3571e0e..0b50da5f12177 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.Serialization.cs @@ -20,12 +20,18 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("enabled"); writer.WriteBooleanValue(Enabled.Value); } + if (Optional.IsDefined(RetentionInDays)) + { + writer.WritePropertyName("retentionInDays"); + writer.WriteNumberValue(RetentionInDays.Value); + } writer.WriteEndObject(); } internal static ChangeFeed DeserializeChangeFeed(JsonElement element) { Optional enabled = default; + Optional retentionInDays = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("enabled")) @@ -38,8 +44,18 @@ internal static ChangeFeed DeserializeChangeFeed(JsonElement element) enabled = property.Value.GetBoolean(); continue; } + if (property.NameEquals("retentionInDays")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + retentionInDays = property.Value.GetInt32(); + continue; + } } - return new ChangeFeed(Optional.ToNullable(enabled)); + return new ChangeFeed(Optional.ToNullable(enabled), Optional.ToNullable(retentionInDays)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.cs index e34bf72008a40..f38510047d15e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ChangeFeed.cs @@ -17,12 +17,16 @@ public ChangeFeed() /// Initializes a new instance of ChangeFeed. /// Indicates whether change feed event logging is enabled for the Blob service. - internal ChangeFeed(bool? enabled) + /// Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed. + internal ChangeFeed(bool? enabled, int? retentionInDays) { Enabled = enabled; + RetentionInDays = retentionInDays; } /// Indicates whether change feed event logging is enabled for the Blob service. public bool? Enabled { get; set; } + /// Indicates the duration of changeFeed retention in days. Minimum value is 1 day and maximum value is 146000 days (400 years). A null value indicates an infinite retention of the change feed. + public int? RetentionInDays { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.Serialization.cs deleted file mode 100644 index 505da25ea7d99..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.Serialization.cs +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - internal partial class CloudErrorAutoGenerated2 - { - internal static CloudErrorAutoGenerated2 DeserializeCloudErrorAutoGenerated2(JsonElement element) - { - Optional error = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("error")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - error = CloudErrorBodyAutoGenerated2.DeserializeCloudErrorBodyAutoGenerated2(property.Value); - continue; - } - } - return new CloudErrorAutoGenerated2(error.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.cs deleted file mode 100644 index 82d05962a57ec..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorAutoGenerated2.cs +++ /dev/null @@ -1,28 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// An error response from the Storage service. - internal partial class CloudErrorAutoGenerated2 - { - /// Initializes a new instance of CloudErrorAutoGenerated2. - internal CloudErrorAutoGenerated2() - { - } - - /// Initializes a new instance of CloudErrorAutoGenerated2. - /// An error response from the Storage service. - internal CloudErrorAutoGenerated2(CloudErrorBodyAutoGenerated2 error) - { - Error = error; - } - - /// An error response from the Storage service. - public CloudErrorBodyAutoGenerated2 Error { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.Serialization.cs deleted file mode 100644 index ec1730663db98..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.Serialization.cs +++ /dev/null @@ -1,58 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - internal partial class CloudErrorBodyAutoGenerated2 - { - internal static CloudErrorBodyAutoGenerated2 DeserializeCloudErrorBodyAutoGenerated2(JsonElement element) - { - Optional code = default; - Optional message = default; - Optional target = default; - Optional> details = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("code")) - { - code = property.Value.GetString(); - continue; - } - if (property.NameEquals("message")) - { - message = property.Value.GetString(); - continue; - } - if (property.NameEquals("target")) - { - target = property.Value.GetString(); - continue; - } - if (property.NameEquals("details")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(DeserializeCloudErrorBodyAutoGenerated2(item)); - } - details = array; - continue; - } - } - return new CloudErrorBodyAutoGenerated2(code.Value, message.Value, target.Value, Optional.ToList(details)); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.cs deleted file mode 100644 index d22c1bb1b34aa..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CloudErrorBodyAutoGenerated2.cs +++ /dev/null @@ -1,44 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - /// An error response from the Storage service. - internal partial class CloudErrorBodyAutoGenerated2 - { - /// Initializes a new instance of CloudErrorBodyAutoGenerated2. - internal CloudErrorBodyAutoGenerated2() - { - Details = new ChangeTrackingList(); - } - - /// Initializes a new instance of CloudErrorBodyAutoGenerated2. - /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - /// A message describing the error, intended to be suitable for display in a user interface. - /// The target of the particular error. For example, the name of the property in error. - /// A list of additional details about the error. - internal CloudErrorBodyAutoGenerated2(string code, string message, string target, IReadOnlyList details) - { - Code = code; - Message = message; - Target = target; - Details = details; - } - - /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - public string Code { get; } - /// A message describing the error, intended to be suitable for display in a user interface. - public string Message { get; } - /// The target of the particular error. For example, the name of the property in error. - public string Target { get; } - /// A list of additional details about the error. - public IReadOnlyList Details { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CreatedByType.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CreatedByType.cs new file mode 100644 index 0000000000000..070038750fe3d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/CreatedByType.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The type of identity that created the resource. + public readonly partial struct CreatedByType : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public CreatedByType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string UserValue = "User"; + private const string ApplicationValue = "Application"; + private const string ManagedIdentityValue = "ManagedIdentity"; + private const string KeyValue = "Key"; + + /// User. + public static CreatedByType User { get; } = new CreatedByType(UserValue); + /// Application. + public static CreatedByType Application { get; } = new CreatedByType(ApplicationValue); + /// ManagedIdentity. + public static CreatedByType ManagedIdentity { get; } = new CreatedByType(ManagedIdentityValue); + /// Key. + public static CreatedByType Key { get; } = new CreatedByType(KeyValue); + /// Determines if two values are the same. + public static bool operator ==(CreatedByType left, CreatedByType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(CreatedByType left, CreatedByType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator CreatedByType(string value) => new CreatedByType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is CreatedByType other && Equals(other); + /// + public bool Equals(CreatedByType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.Serialization.cs index 82d40310e3a4d..6bb93f61fd66b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.Serialization.cs @@ -15,23 +15,47 @@ public partial class DateAfterModification : IUtf8JsonSerializable void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); - writer.WritePropertyName("daysAfterModificationGreaterThan"); - writer.WriteNumberValue(DaysAfterModificationGreaterThan); + if (Optional.IsDefined(DaysAfterModificationGreaterThan)) + { + writer.WritePropertyName("daysAfterModificationGreaterThan"); + writer.WriteNumberValue(DaysAfterModificationGreaterThan.Value); + } + if (Optional.IsDefined(DaysAfterLastAccessTimeGreaterThan)) + { + writer.WritePropertyName("daysAfterLastAccessTimeGreaterThan"); + writer.WriteNumberValue(DaysAfterLastAccessTimeGreaterThan.Value); + } writer.WriteEndObject(); } internal static DateAfterModification DeserializeDateAfterModification(JsonElement element) { - float daysAfterModificationGreaterThan = default; + Optional daysAfterModificationGreaterThan = default; + Optional daysAfterLastAccessTimeGreaterThan = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("daysAfterModificationGreaterThan")) { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } daysAfterModificationGreaterThan = property.Value.GetSingle(); continue; } + if (property.NameEquals("daysAfterLastAccessTimeGreaterThan")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + daysAfterLastAccessTimeGreaterThan = property.Value.GetSingle(); + continue; + } } - return new DateAfterModification(daysAfterModificationGreaterThan); + return new DateAfterModification(Optional.ToNullable(daysAfterModificationGreaterThan), Optional.ToNullable(daysAfterLastAccessTimeGreaterThan)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.cs index 1020938fb8ce8..8e7c61756935e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DateAfterModification.cs @@ -7,17 +7,26 @@ namespace Azure.ResourceManager.Storage.Models { - /// Object to define the number of days after last modification. + /// Object to define the number of days after object last modification Or last access. Properties daysAfterModificationGreaterThan and daysAfterLastAccessTimeGreaterThan are mutually exclusive. public partial class DateAfterModification { + /// Initializes a new instance of DateAfterModification. + public DateAfterModification() + { + } + /// Initializes a new instance of DateAfterModification. /// Value indicating the age in days after last modification. - public DateAfterModification(float daysAfterModificationGreaterThan) + /// Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy. + internal DateAfterModification(float? daysAfterModificationGreaterThan, float? daysAfterLastAccessTimeGreaterThan) { DaysAfterModificationGreaterThan = daysAfterModificationGreaterThan; + DaysAfterLastAccessTimeGreaterThan = daysAfterLastAccessTimeGreaterThan; } /// Value indicating the age in days after last modification. - public float DaysAfterModificationGreaterThan { get; set; } + public float? DaysAfterModificationGreaterThan { get; set; } + /// Value indicating the age in days after last blob access. This property can only be used in conjunction with last access time tracking policy. + public float? DaysAfterLastAccessTimeGreaterThan { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DefaultSharePermission.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DefaultSharePermission.cs new file mode 100644 index 0000000000000..244456137561b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DefaultSharePermission.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Default share permission for users using Kerberos authentication if RBAC role is not assigned. + public readonly partial struct DefaultSharePermission : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public DefaultSharePermission(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string StorageFileDataSmbShareReaderValue = "StorageFileDataSmbShareReader"; + private const string StorageFileDataSmbShareContributorValue = "StorageFileDataSmbShareContributor"; + private const string StorageFileDataSmbShareElevatedContributorValue = "StorageFileDataSmbShareElevatedContributor"; + private const string StorageFileDataSmbShareOwnerValue = "StorageFileDataSmbShareOwner"; + + /// None. + public static DefaultSharePermission None { get; } = new DefaultSharePermission(NoneValue); + /// StorageFileDataSmbShareReader. + public static DefaultSharePermission StorageFileDataSmbShareReader { get; } = new DefaultSharePermission(StorageFileDataSmbShareReaderValue); + /// StorageFileDataSmbShareContributor. + public static DefaultSharePermission StorageFileDataSmbShareContributor { get; } = new DefaultSharePermission(StorageFileDataSmbShareContributorValue); + /// StorageFileDataSmbShareElevatedContributor. + public static DefaultSharePermission StorageFileDataSmbShareElevatedContributor { get; } = new DefaultSharePermission(StorageFileDataSmbShareElevatedContributorValue); + /// StorageFileDataSmbShareOwner. + public static DefaultSharePermission StorageFileDataSmbShareOwner { get; } = new DefaultSharePermission(StorageFileDataSmbShareOwnerValue); + /// Determines if two values are the same. + public static bool operator ==(DefaultSharePermission left, DefaultSharePermission right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(DefaultSharePermission left, DefaultSharePermission right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator DefaultSharePermission(string value) => new DefaultSharePermission(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is DefaultSharePermission other && Equals(other); + /// + public bool Equals(DefaultSharePermission other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountData.Serialization.cs new file mode 100644 index 0000000000000..40c02726dd2e7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountData.Serialization.cs @@ -0,0 +1,93 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Storage +{ + public partial class DeletedAccountData : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("properties"); + writer.WriteStartObject(); + writer.WriteEndObject(); + writer.WriteEndObject(); + } + + internal static DeletedAccountData DeserializeDeletedAccountData(JsonElement element) + { + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; + Optional storageAccountResourceId = default; + Optional location = default; + Optional restoreReference = default; + Optional creationTime = default; + Optional deletionTime = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("id")) + { + id = property.Value.GetString(); + continue; + } + if (property.NameEquals("name")) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type")) + { + type = property.Value.GetString(); + continue; + } + if (property.NameEquals("properties")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + foreach (var property0 in property.Value.EnumerateObject()) + { + if (property0.NameEquals("storageAccountResourceId")) + { + storageAccountResourceId = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("location")) + { + location = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("restoreReference")) + { + restoreReference = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("creationTime")) + { + creationTime = property0.Value.GetString(); + continue; + } + if (property0.NameEquals("deletionTime")) + { + deletionTime = property0.Value.GetString(); + continue; + } + } + continue; + } + } + return new DeletedAccountData(id, name, type, storageAccountResourceId.Value, location.Value, restoreReference.Value, creationTime.Value, deletionTime.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.Serialization.cs new file mode 100644 index 0000000000000..38fe4c41be9c7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.Serialization.cs @@ -0,0 +1,47 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + internal partial class DeletedAccountListResult + { + internal static DeletedAccountListResult DeserializeDeletedAccountListResult(JsonElement element) + { + Optional> value = default; + Optional nextLink = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("value")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(DeletedAccountData.DeserializeDeletedAccountData(item)); + } + value = array; + continue; + } + if (property.NameEquals("nextLink")) + { + nextLink = property.Value.GetString(); + continue; + } + } + return new DeletedAccountListResult(Optional.ToList(value), nextLink.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.cs new file mode 100644 index 0000000000000..656a30efedb84 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/DeletedAccountListResult.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The response from the List Deleted Accounts operation. + internal partial class DeletedAccountListResult + { + /// Initializes a new instance of DeletedAccountListResult. + internal DeletedAccountListResult() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of DeletedAccountListResult. + /// Gets the list of deleted accounts and their properties. + /// Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size. + internal DeletedAccountListResult(IReadOnlyList value, string nextLink) + { + Value = value; + NextLink = nextLink; + } + + /// Gets the list of deleted accounts and their properties. + public IReadOnlyList Value { get; } + /// Request URL that can be used to query next page of deleted accounts. Returned when total number of requested deleted accounts exceed maximum page size. + public string NextLink { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.Serialization.cs deleted file mode 100644 index e311a132ebc50..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.Serialization.cs +++ /dev/null @@ -1,35 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class Dimension - { - internal static Dimension DeserializeDimension(JsonElement element) - { - Optional name = default; - Optional displayName = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("displayName")) - { - displayName = property.Value.GetString(); - continue; - } - } - return new Dimension(name.Value, displayName.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.cs deleted file mode 100644 index 56b29c2d10e29..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Dimension.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// Dimension of blobs, possibly be blob type or access tier. - public partial class Dimension - { - /// Initializes a new instance of Dimension. - internal Dimension() - { - } - - /// Initializes a new instance of Dimension. - /// Display name of dimension. - /// Display name of dimension. - internal Dimension(string name, string displayName) - { - Name = name; - DisplayName = displayName; - } - - /// Display name of dimension. - public string Name { get; } - /// Display name of dimension. - public string DisplayName { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.Serialization.cs index 0d9d2fb8f7d1f..1eb63ff32c58a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.Serialization.cs @@ -32,6 +32,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("keyvaultproperties"); writer.WriteObjectValue(KeyVaultProperties); } + if (Optional.IsDefined(EncryptionIdentity)) + { + writer.WritePropertyName("identity"); + writer.WriteObjectValue(EncryptionIdentity); + } writer.WriteEndObject(); } @@ -41,6 +46,7 @@ internal static Encryption DeserializeEncryption(JsonElement element) KeySource keySource = default; Optional requireInfrastructureEncryption = default; Optional keyvaultproperties = default; + Optional identity = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("services")) @@ -78,8 +84,18 @@ internal static Encryption DeserializeEncryption(JsonElement element) keyvaultproperties = KeyVaultProperties.DeserializeKeyVaultProperties(property.Value); continue; } + if (property.NameEquals("identity")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + identity = EncryptionIdentity.DeserializeEncryptionIdentity(property.Value); + continue; + } } - return new Encryption(services.Value, keySource, Optional.ToNullable(requireInfrastructureEncryption), keyvaultproperties.Value); + return new Encryption(services.Value, keySource, Optional.ToNullable(requireInfrastructureEncryption), keyvaultproperties.Value, identity.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.cs index c6681698f94c5..268fd17d6e486 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Encryption.cs @@ -22,12 +22,14 @@ public Encryption(KeySource keySource) /// The encryption keySource (provider). Possible values (case-insensitive): Microsoft.Storage, Microsoft.Keyvault. /// A boolean indicating whether or not the service applies a secondary layer of encryption with platform managed keys for data at rest. /// Properties provided by key vault. - internal Encryption(EncryptionServices services, KeySource keySource, bool? requireInfrastructureEncryption, KeyVaultProperties keyVaultProperties) + /// The identity to be used with service-side encryption at rest. + internal Encryption(EncryptionServices services, KeySource keySource, bool? requireInfrastructureEncryption, KeyVaultProperties keyVaultProperties, EncryptionIdentity encryptionIdentity) { Services = services; KeySource = keySource; RequireInfrastructureEncryption = requireInfrastructureEncryption; KeyVaultProperties = keyVaultProperties; + EncryptionIdentity = encryptionIdentity; } /// List of services which support encryption. @@ -38,5 +40,7 @@ internal Encryption(EncryptionServices services, KeySource keySource, bool? requ public bool? RequireInfrastructureEncryption { get; set; } /// Properties provided by key vault. public KeyVaultProperties KeyVaultProperties { get; set; } + /// The identity to be used with service-side encryption at rest. + public EncryptionIdentity EncryptionIdentity { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.Serialization.cs new file mode 100644 index 0000000000000..90729be0c3fd7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.Serialization.cs @@ -0,0 +1,40 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class EncryptionIdentity : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(EncryptionUserAssignedIdentity)) + { + writer.WritePropertyName("userAssignedIdentity"); + writer.WriteStringValue(EncryptionUserAssignedIdentity); + } + writer.WriteEndObject(); + } + + internal static EncryptionIdentity DeserializeEncryptionIdentity(JsonElement element) + { + Optional userAssignedIdentity = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("userAssignedIdentity")) + { + userAssignedIdentity = property.Value.GetString(); + continue; + } + } + return new EncryptionIdentity(userAssignedIdentity.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.cs new file mode 100644 index 0000000000000..282acf14b9261 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionIdentity.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Encryption identity for the storage account. + public partial class EncryptionIdentity + { + /// Initializes a new instance of EncryptionIdentity. + public EncryptionIdentity() + { + } + + /// Initializes a new instance of EncryptionIdentity. + /// Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. + internal EncryptionIdentity(string encryptionUserAssignedIdentity) + { + EncryptionUserAssignedIdentity = encryptionUserAssignedIdentity; + } + + /// Resource identifier of the UserAssigned identity to be associated with server-side encryption on the storage account. + public string EncryptionUserAssignedIdentity { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeData.Serialization.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeData.Serialization.cs index d5753a7fb8ba0..15f999aa75785 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScope.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeData.Serialization.cs @@ -8,10 +8,12 @@ using System; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class EncryptionScope : IUtf8JsonSerializable + public partial class EncryptionScopeData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -33,20 +35,26 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("keyVaultProperties"); writer.WriteObjectValue(KeyVaultProperties); } + if (Optional.IsDefined(RequireInfrastructureEncryption)) + { + writer.WritePropertyName("requireInfrastructureEncryption"); + writer.WriteBooleanValue(RequireInfrastructureEncryption.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static EncryptionScope DeserializeEncryptionScope(JsonElement element) + internal static EncryptionScopeData DeserializeEncryptionScopeData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional source = default; Optional state = default; Optional creationTime = default; Optional lastModifiedTime = default; Optional keyVaultProperties = default; + Optional requireInfrastructureEncryption = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("id")) @@ -123,11 +131,21 @@ internal static EncryptionScope DeserializeEncryptionScope(JsonElement element) keyVaultProperties = EncryptionScopeKeyVaultProperties.DeserializeEncryptionScopeKeyVaultProperties(property0.Value); continue; } + if (property0.NameEquals("requireInfrastructureEncryption")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + requireInfrastructureEncryption = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new EncryptionScope(id.Value, name.Value, type.Value, Optional.ToNullable(source), Optional.ToNullable(state), Optional.ToNullable(creationTime), Optional.ToNullable(lastModifiedTime), keyVaultProperties.Value); + return new EncryptionScopeData(id, name, type, Optional.ToNullable(source), Optional.ToNullable(state), Optional.ToNullable(creationTime), Optional.ToNullable(lastModifiedTime), keyVaultProperties.Value, Optional.ToNullable(requireInfrastructureEncryption)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.Serialization.cs index 75badbf6794e4..94f2800cac6a8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System; using System.Text.Json; using Azure.Core; @@ -26,6 +27,8 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static EncryptionScopeKeyVaultProperties DeserializeEncryptionScopeKeyVaultProperties(JsonElement element) { Optional keyUri = default; + Optional currentVersionedKeyIdentifier = default; + Optional lastKeyRotationTimestamp = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("keyUri")) @@ -33,8 +36,23 @@ internal static EncryptionScopeKeyVaultProperties DeserializeEncryptionScopeKeyV keyUri = property.Value.GetString(); continue; } + if (property.NameEquals("currentVersionedKeyIdentifier")) + { + currentVersionedKeyIdentifier = property.Value.GetString(); + continue; + } + if (property.NameEquals("lastKeyRotationTimestamp")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + lastKeyRotationTimestamp = property.Value.GetDateTimeOffset("O"); + continue; + } } - return new EncryptionScopeKeyVaultProperties(keyUri.Value); + return new EncryptionScopeKeyVaultProperties(keyUri.Value, currentVersionedKeyIdentifier.Value, Optional.ToNullable(lastKeyRotationTimestamp)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.cs index e85dabcef6748..275333ce9ae58 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeKeyVaultProperties.cs @@ -5,6 +5,8 @@ #nullable disable +using System; + namespace Azure.ResourceManager.Storage.Models { /// The key vault properties for the encryption scope. This is a required field if encryption scope 'source' attribute is set to 'Microsoft.KeyVault'. @@ -17,12 +19,20 @@ public EncryptionScopeKeyVaultProperties() /// Initializes a new instance of EncryptionScopeKeyVaultProperties. /// The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. - internal EncryptionScopeKeyVaultProperties(string keyUri) + /// The object identifier of the current versioned Key Vault Key in use. + /// Timestamp of last rotation of the Key Vault Key. + internal EncryptionScopeKeyVaultProperties(string keyUri, string currentVersionedKeyIdentifier, DateTimeOffset? lastKeyRotationTimestamp) { KeyUri = keyUri; + CurrentVersionedKeyIdentifier = currentVersionedKeyIdentifier; + LastKeyRotationTimestamp = lastKeyRotationTimestamp; } /// The object identifier for a key vault key object. When applied, the encryption scope will use the key referenced by the identifier to enable customer-managed key support on this encryption scope. public string KeyUri { get; set; } + /// The object identifier of the current versioned Key Vault Key in use. + public string CurrentVersionedKeyIdentifier { get; } + /// Timestamp of last rotation of the Key Vault Key. + public DateTimeOffset? LastKeyRotationTimestamp { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.Serialization.cs index 57859438dc312..5f822ff82141d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class EncryptionScopeListResult { internal static EncryptionScopeListResult DeserializeEncryptionScopeListResult(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static EncryptionScopeListResult DeserializeEncryptionScopeListResult(J property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(EncryptionScope.DeserializeEncryptionScope(item)); + array.Add(EncryptionScopeData.DeserializeEncryptionScopeData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.cs index 8297ffd9dd3d4..0ad3b9904f8ad 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/EncryptionScopeListResult.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class EncryptionScopeListResult /// Initializes a new instance of EncryptionScopeListResult. internal EncryptionScopeListResult() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of EncryptionScopeListResult. /// List of encryption scopes requested. /// Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size. - internal EncryptionScopeListResult(IReadOnlyList value, string nextLink) + internal EncryptionScopeListResult(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// List of encryption scopes requested. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to query next page of encryption scopes. Returned when total number of requested encryption scopes exceeds the maximum page size. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.Serialization.cs index 96691432d9430..c2288d508ee48 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.Serialization.cs @@ -14,22 +14,21 @@ internal partial class ErrorResponse { internal static ErrorResponse DeserializeErrorResponse(JsonElement element) { - Optional code = default; - Optional message = default; + Optional error = default; foreach (var property in element.EnumerateObject()) { - if (property.NameEquals("code")) + if (property.NameEquals("error")) { - code = property.Value.GetString(); - continue; - } - if (property.NameEquals("message")) - { - message = property.Value.GetString(); + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + error = ErrorResponseBody.DeserializeErrorResponseBody(property.Value); continue; } } - return new ErrorResponse(code.Value, message.Value); + return new ErrorResponse(error.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.cs index efbaf6ba0a87b..497f208e67f58 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponse.cs @@ -16,17 +16,13 @@ internal ErrorResponse() } /// Initializes a new instance of ErrorResponse. - /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - /// A message describing the error, intended to be suitable for display in a user interface. - internal ErrorResponse(string code, string message) + /// Azure Storage Resource Provider error response body. + internal ErrorResponse(ErrorResponseBody error) { - Code = code; - Message = message; + Error = error; } - /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. - public string Code { get; } - /// A message describing the error, intended to be suitable for display in a user interface. - public string Message { get; } + /// Azure Storage Resource Provider error response body. + public ErrorResponseBody Error { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.Serialization.cs new file mode 100644 index 0000000000000..27e6f8272d35e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.Serialization.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + internal partial class ErrorResponseBody + { + internal static ErrorResponseBody DeserializeErrorResponseBody(JsonElement element) + { + Optional code = default; + Optional message = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("code")) + { + code = property.Value.GetString(); + continue; + } + if (property.NameEquals("message")) + { + message = property.Value.GetString(); + continue; + } + } + return new ErrorResponseBody(code.Value, message.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.cs new file mode 100644 index 0000000000000..24150ee23bf3b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ErrorResponseBody.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Error response body contract. + internal partial class ErrorResponseBody + { + /// Initializes a new instance of ErrorResponseBody. + internal ErrorResponseBody() + { + } + + /// Initializes a new instance of ErrorResponseBody. + /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. + /// A message describing the error, intended to be suitable for display in a user interface. + internal ErrorResponseBody(string code, string message) + { + Code = code; + Message = message; + } + + /// An identifier for the error. Codes are invariant and are intended to be consumed programmatically. + public string Code { get; } + /// A message describing the error, intended to be suitable for display in a user interface. + public string Message { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExpirationAction.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExpirationAction.cs new file mode 100644 index 0000000000000..6de75d1181aeb --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExpirationAction.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The SAS expiration action. Can only be Log. + public readonly partial struct ExpirationAction : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public ExpirationAction(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string LogValue = "Log"; + + /// Log. + public static ExpirationAction Log { get; } = new ExpirationAction(LogValue); + /// Determines if two values are the same. + public static bool operator ==(ExpirationAction left, ExpirationAction right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ExpirationAction left, ExpirationAction right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ExpirationAction(string value) => new ExpirationAction(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ExpirationAction other && Equals(other); + /// + public bool Equals(ExpirationAction other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.Serialization.cs new file mode 100644 index 0000000000000..8c7a455429810 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.Serialization.cs @@ -0,0 +1,56 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class ExtendedLocation : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"); + writer.WriteStringValue(Name); + } + if (Optional.IsDefined(Type)) + { + writer.WritePropertyName("type"); + writer.WriteStringValue(Type.Value.ToString()); + } + writer.WriteEndObject(); + } + + internal static ExtendedLocation DeserializeExtendedLocation(JsonElement element) + { + Optional name = default; + Optional type = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("name")) + { + name = property.Value.GetString(); + continue; + } + if (property.NameEquals("type")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + type = new ExtendedLocationTypes(property.Value.GetString()); + continue; + } + } + return new ExtendedLocation(name.Value, Optional.ToNullable(type)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.cs new file mode 100644 index 0000000000000..954941e37cfee --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocation.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// The complex type of the extended location. + public partial class ExtendedLocation + { + /// Initializes a new instance of ExtendedLocation. + public ExtendedLocation() + { + } + + /// Initializes a new instance of ExtendedLocation. + /// The name of the extended location. + /// The type of the extended location. + internal ExtendedLocation(string name, ExtendedLocationTypes? type) + { + Name = name; + Type = type; + } + + /// The name of the extended location. + public string Name { get; set; } + /// The type of the extended location. + public ExtendedLocationTypes? Type { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocationTypes.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocationTypes.cs new file mode 100644 index 0000000000000..9a745f0f2969e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ExtendedLocationTypes.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The type of extendedLocation. + public readonly partial struct ExtendedLocationTypes : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public ExtendedLocationTypes(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string EdgeZoneValue = "EdgeZone"; + + /// EdgeZone. + public static ExtendedLocationTypes EdgeZone { get; } = new ExtendedLocationTypes(EdgeZoneValue); + /// Determines if two values are the same. + public static bool operator ==(ExtendedLocationTypes left, ExtendedLocationTypes right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ExtendedLocationTypes left, ExtendedLocationTypes right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ExtendedLocationTypes(string value) => new ExtendedLocationTypes(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ExtendedLocationTypes other && Equals(other); + /// + public bool Equals(ExtendedLocationTypes other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceData.Serialization.cs similarity index 73% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceData.Serialization.cs index 8f4e70cb31ff0..e060e661ca2e7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceData.Serialization.cs @@ -7,10 +7,12 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class FileServiceProperties : IUtf8JsonSerializable + public partial class FileServiceData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -27,18 +29,24 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("shareDeleteRetentionPolicy"); writer.WriteObjectValue(ShareDeleteRetentionPolicy); } + if (Optional.IsDefined(ProtocolSettings)) + { + writer.WritePropertyName("protocolSettings"); + writer.WriteObjectValue(ProtocolSettings); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static FileServiceProperties DeserializeFileServiceProperties(JsonElement element) + internal static FileServiceData DeserializeFileServiceData(JsonElement element) { Optional sku = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional cors = default; Optional shareDeleteRetentionPolicy = default; + Optional protocolSettings = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("sku")) @@ -95,11 +103,21 @@ internal static FileServiceProperties DeserializeFileServiceProperties(JsonEleme shareDeleteRetentionPolicy = DeleteRetentionPolicy.DeserializeDeleteRetentionPolicy(property0.Value); continue; } + if (property0.NameEquals("protocolSettings")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + protocolSettings = ProtocolSettings.DeserializeProtocolSettings(property0.Value); + continue; + } } continue; } } - return new FileServiceProperties(id.Value, name.Value, type.Value, sku.Value, cors.Value, shareDeleteRetentionPolicy.Value); + return new FileServiceData(id, name, type, sku.Value, cors.Value, shareDeleteRetentionPolicy.Value, protocolSettings.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.Serialization.cs index df2868f5b6147..6c6793042e592 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ public partial class FileServiceItems { internal static FileServiceItems DeserializeFileServiceItems(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static FileServiceItems DeserializeFileServiceItems(JsonElement element property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(FileServiceProperties.DeserializeFileServiceProperties(item)); + array.Add(FileServiceData.DeserializeFileServiceData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.cs index c49da9ae8720b..1ec28b92d9ac0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileServiceItems.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ public partial class FileServiceItems /// Initializes a new instance of FileServiceItems. internal FileServiceItems() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of FileServiceItems. /// List of file services returned. - internal FileServiceItems(IReadOnlyList value) + internal FileServiceItems(IReadOnlyList value) { Value = value; } /// List of file services returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareData.Serialization.cs similarity index 68% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareData.Serialization.cs index 5c2e6b31b10c6..6fd4cc6d67c10 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShare.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareData.Serialization.cs @@ -9,10 +9,12 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class FileShare : IUtf8JsonSerializable + public partial class FileShareData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -50,16 +52,26 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("accessTier"); writer.WriteStringValue(AccessTier.Value.ToString()); } + if (Optional.IsCollectionDefined(SignedIdentifiers)) + { + writer.WritePropertyName("signedIdentifiers"); + writer.WriteStartArray(); + foreach (var item in SignedIdentifiers) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static FileShare DeserializeFileShare(JsonElement element) + internal static FileShareData DeserializeFileShareData(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional lastModifiedTime = default; Optional> metadata = default; Optional shareQuota = default; @@ -73,6 +85,11 @@ internal static FileShare DeserializeFileShare(JsonElement element) Optional accessTierChangeTime = default; Optional accessTierStatus = default; Optional shareUsageBytes = default; + Optional leaseStatus = default; + Optional leaseState = default; + Optional leaseDuration = default; + Optional> signedIdentifiers = default; + Optional snapshotTime = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag")) @@ -229,11 +246,66 @@ internal static FileShare DeserializeFileShare(JsonElement element) shareUsageBytes = property0.Value.GetInt64(); continue; } + if (property0.NameEquals("leaseStatus")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseStatus = new LeaseStatus(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("leaseState")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseState = new LeaseState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("leaseDuration")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseDuration = new LeaseDuration(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("signedIdentifiers")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(SignedIdentifier.DeserializeSignedIdentifier(item)); + } + signedIdentifiers = array; + continue; + } + if (property0.NameEquals("snapshotTime")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + snapshotTime = property0.Value.GetDateTimeOffset("O"); + continue; + } } continue; } } - return new FileShare(id.Value, name.Value, type.Value, etag.Value, Optional.ToNullable(lastModifiedTime), Optional.ToDictionary(metadata), Optional.ToNullable(shareQuota), Optional.ToNullable(enabledProtocols), Optional.ToNullable(rootSquash), version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), Optional.ToNullable(accessTier), Optional.ToNullable(accessTierChangeTime), accessTierStatus.Value, Optional.ToNullable(shareUsageBytes)); + return new FileShareData(id, name, type, etag.Value, Optional.ToNullable(lastModifiedTime), Optional.ToDictionary(metadata), Optional.ToNullable(shareQuota), Optional.ToNullable(enabledProtocols), Optional.ToNullable(rootSquash), version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), Optional.ToNullable(accessTier), Optional.ToNullable(accessTierChangeTime), accessTierStatus.Value, Optional.ToNullable(shareUsageBytes), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToList(signedIdentifiers), Optional.ToNullable(snapshotTime)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.Serialization.cs index b47a84d819c0a..cb356956cec40 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.Serialization.cs @@ -9,6 +9,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -50,6 +51,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("accessTier"); writer.WriteStringValue(AccessTier.Value.ToString()); } + if (Optional.IsCollectionDefined(SignedIdentifiers)) + { + writer.WritePropertyName("signedIdentifiers"); + writer.WriteStartArray(); + foreach (var item in SignedIdentifiers) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -57,9 +68,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static FileShareItem DeserializeFileShareItem(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional lastModifiedTime = default; Optional> metadata = default; Optional shareQuota = default; @@ -73,6 +84,11 @@ internal static FileShareItem DeserializeFileShareItem(JsonElement element) Optional accessTierChangeTime = default; Optional accessTierStatus = default; Optional shareUsageBytes = default; + Optional leaseStatus = default; + Optional leaseState = default; + Optional leaseDuration = default; + Optional> signedIdentifiers = default; + Optional snapshotTime = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag")) @@ -229,11 +245,66 @@ internal static FileShareItem DeserializeFileShareItem(JsonElement element) shareUsageBytes = property0.Value.GetInt64(); continue; } + if (property0.NameEquals("leaseStatus")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseStatus = new LeaseStatus(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("leaseState")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseState = new LeaseState(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("leaseDuration")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + leaseDuration = new LeaseDuration(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("signedIdentifiers")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property0.Value.EnumerateArray()) + { + array.Add(SignedIdentifier.DeserializeSignedIdentifier(item)); + } + signedIdentifiers = array; + continue; + } + if (property0.NameEquals("snapshotTime")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + snapshotTime = property0.Value.GetDateTimeOffset("O"); + continue; + } } continue; } } - return new FileShareItem(id.Value, name.Value, type.Value, etag.Value, Optional.ToNullable(lastModifiedTime), Optional.ToDictionary(metadata), Optional.ToNullable(shareQuota), Optional.ToNullable(enabledProtocols), Optional.ToNullable(rootSquash), version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), Optional.ToNullable(accessTier), Optional.ToNullable(accessTierChangeTime), accessTierStatus.Value, Optional.ToNullable(shareUsageBytes)); + return new FileShareItem(id, name, type, etag.Value, Optional.ToNullable(lastModifiedTime), Optional.ToDictionary(metadata), Optional.ToNullable(shareQuota), Optional.ToNullable(enabledProtocols), Optional.ToNullable(rootSquash), version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), Optional.ToNullable(accessTier), Optional.ToNullable(accessTierChangeTime), accessTierStatus.Value, Optional.ToNullable(shareUsageBytes), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToList(signedIdentifiers), Optional.ToNullable(snapshotTime)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.cs index 18053544b1c78..38e3c9f6139ed 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItem.cs @@ -8,6 +8,7 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -18,12 +19,13 @@ public partial class FileShareItem : AzureEntityResource public FileShareItem() { Metadata = new ChangeTrackingDictionary(); + SignedIdentifiers = new ChangeTrackingList(); } /// Initializes a new instance of FileShareItem. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// Resource Etag. /// Returns the date and time the share was last modified. /// A name-value pair to associate with the share as metadata. @@ -38,7 +40,12 @@ public FileShareItem() /// Indicates the last modification time for share access tier. /// Indicates if there is a pending transition for access tier. /// The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. - internal FileShareItem(string id, string name, string type, string etag, DateTimeOffset? lastModifiedTime, IDictionary metadata, int? shareQuota, EnabledProtocols? enabledProtocols, RootSquashType? rootSquash, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, ShareAccessTier? accessTier, DateTimeOffset? accessTierChangeTime, string accessTierStatus, long? shareUsageBytes) : base(id, name, type, etag) + /// The lease status of the share. + /// Lease state of the share. + /// Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. + /// List of stored access policies specified on the share. + /// Creation time of share snapshot returned in the response of list shares with expand param "snapshots". + internal FileShareItem(ResourceIdentifier id, string name, ResourceType type, string etag, DateTimeOffset? lastModifiedTime, IDictionary metadata, int? shareQuota, EnabledProtocols? enabledProtocols, RootSquashType? rootSquash, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, ShareAccessTier? accessTier, DateTimeOffset? accessTierChangeTime, string accessTierStatus, long? shareUsageBytes, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IList signedIdentifiers, DateTimeOffset? snapshotTime) : base(id, name, type, etag) { LastModifiedTime = lastModifiedTime; Metadata = metadata; @@ -53,6 +60,11 @@ internal FileShareItem(string id, string name, string type, string etag, DateTim AccessTierChangeTime = accessTierChangeTime; AccessTierStatus = accessTierStatus; ShareUsageBytes = shareUsageBytes; + LeaseStatus = leaseStatus; + LeaseState = leaseState; + LeaseDuration = leaseDuration; + SignedIdentifiers = signedIdentifiers; + SnapshotTime = snapshotTime; } /// Returns the date and time the share was last modified. @@ -81,5 +93,15 @@ internal FileShareItem(string id, string name, string type, string etag, DateTim public string AccessTierStatus { get; } /// The approximate size of the data stored on the share. Note that this value may not include all recently created or recently resized files. public long? ShareUsageBytes { get; } + /// The lease status of the share. + public LeaseStatus? LeaseStatus { get; } + /// Lease state of the share. + public LeaseState? LeaseState { get; } + /// Specifies whether the lease on a share is of infinite or fixed duration, only when the share is leased. + public LeaseDuration? LeaseDuration { get; } + /// List of stored access policies specified on the share. + public IList SignedIdentifiers { get; } + /// Creation time of share snapshot returned in the response of list shares with expand param "snapshots". + public DateTimeOffset? SnapshotTime { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.Serialization.cs index 7ea3cf6235d06..17ac3624bd88b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class FileShareItems { internal static FileShareItems DeserializeFileShareItems(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static FileShareItems DeserializeFileShareItems(JsonElement element) property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(FileShareItem.DeserializeFileShareItem(item)); + array.Add(FileShareData.DeserializeFileShareData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.cs index a4cebb4276359..ca537503b51a3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/FileShareItems.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class FileShareItems /// Initializes a new instance of FileShareItems. internal FileShareItems() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of FileShareItems. /// List of file shares returned. /// Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size. - internal FileShareItems(IReadOnlyList value, string nextLink) + internal FileShareItems(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// List of file shares returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to query next page of shares. Returned when total number of requested shares exceed maximum page size. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Format.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Format.cs new file mode 100644 index 0000000000000..14221de0f918f --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Format.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// This is a required field, it specifies the format for the inventory files. + public readonly partial struct Format : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public Format(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string CsvValue = "Csv"; + private const string ParquetValue = "Parquet"; + + /// Csv. + public static Format Csv { get; } = new Format(CsvValue); + /// Parquet. + public static Format Parquet { get; } = new Format(ParquetValue); + /// Determines if two values are the same. + public static bool operator ==(Format left, Format right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(Format left, Format right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator Format(string value) => new Format(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is Format other && Equals(other); + /// + public bool Equals(Format other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.Serialization.cs index e883c6475a297..d5646629221d0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.Serialization.cs @@ -5,8 +5,10 @@ #nullable disable +using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Storage.Models { @@ -16,7 +18,18 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); writer.WritePropertyName("type"); - writer.WriteStringValue(Type); + writer.WriteStringValue(Type.ToString()); + if (Optional.IsCollectionDefined(UserAssignedIdentities)) + { + writer.WritePropertyName("userAssignedIdentities"); + writer.WriteStartObject(); + foreach (var item in UserAssignedIdentities) + { + writer.WritePropertyName(item.Key); + JsonSerializer.Serialize(writer, item.Value); + } + writer.WriteEndObject(); + } writer.WriteEndObject(); } @@ -24,7 +37,8 @@ internal static Identity DeserializeIdentity(JsonElement element) { Optional principalId = default; Optional tenantId = default; - string type = default; + IdentityType type = default; + Optional> userAssignedIdentities = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("principalId")) @@ -39,11 +53,26 @@ internal static Identity DeserializeIdentity(JsonElement element) } if (property.NameEquals("type")) { - type = property.Value.GetString(); + type = new IdentityType(property.Value.GetString()); + continue; + } + if (property.NameEquals("userAssignedIdentities")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + Dictionary dictionary = new Dictionary(); + foreach (var property0 in property.Value.EnumerateObject()) + { + dictionary.Add(property0.Name, JsonSerializer.Deserialize(property0.Value.ToString())); + } + userAssignedIdentities = dictionary; continue; } } - return new Identity(principalId.Value, tenantId.Value, type); + return new Identity(principalId.Value, tenantId.Value, type, Optional.ToDictionary(userAssignedIdentities)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.cs index 5a003fd7ab375..b79dcf1066aef 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Identity.cs @@ -5,26 +5,34 @@ #nullable disable +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Resources.Models; + namespace Azure.ResourceManager.Storage.Models { /// Identity for the resource. public partial class Identity { /// Initializes a new instance of Identity. - public Identity() + /// The identity type. + public Identity(IdentityType type) { - Type = "SystemAssigned"; + Type = type; + UserAssignedIdentities = new ChangeTrackingDictionary(); } /// Initializes a new instance of Identity. /// The principal ID of resource identity. /// The tenant ID of resource. /// The identity type. - internal Identity(string principalId, string tenantId, string type) + /// Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here. + internal Identity(string principalId, string tenantId, IdentityType type, IDictionary userAssignedIdentities) { PrincipalId = principalId; TenantId = tenantId; Type = type; + UserAssignedIdentities = userAssignedIdentities; } /// The principal ID of resource identity. @@ -32,6 +40,8 @@ internal Identity(string principalId, string tenantId, string type) /// The tenant ID of resource. public string TenantId { get; } /// The identity type. - public string Type { get; set; } + public IdentityType Type { get; set; } + /// Gets or sets a list of key value pairs that describe the set of User Assigned identities that will be used with this storage account. The key is the ARM resource identifier of the identity. Only 1 User Assigned identity is permitted here. + public IDictionary UserAssignedIdentities { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/IdentityType.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/IdentityType.cs new file mode 100644 index 0000000000000..86972045004de --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/IdentityType.cs @@ -0,0 +1,57 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The identity type. + public readonly partial struct IdentityType : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public IdentityType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string NoneValue = "None"; + private const string SystemAssignedValue = "SystemAssigned"; + private const string UserAssignedValue = "UserAssigned"; + private const string SystemAssignedUserAssignedValue = "SystemAssigned,UserAssigned"; + + /// None. + public static IdentityType None { get; } = new IdentityType(NoneValue); + /// SystemAssigned. + public static IdentityType SystemAssigned { get; } = new IdentityType(SystemAssignedValue); + /// UserAssigned. + public static IdentityType UserAssigned { get; } = new IdentityType(UserAssignedValue); + /// SystemAssigned,UserAssigned. + public static IdentityType SystemAssignedUserAssigned { get; } = new IdentityType(SystemAssignedUserAssignedValue); + /// Determines if two values are the same. + public static bool operator ==(IdentityType left, IdentityType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(IdentityType left, IdentityType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator IdentityType(string value) => new IdentityType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is IdentityType other && Equals(other); + /// + public bool Equals(IdentityType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.Serialization.cs index 0797119d76007..b4e3ed33fd6eb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.Serialization.cs @@ -7,6 +7,7 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -34,9 +35,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static ImmutabilityPolicy DeserializeImmutabilityPolicy(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional immutabilityPeriodSinceCreationInDays = default; Optional state = default; Optional allowProtectedAppendWrites = default; @@ -105,7 +106,7 @@ internal static ImmutabilityPolicy DeserializeImmutabilityPolicy(JsonElement ele continue; } } - return new ImmutabilityPolicy(id.Value, name.Value, type.Value, etag.Value, Optional.ToNullable(immutabilityPeriodSinceCreationInDays), Optional.ToNullable(state), Optional.ToNullable(allowProtectedAppendWrites)); + return new ImmutabilityPolicy(id, name, type, etag.Value, Optional.ToNullable(immutabilityPeriodSinceCreationInDays), Optional.ToNullable(state), Optional.ToNullable(allowProtectedAppendWrites)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.cs index b319794ec207d..3a6ee854f557e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutabilityPolicy.cs @@ -5,6 +5,8 @@ #nullable disable +using Azure.ResourceManager; + namespace Azure.ResourceManager.Storage.Models { /// The ImmutabilityPolicy property of a blob container, including Id, resource name, resource type, Etag. @@ -16,14 +18,14 @@ public ImmutabilityPolicy() } /// Initializes a new instance of ImmutabilityPolicy. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// Resource Etag. /// The immutability period for the blobs in the container since the policy creation, in days. /// The ImmutabilityPolicy state of a blob container, possible values include: Locked and Unlocked. /// This property can only be changed for unlocked time-based retention policies. When enabled, new blocks can be written to an append blob while maintaining immutability protection and compliance. Only new blocks can be added and any existing blocks cannot be modified or deleted. This property cannot be changed with ExtendImmutabilityPolicy API. - internal ImmutabilityPolicy(string id, string name, string type, string etag, int? immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state, bool? allowProtectedAppendWrites) : base(id, name, type, etag) + internal ImmutabilityPolicy(ResourceIdentifier id, string name, ResourceType type, string etag, int? immutabilityPeriodSinceCreationInDays, ImmutabilityPolicyState? state, bool? allowProtectedAppendWrites) : base(id, name, type, etag) { ImmutabilityPeriodSinceCreationInDays = immutabilityPeriodSinceCreationInDays; State = state; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.Serialization.cs new file mode 100644 index 0000000000000..056c844a0ab24 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.Serialization.cs @@ -0,0 +1,68 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class ImmutableStorageWithVersioning : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Enabled)) + { + writer.WritePropertyName("enabled"); + writer.WriteBooleanValue(Enabled.Value); + } + writer.WriteEndObject(); + } + + internal static ImmutableStorageWithVersioning DeserializeImmutableStorageWithVersioning(JsonElement element) + { + Optional enabled = default; + Optional timeStamp = default; + Optional migrationState = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enabled")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + enabled = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("timeStamp")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + timeStamp = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("migrationState")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + migrationState = new MigrationState(property.Value.GetString()); + continue; + } + } + return new ImmutableStorageWithVersioning(Optional.ToNullable(enabled), Optional.ToNullable(timeStamp), Optional.ToNullable(migrationState)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.cs new file mode 100644 index 0000000000000..4c212e840b45f --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ImmutableStorageWithVersioning.cs @@ -0,0 +1,38 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Object level immutability properties of the container. + public partial class ImmutableStorageWithVersioning + { + /// Initializes a new instance of ImmutableStorageWithVersioning. + public ImmutableStorageWithVersioning() + { + } + + /// Initializes a new instance of ImmutableStorageWithVersioning. + /// This is an immutable property, when set to true it enables object level immutability at the container level. + /// Returns the date and time the object level immutability was enabled. + /// This property denotes the container level immutability to object level immutability migration state. + internal ImmutableStorageWithVersioning(bool? enabled, DateTimeOffset? timeStamp, MigrationState? migrationState) + { + Enabled = enabled; + TimeStamp = timeStamp; + MigrationState = migrationState; + } + + /// This is an immutable property, when set to true it enables object level immutability at the container level. + public bool? Enabled { get; set; } + /// Returns the date and time the object level immutability was enabled. + public DateTimeOffset? TimeStamp { get; } + /// This property denotes the container level immutability to object level immutability migration state. + public MigrationState? MigrationState { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/InventoryRuleType.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/InventoryRuleType.cs new file mode 100644 index 0000000000000..f11d15e306275 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/InventoryRuleType.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The valid value is Inventory. + public readonly partial struct InventoryRuleType : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public InventoryRuleType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string InventoryValue = "Inventory"; + + /// Inventory. + public static InventoryRuleType Inventory { get; } = new InventoryRuleType(InventoryValue); + /// Determines if two values are the same. + public static bool operator ==(InventoryRuleType left, InventoryRuleType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(InventoryRuleType left, InventoryRuleType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator InventoryRuleType(string value) => new InventoryRuleType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is InventoryRuleType other && Equals(other); + /// + public bool Equals(InventoryRuleType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.Serialization.cs new file mode 100644 index 0000000000000..9da8c04a0770a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.Serialization.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class KeyCreationTime + { + internal static KeyCreationTime DeserializeKeyCreationTime(JsonElement element) + { + Optional key1 = default; + Optional key2 = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("key1")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + key1 = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("key2")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + key2 = property.Value.GetDateTimeOffset("O"); + continue; + } + } + return new KeyCreationTime(Optional.ToNullable(key1), Optional.ToNullable(key2)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.cs new file mode 100644 index 0000000000000..bbfbfaf6d5b16 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyCreationTime.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Storage account keys creation time. + public partial class KeyCreationTime + { + /// Initializes a new instance of KeyCreationTime. + internal KeyCreationTime() + { + } + + /// Initializes a new instance of KeyCreationTime. + /// + /// + internal KeyCreationTime(DateTimeOffset? key1, DateTimeOffset? key2) + { + Key1 = key1; + Key2 = key2; + } + + public DateTimeOffset? Key1 { get; } + public DateTimeOffset? Key2 { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.Serialization.cs new file mode 100644 index 0000000000000..0f037469c8d81 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.Serialization.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class KeyPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("keyExpirationPeriodInDays"); + writer.WriteNumberValue(KeyExpirationPeriodInDays); + writer.WriteEndObject(); + } + + internal static KeyPolicy DeserializeKeyPolicy(JsonElement element) + { + int keyExpirationPeriodInDays = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("keyExpirationPeriodInDays")) + { + keyExpirationPeriodInDays = property.Value.GetInt32(); + continue; + } + } + return new KeyPolicy(keyExpirationPeriodInDays); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.cs new file mode 100644 index 0000000000000..638d553299781 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/KeyPolicy.cs @@ -0,0 +1,23 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// KeyPolicy assigned to the storage account. + public partial class KeyPolicy + { + /// Initializes a new instance of KeyPolicy. + /// The key expiration period in days. + public KeyPolicy(int keyExpirationPeriodInDays) + { + KeyExpirationPeriodInDays = keyExpirationPeriodInDays; + } + + /// The key expiration period in days. + public int KeyExpirationPeriodInDays { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.Serialization.cs new file mode 100644 index 0000000000000..be3caf4fcd58e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.Serialization.cs @@ -0,0 +1,96 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class LastAccessTimeTrackingPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("enable"); + writer.WriteBooleanValue(Enable); + if (Optional.IsDefined(Name)) + { + writer.WritePropertyName("name"); + writer.WriteStringValue(Name.Value.ToString()); + } + if (Optional.IsDefined(TrackingGranularityInDays)) + { + writer.WritePropertyName("trackingGranularityInDays"); + writer.WriteNumberValue(TrackingGranularityInDays.Value); + } + if (Optional.IsCollectionDefined(BlobType)) + { + writer.WritePropertyName("blobType"); + writer.WriteStartArray(); + foreach (var item in BlobType) + { + writer.WriteStringValue(item); + } + writer.WriteEndArray(); + } + writer.WriteEndObject(); + } + + internal static LastAccessTimeTrackingPolicy DeserializeLastAccessTimeTrackingPolicy(JsonElement element) + { + bool enable = default; + Optional name = default; + Optional trackingGranularityInDays = default; + Optional> blobType = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enable")) + { + enable = property.Value.GetBoolean(); + continue; + } + if (property.NameEquals("name")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + name = new Name(property.Value.GetString()); + continue; + } + if (property.NameEquals("trackingGranularityInDays")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + trackingGranularityInDays = property.Value.GetInt32(); + continue; + } + if (property.NameEquals("blobType")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(item.GetString()); + } + blobType = array; + continue; + } + } + return new LastAccessTimeTrackingPolicy(enable, Optional.ToNullable(name), Optional.ToNullable(trackingGranularityInDays), Optional.ToList(blobType)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.cs new file mode 100644 index 0000000000000..4e4437d5fac31 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LastAccessTimeTrackingPolicy.cs @@ -0,0 +1,46 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The blob service properties for Last access time based tracking policy. + public partial class LastAccessTimeTrackingPolicy + { + /// Initializes a new instance of LastAccessTimeTrackingPolicy. + /// When set to true last access time based tracking is enabled. + public LastAccessTimeTrackingPolicy(bool enable) + { + Enable = enable; + BlobType = new ChangeTrackingList(); + } + + /// Initializes a new instance of LastAccessTimeTrackingPolicy. + /// When set to true last access time based tracking is enabled. + /// Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. + /// The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1. + /// An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only. + internal LastAccessTimeTrackingPolicy(bool enable, Name? name, int? trackingGranularityInDays, IList blobType) + { + Enable = enable; + Name = name; + TrackingGranularityInDays = trackingGranularityInDays; + BlobType = blobType; + } + + /// When set to true last access time based tracking is enabled. + public bool Enable { get; set; } + /// Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. + public Name? Name { get; set; } + /// The field specifies blob object tracking granularity in days, typically how often the blob object should be tracked.This field is currently read only with value as 1. + public int? TrackingGranularityInDays { get; set; } + /// An array of predefined supported blob types. Only blockBlob is the supported value. This field is currently read only. + public IList BlobType { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareAction.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareAction.cs new file mode 100644 index 0000000000000..e4780041f37f3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareAction.cs @@ -0,0 +1,60 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Specifies the lease action. Can be one of the available actions. + public readonly partial struct LeaseShareAction : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public LeaseShareAction(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AcquireValue = "Acquire"; + private const string RenewValue = "Renew"; + private const string ChangeValue = "Change"; + private const string ReleaseValue = "Release"; + private const string BreakValue = "Break"; + + /// Acquire. + public static LeaseShareAction Acquire { get; } = new LeaseShareAction(AcquireValue); + /// Renew. + public static LeaseShareAction Renew { get; } = new LeaseShareAction(RenewValue); + /// Change. + public static LeaseShareAction Change { get; } = new LeaseShareAction(ChangeValue); + /// Release. + public static LeaseShareAction Release { get; } = new LeaseShareAction(ReleaseValue); + /// Break. + public static LeaseShareAction Break { get; } = new LeaseShareAction(BreakValue); + /// Determines if two values are the same. + public static bool operator ==(LeaseShareAction left, LeaseShareAction right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(LeaseShareAction left, LeaseShareAction right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator LeaseShareAction(string value) => new LeaseShareAction(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is LeaseShareAction other && Equals(other); + /// + public bool Equals(LeaseShareAction other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.Serialization.cs new file mode 100644 index 0000000000000..2fac1ba87f506 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.Serialization.cs @@ -0,0 +1,43 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class LeaseShareRequest : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("action"); + writer.WriteStringValue(Action.ToString()); + if (Optional.IsDefined(LeaseId)) + { + writer.WritePropertyName("leaseId"); + writer.WriteStringValue(LeaseId); + } + if (Optional.IsDefined(BreakPeriod)) + { + writer.WritePropertyName("breakPeriod"); + writer.WriteNumberValue(BreakPeriod.Value); + } + if (Optional.IsDefined(LeaseDuration)) + { + writer.WritePropertyName("leaseDuration"); + writer.WriteNumberValue(LeaseDuration.Value); + } + if (Optional.IsDefined(ProposedLeaseId)) + { + writer.WritePropertyName("proposedLeaseId"); + writer.WriteStringValue(ProposedLeaseId); + } + writer.WriteEndObject(); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.cs new file mode 100644 index 0000000000000..040b9e5222363 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareRequest.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Lease Share request schema. + public partial class LeaseShareRequest + { + /// Initializes a new instance of LeaseShareRequest. + /// Specifies the lease action. Can be one of the available actions. + public LeaseShareRequest(LeaseShareAction action) + { + Action = action; + } + + /// Specifies the lease action. Can be one of the available actions. + public LeaseShareAction Action { get; } + /// Identifies the lease. Can be specified in any valid GUID string format. + public string LeaseId { get; set; } + /// Optional. For a break action, proposed duration the lease should continue before it is broken, in seconds, between 0 and 60. + public int? BreakPeriod { get; set; } + /// Required for acquire. Specifies the duration of the lease, in seconds, or negative one (-1) for a lease that never expires. + public int? LeaseDuration { get; set; } + /// Optional for acquire, required for change. Proposed lease ID, in a GUID string format. + public string ProposedLeaseId { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.Serialization.cs new file mode 100644 index 0000000000000..a672b86458f21 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.Serialization.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class LeaseShareResponse + { + internal static LeaseShareResponse DeserializeLeaseShareResponse(JsonElement element) + { + Optional leaseId = default; + Optional leaseTimeSeconds = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("leaseId")) + { + leaseId = property.Value.GetString(); + continue; + } + if (property.NameEquals("leaseTimeSeconds")) + { + leaseTimeSeconds = property.Value.GetString(); + continue; + } + } + return new LeaseShareResponse(leaseId.Value, leaseTimeSeconds.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.cs new file mode 100644 index 0000000000000..46ef2dc692573 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/LeaseShareResponse.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Lease Share response schema. + public partial class LeaseShareResponse + { + /// Initializes a new instance of LeaseShareResponse. + internal LeaseShareResponse() + { + } + + /// Initializes a new instance of LeaseShareResponse. + /// Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease. + /// Approximate time remaining in the lease period, in seconds. + internal LeaseShareResponse(string leaseId, string leaseTimeSeconds) + { + LeaseId = leaseId; + LeaseTimeSeconds = leaseTimeSeconds; + } + + /// Returned unique lease ID that must be included with any request to delete the share, or to renew, change, or release the lease. + public string LeaseId { get; } + /// Approximate time remaining in the lease period, in seconds. + public string LeaseTimeSeconds { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.Serialization.cs similarity index 61% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.Serialization.cs index 0297c5ee31f77..b712d1013f676 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.Serialization.cs @@ -8,14 +8,15 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { - internal partial class OperationListResult + internal partial class ListBlobInventoryPolicy { - internal static OperationListResult DeserializeOperationListResult(JsonElement element) + internal static ListBlobInventoryPolicy DeserializeListBlobInventoryPolicy(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,16 +26,16 @@ internal static OperationListResult DeserializeOperationListResult(JsonElement e property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(Operation.DeserializeOperation(item)); + array.Add(BlobInventoryPolicyData.DeserializeBlobInventoryPolicyData(item)); } value = array; continue; } } - return new OperationListResult(Optional.ToList(value)); + return new ListBlobInventoryPolicy(Optional.ToList(value)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.cs new file mode 100644 index 0000000000000..ecf7a627775aa --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListBlobInventoryPolicy.cs @@ -0,0 +1,33 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Collections.Generic; +using Azure.Core; +using Azure.ResourceManager.Storage; + +namespace Azure.ResourceManager.Storage.Models +{ + /// List of blob inventory policies returned. + internal partial class ListBlobInventoryPolicy + { + /// Initializes a new instance of ListBlobInventoryPolicy. + internal ListBlobInventoryPolicy() + { + Value = new ChangeTrackingList(); + } + + /// Initializes a new instance of ListBlobInventoryPolicy. + /// List of blob inventory policies. + internal ListBlobInventoryPolicy(IReadOnlyList value) + { + Value = value; + } + + /// List of blob inventory policies. + public IReadOnlyList Value { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.Serialization.cs index 2fe4475e6b286..13c7f266cba60 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.Serialization.cs @@ -9,6 +9,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -45,6 +46,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WriteEndObject(); } + if (Optional.IsDefined(ImmutableStorageWithVersioning)) + { + writer.WritePropertyName("immutableStorageWithVersioning"); + writer.WriteObjectValue(ImmutableStorageWithVersioning); + } writer.WriteEndObject(); writer.WriteEndObject(); } @@ -52,9 +58,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static ListContainerItem DeserializeListContainerItem(JsonElement element) { Optional etag = default; - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional version = default; Optional deleted = default; Optional deletedTime = default; @@ -71,6 +77,7 @@ internal static ListContainerItem DeserializeListContainerItem(JsonElement eleme Optional legalHold = default; Optional hasLegalHold = default; Optional hasImmutabilityPolicy = default; + Optional immutableStorageWithVersioning = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("etag")) @@ -257,11 +264,21 @@ internal static ListContainerItem DeserializeListContainerItem(JsonElement eleme hasImmutabilityPolicy = property0.Value.GetBoolean(); continue; } + if (property0.NameEquals("immutableStorageWithVersioning")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + immutableStorageWithVersioning = ImmutableStorageWithVersioning.DeserializeImmutableStorageWithVersioning(property0.Value); + continue; + } } continue; } } - return new ListContainerItem(id.Value, name.Value, type.Value, etag.Value, version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), defaultEncryptionScope.Value, Optional.ToNullable(denyEncryptionScopeOverride), Optional.ToNullable(publicAccess), Optional.ToNullable(lastModifiedTime), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToDictionary(metadata), immutabilityPolicy.Value, legalHold.Value, Optional.ToNullable(hasLegalHold), Optional.ToNullable(hasImmutabilityPolicy)); + return new ListContainerItem(id, name, type, etag.Value, version.Value, Optional.ToNullable(deleted), Optional.ToNullable(deletedTime), Optional.ToNullable(remainingRetentionDays), defaultEncryptionScope.Value, Optional.ToNullable(denyEncryptionScopeOverride), Optional.ToNullable(publicAccess), Optional.ToNullable(lastModifiedTime), Optional.ToNullable(leaseStatus), Optional.ToNullable(leaseState), Optional.ToNullable(leaseDuration), Optional.ToDictionary(metadata), immutabilityPolicy.Value, legalHold.Value, Optional.ToNullable(hasLegalHold), Optional.ToNullable(hasImmutabilityPolicy), immutableStorageWithVersioning.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.cs index 2fa9324d0ba98..1aae9d3dd86dc 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItem.cs @@ -8,6 +8,7 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -21,9 +22,9 @@ public ListContainerItem() } /// Initializes a new instance of ListContainerItem. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// Resource Etag. /// The version of the deleted blob container. /// Indicates whether the blob container was deleted. @@ -41,7 +42,8 @@ public ListContainerItem() /// The LegalHold property of the container. /// The hasLegalHold public property is set to true by SRP if there are at least one existing tag. The hasLegalHold public property is set to false by SRP if all existing legal hold tags are cleared out. There can be a maximum of 1000 blob containers with hasLegalHold=true for a given account. /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. - internal ListContainerItem(string id, string name, string type, string etag, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, string defaultEncryptionScope, bool? denyEncryptionScopeOverride, PublicAccess? publicAccess, DateTimeOffset? lastModifiedTime, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IDictionary metadata, ImmutabilityPolicyProperties immutabilityPolicy, LegalHoldProperties legalHold, bool? hasLegalHold, bool? hasImmutabilityPolicy) : base(id, name, type, etag) + /// The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. + internal ListContainerItem(ResourceIdentifier id, string name, ResourceType type, string etag, string version, bool? deleted, DateTimeOffset? deletedTime, int? remainingRetentionDays, string defaultEncryptionScope, bool? denyEncryptionScopeOverride, PublicAccess? publicAccess, DateTimeOffset? lastModifiedTime, LeaseStatus? leaseStatus, LeaseState? leaseState, LeaseDuration? leaseDuration, IDictionary metadata, ImmutabilityPolicyProperties immutabilityPolicy, LegalHoldProperties legalHold, bool? hasLegalHold, bool? hasImmutabilityPolicy, ImmutableStorageWithVersioning immutableStorageWithVersioning) : base(id, name, type, etag) { Version = version; Deleted = deleted; @@ -59,6 +61,7 @@ internal ListContainerItem(string id, string name, string type, string etag, str LegalHold = legalHold; HasLegalHold = hasLegalHold; HasImmutabilityPolicy = hasImmutabilityPolicy; + ImmutableStorageWithVersioning = immutableStorageWithVersioning; } /// The version of the deleted blob container. @@ -93,5 +96,7 @@ internal ListContainerItem(string id, string name, string type, string etag, str public bool? HasLegalHold { get; } /// The hasImmutabilityPolicy public property is set to true by SRP if ImmutabilityPolicy has been created for this container. The hasImmutabilityPolicy public property is set to false by SRP if ImmutabilityPolicy has not been created for this container. public bool? HasImmutabilityPolicy { get; } + /// The object level immutability property of the container. The property is immutable and can only be set to true at the container creation time. Existing containers must undergo a migration process. + public ImmutableStorageWithVersioning ImmutableStorageWithVersioning { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.Serialization.cs index 37f4162407d5a..d9583234bdd6c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class ListContainerItems { internal static ListContainerItems DeserializeListContainerItems(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static ListContainerItems DeserializeListContainerItems(JsonElement ele property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(ListContainerItem.DeserializeListContainerItem(item)); + array.Add(BlobContainerData.DeserializeBlobContainerData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.cs index 8a7af52ea3e71..cc497084d6456 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListContainerItems.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class ListContainerItems /// Initializes a new instance of ListContainerItems. internal ListContainerItems() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ListContainerItems. /// List of blobs containers returned. /// Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size. - internal ListContainerItems(IReadOnlyList value, string nextLink) + internal ListContainerItems(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// List of blobs containers returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to query next page of containers. Returned when total number of requested containers exceed maximum page size. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.Serialization.cs index 7ac31162379cb..56ab9b32d2945 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -35,9 +36,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static ListQueue DeserializeListQueue(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional> metadata = default; foreach (var property in element.EnumerateObject()) { @@ -84,7 +85,7 @@ internal static ListQueue DeserializeListQueue(JsonElement element) continue; } } - return new ListQueue(id.Value, name.Value, type.Value, Optional.ToDictionary(metadata)); + return new ListQueue(id, name, type, Optional.ToDictionary(metadata)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs index 0a3abeab6caa0..c525be4f0125d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs @@ -7,6 +7,8 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Storage.Models { @@ -20,11 +22,11 @@ public ListQueue() } /// Initializes a new instance of ListQueue. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// A name-value pair that represents queue metadata. - internal ListQueue(string id, string name, string type, IDictionary metadata) : base(id, name, type) + internal ListQueue(ResourceIdentifier id, string name, ResourceType type, IDictionary metadata) : base(id, name, type) { Metadata = metadata; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.Serialization.cs index 5d01854cd2a28..280b3c66cc170 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class ListQueueResource { internal static ListQueueResource DeserializeListQueueResource(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static ListQueueResource DeserializeListQueueResource(JsonElement eleme property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(ListQueue.DeserializeListQueue(item)); + array.Add(StorageQueueData.DeserializeStorageQueueData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.cs index 6b4ee5d3a79b4..b97cb9ed03dd1 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueResource.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class ListQueueResource /// Initializes a new instance of ListQueueResource. internal ListQueueResource() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ListQueueResource. /// List of queues returned. /// Request URL that can be used to list next page of queues. - internal ListQueueResource(IReadOnlyList value, string nextLink) + internal ListQueueResource(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// List of queues returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to list next page of queues. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.Serialization.cs index 9a8c9d45b1323..8a562711f3e52 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ public partial class ListQueueServices { internal static ListQueueServices DeserializeListQueueServices(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static ListQueueServices DeserializeListQueueServices(JsonElement eleme property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(QueueServiceProperties.DeserializeQueueServiceProperties(item)); + array.Add(QueueServiceData.DeserializeQueueServiceData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.cs index f3d0557b1b2b6..ccbc1be2cad63 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueueServices.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ public partial class ListQueueServices /// Initializes a new instance of ListQueueServices. internal ListQueueServices() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ListQueueServices. /// List of queue services returned. - internal ListQueueServices(IReadOnlyList value) + internal ListQueueServices(IReadOnlyList value) { Value = value; } /// List of queue services returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.Serialization.cs index 66809970bdc1d..12c9c5c749f8b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class ListTableResource { internal static ListTableResource DeserializeListTableResource(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static ListTableResource DeserializeListTableResource(JsonElement eleme property.ThrowNonNullablePropertyIsNull(); continue; } - List
array = new List
(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(Table.DeserializeTable(item)); + array.Add(TableData.DeserializeTableData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.cs index bd68fac947954..d70ebe06d8f56 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableResource.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class ListTableResource /// Initializes a new instance of ListTableResource. internal ListTableResource() { - Value = new ChangeTrackingList
(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ListTableResource. /// List of tables returned. /// Request URL that can be used to query next page of tables. - internal ListTableResource(IReadOnlyList
value, string nextLink) + internal ListTableResource(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// List of tables returned. - public IReadOnlyList
Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to query next page of tables. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.Serialization.cs index 501ca5066814a..6f97abe8fd9d0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ public partial class ListTableServices { internal static ListTableServices DeserializeListTableServices(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static ListTableServices DeserializeListTableServices(JsonElement eleme property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(TableServiceProperties.DeserializeTableServiceProperties(item)); + array.Add(TableServiceData.DeserializeTableServiceData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.cs index 746cc49f86ec2..940f57913d6a7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListTableServices.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ public partial class ListTableServices /// Initializes a new instance of ListTableServices. internal ListTableServices() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ListTableServices. /// List of table services returned. - internal ListTableServices(IReadOnlyList value) + internal ListTableServices(IReadOnlyList value) { Value = value; } /// List of table services returned. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.Serialization.cs index 4a532e30b2b93..edb85323fb863 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.Serialization.cs @@ -25,6 +25,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("snapshot"); writer.WriteObjectValue(Snapshot); } + if (Optional.IsDefined(Version)) + { + writer.WritePropertyName("version"); + writer.WriteObjectValue(Version); + } writer.WriteEndObject(); } @@ -32,6 +37,7 @@ internal static ManagementPolicyAction DeserializeManagementPolicyAction(JsonEle { Optional baseBlob = default; Optional snapshot = default; + Optional version = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("baseBlob")) @@ -54,8 +60,18 @@ internal static ManagementPolicyAction DeserializeManagementPolicyAction(JsonEle snapshot = ManagementPolicySnapShot.DeserializeManagementPolicySnapShot(property.Value); continue; } + if (property.NameEquals("version")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + version = ManagementPolicyVersion.DeserializeManagementPolicyVersion(property.Value); + continue; + } } - return new ManagementPolicyAction(baseBlob.Value, snapshot.Value); + return new ManagementPolicyAction(baseBlob.Value, snapshot.Value, version.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.cs index 1332a56e80b14..fbc082788a758 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyAction.cs @@ -18,15 +18,19 @@ public ManagementPolicyAction() /// Initializes a new instance of ManagementPolicyAction. /// The management policy action for base blob. /// The management policy action for snapshot. - internal ManagementPolicyAction(ManagementPolicyBaseBlob baseBlob, ManagementPolicySnapShot snapshot) + /// The management policy action for version. + internal ManagementPolicyAction(ManagementPolicyBaseBlob baseBlob, ManagementPolicySnapShot snapshot, ManagementPolicyVersion version) { BaseBlob = baseBlob; Snapshot = snapshot; + Version = version; } /// The management policy action for base blob. public ManagementPolicyBaseBlob BaseBlob { get; set; } /// The management policy action for snapshot. public ManagementPolicySnapShot Snapshot { get; set; } + /// The management policy action for version. + public ManagementPolicyVersion Version { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.Serialization.cs index d85fdd7860d9a..36cbb321e934b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.Serialization.cs @@ -30,6 +30,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("delete"); writer.WriteObjectValue(Delete); } + if (Optional.IsDefined(EnableAutoTierToHotFromCool)) + { + writer.WritePropertyName("enableAutoTierToHotFromCool"); + writer.WriteBooleanValue(EnableAutoTierToHotFromCool.Value); + } writer.WriteEndObject(); } @@ -38,6 +43,7 @@ internal static ManagementPolicyBaseBlob DeserializeManagementPolicyBaseBlob(Jso Optional tierToCool = default; Optional tierToArchive = default; Optional delete = default; + Optional enableAutoTierToHotFromCool = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("tierToCool")) @@ -70,8 +76,18 @@ internal static ManagementPolicyBaseBlob DeserializeManagementPolicyBaseBlob(Jso delete = DateAfterModification.DeserializeDateAfterModification(property.Value); continue; } + if (property.NameEquals("enableAutoTierToHotFromCool")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + enableAutoTierToHotFromCool = property.Value.GetBoolean(); + continue; + } } - return new ManagementPolicyBaseBlob(tierToCool.Value, tierToArchive.Value, delete.Value); + return new ManagementPolicyBaseBlob(tierToCool.Value, tierToArchive.Value, delete.Value, Optional.ToNullable(enableAutoTierToHotFromCool)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.cs index 397c27b5980d8..209bc2fa60c93 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyBaseBlob.cs @@ -19,11 +19,13 @@ public ManagementPolicyBaseBlob() /// The function to tier blobs to cool storage. Support blobs currently at Hot tier. /// The function to tier blobs to archive storage. Support blobs currently at Hot or Cool tier. /// The function to delete the blob. - internal ManagementPolicyBaseBlob(DateAfterModification tierToCool, DateAfterModification tierToArchive, DateAfterModification delete) + /// This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. + internal ManagementPolicyBaseBlob(DateAfterModification tierToCool, DateAfterModification tierToArchive, DateAfterModification delete, bool? enableAutoTierToHotFromCool) { TierToCool = tierToCool; TierToArchive = tierToArchive; Delete = delete; + EnableAutoTierToHotFromCool = enableAutoTierToHotFromCool; } /// The function to tier blobs to cool storage. Support blobs currently at Hot tier. @@ -32,5 +34,7 @@ internal ManagementPolicyBaseBlob(DateAfterModification tierToCool, DateAfterMod public DateAfterModification TierToArchive { get; set; } /// The function to delete the blob. public DateAfterModification Delete { get; set; } + /// This property enables auto tiering of a blob from cool to hot on a blob access. This property requires tierToCool.daysAfterLastAccessTimeGreaterThan. + public bool? EnableAutoTierToHotFromCool { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyData.Serialization.cs similarity index 84% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyData.Serialization.cs index 4465764ae5b28..4f8e37d4a3aad 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicy.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyData.Serialization.cs @@ -8,10 +8,12 @@ using System; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class ManagementPolicy : IUtf8JsonSerializable + public partial class ManagementPolicyData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -27,11 +29,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static ManagementPolicy DeserializeManagementPolicy(JsonElement element) + internal static ManagementPolicyData DeserializeManagementPolicyData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional lastModifiedTime = default; Optional policy = default; foreach (var property in element.EnumerateObject()) @@ -84,7 +86,7 @@ internal static ManagementPolicy DeserializeManagementPolicy(JsonElement element continue; } } - return new ManagementPolicy(id.Value, name.Value, type.Value, Optional.ToNullable(lastModifiedTime), policy.Value); + return new ManagementPolicyData(id, name, type, Optional.ToNullable(lastModifiedTime), policy.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyFilter.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyFilter.cs index 48b9e296f342f..a109baee9faea 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyFilter.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyFilter.cs @@ -16,7 +16,7 @@ namespace Azure.ResourceManager.Storage.Models public partial class ManagementPolicyFilter { /// Initializes a new instance of ManagementPolicyFilter. - /// An array of predefined enum values. Only blockBlob is supported. + /// An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. /// is null. public ManagementPolicyFilter(IEnumerable blobTypes) { @@ -32,7 +32,7 @@ public ManagementPolicyFilter(IEnumerable blobTypes) /// Initializes a new instance of ManagementPolicyFilter. /// An array of strings for prefixes to be match. - /// An array of predefined enum values. Only blockBlob is supported. + /// An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. /// An array of blob index tag based filters, there can be at most 10 tag filters. internal ManagementPolicyFilter(IList prefixMatch, IList blobTypes, IList blobIndexMatch) { @@ -43,7 +43,7 @@ internal ManagementPolicyFilter(IList prefixMatch, IList blobTyp /// An array of strings for prefixes to be match. public IList PrefixMatch { get; } - /// An array of predefined enum values. Only blockBlob is supported. + /// An array of predefined enum values. Currently blockBlob supports all tiering and delete actions. Only delete actions are supported for appendBlob. public IList BlobTypes { get; } /// An array of blob index tag based filters, there can be at most 10 tag filters. public IList BlobIndexMatch { get; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.Serialization.cs index d26dc6fd58be7..b9b986e0a088d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.Serialization.cs @@ -15,6 +15,16 @@ public partial class ManagementPolicySnapShot : IUtf8JsonSerializable void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { writer.WriteStartObject(); + if (Optional.IsDefined(TierToCool)) + { + writer.WritePropertyName("tierToCool"); + writer.WriteObjectValue(TierToCool); + } + if (Optional.IsDefined(TierToArchive)) + { + writer.WritePropertyName("tierToArchive"); + writer.WriteObjectValue(TierToArchive); + } if (Optional.IsDefined(Delete)) { writer.WritePropertyName("delete"); @@ -25,9 +35,31 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static ManagementPolicySnapShot DeserializeManagementPolicySnapShot(JsonElement element) { + Optional tierToCool = default; + Optional tierToArchive = default; Optional delete = default; foreach (var property in element.EnumerateObject()) { + if (property.NameEquals("tierToCool")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + tierToCool = DateAfterCreation.DeserializeDateAfterCreation(property.Value); + continue; + } + if (property.NameEquals("tierToArchive")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + tierToArchive = DateAfterCreation.DeserializeDateAfterCreation(property.Value); + continue; + } if (property.NameEquals("delete")) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -39,7 +71,7 @@ internal static ManagementPolicySnapShot DeserializeManagementPolicySnapShot(Jso continue; } } - return new ManagementPolicySnapShot(delete.Value); + return new ManagementPolicySnapShot(tierToCool.Value, tierToArchive.Value, delete.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.cs index 2e79701e18921..66ec5fc6aece4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicySnapShot.cs @@ -16,12 +16,20 @@ public ManagementPolicySnapShot() } /// Initializes a new instance of ManagementPolicySnapShot. + /// The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot tier. + /// The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier. /// The function to delete the blob snapshot. - internal ManagementPolicySnapShot(DateAfterCreation delete) + internal ManagementPolicySnapShot(DateAfterCreation tierToCool, DateAfterCreation tierToArchive, DateAfterCreation delete) { + TierToCool = tierToCool; + TierToArchive = tierToArchive; Delete = delete; } + /// The function to tier blob snapshot to cool storage. Support blob snapshot currently at Hot tier. + public DateAfterCreation TierToCool { get; set; } + /// The function to tier blob snapshot to archive storage. Support blob snapshot currently at Hot or Cool tier. + public DateAfterCreation TierToArchive { get; set; } /// The function to delete the blob snapshot. public DateAfterCreation Delete { get; set; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.Serialization.cs new file mode 100644 index 0000000000000..4d10b7fe030ef --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.Serialization.cs @@ -0,0 +1,77 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class ManagementPolicyVersion : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(TierToCool)) + { + writer.WritePropertyName("tierToCool"); + writer.WriteObjectValue(TierToCool); + } + if (Optional.IsDefined(TierToArchive)) + { + writer.WritePropertyName("tierToArchive"); + writer.WriteObjectValue(TierToArchive); + } + if (Optional.IsDefined(Delete)) + { + writer.WritePropertyName("delete"); + writer.WriteObjectValue(Delete); + } + writer.WriteEndObject(); + } + + internal static ManagementPolicyVersion DeserializeManagementPolicyVersion(JsonElement element) + { + Optional tierToCool = default; + Optional tierToArchive = default; + Optional delete = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("tierToCool")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + tierToCool = DateAfterCreation.DeserializeDateAfterCreation(property.Value); + continue; + } + if (property.NameEquals("tierToArchive")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + tierToArchive = DateAfterCreation.DeserializeDateAfterCreation(property.Value); + continue; + } + if (property.NameEquals("delete")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + delete = DateAfterCreation.DeserializeDateAfterCreation(property.Value); + continue; + } + } + return new ManagementPolicyVersion(tierToCool.Value, tierToArchive.Value, delete.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.cs new file mode 100644 index 0000000000000..7c5b2a6d46cd2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ManagementPolicyVersion.cs @@ -0,0 +1,36 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Management policy action for blob version. + public partial class ManagementPolicyVersion + { + /// Initializes a new instance of ManagementPolicyVersion. + public ManagementPolicyVersion() + { + } + + /// Initializes a new instance of ManagementPolicyVersion. + /// The function to tier blob version to cool storage. Support blob version currently at Hot tier. + /// The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier. + /// The function to delete the blob version. + internal ManagementPolicyVersion(DateAfterCreation tierToCool, DateAfterCreation tierToArchive, DateAfterCreation delete) + { + TierToCool = tierToCool; + TierToArchive = tierToArchive; + Delete = delete; + } + + /// The function to tier blob version to cool storage. Support blob version currently at Hot tier. + public DateAfterCreation TierToCool { get; set; } + /// The function to tier blob version to archive storage. Support blob version currently at Hot or Cool tier. + public DateAfterCreation TierToArchive { get; set; } + /// The function to delete the blob version. + public DateAfterCreation Delete { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.Serialization.cs deleted file mode 100644 index afc68faf2b1b6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.Serialization.cs +++ /dev/null @@ -1,93 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class MetricSpecification - { - internal static MetricSpecification DeserializeMetricSpecification(JsonElement element) - { - Optional name = default; - Optional displayName = default; - Optional displayDescription = default; - Optional unit = default; - Optional> dimensions = default; - Optional aggregationType = default; - Optional fillGapWithZero = default; - Optional category = default; - Optional resourceIdDimensionNameOverride = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("displayName")) - { - displayName = property.Value.GetString(); - continue; - } - if (property.NameEquals("displayDescription")) - { - displayDescription = property.Value.GetString(); - continue; - } - if (property.NameEquals("unit")) - { - unit = property.Value.GetString(); - continue; - } - if (property.NameEquals("dimensions")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(Dimension.DeserializeDimension(item)); - } - dimensions = array; - continue; - } - if (property.NameEquals("aggregationType")) - { - aggregationType = property.Value.GetString(); - continue; - } - if (property.NameEquals("fillGapWithZero")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - fillGapWithZero = property.Value.GetBoolean(); - continue; - } - if (property.NameEquals("category")) - { - category = property.Value.GetString(); - continue; - } - if (property.NameEquals("resourceIdDimensionNameOverride")) - { - resourceIdDimensionNameOverride = property.Value.GetString(); - continue; - } - } - return new MetricSpecification(name.Value, displayName.Value, displayDescription.Value, unit.Value, Optional.ToList(dimensions), aggregationType.Value, Optional.ToNullable(fillGapWithZero), category.Value, resourceIdDimensionNameOverride.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.cs deleted file mode 100644 index 51e11f01ae5ef..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MetricSpecification.cs +++ /dev/null @@ -1,64 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - /// Metric specification of operation. - public partial class MetricSpecification - { - /// Initializes a new instance of MetricSpecification. - internal MetricSpecification() - { - Dimensions = new ChangeTrackingList(); - } - - /// Initializes a new instance of MetricSpecification. - /// Name of metric specification. - /// Display name of metric specification. - /// Display description of metric specification. - /// Unit could be Bytes or Count. - /// Dimensions of blobs, including blob type and access tier. - /// Aggregation type could be Average. - /// The property to decide fill gap with zero or not. - /// The category this metric specification belong to, could be Capacity. - /// Account Resource Id. - internal MetricSpecification(string name, string displayName, string displayDescription, string unit, IReadOnlyList dimensions, string aggregationType, bool? fillGapWithZero, string category, string resourceIdDimensionNameOverride) - { - Name = name; - DisplayName = displayName; - DisplayDescription = displayDescription; - Unit = unit; - Dimensions = dimensions; - AggregationType = aggregationType; - FillGapWithZero = fillGapWithZero; - Category = category; - ResourceIdDimensionNameOverride = resourceIdDimensionNameOverride; - } - - /// Name of metric specification. - public string Name { get; } - /// Display name of metric specification. - public string DisplayName { get; } - /// Display description of metric specification. - public string DisplayDescription { get; } - /// Unit could be Bytes or Count. - public string Unit { get; } - /// Dimensions of blobs, including blob type and access tier. - public IReadOnlyList Dimensions { get; } - /// Aggregation type could be Average. - public string AggregationType { get; } - /// The property to decide fill gap with zero or not. - public bool? FillGapWithZero { get; } - /// The category this metric specification belong to, could be Capacity. - public string Category { get; } - /// Account Resource Id. - public string ResourceIdDimensionNameOverride { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MigrationState.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MigrationState.cs new file mode 100644 index 0000000000000..19d496deebc42 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MigrationState.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// This property denotes the container level immutability to object level immutability migration state. + public readonly partial struct MigrationState : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public MigrationState(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string InProgressValue = "InProgress"; + private const string CompletedValue = "Completed"; + + /// InProgress. + public static MigrationState InProgress { get; } = new MigrationState(InProgressValue); + /// Completed. + public static MigrationState Completed { get; } = new MigrationState(CompletedValue); + /// Determines if two values are the same. + public static bool operator ==(MigrationState left, MigrationState right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(MigrationState left, MigrationState right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator MigrationState(string value) => new MigrationState(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is MigrationState other && Equals(other); + /// + public bool Equals(MigrationState other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MinimumTlsVersion.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MinimumTlsVersion.cs new file mode 100644 index 0000000000000..9228b3a8953ed --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/MinimumTlsVersion.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. + public readonly partial struct MinimumTlsVersion : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public MinimumTlsVersion(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string TLS10Value = "TLS1_0"; + private const string TLS11Value = "TLS1_1"; + private const string TLS12Value = "TLS1_2"; + + /// TLS1_0. + public static MinimumTlsVersion TLS10 { get; } = new MinimumTlsVersion(TLS10Value); + /// TLS1_1. + public static MinimumTlsVersion TLS11 { get; } = new MinimumTlsVersion(TLS11Value); + /// TLS1_2. + public static MinimumTlsVersion TLS12 { get; } = new MinimumTlsVersion(TLS12Value); + /// Determines if two values are the same. + public static bool operator ==(MinimumTlsVersion left, MinimumTlsVersion right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(MinimumTlsVersion left, MinimumTlsVersion right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator MinimumTlsVersion(string value) => new MinimumTlsVersion(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is MinimumTlsVersion other && Equals(other); + /// + public bool Equals(MinimumTlsVersion other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.Serialization.cs new file mode 100644 index 0000000000000..a5be822708337 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.Serialization.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class Multichannel : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Enabled)) + { + writer.WritePropertyName("enabled"); + writer.WriteBooleanValue(Enabled.Value); + } + writer.WriteEndObject(); + } + + internal static Multichannel DeserializeMultichannel(JsonElement element) + { + Optional enabled = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("enabled")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + enabled = property.Value.GetBoolean(); + continue; + } + } + return new Multichannel(Optional.ToNullable(enabled)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.cs new file mode 100644 index 0000000000000..d9b564c627616 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Multichannel.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Multichannel setting. Applies to Premium FileStorage only. + public partial class Multichannel + { + /// Initializes a new instance of Multichannel. + public Multichannel() + { + } + + /// Initializes a new instance of Multichannel. + /// Indicates whether multichannel is enabled. + internal Multichannel(bool? enabled) + { + Enabled = enabled; + } + + /// Indicates whether multichannel is enabled. + public bool? Enabled { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Name.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Name.cs new file mode 100644 index 0000000000000..48a0f9747b159 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Name.cs @@ -0,0 +1,48 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Name of the policy. The valid value is AccessTimeTracking. This field is currently read only. + public readonly partial struct Name : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public Name(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string AccessTimeTrackingValue = "AccessTimeTracking"; + + /// AccessTimeTracking. + public static Name AccessTimeTracking { get; } = new Name(AccessTimeTrackingValue); + /// Determines if two values are the same. + public static bool operator ==(Name left, Name right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(Name left, Name right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator Name(string value) => new Name(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is Name other && Equals(other); + /// + public bool Equals(Name other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.Serialization.cs index 7aa738f236791..3b3f7c195bd0f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.Serialization.cs @@ -21,6 +21,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("bypass"); writer.WriteStringValue(Bypass.Value.ToString()); } + if (Optional.IsCollectionDefined(ResourceAccessRules)) + { + writer.WritePropertyName("resourceAccessRules"); + writer.WriteStartArray(); + foreach (var item in ResourceAccessRules) + { + writer.WriteObjectValue(item); + } + writer.WriteEndArray(); + } if (Optional.IsCollectionDefined(VirtualNetworkRules)) { writer.WritePropertyName("virtualNetworkRules"); @@ -49,6 +59,7 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static NetworkRuleSet DeserializeNetworkRuleSet(JsonElement element) { Optional bypass = default; + Optional> resourceAccessRules = default; Optional> virtualNetworkRules = default; Optional> ipRules = default; DefaultAction defaultAction = default; @@ -64,6 +75,21 @@ internal static NetworkRuleSet DeserializeNetworkRuleSet(JsonElement element) bypass = new Bypass(property.Value.GetString()); continue; } + if (property.NameEquals("resourceAccessRules")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + List array = new List(); + foreach (var item in property.Value.EnumerateArray()) + { + array.Add(ResourceAccessRule.DeserializeResourceAccessRule(item)); + } + resourceAccessRules = array; + continue; + } if (property.NameEquals("virtualNetworkRules")) { if (property.Value.ValueKind == JsonValueKind.Null) @@ -100,7 +126,7 @@ internal static NetworkRuleSet DeserializeNetworkRuleSet(JsonElement element) continue; } } - return new NetworkRuleSet(Optional.ToNullable(bypass), Optional.ToList(virtualNetworkRules), Optional.ToList(ipRules), defaultAction); + return new NetworkRuleSet(Optional.ToNullable(bypass), Optional.ToList(resourceAccessRules), Optional.ToList(virtualNetworkRules), Optional.ToList(ipRules), defaultAction); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.cs index 50fa1e9920551..1c51f5ac3db54 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/NetworkRuleSet.cs @@ -17,6 +17,7 @@ public partial class NetworkRuleSet /// Specifies the default action of allow or deny when no other rules match. public NetworkRuleSet(DefaultAction defaultAction) { + ResourceAccessRules = new ChangeTrackingList(); VirtualNetworkRules = new ChangeTrackingList(); IpRules = new ChangeTrackingList(); DefaultAction = defaultAction; @@ -24,12 +25,14 @@ public NetworkRuleSet(DefaultAction defaultAction) /// Initializes a new instance of NetworkRuleSet. /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. + /// Sets the resource access rules. /// Sets the virtual network rules. /// Sets the IP ACL rules. /// Specifies the default action of allow or deny when no other rules match. - internal NetworkRuleSet(Bypass? bypass, IList virtualNetworkRules, IList ipRules, DefaultAction defaultAction) + internal NetworkRuleSet(Bypass? bypass, IList resourceAccessRules, IList virtualNetworkRules, IList ipRules, DefaultAction defaultAction) { Bypass = bypass; + ResourceAccessRules = resourceAccessRules; VirtualNetworkRules = virtualNetworkRules; IpRules = ipRules; DefaultAction = defaultAction; @@ -37,6 +40,8 @@ internal NetworkRuleSet(Bypass? bypass, IList virtualNetwork /// Specifies whether traffic is bypassed for Logging/Metrics/AzureServices. Possible values are any combination of Logging|Metrics|AzureServices (For example, "Logging, Metrics"), or None to bypass none of those traffics. public Bypass? Bypass { get; set; } + /// Sets the resource access rules. + public IList ResourceAccessRules { get; } /// Sets the virtual network rules. public IList VirtualNetworkRules { get; } /// Sets the IP ACL rules. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.Serialization.cs index e9c98495a63fd..66b6dc9360266 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class ObjectReplicationPolicies { internal static ObjectReplicationPolicies DeserializeObjectReplicationPolicies(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static ObjectReplicationPolicies DeserializeObjectReplicationPolicies(J property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(ObjectReplicationPolicy.DeserializeObjectReplicationPolicy(item)); + array.Add(ObjectReplicationPolicyData.DeserializeObjectReplicationPolicyData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.cs index 5b97ea3c7d9b8..6bbc8b3a1e670 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicies.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ internal partial class ObjectReplicationPolicies /// Initializes a new instance of ObjectReplicationPolicies. internal ObjectReplicationPolicies() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of ObjectReplicationPolicies. /// The replication policy between two storage accounts. - internal ObjectReplicationPolicies(IReadOnlyList value) + internal ObjectReplicationPolicies(IReadOnlyList value) { Value = value; } /// The replication policy between two storage accounts. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicyData.Serialization.cs similarity index 88% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicyData.Serialization.cs index 0a0977baa018b..19cad103af243 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicyData.Serialization.cs @@ -9,10 +9,12 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class ObjectReplicationPolicy : IUtf8JsonSerializable + public partial class ObjectReplicationPolicyData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -43,11 +45,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static ObjectReplicationPolicy DeserializeObjectReplicationPolicy(JsonElement element) + internal static ObjectReplicationPolicyData DeserializeObjectReplicationPolicyData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional policyId = default; Optional enabledTime = default; Optional sourceAccount = default; @@ -123,7 +125,7 @@ internal static ObjectReplicationPolicy DeserializeObjectReplicationPolicy(JsonE continue; } } - return new ObjectReplicationPolicy(id.Value, name.Value, type.Value, policyId.Value, Optional.ToNullable(enabledTime), sourceAccount.Value, destinationAccount.Value, Optional.ToList(rules)); + return new ObjectReplicationPolicyData(id, name, type, policyId.Value, Optional.ToNullable(enabledTime), sourceAccount.Value, destinationAccount.Value, Optional.ToList(rules)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectType.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectType.cs new file mode 100644 index 0000000000000..6ef6c481308f4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectType.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// This is a required field. This field specifies the scope of the inventory created either at the blob or container level. + public readonly partial struct ObjectType : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public ObjectType(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string BlobValue = "Blob"; + private const string ContainerValue = "Container"; + + /// Blob. + public static ObjectType Blob { get; } = new ObjectType(BlobValue); + /// Container. + public static ObjectType Container { get; } = new ObjectType(ContainerValue); + /// Determines if two values are the same. + public static bool operator ==(ObjectType left, ObjectType right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(ObjectType left, ObjectType right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator ObjectType(string value) => new ObjectType(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is ObjectType other && Equals(other); + /// + public bool Equals(ObjectType other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.Serialization.cs deleted file mode 100644 index 60e7e85757f01..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.Serialization.cs +++ /dev/null @@ -1,69 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class Operation - { - internal static Operation DeserializeOperation(JsonElement element) - { - Optional name = default; - Optional display = default; - Optional origin = default; - Optional serviceSpecification = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("display")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - display = OperationDisplay.DeserializeOperationDisplay(property.Value); - continue; - } - if (property.NameEquals("origin")) - { - origin = property.Value.GetString(); - continue; - } - if (property.NameEquals("properties")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - foreach (var property0 in property.Value.EnumerateObject()) - { - if (property0.NameEquals("serviceSpecification")) - { - if (property0.Value.ValueKind == JsonValueKind.Null) - { - property0.ThrowNonNullablePropertyIsNull(); - continue; - } - serviceSpecification = ServiceSpecification.DeserializeServiceSpecification(property0.Value); - continue; - } - } - continue; - } - } - return new Operation(name.Value, display.Value, origin.Value, serviceSpecification.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.cs deleted file mode 100644 index c0d7c5406df0d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Operation.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// Storage REST API operation definition. - public partial class Operation - { - /// Initializes a new instance of Operation. - internal Operation() - { - } - - /// Initializes a new instance of Operation. - /// Operation name: {provider}/{resource}/{operation}. - /// Display metadata associated with the operation. - /// The origin of operations. - /// One property of operation, include metric specifications. - internal Operation(string name, OperationDisplay display, string origin, ServiceSpecification serviceSpecification) - { - Name = name; - Display = display; - Origin = origin; - ServiceSpecification = serviceSpecification; - } - - /// Operation name: {provider}/{resource}/{operation}. - public string Name { get; } - /// Display metadata associated with the operation. - public OperationDisplay Display { get; } - /// The origin of operations. - public string Origin { get; } - /// One property of operation, include metric specifications. - public ServiceSpecification ServiceSpecification { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.Serialization.cs deleted file mode 100644 index 631e1781596a9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.Serialization.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class OperationDisplay - { - internal static OperationDisplay DeserializeOperationDisplay(JsonElement element) - { - Optional provider = default; - Optional resource = default; - Optional operation = default; - Optional description = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("provider")) - { - provider = property.Value.GetString(); - continue; - } - if (property.NameEquals("resource")) - { - resource = property.Value.GetString(); - continue; - } - if (property.NameEquals("operation")) - { - operation = property.Value.GetString(); - continue; - } - if (property.NameEquals("description")) - { - description = property.Value.GetString(); - continue; - } - } - return new OperationDisplay(provider.Value, resource.Value, operation.Value, description.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.cs deleted file mode 100644 index 50d5df321d736..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationDisplay.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// Display metadata associated with the operation. - public partial class OperationDisplay - { - /// Initializes a new instance of OperationDisplay. - internal OperationDisplay() - { - } - - /// Initializes a new instance of OperationDisplay. - /// Service provider: Microsoft Storage. - /// Resource on which the operation is performed etc. - /// Type of operation: get, read, delete, etc. - /// Description of the operation. - internal OperationDisplay(string provider, string resource, string operation, string description) - { - Provider = provider; - Resource = resource; - Operation = operation; - Description = description; - } - - /// Service provider: Microsoft Storage. - public string Provider { get; } - /// Resource on which the operation is performed etc. - public string Resource { get; } - /// Type of operation: get, read, delete, etc. - public string Operation { get; } - /// Description of the operation. - public string Description { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.cs deleted file mode 100644 index 73f2e18c4bef3..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/OperationListResult.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - /// Result of the request to list Storage operations. It contains a list of operations and a URL link to get the next set of results. - internal partial class OperationListResult - { - /// Initializes a new instance of OperationListResult. - internal OperationListResult() - { - Value = new ChangeTrackingList(); - } - - /// Initializes a new instance of OperationListResult. - /// List of Storage operations supported by the Storage resource provider. - internal OperationListResult(IReadOnlyList value) - { - Value = value; - } - - /// List of Storage operations supported by the Storage resource provider. - public IReadOnlyList Value { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionData.Serialization.cs similarity index 86% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionData.Serialization.cs index 9ef7d85b092cd..131856ac5a674 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionData.Serialization.cs @@ -7,10 +7,12 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class PrivateEndpointConnection : IUtf8JsonSerializable + public partial class PrivateEndpointConnectionData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -31,11 +33,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static PrivateEndpointConnection DeserializePrivateEndpointConnection(JsonElement element) + internal static PrivateEndpointConnectionData DeserializePrivateEndpointConnectionData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional privateEndpoint = default; Optional privateLinkServiceConnectionState = default; Optional provisioningState = default; @@ -99,7 +101,7 @@ internal static PrivateEndpointConnection DeserializePrivateEndpointConnection(J continue; } } - return new PrivateEndpointConnection(id.Value, name.Value, type.Value, privateEndpoint.Value, privateLinkServiceConnectionState.Value, Optional.ToNullable(provisioningState)); + return new PrivateEndpointConnectionData(id, name, type, privateEndpoint.Value, privateLinkServiceConnectionState.Value, Optional.ToNullable(provisioningState)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.Serialization.cs index 0150f989c21bb..3f4ee96e2a98b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class PrivateEndpointConnectionListResult { internal static PrivateEndpointConnectionListResult DeserializePrivateEndpointConnectionListResult(JsonElement element) { - Optional> value = default; + Optional> value = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("value")) @@ -25,10 +26,10 @@ internal static PrivateEndpointConnectionListResult DeserializePrivateEndpointCo property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(PrivateEndpointConnection.DeserializePrivateEndpointConnection(item)); + array.Add(PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.cs index 8f8c87e3ed4be..cf3a20d06ee7e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnectionListResult.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,17 +17,17 @@ internal partial class PrivateEndpointConnectionListResult /// Initializes a new instance of PrivateEndpointConnectionListResult. internal PrivateEndpointConnectionListResult() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of PrivateEndpointConnectionListResult. /// Array of private endpoint connections. - internal PrivateEndpointConnectionListResult(IReadOnlyList value) + internal PrivateEndpointConnectionListResult(IReadOnlyList value) { Value = value; } /// Array of private endpoint connections. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.Serialization.cs index 16bf0c4c4fc2e..974829171384b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; namespace Azure.ResourceManager.Storage.Models { @@ -34,9 +35,9 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static PrivateLinkResource DeserializePrivateLinkResource(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional groupId = default; Optional> requiredMembers = default; Optional> requiredZoneNames = default; @@ -105,7 +106,7 @@ internal static PrivateLinkResource DeserializePrivateLinkResource(JsonElement e continue; } } - return new PrivateLinkResource(id.Value, name.Value, type.Value, groupId.Value, Optional.ToList(requiredMembers), Optional.ToList(requiredZoneNames)); + return new PrivateLinkResource(id, name, type, groupId.Value, Optional.ToList(requiredMembers), Optional.ToList(requiredZoneNames)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs index 3830ea1e1bd6e..94631474fa8f5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs @@ -7,6 +7,8 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; namespace Azure.ResourceManager.Storage.Models { @@ -21,13 +23,13 @@ public PrivateLinkResource() } /// Initializes a new instance of PrivateLinkResource. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// The id. + /// The name. + /// The type. /// The private link resource group id. /// The private link resource required member names. /// The private link resource Private link DNS zone name. - internal PrivateLinkResource(string id, string name, string type, string groupId, IReadOnlyList requiredMembers, IList requiredZoneNames) : base(id, name, type) + internal PrivateLinkResource(ResourceIdentifier id, string name, ResourceType type, string groupId, IReadOnlyList requiredMembers, IList requiredZoneNames) : base(id, name, type) { GroupId = groupId; RequiredMembers = requiredMembers; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.Serialization.cs new file mode 100644 index 0000000000000..7c5f5f1c7c2eb --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.Serialization.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class ProtocolSettings : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Smb)) + { + writer.WritePropertyName("smb"); + writer.WriteObjectValue(Smb); + } + writer.WriteEndObject(); + } + + internal static ProtocolSettings DeserializeProtocolSettings(JsonElement element) + { + Optional smb = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("smb")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + smb = SmbSetting.DeserializeSmbSetting(property.Value); + continue; + } + } + return new ProtocolSettings(smb.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.cs new file mode 100644 index 0000000000000..5542e09b3b192 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ProtocolSettings.cs @@ -0,0 +1,28 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Protocol settings for file service. + public partial class ProtocolSettings + { + /// Initializes a new instance of ProtocolSettings. + public ProtocolSettings() + { + } + + /// Initializes a new instance of ProtocolSettings. + /// Setting for SMB protocol. + internal ProtocolSettings(SmbSetting smb) + { + Smb = smb; + } + + /// Setting for SMB protocol. + public SmbSetting Smb { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceData.Serialization.cs similarity index 83% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceData.Serialization.cs index 08936dbe56a53..929208e288bbc 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceData.Serialization.cs @@ -7,10 +7,12 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class TableServiceProperties : IUtf8JsonSerializable + public partial class QueueServiceData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -26,11 +28,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static TableServiceProperties DeserializeTableServiceProperties(JsonElement element) + internal static QueueServiceData DeserializeQueueServiceData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional cors = default; foreach (var property in element.EnumerateObject()) { @@ -72,7 +74,7 @@ internal static TableServiceProperties DeserializeTableServiceProperties(JsonEle continue; } } - return new TableServiceProperties(id.Value, name.Value, type.Value, cors.Value); + return new QueueServiceData(id, name, type, cors.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.Serialization.cs deleted file mode 100644 index 87d18b237bea0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.Serialization.cs +++ /dev/null @@ -1,47 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class Resource : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - writer.WriteEndObject(); - } - - internal static Resource DeserializeResource(JsonElement element) - { - Optional id = default; - Optional name = default; - Optional type = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("id")) - { - id = property.Value.GetString(); - continue; - } - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("type")) - { - type = property.Value.GetString(); - continue; - } - } - return new Resource(id.Value, name.Value, type.Value); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.cs deleted file mode 100644 index f483619f7fd71..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Resource.cs +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// The Resource. - public partial class Resource - { - /// Initializes a new instance of Resource. - public Resource() - { - } - - /// Initializes a new instance of Resource. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - internal Resource(string id, string name, string type) - { - Id = id; - Name = name; - Type = type; - } - - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - public string Id { get; } - /// The name of the resource. - public string Name { get; } - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - public string Type { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.Serialization.cs new file mode 100644 index 0000000000000..22b8b3e113471 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.Serialization.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class ResourceAccessRule : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(TenantId)) + { + writer.WritePropertyName("tenantId"); + writer.WriteStringValue(TenantId); + } + if (Optional.IsDefined(ResourceId)) + { + writer.WritePropertyName("resourceId"); + writer.WriteStringValue(ResourceId); + } + writer.WriteEndObject(); + } + + internal static ResourceAccessRule DeserializeResourceAccessRule(JsonElement element) + { + Optional tenantId = default; + Optional resourceId = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("tenantId")) + { + tenantId = property.Value.GetString(); + continue; + } + if (property.NameEquals("resourceId")) + { + resourceId = property.Value.GetString(); + continue; + } + } + return new ResourceAccessRule(tenantId.Value, resourceId.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.cs new file mode 100644 index 0000000000000..6e14de89dd53c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ResourceAccessRule.cs @@ -0,0 +1,32 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Resource Access Rule. + public partial class ResourceAccessRule + { + /// Initializes a new instance of ResourceAccessRule. + public ResourceAccessRule() + { + } + + /// Initializes a new instance of ResourceAccessRule. + /// Tenant Id. + /// Resource Id. + internal ResourceAccessRule(string tenantId, string resourceId) + { + TenantId = tenantId; + ResourceId = resourceId; + } + + /// Tenant Id. + public string TenantId { get; set; } + /// Resource Id. + public string ResourceId { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.Serialization.cs index 1153652b13608..ac87f1c6df4f4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.Serialization.cs @@ -31,6 +31,7 @@ internal static RestorePolicyProperties DeserializeRestorePolicyProperties(JsonE bool enabled = default; Optional days = default; Optional lastEnabledTime = default; + Optional minRestoreTime = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("enabled")) @@ -58,8 +59,18 @@ internal static RestorePolicyProperties DeserializeRestorePolicyProperties(JsonE lastEnabledTime = property.Value.GetDateTimeOffset("O"); continue; } + if (property.NameEquals("minRestoreTime")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + minRestoreTime = property.Value.GetDateTimeOffset("O"); + continue; + } } - return new RestorePolicyProperties(enabled, Optional.ToNullable(days), Optional.ToNullable(lastEnabledTime)); + return new RestorePolicyProperties(enabled, Optional.ToNullable(days), Optional.ToNullable(lastEnabledTime), Optional.ToNullable(minRestoreTime)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.cs index 4fe2abc3606f4..b12bea4b958e5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/RestorePolicyProperties.cs @@ -22,19 +22,23 @@ public RestorePolicyProperties(bool enabled) /// Initializes a new instance of RestorePolicyProperties. /// Blob restore is enabled if set to true. /// how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. - /// Returns the date and time the restore policy was last enabled. - internal RestorePolicyProperties(bool enabled, int? days, DateTimeOffset? lastEnabledTime) + /// Deprecated in favor of minRestoreTime property. + /// Returns the minimum date and time that the restore can be started. + internal RestorePolicyProperties(bool enabled, int? days, DateTimeOffset? lastEnabledTime, DateTimeOffset? minRestoreTime) { Enabled = enabled; Days = days; LastEnabledTime = lastEnabledTime; + MinRestoreTime = minRestoreTime; } /// Blob restore is enabled if set to true. public bool Enabled { get; set; } /// how long this blob can be restored. It should be great than zero and less than DeleteRetentionPolicy.days. public int? Days { get; set; } - /// Returns the date and time the restore policy was last enabled. + /// Deprecated in favor of minRestoreTime property. public DateTimeOffset? LastEnabledTime { get; } + /// Returns the minimum date and time that the restore can be started. + public DateTimeOffset? MinRestoreTime { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.Serialization.cs new file mode 100644 index 0000000000000..f87608b8169c1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.Serialization.cs @@ -0,0 +1,45 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class SasPolicy : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + writer.WritePropertyName("sasExpirationPeriod"); + writer.WriteStringValue(SasExpirationPeriod); + writer.WritePropertyName("expirationAction"); + writer.WriteStringValue(ExpirationAction.ToString()); + writer.WriteEndObject(); + } + + internal static SasPolicy DeserializeSasPolicy(JsonElement element) + { + string sasExpirationPeriod = default; + ExpirationAction expirationAction = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("sasExpirationPeriod")) + { + sasExpirationPeriod = property.Value.GetString(); + continue; + } + if (property.NameEquals("expirationAction")) + { + expirationAction = new ExpirationAction(property.Value.GetString()); + continue; + } + } + return new SasPolicy(sasExpirationPeriod, expirationAction); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.cs new file mode 100644 index 0000000000000..9e91b6fccecaf --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SasPolicy.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// SasPolicy assigned to the storage account. + public partial class SasPolicy + { + /// Initializes a new instance of SasPolicy. + /// The SAS expiration period, DD.HH:MM:SS. + /// The SAS expiration action. Can only be Log. + /// is null. + public SasPolicy(string sasExpirationPeriod, ExpirationAction expirationAction) + { + if (sasExpirationPeriod == null) + { + throw new ArgumentNullException(nameof(sasExpirationPeriod)); + } + + SasExpirationPeriod = sasExpirationPeriod; + ExpirationAction = expirationAction; + } + + /// The SAS expiration period, DD.HH:MM:SS. + public string SasExpirationPeriod { get; set; } + /// The SAS expiration action. Can only be Log. + public ExpirationAction ExpirationAction { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Schedule.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Schedule.cs new file mode 100644 index 0000000000000..ae10cd3917937 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Schedule.cs @@ -0,0 +1,51 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.ComponentModel; + +namespace Azure.ResourceManager.Storage.Models +{ + /// This is a required field. This field is used to schedule an inventory formation. + public readonly partial struct Schedule : IEquatable + { + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public Schedule(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string DailyValue = "Daily"; + private const string WeeklyValue = "Weekly"; + + /// Daily. + public static Schedule Daily { get; } = new Schedule(DailyValue); + /// Weekly. + public static Schedule Weekly { get; } = new Schedule(WeeklyValue); + /// Determines if two values are the same. + public static bool operator ==(Schedule left, Schedule right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(Schedule left, Schedule right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator Schedule(string value) => new Schedule(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is Schedule other && Equals(other); + /// + public bool Equals(Schedule other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.Serialization.cs deleted file mode 100644 index a69c6b7468cc0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.Serialization.cs +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class ServiceSpecification - { - internal static ServiceSpecification DeserializeServiceSpecification(JsonElement element) - { - Optional> metricSpecifications = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("metricSpecifications")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - List array = new List(); - foreach (var item in property.Value.EnumerateArray()) - { - array.Add(MetricSpecification.DeserializeMetricSpecification(item)); - } - metricSpecifications = array; - continue; - } - } - return new ServiceSpecification(Optional.ToList(metricSpecifications)); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.cs deleted file mode 100644 index 9c4f084747585..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ServiceSpecification.cs +++ /dev/null @@ -1,32 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - /// One property of operation, include metric specifications. - public partial class ServiceSpecification - { - /// Initializes a new instance of ServiceSpecification. - internal ServiceSpecification() - { - MetricSpecifications = new ChangeTrackingList(); - } - - /// Initializes a new instance of ServiceSpecification. - /// Metric specifications of operation. - internal ServiceSpecification(IReadOnlyList metricSpecifications) - { - MetricSpecifications = metricSpecifications; - } - - /// Metric specifications of operation. - public IReadOnlyList MetricSpecifications { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.Serialization.cs new file mode 100644 index 0000000000000..2c7814d322c4d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.Serialization.cs @@ -0,0 +1,54 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; +using Azure.ResourceManager; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class SignedIdentifier : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(AccessPolicy)) + { + writer.WritePropertyName("accessPolicy"); + writer.WriteObjectValue(AccessPolicy); + } + writer.WritePropertyName("id"); + writer.WriteStringValue(Id); + writer.WriteEndObject(); + } + + internal static SignedIdentifier DeserializeSignedIdentifier(JsonElement element) + { + Optional accessPolicy = default; + ResourceIdentifier id = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("accessPolicy")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + accessPolicy = AccessPolicy.DeserializeAccessPolicy(property.Value); + continue; + } + if (property.NameEquals("id")) + { + id = property.Value.GetString(); + continue; + } + } + return new SignedIdentifier(id, accessPolicy.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.cs new file mode 100644 index 0000000000000..e452b327307c0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SignedIdentifier.cs @@ -0,0 +1,31 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage.Models +{ + /// The SignedIdentifier. + public partial class SignedIdentifier : WritableSubResource + { + /// Initializes a new instance of SignedIdentifier. + public SignedIdentifier() + { + } + + /// Initializes a new instance of SignedIdentifier. + /// The id. + /// Access policy. + internal SignedIdentifier(string id, AccessPolicy accessPolicy) : base(id) + { + AccessPolicy = accessPolicy; + } + + /// Access policy. + public AccessPolicy AccessPolicy { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.Serialization.cs new file mode 100644 index 0000000000000..e9e46c20b069d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.Serialization.cs @@ -0,0 +1,89 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class SmbSetting : IUtf8JsonSerializable + { + void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) + { + writer.WriteStartObject(); + if (Optional.IsDefined(Multichannel)) + { + writer.WritePropertyName("multichannel"); + writer.WriteObjectValue(Multichannel); + } + if (Optional.IsDefined(Versions)) + { + writer.WritePropertyName("versions"); + writer.WriteStringValue(Versions); + } + if (Optional.IsDefined(AuthenticationMethods)) + { + writer.WritePropertyName("authenticationMethods"); + writer.WriteStringValue(AuthenticationMethods); + } + if (Optional.IsDefined(KerberosTicketEncryption)) + { + writer.WritePropertyName("kerberosTicketEncryption"); + writer.WriteStringValue(KerberosTicketEncryption); + } + if (Optional.IsDefined(ChannelEncryption)) + { + writer.WritePropertyName("channelEncryption"); + writer.WriteStringValue(ChannelEncryption); + } + writer.WriteEndObject(); + } + + internal static SmbSetting DeserializeSmbSetting(JsonElement element) + { + Optional multichannel = default; + Optional versions = default; + Optional authenticationMethods = default; + Optional kerberosTicketEncryption = default; + Optional channelEncryption = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("multichannel")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + multichannel = Multichannel.DeserializeMultichannel(property.Value); + continue; + } + if (property.NameEquals("versions")) + { + versions = property.Value.GetString(); + continue; + } + if (property.NameEquals("authenticationMethods")) + { + authenticationMethods = property.Value.GetString(); + continue; + } + if (property.NameEquals("kerberosTicketEncryption")) + { + kerberosTicketEncryption = property.Value.GetString(); + continue; + } + if (property.NameEquals("channelEncryption")) + { + channelEncryption = property.Value.GetString(); + continue; + } + } + return new SmbSetting(multichannel.Value, versions.Value, authenticationMethods.Value, kerberosTicketEncryption.Value, channelEncryption.Value); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.cs new file mode 100644 index 0000000000000..6d0e74bf7425e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SmbSetting.cs @@ -0,0 +1,44 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +namespace Azure.ResourceManager.Storage.Models +{ + /// Setting for SMB protocol. + public partial class SmbSetting + { + /// Initializes a new instance of SmbSetting. + public SmbSetting() + { + } + + /// Initializes a new instance of SmbSetting. + /// Multichannel setting. Applies to Premium FileStorage only. + /// SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. + /// SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. + /// Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'. + /// SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'. + internal SmbSetting(Multichannel multichannel, string versions, string authenticationMethods, string kerberosTicketEncryption, string channelEncryption) + { + Multichannel = multichannel; + Versions = versions; + AuthenticationMethods = authenticationMethods; + KerberosTicketEncryption = kerberosTicketEncryption; + ChannelEncryption = channelEncryption; + } + + /// Multichannel setting. Applies to Premium FileStorage only. + public Multichannel Multichannel { get; set; } + /// SMB protocol versions supported by server. Valid values are SMB2.1, SMB3.0, SMB3.1.1. Should be passed as a string with delimiter ';'. + public string Versions { get; set; } + /// SMB authentication methods supported by server. Valid values are NTLMv2, Kerberos. Should be passed as a string with delimiter ';'. + public string AuthenticationMethods { get; set; } + /// Kerberos ticket encryption supported by server. Valid values are RC4-HMAC, AES-256. Should be passed as a string with delimiter ';'. + public string KerberosTicketEncryption { get; set; } + /// SMB channel encryption supported by server. Valid values are AES-128-CCM, AES-128-GCM, AES-256-GCM. Should be passed as a string with delimiter ';'. + public string ChannelEncryption { get; set; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.Serialization.cs deleted file mode 100644 index 2aa88283b0ce2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.Serialization.cs +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; - -namespace Azure.ResourceManager.Storage.Models -{ - internal static partial class StateExtensions - { - public static string ToSerialString(this State value) => value switch - { - State.Provisioning => "provisioning", - State.Deprovisioning => "deprovisioning", - State.Succeeded => "succeeded", - State.Failed => "failed", - State.NetworkSourceDeleted => "networkSourceDeleted", - _ => throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown State value.") - }; - - public static State ToState(this string value) - { - if (string.Equals(value, "provisioning", StringComparison.InvariantCultureIgnoreCase)) return State.Provisioning; - if (string.Equals(value, "deprovisioning", StringComparison.InvariantCultureIgnoreCase)) return State.Deprovisioning; - if (string.Equals(value, "succeeded", StringComparison.InvariantCultureIgnoreCase)) return State.Succeeded; - if (string.Equals(value, "failed", StringComparison.InvariantCultureIgnoreCase)) return State.Failed; - if (string.Equals(value, "networkSourceDeleted", StringComparison.InvariantCultureIgnoreCase)) return State.NetworkSourceDeleted; - throw new ArgumentOutOfRangeException(nameof(value), value, "Unknown State value."); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.cs index 8739adbe1a3f2..799a970466d8a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/State.cs @@ -5,20 +5,56 @@ #nullable disable +using System; +using System.ComponentModel; + namespace Azure.ResourceManager.Storage.Models { /// Gets the state of virtual network rule. - public enum State + public readonly partial struct State : IEquatable { - /// provisioning. - Provisioning, - /// deprovisioning. - Deprovisioning, - /// succeeded. - Succeeded, - /// failed. - Failed, - /// networkSourceDeleted. - NetworkSourceDeleted + private readonly string _value; + + /// Determines if two values are the same. + /// is null. + public State(string value) + { + _value = value ?? throw new ArgumentNullException(nameof(value)); + } + + private const string ProvisioningValue = "Provisioning"; + private const string DeprovisioningValue = "Deprovisioning"; + private const string SucceededValue = "Succeeded"; + private const string FailedValue = "Failed"; + private const string NetworkSourceDeletedValue = "NetworkSourceDeleted"; + + /// Provisioning. + public static State Provisioning { get; } = new State(ProvisioningValue); + /// Deprovisioning. + public static State Deprovisioning { get; } = new State(DeprovisioningValue); + /// Succeeded. + public static State Succeeded { get; } = new State(SucceededValue); + /// Failed. + public static State Failed { get; } = new State(FailedValue); + /// NetworkSourceDeleted. + public static State NetworkSourceDeleted { get; } = new State(NetworkSourceDeletedValue); + /// Determines if two values are the same. + public static bool operator ==(State left, State right) => left.Equals(right); + /// Determines if two values are not the same. + public static bool operator !=(State left, State right) => !left.Equals(right); + /// Converts a string to a . + public static implicit operator State(string value) => new State(value); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override bool Equals(object obj) => obj is State other && Equals(other); + /// + public bool Equals(State other) => string.Equals(_value, other._value, StringComparison.InvariantCultureIgnoreCase); + + /// + [EditorBrowsable(EditorBrowsableState.Never)] + public override int GetHashCode() => _value?.GetHashCode() ?? 0; + /// + public override string ToString() => _value; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.Serialization.cs index 1521ae0e9c6f8..b32444b9ab63c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.Serialization.cs @@ -21,6 +21,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteStringValue(Kind.ToString()); writer.WritePropertyName("location"); writer.WriteStringValue(Location); + if (Optional.IsDefined(ExtendedLocation)) + { + writer.WritePropertyName("extendedLocation"); + writer.WriteObjectValue(ExtendedLocation); + } if (Optional.IsCollectionDefined(Tags)) { writer.WritePropertyName("tags"); @@ -39,6 +44,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) } writer.WritePropertyName("properties"); writer.WriteStartObject(); + if (Optional.IsDefined(SasPolicy)) + { + writer.WritePropertyName("sasPolicy"); + writer.WriteObjectValue(SasPolicy); + } + if (Optional.IsDefined(KeyPolicy)) + { + writer.WritePropertyName("keyPolicy"); + writer.WriteObjectValue(KeyPolicy); + } if (Optional.IsDefined(CustomDomain)) { writer.WritePropertyName("customDomain"); @@ -84,6 +99,31 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("routingPreference"); writer.WriteObjectValue(RoutingPreference); } + if (Optional.IsDefined(AllowBlobPublicAccess)) + { + writer.WritePropertyName("allowBlobPublicAccess"); + writer.WriteBooleanValue(AllowBlobPublicAccess.Value); + } + if (Optional.IsDefined(MinimumTlsVersion)) + { + writer.WritePropertyName("minimumTlsVersion"); + writer.WriteStringValue(MinimumTlsVersion.Value.ToString()); + } + if (Optional.IsDefined(AllowSharedKeyAccess)) + { + writer.WritePropertyName("allowSharedKeyAccess"); + writer.WriteBooleanValue(AllowSharedKeyAccess.Value); + } + if (Optional.IsDefined(EnableNfsV3)) + { + writer.WritePropertyName("isNfsV3Enabled"); + writer.WriteBooleanValue(EnableNfsV3.Value); + } + if (Optional.IsDefined(AllowCrossTenantReplication)) + { + writer.WritePropertyName("allowCrossTenantReplication"); + writer.WriteBooleanValue(AllowCrossTenantReplication.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.cs index 731fde31ecd3c..30f202a786915 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountCreateParameters.cs @@ -42,10 +42,16 @@ public StorageAccountCreateParameters(Sku sku, Kind kind, string location) public Kind Kind { get; } /// Required. Gets or sets the location of the resource. This will be one of the supported and registered Azure Geo Regions (e.g. West US, East US, Southeast Asia, etc.). The geo region of a resource cannot be changed once it is created, but if an identical geo region is specified on update, the request will succeed. public string Location { get; } + /// Optional. Set the extended location of the resource. If not set, the storage account will be created in Azure main region. Otherwise it will be created in the specified extended location. + public ExtendedLocation ExtendedLocation { get; set; } /// Gets or sets a list of key value pairs that describe the resource. These tags can be used for viewing and grouping this resource (across resource groups). A maximum of 15 tags can be provided for a resource. Each tag must have a key with a length no greater than 128 characters and a value with a length no greater than 256 characters. public IDictionary Tags { get; } /// The identity of the resource. public Identity Identity { get; set; } + /// SasPolicy assigned to the storage account. + public SasPolicy SasPolicy { get; set; } + /// KeyPolicy assigned to the storage account. + public KeyPolicy KeyPolicy { get; set; } /// User domain assigned to the storage account. Name is the CNAME source. Only one custom domain is supported per storage account at this time. To clear the existing custom domain, use an empty string for the custom domain name property. public CustomDomain CustomDomain { get; set; } /// Not applicable. Azure Storage encryption is enabled for all storage accounts and cannot be disabled. @@ -64,5 +70,15 @@ public StorageAccountCreateParameters(Sku sku, Kind kind, string location) public LargeFileSharesState? LargeFileSharesState { get; set; } /// Maintains information about the network routing choice opted by the user for data transfer. public RoutingPreference RoutingPreference { get; set; } + /// Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. + public bool? AllowBlobPublicAccess { get; set; } + /// Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. + public MinimumTlsVersion? MinimumTlsVersion { get; set; } + /// Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. + public bool? AllowSharedKeyAccess { get; set; } + /// NFS 3.0 protocol support enabled if set to true. + public bool? EnableNfsV3 { get; set; } + /// Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. + public bool? AllowCrossTenantReplication { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs similarity index 67% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs index 5fbd19cd8af4d..8cc725d5696f0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs @@ -9,10 +9,13 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class StorageAccount : IUtf8JsonSerializable + public partial class StorageAccountData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -22,17 +25,19 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("identity"); writer.WriteObjectValue(Identity); } - if (Optional.IsCollectionDefined(Tags)) + if (Optional.IsDefined(ExtendedLocation)) { - writer.WritePropertyName("tags"); - writer.WriteStartObject(); - foreach (var item in Tags) - { - writer.WritePropertyName(item.Key); - writer.WriteStringValue(item.Value); - } - writer.WriteEndObject(); + writer.WritePropertyName("extendedLocation"); + writer.WriteObjectValue(ExtendedLocation); + } + writer.WritePropertyName("tags"); + writer.WriteStartObject(); + foreach (var item in Tags) + { + writer.WritePropertyName(item.Key); + writer.WriteStringValue(item.Value); } + writer.WriteEndObject(); writer.WritePropertyName("location"); writer.WriteStringValue(Location); writer.WritePropertyName("properties"); @@ -62,20 +67,46 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("routingPreference"); writer.WriteObjectValue(RoutingPreference); } + if (Optional.IsDefined(AllowBlobPublicAccess)) + { + writer.WritePropertyName("allowBlobPublicAccess"); + writer.WriteBooleanValue(AllowBlobPublicAccess.Value); + } + if (Optional.IsDefined(MinimumTlsVersion)) + { + writer.WritePropertyName("minimumTlsVersion"); + writer.WriteStringValue(MinimumTlsVersion.Value.ToString()); + } + if (Optional.IsDefined(AllowSharedKeyAccess)) + { + writer.WritePropertyName("allowSharedKeyAccess"); + writer.WriteBooleanValue(AllowSharedKeyAccess.Value); + } + if (Optional.IsDefined(EnableNfsV3)) + { + writer.WritePropertyName("isNfsV3Enabled"); + writer.WriteBooleanValue(EnableNfsV3.Value); + } + if (Optional.IsDefined(AllowCrossTenantReplication)) + { + writer.WritePropertyName("allowCrossTenantReplication"); + writer.WriteBooleanValue(AllowCrossTenantReplication.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } - internal static StorageAccount DeserializeStorageAccount(JsonElement element) + internal static StorageAccountData DeserializeStorageAccountData(JsonElement element) { - Optional sku = default; + Optional sku = default; Optional kind = default; Optional identity = default; - Optional> tags = default; - string location = default; - Optional id = default; - Optional name = default; - Optional type = default; + Optional extendedLocation = default; + IDictionary tags = default; + Location location = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional provisioningState = default; Optional primaryEndpoints = default; Optional primaryLocation = default; @@ -85,6 +116,9 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) Optional statusOfSecondary = default; Optional creationTime = default; Optional customDomain = default; + Optional sasPolicy = default; + Optional keyPolicy = default; + Optional keyCreationTime = default; Optional secondaryEndpoints = default; Optional encryption = default; Optional accessTier = default; @@ -95,9 +129,14 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) Optional geoReplicationStats = default; Optional failoverInProgress = default; Optional largeFileSharesState = default; - Optional> privateEndpointConnections = default; + Optional> privateEndpointConnections = default; Optional routingPreference = default; Optional blobRestoreStatus = default; + Optional allowBlobPublicAccess = default; + Optional minimumTlsVersion = default; + Optional allowSharedKeyAccess = default; + Optional isNfsV3Enabled = default; + Optional allowCrossTenantReplication = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("sku")) @@ -107,7 +146,7 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) property.ThrowNonNullablePropertyIsNull(); continue; } - sku = Sku.DeserializeSku(property.Value); + sku = Models.Sku.DeserializeSku(property.Value); continue; } if (property.NameEquals("kind")) @@ -130,13 +169,18 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) identity = Identity.DeserializeIdentity(property.Value); continue; } - if (property.NameEquals("tags")) + if (property.NameEquals("extendedLocation")) { if (property.Value.ValueKind == JsonValueKind.Null) { property.ThrowNonNullablePropertyIsNull(); continue; } + extendedLocation = ExtendedLocation.DeserializeExtendedLocation(property.Value); + continue; + } + if (property.NameEquals("tags")) + { Dictionary dictionary = new Dictionary(); foreach (var property0 in property.Value.EnumerateObject()) { @@ -254,6 +298,36 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) customDomain = CustomDomain.DeserializeCustomDomain(property0.Value); continue; } + if (property0.NameEquals("sasPolicy")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + sasPolicy = SasPolicy.DeserializeSasPolicy(property0.Value); + continue; + } + if (property0.NameEquals("keyPolicy")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + keyPolicy = KeyPolicy.DeserializeKeyPolicy(property0.Value); + continue; + } + if (property0.NameEquals("keyCreationTime")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + keyCreationTime = KeyCreationTime.DeserializeKeyCreationTime(property0.Value); + continue; + } if (property0.NameEquals("secondaryEndpoints")) { if (property0.Value.ValueKind == JsonValueKind.Null) @@ -361,10 +435,10 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) property0.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property0.Value.EnumerateArray()) { - array.Add(PrivateEndpointConnection.DeserializePrivateEndpointConnection(item)); + array.Add(PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(item)); } privateEndpointConnections = array; continue; @@ -389,11 +463,61 @@ internal static StorageAccount DeserializeStorageAccount(JsonElement element) blobRestoreStatus = BlobRestoreStatus.DeserializeBlobRestoreStatus(property0.Value); continue; } + if (property0.NameEquals("allowBlobPublicAccess")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + allowBlobPublicAccess = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("minimumTlsVersion")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + minimumTlsVersion = new MinimumTlsVersion(property0.Value.GetString()); + continue; + } + if (property0.NameEquals("allowSharedKeyAccess")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + allowSharedKeyAccess = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("isNfsV3Enabled")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + isNfsV3Enabled = property0.Value.GetBoolean(); + continue; + } + if (property0.NameEquals("allowCrossTenantReplication")) + { + if (property0.Value.ValueKind == JsonValueKind.Null) + { + property0.ThrowNonNullablePropertyIsNull(); + continue; + } + allowCrossTenantReplication = property0.Value.GetBoolean(); + continue; + } } continue; } } - return new StorageAccount(id.Value, name.Value, type.Value, Optional.ToDictionary(tags), location, sku.Value, Optional.ToNullable(kind), identity.Value, Optional.ToNullable(provisioningState), primaryEndpoints.Value, primaryLocation.Value, Optional.ToNullable(statusOfPrimary), Optional.ToNullable(lastGeoFailoverTime), secondaryLocation.Value, Optional.ToNullable(statusOfSecondary), Optional.ToNullable(creationTime), customDomain.Value, secondaryEndpoints.Value, encryption.Value, Optional.ToNullable(accessTier), azureFilesIdentityBasedAuthentication.Value, Optional.ToNullable(supportsHttpsTrafficOnly), networkAcls.Value, Optional.ToNullable(isHnsEnabled), geoReplicationStats.Value, Optional.ToNullable(failoverInProgress), Optional.ToNullable(largeFileSharesState), Optional.ToList(privateEndpointConnections), routingPreference.Value, blobRestoreStatus.Value); + return new StorageAccountData(id, name, type, tags, location, sku.Value, Optional.ToNullable(kind), identity.Value, extendedLocation.Value, Optional.ToNullable(provisioningState), primaryEndpoints.Value, primaryLocation.Value, Optional.ToNullable(statusOfPrimary), Optional.ToNullable(lastGeoFailoverTime), secondaryLocation.Value, Optional.ToNullable(statusOfSecondary), Optional.ToNullable(creationTime), customDomain.Value, sasPolicy.Value, keyPolicy.Value, keyCreationTime.Value, secondaryEndpoints.Value, encryption.Value, Optional.ToNullable(accessTier), azureFilesIdentityBasedAuthentication.Value, Optional.ToNullable(supportsHttpsTrafficOnly), networkAcls.Value, Optional.ToNullable(isHnsEnabled), geoReplicationStats.Value, Optional.ToNullable(failoverInProgress), Optional.ToNullable(largeFileSharesState), Optional.ToList(privateEndpointConnections), routingPreference.Value, blobRestoreStatus.Value, Optional.ToNullable(allowBlobPublicAccess), Optional.ToNullable(minimumTlsVersion), Optional.ToNullable(allowSharedKeyAccess), Optional.ToNullable(isNfsV3Enabled), Optional.ToNullable(allowCrossTenantReplication)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.Serialization.cs index 0bc7adea6c0fc..5a080163c0f6f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.Serialization.cs @@ -5,6 +5,7 @@ #nullable disable +using System; using System.Text.Json; using Azure.Core; @@ -17,6 +18,7 @@ internal static StorageAccountKey DeserializeStorageAccountKey(JsonElement eleme Optional keyName = default; Optional value = default; Optional permissions = default; + Optional creationTime = default; foreach (var property in element.EnumerateObject()) { if (property.NameEquals("keyName")) @@ -39,8 +41,18 @@ internal static StorageAccountKey DeserializeStorageAccountKey(JsonElement eleme permissions = property.Value.GetString().ToKeyPermission(); continue; } + if (property.NameEquals("creationTime")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + creationTime = property.Value.GetDateTimeOffset("O"); + continue; + } } - return new StorageAccountKey(keyName.Value, value.Value, Optional.ToNullable(permissions)); + return new StorageAccountKey(keyName.Value, value.Value, Optional.ToNullable(permissions), Optional.ToNullable(creationTime)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.cs index 83ebb9f013a67..89e3a89bb5f6a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountKey.cs @@ -5,6 +5,8 @@ #nullable disable +using System; + namespace Azure.ResourceManager.Storage.Models { /// An access key for the storage account. @@ -19,11 +21,13 @@ internal StorageAccountKey() /// Name of the key. /// Base 64-encoded value of the key. /// Permissions for the key -- read-only or full permissions. - internal StorageAccountKey(string keyName, string value, KeyPermission? permissions) + /// Creation time of the key, in round trip date format. + internal StorageAccountKey(string keyName, string value, KeyPermission? permissions, DateTimeOffset? creationTime) { KeyName = keyName; Value = value; Permissions = permissions; + CreationTime = creationTime; } /// Name of the key. @@ -32,5 +36,7 @@ internal StorageAccountKey(string keyName, string value, KeyPermission? permissi public string Value { get; } /// Permissions for the key -- read-only or full permissions. public KeyPermission? Permissions { get; } + /// Creation time of the key, in round trip date format. + public DateTimeOffset? CreationTime { get; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.Serialization.cs index 4e226078047d3..881c7fcad52ad 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.Serialization.cs @@ -8,6 +8,7 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -15,7 +16,7 @@ internal partial class StorageAccountListResult { internal static StorageAccountListResult DeserializeStorageAccountListResult(JsonElement element) { - Optional> value = default; + Optional> value = default; Optional nextLink = default; foreach (var property in element.EnumerateObject()) { @@ -26,10 +27,10 @@ internal static StorageAccountListResult DeserializeStorageAccountListResult(Jso property.ThrowNonNullablePropertyIsNull(); continue; } - List array = new List(); + List array = new List(); foreach (var item in property.Value.EnumerateArray()) { - array.Add(StorageAccount.DeserializeStorageAccount(item)); + array.Add(StorageAccountData.DeserializeStorageAccountData(item)); } value = array; continue; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.cs index 216d88f16716d..2743682f14c49 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountListResult.cs @@ -7,6 +7,7 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager.Storage; namespace Azure.ResourceManager.Storage.Models { @@ -16,20 +17,20 @@ internal partial class StorageAccountListResult /// Initializes a new instance of StorageAccountListResult. internal StorageAccountListResult() { - Value = new ChangeTrackingList(); + Value = new ChangeTrackingList(); } /// Initializes a new instance of StorageAccountListResult. /// Gets the list of storage accounts and their properties. /// Request URL that can be used to query next page of storage accounts. Returned when total number of requested storage accounts exceed maximum page size. - internal StorageAccountListResult(IReadOnlyList value, string nextLink) + internal StorageAccountListResult(IReadOnlyList value, string nextLink) { Value = value; NextLink = nextLink; } /// Gets the list of storage accounts and their properties. - public IReadOnlyList Value { get; } + public IReadOnlyList Value { get; } /// Request URL that can be used to query next page of storage accounts. Returned when total number of requested storage accounts exceed maximum page size. public string NextLink { get; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.Serialization.cs index 08e065311b536..49077630f0a11 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.Serialization.cs @@ -53,6 +53,16 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("encryption"); writer.WriteObjectValue(Encryption); } + if (Optional.IsDefined(SasPolicy)) + { + writer.WritePropertyName("sasPolicy"); + writer.WriteObjectValue(SasPolicy); + } + if (Optional.IsDefined(KeyPolicy)) + { + writer.WritePropertyName("keyPolicy"); + writer.WriteObjectValue(KeyPolicy); + } if (Optional.IsDefined(AccessTier)) { writer.WritePropertyName("accessTier"); @@ -83,6 +93,26 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WritePropertyName("routingPreference"); writer.WriteObjectValue(RoutingPreference); } + if (Optional.IsDefined(AllowBlobPublicAccess)) + { + writer.WritePropertyName("allowBlobPublicAccess"); + writer.WriteBooleanValue(AllowBlobPublicAccess.Value); + } + if (Optional.IsDefined(MinimumTlsVersion)) + { + writer.WritePropertyName("minimumTlsVersion"); + writer.WriteStringValue(MinimumTlsVersion.Value.ToString()); + } + if (Optional.IsDefined(AllowSharedKeyAccess)) + { + writer.WritePropertyName("allowSharedKeyAccess"); + writer.WriteBooleanValue(AllowSharedKeyAccess.Value); + } + if (Optional.IsDefined(AllowCrossTenantReplication)) + { + writer.WritePropertyName("allowCrossTenantReplication"); + writer.WriteBooleanValue(AllowCrossTenantReplication.Value); + } writer.WriteEndObject(); writer.WriteEndObject(); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.cs index c9c9089c7d537..077712c969cb4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountUpdateParameters.cs @@ -31,6 +31,10 @@ public StorageAccountUpdateParameters() public CustomDomain CustomDomain { get; set; } /// Provides the encryption settings on the account. The default setting is unencrypted. public Encryption Encryption { get; set; } + /// SasPolicy assigned to the storage account. + public SasPolicy SasPolicy { get; set; } + /// KeyPolicy assigned to the storage account. + public KeyPolicy KeyPolicy { get; set; } /// Required for storage accounts where kind = BlobStorage. The access tier used for billing. public AccessTier? AccessTier { get; set; } /// Provides the identity based authentication settings for Azure Files. @@ -43,5 +47,13 @@ public StorageAccountUpdateParameters() public LargeFileSharesState? LargeFileSharesState { get; set; } /// Maintains information about the network routing choice opted by the user for data transfer. public RoutingPreference RoutingPreference { get; set; } + /// Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. + public bool? AllowBlobPublicAccess { get; set; } + /// Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. + public MinimumTlsVersion? MinimumTlsVersion { get; set; } + /// Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. + public bool? AllowSharedKeyAccess { get; set; } + /// Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. + public bool? AllowCrossTenantReplication { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueueData.Serialization.cs similarity index 87% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueueData.Serialization.cs index db489e7c47350..60bc48fa4ba0b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueueData.Serialization.cs @@ -8,10 +8,11 @@ using System.Collections.Generic; using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class StorageQueue : IUtf8JsonSerializable + public partial class StorageQueueData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -33,11 +34,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static StorageQueue DeserializeStorageQueue(JsonElement element) + internal static StorageQueueData DeserializeStorageQueueData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional> metadata = default; Optional approximateMessageCount = default; foreach (var property in element.EnumerateObject()) @@ -95,7 +96,7 @@ internal static StorageQueue DeserializeStorageQueue(JsonElement element) continue; } } - return new StorageQueue(id.Value, name.Value, type.Value, Optional.ToDictionary(metadata), Optional.ToNullable(approximateMessageCount)); + return new StorageQueueData(id, name, type, Optional.ToDictionary(metadata), Optional.ToNullable(approximateMessageCount)); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs new file mode 100644 index 0000000000000..f701853814cc0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs @@ -0,0 +1,80 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using Azure.Core; + +namespace Azure.ResourceManager.Storage.Models +{ + public partial class SystemData + { + internal static SystemData DeserializeSystemData(JsonElement element) + { + Optional createdBy = default; + Optional createdByType = default; + Optional createdAt = default; + Optional lastModifiedBy = default; + Optional lastModifiedByType = default; + Optional lastModifiedAt = default; + foreach (var property in element.EnumerateObject()) + { + if (property.NameEquals("createdBy")) + { + createdBy = property.Value.GetString(); + continue; + } + if (property.NameEquals("createdByType")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + createdByType = new CreatedByType(property.Value.GetString()); + continue; + } + if (property.NameEquals("createdAt")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + createdAt = property.Value.GetDateTimeOffset("O"); + continue; + } + if (property.NameEquals("lastModifiedBy")) + { + lastModifiedBy = property.Value.GetString(); + continue; + } + if (property.NameEquals("lastModifiedByType")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + lastModifiedByType = new CreatedByType(property.Value.GetString()); + continue; + } + if (property.NameEquals("lastModifiedAt")) + { + if (property.Value.ValueKind == JsonValueKind.Null) + { + property.ThrowNonNullablePropertyIsNull(); + continue; + } + lastModifiedAt = property.Value.GetDateTimeOffset("O"); + continue; + } + } + return new SystemData(createdBy.Value, Optional.ToNullable(createdByType), Optional.ToNullable(createdAt), lastModifiedBy.Value, Optional.ToNullable(lastModifiedByType), Optional.ToNullable(lastModifiedAt)); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs new file mode 100644 index 0000000000000..3bea37adb80bf --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs @@ -0,0 +1,50 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; + +namespace Azure.ResourceManager.Storage.Models +{ + /// Metadata pertaining to creation and last modification of the resource. + public partial class SystemData + { + /// Initializes a new instance of SystemData. + internal SystemData() + { + } + + /// Initializes a new instance of SystemData. + /// The identity that created the resource. + /// The type of identity that created the resource. + /// The timestamp of resource creation (UTC). + /// The identity that last modified the resource. + /// The type of identity that last modified the resource. + /// The timestamp of resource last modification (UTC). + internal SystemData(string createdBy, CreatedByType? createdByType, DateTimeOffset? createdAt, string lastModifiedBy, CreatedByType? lastModifiedByType, DateTimeOffset? lastModifiedAt) + { + CreatedBy = createdBy; + CreatedByType = createdByType; + CreatedAt = createdAt; + LastModifiedBy = lastModifiedBy; + LastModifiedByType = lastModifiedByType; + LastModifiedAt = lastModifiedAt; + } + + /// The identity that created the resource. + public string CreatedBy { get; } + /// The type of identity that created the resource. + public CreatedByType? CreatedByType { get; } + /// The timestamp of resource creation (UTC). + public DateTimeOffset? CreatedAt { get; } + /// The identity that last modified the resource. + public string LastModifiedBy { get; } + /// The type of identity that last modified the resource. + public CreatedByType? LastModifiedByType { get; } + /// The timestamp of resource last modification (UTC). + public DateTimeOffset? LastModifiedAt { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.cs deleted file mode 100644 index 7e93316926959..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.cs +++ /dev/null @@ -1,31 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -namespace Azure.ResourceManager.Storage.Models -{ - /// Properties of the table, including Id, resource name, resource type. - public partial class Table : Resource - { - /// Initializes a new instance of Table. - public Table() - { - } - - /// Initializes a new instance of Table. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - /// Table name under the specified account. - internal Table(string id, string name, string type, string tableName) : base(id, name, type) - { - TableName = tableName; - } - - /// Table name under the specified account. - public string TableName { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableData.Serialization.cs similarity index 82% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableData.Serialization.cs index 33b10214aa719..c239a183f9322 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/Table.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableData.Serialization.cs @@ -7,10 +7,11 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class Table : IUtf8JsonSerializable + public partial class TableData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -21,11 +22,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static Table DeserializeTable(JsonElement element) + internal static TableData DeserializeTableData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional tableName = default; foreach (var property in element.EnumerateObject()) { @@ -62,7 +63,7 @@ internal static Table DeserializeTable(JsonElement element) continue; } } - return new Table(id.Value, name.Value, type.Value, tableName.Value); + return new TableData(id, name, type, tableName.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceData.Serialization.cs similarity index 83% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.Serialization.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceData.Serialization.cs index 343f55bf4d1e2..8a95fd3a66e54 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceData.Serialization.cs @@ -7,10 +7,12 @@ using System.Text.Json; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - public partial class QueueServiceProperties : IUtf8JsonSerializable + public partial class TableServiceData : IUtf8JsonSerializable { void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) { @@ -26,11 +28,11 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) writer.WriteEndObject(); } - internal static QueueServiceProperties DeserializeQueueServiceProperties(JsonElement element) + internal static TableServiceData DeserializeTableServiceData(JsonElement element) { - Optional id = default; - Optional name = default; - Optional type = default; + ResourceIdentifier id = default; + string name = default; + ResourceType type = default; Optional cors = default; foreach (var property in element.EnumerateObject()) { @@ -72,7 +74,7 @@ internal static QueueServiceProperties DeserializeQueueServiceProperties(JsonEle continue; } } - return new QueueServiceProperties(id.Value, name.Value, type.Value, cors.Value); + return new TableServiceData(id, name, type, cors.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.Serialization.cs deleted file mode 100644 index 3725f527c7a91..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.Serialization.cs +++ /dev/null @@ -1,83 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System.Collections.Generic; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class TrackedResource : IUtf8JsonSerializable - { - void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) - { - writer.WriteStartObject(); - if (Optional.IsCollectionDefined(Tags)) - { - writer.WritePropertyName("tags"); - writer.WriteStartObject(); - foreach (var item in Tags) - { - writer.WritePropertyName(item.Key); - writer.WriteStringValue(item.Value); - } - writer.WriteEndObject(); - } - writer.WritePropertyName("location"); - writer.WriteStringValue(Location); - writer.WriteEndObject(); - } - - internal static TrackedResource DeserializeTrackedResource(JsonElement element) - { - Optional> tags = default; - string location = default; - Optional id = default; - Optional name = default; - Optional type = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("tags")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - Dictionary dictionary = new Dictionary(); - foreach (var property0 in property.Value.EnumerateObject()) - { - dictionary.Add(property0.Name, property0.Value.GetString()); - } - tags = dictionary; - continue; - } - if (property.NameEquals("location")) - { - location = property.Value.GetString(); - continue; - } - if (property.NameEquals("id")) - { - id = property.Value.GetString(); - continue; - } - if (property.NameEquals("name")) - { - name = property.Value.GetString(); - continue; - } - if (property.NameEquals("type")) - { - type = property.Value.GetString(); - continue; - } - } - return new TrackedResource(id.Value, name.Value, type.Value, Optional.ToDictionary(tags), location); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.cs deleted file mode 100644 index 20b4866ed3897..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TrackedResource.cs +++ /dev/null @@ -1,48 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Collections.Generic; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - /// The resource model definition for a ARM tracked top level resource. - public partial class TrackedResource : Resource - { - /// Initializes a new instance of TrackedResource. - /// The geo-location where the resource lives. - /// is null. - public TrackedResource(string location) - { - if (location == null) - { - throw new ArgumentNullException(nameof(location)); - } - - Tags = new ChangeTrackingDictionary(); - Location = location; - } - - /// Initializes a new instance of TrackedResource. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - /// Resource tags. - /// The geo-location where the resource lives. - internal TrackedResource(string id, string name, string type, IDictionary tags, string location) : base(id, name, type) - { - Tags = tags; - Location = location; - } - - /// Resource tags. - public IDictionary Tags { get; } - /// The geo-location where the resource lives. - public string Location { get; set; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/VirtualNetworkRule.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/VirtualNetworkRule.Serialization.cs index 25cc13ea60df0..41ba17089eccb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/VirtualNetworkRule.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/VirtualNetworkRule.Serialization.cs @@ -25,7 +25,7 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) if (Optional.IsDefined(State)) { writer.WritePropertyName("state"); - writer.WriteStringValue(State.Value.ToSerialString()); + writer.WriteStringValue(State.Value.ToString()); } writer.WriteEndObject(); } @@ -54,7 +54,7 @@ internal static VirtualNetworkRule DeserializeVirtualNetworkRule(JsonElement ele property.ThrowNonNullablePropertyIsNull(); continue; } - state = property.Value.GetString().ToState(); + state = new State(property.Value.GetString()); continue; } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesOperations.cs deleted file mode 100644 index e7c867646cf8e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesOperations.cs +++ /dev/null @@ -1,233 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The ObjectReplicationPolicies service client. - public partial class ObjectReplicationPoliciesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal ObjectReplicationPoliciesRestOperations RestClient { get; } - - /// Initializes a new instance of ObjectReplicationPoliciesOperations for mocking. - protected ObjectReplicationPoliciesOperations() - { - } - - /// Initializes a new instance of ObjectReplicationPoliciesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal ObjectReplicationPoliciesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new ObjectReplicationPoliciesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Get the object replication policy of the storage account by policy ID. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, objectReplicationPolicyId, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Get the object replication policy of the storage account by policy ID. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, objectReplicationPolicyId, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Create or update the object replication policy of the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The object replication policy set to a storage account. A unique policy ID will be created if absent. - /// The cancellation token to use. - public virtual async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicy properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.CreateOrUpdate"); - scope.Start(); - try - { - return await RestClient.CreateOrUpdateAsync(resourceGroupName, accountName, objectReplicationPolicyId, properties, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Create or update the object replication policy of the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The object replication policy set to a storage account. A unique policy ID will be created if absent. - /// The cancellation token to use. - public virtual Response CreateOrUpdate(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicy properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.CreateOrUpdate"); - scope.Start(); - try - { - return RestClient.CreateOrUpdate(resourceGroupName, accountName, objectReplicationPolicyId, properties, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the object replication policy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, objectReplicationPolicyId, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the object replication policy associated with the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, objectReplicationPolicyId, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List the object replication policies associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// List the object replication policies associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPoliciesOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs new file mode 100644 index 0000000000000..4da3f73a18b07 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs @@ -0,0 +1,174 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a ObjectReplicationPolicy along with the instance operations that can be performed on it. + public partial class ObjectReplicationPolicy : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly ObjectReplicationPoliciesRestOperations _restClient; + private readonly ObjectReplicationPolicyData _data; + + /// Initializes a new instance of the class for mocking. + protected ObjectReplicationPolicy() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal ObjectReplicationPolicy(ArmResource options, ObjectReplicationPolicyData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal ObjectReplicationPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/objectReplicationPolicies"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual ObjectReplicationPolicyData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Get the object replication policy of the storage account by policy ID. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicy.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new ObjectReplicationPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Get the object replication policy of the storage account by policy ID. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicy.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ObjectReplicationPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the object replication policy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicy.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new ObjectReplicationPolicyDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the object replication policy associated with the specified storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual ObjectReplicationPolicyDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicy.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new ObjectReplicationPolicyDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs new file mode 100644 index 0000000000000..610375b6457a3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs @@ -0,0 +1,361 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of ObjectReplicationPolicy and their operations over a StorageAccount. + public partial class ObjectReplicationPolicyContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly ObjectReplicationPoliciesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected ObjectReplicationPolicyContainer() + { + } + + /// Initializes a new instance of ObjectReplicationPolicyContainer class. + /// The resource representing the parent resource. + internal ObjectReplicationPolicyContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Create or update the object replication policy of the storage account. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// The object replication policy set to a storage account. A unique policy ID will be created if absent. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual ObjectReplicationPolicyCreateOrUpdateOperation CreateOrUpdate(string objectReplicationPolicyId, ObjectReplicationPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.CreateOrUpdate(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, properties, cancellationToken); + var operation = new ObjectReplicationPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Create or update the object replication policy of the storage account. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// The object replication policy set to a storage account. A unique policy ID will be created if absent. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string objectReplicationPolicyId, ObjectReplicationPolicyData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateOrUpdateAsync(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, properties, cancellationToken).ConfigureAwait(false); + var operation = new ObjectReplicationPolicyCreateOrUpdateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.Get"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new ObjectReplicationPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.Get"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new ObjectReplicationPolicy(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetIfExists"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new ObjectReplicationPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetIfExists"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, objectReplicationPolicyId, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new ObjectReplicationPolicy(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = GetIfExists(objectReplicationPolicyId, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string objectReplicationPolicyId, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.CheckIfExists"); + scope.Start(); + try + { + if (objectReplicationPolicyId == null) + { + throw new ArgumentNullException(nameof(objectReplicationPolicyId)); + } + + var response = await GetIfExistsAsync(objectReplicationPolicyId, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List the object replication policies associated with the storage account. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new ObjectReplicationPolicy(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, null); + } + + /// List the object replication policies associated with the storage account. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new ObjectReplicationPolicy(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(ObjectReplicationPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(ObjectReplicationPolicy.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs similarity index 54% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs index 891cf14aa2201..a4456d8a28951 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ObjectReplicationPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs @@ -8,28 +8,31 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// The replication policy between two storage accounts. Multiple rules can be defined in one policy. - public partial class ObjectReplicationPolicy : Resource + /// A class representing the ObjectReplicationPolicy data model. + public partial class ObjectReplicationPolicyData : Resource { - /// Initializes a new instance of ObjectReplicationPolicy. - public ObjectReplicationPolicy() + /// Initializes a new instance of ObjectReplicationPolicyData. + public ObjectReplicationPolicyData() { Rules = new ChangeTrackingList(); } - /// Initializes a new instance of ObjectReplicationPolicy. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of ObjectReplicationPolicyData. + /// The id. + /// The name. + /// The type. /// A unique id for object replication policy. /// Indicates when the policy is enabled on the source account. - /// Required. Source account name. - /// Required. Destination account name. + /// Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. + /// Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. /// The storage account object replication rules. - internal ObjectReplicationPolicy(string id, string name, string type, string policyId, DateTimeOffset? enabledTime, string sourceAccount, string destinationAccount, IList rules) : base(id, name, type) + internal ObjectReplicationPolicyData(ResourceIdentifier id, string name, ResourceType type, string policyId, DateTimeOffset? enabledTime, string sourceAccount, string destinationAccount, IList rules) : base(id, name, type) { PolicyId = policyId; EnabledTime = enabledTime; @@ -42,9 +45,9 @@ internal ObjectReplicationPolicy(string id, string name, string type, string pol public string PolicyId { get; } /// Indicates when the policy is enabled on the source account. public DateTimeOffset? EnabledTime { get; } - /// Required. Source account name. + /// Required. Source account name. It should be full resource id if allowCrossTenantReplication set to false. public string SourceAccount { get; set; } - /// Required. Destination account name. + /// Required. Destination account name. It should be full resource id if allowCrossTenantReplication set to false. public string DestinationAccount { get; set; } /// The storage account object replication rules. public IList Rules { get; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Operations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Operations.cs deleted file mode 100644 index a4c7377a6db18..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Operations.cs +++ /dev/null @@ -1,86 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The service client. - public partial class Operations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal RestOperations RestClient { get; } - - /// Initializes a new instance of Operations for mocking. - protected Operations() - { - } - - /// Initializes a new instance of Operations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// server parameter. - /// Api Version. - internal Operations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new RestOperations(clientDiagnostics, pipeline, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Lists all of the available Storage Rest API operations. - /// The cancellation token to use. - public virtual AsyncPageable ListAsync(CancellationToken cancellationToken = default) - { - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("Operations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// Lists all of the available Storage Rest API operations. - /// The cancellation token to use. - public virtual Pageable List(CancellationToken cancellationToken = default) - { - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("Operations.List"); - scope.Start(); - try - { - var response = RestClient.List(cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs new file mode 100644 index 0000000000000..612c7e60fcd9a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs @@ -0,0 +1,174 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a PrivateEndpointConnection along with the instance operations that can be performed on it. + public partial class PrivateEndpointConnection : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly PrivateEndpointConnectionsRestOperations _restClient; + private readonly PrivateEndpointConnectionData _data; + + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointConnection() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal PrivateEndpointConnection(ArmResource options, PrivateEndpointConnectionData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal PrivateEndpointConnection(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/privateEndpointConnections"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual PrivateEndpointConnectionData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the specified private endpoint connection associated with the storage account. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnection.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new PrivateEndpointConnection(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the specified private endpoint connection associated with the storage account. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnection.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new PrivateEndpointConnection(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the specified private endpoint connection associated with the storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnection.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new PrivateEndpointConnectionDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the specified private endpoint connection associated with the storage account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual PrivateEndpointConnectionDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnection.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new PrivateEndpointConnectionDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs new file mode 100644 index 0000000000000..53016d325c0af --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs @@ -0,0 +1,361 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of PrivateEndpointConnection and their operations over a StorageAccount. + public partial class PrivateEndpointConnectionContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly PrivateEndpointConnectionsRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected PrivateEndpointConnectionContainer() + { + } + + /// Initializes a new instance of PrivateEndpointConnectionContainer class. + /// The resource representing the parent resource. + internal PrivateEndpointConnectionContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Update the state of specified private endpoint connection associated with the storage account. + /// The name of the private endpoint connection associated with the Azure resource. + /// The private endpoint connection properties. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual PrivateEndpointConnectionPutOperation CreateOrUpdate(string privateEndpointConnectionName, PrivateEndpointConnectionData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Put(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, properties, cancellationToken); + var operation = new PrivateEndpointConnectionPutOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Update the state of specified private endpoint connection associated with the storage account. + /// The name of the private endpoint connection associated with the Azure resource. + /// The private endpoint connection properties. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string privateEndpointConnectionName, PrivateEndpointConnectionData properties, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.PutAsync(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, properties, cancellationToken).ConfigureAwait(false); + var operation = new PrivateEndpointConnectionPutOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new PrivateEndpointConnection(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.Get"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new PrivateEndpointConnection(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new PrivateEndpointConnection(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetIfExists"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Name, privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new PrivateEndpointConnection(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = GetIfExists(privateEndpointConnectionName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the private endpoint connection associated with the Azure resource. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string privateEndpointConnectionName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.CheckIfExists"); + scope.Start(); + try + { + if (privateEndpointConnectionName == null) + { + throw new ArgumentNullException(nameof(privateEndpointConnectionName)); + } + + var response = await GetIfExistsAsync(privateEndpointConnectionName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all the private endpoint connections associated with the storage account. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new PrivateEndpointConnection(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, null); + } + + /// List all the private endpoint connections associated with the storage account. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new PrivateEndpointConnection(Parent, value)), null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(PrivateEndpointConnection.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(PrivateEndpointConnection.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs similarity index 59% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs index 22c586f77fea7..bad4e32321f7f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateEndpointConnection.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs @@ -5,24 +5,28 @@ #nullable disable -namespace Azure.ResourceManager.Storage.Models +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage { - /// The Private Endpoint Connection resource. - public partial class PrivateEndpointConnection : Resource + /// A class representing the PrivateEndpointConnection data model. + public partial class PrivateEndpointConnectionData : Resource { - /// Initializes a new instance of PrivateEndpointConnection. - public PrivateEndpointConnection() + /// Initializes a new instance of PrivateEndpointConnectionData. + public PrivateEndpointConnectionData() { } - /// Initializes a new instance of PrivateEndpointConnection. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of PrivateEndpointConnectionData. + /// The id. + /// The name. + /// The type. /// The resource of private end point. /// A collection of information about the state of the connection between service consumer and provider. /// The provisioning state of the private endpoint connection resource. - internal PrivateEndpointConnection(string id, string name, string type, PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privateLinkServiceConnectionState, PrivateEndpointConnectionProvisioningState? provisioningState) : base(id, name, type) + internal PrivateEndpointConnectionData(ResourceIdentifier id, string name, ResourceType type, PrivateEndpoint privateEndpoint, PrivateLinkServiceConnectionState privateLinkServiceConnectionState, PrivateEndpointConnectionProvisioningState? provisioningState) : base(id, name, type) { PrivateEndpoint = privateEndpoint; PrivateLinkServiceConnectionState = privateLinkServiceConnectionState; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsOperations.cs deleted file mode 100644 index 472cde960cccc..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsOperations.cs +++ /dev/null @@ -1,233 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The PrivateEndpointConnections service client. - public partial class PrivateEndpointConnectionsOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal PrivateEndpointConnectionsRestOperations RestClient { get; } - - /// Initializes a new instance of PrivateEndpointConnectionsOperations for mocking. - protected PrivateEndpointConnectionsOperations() - { - } - - /// Initializes a new instance of PrivateEndpointConnectionsOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal PrivateEndpointConnectionsOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new PrivateEndpointConnectionsRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Gets the specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, privateEndpointConnectionName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, privateEndpointConnectionName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Update the state of specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The private endpoint connection properties. - /// The cancellation token to use. - public virtual async Task> PutAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Put"); - scope.Start(); - try - { - return await RestClient.PutAsync(resourceGroupName, accountName, privateEndpointConnectionName, properties, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Update the state of specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The private endpoint connection properties. - /// The cancellation token to use. - public virtual Response Put(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection properties, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Put"); - scope.Start(); - try - { - return RestClient.Put(resourceGroupName, accountName, privateEndpointConnectionName, properties, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, privateEndpointConnectionName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the specified private endpoint connection associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The name of the private endpoint connection associated with the Azure resource. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, privateEndpointConnectionName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List all the private endpoint connections associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// List all the private endpoint connections associated with the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionsOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesOperations.cs deleted file mode 100644 index da02923323f69..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesOperations.cs +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The PrivateLinkResources service client. - public partial class PrivateLinkResourcesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal PrivateLinkResourcesRestOperations RestClient { get; } - - /// Initializes a new instance of PrivateLinkResourcesOperations for mocking. - protected PrivateLinkResourcesOperations() - { - } - - /// Initializes a new instance of PrivateLinkResourcesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal PrivateLinkResourcesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new PrivateLinkResourcesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Gets the private link resources that need to be created for a storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> ListByStorageAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkResourcesOperations.ListByStorageAccount"); - scope.Start(); - try - { - return await RestClient.ListByStorageAccountAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the private link resources that need to be created for a storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response ListByStorageAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateLinkResourcesOperations.ListByStorageAccount"); - scope.Start(); - try - { - return RestClient.ListByStorageAccount(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueOperations.cs deleted file mode 100644 index f1d2a2ca6b901..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueOperations.cs +++ /dev/null @@ -1,309 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The Queue service client. - public partial class QueueOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal QueueRestOperations RestClient { get; } - - /// Initializes a new instance of QueueOperations for mocking. - protected QueueOperations() - { - } - - /// Initializes a new instance of QueueOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal QueueOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new QueueRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Creates a new queue with the specified queue name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// Queue properties and metadata to be created with. - /// The cancellation token to use. - public virtual async Task> CreateAsync(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Create"); - scope.Start(); - try - { - return await RestClient.CreateAsync(resourceGroupName, accountName, queueName, queue, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new queue with the specified queue name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// Queue properties and metadata to be created with. - /// The cancellation token to use. - public virtual Response Create(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Create"); - scope.Start(); - try - { - return RestClient.Create(resourceGroupName, accountName, queueName, queue, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new queue with the specified queue name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// Queue properties and metadata to be created with. - /// The cancellation token to use. - public virtual async Task> UpdateAsync(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Update"); - scope.Start(); - try - { - return await RestClient.UpdateAsync(resourceGroupName, accountName, queueName, queue, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new queue with the specified queue name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// Queue properties and metadata to be created with. - /// The cancellation token to use. - public virtual Response Update(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Update"); - scope.Start(); - try - { - return RestClient.Update(resourceGroupName, accountName, queueName, queue, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the queue with the specified queue name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, queueName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the queue with the specified queue name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// The cancellation token to use. - public virtual Response Get(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, queueName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the queue with the specified queue name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, queueName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the queue with the specified queue name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, queueName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets a list of all the queues under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional, a maximum number of queues that should be included in a list queue response. - /// Optional, When specified, only the queues with a name starting with the given filter will be listed. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, maxpagesize, filter, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, accountName, maxpagesize, filter, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Gets a list of all the queues under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Optional, a maximum number of queues that should be included in a list queue response. - /// Optional, When specified, only the queues with a name starting with the given filter will be listed. - /// The cancellation token to use. - /// or is null. - public virtual Pageable List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, maxpagesize, filter, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("QueueOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, resourceGroupName, accountName, maxpagesize, filter, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs new file mode 100644 index 0000000000000..2be6ba259a93b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs @@ -0,0 +1,185 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a QueueService along with the instance operations that can be performed on it. + public partial class QueueService : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly QueueServicesRestOperations _restClient; + private readonly QueueServiceData _data; + + /// Initializes a new instance of the class for mocking. + protected QueueService() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal QueueService(ArmResource options, QueueServiceData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal QueueService(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/queueServices"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual QueueServiceData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueService.Get"); + scope.Start(); + try + { + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueService.Get"); + scope.Start(); + try + { + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetServicePropertiesAsync(QueueServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("QueueService.SetServiceProperties"); + scope.Start(); + try + { + var response = await _restClient.SetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. + /// The cancellation token to use. + /// is null. + public virtual Response SetServiceProperties(QueueServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("QueueService.SetServiceProperties"); + scope.Start(); + try + { + var response = _restClient.SetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken); + return Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of StorageQueues in the QueueService. + /// An object representing collection of StorageQueues and their operations over a QueueService. + public StorageQueueContainer GetStorageQueues() + { + return new StorageQueueContainer(this); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs new file mode 100644 index 0000000000000..4702d649830c5 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs @@ -0,0 +1,282 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of QueueService and their operations over a StorageAccount. + public partial class QueueServiceContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly QueueServicesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected QueueServiceContainer() + { + } + + /// Initializes a new instance of QueueServiceContainer class. + /// The resource representing the parent resource. + internal QueueServiceContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Gets details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.Get"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, queueServiceName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new QueueService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.Get"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, queueServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new QueueService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, queueServiceName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, queueServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new QueueService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = GetIfExists(queueServiceName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string queueServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } + + var response = await GetIfExistsAsync(queueServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all queue services for the storage account. + /// The cancellation token to use. + public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value.Value.Select(data => new QueueService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all queue services for the storage account. + /// The cancellation token to use. + public virtual Response> GetAll(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(response.Value.Value.Select(data => new QueueService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(QueueService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(QueueService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs similarity index 53% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs index 4aefd08eb4d89..1fa82d83d22b1 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/QueueServiceProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs @@ -5,22 +5,26 @@ #nullable disable -namespace Azure.ResourceManager.Storage.Models +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage { - /// The properties of a storage account’s Queue service. - public partial class QueueServiceProperties : Resource + /// A class representing the QueueService data model. + public partial class QueueServiceData : Resource { - /// Initializes a new instance of QueueServiceProperties. - public QueueServiceProperties() + /// Initializes a new instance of QueueServiceData. + public QueueServiceData() { } - /// Initializes a new instance of QueueServiceProperties. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of QueueServiceData. + /// The id. + /// The name. + /// The type. /// Specifies CORS rules for the Queue service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Queue service. - internal QueueServiceProperties(string id, string name, string type, CorsRules cors) : base(id, name, type) + internal QueueServiceData(ResourceIdentifier id, string name, ResourceType type, CorsRules cors) : base(id, name, type) { Cors = cors; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesOperations.cs deleted file mode 100644 index 815916f00390d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesOperations.cs +++ /dev/null @@ -1,158 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The QueueServices service client. - public partial class QueueServicesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal QueueServicesRestOperations RestClient { get; } - - /// Initializes a new instance of QueueServicesOperations for mocking. - protected QueueServicesOperations() - { - } - - /// Initializes a new instance of QueueServicesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal QueueServicesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new QueueServicesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// List all queue services for the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.List"); - scope.Start(); - try - { - return await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List all queue services for the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.List"); - scope.Start(); - try - { - return RestClient.List(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. - /// The cancellation token to use. - public virtual async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, QueueServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return await RestClient.SetServicePropertiesAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. - /// The cancellation token to use. - public virtual Response SetServiceProperties(string resourceGroupName, string accountName, QueueServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return RestClient.SetServiceProperties(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return await RestClient.GetServicePropertiesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return RestClient.GetServiceProperties(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations.cs deleted file mode 100644 index 5b18886098287..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations.cs +++ /dev/null @@ -1,100 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - internal partial class RestOperations - { - private Uri endpoint; - private string apiVersion; - private ClientDiagnostics _clientDiagnostics; - private HttpPipeline _pipeline; - - /// Initializes a new instance of RestOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// server parameter. - /// Api Version. - /// is null. - public RestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Uri endpoint = null, string apiVersion = "2019-06-01") - { - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.endpoint = endpoint; - this.apiVersion = apiVersion; - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - internal HttpMessage CreateListRequest() - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Get; - var uri = new RawRequestUriBuilder(); - uri.Reset(endpoint); - uri.AppendPath("/providers/Microsoft.Storage/operations", false); - uri.AppendQuery("api-version", apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - return message; - } - - /// Lists all of the available Storage Rest API operations. - /// The cancellation token to use. - public async Task> ListAsync(CancellationToken cancellationToken = default) - { - using var message = CreateListRequest(); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - OperationListResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = OperationListResult.DeserializeOperationListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); - } - } - - /// Lists all of the available Storage Rest API operations. - /// The cancellation token to use. - public Response List(CancellationToken cancellationToken = default) - { - using var message = CreateListRequest(); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - OperationListResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = OperationListResult.DeserializeOperationListResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw _clientDiagnostics.CreateRequestFailedException(message.Response); - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs similarity index 73% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs index e5648e5556a4e..ae71605f6187c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainersRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs @@ -31,26 +31,16 @@ internal partial class BlobContainersRestOperations /// server parameter. /// Api Version. /// or is null. - public BlobContainersRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public BlobContainersRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName, string maxpagesize, string filter, ListContainersInclude? include) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string blobServicesName, string maxpagesize, string filter, ListContainersInclude? include) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -63,7 +53,9 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers", false); uri.AppendQuery("api-version", apiVersion, true); if (maxpagesize != null) { @@ -85,12 +77,13 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. /// Optional, used to include the properties for soft deleted blob containers. /// The cancellation token to use. - /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetAllAsync(string resourceGroupName, string accountName, string blobServicesName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -100,8 +93,12 @@ public async Task> ListAsync(string resourceGroupNa { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter, include); + using var message = CreateGetAllRequest(resourceGroupName, accountName, blobServicesName, maxpagesize, filter, include); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -120,12 +117,13 @@ public async Task> ListAsync(string resourceGroupNa /// Lists all containers and does not support a prefix like data plane. Also SRP today does not return continuation token. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. /// Optional, used to include the properties for soft deleted blob containers. /// The cancellation token to use. - /// or is null. - public Response List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetAll(string resourceGroupName, string accountName, string blobServicesName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -135,8 +133,12 @@ public Response List(string resourceGroupName, string accoun { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter, include); + using var message = CreateGetAllRequest(resourceGroupName, accountName, blobServicesName, maxpagesize, filter, include); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -152,7 +154,7 @@ public Response List(string resourceGroupName, string accoun } } - internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer) + internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -165,7 +167,9 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -180,11 +184,12 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties of the blob container to create. /// The cancellation token to use. - /// , , , or is null. - public async Task> CreateAsync(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> CreateAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -194,6 +199,10 @@ public async Task> CreateAsync(string resourceGroupName, { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -203,16 +212,16 @@ public async Task> CreateAsync(string resourceGroupName, throw new ArgumentNullException(nameof(blobContainer)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, containerName, blobContainer); + using var message = CreateCreateRequest(resourceGroupName, accountName, blobServicesName, containerName, blobContainer); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: case 201: { - BlobContainer value = default; + BlobContainerData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -223,11 +232,12 @@ public async Task> CreateAsync(string resourceGroupName, /// Creates a new container under the specified account as described by request body. The container resource includes metadata and properties for that container. It does not include a list of the blobs contained by the container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties of the blob container to create. /// The cancellation token to use. - /// , , , or is null. - public Response Create(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Create(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -237,6 +247,10 @@ public Response Create(string resourceGroupName, string accountNa { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -246,16 +260,16 @@ public Response Create(string resourceGroupName, string accountNa throw new ArgumentNullException(nameof(blobContainer)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, containerName, blobContainer); + using var message = CreateCreateRequest(resourceGroupName, accountName, blobServicesName, containerName, blobContainer); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: case 201: { - BlobContainer value = default; + BlobContainerData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -263,7 +277,7 @@ public Response Create(string resourceGroupName, string accountNa } } - internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer) + internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -276,7 +290,9 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -291,11 +307,12 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties to update for the blob container. /// The cancellation token to use. - /// , , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> UpdateAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -305,6 +322,10 @@ public async Task> UpdateAsync(string resourceGroupName, { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -314,15 +335,15 @@ public async Task> UpdateAsync(string resourceGroupName, throw new ArgumentNullException(nameof(blobContainer)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, containerName, blobContainer); + using var message = CreateUpdateRequest(resourceGroupName, accountName, blobServicesName, containerName, blobContainer); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - BlobContainer value = default; + BlobContainerData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -333,11 +354,12 @@ public async Task> UpdateAsync(string resourceGroupName, /// Updates container properties as specified in request body. Properties not mentioned in the request will be unchanged. Update fails if the specified container doesn't already exist. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties to update for the blob container. /// The cancellation token to use. - /// , , , or is null. - public Response Update(string resourceGroupName, string accountName, string containerName, BlobContainer blobContainer, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Update(string resourceGroupName, string accountName, string blobServicesName, string containerName, BlobContainerData blobContainer, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -347,6 +369,10 @@ public Response Update(string resourceGroupName, string accountNa { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -356,15 +382,15 @@ public Response Update(string resourceGroupName, string accountNa throw new ArgumentNullException(nameof(blobContainer)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, containerName, blobContainer); + using var message = CreateUpdateRequest(resourceGroupName, accountName, blobServicesName, containerName, blobContainer); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - BlobContainer value = default; + BlobContainerData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -372,7 +398,7 @@ public Response Update(string resourceGroupName, string accountNa } } - internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string containerName) + internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -385,7 +411,9 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -396,10 +424,11 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// Gets properties of a specified container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. - /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -409,22 +438,28 @@ public async Task> GetAsync(string resourceGroupName, st { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, containerName); + using var message = CreateGetRequest(resourceGroupName, accountName, blobServicesName, containerName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - BlobContainer value = default; + BlobContainerData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((BlobContainerData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -433,10 +468,11 @@ public async Task> GetAsync(string resourceGroupName, st /// Gets properties of a specified container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. - /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Get(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -446,28 +482,34 @@ public Response Get(string resourceGroupName, string accountName, { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, containerName); + using var message = CreateGetRequest(resourceGroupName, accountName, blobServicesName, containerName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - BlobContainer value = default; + BlobContainerData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = BlobContainer.DeserializeBlobContainer(document.RootElement); + value = BlobContainerData.DeserializeBlobContainerData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((BlobContainerData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string containerName) + internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -480,7 +522,9 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -490,10 +534,11 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun /// Deletes specified container under its account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. - /// , , or is null. - public async Task DeleteAsync(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task DeleteAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -503,12 +548,16 @@ public async Task DeleteAsync(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, containerName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, blobServicesName, containerName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -523,10 +572,11 @@ public async Task DeleteAsync(string resourceGroupName, string account /// Deletes specified container under its account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. - /// , , or is null. - public Response Delete(string resourceGroupName, string accountName, string containerName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Delete(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -536,12 +586,16 @@ public Response Delete(string resourceGroupName, string accountName, string cont { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, containerName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, blobServicesName, containerName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -553,7 +607,7 @@ public Response Delete(string resourceGroupName, string accountName, string cont } } - internal HttpMessage CreateSetLegalHoldRequest(string resourceGroupName, string accountName, string containerName, LegalHold legalHold) + internal HttpMessage CreateSetLegalHoldRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -566,7 +620,9 @@ internal HttpMessage CreateSetLegalHoldRequest(string resourceGroupName, string uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/setLegalHold", false); uri.AppendQuery("api-version", apiVersion, true); @@ -582,11 +638,12 @@ internal HttpMessage CreateSetLegalHoldRequest(string resourceGroupName, string /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The LegalHold property that will be set to a blob container. /// The cancellation token to use. - /// , , , or is null. - public async Task> SetLegalHoldAsync(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> SetLegalHoldAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -596,6 +653,10 @@ public async Task> SetLegalHoldAsync(string resourceGroupNam { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -605,7 +666,7 @@ public async Task> SetLegalHoldAsync(string resourceGroupNam throw new ArgumentNullException(nameof(legalHold)); } - using var message = CreateSetLegalHoldRequest(resourceGroupName, accountName, containerName, legalHold); + using var message = CreateSetLegalHoldRequest(resourceGroupName, accountName, blobServicesName, containerName, legalHold); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -624,11 +685,12 @@ public async Task> SetLegalHoldAsync(string resourceGroupNam /// Sets legal hold tags. Setting the same tag results in an idempotent operation. SetLegalHold follows an append pattern and does not clear out the existing tags that are not specified in the request. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The LegalHold property that will be set to a blob container. /// The cancellation token to use. - /// , , , or is null. - public Response SetLegalHold(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response SetLegalHold(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -638,6 +700,10 @@ public Response SetLegalHold(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -647,7 +713,7 @@ public Response SetLegalHold(string resourceGroupName, string account throw new ArgumentNullException(nameof(legalHold)); } - using var message = CreateSetLegalHoldRequest(resourceGroupName, accountName, containerName, legalHold); + using var message = CreateSetLegalHoldRequest(resourceGroupName, accountName, blobServicesName, containerName, legalHold); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -663,7 +729,7 @@ public Response SetLegalHold(string resourceGroupName, string account } } - internal HttpMessage CreateClearLegalHoldRequest(string resourceGroupName, string accountName, string containerName, LegalHold legalHold) + internal HttpMessage CreateClearLegalHoldRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -676,7 +742,9 @@ internal HttpMessage CreateClearLegalHoldRequest(string resourceGroupName, strin uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/clearLegalHold", false); uri.AppendQuery("api-version", apiVersion, true); @@ -692,11 +760,12 @@ internal HttpMessage CreateClearLegalHoldRequest(string resourceGroupName, strin /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The LegalHold property that will be clear from a blob container. /// The cancellation token to use. - /// , , , or is null. - public async Task> ClearLegalHoldAsync(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> ClearLegalHoldAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -706,6 +775,10 @@ public async Task> ClearLegalHoldAsync(string resourceGroupN { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -715,7 +788,7 @@ public async Task> ClearLegalHoldAsync(string resourceGroupN throw new ArgumentNullException(nameof(legalHold)); } - using var message = CreateClearLegalHoldRequest(resourceGroupName, accountName, containerName, legalHold); + using var message = CreateClearLegalHoldRequest(resourceGroupName, accountName, blobServicesName, containerName, legalHold); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -734,11 +807,12 @@ public async Task> ClearLegalHoldAsync(string resourceGroupN /// Clears legal hold tags. Clearing the same or non-existent tag results in an idempotent operation. ClearLegalHold clears out only the specified tags in the request. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The LegalHold property that will be clear from a blob container. /// The cancellation token to use. - /// , , , or is null. - public Response ClearLegalHold(string resourceGroupName, string accountName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response ClearLegalHold(string resourceGroupName, string accountName, string blobServicesName, string containerName, LegalHold legalHold, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -748,6 +822,10 @@ public Response ClearLegalHold(string resourceGroupName, string accou { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -757,7 +835,7 @@ public Response ClearLegalHold(string resourceGroupName, string accou throw new ArgumentNullException(nameof(legalHold)); } - using var message = CreateClearLegalHoldRequest(resourceGroupName, accountName, containerName, legalHold); + using var message = CreateClearLegalHoldRequest(resourceGroupName, accountName, blobServicesName, containerName, legalHold); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -773,7 +851,7 @@ public Response ClearLegalHold(string resourceGroupName, string accou } } - internal HttpMessage CreateCreateOrUpdateImmutabilityPolicyRequest(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters) + internal HttpMessage CreateCreateOrUpdateImmutabilityPolicyRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, ImmutabilityPolicy parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -786,7 +864,9 @@ internal HttpMessage CreateCreateOrUpdateImmutabilityPolicyRequest(string resour uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/immutabilityPolicies/", false); uri.AppendPath("default", true); @@ -810,12 +890,13 @@ internal HttpMessage CreateCreateOrUpdateImmutabilityPolicyRequest(string resour /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. /// The cancellation token to use. - /// , , or is null. - public async Task> CreateOrUpdateImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> CreateOrUpdateImmutabilityPolicyAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -825,12 +906,16 @@ public async Task> CreateOrUpdateImmutabilityPolicy { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateCreateOrUpdateImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch, parameters); + using var message = CreateCreateOrUpdateImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -849,12 +934,13 @@ public async Task> CreateOrUpdateImmutabilityPolicy /// Creates or updates an unlocked immutability policy. ETag in If-Match is honored if given but not required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be created or updated to a blob container. /// The cancellation token to use. - /// , , or is null. - public Response CreateOrUpdateImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response CreateOrUpdateImmutabilityPolicy(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch = null, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -864,12 +950,16 @@ public Response CreateOrUpdateImmutabilityPolicy(string reso { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateCreateOrUpdateImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch, parameters); + using var message = CreateCreateOrUpdateImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -885,7 +975,7 @@ public Response CreateOrUpdateImmutabilityPolicy(string reso } } - internal HttpMessage CreateGetImmutabilityPolicyRequest(string resourceGroupName, string accountName, string containerName, string ifMatch) + internal HttpMessage CreateGetImmutabilityPolicyRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -898,7 +988,9 @@ internal HttpMessage CreateGetImmutabilityPolicyRequest(string resourceGroupName uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/immutabilityPolicies/", false); uri.AppendPath("default", true); @@ -915,11 +1007,12 @@ internal HttpMessage CreateGetImmutabilityPolicyRequest(string resourceGroupName /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , or is null. - public async Task> GetImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetImmutabilityPolicyAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -929,12 +1022,16 @@ public async Task> GetImmutabilityPolicyAsync(strin { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateGetImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateGetImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -953,11 +1050,12 @@ public async Task> GetImmutabilityPolicyAsync(strin /// Gets the existing immutability policy along with the corresponding ETag in response headers and body. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , or is null. - public Response GetImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response GetImmutabilityPolicy(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -967,12 +1065,16 @@ public Response GetImmutabilityPolicy(string resourceGroupNa { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateGetImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateGetImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -988,7 +1090,7 @@ public Response GetImmutabilityPolicy(string resourceGroupNa } } - internal HttpMessage CreateDeleteImmutabilityPolicyRequest(string resourceGroupName, string accountName, string containerName, string ifMatch) + internal HttpMessage CreateDeleteImmutabilityPolicyRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1001,7 +1103,9 @@ internal HttpMessage CreateDeleteImmutabilityPolicyRequest(string resourceGroupN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/immutabilityPolicies/", false); uri.AppendPath("default", true); @@ -1012,14 +1116,15 @@ internal HttpMessage CreateDeleteImmutabilityPolicyRequest(string resourceGroupN return message; } - /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container. + /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, the only way is to delete the container after deleting all expired blobs inside the policy locked container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , , or is null. - public async Task> DeleteImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> DeleteImmutabilityPolicyAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1029,6 +1134,10 @@ public async Task> DeleteImmutabilityPolicyAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1038,7 +1147,7 @@ public async Task> DeleteImmutabilityPolicyAsync(st throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateDeleteImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateDeleteImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1054,14 +1163,15 @@ public async Task> DeleteImmutabilityPolicyAsync(st } } - /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, only way is to delete the container after deleting all blobs inside the container. + /// Aborts an unlocked immutability policy. The response of delete has immutabilityPeriodSinceCreationInDays set to 0. ETag in If-Match is required for this operation. Deleting a locked immutability policy is not allowed, the only way is to delete the container after deleting all expired blobs inside the policy locked container. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , , or is null. - public Response DeleteImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response DeleteImmutabilityPolicy(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1071,6 +1181,10 @@ public Response DeleteImmutabilityPolicy(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1080,7 +1194,7 @@ public Response DeleteImmutabilityPolicy(string resourceGrou throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateDeleteImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateDeleteImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1096,7 +1210,7 @@ public Response DeleteImmutabilityPolicy(string resourceGrou } } - internal HttpMessage CreateLockImmutabilityPolicyRequest(string resourceGroupName, string accountName, string containerName, string ifMatch) + internal HttpMessage CreateLockImmutabilityPolicyRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1109,7 +1223,9 @@ internal HttpMessage CreateLockImmutabilityPolicyRequest(string resourceGroupNam uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/immutabilityPolicies/default/lock", false); uri.AppendQuery("api-version", apiVersion, true); @@ -1122,11 +1238,12 @@ internal HttpMessage CreateLockImmutabilityPolicyRequest(string resourceGroupNam /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , , or is null. - public async Task> LockImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> LockImmutabilityPolicyAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1136,6 +1253,10 @@ public async Task> LockImmutabilityPolicyAsync(stri { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1145,7 +1266,7 @@ public async Task> LockImmutabilityPolicyAsync(stri throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateLockImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateLockImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1164,11 +1285,12 @@ public async Task> LockImmutabilityPolicyAsync(stri /// Sets the ImmutabilityPolicy to Locked state. The only action allowed on a Locked policy is ExtendImmutabilityPolicy action. ETag in If-Match is required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The cancellation token to use. - /// , , , or is null. - public Response LockImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response LockImmutabilityPolicy(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1178,6 +1300,10 @@ public Response LockImmutabilityPolicy(string resourceGroupN { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1187,7 +1313,7 @@ public Response LockImmutabilityPolicy(string resourceGroupN throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateLockImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch); + using var message = CreateLockImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1203,7 +1329,7 @@ public Response LockImmutabilityPolicy(string resourceGroupN } } - internal HttpMessage CreateExtendImmutabilityPolicyRequest(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters) + internal HttpMessage CreateExtendImmutabilityPolicyRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, ImmutabilityPolicy parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1216,7 +1342,9 @@ internal HttpMessage CreateExtendImmutabilityPolicyRequest(string resourceGroupN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/immutabilityPolicies/default/extend", false); uri.AppendQuery("api-version", apiVersion, true); @@ -1236,12 +1364,13 @@ internal HttpMessage CreateExtendImmutabilityPolicyRequest(string resourceGroupN /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be extended for a blob container. /// The cancellation token to use. - /// , , , or is null. - public async Task> ExtendImmutabilityPolicyAsync(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> ExtendImmutabilityPolicyAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1251,6 +1380,10 @@ public async Task> ExtendImmutabilityPolicyAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1260,7 +1393,7 @@ public async Task> ExtendImmutabilityPolicyAsync(st throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateExtendImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch, parameters); + using var message = CreateExtendImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1279,12 +1412,13 @@ public async Task> ExtendImmutabilityPolicyAsync(st /// Extends the immutabilityPeriodSinceCreationInDays of a locked immutabilityPolicy. The only action allowed on a Locked policy will be this action. ETag in If-Match is required for this operation. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The entity state (ETag) version of the immutability policy to update. A value of "*" can be used to apply the operation only if the immutability policy already exists. If omitted, this operation will always be applied. /// The ImmutabilityPolicy Properties that will be extended for a blob container. /// The cancellation token to use. - /// , , , or is null. - public Response ExtendImmutabilityPolicy(string resourceGroupName, string accountName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response ExtendImmutabilityPolicy(string resourceGroupName, string accountName, string blobServicesName, string containerName, string ifMatch, ImmutabilityPolicy parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1294,6 +1428,10 @@ public Response ExtendImmutabilityPolicy(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); @@ -1303,7 +1441,7 @@ public Response ExtendImmutabilityPolicy(string resourceGrou throw new ArgumentNullException(nameof(ifMatch)); } - using var message = CreateExtendImmutabilityPolicyRequest(resourceGroupName, accountName, containerName, ifMatch, parameters); + using var message = CreateExtendImmutabilityPolicyRequest(resourceGroupName, accountName, blobServicesName, containerName, ifMatch, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1319,7 +1457,7 @@ public Response ExtendImmutabilityPolicy(string resourceGrou } } - internal HttpMessage CreateLeaseRequest(string resourceGroupName, string accountName, string containerName, LeaseContainerRequest parameters) + internal HttpMessage CreateLeaseRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName, LeaseContainerRequest parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1332,7 +1470,9 @@ internal HttpMessage CreateLeaseRequest(string resourceGroupName, string account uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/blobServices/default/containers/", false); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); uri.AppendPath(containerName, true); uri.AppendPath("/lease", false); uri.AppendQuery("api-version", apiVersion, true); @@ -1351,11 +1491,12 @@ internal HttpMessage CreateLeaseRequest(string resourceGroupName, string account /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Lease Container request body. /// The cancellation token to use. - /// , , or is null. - public async Task> LeaseAsync(string resourceGroupName, string accountName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> LeaseAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1365,12 +1506,16 @@ public async Task> LeaseAsync(string resourceGr { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateLeaseRequest(resourceGroupName, accountName, containerName, parameters); + using var message = CreateLeaseRequest(resourceGroupName, accountName, blobServicesName, containerName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1389,11 +1534,12 @@ public async Task> LeaseAsync(string resourceGr /// The Lease Container operation establishes and manages a lock on a container for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Lease Container request body. /// The cancellation token to use. - /// , , or is null. - public Response Lease(string resourceGroupName, string accountName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Lease(string resourceGroupName, string accountName, string blobServicesName, string containerName, LeaseContainerRequest parameters = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -1403,12 +1549,16 @@ public Response Lease(string resourceGroupName, string a { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (containerName == null) { throw new ArgumentNullException(nameof(containerName)); } - using var message = CreateLeaseRequest(resourceGroupName, accountName, containerName, parameters); + using var message = CreateLeaseRequest(resourceGroupName, accountName, blobServicesName, containerName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1424,7 +1574,107 @@ public Response Lease(string resourceGroupName, string a } } - internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceGroupName, string accountName, string maxpagesize, string filter, ListContainersInclude? include) + internal HttpMessage CreateObjectLevelWormRequest(string resourceGroupName, string accountName, string blobServicesName, string containerName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/blobServices/", false); + uri.AppendPath(blobServicesName, true); + uri.AppendPath("/containers/", false); + uri.AppendPath(containerName, true); + uri.AppendPath("/migrate", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// This operation migrates a blob container from container level WORM to object level immutability enabled container. Prerequisites require a container level immutability policy either in locked or unlocked state, Account level versioning must be enabled and there should be no Legal hold on the container. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// The cancellation token to use. + /// , , , or is null. + public async Task ObjectLevelWormAsync(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + using var message = CreateObjectLevelWormRequest(resourceGroupName, accountName, blobServicesName, containerName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// This operation migrates a blob container from container level WORM to object level immutability enabled container. Prerequisites require a container level immutability policy either in locked or unlocked state, Account level versioning must be enabled and there should be no Legal hold on the container. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. + /// The name of the blob container within the specified storage account. Blob container names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// The cancellation token to use. + /// , , , or is null. + public Response ObjectLevelWorm(string resourceGroupName, string accountName, string blobServicesName, string containerName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } + if (containerName == null) + { + throw new ArgumentNullException(nameof(containerName)); + } + + using var message = CreateObjectLevelWormRequest(resourceGroupName, accountName, blobServicesName, containerName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 202: + return message.Response; + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourceGroupName, string accountName, string blobServicesName, string maxpagesize, string filter, ListContainersInclude? include) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1441,12 +1691,13 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceG /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. /// Optional, used to include the properties for soft deleted blob containers. /// The cancellation token to use. - /// , , or is null. - public async Task> ListNextPageAsync(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAllNextPageAsync(string nextLink, string resourceGroupName, string accountName, string blobServicesName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -1460,8 +1711,12 @@ public async Task> ListNextPageAsync(string nextLin { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter, include); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, blobServicesName, maxpagesize, filter, include); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1481,12 +1736,13 @@ public async Task> ListNextPageAsync(string nextLin /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// Optional. Specified maximum number of containers that can be included in the list. /// Optional. When specified, only container names starting with the filter will be listed. /// Optional, used to include the properties for soft deleted blob containers. /// The cancellation token to use. - /// , , or is null. - public Response ListNextPage(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response GetAllNextPage(string nextLink, string resourceGroupName, string accountName, string blobServicesName, string maxpagesize = null, string filter = null, ListContainersInclude? include = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -1500,8 +1756,12 @@ public Response ListNextPage(string nextLink, string resourc { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter, include); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, blobServicesName, maxpagesize, filter, include); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs new file mode 100644 index 0000000000000..ffc7910ddfb31 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs @@ -0,0 +1,398 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + internal partial class BlobInventoryPoliciesRestOperations + { + private string subscriptionId; + private Uri endpoint; + private string apiVersion; + private ClientDiagnostics _clientDiagnostics; + private HttpPipeline _pipeline; + + /// Initializes a new instance of BlobInventoryPoliciesRestOperations. + /// The handler for diagnostic messaging in the client. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The ID of the target subscription. + /// server parameter. + /// Api Version. + /// or is null. + public BlobInventoryPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + { + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); + _clientDiagnostics = clientDiagnostics; + _pipeline = pipeline; + } + + internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/inventoryPolicies/", false); + uri.AppendPath(blobInventoryPolicyName.ToString(), true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The cancellation token to use. + /// or is null. + public async Task> GetAsync(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateGetRequest(resourceGroupName, accountName, blobInventoryPolicyName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + BlobInventoryPolicyData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = BlobInventoryPolicyData.DeserializeBlobInventoryPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((BlobInventoryPolicyData)null, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The cancellation token to use. + /// or is null. + public Response Get(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateGetRequest(resourceGroupName, accountName, blobInventoryPolicyName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + BlobInventoryPolicyData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = BlobInventoryPolicyData.DeserializeBlobInventoryPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((BlobInventoryPolicyData)null, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyData properties) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Put; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/inventoryPolicies/", false); + uri.AppendPath(blobInventoryPolicyName.ToString(), true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(properties); + request.Content = content; + return message; + } + + /// Sets the blob inventory policy to the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The blob inventory policy set to a storage account. + /// The cancellation token to use. + /// , , or is null. + public async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyData properties, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var message = CreateCreateOrUpdateRequest(resourceGroupName, accountName, blobInventoryPolicyName, properties); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + BlobInventoryPolicyData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = BlobInventoryPolicyData.DeserializeBlobInventoryPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Sets the blob inventory policy to the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The blob inventory policy set to a storage account. + /// The cancellation token to use. + /// , , or is null. + public Response CreateOrUpdate(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, BlobInventoryPolicyData properties, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (properties == null) + { + throw new ArgumentNullException(nameof(properties)); + } + + using var message = CreateCreateOrUpdateRequest(resourceGroupName, accountName, blobInventoryPolicyName, properties); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + BlobInventoryPolicyData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = BlobInventoryPolicyData.DeserializeBlobInventoryPolicyData(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Delete; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/inventoryPolicies/", false); + uri.AppendPath(blobInventoryPolicyName.ToString(), true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Deletes the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The cancellation token to use. + /// or is null. + public async Task DeleteAsync(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateDeleteRequest(resourceGroupName, accountName, blobInventoryPolicyName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Deletes the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the storage account blob inventory policy. It should always be 'default'. + /// The cancellation token to use. + /// or is null. + public Response Delete(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateDeleteRequest(resourceGroupName, accountName, blobInventoryPolicyName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + case 204: + return message.Response; + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/inventoryPolicies", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// or is null. + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateGetAllRequest(resourceGroupName, accountName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + ListBlobInventoryPolicy value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = ListBlobInventoryPolicy.DeserializeListBlobInventoryPolicy(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Gets the blob inventory policy associated with the specified storage account. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// or is null. + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateGetAllRequest(resourceGroupName, accountName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + ListBlobInventoryPolicy value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = ListBlobInventoryPolicy.DeserializeListBlobInventoryPolicy(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs index e3445f0f8b07c..27b7a51d25d83 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class BlobServicesRestOperations /// server parameter. /// Api Version. /// or is null. - public BlobServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public BlobServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(string resourceGroupName throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(string resourceGroupName /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupName, string accountN throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -134,7 +124,7 @@ public Response List(string resourceGroupName, string accountN } } - internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, BlobServiceProperties parameters) + internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, string blobServicesName, BlobServiceData parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -148,7 +138,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/blobServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(blobServicesName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -162,10 +152,11 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The cancellation token to use. - /// , , or is null. - public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, BlobServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, string blobServicesName, BlobServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -175,20 +166,24 @@ public async Task> SetServicePropertiesAsync(str { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, blobServicesName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - BlobServiceProperties value = default; + BlobServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = BlobServiceProperties.DeserializeBlobServiceProperties(document.RootElement); + value = BlobServiceData.DeserializeBlobServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -199,10 +194,11 @@ public async Task> SetServicePropertiesAsync(str /// Sets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The cancellation token to use. - /// , , or is null. - public Response SetServiceProperties(string resourceGroupName, string accountName, BlobServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response SetServiceProperties(string resourceGroupName, string accountName, string blobServicesName, BlobServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -212,20 +208,24 @@ public Response SetServiceProperties(string resourceGroup { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, blobServicesName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - BlobServiceProperties value = default; + BlobServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = BlobServiceProperties.DeserializeBlobServiceProperties(document.RootElement); + value = BlobServiceData.DeserializeBlobServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -233,7 +233,7 @@ public Response SetServiceProperties(string resourceGroup } } - internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName, string blobServicesName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -247,7 +247,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/blobServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(blobServicesName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -257,9 +257,10 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, string blobServicesName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -269,18 +270,24 @@ public async Task> GetServicePropertiesAsync(str { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, blobServicesName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - BlobServiceProperties value = default; + BlobServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = BlobServiceProperties.DeserializeBlobServiceProperties(document.RootElement); + value = BlobServiceData.DeserializeBlobServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((BlobServiceData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -289,9 +296,10 @@ public async Task> GetServicePropertiesAsync(str /// Gets the properties of a storage account’s Blob service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the blob Service within the specified storage account. Blob Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetServiceProperties(string resourceGroupName, string accountName, string blobServicesName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -301,18 +309,24 @@ public Response GetServiceProperties(string resourceGroup { throw new ArgumentNullException(nameof(accountName)); } + if (blobServicesName == null) + { + throw new ArgumentNullException(nameof(blobServicesName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, blobServicesName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - BlobServiceProperties value = default; + BlobServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = BlobServiceProperties.DeserializeBlobServiceProperties(document.RootElement); + value = BlobServiceData.DeserializeBlobServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((BlobServiceData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs new file mode 100644 index 0000000000000..457f8cc735146 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs @@ -0,0 +1,253 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + internal partial class DeletedAccountsRestOperations + { + private string subscriptionId; + private Uri endpoint; + private string apiVersion; + private ClientDiagnostics _clientDiagnostics; + private HttpPipeline _pipeline; + + /// Initializes a new instance of DeletedAccountsRestOperations. + /// The handler for diagnostic messaging in the client. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The ID of the target subscription. + /// server parameter. + /// Api Version. + /// or is null. + public DeletedAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + { + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); + _clientDiagnostics = clientDiagnostics; + _pipeline = pipeline; + } + + internal HttpMessage CreateGetAllRequest() + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Storage/deletedAccounts", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Lists deleted accounts under the subscription. + /// The cancellation token to use. + public async Task> GetAllAsync(CancellationToken cancellationToken = default) + { + using var message = CreateGetAllRequest(); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = DeletedAccountListResult.DeserializeDeletedAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Lists deleted accounts under the subscription. + /// The cancellation token to use. + public Response GetAll(CancellationToken cancellationToken = default) + { + using var message = CreateGetAllRequest(); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = DeletedAccountListResult.DeserializeDeletedAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetRequest(string location, string deletedAccountName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Storage/locations/", false); + uri.AppendPath(location, true); + uri.AppendPath("/deletedAccounts/", false); + uri.AppendPath(deletedAccountName, true); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Get properties of specified deleted account resource. + /// The location of the deleted storage account. + /// Name of the deleted storage account. + /// The cancellation token to use. + /// or is null. + public async Task> GetAsync(string location, string deletedAccountName, CancellationToken cancellationToken = default) + { + if (location == null) + { + throw new ArgumentNullException(nameof(location)); + } + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + using var message = CreateGetRequest(location, deletedAccountName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountData value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = DeletedAccountData.DeserializeDeletedAccountData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((DeletedAccountData)null, message.Response); + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Get properties of specified deleted account resource. + /// The location of the deleted storage account. + /// Name of the deleted storage account. + /// The cancellation token to use. + /// or is null. + public Response Get(string location, string deletedAccountName, CancellationToken cancellationToken = default) + { + if (location == null) + { + throw new ArgumentNullException(nameof(location)); + } + if (deletedAccountName == null) + { + throw new ArgumentNullException(nameof(deletedAccountName)); + } + + using var message = CreateGetRequest(location, deletedAccountName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountData value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = DeletedAccountData.DeserializeDeletedAccountData(document.RootElement); + return Response.FromValue(value, message.Response); + } + case 404: + return Response.FromValue((DeletedAccountData)null, message.Response); + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAllNextPageRequest(string nextLink) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Lists deleted accounts under the subscription. + /// The URL to the next page of results. + /// The cancellation token to use. + /// is null. + public async Task> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default) + { + if (nextLink == null) + { + throw new ArgumentNullException(nameof(nextLink)); + } + + using var message = CreateGetAllNextPageRequest(nextLink); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = DeletedAccountListResult.DeserializeDeletedAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Lists deleted accounts under the subscription. + /// The URL to the next page of results. + /// The cancellation token to use. + /// is null. + public Response GetAllNextPage(string nextLink, CancellationToken cancellationToken = default) + { + if (nextLink == null) + { + throw new ArgumentNullException(nameof(nextLink)); + } + + using var message = CreateGetAllNextPageRequest(nextLink); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + DeletedAccountListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = DeletedAccountListResult.DeserializeDeletedAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs similarity index 87% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs index de23d85cc1455..7caa6c9a6ebc4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class EncryptionScopesRestOperations /// server parameter. /// Api Version. /// or is null. - public EncryptionScopesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public EncryptionScopesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreatePutRequest(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope) + internal HttpMessage CreatePutRequest(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -82,7 +72,7 @@ internal HttpMessage CreatePutRequest(string resourceGroupName, string accountNa /// Encryption scope properties to be used for the create or update. /// The cancellation token to use. /// , , , or is null. - public async Task> PutAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) + public async Task> PutAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -108,9 +98,9 @@ public async Task> PutAsync(string resourceGroupName, case 200: case 201: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -125,7 +115,7 @@ public async Task> PutAsync(string resourceGroupName, /// Encryption scope properties to be used for the create or update. /// The cancellation token to use. /// , , , or is null. - public Response Put(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) + public Response Put(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -151,9 +141,9 @@ public Response Put(string resourceGroupName, string accountNam case 200: case 201: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -161,7 +151,7 @@ public Response Put(string resourceGroupName, string accountNam } } - internal HttpMessage CreatePatchRequest(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope) + internal HttpMessage CreatePatchRequest(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -193,7 +183,7 @@ internal HttpMessage CreatePatchRequest(string resourceGroupName, string account /// Encryption scope properties to be used for the update. /// The cancellation token to use. /// , , , or is null. - public async Task> PatchAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) + public async Task> PatchAsync(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -218,9 +208,9 @@ public async Task> PatchAsync(string resourceGroupName { case 200: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -235,7 +225,7 @@ public async Task> PatchAsync(string resourceGroupName /// Encryption scope properties to be used for the update. /// The cancellation token to use. /// , , , or is null. - public Response Patch(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScope encryptionScope, CancellationToken cancellationToken = default) + public Response Patch(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -260,9 +250,9 @@ public Response Patch(string resourceGroupName, string accountN { case 200: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -297,7 +287,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) + public async Task> GetAsync(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -318,11 +308,13 @@ public async Task> GetAsync(string resourceGroupName, { case 200: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((EncryptionScopeData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -334,7 +326,7 @@ public async Task> GetAsync(string resourceGroupName, /// The name of the encryption scope within the specified storage account. Encryption scope names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The cancellation token to use. /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) + public Response Get(string resourceGroupName, string accountName, string encryptionScopeName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -355,17 +347,19 @@ public Response Get(string resourceGroupName, string accountNam { case 200: { - EncryptionScope value = default; + EncryptionScopeData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = EncryptionScope.DeserializeEncryptionScope(document.RootElement); + value = EncryptionScopeData.DeserializeEncryptionScopeData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((EncryptionScopeData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -390,7 +384,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -401,7 +395,7 @@ public async Task> ListAsync(string resource throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -422,7 +416,7 @@ public async Task> ListAsync(string resource /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -433,7 +427,7 @@ public Response List(string resourceGroupName, string throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -449,7 +443,7 @@ public Response List(string resourceGroupName, string } } - internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -468,7 +462,7 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceG /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// , , or is null. - public async Task> ListNextPageAsync(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllNextPageAsync(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -483,7 +477,7 @@ public async Task> ListNextPageAsync(string throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -505,7 +499,7 @@ public async Task> ListNextPageAsync(string /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// , , or is null. - public Response ListNextPage(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAllNextPage(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -520,7 +514,7 @@ public Response ListNextPage(string nextLink, string throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs index 3217f92771fcb..3cbc3792016e5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class FileServicesRestOperations /// server parameter. /// Api Version. /// or is null. - public FileServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public FileServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(string resourceGroupName throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(string resourceGroupName /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupName, string accountN throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -134,7 +124,7 @@ public Response List(string resourceGroupName, string accountN } } - internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, FileServiceProperties parameters) + internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, string fileServicesName, FileServiceData parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -148,7 +138,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/fileServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(fileServicesName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -162,10 +152,11 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The cancellation token to use. - /// , , or is null. - public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, FileServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, string fileServicesName, FileServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -175,20 +166,24 @@ public async Task> SetServicePropertiesAsync(str { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, fileServicesName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - FileServiceProperties value = default; + FileServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = FileServiceProperties.DeserializeFileServiceProperties(document.RootElement); + value = FileServiceData.DeserializeFileServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -199,10 +194,11 @@ public async Task> SetServicePropertiesAsync(str /// Sets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The cancellation token to use. - /// , , or is null. - public Response SetServiceProperties(string resourceGroupName, string accountName, FileServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response SetServiceProperties(string resourceGroupName, string accountName, string fileServicesName, FileServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -212,20 +208,24 @@ public Response SetServiceProperties(string resourceGroup { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, fileServicesName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - FileServiceProperties value = default; + FileServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = FileServiceProperties.DeserializeFileServiceProperties(document.RootElement); + value = FileServiceData.DeserializeFileServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -233,7 +233,7 @@ public Response SetServiceProperties(string resourceGroup } } - internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName, string fileServicesName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -247,7 +247,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/fileServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(fileServicesName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -257,9 +257,10 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The cancellation token to use. - /// or is null. - public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, string fileServicesName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -269,18 +270,24 @@ public async Task> GetServicePropertiesAsync(str { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, fileServicesName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - FileServiceProperties value = default; + FileServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = FileServiceProperties.DeserializeFileServiceProperties(document.RootElement); + value = FileServiceData.DeserializeFileServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((FileServiceData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -289,9 +296,10 @@ public async Task> GetServicePropertiesAsync(str /// Gets the properties of file services in storage accounts, including CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The cancellation token to use. - /// or is null. - public Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetServiceProperties(string resourceGroupName, string accountName, string fileServicesName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -301,18 +309,24 @@ public Response GetServiceProperties(string resourceGroup { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, fileServicesName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - FileServiceProperties value = default; + FileServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = FileServiceProperties.DeserializeFileServiceProperties(document.RootElement); + value = FileServiceData.DeserializeFileServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((FileServiceData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs similarity index 59% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs index 054ed6d0f7be0..dd4fe15d36dd8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileSharesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class FileSharesRestOperations /// server parameter. /// Api Version. /// or is null. - public FileSharesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public FileSharesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName, string maxpagesize, string filter) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string fileServicesName, string maxpagesize, string filter, string expand) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -63,7 +53,9 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares", false); uri.AppendQuery("api-version", apiVersion, true); if (maxpagesize != null) { @@ -73,7 +65,10 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN { uri.AppendQuery("$filter", filter, true); } - uri.AppendQuery("$expand", "deleted", true); + if (expand != null) + { + uri.AppendQuery("$expand", expand, true); + } request.Uri = uri; request.Headers.Add("Accept", "application/json"); return message; @@ -82,11 +77,13 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// Lists all shares. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// Optional. Specified maximum number of shares that can be included in the list. /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetAllAsync(string resourceGroupName, string accountName, string fileServicesName, string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -96,8 +93,12 @@ public async Task> ListAsync(string resourceGroupName, { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllRequest(resourceGroupName, accountName, fileServicesName, maxpagesize, filter, expand); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -116,11 +117,13 @@ public async Task> ListAsync(string resourceGroupName, /// Lists all shares. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// Optional. Specified maximum number of shares that can be included in the list. /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// or is null. - public Response List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetAll(string resourceGroupName, string accountName, string fileServicesName, string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -130,8 +133,12 @@ public Response List(string resourceGroupName, string accountNam { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllRequest(resourceGroupName, accountName, fileServicesName, maxpagesize, filter, expand); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -147,7 +154,7 @@ public Response List(string resourceGroupName, string accountNam } } - internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string shareName, FileShare fileShare) + internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare, string expand) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -160,8 +167,14 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares/", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); uri.AppendPath(shareName, true); + if (expand != null) + { + uri.AppendQuery("$expand", expand, true); + } uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -175,11 +188,13 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun /// 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. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties of the file share to create. + /// Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// , , , or is null. - public async Task> CreateAsync(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> CreateAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare, string expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -189,6 +204,10 @@ public async Task> CreateAsync(string resourceGroupName, str { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -198,16 +217,16 @@ public async Task> CreateAsync(string resourceGroupName, str throw new ArgumentNullException(nameof(fileShare)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, shareName, fileShare); + using var message = CreateCreateRequest(resourceGroupName, accountName, fileServicesName, shareName, fileShare, expand); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: case 201: { - FileShare value = default; + FileShareData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -218,11 +237,13 @@ public async Task> CreateAsync(string resourceGroupName, str /// 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. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties of the file share to create. + /// Optional, used to expand the properties within share's properties. Valid values are: snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// , , , or is null. - public Response Create(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Create(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare, string expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -232,6 +253,10 @@ public Response Create(string resourceGroupName, string accountName, { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -241,16 +266,16 @@ public Response Create(string resourceGroupName, string accountName, throw new ArgumentNullException(nameof(fileShare)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, shareName, fileShare); + using var message = CreateCreateRequest(resourceGroupName, accountName, fileServicesName, shareName, fileShare, expand); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: case 201: { - FileShare value = default; + FileShareData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -258,7 +283,7 @@ public Response Create(string resourceGroupName, string accountName, } } - internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string shareName, FileShare fileShare) + internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -271,7 +296,9 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares/", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); uri.AppendPath(shareName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -286,11 +313,12 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties to update for the file share. /// The cancellation token to use. - /// , , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> UpdateAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -300,6 +328,10 @@ public async Task> UpdateAsync(string resourceGroupName, str { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -309,15 +341,15 @@ public async Task> UpdateAsync(string resourceGroupName, str throw new ArgumentNullException(nameof(fileShare)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, shareName, fileShare); + using var message = CreateUpdateRequest(resourceGroupName, accountName, fileServicesName, shareName, fileShare); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - FileShare value = default; + FileShareData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -328,11 +360,12 @@ public async Task> UpdateAsync(string resourceGroupName, str /// Updates share properties as specified in request body. Properties not mentioned in the request will not be changed. Update fails if the specified share does not already exist. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// Properties to update for the file share. /// The cancellation token to use. - /// , , , or is null. - public Response Update(string resourceGroupName, string accountName, string shareName, FileShare fileShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Update(string resourceGroupName, string accountName, string fileServicesName, string shareName, FileShareData fileShare, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -342,6 +375,10 @@ public Response Update(string resourceGroupName, string accountName, { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -351,15 +388,15 @@ public Response Update(string resourceGroupName, string accountName, throw new ArgumentNullException(nameof(fileShare)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, shareName, fileShare); + using var message = CreateUpdateRequest(resourceGroupName, accountName, fileServicesName, shareName, fileShare); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - FileShare value = default; + FileShareData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -367,7 +404,7 @@ public Response Update(string resourceGroupName, string accountName, } } - internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string shareName) + internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, string expand, string xMsSnapshot) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -380,11 +417,20 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares/", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); uri.AppendPath(shareName, true); uri.AppendQuery("api-version", apiVersion, true); - uri.AppendQuery("$expand", "stats", true); + if (expand != null) + { + uri.AppendQuery("$expand", expand, true); + } request.Uri = uri; + if (xMsSnapshot != null) + { + request.Headers.Add("x-ms-snapshot", xMsSnapshot); + } request.Headers.Add("Accept", "application/json"); return message; } @@ -392,10 +438,13 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// Gets properties of a specified share. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. /// The cancellation token to use. - /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -405,22 +454,28 @@ public async Task> GetAsync(string resourceGroupName, string { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, shareName); + using var message = CreateGetRequest(resourceGroupName, accountName, fileServicesName, shareName, expand, xMsSnapshot); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - FileShare value = default; + FileShareData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((FileShareData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -429,10 +484,13 @@ public async Task> GetAsync(string resourceGroupName, string /// Gets properties of a specified share. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to expand the properties within share's properties. Valid values are: stats. Should be passed as a string with delimiter ','. + /// Optional, used to retrieve properties of a snapshot. /// The cancellation token to use. - /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Get(string resourceGroupName, string accountName, string fileServicesName, string shareName, string expand = null, string xMsSnapshot = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -442,28 +500,34 @@ public Response Get(string resourceGroupName, string accountName, str { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, shareName); + using var message = CreateGetRequest(resourceGroupName, accountName, fileServicesName, shareName, expand, xMsSnapshot); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - FileShare value = default; + FileShareData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = FileShare.DeserializeFileShare(document.RootElement); + value = FileShareData.DeserializeFileShareData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((FileShareData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string shareName) + internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot, string include) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -476,10 +540,20 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares/", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); uri.AppendPath(shareName, true); uri.AppendQuery("api-version", apiVersion, true); + if (include != null) + { + uri.AppendQuery("$include", include, true); + } request.Uri = uri; + if (xMsSnapshot != null) + { + request.Headers.Add("x-ms-snapshot", xMsSnapshot); + } request.Headers.Add("Accept", "application/json"); return message; } @@ -487,10 +561,13 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun /// Deletes specified share under its account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to delete a snapshot. + /// Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. /// The cancellation token to use. - /// , , or is null. - public async Task DeleteAsync(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task DeleteAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot = null, string include = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -500,12 +577,16 @@ public async Task DeleteAsync(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, shareName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, fileServicesName, shareName, xMsSnapshot, include); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -520,10 +601,13 @@ public async Task DeleteAsync(string resourceGroupName, string account /// Deletes specified share under its account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional, used to delete a snapshot. + /// Optional. Valid values are: snapshots, leased-snapshots, none. The default value is snapshots. For 'snapshots', the file share is deleted including all of its file share snapshots. If the file share contains leased-snapshots, the deletion fails. For 'leased-snapshots', the file share is deleted included all of its file share snapshots (leased/unleased). For 'none', the file share is deleted if it has no share snapshots. If the file share contains any snapshots (leased or unleased), the deletion fails. /// The cancellation token to use. - /// , , or is null. - public Response Delete(string resourceGroupName, string accountName, string shareName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Delete(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot = null, string include = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -533,12 +617,16 @@ public Response Delete(string resourceGroupName, string accountName, string shar { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, shareName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, fileServicesName, shareName, xMsSnapshot, include); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -550,7 +638,7 @@ public Response Delete(string resourceGroupName, string accountName, string shar } } - internal HttpMessage CreateRestoreRequest(string resourceGroupName, string accountName, string shareName, DeletedShare deletedShare) + internal HttpMessage CreateRestoreRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, DeletedShare deletedShare) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -563,7 +651,9 @@ internal HttpMessage CreateRestoreRequest(string resourceGroupName, string accou uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/fileServices/default/shares/", false); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); uri.AppendPath(shareName, true); uri.AppendPath("/restore", false); uri.AppendQuery("api-version", apiVersion, true); @@ -579,11 +669,12 @@ internal HttpMessage CreateRestoreRequest(string resourceGroupName, string accou /// Restore a file share within a valid retention days if share soft delete is enabled. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The DeletedShare to use. /// The cancellation token to use. - /// , , , or is null. - public async Task RestoreAsync(string resourceGroupName, string accountName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task RestoreAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -593,6 +684,10 @@ public async Task RestoreAsync(string resourceGroupName, string accoun { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -602,7 +697,7 @@ public async Task RestoreAsync(string resourceGroupName, string accoun throw new ArgumentNullException(nameof(deletedShare)); } - using var message = CreateRestoreRequest(resourceGroupName, accountName, shareName, deletedShare); + using var message = CreateRestoreRequest(resourceGroupName, accountName, fileServicesName, shareName, deletedShare); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -616,11 +711,12 @@ public async Task RestoreAsync(string resourceGroupName, string accoun /// Restore a file share within a valid retention days if share soft delete is enabled. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. /// The DeletedShare to use. /// The cancellation token to use. - /// , , , or is null. - public Response Restore(string resourceGroupName, string accountName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Restore(string resourceGroupName, string accountName, string fileServicesName, string shareName, DeletedShare deletedShare, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -630,6 +726,10 @@ public Response Restore(string resourceGroupName, string accountName, string sha { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } if (shareName == null) { throw new ArgumentNullException(nameof(shareName)); @@ -639,7 +739,7 @@ public Response Restore(string resourceGroupName, string accountName, string sha throw new ArgumentNullException(nameof(deletedShare)); } - using var message = CreateRestoreRequest(resourceGroupName, accountName, shareName, deletedShare); + using var message = CreateRestoreRequest(resourceGroupName, accountName, fileServicesName, shareName, deletedShare); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -650,7 +750,130 @@ public Response Restore(string resourceGroupName, string accountName, string sha } } - internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceGroupName, string accountName, string maxpagesize, string filter) + internal HttpMessage CreateLeaseRequest(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot, LeaseShareRequest parameters) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/resourceGroups/", false); + uri.AppendPath(resourceGroupName, true); + uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); + uri.AppendPath(accountName, true); + uri.AppendPath("/fileServices/", false); + uri.AppendPath(fileServicesName, true); + uri.AppendPath("/shares/", false); + uri.AppendPath(shareName, true); + uri.AppendPath("/lease", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + if (xMsSnapshot != null) + { + request.Headers.Add("x-ms-snapshot", xMsSnapshot); + } + request.Headers.Add("Accept", "application/json"); + if (parameters != null) + { + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(parameters); + request.Content = content; + } + return message; + } + + /// The Lease Share operation establishes and manages a lock on a share for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional. Specify the snapshot time to lease a snapshot. + /// Lease Share request body. + /// The cancellation token to use. + /// , , , or is null. + public async Task> LeaseAsync(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot = null, LeaseShareRequest parameters = null, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + using var message = CreateLeaseRequest(resourceGroupName, accountName, fileServicesName, shareName, xMsSnapshot, parameters); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + LeaseShareResponse value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = LeaseShareResponse.DeserializeLeaseShareResponse(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// The Lease Share operation establishes and manages a lock on a share for delete operations. The lock duration can be 15 to 60 seconds, or can be infinite. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". + /// The name of the file share within the specified storage account. File share names must be between 3 and 63 characters in length and use numbers, lower-case letters and dash (-) only. Every dash (-) character must be immediately preceded and followed by a letter or number. + /// Optional. Specify the snapshot time to lease a snapshot. + /// Lease Share request body. + /// The cancellation token to use. + /// , , , or is null. + public Response Lease(string resourceGroupName, string accountName, string fileServicesName, string shareName, string xMsSnapshot = null, LeaseShareRequest parameters = null, CancellationToken cancellationToken = default) + { + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } + if (shareName == null) + { + throw new ArgumentNullException(nameof(shareName)); + } + + using var message = CreateLeaseRequest(resourceGroupName, accountName, fileServicesName, shareName, xMsSnapshot, parameters); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + LeaseShareResponse value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = LeaseShareResponse.DeserializeLeaseShareResponse(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourceGroupName, string accountName, string fileServicesName, string maxpagesize, string filter, string expand) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -667,11 +890,13 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceG /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// Optional. Specified maximum number of shares that can be included in the list. /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// , , or is null. - public async Task> ListNextPageAsync(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAllNextPageAsync(string nextLink, string resourceGroupName, string accountName, string fileServicesName, string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -685,8 +910,12 @@ public async Task> ListNextPageAsync(string nextLink, s { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, fileServicesName, maxpagesize, filter, expand); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -706,11 +935,13 @@ public async Task> ListNextPageAsync(string nextLink, s /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the file Service within the specified storage account. File Service Name must be "default". /// Optional. Specified maximum number of shares that can be included in the list. /// Optional. When specified, only share names starting with the filter will be listed. + /// Optional, used to expand the properties within share's properties. Valid values are: deleted, snapshots. Should be passed as a string with delimiter ','. /// The cancellation token to use. - /// , , or is null. - public Response ListNextPage(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response GetAllNextPage(string nextLink, string resourceGroupName, string accountName, string fileServicesName, string maxpagesize = null, string filter = null, string expand = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -724,8 +955,12 @@ public Response ListNextPage(string nextLink, string resourceGro { throw new ArgumentNullException(nameof(accountName)); } + if (fileServicesName == null) + { + throw new ArgumentNullException(nameof(fileServicesName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, fileServicesName, maxpagesize, filter, expand); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs similarity index 88% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs index cb73011c79b73..726d8184edb91 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs @@ -31,21 +31,11 @@ internal partial class ManagementPoliciesRestOperations /// server parameter. /// Api Version. /// or is null. - public ManagementPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public ManagementPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } @@ -77,7 +67,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// The name of the Storage Account Management Policy. It should always be 'default'. /// The cancellation token to use. /// or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + public async Task> GetAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -94,11 +84,13 @@ public async Task> GetAsync(string resourceGroupName, { case 200: { - ManagementPolicy value = default; + ManagementPolicyData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = ManagementPolicy.DeserializeManagementPolicy(document.RootElement); + value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((ManagementPolicyData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -110,7 +102,7 @@ public async Task> GetAsync(string resourceGroupName, /// The name of the Storage Account Management Policy. It should always be 'default'. /// The cancellation token to use. /// or is null. - public Response Get(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) + public Response Get(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -127,17 +119,19 @@ public Response Get(string resourceGroupName, string accountNa { case 200: { - ManagementPolicy value = default; + ManagementPolicyData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = ManagementPolicy.DeserializeManagementPolicy(document.RootElement); + value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((ManagementPolicyData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicy properties) + internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicyData properties) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -169,7 +163,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin /// The ManagementPolicy set to a storage account. /// The cancellation token to use. /// , , or is null. - public async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicy properties, CancellationToken cancellationToken = default) + public async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicyData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -190,9 +184,9 @@ public async Task> CreateOrUpdateAsync(string resourc { case 200: { - ManagementPolicy value = default; + ManagementPolicyData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = ManagementPolicy.DeserializeManagementPolicy(document.RootElement); + value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -207,7 +201,7 @@ public async Task> CreateOrUpdateAsync(string resourc /// The ManagementPolicy set to a storage account. /// The cancellation token to use. /// , , or is null. - public Response CreateOrUpdate(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicy properties, CancellationToken cancellationToken = default) + public Response CreateOrUpdate(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName, ManagementPolicyData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -228,9 +222,9 @@ public Response CreateOrUpdate(string resourceGroupName, strin { case 200: { - ManagementPolicy value = default; + ManagementPolicyData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = ManagementPolicy.DeserializeManagementPolicy(document.RootElement); + value = ManagementPolicyData.DeserializeManagementPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } default: diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs similarity index 80% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs index 93a085077915a..b2d9d419a2ba5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class ObjectReplicationPoliciesRestOperations /// server parameter. /// Api Version. /// or is null. - public ObjectReplicationPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public ObjectReplicationPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(string resource throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(string resource /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupName, string throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -158,10 +148,10 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// Get the object replication policy of the storage account by policy ID. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The cancellation token to use. /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) + public async Task> GetAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -182,11 +172,13 @@ public async Task> GetAsync(string resourceGro { case 200: { - ObjectReplicationPolicy value = default; + ObjectReplicationPolicyData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = ObjectReplicationPolicy.DeserializeObjectReplicationPolicy(document.RootElement); + value = ObjectReplicationPolicyData.DeserializeObjectReplicationPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((ObjectReplicationPolicyData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -195,10 +187,10 @@ public async Task> GetAsync(string resourceGro /// Get the object replication policy of the storage account by policy ID. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The cancellation token to use. /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) + public Response Get(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -219,17 +211,19 @@ public Response Get(string resourceGroupName, string ac { case 200: { - ObjectReplicationPolicy value = default; + ObjectReplicationPolicyData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = ObjectReplicationPolicy.DeserializeObjectReplicationPolicy(document.RootElement); + value = ObjectReplicationPolicyData.DeserializeObjectReplicationPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((ObjectReplicationPolicyData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicy properties) + internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicyData properties) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -257,11 +251,11 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin /// Create or update the object replication policy of the storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The object replication policy set to a storage account. A unique policy ID will be created if absent. /// The cancellation token to use. /// , , , or is null. - public async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicy properties, CancellationToken cancellationToken = default) + public async Task> CreateOrUpdateAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicyData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -286,9 +280,9 @@ public async Task> CreateOrUpdateAsync(string { case 200: { - ObjectReplicationPolicy value = default; + ObjectReplicationPolicyData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = ObjectReplicationPolicy.DeserializeObjectReplicationPolicy(document.RootElement); + value = ObjectReplicationPolicyData.DeserializeObjectReplicationPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -299,11 +293,11 @@ public async Task> CreateOrUpdateAsync(string /// Create or update the object replication policy of the storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The object replication policy set to a storage account. A unique policy ID will be created if absent. /// The cancellation token to use. /// , , , or is null. - public Response CreateOrUpdate(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicy properties, CancellationToken cancellationToken = default) + public Response CreateOrUpdate(string resourceGroupName, string accountName, string objectReplicationPolicyId, ObjectReplicationPolicyData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -328,9 +322,9 @@ public Response CreateOrUpdate(string resourceGroupName { case 200: { - ObjectReplicationPolicy value = default; + ObjectReplicationPolicyData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = ObjectReplicationPolicy.DeserializeObjectReplicationPolicy(document.RootElement); + value = ObjectReplicationPolicyData.DeserializeObjectReplicationPolicyData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -362,7 +356,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun /// Deletes the object replication policy associated with the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The cancellation token to use. /// , , or is null. public async Task DeleteAsync(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) @@ -395,7 +389,7 @@ public async Task DeleteAsync(string resourceGroupName, string account /// Deletes the object replication policy associated with the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The ID of object replication policy or 'default' if the policy ID is unknown. + /// For the destination account, provide the value 'default'. Configure the policy on the destination account first. For the source account, provide the value of the policy ID that is returned when you download the policy that was defined on the destination account. The policy is downloaded as a JSON file. /// The cancellation token to use. /// , , or is null. public Response Delete(string resourceGroupName, string accountName, string objectReplicationPolicyId, CancellationToken cancellationToken = default) diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs similarity index 88% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs index 08f0e36d45c1e..04a2af4eead83 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionsRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs @@ -31,26 +31,16 @@ internal partial class PrivateEndpointConnectionsRestOperations /// server parameter. /// Api Version. /// or is null. - public PrivateEndpointConnectionsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public PrivateEndpointConnectionsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(strin throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(strin /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupNa throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -161,7 +151,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// The name of the private endpoint connection associated with the Azure resource. /// The cancellation token to use. /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) + public async Task> GetAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -182,11 +172,13 @@ public async Task> GetAsync(string resourceG { case 200: { - PrivateEndpointConnection value = default; + PrivateEndpointConnectionData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PrivateEndpointConnection.DeserializePrivateEndpointConnection(document.RootElement); + value = PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((PrivateEndpointConnectionData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -198,7 +190,7 @@ public async Task> GetAsync(string resourceG /// The name of the private endpoint connection associated with the Azure resource. /// The cancellation token to use. /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) + public Response Get(string resourceGroupName, string accountName, string privateEndpointConnectionName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -219,17 +211,19 @@ public Response Get(string resourceGroupName, string { case 200: { - PrivateEndpointConnection value = default; + PrivateEndpointConnectionData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PrivateEndpointConnection.DeserializePrivateEndpointConnection(document.RootElement); + value = PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((PrivateEndpointConnectionData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreatePutRequest(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection properties) + internal HttpMessage CreatePutRequest(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnectionData properties) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -261,7 +255,7 @@ internal HttpMessage CreatePutRequest(string resourceGroupName, string accountNa /// The private endpoint connection properties. /// The cancellation token to use. /// , , , or is null. - public async Task> PutAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection properties, CancellationToken cancellationToken = default) + public async Task> PutAsync(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnectionData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -286,9 +280,9 @@ public async Task> PutAsync(string resourceG { case 200: { - PrivateEndpointConnection value = default; + PrivateEndpointConnectionData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = PrivateEndpointConnection.DeserializePrivateEndpointConnection(document.RootElement); + value = PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -303,7 +297,7 @@ public async Task> PutAsync(string resourceG /// The private endpoint connection properties. /// The cancellation token to use. /// , , , or is null. - public Response Put(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnection properties, CancellationToken cancellationToken = default) + public Response Put(string resourceGroupName, string accountName, string privateEndpointConnectionName, PrivateEndpointConnectionData properties, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -328,9 +322,9 @@ public Response Put(string resourceGroupName, string { case 200: { - PrivateEndpointConnection value = default; + PrivateEndpointConnectionData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = PrivateEndpointConnection.DeserializePrivateEndpointConnection(document.RootElement); + value = PrivateEndpointConnectionData.DeserializePrivateEndpointConnectionData(document.RootElement); return Response.FromValue(value, message.Response); } default: diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs similarity index 84% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs index 9ef9ad1e0dd1f..b8938738a1b89 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateLinkResourcesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class PrivateLinkResourcesRestOperations /// server parameter. /// Api Version. /// or is null. - public PrivateLinkResourcesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public PrivateLinkResourcesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListByStorageAccountRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllByStorageAccountRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListByStorageAccountRequest(string resourceGroupName, /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListByStorageAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllByStorageAccountAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListByStorageAccountA throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListByStorageAccountRequest(resourceGroupName, accountName); + using var message = CreateGetAllByStorageAccountRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListByStorageAccountA /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response ListByStorageAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAllByStorageAccount(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response ListByStorageAccount(string resou throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListByStorageAccountRequest(resourceGroupName, accountName); + using var message = CreateGetAllByStorageAccountRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs similarity index 73% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs index b6756e16937cd..876fcf864277c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs @@ -31,26 +31,16 @@ internal partial class QueueRestOperations /// server parameter. /// Api Version. /// or is null. - public QueueRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public QueueRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string queueName, StorageQueue queue) + internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -63,7 +53,9 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/queueServices/default/queues/", false); + uri.AppendPath("/queueServices/", false); + uri.AppendPath(queueServiceName, true); + uri.AppendPath("/queues/", false); uri.AppendPath(queueName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -78,11 +70,12 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun /// Creates a new queue with the specified queue name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// Queue properties and metadata to be created with. /// The cancellation token to use. - /// , , , or is null. - public async Task> CreateAsync(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> CreateAsync(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -92,6 +85,10 @@ public async Task> CreateAsync(string resourceGroupName, { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); @@ -101,15 +98,15 @@ public async Task> CreateAsync(string resourceGroupName, throw new ArgumentNullException(nameof(queue)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, queueName, queue); + using var message = CreateCreateRequest(resourceGroupName, accountName, queueServiceName, queueName, queue); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -120,11 +117,12 @@ public async Task> CreateAsync(string resourceGroupName, /// Creates a new queue with the specified queue name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// Queue properties and metadata to be created with. /// The cancellation token to use. - /// , , , or is null. - public Response Create(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Create(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -134,6 +132,10 @@ public Response Create(string resourceGroupName, string accountNam { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); @@ -143,15 +145,15 @@ public Response Create(string resourceGroupName, string accountNam throw new ArgumentNullException(nameof(queue)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, queueName, queue); + using var message = CreateCreateRequest(resourceGroupName, accountName, queueServiceName, queueName, queue); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -159,7 +161,7 @@ public Response Create(string resourceGroupName, string accountNam } } - internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string queueName, StorageQueue queue) + internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -172,7 +174,9 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/queueServices/default/queues/", false); + uri.AppendPath("/queueServices/", false); + uri.AppendPath(queueServiceName, true); + uri.AppendPath("/queues/", false); uri.AppendPath(queueName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -187,11 +191,12 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun /// Creates a new queue with the specified queue name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// Queue properties and metadata to be created with. /// The cancellation token to use. - /// , , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) + /// , , , , or is null. + public async Task> UpdateAsync(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -201,6 +206,10 @@ public async Task> UpdateAsync(string resourceGroupName, { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); @@ -210,15 +219,15 @@ public async Task> UpdateAsync(string resourceGroupName, throw new ArgumentNullException(nameof(queue)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, queueName, queue); + using var message = CreateUpdateRequest(resourceGroupName, accountName, queueServiceName, queueName, queue); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -229,11 +238,12 @@ public async Task> UpdateAsync(string resourceGroupName, /// Creates a new queue with the specified queue name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// Queue properties and metadata to be created with. /// The cancellation token to use. - /// , , , or is null. - public Response Update(string resourceGroupName, string accountName, string queueName, StorageQueue queue, CancellationToken cancellationToken = default) + /// , , , , or is null. + public Response Update(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -243,6 +253,10 @@ public Response Update(string resourceGroupName, string accountNam { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); @@ -252,15 +266,15 @@ public Response Update(string resourceGroupName, string accountNam throw new ArgumentNullException(nameof(queue)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, queueName, queue); + using var message = CreateUpdateRequest(resourceGroupName, accountName, queueServiceName, queueName, queue); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -268,7 +282,7 @@ public Response Update(string resourceGroupName, string accountNam } } - internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string queueName) + internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string queueServiceName, string queueName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -281,7 +295,9 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/queueServices/default/queues/", false); + uri.AppendPath("/queueServices/", false); + uri.AppendPath(queueServiceName, true); + uri.AppendPath("/queues/", false); uri.AppendPath(queueName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -292,10 +308,11 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// Gets the queue with the specified queue name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// The cancellation token to use. - /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAsync(string resourceGroupName, string accountName, string queueServiceName, string queueName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -305,22 +322,28 @@ public async Task> GetAsync(string resourceGroupName, str { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, queueName); + using var message = CreateGetRequest(resourceGroupName, accountName, queueServiceName, queueName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((StorageQueueData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -329,10 +352,11 @@ public async Task> GetAsync(string resourceGroupName, str /// Gets the queue with the specified queue name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// The cancellation token to use. - /// , , or is null. - public Response Get(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Get(string resourceGroupName, string accountName, string queueServiceName, string queueName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -342,28 +366,34 @@ public Response Get(string resourceGroupName, string accountName, { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, queueName); + using var message = CreateGetRequest(resourceGroupName, accountName, queueServiceName, queueName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - StorageQueue value = default; + StorageQueueData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = StorageQueue.DeserializeStorageQueue(document.RootElement); + value = StorageQueueData.DeserializeStorageQueueData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((StorageQueueData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string queueName) + internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string queueServiceName, string queueName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -376,7 +406,9 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/queueServices/default/queues/", false); + uri.AppendPath("/queueServices/", false); + uri.AppendPath(queueServiceName, true); + uri.AppendPath("/queues/", false); uri.AppendPath(queueName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -387,10 +419,11 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun /// Deletes the queue with the specified queue name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// The cancellation token to use. - /// , , or is null. - public async Task DeleteAsync(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task DeleteAsync(string resourceGroupName, string accountName, string queueServiceName, string queueName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -400,12 +433,16 @@ public async Task DeleteAsync(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, queueName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, queueServiceName, queueName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -419,10 +456,11 @@ public async Task DeleteAsync(string resourceGroupName, string account /// Deletes the queue with the specified queue name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. /// The cancellation token to use. - /// , , or is null. - public Response Delete(string resourceGroupName, string accountName, string queueName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Delete(string resourceGroupName, string accountName, string queueServiceName, string queueName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -432,12 +470,16 @@ public Response Delete(string resourceGroupName, string accountName, string queu { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (queueName == null) { throw new ArgumentNullException(nameof(queueName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, queueName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, queueServiceName, queueName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -448,7 +490,7 @@ public Response Delete(string resourceGroupName, string accountName, string queu } } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName, string maxpagesize, string filter) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string queueServiceName, string maxpagesize, string filter) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -461,7 +503,9 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/queueServices/default/queues", false); + uri.AppendPath("/queueServices/", false); + uri.AppendPath(queueServiceName, true); + uri.AppendPath("/queues", false); uri.AppendQuery("api-version", apiVersion, true); if (maxpagesize != null) { @@ -479,11 +523,12 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// Gets a list of all the queues under the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// Optional, a maximum number of queues that should be included in a list queue response. /// Optional, When specified, only the queues with a name starting with the given filter will be listed. /// The cancellation token to use. - /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetAllAsync(string resourceGroupName, string accountName, string queueServiceName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -493,8 +538,12 @@ public async Task> ListAsync(string resourceGroupNam { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllRequest(resourceGroupName, accountName, queueServiceName, maxpagesize, filter); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -513,11 +562,12 @@ public async Task> ListAsync(string resourceGroupNam /// Gets a list of all the queues under the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// Optional, a maximum number of queues that should be included in a list queue response. /// Optional, When specified, only the queues with a name starting with the given filter will be listed. /// The cancellation token to use. - /// or is null. - public Response List(string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetAll(string resourceGroupName, string accountName, string queueServiceName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -527,8 +577,12 @@ public Response List(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateListRequest(resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllRequest(resourceGroupName, accountName, queueServiceName, maxpagesize, filter); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -544,7 +598,7 @@ public Response List(string resourceGroupName, string account } } - internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceGroupName, string accountName, string maxpagesize, string filter) + internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourceGroupName, string accountName, string queueServiceName, string maxpagesize, string filter) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -561,11 +615,12 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceG /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// Optional, a maximum number of queues that should be included in a list queue response. /// Optional, When specified, only the queues with a name starting with the given filter will be listed. /// The cancellation token to use. - /// , , or is null. - public async Task> ListNextPageAsync(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAllNextPageAsync(string nextLink, string resourceGroupName, string accountName, string queueServiceName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -579,8 +634,12 @@ public async Task> ListNextPageAsync(string nextLink { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, queueServiceName, maxpagesize, filter); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -600,11 +659,12 @@ public async Task> ListNextPageAsync(string nextLink /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// Optional, a maximum number of queues that should be included in a list queue response. /// Optional, When specified, only the queues with a name starting with the given filter will be listed. /// The cancellation token to use. - /// , , or is null. - public Response ListNextPage(string nextLink, string resourceGroupName, string accountName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response GetAllNextPage(string nextLink, string resourceGroupName, string accountName, string queueServiceName, string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -618,8 +678,12 @@ public Response ListNextPage(string nextLink, string resource { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName, maxpagesize, filter); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, queueServiceName, maxpagesize, filter); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs index f4831385d131a..9c79a717012c2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class QueueServicesRestOperations /// server parameter. /// Api Version. /// or is null. - public QueueServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public QueueServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(string resourceGroupNam throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(string resourceGroupNam /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupName, string account throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -134,7 +124,7 @@ public Response List(string resourceGroupName, string account } } - internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, QueueServiceProperties parameters) + internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, string queueServiceName, QueueServiceData parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -148,7 +138,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/queueServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(queueServiceName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -162,10 +152,11 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. /// The cancellation token to use. - /// , , or is null. - public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, QueueServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, string queueServiceName, QueueServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -175,20 +166,24 @@ public async Task> SetServicePropertiesAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, queueServiceName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - QueueServiceProperties value = default; + QueueServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = QueueServiceProperties.DeserializeQueueServiceProperties(document.RootElement); + value = QueueServiceData.DeserializeQueueServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -199,10 +194,11 @@ public async Task> SetServicePropertiesAsync(st /// Sets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// The properties of a storage account’s Queue service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. /// The cancellation token to use. - /// , , or is null. - public Response SetServiceProperties(string resourceGroupName, string accountName, QueueServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response SetServiceProperties(string resourceGroupName, string accountName, string queueServiceName, QueueServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -212,20 +208,24 @@ public Response SetServiceProperties(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, queueServiceName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - QueueServiceProperties value = default; + QueueServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = QueueServiceProperties.DeserializeQueueServiceProperties(document.RootElement); + value = QueueServiceData.DeserializeQueueServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -233,7 +233,7 @@ public Response SetServiceProperties(string resourceGrou } } - internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName, string queueServiceName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -247,7 +247,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/queueServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(queueServiceName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -257,9 +257,10 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, string queueServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -269,18 +270,24 @@ public async Task> GetServicePropertiesAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, queueServiceName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - QueueServiceProperties value = default; + QueueServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = QueueServiceProperties.DeserializeQueueServiceProperties(document.RootElement); + value = QueueServiceData.DeserializeQueueServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((QueueServiceData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -289,9 +296,10 @@ public async Task> GetServicePropertiesAsync(st /// Gets the properties of a storage account’s Queue service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Queue Service within the specified storage account. Queue Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetServiceProperties(string resourceGroupName, string accountName, string queueServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -301,18 +309,24 @@ public Response GetServiceProperties(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (queueServiceName == null) + { + throw new ArgumentNullException(nameof(queueServiceName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, queueServiceName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - QueueServiceProperties value = default; + QueueServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = QueueServiceProperties.DeserializeQueueServiceProperties(document.RootElement); + value = QueueServiceData.DeserializeQueueServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((QueueServiceData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs similarity index 81% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs index bb692eca7b568..e32449e5651a4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs @@ -31,26 +31,16 @@ internal partial class SkusRestOperations /// server parameter. /// Api Version. /// or is null. - public SkusRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public SkusRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest() + internal HttpMessage CreateGetAllRequest() { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -68,9 +58,9 @@ internal HttpMessage CreateListRequest() /// Lists the available SKUs supported by Microsoft.Storage for given subscription. /// The cancellation token to use. - public async Task> ListAsync(CancellationToken cancellationToken = default) + public async Task> GetAllAsync(CancellationToken cancellationToken = default) { - using var message = CreateListRequest(); + using var message = CreateGetAllRequest(); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -88,9 +78,9 @@ public async Task> ListAsync(CancellationToken ca /// Lists the available SKUs supported by Microsoft.Storage for given subscription. /// The cancellation token to use. - public Response List(CancellationToken cancellationToken = default) + public Response GetAll(CancellationToken cancellationToken = default) { - using var message = CreateListRequest(); + using var message = CreateGetAllRequest(); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs new file mode 100644 index 0000000000000..892b98b79f35d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs @@ -0,0 +1,117 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Text.Json; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + internal partial class StorageAccountNameRestOperations + { + private string subscriptionId; + private Uri endpoint; + private string apiVersion; + private ClientDiagnostics _clientDiagnostics; + private HttpPipeline _pipeline; + + /// Initializes a new instance of StorageAccountNameRestOperations. + /// The handler for diagnostic messaging in the client. + /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The ID of the target subscription. + /// server parameter. + /// Api Version. + /// or is null. + public StorageAccountNameRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + { + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); + _clientDiagnostics = clientDiagnostics; + _pipeline = pipeline; + } + + internal HttpMessage CreateCheckAvailabilityRequest(StorageAccountCheckNameAvailabilityParameters accountName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Post; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendPath("/subscriptions/", false); + uri.AppendPath(subscriptionId, true); + uri.AppendPath("/providers/Microsoft.Storage/checkNameAvailability", false); + uri.AppendQuery("api-version", apiVersion, true); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + request.Headers.Add("Content-Type", "application/json"); + var content = new Utf8JsonRequestContent(); + content.JsonWriter.WriteObjectValue(accountName); + request.Content = content; + return message; + } + + /// Checks that the storage account name is valid and is not already in use. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// is null. + public async Task> CheckAvailabilityAsync(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateCheckAvailabilityRequest(accountName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + CheckNameAvailabilityResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = CheckNameAvailabilityResult.DeserializeCheckNameAvailabilityResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Checks that the storage account name is valid and is not already in use. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The cancellation token to use. + /// is null. + public Response CheckAvailability(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + using var message = CreateCheckAvailabilityRequest(accountName); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + CheckNameAvailabilityResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = CheckNameAvailabilityResult.DeserializeCheckNameAvailabilityResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs similarity index 89% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs index 88d80bc845191..7736785ccf0d3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs @@ -31,99 +31,15 @@ internal partial class StorageAccountsRestOperations /// server parameter. /// Api Version. /// or is null. - public StorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public StorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateCheckNameAvailabilityRequest(StorageAccountCheckNameAvailabilityParameters accountName) - { - var message = _pipeline.CreateMessage(); - var request = message.Request; - request.Method = RequestMethod.Post; - var uri = new RawRequestUriBuilder(); - uri.Reset(endpoint); - uri.AppendPath("/subscriptions/", false); - uri.AppendPath(subscriptionId, true); - uri.AppendPath("/providers/Microsoft.Storage/checkNameAvailability", false); - uri.AppendQuery("api-version", apiVersion, true); - request.Uri = uri; - request.Headers.Add("Accept", "application/json"); - request.Headers.Add("Content-Type", "application/json"); - var content = new Utf8JsonRequestContent(); - content.JsonWriter.WriteObjectValue(accountName); - request.Content = content; - return message; - } - - /// Checks that the storage account name is valid and is not already in use. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// is null. - public async Task> CheckNameAvailabilityAsync(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) - { - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - using var message = CreateCheckNameAvailabilityRequest(accountName); - await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); - switch (message.Response.Status) - { - case 200: - { - CheckNameAvailabilityResult value = default; - using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = CheckNameAvailabilityResult.DeserializeCheckNameAvailabilityResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); - } - } - - /// Checks that the storage account name is valid and is not already in use. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// is null. - public Response CheckNameAvailability(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) - { - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - using var message = CreateCheckNameAvailabilityRequest(accountName); - _pipeline.Send(message, cancellationToken); - switch (message.Response.Status) - { - case 200: - { - CheckNameAvailabilityResult value = default; - using var document = JsonDocument.Parse(message.Response.ContentStream); - value = CheckNameAvailabilityResult.DeserializeCheckNameAvailabilityResult(document.RootElement); - return Response.FromValue(value, message.Response); - } - default: - throw _clientDiagnostics.CreateRequestFailedException(message.Response); - } - } - internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters) { var message = _pipeline.CreateMessage(); @@ -316,7 +232,7 @@ internal HttpMessage CreateGetPropertiesRequest(string resourceGroupName, string /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. /// The cancellation token to use. /// or is null. - public async Task> GetPropertiesAsync(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + public async Task> GetPropertiesAsync(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -333,11 +249,13 @@ public async Task> GetPropertiesAsync(string resourceGr { case 200: { - StorageAccount value = default; + StorageAccountData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = StorageAccount.DeserializeStorageAccount(document.RootElement); + value = StorageAccountData.DeserializeStorageAccountData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((StorageAccountData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -349,7 +267,7 @@ public async Task> GetPropertiesAsync(string resourceGr /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. /// The cancellation token to use. /// or is null. - public Response GetProperties(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + public Response GetProperties(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -366,11 +284,13 @@ public Response GetProperties(string resourceGroupName, string a { case 200: { - StorageAccount value = default; + StorageAccountData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = StorageAccount.DeserializeStorageAccount(document.RootElement); + value = StorageAccountData.DeserializeStorageAccountData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((StorageAccountData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } @@ -405,7 +325,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun /// The parameters to provide for the updated account. /// The cancellation token to use. /// , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) + public async Task> UpdateAsync(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -426,9 +346,9 @@ public async Task> UpdateAsync(string resourceGroupName { case 200: { - StorageAccount value = default; + StorageAccountData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = StorageAccount.DeserializeStorageAccount(document.RootElement); + value = StorageAccountData.DeserializeStorageAccountData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -442,7 +362,7 @@ public async Task> UpdateAsync(string resourceGroupName /// The parameters to provide for the updated account. /// The cancellation token to use. /// , , or is null. - public Response Update(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) + public Response Update(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -463,9 +383,9 @@ public Response Update(string resourceGroupName, string accountN { case 200: { - StorageAccount value = default; + StorageAccountData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = StorageAccount.DeserializeStorageAccount(document.RootElement); + value = StorageAccountData.DeserializeStorageAccountData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -473,7 +393,7 @@ public Response Update(string resourceGroupName, string accountN } } - internal HttpMessage CreateListRequest() + internal HttpMessage CreateGetAllRequest() { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -491,9 +411,9 @@ internal HttpMessage CreateListRequest() /// Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. /// The cancellation token to use. - public async Task> ListAsync(CancellationToken cancellationToken = default) + public async Task> GetAllAsync(CancellationToken cancellationToken = default) { - using var message = CreateListRequest(); + using var message = CreateGetAllRequest(); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -511,9 +431,9 @@ public async Task> ListAsync(CancellationToke /// Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. /// The cancellation token to use. - public Response List(CancellationToken cancellationToken = default) + public Response GetAll(CancellationToken cancellationToken = default) { - using var message = CreateListRequest(); + using var message = CreateGetAllRequest(); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -529,7 +449,7 @@ public Response List(CancellationToken cancellationTok } } - internal HttpMessage CreateListByResourceGroupRequest(string resourceGroupName) + internal HttpMessage CreateGetAllByResourceGroupRequest(string resourceGroupName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -551,14 +471,14 @@ internal HttpMessage CreateListByResourceGroupRequest(string resourceGroupName) /// The name of the resource group within the user's subscription. The name is case insensitive. /// The cancellation token to use. /// is null. - public async Task> ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default) + public async Task> GetAllByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { throw new ArgumentNullException(nameof(resourceGroupName)); } - using var message = CreateListByResourceGroupRequest(resourceGroupName); + using var message = CreateGetAllByResourceGroupRequest(resourceGroupName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -578,14 +498,14 @@ public async Task> ListByResourceGroupAsync(s /// The name of the resource group within the user's subscription. The name is case insensitive. /// The cancellation token to use. /// is null. - public Response ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default) + public Response GetAllByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { throw new ArgumentNullException(nameof(resourceGroupName)); } - using var message = CreateListByResourceGroupRequest(resourceGroupName); + using var message = CreateGetAllByResourceGroupRequest(resourceGroupName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -601,7 +521,7 @@ public Response ListByResourceGroup(string resourceGro } } - internal HttpMessage CreateListKeysRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetKeysRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -627,7 +547,7 @@ internal HttpMessage CreateListKeysRequest(string resourceGroupName, string acco /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -638,7 +558,7 @@ public async Task> ListKeysAsync(string r throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListKeysRequest(resourceGroupName, accountName); + using var message = CreateGetKeysRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -659,7 +579,7 @@ public async Task> ListKeysAsync(string r /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -670,7 +590,7 @@ public Response ListKeys(string resourceGroupName, throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListKeysRequest(resourceGroupName, accountName); + using var message = CreateGetKeysRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -784,7 +704,7 @@ public Response RegenerateKey(string resourceGroup } } - internal HttpMessage CreateListAccountSASRequest(string resourceGroupName, string accountName, AccountSasParameters parameters) + internal HttpMessage CreateGetAccountSASRequest(string resourceGroupName, string accountName, AccountSasParameters parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -814,7 +734,7 @@ internal HttpMessage CreateListAccountSASRequest(string resourceGroupName, strin /// The parameters to provide to list SAS credentials for the storage account. /// The cancellation token to use. /// , , or is null. - public async Task> ListAccountSASAsync(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) + public async Task> GetAccountSASAsync(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -829,7 +749,7 @@ public async Task> ListAccountSASAsync(string r throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateListAccountSASRequest(resourceGroupName, accountName, parameters); + using var message = CreateGetAccountSASRequest(resourceGroupName, accountName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -851,7 +771,7 @@ public async Task> ListAccountSASAsync(string r /// The parameters to provide to list SAS credentials for the storage account. /// The cancellation token to use. /// , , or is null. - public Response ListAccountSAS(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) + public Response GetAccountSAS(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -866,7 +786,7 @@ public Response ListAccountSAS(string resourceGroupName, throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateListAccountSASRequest(resourceGroupName, accountName, parameters); + using var message = CreateGetAccountSASRequest(resourceGroupName, accountName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -882,7 +802,7 @@ public Response ListAccountSAS(string resourceGroupName, } } - internal HttpMessage CreateListServiceSASRequest(string resourceGroupName, string accountName, ServiceSasParameters parameters) + internal HttpMessage CreateGetServiceSASRequest(string resourceGroupName, string accountName, ServiceSasParameters parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -912,7 +832,7 @@ internal HttpMessage CreateListServiceSASRequest(string resourceGroupName, strin /// The parameters to provide to list service SAS credentials. /// The cancellation token to use. /// , , or is null. - public async Task> ListServiceSASAsync(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) + public async Task> GetServiceSASAsync(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -927,7 +847,7 @@ public async Task> ListServiceSASAsync(string r throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateListServiceSASRequest(resourceGroupName, accountName, parameters); + using var message = CreateGetServiceSASRequest(resourceGroupName, accountName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -949,7 +869,7 @@ public async Task> ListServiceSASAsync(string r /// The parameters to provide to list service SAS credentials. /// The cancellation token to use. /// , , or is null. - public Response ListServiceSAS(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) + public Response GetServiceSAS(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -964,7 +884,7 @@ public Response ListServiceSAS(string resourceGroupName, throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateListServiceSASRequest(resourceGroupName, accountName, parameters); + using var message = CreateGetServiceSASRequest(resourceGroupName, accountName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -1218,7 +1138,7 @@ public Response RevokeUserDelegationKeys(string resourceGroupName, string accoun } } - internal HttpMessage CreateListNextPageRequest(string nextLink) + internal HttpMessage CreateGetAllNextPageRequest(string nextLink) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -1235,14 +1155,14 @@ internal HttpMessage CreateListNextPageRequest(string nextLink) /// The URL to the next page of results. /// The cancellation token to use. /// is null. - public async Task> ListNextPageAsync(string nextLink, CancellationToken cancellationToken = default) + public async Task> GetAllNextPageAsync(string nextLink, CancellationToken cancellationToken = default) { if (nextLink == null) { throw new ArgumentNullException(nameof(nextLink)); } - using var message = CreateListNextPageRequest(nextLink); + using var message = CreateGetAllNextPageRequest(nextLink); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -1262,14 +1182,91 @@ public async Task> ListNextPageAsync(string n /// The URL to the next page of results. /// The cancellation token to use. /// is null. - public Response ListNextPage(string nextLink, CancellationToken cancellationToken = default) + public Response GetAllNextPage(string nextLink, CancellationToken cancellationToken = default) + { + if (nextLink == null) + { + throw new ArgumentNullException(nameof(nextLink)); + } + + using var message = CreateGetAllNextPageRequest(nextLink); + _pipeline.Send(message, cancellationToken); + switch (message.Response.Status) + { + case 200: + { + StorageAccountListResult value = default; + using var document = JsonDocument.Parse(message.Response.ContentStream); + value = StorageAccountListResult.DeserializeStorageAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw _clientDiagnostics.CreateRequestFailedException(message.Response); + } + } + + internal HttpMessage CreateGetAllByResourceGroupNextPageRequest(string nextLink, string resourceGroupName) + { + var message = _pipeline.CreateMessage(); + var request = message.Request; + request.Method = RequestMethod.Get; + var uri = new RawRequestUriBuilder(); + uri.Reset(endpoint); + uri.AppendRawNextLink(nextLink, false); + request.Uri = uri; + request.Headers.Add("Accept", "application/json"); + return message; + } + + /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. + /// The URL to the next page of results. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The cancellation token to use. + /// or is null. + public async Task> GetAllByResourceGroupNextPageAsync(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default) { if (nextLink == null) { throw new ArgumentNullException(nameof(nextLink)); } + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } + + using var message = CreateGetAllByResourceGroupNextPageRequest(nextLink, resourceGroupName); + await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); + switch (message.Response.Status) + { + case 200: + { + StorageAccountListResult value = default; + using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); + value = StorageAccountListResult.DeserializeStorageAccountListResult(document.RootElement); + return Response.FromValue(value, message.Response); + } + default: + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); + } + } + + /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. + /// The URL to the next page of results. + /// The name of the resource group within the user's subscription. The name is case insensitive. + /// The cancellation token to use. + /// or is null. + public Response GetAllByResourceGroupNextPage(string nextLink, string resourceGroupName, CancellationToken cancellationToken = default) + { + if (nextLink == null) + { + throw new ArgumentNullException(nameof(nextLink)); + } + if (resourceGroupName == null) + { + throw new ArgumentNullException(nameof(resourceGroupName)); + } - using var message = CreateListNextPageRequest(nextLink); + using var message = CreateGetAllByResourceGroupNextPageRequest(nextLink, resourceGroupName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs similarity index 72% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs index 8277f88a0d86d..d84f74da8361e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs @@ -31,26 +31,16 @@ internal partial class TableRestOperations /// server parameter. /// Api Version. /// or is null. - public TableRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public TableRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string tableName) + internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string tableServiceName, string tableName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -63,7 +53,9 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/tableServices/default/tables/", false); + uri.AppendPath("/tableServices/", false); + uri.AppendPath(tableServiceName, true); + uri.AppendPath("/tables/", false); uri.AppendPath(tableName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -74,10 +66,11 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun /// Creates a new table with the specified table name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public async Task> CreateAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> CreateAsync(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -87,20 +80,24 @@ public async Task> CreateAsync(string resourceGroupName, string { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, tableName); + using var message = CreateCreateRequest(resourceGroupName, accountName, tableServiceName, tableName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -111,10 +108,11 @@ public async Task> CreateAsync(string resourceGroupName, string /// Creates a new table with the specified table name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public Response
Create(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Create(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -124,20 +122,24 @@ public Response
Create(string resourceGroupName, string accountName, stri { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateCreateRequest(resourceGroupName, accountName, tableName); + using var message = CreateCreateRequest(resourceGroupName, accountName, tableServiceName, tableName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -145,7 +147,7 @@ public Response
Create(string resourceGroupName, string accountName, stri } } - internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string tableName) + internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accountName, string tableServiceName, string tableName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -158,7 +160,9 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/tableServices/default/tables/", false); + uri.AppendPath("/tableServices/", false); + uri.AppendPath(tableServiceName, true); + uri.AppendPath("/tables/", false); uri.AppendPath(tableName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -169,10 +173,11 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun /// Creates a new table with the specified table name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public async Task> UpdateAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> UpdateAsync(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -182,20 +187,24 @@ public async Task> UpdateAsync(string resourceGroupName, string { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, tableName); + using var message = CreateUpdateRequest(resourceGroupName, accountName, tableServiceName, tableName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -206,10 +215,11 @@ public async Task> UpdateAsync(string resourceGroupName, string /// Creates a new table with the specified table name, under the specified account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public Response
Update(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Update(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -219,20 +229,24 @@ public Response
Update(string resourceGroupName, string accountName, stri { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateUpdateRequest(resourceGroupName, accountName, tableName); + using var message = CreateUpdateRequest(resourceGroupName, accountName, tableServiceName, tableName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -240,7 +254,7 @@ public Response
Update(string resourceGroupName, string accountName, stri } } - internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string tableName) + internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, string tableServiceName, string tableName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -253,7 +267,9 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/tableServices/default/tables/", false); + uri.AppendPath("/tableServices/", false); + uri.AppendPath(tableServiceName, true); + uri.AppendPath("/tables/", false); uri.AppendPath(tableName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -264,10 +280,11 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa /// Gets the table with the specified table name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public async Task> GetAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAsync(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -277,22 +294,28 @@ public async Task> GetAsync(string resourceGroupName, string acc { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, tableName); + using var message = CreateGetRequest(resourceGroupName, accountName, tableServiceName, tableName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((TableData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -301,10 +324,11 @@ public async Task> GetAsync(string resourceGroupName, string acc /// Gets the table with the specified table name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public Response
Get(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Get(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -314,28 +338,34 @@ public Response
Get(string resourceGroupName, string accountName, string { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateGetRequest(resourceGroupName, accountName, tableName); + using var message = CreateGetRequest(resourceGroupName, accountName, tableServiceName, tableName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - Table value = default; + TableData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = Table.DeserializeTable(document.RootElement); + value = TableData.DeserializeTableData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((TableData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } } - internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string tableName) + internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accountName, string tableServiceName, string tableName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -348,7 +378,9 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/tableServices/default/tables/", false); + uri.AppendPath("/tableServices/", false); + uri.AppendPath(tableServiceName, true); + uri.AppendPath("/tables/", false); uri.AppendPath(tableName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; @@ -359,10 +391,11 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun /// Deletes the table with the specified table name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public async Task DeleteAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task DeleteAsync(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -372,12 +405,16 @@ public async Task DeleteAsync(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, tableName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, tableServiceName, tableName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -391,10 +428,11 @@ public async Task DeleteAsync(string resourceGroupName, string account /// Deletes the table with the specified table name, under the specified account if it exists. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. /// The cancellation token to use. - /// , , or is null. - public Response Delete(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response Delete(string resourceGroupName, string accountName, string tableServiceName, string tableName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -404,12 +442,16 @@ public Response Delete(string resourceGroupName, string accountName, string tabl { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (tableName == null) { throw new ArgumentNullException(nameof(tableName)); } - using var message = CreateDeleteRequest(resourceGroupName, accountName, tableName); + using var message = CreateDeleteRequest(resourceGroupName, accountName, tableServiceName, tableName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -420,7 +462,7 @@ public Response Delete(string resourceGroupName, string accountName, string tabl } } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string tableServiceName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -433,7 +475,9 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN uri.AppendPath(resourceGroupName, true); uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); - uri.AppendPath("/tableServices/default/tables", false); + uri.AppendPath("/tableServices/", false); + uri.AppendPath(tableServiceName, true); + uri.AppendPath("/tables", false); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -443,9 +487,10 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// Gets a list of all the tables under the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetAllAsync(string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -455,8 +500,12 @@ public async Task> ListAsync(string resourceGroupNam { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName, tableServiceName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -475,9 +524,10 @@ public async Task> ListAsync(string resourceGroupNam /// Gets a list of all the tables under the specified storage account. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetAll(string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -487,8 +537,12 @@ public Response List(string resourceGroupName, string account { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName, tableServiceName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -504,7 +558,7 @@ public Response List(string resourceGroupName, string account } } - internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourceGroupName, string accountName, string tableServiceName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -521,9 +575,10 @@ internal HttpMessage CreateListNextPageRequest(string nextLink, string resourceG /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// , , or is null. - public async Task> ListNextPageAsync(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> GetAllNextPageAsync(string nextLink, string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -537,8 +592,12 @@ public async Task> ListNextPageAsync(string nextLink { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, tableServiceName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -558,9 +617,10 @@ public async Task> ListNextPageAsync(string nextLink /// The URL to the next page of results. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// , , or is null. - public Response ListNextPage(string nextLink, string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response GetAllNextPage(string nextLink, string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (nextLink == null) { @@ -574,8 +634,12 @@ public Response ListNextPage(string nextLink, string resource { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateListNextPageRequest(nextLink, resourceGroupName, accountName); + using var message = CreateGetAllNextPageRequest(nextLink, resourceGroupName, accountName, tableServiceName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs similarity index 76% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs index 8ccfaa0ec16b7..fee9ff5f7d318 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class TableServicesRestOperations /// server parameter. /// Api Version. /// or is null. - public TableServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public TableServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -75,7 +65,7 @@ internal HttpMessage CreateListRequest(string resourceGroupName, string accountN /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public async Task> GetAllAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -86,7 +76,7 @@ public async Task> ListAsync(string resourceGroupNam throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -107,7 +97,7 @@ public async Task> ListAsync(string resourceGroupNam /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. /// The cancellation token to use. /// or is null. - public Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + public Response GetAll(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -118,7 +108,7 @@ public Response List(string resourceGroupName, string account throw new ArgumentNullException(nameof(accountName)); } - using var message = CreateListRequest(resourceGroupName, accountName); + using var message = CreateGetAllRequest(resourceGroupName, accountName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { @@ -134,7 +124,7 @@ public Response List(string resourceGroupName, string account } } - internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, TableServiceProperties parameters) + internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, string accountName, string tableServiceName, TableServiceData parameters) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -148,7 +138,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/tableServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(tableServiceName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -162,10 +152,11 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. /// The cancellation token to use. - /// , , or is null. - public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, TableServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, string tableServiceName, TableServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -175,20 +166,24 @@ public async Task> SetServicePropertiesAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, tableServiceName, parameters); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - TableServiceProperties value = default; + TableServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = TableServiceProperties.DeserializeTableServiceProperties(document.RootElement); + value = TableServiceData.DeserializeTableServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -199,10 +194,11 @@ public async Task> SetServicePropertiesAsync(st /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. /// The cancellation token to use. - /// , , or is null. - public Response SetServiceProperties(string resourceGroupName, string accountName, TableServiceProperties parameters, CancellationToken cancellationToken = default) + /// , , , or is null. + public Response SetServiceProperties(string resourceGroupName, string accountName, string tableServiceName, TableServiceData parameters, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -212,20 +208,24 @@ public Response SetServiceProperties(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } if (parameters == null) { throw new ArgumentNullException(nameof(parameters)); } - using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, parameters); + using var message = CreateSetServicePropertiesRequest(resourceGroupName, accountName, tableServiceName, parameters); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - TableServiceProperties value = default; + TableServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = TableServiceProperties.DeserializeTableServiceProperties(document.RootElement); + value = TableServiceData.DeserializeTableServiceData(document.RootElement); return Response.FromValue(value, message.Response); } default: @@ -233,7 +233,7 @@ public Response SetServiceProperties(string resourceGrou } } - internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName) + internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, string accountName, string tableServiceName) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -247,7 +247,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendPath("/providers/Microsoft.Storage/storageAccounts/", false); uri.AppendPath(accountName, true); uri.AppendPath("/tableServices/", false); - uri.AppendPath("default", true); + uri.AppendPath(tableServiceName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); @@ -257,9 +257,10 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -269,18 +270,24 @@ public async Task> GetServicePropertiesAsync(st { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, tableServiceName); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { case 200: { - TableServiceProperties value = default; + TableServiceData value = default; using var document = await JsonDocument.ParseAsync(message.Response.ContentStream, default, cancellationToken).ConfigureAwait(false); - value = TableServiceProperties.DeserializeTableServiceProperties(document.RootElement); + value = TableServiceData.DeserializeTableServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((TableServiceData)null, message.Response); default: throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(message.Response).ConfigureAwait(false); } @@ -289,9 +296,10 @@ public async Task> GetServicePropertiesAsync(st /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. /// The name of the resource group within the user's subscription. The name is case insensitive. /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. /// The cancellation token to use. - /// or is null. - public Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) + /// , , or is null. + public Response GetServiceProperties(string resourceGroupName, string accountName, string tableServiceName, CancellationToken cancellationToken = default) { if (resourceGroupName == null) { @@ -301,18 +309,24 @@ public Response GetServiceProperties(string resourceGrou { throw new ArgumentNullException(nameof(accountName)); } + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } - using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName); + using var message = CreateGetServicePropertiesRequest(resourceGroupName, accountName, tableServiceName); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { case 200: { - TableServiceProperties value = default; + TableServiceData value = default; using var document = JsonDocument.Parse(message.Response.ContentStream); - value = TableServiceProperties.DeserializeTableServiceProperties(document.RootElement); + value = TableServiceData.DeserializeTableServiceData(document.RootElement); return Response.FromValue(value, message.Response); } + case 404: + return Response.FromValue((TableServiceData)null, message.Response); default: throw _clientDiagnostics.CreateRequestFailedException(message.Response); } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs similarity index 82% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesRestOperations.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs index 51e0e6ac06f42..1d8ca54da34a2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs @@ -31,26 +31,16 @@ internal partial class UsagesRestOperations /// server parameter. /// Api Version. /// or is null. - public UsagesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") + public UsagesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - endpoint ??= new Uri("https://management.azure.com"); - if (apiVersion == null) - { - throw new ArgumentNullException(nameof(apiVersion)); - } - - this.subscriptionId = subscriptionId; - this.endpoint = endpoint; - this.apiVersion = apiVersion; + this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); + this.endpoint = endpoint ?? new Uri("https://management.azure.com"); + this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; } - internal HttpMessage CreateListByLocationRequest(string location) + internal HttpMessage CreateGetAllByLocationRequest(string location) { var message = _pipeline.CreateMessage(); var request = message.Request; @@ -72,14 +62,14 @@ internal HttpMessage CreateListByLocationRequest(string location) /// The location of the Azure Storage resource. /// The cancellation token to use. /// is null. - public async Task> ListByLocationAsync(string location, CancellationToken cancellationToken = default) + public async Task> GetAllByLocationAsync(string location, CancellationToken cancellationToken = default) { if (location == null) { throw new ArgumentNullException(nameof(location)); } - using var message = CreateListByLocationRequest(location); + using var message = CreateGetAllByLocationRequest(location); await _pipeline.SendAsync(message, cancellationToken).ConfigureAwait(false); switch (message.Response.Status) { @@ -99,14 +89,14 @@ public async Task> ListByLocationAsync(string location /// The location of the Azure Storage resource. /// The cancellation token to use. /// is null. - public Response ListByLocation(string location, CancellationToken cancellationToken = default) + public Response GetAllByLocation(string location, CancellationToken cancellationToken = default) { if (location == null) { throw new ArgumentNullException(nameof(location)); } - using var message = CreateListByLocationRequest(location); + using var message = CreateGetAllByLocationRequest(location); _pipeline.Send(message, cancellationToken); switch (message.Response.Status) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusOperations.cs deleted file mode 100644 index 817b29cd05722..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/SkusOperations.cs +++ /dev/null @@ -1,87 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The Skus service client. - public partial class SkusOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal SkusRestOperations RestClient { get; } - - /// Initializes a new instance of SkusOperations for mocking. - protected SkusOperations() - { - } - - /// Initializes a new instance of SkusOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal SkusOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new SkusRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Lists the available SKUs supported by Microsoft.Storage for given subscription. - /// The cancellation token to use. - public virtual AsyncPageable ListAsync(CancellationToken cancellationToken = default) - { - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("SkusOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// Lists the available SKUs supported by Microsoft.Storage for given subscription. - /// The cancellation token to use. - public virtual Pageable List(CancellationToken cancellationToken = default) - { - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("SkusOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs new file mode 100644 index 0000000000000..c557850c5937e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs @@ -0,0 +1,823 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a StorageAccount along with the instance operations that can be performed on it. + public partial class StorageAccount : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly StorageAccountsRestOperations _restClient; + private readonly StorageAccountData _data; + private PrivateLinkResourcesRestOperations _privateLinkResourcesRestClient { get; } + + /// Initializes a new instance of the class for mocking. + protected StorageAccount() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal StorageAccount(ArmResource options, StorageAccountData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal StorageAccount(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual StorageAccountData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// The cancellation token to use. + public async virtual Task> GetAsync(StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Get"); + scope.Start(); + try + { + var response = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, expand, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// The cancellation token to use. + public virtual Response Get(StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Get"); + scope.Start(); + try + { + var response = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, expand, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes a storage account in Microsoft Azure. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new StorageAccountDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes a storage account in Microsoft Azure. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual StorageAccountDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new StorageAccountDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Add a tag to the current resource. + /// The key for the tag. + /// The value for the tag. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag added. + public async virtual Task> AddTagAsync(string key, string value, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.AddTag"); + scope.Start(); + try + { + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue[key] = value; + await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Add a tag to the current resource. + /// The key for the tag. + /// The value for the tag. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag added. + public virtual Response AddTag(string key, string value, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.AddTag"); + scope.Start(); + try + { + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue[key] = value; + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Replace the tags on the resource with the given set. + /// The set of tags to use as replacement. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tags replaced. + public async virtual Task> SetTagsAsync(IDictionary tags, CancellationToken cancellationToken = default) + { + if (tags == null) + { + throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.SetTags"); + scope.Start(); + try + { + await TagResource.DeleteAsync(cancellationToken).ConfigureAwait(false); + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); + await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Replace the tags on the resource with the given set. + /// The set of tags to use as replacement. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tags replaced. + public virtual Response SetTags(IDictionary tags, CancellationToken cancellationToken = default) + { + if (tags == null) + { + throw new ArgumentNullException($"{nameof(tags)} provided cannot be null.", nameof(tags)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.SetTags"); + scope.Start(); + try + { + TagResource.Delete(cancellationToken); + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Removes a tag by key from the resource. + /// The key of the tag to remove. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag removed. + public async virtual Task> RemoveTagAsync(string key, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RemoveTag"); + scope.Start(); + try + { + var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); + originalTags.Value.Data.Properties.TagsValue.Remove(key); + await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken).ConfigureAwait(false); + var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Removes a tag by key from the resource. + /// The key of the tag to remove. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// The updated resource with the tag removed. + public virtual Response RemoveTag(string key, CancellationToken cancellationToken = default) + { + if (string.IsNullOrWhiteSpace(key)) + { + throw new ArgumentNullException($"{nameof(key)} provided cannot be null or a whitespace.", nameof(key)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RemoveTag"); + scope.Start(); + try + { + var originalTags = TagResource.Get(cancellationToken); + originalTags.Value.Data.Properties.TagsValue.Remove(key); + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); + return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// 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. + /// The parameters to provide for the updated account. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// 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. + /// The parameters to provide for the updated account. + /// The cancellation token to use. + /// is null. + public virtual Response Update(StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); + return Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. + /// The cancellation token to use. + public virtual async Task> GetKeysAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetKeys"); + scope.Start(); + try + { + var response = await _restClient.GetKeysAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. + /// The cancellation token to use. + public virtual Response GetKeys(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetKeys"); + scope.Start(); + try + { + var response = _restClient.GetKeys(Id.ResourceGroupName, Id.Name, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Regenerates one of the access keys or Kerberos keys for the specified storage account. + /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. + /// The cancellation token to use. + /// is null. + public virtual async Task> RegenerateKeyAsync(StorageAccountRegenerateKeyParameters regenerateKey, CancellationToken cancellationToken = default) + { + if (regenerateKey == null) + { + throw new ArgumentNullException(nameof(regenerateKey)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RegenerateKey"); + scope.Start(); + try + { + var response = await _restClient.RegenerateKeyAsync(Id.ResourceGroupName, Id.Name, regenerateKey, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Regenerates one of the access keys or Kerberos keys for the specified storage account. + /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. + /// The cancellation token to use. + /// is null. + public virtual Response RegenerateKey(StorageAccountRegenerateKeyParameters regenerateKey, CancellationToken cancellationToken = default) + { + if (regenerateKey == null) + { + throw new ArgumentNullException(nameof(regenerateKey)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RegenerateKey"); + scope.Start(); + try + { + var response = _restClient.RegenerateKey(Id.ResourceGroupName, Id.Name, regenerateKey, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List SAS credentials of a storage account. + /// The parameters to provide to list SAS credentials for the storage account. + /// The cancellation token to use. + /// is null. + public virtual async Task> GetAccountSASAsync(AccountSasParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetAccountSAS"); + scope.Start(); + try + { + var response = await _restClient.GetAccountSASAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List SAS credentials of a storage account. + /// The parameters to provide to list SAS credentials for the storage account. + /// The cancellation token to use. + /// is null. + public virtual Response GetAccountSAS(AccountSasParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetAccountSAS"); + scope.Start(); + try + { + var response = _restClient.GetAccountSAS(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List service SAS credentials of a specific resource. + /// The parameters to provide to list service SAS credentials. + /// The cancellation token to use. + /// is null. + public virtual async Task> GetServiceSASAsync(ServiceSasParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetServiceSAS"); + scope.Start(); + try + { + var response = await _restClient.GetServiceSASAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List service SAS credentials of a specific resource. + /// The parameters to provide to list service SAS credentials. + /// The cancellation token to use. + /// is null. + public virtual Response GetServiceSAS(ServiceSasParameters parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetServiceSAS"); + scope.Start(); + try + { + var response = _restClient.GetServiceSAS(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Revoke user delegation keys. + /// The cancellation token to use. + public virtual async Task RevokeUserDelegationKeysAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RevokeUserDelegationKeys"); + scope.Start(); + try + { + var response = await _restClient.RevokeUserDelegationKeysAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Revoke user delegation keys. + /// The cancellation token to use. + public virtual Response RevokeUserDelegationKeys(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RevokeUserDelegationKeys"); + scope.Start(); + try + { + var response = _restClient.RevokeUserDelegationKeys(Id.ResourceGroupName, Id.Name, cancellationToken); + return response; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the private link resources that need to be created for a storage account. + /// The cancellation token to use. + public virtual async Task>> GetPrivateLinkResourcesAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetPrivateLinkResources"); + scope.Start(); + try + { + var response = await _privateLinkResourcesRestClient.GetAllByStorageAccountAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value.Value, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the private link resources that need to be created for a storage account. + /// The cancellation token to use. + public virtual Response> GetPrivateLinkResources(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.GetPrivateLinkResources"); + scope.Start(); + try + { + var response = _privateLinkResourcesRestClient.GetAllByStorageAccount(Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(response.Value.Value, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task FailoverAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Failover"); + scope.Start(); + try + { + var response = await _restClient.FailoverAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new StorageAccountFailoverOperation(_clientDiagnostics, Pipeline, _restClient.CreateFailoverRequest(Id.ResourceGroupName, Id.Name).Request, response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual StorageAccountFailoverOperation Failover(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccount.Failover"); + scope.Start(); + try + { + var response = _restClient.Failover(Id.ResourceGroupName, Id.Name, cancellationToken); + var operation = new StorageAccountFailoverOperation(_clientDiagnostics, Pipeline, _restClient.CreateFailoverRequest(Id.ResourceGroupName, Id.Name).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Restore blobs in the specified blob ranges. + /// The parameters to provide for restore blob ranges. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public async virtual Task RestoreBlobRangesAsync(BlobRestoreParameters parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RestoreBlobRanges"); + scope.Start(); + try + { + var response = await _restClient.RestoreBlobRangesAsync(Id.ResourceGroupName, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + var operation = new StorageAccountRestoreBlobRangesOperation(_clientDiagnostics, Pipeline, _restClient.CreateRestoreBlobRangesRequest(Id.ResourceGroupName, Id.Name, parameters).Request, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Restore blobs in the specified blob ranges. + /// The parameters to provide for restore blob ranges. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public virtual StorageAccountRestoreBlobRangesOperation RestoreBlobRanges(BlobRestoreParameters parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccount.RestoreBlobRanges"); + scope.Start(); + try + { + var response = _restClient.RestoreBlobRanges(Id.ResourceGroupName, Id.Name, parameters, cancellationToken); + var operation = new StorageAccountRestoreBlobRangesOperation(_clientDiagnostics, Pipeline, _restClient.CreateRestoreBlobRangesRequest(Id.ResourceGroupName, Id.Name, parameters).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of ManagementPolicies in the StorageAccount. + /// An object representing collection of ManagementPolicies and their operations over a StorageAccount. + public ManagementPolicyContainer GetManagementPolicies() + { + return new ManagementPolicyContainer(this); + } + + /// Gets a list of BlobInventoryPolicies in the StorageAccount. + /// An object representing collection of BlobInventoryPolicies and their operations over a StorageAccount. + public BlobInventoryPolicyContainer GetBlobInventoryPolicies() + { + return new BlobInventoryPolicyContainer(this); + } + + /// Gets a list of PrivateEndpointConnections in the StorageAccount. + /// An object representing collection of PrivateEndpointConnections and their operations over a StorageAccount. + public PrivateEndpointConnectionContainer GetPrivateEndpointConnections() + { + return new PrivateEndpointConnectionContainer(this); + } + + /// Gets a list of ObjectReplicationPolicies in the StorageAccount. + /// An object representing collection of ObjectReplicationPolicies and their operations over a StorageAccount. + public ObjectReplicationPolicyContainer GetObjectReplicationPolicies() + { + return new ObjectReplicationPolicyContainer(this); + } + + /// Gets a list of EncryptionScopes in the StorageAccount. + /// An object representing collection of EncryptionScopes and their operations over a StorageAccount. + public EncryptionScopeContainer GetEncryptionScopes() + { + return new EncryptionScopeContainer(this); + } + + /// Gets a list of BlobServices in the StorageAccount. + /// An object representing collection of BlobServices and their operations over a StorageAccount. + public BlobServiceContainer GetBlobServices() + { + return new BlobServiceContainer(this); + } + + /// Gets a list of FileServices in the StorageAccount. + /// An object representing collection of FileServices and their operations over a StorageAccount. + public FileServiceContainer GetFileServices() + { + return new FileServiceContainer(this); + } + + /// Gets a list of QueueServices in the StorageAccount. + /// An object representing collection of QueueServices and their operations over a StorageAccount. + public QueueServiceContainer GetQueueServices() + { + return new QueueServiceContainer(this); + } + + /// Gets a list of TableServices in the StorageAccount. + /// An object representing collection of TableServices and their operations over a StorageAccount. + public TableServiceContainer GetTableServices() + { + return new TableServiceContainer(this); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs new file mode 100644 index 0000000000000..015646ba0b448 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs @@ -0,0 +1,397 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of StorageAccount and their operations over a ResourceGroup. + public partial class StorageAccountContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly StorageAccountsRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected StorageAccountContainer() + { + } + + /// Initializes a new instance of StorageAccountContainer class. + /// The resource representing the parent resource. + internal StorageAccountContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => ResourceGroup.ResourceType; + + // Container level operations. + + /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The parameters to provide for the created account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual StorageAccountCreateOperation CreateOrUpdate(string accountName, StorageAccountCreateParameters parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Create(Id.ResourceGroupName, accountName, parameters, cancellationToken); + var operation = new StorageAccountCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, accountName, parameters).Request, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// The parameters to provide for the created account. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string accountName, StorageAccountCreateParameters parameters, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateAsync(Id.ResourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); + var operation = new StorageAccountCreateOperation(Parent, _clientDiagnostics, Pipeline, _restClient.CreateCreateRequest(Id.ResourceGroupName, accountName, parameters).Request, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.Get"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = _restClient.GetProperties(Id.ResourceGroupName, accountName, expand, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new StorageAccount(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.Get"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, accountName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new StorageAccount(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetIfExists"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = _restClient.GetProperties(Id.ResourceGroupName, accountName, expand, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetIfExists"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, accountName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new StorageAccount(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CheckIfExists"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = GetIfExists(accountName, expand, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. + /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.CheckIfExists"); + scope.Start(); + try + { + if (accountName == null) + { + throw new ArgumentNullException(nameof(accountName)); + } + + var response = await GetIfExistsAsync(accountName, expand, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllByResourceGroup(Id.ResourceGroupName, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllByResourceGroupNextPage(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllByResourceGroupAsync(Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllByResourceGroupNextPageAsync(nextLink, Id.ResourceGroupName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageAccount(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(StorageAccount.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageAccountContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(StorageAccount.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs similarity index 62% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs index 5a1a2db955957..de220a9f238fb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccount.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs @@ -8,34 +8,32 @@ using System; using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// The storage account. - public partial class StorageAccount : TrackedResource + /// A class representing the StorageAccount data model. + public partial class StorageAccountData : TrackedResource { - /// Initializes a new instance of StorageAccount. - /// The geo-location where the resource lives. - /// is null. - public StorageAccount(string location) : base(location) + /// Initializes a new instance of StorageAccountData. + /// The location. + public StorageAccountData(Location location) : base(location) { - if (location == null) - { - throw new ArgumentNullException(nameof(location)); - } - - PrivateEndpointConnections = new ChangeTrackingList(); + PrivateEndpointConnections = new ChangeTrackingList(); } - /// Initializes a new instance of StorageAccount. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. - /// Resource tags. - /// The geo-location where the resource lives. + /// Initializes a new instance of StorageAccountData. + /// The id. + /// The name. + /// The type. + /// The tags. + /// The location. /// Gets the SKU. /// Gets the Kind. /// The identity of the resource. + /// The extendedLocation of the resource. /// Gets the status of the storage account at the time the operation was called. /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. /// Gets the location of the primary data center for the storage account. @@ -45,6 +43,9 @@ public StorageAccount(string location) : base(location) /// Gets the status indicating whether the secondary location of the storage account is available or unavailable. Only available if the SKU name is Standard_GRS or Standard_RAGRS. /// Gets the creation date and time of the storage account in UTC. /// Gets the custom domain the user assigned to this storage account. + /// SasPolicy assigned to the storage account. + /// KeyPolicy assigned to the storage account. + /// Storage account keys creation time. /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. /// Gets the encryption settings on the account. If unspecified, the account is unencrypted. /// Required for storage accounts where kind = BlobStorage. The access tier used for billing. @@ -58,11 +59,17 @@ public StorageAccount(string location) : base(location) /// List of private endpoint connection associated with the specified storage account. /// Maintains information about the network routing choice opted by the user for data transfer. /// Blob restore status. - internal StorageAccount(string id, string name, string type, IDictionary tags, string location, Sku sku, Kind? kind, Identity identity, ProvisioningState? provisioningState, Endpoints primaryEndpoints, string primaryLocation, AccountStatus? statusOfPrimary, DateTimeOffset? lastGeoFailoverTime, string secondaryLocation, AccountStatus? statusOfSecondary, DateTimeOffset? creationTime, CustomDomain customDomain, Endpoints secondaryEndpoints, Encryption encryption, AccessTier? accessTier, AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication, bool? enableHttpsTrafficOnly, NetworkRuleSet networkRuleSet, bool? isHnsEnabled, GeoReplicationStats geoReplicationStats, bool? failoverInProgress, LargeFileSharesState? largeFileSharesState, IReadOnlyList privateEndpointConnections, RoutingPreference routingPreference, BlobRestoreStatus blobRestoreStatus) : base(id, name, type, tags, location) + /// Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. + /// Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. + /// Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. + /// NFS 3.0 protocol support enabled if set to true. + /// Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. + internal StorageAccountData(ResourceIdentifier id, string name, ResourceType type, IDictionary tags, Location location, Models.Sku sku, Kind? kind, Identity identity, ExtendedLocation extendedLocation, ProvisioningState? provisioningState, Endpoints primaryEndpoints, string primaryLocation, AccountStatus? statusOfPrimary, DateTimeOffset? lastGeoFailoverTime, string secondaryLocation, AccountStatus? statusOfSecondary, DateTimeOffset? creationTime, CustomDomain customDomain, SasPolicy sasPolicy, KeyPolicy keyPolicy, KeyCreationTime keyCreationTime, Endpoints secondaryEndpoints, Encryption encryption, AccessTier? accessTier, AzureFilesIdentityBasedAuthentication azureFilesIdentityBasedAuthentication, bool? enableHttpsTrafficOnly, NetworkRuleSet networkRuleSet, bool? isHnsEnabled, GeoReplicationStats geoReplicationStats, bool? failoverInProgress, LargeFileSharesState? largeFileSharesState, IReadOnlyList privateEndpointConnections, RoutingPreference routingPreference, BlobRestoreStatus blobRestoreStatus, bool? allowBlobPublicAccess, MinimumTlsVersion? minimumTlsVersion, bool? allowSharedKeyAccess, bool? enableNfsV3, bool? allowCrossTenantReplication) : base(id, name, type, tags, location) { Sku = sku; Kind = kind; Identity = identity; + ExtendedLocation = extendedLocation; ProvisioningState = provisioningState; PrimaryEndpoints = primaryEndpoints; PrimaryLocation = primaryLocation; @@ -72,6 +79,9 @@ internal StorageAccount(string id, string name, string type, IDictionary Gets the SKU. - public Sku Sku { get; } + public Models.Sku Sku { get; } /// Gets the Kind. public Kind? Kind { get; } /// The identity of the resource. public Identity Identity { get; set; } + /// The extendedLocation of the resource. + public ExtendedLocation ExtendedLocation { get; set; } /// Gets the status of the storage account at the time the operation was called. public ProvisioningState? ProvisioningState { get; } /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object. Note that Standard_ZRS and Premium_LRS accounts only return the blob endpoint. @@ -111,6 +128,12 @@ internal StorageAccount(string id, string name, string type, IDictionary Gets the custom domain the user assigned to this storage account. public CustomDomain CustomDomain { get; } + /// SasPolicy assigned to the storage account. + public SasPolicy SasPolicy { get; } + /// KeyPolicy assigned to the storage account. + public KeyPolicy KeyPolicy { get; } + /// Storage account keys creation time. + public KeyCreationTime KeyCreationTime { get; } /// Gets the URLs that are used to perform a retrieval of a public blob, queue, or table object from the secondary location of the storage account. Only available if the SKU name is Standard_RAGRS. public Endpoints SecondaryEndpoints { get; } /// Gets the encryption settings on the account. If unspecified, the account is unencrypted. @@ -132,10 +155,20 @@ internal StorageAccount(string id, string name, string type, IDictionary Allow large file shares if sets to Enabled. It cannot be disabled once it is enabled. public LargeFileSharesState? LargeFileSharesState { get; set; } /// List of private endpoint connection associated with the specified storage account. - public IReadOnlyList PrivateEndpointConnections { get; } + public IReadOnlyList PrivateEndpointConnections { get; } /// Maintains information about the network routing choice opted by the user for data transfer. public RoutingPreference RoutingPreference { get; set; } /// Blob restore status. public BlobRestoreStatus BlobRestoreStatus { get; } + /// Allow or disallow public access to all blobs or containers in the storage account. The default interpretation is true for this property. + public bool? AllowBlobPublicAccess { get; set; } + /// Set the minimum TLS version to be permitted on requests to storage. The default interpretation is TLS 1.0 for this property. + public MinimumTlsVersion? MinimumTlsVersion { get; set; } + /// Indicates whether the storage account permits requests to be authorized with the account access key via Shared Key. If false, then all requests, including shared access signatures, must be authorized with Azure Active Directory (Azure AD). The default value is null, which is equivalent to true. + public bool? AllowSharedKeyAccess { get; set; } + /// NFS 3.0 protocol support enabled if set to true. + public bool? EnableNfsV3 { get; set; } + /// Allow or disallow cross AAD tenant object replication. The default interpretation is true for this property. + public bool? AllowCrossTenantReplication { get; set; } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsFailoverOperation.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsFailoverOperation.cs deleted file mode 100644 index c1ea1dfa5ffbb..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsFailoverOperation.cs +++ /dev/null @@ -1,68 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; - -namespace Azure.ResourceManager.Storage -{ - /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. - public partial class StorageAccountsFailoverOperation : Operation, IOperationSource - { - private readonly ArmOperationHelpers _operation; - - /// Initializes a new instance of StorageAccountsFailoverOperation for mocking. - protected StorageAccountsFailoverOperation() - { - } - - internal StorageAccountsFailoverOperation(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, Request request, Response response) - { - _operation = new ArmOperationHelpers(this, clientDiagnostics, pipeline, request, response, OperationFinalStateVia.Location, "StorageAccountsFailoverOperation"); - } - /// - public override string Id => _operation.Id; - - /// - public override Response Value => _operation.Value; - - /// - public override bool HasCompleted => _operation.HasCompleted; - - /// - public override bool HasValue => _operation.HasValue; - - /// - public override Response GetRawResponse() => _operation.GetRawResponse(); - - /// - public override Response UpdateStatus(CancellationToken cancellationToken = default) => _operation.UpdateStatus(cancellationToken); - - /// - public override ValueTask UpdateStatusAsync(CancellationToken cancellationToken = default) => _operation.UpdateStatusAsync(cancellationToken); - - /// - public override ValueTask> WaitForCompletionAsync(CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(cancellationToken); - - /// - public override ValueTask> WaitForCompletionAsync(TimeSpan pollingInterval, CancellationToken cancellationToken = default) => _operation.WaitForCompletionAsync(pollingInterval, cancellationToken); - - Response IOperationSource.CreateResult(Response response, CancellationToken cancellationToken) - { - return response; - } - - async ValueTask IOperationSource.CreateResultAsync(Response response, CancellationToken cancellationToken) - { - return await new ValueTask(response).ConfigureAwait(false); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsOperations.cs deleted file mode 100644 index 0d6541769645e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountsOperations.cs +++ /dev/null @@ -1,725 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The StorageAccounts service client. - public partial class StorageAccountsOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal StorageAccountsRestOperations RestClient { get; } - - /// Initializes a new instance of StorageAccountsOperations for mocking. - protected StorageAccountsOperations() - { - } - - /// Initializes a new instance of StorageAccountsOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal StorageAccountsOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new StorageAccountsRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Checks that the storage account name is valid and is not already in use. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> CheckNameAvailabilityAsync(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.CheckNameAvailability"); - scope.Start(); - try - { - return await RestClient.CheckNameAvailabilityAsync(accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Checks that the storage account name is valid and is not already in use. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response CheckNameAvailability(StorageAccountCheckNameAvailabilityParameters accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.CheckNameAvailability"); - scope.Start(); - try - { - return RestClient.CheckNameAvailability(accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes a storage account in Microsoft Azure. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes a storage account in Microsoft Azure. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. - /// The cancellation token to use. - public virtual async Task> GetPropertiesAsync(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.GetProperties"); - scope.Start(); - try - { - return await RestClient.GetPropertiesAsync(resourceGroupName, accountName, expand, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Returns the properties for the specified storage account including but not limited to name, SKU name, location, and account status. The ListKeys operation should be used to retrieve storage keys. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// May be used to expand the properties within account's properties. By default, data is not included when fetching properties. Currently we only support geoReplicationStats and blobRestoreStatus. - /// The cancellation token to use. - public virtual Response GetProperties(string resourceGroupName, string accountName, StorageAccountExpand? expand = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.GetProperties"); - scope.Start(); - try - { - return RestClient.GetProperties(resourceGroupName, accountName, expand, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for the updated account. - /// The cancellation token to use. - public virtual async Task> UpdateAsync(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.Update"); - scope.Start(); - try - { - return await RestClient.UpdateAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// 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. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for the updated account. - /// The cancellation token to use. - public virtual Response Update(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.Update"); - scope.Start(); - try - { - return RestClient.Update(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> ListKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListKeys"); - scope.Start(); - try - { - return await RestClient.ListKeysAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists the access keys or Kerberos keys (if active directory enabled) for the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response ListKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListKeys"); - scope.Start(); - try - { - return RestClient.ListKeys(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Regenerates one of the access keys or Kerberos keys for the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. - /// The cancellation token to use. - public virtual async Task> RegenerateKeyAsync(string resourceGroupName, string accountName, StorageAccountRegenerateKeyParameters regenerateKey, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.RegenerateKey"); - scope.Start(); - try - { - return await RestClient.RegenerateKeyAsync(resourceGroupName, accountName, regenerateKey, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Regenerates one of the access keys or Kerberos keys for the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// Specifies name of the key which should be regenerated -- key1, key2, kerb1, kerb2. - /// The cancellation token to use. - public virtual Response RegenerateKey(string resourceGroupName, string accountName, StorageAccountRegenerateKeyParameters regenerateKey, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.RegenerateKey"); - scope.Start(); - try - { - return RestClient.RegenerateKey(resourceGroupName, accountName, regenerateKey, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List SAS credentials of a storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide to list SAS credentials for the storage account. - /// The cancellation token to use. - public virtual async Task> ListAccountSASAsync(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListAccountSAS"); - scope.Start(); - try - { - return await RestClient.ListAccountSASAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List SAS credentials of a storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide to list SAS credentials for the storage account. - /// The cancellation token to use. - public virtual Response ListAccountSAS(string resourceGroupName, string accountName, AccountSasParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListAccountSAS"); - scope.Start(); - try - { - return RestClient.ListAccountSAS(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List service SAS credentials of a specific resource. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide to list service SAS credentials. - /// The cancellation token to use. - public virtual async Task> ListServiceSASAsync(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListServiceSAS"); - scope.Start(); - try - { - return await RestClient.ListServiceSASAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List service SAS credentials of a specific resource. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide to list service SAS credentials. - /// The cancellation token to use. - public virtual Response ListServiceSAS(string resourceGroupName, string accountName, ServiceSasParameters parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListServiceSAS"); - scope.Start(); - try - { - return RestClient.ListServiceSAS(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Revoke user delegation keys. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task RevokeUserDelegationKeysAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.RevokeUserDelegationKeys"); - scope.Start(); - try - { - return await RestClient.RevokeUserDelegationKeysAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Revoke user delegation keys. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response RevokeUserDelegationKeys(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.RevokeUserDelegationKeys"); - scope.Start(); - try - { - return RestClient.RevokeUserDelegationKeys(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. - /// The cancellation token to use. - public virtual AsyncPageable ListAsync(CancellationToken cancellationToken = default) - { - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Lists all the storage accounts available under the subscription. Note that storage keys are not returned; use the ListKeys operation for this. - /// The cancellation token to use. - public virtual Pageable List(CancellationToken cancellationToken = default) - { - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The cancellation token to use. - /// is null. - public virtual AsyncPageable ListByResourceGroupAsync(string resourceGroupName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListByResourceGroup"); - scope.Start(); - try - { - var response = await RestClient.ListByResourceGroupAsync(resourceGroupName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// Lists all the storage accounts available under the given resource group. Note that storage keys are not returned; use the ListKeys operation for this. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The cancellation token to use. - /// is null. - public virtual Pageable ListByResourceGroup(string resourceGroupName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.ListByResourceGroup"); - scope.Start(); - try - { - var response = RestClient.ListByResourceGroup(resourceGroupName, cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - - /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for the created account. - /// The cancellation token to use. - /// , , or is null. - public virtual async Task StartCreateAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartCreate"); - scope.Start(); - try - { - var originalResponse = await RestClient.CreateAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - return new StorageAccountsCreateOperation(_clientDiagnostics, _pipeline, RestClient.CreateCreateRequest(resourceGroupName, accountName, parameters).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Asynchronously creates a new storage account with the specified parameters. If an account is already created and a subsequent create request is issued with different properties, the account properties will be updated. If an account is already created and a subsequent create or update request is issued with the exact same set of properties, the request will succeed. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for the created account. - /// The cancellation token to use. - /// , , or is null. - public virtual StorageAccountsCreateOperation StartCreate(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartCreate"); - scope.Start(); - try - { - var originalResponse = RestClient.Create(resourceGroupName, accountName, parameters, cancellationToken); - return new StorageAccountsCreateOperation(_clientDiagnostics, _pipeline, RestClient.CreateCreateRequest(resourceGroupName, accountName, parameters).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual async Task StartFailoverAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartFailover"); - scope.Start(); - try - { - var originalResponse = await RestClient.FailoverAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return new StorageAccountsFailoverOperation(_clientDiagnostics, _pipeline, RestClient.CreateFailoverRequest(resourceGroupName, accountName).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Failover request can be triggered for a storage account in case of availability issues. The failover occurs from the storage account's primary cluster to secondary cluster for RA-GRS accounts. The secondary cluster will become primary after failover. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual StorageAccountsFailoverOperation StartFailover(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartFailover"); - scope.Start(); - try - { - var originalResponse = RestClient.Failover(resourceGroupName, accountName, cancellationToken); - return new StorageAccountsFailoverOperation(_clientDiagnostics, _pipeline, RestClient.CreateFailoverRequest(resourceGroupName, accountName).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Restore blobs in the specified blob ranges. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for restore blob ranges. - /// The cancellation token to use. - /// , , or is null. - public virtual async Task StartRestoreBlobRangesAsync(string resourceGroupName, string accountName, BlobRestoreParameters parameters, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartRestoreBlobRanges"); - scope.Start(); - try - { - var originalResponse = await RestClient.RestoreBlobRangesAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - return new StorageAccountsRestoreBlobRangesOperation(_clientDiagnostics, _pipeline, RestClient.CreateRestoreBlobRangesRequest(resourceGroupName, accountName, parameters).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Restore blobs in the specified blob ranges. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The parameters to provide for restore blob ranges. - /// The cancellation token to use. - /// , , or is null. - public virtual StorageAccountsRestoreBlobRangesOperation StartRestoreBlobRanges(string resourceGroupName, string accountName, BlobRestoreParameters parameters, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - if (parameters == null) - { - throw new ArgumentNullException(nameof(parameters)); - } - - using var scope = _clientDiagnostics.CreateScope("StorageAccountsOperations.StartRestoreBlobRanges"); - scope.Start(); - try - { - var originalResponse = RestClient.RestoreBlobRanges(resourceGroupName, accountName, parameters, cancellationToken); - return new StorageAccountsRestoreBlobRangesOperation(_clientDiagnostics, _pipeline, RestClient.CreateRestoreBlobRangesRequest(resourceGroupName, accountName, parameters).Request, originalResponse); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClient.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClient.cs deleted file mode 100644 index 8cc7954f15204..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClient.cs +++ /dev/null @@ -1,107 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage; - -namespace Azure.ResourceManager.Storage -{ - /// Storage service management client. - public partial class StorageManagementClient - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - private readonly Uri _endpoint; - private readonly string _subscriptionId; - - /// Initializes a new instance of StorageManagementClient for mocking. - protected StorageManagementClient() - { - } - - /// Initializes a new instance of StorageManagementClient. - /// The ID of the target subscription. - /// The OAuth token for making client requests. - /// The options for configuring the client. - public StorageManagementClient(string subscriptionId, TokenCredential tokenCredential, StorageManagementClientOptions options = null) : this(null, subscriptionId, tokenCredential, options) - { - } - /// Initializes a new instance of StorageManagementClient. - /// server parameter. - /// The ID of the target subscription. - /// The OAuth token for making client requests. - /// The options for configuring the client. - /// is null. - public StorageManagementClient(Uri endpoint, string subscriptionId, TokenCredential tokenCredential, StorageManagementClientOptions options = null) - { - endpoint ??= new Uri("https://management.azure.com"); - if (subscriptionId == null) - { - throw new ArgumentNullException(nameof(subscriptionId)); - } - - options ??= new StorageManagementClientOptions(); - _clientDiagnostics = new ClientDiagnostics(options); - _pipeline = ManagementPipelineBuilder.Build(tokenCredential, endpoint, options); - _endpoint = endpoint; - _subscriptionId = subscriptionId; - } - - /// Returns an instance of Operations. - public virtual Operations Operations => new Operations(_clientDiagnostics, _pipeline, _endpoint); - - /// Returns an instance of SkusOperations. - public virtual SkusOperations Skus => new SkusOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of StorageAccountsOperations. - public virtual StorageAccountsOperations StorageAccounts => new StorageAccountsOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of UsagesOperations. - public virtual UsagesOperations Usages => new UsagesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of ManagementPoliciesOperations. - public virtual ManagementPoliciesOperations ManagementPolicies => new ManagementPoliciesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of PrivateEndpointConnectionsOperations. - public virtual PrivateEndpointConnectionsOperations PrivateEndpointConnections => new PrivateEndpointConnectionsOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of PrivateLinkResourcesOperations. - public virtual PrivateLinkResourcesOperations PrivateLinkResources => new PrivateLinkResourcesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of ObjectReplicationPoliciesOperations. - public virtual ObjectReplicationPoliciesOperations ObjectReplicationPolicies => new ObjectReplicationPoliciesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of EncryptionScopesOperations. - public virtual EncryptionScopesOperations EncryptionScopes => new EncryptionScopesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of BlobServicesOperations. - public virtual BlobServicesOperations BlobServices => new BlobServicesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of BlobContainersOperations. - public virtual BlobContainersOperations BlobContainers => new BlobContainersOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of FileServicesOperations. - public virtual FileServicesOperations FileServices => new FileServicesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of FileSharesOperations. - public virtual FileSharesOperations FileShares => new FileSharesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of QueueServicesOperations. - public virtual QueueServicesOperations QueueServices => new QueueServicesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of QueueOperations. - public virtual QueueOperations Queue => new QueueOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of TableServicesOperations. - public virtual TableServicesOperations TableServices => new TableServicesOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - - /// Returns an instance of TableOperations. - public virtual TableOperations Table => new TableOperations(_clientDiagnostics, _pipeline, _subscriptionId, _endpoint); - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClientOptions.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClientOptions.cs deleted file mode 100644 index 75f0a61572bf2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageManagementClientOptions.cs +++ /dev/null @@ -1,16 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using Azure.Core; - -namespace Azure.ResourceManager.Storage -{ - /// Client options for Storage. - public partial class StorageManagementClientOptions : ClientOptions - { - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs new file mode 100644 index 0000000000000..f1261b9fd6f48 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs @@ -0,0 +1,223 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a StorageQueue along with the instance operations that can be performed on it. + public partial class StorageQueue : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly QueueRestOperations _restClient; + private readonly StorageQueueData _data; + + /// Initializes a new instance of the class for mocking. + protected StorageQueue() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal StorageQueue(ArmResource options, StorageQueueData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal StorageQueue(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/queueServices/queues"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual StorageQueueData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the queue with the specified queue name, under the specified account if it exists. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the queue with the specified queue name, under the specified account if it exists. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the queue with the specified queue name, under the specified account if it exists. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new QueueDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the queue with the specified queue name, under the specified account if it exists. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual QueueDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new QueueDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// Creates a new queue with the specified queue name, under the specified account. + /// Queue properties and metadata to be created with. + /// The cancellation token to use. + /// is null. + public virtual async Task> UpdateAsync(StorageQueueData queue, CancellationToken cancellationToken = default) + { + if (queue == null) + { + throw new ArgumentNullException(nameof(queue)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, queue, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates a new queue with the specified queue name, under the specified account. + /// Queue properties and metadata to be created with. + /// The cancellation token to use. + /// is null. + public virtual Response Update(StorageQueueData queue, CancellationToken cancellationToken = default) + { + if (queue == null) + { + throw new ArgumentNullException(nameof(queue)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageQueue.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, queue, cancellationToken); + return Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs new file mode 100644 index 0000000000000..97b024f8233b2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs @@ -0,0 +1,395 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of StorageQueue and their operations over a QueueService. + public partial class StorageQueueContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly QueueRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected StorageQueueContainer() + { + } + + /// Initializes a new instance of StorageQueueContainer class. + /// The resource representing the parent resource. + internal StorageQueueContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => QueueService.ResourceType; + + // Container level operations. + + /// Creates a new queue with the specified queue name, under the specified account. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// Queue properties and metadata to be created with. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public virtual QueueCreateOperation CreateOrUpdate(string queueName, StorageQueueData queue, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + if (queue == null) + { + throw new ArgumentNullException(nameof(queue)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Create(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, queue, cancellationToken); + var operation = new QueueCreateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates a new queue with the specified queue name, under the specified account. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// Queue properties and metadata to be created with. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// or is null. + public async virtual Task CreateOrUpdateAsync(string queueName, StorageQueueData queue, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + if (queue == null) + { + throw new ArgumentNullException(nameof(queue)); + } + + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, queue, cancellationToken).ConfigureAwait(false); + var operation = new QueueCreateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.Get"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new StorageQueue(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.Get"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new StorageQueue(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetIfExists"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetIfExists"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, queueName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new StorageQueue(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CheckIfExists"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = GetIfExists(queueName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A queue name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of lowercase alphanumeric and dash(-) characters only, it should begin and end with an alphanumeric character and it cannot have two consecutive dash(-) characters. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string queueName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.CheckIfExists"); + scope.Start(); + try + { + if (queueName == null) + { + throw new ArgumentNullException(nameof(queueName)); + } + + var response = await GetIfExistsAsync(queueName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of all the queues under the specified storage account. + /// Optional, a maximum number of queues that should be included in a list queue response. + /// Optional, When specified, only the queues with a name starting with the given filter will be listed. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable GetAll(string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + { + Page FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageQueue(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new StorageQueue(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Gets a list of all the queues under the specified storage account. + /// Optional, a maximum number of queues that should be included in a list queue response. + /// Optional, When specified, only the queues with a name starting with the given filter will be listed. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageQueue(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, maxpagesize, filter, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new StorageQueue(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(StorageQueue.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(StorageQueue.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs similarity index 61% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs index 57cd2039948d5..54211102279e8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageQueue.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs @@ -7,25 +7,27 @@ using System.Collections.Generic; using Azure.Core; +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; -namespace Azure.ResourceManager.Storage.Models +namespace Azure.ResourceManager.Storage { - /// The StorageQueue. - public partial class StorageQueue : Resource + /// A class representing the StorageQueue data model. + public partial class StorageQueueData : Resource { - /// Initializes a new instance of StorageQueue. - public StorageQueue() + /// Initializes a new instance of StorageQueueData. + public StorageQueueData() { Metadata = new ChangeTrackingDictionary(); } - /// Initializes a new instance of StorageQueue. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of StorageQueueData. + /// The id. + /// The name. + /// The type. /// A name-value pair that represents queue metadata. /// Integer indicating an approximate number of messages in the queue. This number is not lower than the actual number of messages in the queue, but could be higher. - internal StorageQueue(string id, string name, string type, IDictionary metadata, int? approximateMessageCount) : base(id, name, type) + internal StorageQueueData(ResourceIdentifier id, string name, ResourceType type, IDictionary metadata, int? approximateMessageCount) : base(id, name, type) { Metadata = metadata; ApproximateMessageCount = approximateMessageCount; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs new file mode 100644 index 0000000000000..7646ebb0e143d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs @@ -0,0 +1,209 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a Table along with the instance operations that can be performed on it. + public partial class Table : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly TableRestOperations _restClient; + private readonly TableData _data; + + /// Initializes a new instance of the class for mocking. + protected Table() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal Table(ArmResource options, TableData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal Table(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/tableServices/tables"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual TableData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the table with the specified table name, under the specified account if it exists. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Get"); + scope.Start(); + try + { + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the table with the specified table name, under the specified account if it exists. + /// The cancellation token to use. + public virtual Response
Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Get"); + scope.Start(); + try + { + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + + /// Deletes the table with the specified table name, under the specified account if it exists. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public async virtual Task DeleteAsync(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Delete"); + scope.Start(); + try + { + var response = await _restClient.DeleteAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + var operation = new TableDeleteOperation(response); + if (waitForCompletion) + await operation.WaitForCompletionResponseAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Deletes the table with the specified table name, under the specified account if it exists. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + public virtual TableDeleteOperation Delete(bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Delete"); + scope.Start(); + try + { + var response = _restClient.Delete(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + var operation = new TableDeleteOperation(response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + /// Creates a new table with the specified table name, under the specified account. + /// The cancellation token to use. + public virtual async Task> UpdateAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Update"); + scope.Start(); + try + { + var response = await _restClient.UpdateAsync(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates a new table with the specified table name, under the specified account. + /// The cancellation token to use. + public virtual Response
Update(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("Table.Update"); + scope.Start(); + try + { + var response = _restClient.Update(Id.ResourceGroupName, Id.Parent.Parent.Name, Id.Parent.Name, Id.Name, cancellationToken); + return Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs new file mode 100644 index 0000000000000..1edf6999e4cd2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs @@ -0,0 +1,381 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of Table and their operations over a TableService. + public partial class TableContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly TableRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected TableContainer() + { + } + + /// Initializes a new instance of TableContainer class. + /// The resource representing the parent resource. + internal TableContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => TableService.ResourceType; + + // Container level operations. + + /// Creates a new table with the specified table name, under the specified account. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public virtual TableCreateOperation CreateOrUpdate(string tableName, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + using var scope = _clientDiagnostics.CreateScope("TableContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = _restClient.Create(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken); + var operation = new TableCreateOperation(Parent, response); + if (waitForCompletion) + operation.WaitForCompletion(cancellationToken); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Creates a new table with the specified table name, under the specified account. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// Waits for the completion of the long running operations. + /// The cancellation token to use. + /// is null. + public async virtual Task CreateOrUpdateAsync(string tableName, bool waitForCompletion = true, CancellationToken cancellationToken = default) + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + using var scope = _clientDiagnostics.CreateScope("TableContainer.CreateOrUpdate"); + scope.Start(); + try + { + var response = await _restClient.CreateAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken).ConfigureAwait(false); + var operation = new TableCreateOperation(Parent, response); + if (waitForCompletion) + await operation.WaitForCompletionAsync(cancellationToken).ConfigureAwait(false); + return operation; + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response
Get(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.Get"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new Table(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.Get"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new Table(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response
GetIfExists(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetIfExists"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = _restClient.Get(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue
(null, response.GetRawResponse()) + : Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetIfExists"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = await _restClient.GetAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, tableName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue
(null, response.GetRawResponse()) + : Response.FromValue(new Table(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.CheckIfExists"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = GetIfExists(tableName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string tableName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.CheckIfExists"); + scope.Start(); + try + { + if (tableName == null) + { + throw new ArgumentNullException(nameof(tableName)); + } + + var response = await GetIfExistsAsync(tableName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of all the tables under the specified storage account. + /// The cancellation token to use. + /// A collection of that may take multiple service requests to iterate over. + public virtual Pageable
GetAll(CancellationToken cancellationToken = default) + { + Page
FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new Table(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + Page
NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAllNextPage(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken); + return Page.FromValues(response.Value.Value.Select(value => new Table(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Gets a list of all the tables under the specified storage account. + /// The cancellation token to use. + /// An async collection of that may take multiple service requests to iterate over. + public virtual AsyncPageable
GetAllAsync(CancellationToken cancellationToken = default) + { + async Task> FirstPageFunc(int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new Table(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + async Task> NextPageFunc(string nextLink, int? pageSizeHint) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllNextPageAsync(nextLink, Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken: cancellationToken).ConfigureAwait(false); + return Page.FromValues(response.Value.Value.Select(value => new Table(Parent, value)), response.Value.NextLink, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(Table.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(Table.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs new file mode 100644 index 0000000000000..89f94f4bfd36a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs @@ -0,0 +1,34 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing the Table data model. + public partial class TableData : Resource + { + /// Initializes a new instance of TableData. + public TableData() + { + } + + /// Initializes a new instance of TableData. + /// The id. + /// The name. + /// The type. + /// Table name under the specified account. + internal TableData(ResourceIdentifier id, string name, ResourceType type, string tableName) : base(id, name, type) + { + TableName = tableName; + } + + /// Table name under the specified account. + public string TableName { get; } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableOperations.cs deleted file mode 100644 index b439578b320a3..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableOperations.cs +++ /dev/null @@ -1,301 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The Table service client. - public partial class TableOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal TableRestOperations RestClient { get; } - - /// Initializes a new instance of TableOperations for mocking. - protected TableOperations() - { - } - - /// Initializes a new instance of TableOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal TableOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new TableRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Creates a new table with the specified table name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual async Task> CreateAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Create"); - scope.Start(); - try - { - return await RestClient.CreateAsync(resourceGroupName, accountName, tableName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new table with the specified table name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual Response
Create(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Create"); - scope.Start(); - try - { - return RestClient.Create(resourceGroupName, accountName, tableName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new table with the specified table name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual async Task> UpdateAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Update"); - scope.Start(); - try - { - return await RestClient.UpdateAsync(resourceGroupName, accountName, tableName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Creates a new table with the specified table name, under the specified account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual Response
Update(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Update"); - scope.Start(); - try - { - return RestClient.Update(resourceGroupName, accountName, tableName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the table with the specified table name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual async Task> GetAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Get"); - scope.Start(); - try - { - return await RestClient.GetAsync(resourceGroupName, accountName, tableName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the table with the specified table name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual Response
Get(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Get"); - scope.Start(); - try - { - return RestClient.Get(resourceGroupName, accountName, tableName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the table with the specified table name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual async Task DeleteAsync(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Delete"); - scope.Start(); - try - { - return await RestClient.DeleteAsync(resourceGroupName, accountName, tableName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Deletes the table with the specified table name, under the specified account if it exists. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// A table name must be unique within a storage account and must be between 3 and 63 characters.The name must comprise of only alphanumeric characters and it cannot begin with a numeric character. - /// The cancellation token to use. - public virtual Response Delete(string resourceGroupName, string accountName, string tableName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.Delete"); - scope.Start(); - try - { - return RestClient.Delete(resourceGroupName, accountName, tableName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets a list of all the tables under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual AsyncPageable
ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - async Task> NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.List"); - scope.Start(); - try - { - var response = await RestClient.ListNextPageAsync(nextLink, resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); - } - - /// Gets a list of all the tables under the specified storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - /// or is null. - public virtual Pageable
List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - if (resourceGroupName == null) - { - throw new ArgumentNullException(nameof(resourceGroupName)); - } - if (accountName == null) - { - throw new ArgumentNullException(nameof(accountName)); - } - - Page
FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.List"); - scope.Start(); - try - { - var response = RestClient.List(resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - Page
NextPageFunc(string nextLink, int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("TableOperations.List"); - scope.Start(); - try - { - var response = RestClient.ListNextPage(nextLink, resourceGroupName, accountName, cancellationToken); - return Page.FromValues(response.Value.Value, response.Value.NextLink, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, NextPageFunc); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs new file mode 100644 index 0000000000000..8823d57b624f1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs @@ -0,0 +1,185 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources.Models; + +namespace Azure.ResourceManager.Storage +{ + /// A Class representing a TableService along with the instance operations that can be performed on it. + public partial class TableService : ArmResource + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly TableServicesRestOperations _restClient; + private readonly TableServiceData _data; + + /// Initializes a new instance of the class for mocking. + protected TableService() + { + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The resource that is the target of operations. + internal TableService(ArmResource options, TableServiceData resource) : base(options, resource.Id) + { + HasData = true; + _data = resource; + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Initializes a new instance of the class. + /// The client parameters to use in these operations. + /// The identifier of the resource that is the target of operations. + internal TableService(ArmResource options, ResourceIdentifier id) : base(options, id) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the resource type for the operations. + public static readonly ResourceType ResourceType = "Microsoft.Storage/storageAccounts/tableServices"; + + /// Gets the valid resource type for the operations. + protected override ResourceType ValidResourceType => ResourceType; + + /// Gets whether or not the current instance has data. + public virtual bool HasData { get; } + + /// Gets the data representing this Feature. + /// Throws if there is no data loaded in the current instance. + public virtual TableServiceData Data + { + get + { + if (!HasData) + throw new InvalidOperationException("The current instance does not have data, you must call Get first."); + return _data; + } + } + + /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public async virtual Task> GetAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableService.Get"); + scope.Start(); + try + { + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The cancellation token to use. + public virtual Response Get(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableService.Get"); + scope.Start(); + try + { + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public async virtual Task> GetAvailableLocationsAsync(CancellationToken cancellationToken = default) + { + return await ListAvailableLocationsAsync(ResourceType, cancellationToken).ConfigureAwait(false); + } + + /// Lists all available geo-locations. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of locations that may take multiple service requests to iterate over. + public virtual IEnumerable GetAvailableLocations(CancellationToken cancellationToken = default) + { + return ListAvailableLocations(ResourceType, cancellationToken); + } + /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. + /// The cancellation token to use. + /// is null. + public virtual async Task> SetServicePropertiesAsync(TableServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("TableService.SetServiceProperties"); + scope.Start(); + try + { + var response = await _restClient.SetServicePropertiesAsync(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken).ConfigureAwait(false); + return Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. + /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. + /// The cancellation token to use. + /// is null. + public virtual Response SetServiceProperties(TableServiceData parameters, CancellationToken cancellationToken = default) + { + if (parameters == null) + { + throw new ArgumentNullException(nameof(parameters)); + } + + using var scope = _clientDiagnostics.CreateScope("TableService.SetServiceProperties"); + scope.Start(); + try + { + var response = _restClient.SetServiceProperties(Id.ResourceGroupName, Id.Parent.Name, Id.Name, parameters, cancellationToken); + return Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets a list of Tables in the TableService. + /// An object representing collection of Tables and their operations over a TableService. + public TableContainer GetTables() + { + return new TableContainer(this); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs new file mode 100644 index 0000000000000..3be12035a796e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs @@ -0,0 +1,282 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +// + +#nullable disable + +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading; +using System.Threading.Tasks; +using Azure; +using Azure.Core.Pipeline; +using Azure.ResourceManager; +using Azure.ResourceManager.Core; +using Azure.ResourceManager.Resources; + +namespace Azure.ResourceManager.Storage +{ + /// A class representing collection of TableService and their operations over a StorageAccount. + public partial class TableServiceContainer : ArmContainer + { + private readonly ClientDiagnostics _clientDiagnostics; + private readonly TableServicesRestOperations _restClient; + + /// Initializes a new instance of the class for mocking. + protected TableServiceContainer() + { + } + + /// Initializes a new instance of TableServiceContainer class. + /// The resource representing the parent resource. + internal TableServiceContainer(ArmResource parent) : base(parent) + { + _clientDiagnostics = new ClientDiagnostics(ClientOptions); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + } + + /// Gets the valid resource type for this object. + protected override ResourceType ValidResourceType => StorageAccount.ResourceType; + + // Container level operations. + + /// Gets details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response Get(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.Get"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, tableServiceName, cancellationToken: cancellationToken); + if (response.Value == null) + throw _clientDiagnostics.CreateRequestFailedException(response.GetRawResponse()); + return Response.FromValue(new TableService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Gets details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetAsync(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.Get"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, tableServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + if (response.Value == null) + throw await _clientDiagnostics.CreateRequestFailedExceptionAsync(response.GetRawResponse()).ConfigureAwait(false); + return Response.FromValue(new TableService(Parent, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response GetIfExists(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = _restClient.GetServiceProperties(Id.ResourceGroupName, Id.Name, tableServiceName, cancellationToken: cancellationToken); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> GetIfExistsAsync(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetIfExists"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = await _restClient.GetServicePropertiesAsync(Id.ResourceGroupName, Id.Name, tableServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + return response.Value == null + ? Response.FromValue(null, response.GetRawResponse()) + : Response.FromValue(new TableService(this, response.Value), response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public virtual Response CheckIfExists(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = GetIfExists(tableServiceName, cancellationToken: cancellationToken); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Tries to get details for this resource from the service. + /// The name of the Table Service within the specified storage account. Table Service Name must be 'default'. + /// A token to allow the caller to cancel the call to the service. The default value is . + public async virtual Task> CheckIfExistsAsync(string tableServiceName, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.CheckIfExists"); + scope.Start(); + try + { + if (tableServiceName == null) + { + throw new ArgumentNullException(nameof(tableServiceName)); + } + + var response = await GetIfExistsAsync(tableServiceName, cancellationToken: cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value != null, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all table services for the storage account. + /// The cancellation token to use. + public virtual async Task>> GetAllAsync(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAll"); + scope.Start(); + try + { + var response = await _restClient.GetAllAsync(Id.ResourceGroupName, Id.Name, cancellationToken).ConfigureAwait(false); + return Response.FromValue(response.Value.Value.Select(data => new TableService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// List all table services for the storage account. + /// The cancellation token to use. + public virtual Response> GetAll(CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAll"); + scope.Start(); + try + { + var response = _restClient.GetAll(Id.ResourceGroupName, Id.Name, cancellationToken); + return Response.FromValue(response.Value.Value.Select(data => new TableService(Parent, data)).ToArray() as IReadOnlyList, response.GetRawResponse()); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// A collection of resource that may take multiple service requests to iterate over. + public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(TableService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + /// Filters the list of for this resource group represented as generic resources. + /// The filter used in this operation. + /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. + /// The number of results to return. + /// A token to allow the caller to cancel the call to the service. The default value is . + /// An async collection of resource that may take multiple service requests to iterate over. + public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) + { + using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAllAsGenericResources"); + scope.Start(); + try + { + var filters = new ResourceFilterCollection(TableService.ResourceType); + filters.SubstringFilter = nameFilter; + return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + } + catch (Exception e) + { + scope.Failed(e); + throw; + } + } + + // Builders. + // public ArmBuilder Construct() { } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs similarity index 53% rename from sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.cs rename to sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs index 06765e196f28c..dbbdcb84576bd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/TableServiceProperties.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs @@ -5,22 +5,26 @@ #nullable disable -namespace Azure.ResourceManager.Storage.Models +using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage { - /// The properties of a storage account’s Table service. - public partial class TableServiceProperties : Resource + /// A class representing the TableService data model. + public partial class TableServiceData : Resource { - /// Initializes a new instance of TableServiceProperties. - public TableServiceProperties() + /// Initializes a new instance of TableServiceData. + public TableServiceData() { } - /// Initializes a new instance of TableServiceProperties. - /// Fully qualified resource Id for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. - /// The name of the resource. - /// The type of the resource. Ex- Microsoft.Compute/virtualMachines or Microsoft.Storage/storageAccounts. + /// Initializes a new instance of TableServiceData. + /// The id. + /// The name. + /// The type. /// Specifies CORS rules for the Table service. You can include up to five CorsRule elements in the request. If no CorsRule elements are included in the request body, all CORS rules will be deleted, and CORS will be disabled for the Table service. - internal TableServiceProperties(string id, string name, string type, CorsRules cors) : base(id, name, type) + internal TableServiceData(ResourceIdentifier id, string name, ResourceType type, CorsRules cors) : base(id, name, type) { Cors = cors; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesOperations.cs deleted file mode 100644 index 2f60f84dfe119..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServicesOperations.cs +++ /dev/null @@ -1,158 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The TableServices service client. - public partial class TableServicesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal TableServicesRestOperations RestClient { get; } - - /// Initializes a new instance of TableServicesOperations for mocking. - protected TableServicesOperations() - { - } - - /// Initializes a new instance of TableServicesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal TableServicesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new TableServicesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// List all table services for the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> ListAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.List"); - scope.Start(); - try - { - return await RestClient.ListAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// List all table services for the storage account. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response List(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.List"); - scope.Start(); - try - { - return RestClient.List(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. - /// The cancellation token to use. - public virtual async Task> SetServicePropertiesAsync(string resourceGroupName, string accountName, TableServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return await RestClient.SetServicePropertiesAsync(resourceGroupName, accountName, parameters, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Sets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The properties of a storage account’s Table service, only properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules can be specified. - /// The cancellation token to use. - public virtual Response SetServiceProperties(string resourceGroupName, string accountName, TableServiceProperties parameters, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.SetServiceProperties"); - scope.Start(); - try - { - return RestClient.SetServiceProperties(resourceGroupName, accountName, parameters, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual async Task> GetServicePropertiesAsync(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return await RestClient.GetServicePropertiesAsync(resourceGroupName, accountName, cancellationToken).ConfigureAwait(false); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Gets the properties of a storage account’s Table service, including properties for Storage Analytics and CORS (Cross-Origin Resource Sharing) rules. - /// The name of the resource group within the user's subscription. The name is case insensitive. - /// The name of the storage account within the specified resource group. Storage account names must be between 3 and 24 characters in length and use numbers and lower-case letters only. - /// The cancellation token to use. - public virtual Response GetServiceProperties(string resourceGroupName, string accountName, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServicesOperations.GetServiceProperties"); - scope.Start(); - try - { - return RestClient.GetServiceProperties(resourceGroupName, accountName, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesOperations.cs deleted file mode 100644 index 2443fa946399d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/UsagesOperations.cs +++ /dev/null @@ -1,101 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Threading; -using System.Threading.Tasks; -using Azure; -using Azure.Core; -using Azure.Core.Pipeline; -using Azure.ResourceManager.Storage.Models; - -namespace Azure.ResourceManager.Storage -{ - /// The Usages service client. - public partial class UsagesOperations - { - private readonly ClientDiagnostics _clientDiagnostics; - private readonly HttpPipeline _pipeline; - internal UsagesRestOperations RestClient { get; } - - /// Initializes a new instance of UsagesOperations for mocking. - protected UsagesOperations() - { - } - - /// Initializes a new instance of UsagesOperations. - /// The handler for diagnostic messaging in the client. - /// The HTTP pipeline for sending and receiving REST requests and responses. - /// The ID of the target subscription. - /// server parameter. - /// Api Version. - internal UsagesOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2019-06-01") - { - RestClient = new UsagesRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint, apiVersion); - _clientDiagnostics = clientDiagnostics; - _pipeline = pipeline; - } - - /// Gets the current usage count and the limit for the resources of the location under the subscription. - /// The location of the Azure Storage resource. - /// The cancellation token to use. - /// is null. - public virtual AsyncPageable ListByLocationAsync(string location, CancellationToken cancellationToken = default) - { - if (location == null) - { - throw new ArgumentNullException(nameof(location)); - } - - async Task> FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("UsagesOperations.ListByLocation"); - scope.Start(); - try - { - var response = await RestClient.ListByLocationAsync(location, cancellationToken).ConfigureAwait(false); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); - } - - /// Gets the current usage count and the limit for the resources of the location under the subscription. - /// The location of the Azure Storage resource. - /// The cancellation token to use. - /// is null. - public virtual Pageable ListByLocation(string location, CancellationToken cancellationToken = default) - { - if (location == null) - { - throw new ArgumentNullException(nameof(location)); - } - - Page FirstPageFunc(int? pageSizeHint) - { - using var scope = _clientDiagnostics.CreateScope("UsagesOperations.ListByLocation"); - scope.Start(); - try - { - var response = RestClient.ListByLocation(location, cancellationToken); - return Page.FromValues(response.Value.Value, null, response.GetRawResponse()); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - return PageableHelpers.CreateEnumerable(FirstPageFunc, null); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md b/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md index 862a451065b90..b5e3b5b07bf6b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md +++ b/sdk/storage/Azure.ResourceManager.Storage/src/autorest.md @@ -4,7 +4,121 @@ Run `dotnet build /t:GenerateCode` to generate code. ``` yaml azure-arm: true -require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/cd4fac4606e725d0a7366261d3766f3c0864c03e/specification/storage/resource-manager/readme.md +csharp: true +namespace: Azure.ResourceManager.Storage +tag: package-2021-04 +require: https://raw.githubusercontent.com/Azure/azure-rest-api-specs/7384176da46425e7899708f263e0598b851358c2/specification/storage/resource-manager/readme.md +clear-output-folder: true +skip-csproj: true modelerfour: lenient-model-deduplication: true +operation-group-to-resource-type: + Skus: Microsoft.Storage/skus + DeletedAccounts: Microsoft.Storage/deletedAccounts + Usages: Microsoft.Storage/locations/usages + PrivateLinkResources: Microsoft.Storage/storageAccounts/privateLinkResources + StorageAccountName: Microsoft.Storage/storageAccountsss +operation-group-to-resource: + StorageAccounts: StorageAccount + DeletedAccounts: DeletedAccount + Table: Table + StorageAccountName: NonResource +operation-group-to-parent: + BlobContainers: Microsoft.Storage/storageAccounts/blobServices + FileShares: Microsoft.Storage/storageAccounts/fileServices + Queue: Microsoft.Storage/storageAccounts/queueServices + Table: Microsoft.Storage/storageAccounts/tableServices + StorageAccountName: subscriptions +directive: + - rename-model: + from: BlobServiceProperties + to: BlobService + - rename-model: + from: QueueServiceProperties + to: QueueService + - rename-model: + from: FileServiceProperties + to: FileService + - rename-model: + from: TableServiceProperties + to: TableService + - from: swagger-document + where: $.definitions.FileShareItems.properties.value.items["$ref"] + transform: return "#/definitions/FileShare" + - from: swagger-document + where: $.definitions.ListContainerItems.properties.value.items["$ref"] + transform: return "#/definitions/BlobContainer" + - from: swagger-document + where: $.definitions.ListQueueResource.properties.value.items["$ref"] + transform: return "#/definitions/StorageQueue" +# change default to service name and add to parameter + - from: swagger-document + where: $.paths + transform: > + for (var key in $) { + var newKey=key.replace('fileServices/default','fileServices/{FileServicesName}'); + if (newKey !== key){ + $[newKey] = $[key]; + for (var key1 in $[newKey]){ + $[newKey][key1]['parameters'].push( + { + "$ref": "#/parameters/FileServicesName" + } + ); + } + delete $[key]; + continue; + } + newKey=key.replace('blobServices/default','blobServices/{BlobServicesName}'); + if (newKey !== key){ + $[newKey] = $[key]; + for (var key1 in $[newKey]){ + $[newKey][key1]['parameters'].push( + { + "$ref": "#/parameters/BlobServicesName" + } + ); + } + delete $[key]; + continue; + } + newKey=key.replace('queueServices/default','queueServices/{queueServiceName}'); + if (newKey !== key){ + $[newKey] = $[key]; + for (var key1 in $[newKey]){ + $[newKey][key1]['parameters'].push( + { + "$ref": "#/parameters/QueueServiceName" + } + ); + } + delete $[key]; + continue; + } + newKey=key.replace('tableServices/default','tableServices/{tableServiceName}'); + if (newKey !== key){ + $[newKey] = $[key] + for (var key1 in $[newKey]){ + $[newKey][key1]['parameters'].push( + { + "$ref": "#/parameters/TableServiceName" + } + ); + } + delete $[key]; + } + } +# delete enum property + - from: swagger-document + where: $.parameters + transform: > + for (var key in $) { + if (key === 'BlobServicesName'||key === 'FileServicesName'||key === 'QueueServiceName'||key === 'TableServiceName'){ + delete $[key]['enum'] + } + } +# change checkname availability operation id + - from: swagger-document + where: $.paths['/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability'].post.operationId + transform: return 'StorageAccountName_CheckAvailability' ``` diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj b/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj index 0c579c9baefe6..924c2ecaac87d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Azure.ResourceManager.Storage.Tests.csproj @@ -1,13 +1,8 @@ - - false - false - - - + - \ No newline at end of file + diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs new file mode 100644 index 0000000000000..2ce690032fd2a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs @@ -0,0 +1,119 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Threading.Tasks; +using System.Collections.Generic; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.TestFramework; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Storage.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; +using SkuTier= Azure.ResourceManager.Storage.Models.SkuTier; + +namespace Azure.ResourceManager.Storage.Tests.Helpers +{ + [ClientTestFixture] + public class StorageTestBase:ManagementRecordedTestBase + { + public static Location DefaultLocation => Location.EastUS2; + public static string DefaultLocationString= "eastus2"; + public static bool IsTestTenant = false; + // These are used to create default accounts + public static Sku DefaultSkuNameStandardGRS = new Sku(SkuName.StandardGRS); + public static Kind DefaultKindStorage = Kind.Storage; + public static Dictionary DefaultTags = new Dictionary + { + {"key1","value1"}, + {"key2","value2"} + }; + protected ArmClient Client { get; private set; } + protected Subscription DefaultSubscription => Client.DefaultSubscription; + protected StorageTestBase(bool isAsync) : base(isAsync) + { + } + public StorageTestBase(bool isAsync, RecordedTestMode mode) : base(isAsync, mode) + { + } + public static StorageAccountCreateParameters GetDefaultStorageAccountParameters(Sku sku = null, Kind? kind = null, string location = null) + { + Sku skuParameters = sku ?? DefaultSkuNameStandardGRS; + Kind kindParameters = kind ?? DefaultKindStorage; + string locationParameters = location ?? DefaultLocationString; + StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(skuParameters, kindParameters, locationParameters); + parameters.Tags.InitializeFrom(DefaultTags); + return parameters; + } + [SetUp] + public void CreateCommonClient() + { + Client = GetArmClient(); + } + + public async Task CreateResourceGroupAsync() + { + string resourceGroupName = Recording.GenerateAssetName("teststorageRG-"); + return await DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + resourceGroupName, + new ResourceGroupData(DefaultLocation) + { + Tags = + { + { "test", "env" } + } + }); + } + public static void VerifyAccountProperties(StorageAccount account,bool useDefaults) + { + Assert.NotNull(account); + Assert.NotNull(account.Id); + Assert.NotNull(account.Id.Name); + Assert.NotNull(account.Data.Location); + Assert.NotNull(account.Data); + Assert.NotNull(account.Data.CreationTime); + Assert.NotNull(account.Data.Sku); + Assert.NotNull(account.Data.Sku.Name); + Assert.NotNull(account.Data.Sku.Tier); + Assert.NotNull(account.Data.PrimaryEndpoints); + + if (useDefaults) + { + Assert.AreEqual(DefaultLocation, account.Data.Location); + Assert.AreEqual(DefaultSkuNameStandardGRS.Name, account.Data.Sku.Name); + Assert.AreEqual(SkuTier.Standard, account.Data.Sku.Tier); + Assert.AreEqual(DefaultKindStorage, account.Data.Kind); + + Assert.NotNull(account.Data.Tags); + Assert.AreEqual(2, account.Data.Tags.Count); + Assert.AreEqual("value1", account.Data.Tags["key1"]); + Assert.AreEqual("value2", account.Data.Tags["key2"]); + } + } + + public static void AssertStorageAccountEqual(StorageAccount account1, StorageAccount account2) + { + Assert.AreEqual(account1.Id.Name, account2.Id.Name); + Assert.AreEqual(account1.Id.Location, account2.Id.Location); + } + public static void AssertBlobContainerEqual(BlobContainer blobContainer1, BlobContainer blobContainer2) + { + Assert.AreEqual(blobContainer1.Id.Name, blobContainer2.Id.Name); + Assert.AreEqual(blobContainer1.Id.Location, blobContainer2.Id.Location); + } + public static void AssertFileShareEqual(FileShare fileShare1, FileShare fileShare2) + { + Assert.AreEqual(fileShare1.Id.Name, fileShare2.Id.Name); + Assert.AreEqual(fileShare1.Id.Location, fileShare2.Id.Location); + } + public static void AssertStorageQueueEqual(StorageQueue storageQueue1, StorageQueue storageQueue2) + { + Assert.AreEqual(storageQueue1.Id.Name, storageQueue2.Id.Name); + Assert.AreEqual(storageQueue1.Id.Location, storageQueue2.Id.Location); + } + public static void AssertTableEqual(Table table1, Table table2) + { + Assert.AreEqual(table1.Id.Name, table2.Id.Name); + Assert.AreEqual(table1.Id.Location, table2.Id.Location); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs deleted file mode 100644 index 0d640552b9c59..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs +++ /dev/null @@ -1,318 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Collections.Generic; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Resources; -using Azure.ResourceManager.Resources.Models; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.TestFramework; -using Sku = Azure.ResourceManager.Storage.Models.Sku; -using StorageProvisioningState = Azure.ResourceManager.Storage.Models.ProvisioningState; -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Helpers -{ - [ClientTestFixture] - public abstract class StorageTestsManagementClientBase : ManagementRecordedTestBase - { - public static bool IsTestTenant = false; - // These are used to create default accounts - public static string DefaultLocation = IsTestTenant ? null : "eastus2"; - public static string DefaultRGLocation = IsTestTenant ? null : "eastus2"; - public static Sku DefaultSkuNameStandardGRS = new Sku(SkuName.StandardGRS); - public static Kind DefaultKindStorage = Kind.Storage; - - public static Dictionary DefaultTags = new Dictionary - { - {"key1","value1"}, - {"key2","value2"} - }; - - private ResourcesManagementClient ResourceManagementClient { get; set; } - private StorageManagementClient StorageManagementClient { get; set; } - - public ResourcesOperations ResourcesClient { get; set; } - public ResourceGroupsOperations ResourceGroupsClient { get; set; } - - public UsagesOperations UsagesClient { get; set; } - public StorageAccountsOperations AccountsClient { get; set; } - public SkusOperations SkusClient { get; set; } - public ManagementPoliciesOperations ManagementPoliciesClient { get; set; } - public PrivateEndpointConnectionsOperations PrivateEndpointConnectionsClient { get; set; } - public PrivateLinkResourcesOperations PrivateLinkResourcesClient { get; set; } - public EncryptionScopesOperations EncryptionScopesClient { get; set; } - public FileSharesOperations FileSharesClient { get; set; } - public FileServicesOperations FileServicesClient { get; set; } - public BlobServicesOperations BlobServicesClient { get; set; } - public BlobContainersOperations BlobContainersClient { get; set; } - public ObjectReplicationPoliciesOperations ObjectReplicationPoliciesClient { get; set; } - - protected StorageTestsManagementClientBase(bool isAsync) : base(isAsync) - { - } - - protected void Initialize() - { - ResourceManagementClient = GetResourceManagementClient(); - ResourcesClient = ResourceManagementClient.Resources; - ResourceGroupsClient = ResourceManagementClient.ResourceGroups; - - StorageManagementClient = GetStorageManagementClient(); - UsagesClient = StorageManagementClient.Usages; - AccountsClient = StorageManagementClient.StorageAccounts; - SkusClient = StorageManagementClient.Skus; - ManagementPoliciesClient = StorageManagementClient.ManagementPolicies; - PrivateEndpointConnectionsClient = StorageManagementClient.PrivateEndpointConnections; - PrivateLinkResourcesClient = StorageManagementClient.PrivateLinkResources; - EncryptionScopesClient = StorageManagementClient.EncryptionScopes; - FileSharesClient = StorageManagementClient.FileShares; - FileServicesClient = StorageManagementClient.FileServices; - BlobServicesClient = StorageManagementClient.BlobServices; - BlobContainersClient = StorageManagementClient.BlobContainers; - ObjectReplicationPoliciesClient = StorageManagementClient.ObjectReplicationPolicies; - } - - private StorageManagementClient GetStorageManagementClient() - { - return CreateClient(TestEnvironment.SubscriptionId, - TestEnvironment.Credential, - InstrumentClientOptions(new StorageManagementClientOptions())); - } - - public static StorageAccountCreateParameters GetDefaultStorageAccountParameters(Sku sku = null, Kind? kind = null, string location = null) - { - Sku skuParameters = sku ?? DefaultSkuNameStandardGRS; - Kind kindParameters = kind ?? DefaultKindStorage; - string locationParameters = location ?? DefaultLocation; - - StorageAccountCreateParameters account = new StorageAccountCreateParameters(skuParameters, kindParameters, locationParameters); - account.Tags.InitializeFrom(DefaultTags); - - return account; - } - - public static async Task CreateResourceGroup(ResourceGroupsOperations resourceGroupsOperations, TestRecording recording) - { - string name = recording.GenerateAssetName("res"); - if (!IsTestTenant) - { - await resourceGroupsOperations.CreateOrUpdateAsync(name, new ResourceGroup(DefaultRGLocation)); - } - return name; - } - - public async Task CreateStorageAccount(StorageAccountsOperations storageAccountsClient, string rgname, TestRecording recording) - { - string accountName = recording.GenerateAssetName("sto"); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - Operation account = await storageAccountsClient.StartCreateAsync(rgname, accountName, parameters); - await WaitForCompletionAsync(account); - return accountName; - } - - public static void VerifyAccountProperties(StorageAccount account, bool useDefaults) - { - Assert.NotNull(account); - Assert.NotNull(account.Id); - Assert.NotNull(account.Location); - Assert.NotNull(account.Name); - Assert.NotNull(account.CreationTime); - Assert.NotNull(account.Kind); - - Assert.NotNull(account.Sku); - Assert.NotNull(account.Sku.Name); - Assert.NotNull(account.Sku.Tier); - - Assert.AreEqual(AccountStatus.Available, account.StatusOfPrimary); - Assert.AreEqual(account.Location, account.PrimaryLocation); - - Assert.NotNull(account.PrimaryEndpoints); - if (account.Kind != Kind.FileStorage) - { - Assert.NotNull(account.PrimaryEndpoints.Blob); - } - - if (account.Kind == Kind.Storage || account.Kind == Kind.StorageV2) - { - if (account.Sku.Name != SkuName.StandardZRS && account.Sku.Name != SkuName.PremiumLRS) - { - Assert.NotNull(account.PrimaryEndpoints.Queue); - Assert.NotNull(account.PrimaryEndpoints.Table); - Assert.NotNull(account.PrimaryEndpoints.File); - } - - if (account.Sku.Name == SkuName.StandardRagzrs) - { - Assert.NotNull(account.SecondaryEndpoints.Queue); - Assert.NotNull(account.SecondaryEndpoints.Table); - } - } - - Assert.AreEqual(StorageProvisioningState.Succeeded, account.ProvisioningState); - Assert.Null(account.LastGeoFailoverTime); - - if (account.Sku.Name == SkuName.StandardLRS || account.Sku.Name == SkuName.StandardZRS || account.Sku.Name == SkuName.PremiumLRS) - { - Assert.Null(account.SecondaryLocation); - Assert.Null(account.StatusOfSecondary); - Assert.Null(account.SecondaryEndpoints); - } - else if (account.Sku.Name == SkuName.StandardGRS) - { - Assert.AreEqual(AccountStatus.Available, account.StatusOfSecondary); - Assert.NotNull(account.SecondaryLocation); - Assert.Null(account.SecondaryEndpoints); - } - else if (account.Sku.Name == SkuName.StandardRagzrs) - { - Assert.AreEqual(AccountStatus.Available, account.StatusOfSecondary); - Assert.NotNull(account.SecondaryLocation); - Assert.NotNull(account.SecondaryEndpoints); - Assert.NotNull(account.SecondaryEndpoints.Blob); - } - - if (useDefaults) - { - Assert.AreEqual(DefaultLocation, account.Location); - Assert.AreEqual(DefaultSkuNameStandardGRS.Name, account.Sku.Name); - Assert.AreEqual(SkuTier.Standard, account.Sku.Tier); - Assert.AreEqual(DefaultKindStorage, account.Kind); - - Assert.NotNull(account.Tags); - Assert.AreEqual(2, account.Tags.Count); - Assert.AreEqual("value1", account.Tags["key1"]); - Assert.AreEqual("value2", account.Tags["key2"]); - } - } - - public static AccountSasParameters ParseAccountSASToken(string accountSasToken) - { - string[] sasProperties = accountSasToken.Substring(1).Split(new char[] { '&' }); - - string serviceParameters = string.Empty; - string resourceTypesParameters = string.Empty; - string permissionsParameters = string.Empty; - string ipAddressOrRangeParameters = string.Empty; - DateTimeOffset sharedAccessStartTimeParameters = new DateTimeOffset(); - DateTimeOffset sharedAccessExpiryTimeParameters = new DateTimeOffset(); - HttpProtocol? protocolsParameters = null; - - foreach (var property in sasProperties) - { - string[] keyValue = property.Split(new char[] { '=' }); - switch (keyValue[0]) - { - case "ss": - serviceParameters = keyValue[1]; - break; - case "srt": - resourceTypesParameters = keyValue[1]; - break; - case "sp": - permissionsParameters = keyValue[1]; - break; - case "st": - sharedAccessStartTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "se": - sharedAccessExpiryTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "sip": - ipAddressOrRangeParameters = keyValue[1]; - break; - case "spr": - if (keyValue[1] == "https") - protocolsParameters = HttpProtocol.Https; - else if (keyValue[1] == "https,http") - protocolsParameters = HttpProtocol.HttpsHttp; - break; - default: - break; - } - } - - AccountSasParameters parameters = new AccountSasParameters(serviceParameters, resourceTypesParameters, permissionsParameters, sharedAccessExpiryTimeParameters) - { - IPAddressOrRange = ipAddressOrRangeParameters, - Protocols = protocolsParameters, - SharedAccessStartTime = sharedAccessStartTimeParameters - }; - - return parameters; - } - - public static ServiceSasParameters ParseServiceSASToken(string serviceSAS, string canonicalizedResource) - { - string[] sasProperties = serviceSAS.Substring(1).Split(new char[] { '&' }); - - ServiceSasParameters parameters = new ServiceSasParameters(canonicalizedResource); - - foreach (var property in sasProperties) - { - string[] keyValue = property.Split(new char[] { '=' }); - switch (keyValue[0]) - { - case "sr": - parameters.Resource = keyValue[1]; - break; - case "sp": - parameters.Permissions = keyValue[1]; - break; - case "st": - parameters.SharedAccessStartTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "se": - parameters.SharedAccessExpiryTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "sip": - parameters.IPAddressOrRange = keyValue[1]; - break; - case "spr": - if (keyValue[1] == "https") - parameters.Protocols = HttpProtocol.Https; - else if (keyValue[1] == "https,http") - parameters.Protocols = HttpProtocol.HttpsHttp; - break; - case "si": - parameters.Identifier = keyValue[1]; - break; - case "spk": - parameters.PartitionKeyStart = keyValue[1]; - break; - case "epk": - parameters.PartitionKeyEnd = keyValue[1]; - break; - case "srk": - parameters.RowKeyStart = keyValue[1]; - break; - case "erk": - parameters.RowKeyEnd = keyValue[1]; - break; - case "rscc": - parameters.CacheControl = keyValue[1]; - break; - case "rscd": - parameters.ContentDisposition = keyValue[1]; - break; - case "rsce": - parameters.ContentEncoding = keyValue[1]; - break; - case "rscl": - parameters.ContentLanguage = keyValue[1]; - break; - case "rsct": - parameters.ContentType = keyValue[1]; - break; - default: - break; - } - } - - return parameters; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs new file mode 100644 index 0000000000000..20eb90e545f14 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs @@ -0,0 +1,104 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#region Snippet:Managing_StorageAccounts_NameSpaces +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; +#endregion + +namespace Azure.ResourceManager.Storage.Tests.Samples +{ + public class Sample1_ManagingStorageAccounts + { + private ResourceGroup resourceGroup; + [SetUp] + public async Task createResourceGroup() + { + #region Snippet:Readme_DefaultSubscription + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + Subscription subscription = armClient.DefaultSubscription; + #endregion + + #region Snippet:Readme_GetResourceGroupContainer + string rgName = "myRgName"; + Location location = Location.WestUS2; + ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + #endregion + + this.resourceGroup = resourceGroup; + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate() + { + #region Snippet:Managing_StorageAccounts_CreateStorageAccount + //first we need to define the StorageAccountCreateParameters + Sku sku = new Sku(SkuName.StandardGRS); + Kind kind = Kind.Storage; + string location = "westus2"; + StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); + //now we can create a storage account with defined account name and parameters + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + string accountName = "myAccount"; + StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task list() + { + #region Snippet:Managing_StorageAccounts_ListStorageAccounts + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + AsyncPageable response = accountContainer.GetAllAsync(); + await foreach (StorageAccount storageAccount in response) + { + Console.WriteLine(storageAccount.Data.Name); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Get() + { + #region Snippet:Managing_StorageAccounts_GetStorageAccount + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + Console.WriteLine(storageAccount.Data.Name); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task GetIfExist() + { + #region Snippet:Managing_StorageAccounts_GetStorageAccountIfExists + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); + if (storageAccount != null) + { + Console.WriteLine(storageAccount.Data.Name); + } + if (await accountContainer.CheckIfExistsAsync("bar")) + { + Console.WriteLine("storage account 'bar' exists"); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Delete() + { + #region Snippet:Managing_StorageAccounts_DeleteStorageAccount + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + await storageAccount.DeleteAsync(); + #endregion + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs new file mode 100644 index 0000000000000..2d51323c7846d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs @@ -0,0 +1,106 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; + +namespace Azure.ResourceManager.Storage.Tests.Samples +{ + public class Sample2_ManagingBlobContainers + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private BlobService blobService; + [SetUp] + public async Task createStorageAccountAndGetBlobContainerContainer() + { + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + Subscription subscription = armClient.DefaultSubscription; + string rgName = "myRgName"; + Location location = Location.WestUS2; + ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + this.resourceGroup = resourceGroup; + Sku sku = new Sku(SkuName.StandardGRS); + Kind kind = Kind.Storage; + string locationStr = "westus2"; + StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, locationStr); + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + string accountName = "myAccount"; + StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + #region Snippet:Managing_BlobContainers_GetBlobService + BlobServiceContainer blobServiceContainer = storageAccount.GetBlobServices(); + BlobService blobService =await blobServiceContainer.GetAsync("default"); + #endregion + this.blobService = blobService; + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate() + { + #region Snippet:Managing_BlobContainers_CreateBlobContainer + BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + string blobContainerName = "myBlobContainer"; + BlobContainerData blobContainerData= new BlobContainerData(); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, new BlobContainerData()); + BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task List() + { + #region Snippet:Managing_BlobContainers_ListBlobContainers + BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + AsyncPageable response = blobContainerContainer.GetAllAsync(); + await foreach (BlobContainer blobContainer in response) + { + Console.WriteLine(blobContainer.Id.Name); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Get() + { + #region Snippet:Managing_BlobContainers_GetBlobContainer + BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + BlobContainer blobContainer =await blobContainerContainer.GetAsync("myBlobContainer"); + Console.WriteLine(blobContainer.Id.Name); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task GetIfExist() + { + #region Snippet:Managing_BlobContainers_GetBlobContainerIfExists + BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); + if (storageAccount != null) + { + Console.WriteLine(storageAccount.Data.Name); + } + if (await blobContainerContainer.CheckIfExistsAsync("bar")) + { + Console.WriteLine("blob container 'bar' exists"); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Delete() + { + #region Snippet:Managing_BlobContainers_DeleteBlobContainer + BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); + BlobContainer blobContainer = await blobContainerContainer.GetAsync("myBlobContainer"); + await blobContainer.DeleteAsync(); + #endregion + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainer.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainer.json new file mode 100644 index 0000000000000..931c700ee1651 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainer.json @@ -0,0 +1,1049 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "baf5df658499fa7b666706722a982782", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1c7b028c-df7b-4638-8262-13cb8e1d7614", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "1c7b028c-df7b-4638-8262-13cb8e1d7614", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084402Z:1c7b028c-df7b-4638-8262-13cb8e1d7614" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-879?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-9cbf4fc69e09504c8d98ad921424037d-43700414f0874f47-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "307c2885d030a6120b39788a9bd09020", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fcbdf717-f805-4aa1-8bf8-30288a4e327a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fcbdf717-f805-4aa1-8bf8-30288a4e327a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084404Z:fcbdf717-f805-4aa1-8bf8-30288a4e327a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879", + "name": "teststorageRG-879", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ed9c93a4ea27ead285dd84ea22203e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ed9c93a4ea27ead285dd84ea22203e6", + "x-ms-correlation-request-id": "d2561387-fd51-4bf9-9316-1e2ea192dd95", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "652dff46-b083-4cd9-8906-4441771202fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084411Z:d2561387-fd51-4bf9-9316-1e2ea192dd95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e5e145244a8dae2cfb208733a586916", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e5e145244a8dae2cfb208733a586916", + "x-ms-correlation-request-id": "ecb38d18-e059-40f9-911b-85b27e1b4346", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "cf138d80-2a90-4c34-8fd9-c6f5fe1ce6aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084411Z:ecb38d18-e059-40f9-911b-85b27e1b4346" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bc3a37470f705a4baf67a1403a90e5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bc3a37470f705a4baf67a1403a90e5d", + "x-ms-correlation-request-id": "7a9d0645-7ba2-4e36-8a9a-7b0fd8d659bc", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "2a86656a-b300-4c1e-b45c-ec4068776b5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084413Z:7a9d0645-7ba2-4e36-8a9a-7b0fd8d659bc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8dfc62c6a4c4943e62bddfbf2c9ba8bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dfc62c6a4c4943e62bddfbf2c9ba8bb", + "x-ms-correlation-request-id": "ed5bcbf3-8b4d-4eed-a54c-3ae38666efca", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "638e7485-8492-44c5-8fd1-e6c2b0342209", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084414Z:ed5bcbf3-8b4d-4eed-a54c-3ae38666efca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc8f33240b07e17d7058a4b1c9cdd626", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc8f33240b07e17d7058a4b1c9cdd626", + "x-ms-correlation-request-id": "a1a041f2-2cd3-4e6f-90a7-e37114cf9d19", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8a11d360-189d-4233-a7ba-761d6fd7ca62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084415Z:a1a041f2-2cd3-4e6f-90a7-e37114cf9d19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7acaaa3dc5bcf52652e283990e4d91e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7acaaa3dc5bcf52652e283990e4d91e", + "x-ms-correlation-request-id": "f5ce3b30-f762-4d1b-a0cb-25f0d088035f", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "adb6bb55-6e58-4208-8005-7ec8f8c8b819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084417Z:f5ce3b30-f762-4d1b-a0cb-25f0d088035f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0efbf4e4219bb55e41b1c6b008cca95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0efbf4e4219bb55e41b1c6b008cca95", + "x-ms-correlation-request-id": "ee369bb9-4859-4507-b53c-3c1e249aa9ad", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "cb761fd6-9043-43f0-964b-1fac78158bc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084418Z:ee369bb9-4859-4507-b53c-3c1e249aa9ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "811cb9e7d0ef485fe0c066d8e343508c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "811cb9e7d0ef485fe0c066d8e343508c", + "x-ms-correlation-request-id": "31506ba3-0c01-42a1-9de1-081c28ab7a70", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "aa4cc6b2-05de-4cc6-ae41-54c87051a5f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084419Z:31506ba3-0c01-42a1-9de1-081c28ab7a70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0963867f06dd610c55f1f240bfe7ced8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0963867f06dd610c55f1f240bfe7ced8", + "x-ms-correlation-request-id": "d4698455-4fa1-4cb0-9e43-70db7626d81e", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "fd0a1569-a715-4db8-a633-b75c4269eda4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084421Z:d4698455-4fa1-4cb0-9e43-70db7626d81e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d752936457c87d2f60a7ef59db7cd8a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d752936457c87d2f60a7ef59db7cd8a1", + "x-ms-correlation-request-id": "8fa03b43-0276-4445-b131-321984858360", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "def861ad-3722-458f-87b8-46403458c1bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084422Z:8fa03b43-0276-4445-b131-321984858360" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aeb90cac029e0b7acba2cfedd1e89f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aeb90cac029e0b7acba2cfedd1e89f9", + "x-ms-correlation-request-id": "adeb3a38-d8bd-454a-8ffc-c0ec244c21e4", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "fca935c2-e6c2-426a-a65d-b002c3a5b5c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084423Z:adeb3a38-d8bd-454a-8ffc-c0ec244c21e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50748ef179f128c356e5a93616b286d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50748ef179f128c356e5a93616b286d8", + "x-ms-correlation-request-id": "646384a7-6dce-47ef-94df-72a8c46257fe", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "df435c08-9706-476c-befa-4e636742e55f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084424Z:646384a7-6dce-47ef-94df-72a8c46257fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e76511954fca3afdb712a0d2a31a041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e76511954fca3afdb712a0d2a31a041", + "x-ms-correlation-request-id": "920c3679-8faf-44fc-bcbd-5526b9ab9579", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1fe869e3-39bb-42df-9cbc-037678b78529", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084426Z:920c3679-8faf-44fc-bcbd-5526b9ab9579" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/652dff46-b083-4cd9-8906-4441771202fc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d68f61d870851afccc223431681caf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1291", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d68f61d870851afccc223431681caf9", + "x-ms-correlation-request-id": "f09d1a79-a5b8-4d87-9744-c96dbc2e9d79", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c396e936-99c6-42c0-bb43-e632e071a2b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084427Z:f09d1a79-a5b8-4d87-9744-c96dbc2e9d79" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309", + "name": "storage309", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:44:09.9236277Z", + "key2": "2021-08-13T08:44:09.9236277Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:09.9236277Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:09.9236277Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:44:09.7986232Z", + "primaryEndpoints": { + "blob": "https://storage309.blob.core.windows.net/", + "queue": "https://storage309.queue.core.windows.net/", + "table": "https://storage309.table.core.windows.net/", + "file": "https://storage309.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8be454345aa89cfcded1747f4eb6fd25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "371", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8be454345aa89cfcded1747f4eb6fd25", + "x-ms-correlation-request-id": "b42fa261-1b10-48dc-83e9-a6a4ca6da492", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b27947ef-1499-46f1-97af-61a0968420da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084427Z:b42fa261-1b10-48dc-83e9-a6a4ca6da492" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a1f1868d039a191246239306b8c5aa7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "391", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:28 GMT", + "ETag": "\u00220x8D95E368FEF1F62\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a1f1868d039a191246239306b8c5aa7", + "x-ms-correlation-request-id": "db0c0587-990a-4201-9b84-7d887b15507a", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "f5d7d68d-8522-4644-9799-a3ea7a5f91f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084428Z:db0c0587-990a-4201-9b84-7d887b15507a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304", + "name": "testblob1304", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4cd6d9309814f9c3cb6e3713300216c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "676", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:28 GMT", + "ETag": "\u00220x8D95E368FEF1F62\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4cd6d9309814f9c3cb6e3713300216c5", + "x-ms-correlation-request-id": "acc74169-0703-40b1-bcfc-a0063c283cd1", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "dfbdef10-2d8c-42f7-a624-526dbab3f9e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084429Z:acc74169-0703-40b1-bcfc-a0063c283cd1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304", + "name": "testblob1304", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E368FEF1F62\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:44:28.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68aefefeafaa84fb53e983f8c36b7244", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "676", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:28 GMT", + "ETag": "\u00220x8D95E368FEF1F62\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68aefefeafaa84fb53e983f8c36b7244", + "x-ms-correlation-request-id": "6f926508-388a-40b5-baa5-49045640808f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "afa4790c-57fa-4449-a34c-d6f5db1772c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084429Z:6f926508-388a-40b5-baa5-49045640808f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304", + "name": "testblob1304", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E368FEF1F62\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:44:28.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob13041?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc1ed71ad926d03055257eca997e7122", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc1ed71ad926d03055257eca997e7122", + "x-ms-correlation-request-id": "9e2c10a4-5ec6-4607-83bb-69cc2eedb3d0", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "cfd9f740-2b55-43c6-905a-e98437bc4fc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084429Z:9e2c10a4-5ec6-4607-83bb-69cc2eedb3d0" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:95e9b8f5-701e-003b-0c1f-90230c000000\nTime:2021-08-13T08:44:29.6531425Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c32734bf2de81fcde52f82a14ca355f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c32734bf2de81fcde52f82a14ca355f", + "x-ms-correlation-request-id": "949fcbf4-e06c-4af1-bb7b-c2badf6be9d4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d7e55d5b-4f97-4e35-b14a-40beace5efb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084430Z:949fcbf4-e06c-4af1-bb7b-c2badf6be9d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58f8f2fb39e3259ecede12853030ebd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58f8f2fb39e3259ecede12853030ebd5", + "x-ms-correlation-request-id": "d3f4205b-94f6-4782-bd82-39e8b12f426d", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "56a937af-28cc-43cf-a5cd-4c6dab4444e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084430Z:d3f4205b-94f6-4782-bd82-39e8b12f426d" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:95e9baff-701e-003b-731f-90230c000000\nTime:2021-08-13T08:44:30.4797278Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309/blobServices/default/containers/testblob1304?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50ad617806392866db9dfed4e006bb8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50ad617806392866db9dfed4e006bb8a", + "x-ms-correlation-request-id": "7f1493b5-d12d-475b-948e-3ef68e31a6a8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "78e80ae8-ec44-4c5d-8ed4-f0928ee5a166", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084430Z:7f1493b5-d12d-475b-948e-3ef68e31a6a8" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:95e9bbb9-701e-003b-211f-90230c000000\nTime:2021-08-13T08:44:30.8469855Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6ce1fef1885113ed50d9effdf7750ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1303", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:44:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6ce1fef1885113ed50d9effdf7750ad", + "x-ms-correlation-request-id": "4aa4933f-92dd-4361-a7f5-e839e194abf1", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6fd5ade3-9ea9-4dca-8c72-27a316ad45f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084431Z:4aa4933f-92dd-4361-a7f5-e839e194abf1" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309", + "name": "storage309", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:44:09.9236277Z", + "key2": "2021-08-13T08:44:09.9236277Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:09.9236277Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:09.9236277Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:44:09.7986232Z", + "primaryEndpoints": { + "blob": "https://storage309.blob.core.windows.net/", + "queue": "https://storage309.queue.core.windows.net/", + "table": "https://storage309.table.core.windows.net/", + "file": "https://storage309.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-879/providers/Microsoft.Storage/storageAccounts/storage309?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3b22367e51df5268bd07d463bc944c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3b22367e51df5268bd07d463bc944c7", + "x-ms-correlation-request-id": "84f93872-b164-4b3c-b55b-c87016a978a1", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "a3d18540-310c-4a67-916d-9177eda78544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084437Z:84f93872-b164-4b3c-b55b-c87016a978a1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2114726386", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainerAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainerAsync.json new file mode 100644 index 0000000000000..40e1ea4eb3217 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteBlobContainerAsync.json @@ -0,0 +1,1049 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab3fc88f6996fbe51107cfdae1bc967b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1cea9e1d-8446-4a99-a23a-009c6b40a5e8", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "1cea9e1d-8446-4a99-a23a-009c6b40a5e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084441Z:1cea9e1d-8446-4a99-a23a-009c6b40a5e8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1677?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-9c34ead866dba44c8a054ffbd5cbf737-a5966960864c7d40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e21a9262f38b72aad0568f789167e99f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b020ee77-a370-4aea-baca-e5bcc51fd5bc", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "b020ee77-a370-4aea-baca-e5bcc51fd5bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084442Z:b020ee77-a370-4aea-baca-e5bcc51fd5bc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677", + "name": "teststorageRG-1677", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82c0f8a17a3d90c115f69ae0e40fe058", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82c0f8a17a3d90c115f69ae0e40fe058", + "x-ms-correlation-request-id": "0d61639a-15d7-43c1-bd61-ffdb743bcec6", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "78947557-4c8b-4913-857b-af67b4f95e4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084446Z:0d61639a-15d7-43c1-bd61-ffdb743bcec6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e1b033a3bbb1825585275fd0f91ec46", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e1b033a3bbb1825585275fd0f91ec46", + "x-ms-correlation-request-id": "1752b7df-cd9d-4101-96c7-6a90ac312426", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "9185f127-6c41-4482-8567-72609428cc6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084446Z:1752b7df-cd9d-4101-96c7-6a90ac312426" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a91e1fae1e459cfb232b4978666b0c95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a91e1fae1e459cfb232b4978666b0c95", + "x-ms-correlation-request-id": "d049a5ff-6970-4085-9531-3d14b147dff1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "e614da8c-f5d8-4c4b-bb94-b08e1e2079de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084448Z:d049a5ff-6970-4085-9531-3d14b147dff1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1a6b45642f3379d998b28908ed785a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1a6b45642f3379d998b28908ed785a7", + "x-ms-correlation-request-id": "183ecebd-2629-4f90-8280-f3934a06e9b2", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "193b329b-9d93-46f3-b2b8-426dc3619492", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084449Z:183ecebd-2629-4f90-8280-f3934a06e9b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64a7cdd9f6601ba0077f7a90f1acb1ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64a7cdd9f6601ba0077f7a90f1acb1ec", + "x-ms-correlation-request-id": "6e04d613-0043-4bba-ac7e-60b2dad1bc5b", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "92db2014-0da2-498b-ba53-56cec6d8d123", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084450Z:6e04d613-0043-4bba-ac7e-60b2dad1bc5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ba6df450beb6c5282e710b9f66b0d4b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ba6df450beb6c5282e710b9f66b0d4b", + "x-ms-correlation-request-id": "bb5a43fe-ff74-4d98-953d-c07dff80f821", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "16072df3-9e1d-40f9-8a0d-8050a8b3f77f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084452Z:bb5a43fe-ff74-4d98-953d-c07dff80f821" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "989ea2a5a8c36034138bd974c70c46ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "989ea2a5a8c36034138bd974c70c46ec", + "x-ms-correlation-request-id": "67ae9d82-9739-4087-a6f6-dd5c5cbb887f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "9b2ebf37-aac9-403d-9268-2cf7dc0d90fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084453Z:67ae9d82-9739-4087-a6f6-dd5c5cbb887f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af4a3bda2930cebb7b3be179e6e7259b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af4a3bda2930cebb7b3be179e6e7259b", + "x-ms-correlation-request-id": "c46403b1-b949-4682-a380-c0e1fe7f14f2", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "706e08ca-5e9b-4d56-93a9-aca3a79a372a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084454Z:c46403b1-b949-4682-a380-c0e1fe7f14f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fea2e71180d9d29aa46476031dda475", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fea2e71180d9d29aa46476031dda475", + "x-ms-correlation-request-id": "6ddef407-d77b-4020-9a9d-3020f9057291", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ba7faf7e-ed6a-4dbf-a88c-0b2842d87dbc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084456Z:6ddef407-d77b-4020-9a9d-3020f9057291" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "badf23a05e217b1ae6d01d87c6bb7a2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "badf23a05e217b1ae6d01d87c6bb7a2c", + "x-ms-correlation-request-id": "0f187aa1-81dc-4264-b6d7-2a492a134982", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2f155990-9ed7-4e58-bc18-34e892e9ae58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084457Z:0f187aa1-81dc-4264-b6d7-2a492a134982" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98033e66f622c1de12ad04eae25b9c9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98033e66f622c1de12ad04eae25b9c9d", + "x-ms-correlation-request-id": "ca50c32b-bea3-48d3-8db9-9c15cb6cf936", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "287b3fcd-a1f7-43cd-8578-2df5a8560826", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084458Z:ca50c32b-bea3-48d3-8db9-9c15cb6cf936" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2d86c976a07127a146e693dfba1d6ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:44:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2d86c976a07127a146e693dfba1d6ef", + "x-ms-correlation-request-id": "1775160e-5937-4e68-bfe7-1bdc13e5a0cd", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "b0e37598-ab33-441e-b2bd-dcb89e2a9303", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084459Z:1775160e-5937-4e68-bfe7-1bdc13e5a0cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3fa1acc0bdaaa53451ea8745930998a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:45:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3fa1acc0bdaaa53451ea8745930998a", + "x-ms-correlation-request-id": "5a6c37e2-4227-4220-8326-135eb97cadb7", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "8636d46a-e32f-4d2e-a525-adfd9268f642", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084501Z:5a6c37e2-4227-4220-8326-135eb97cadb7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78947557-4c8b-4913-857b-af67b4f95e4b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5af07f34b7e2fb24c4f084b38da1c570", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5af07f34b7e2fb24c4f084b38da1c570", + "x-ms-correlation-request-id": "c9ad17a3-8ac4-444b-a917-e2f05b34f6e4", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "30fa9dca-c5c5-40f9-8c96-e0535797d452", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084502Z:c9ad17a3-8ac4-444b-a917-e2f05b34f6e4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537", + "name": "storage2537", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:44:44.8457143Z", + "key2": "2021-08-13T08:44:44.8457143Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:44.8457143Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:44.8457143Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:44:44.7676059Z", + "primaryEndpoints": { + "blob": "https://storage2537.blob.core.windows.net/", + "queue": "https://storage2537.queue.core.windows.net/", + "table": "https://storage2537.table.core.windows.net/", + "file": "https://storage2537.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c71e15d7a9618cc3182e7de9c205b8e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c71e15d7a9618cc3182e7de9c205b8e3", + "x-ms-correlation-request-id": "366e363d-443e-4265-a601-3d408826207c", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "f57bbeb2-e110-4736-998e-f18b3871a2e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084502Z:366e363d-443e-4265-a601-3d408826207c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b17b08de0d7bf514fe2fe986a01ca358", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:02 GMT", + "ETag": "\u00220x8D95E36A4BE1CA2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b17b08de0d7bf514fe2fe986a01ca358", + "x-ms-correlation-request-id": "9154b89e-6762-49eb-9ff2-5272dd7e8e88", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "bea5ad05-2b30-45f2-97d0-a010b891bf4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084503Z:9154b89e-6762-49eb-9ff2-5272dd7e8e88" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476", + "name": "testblob4476", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11449d3829d1bc8b6341b3393b39be37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:03 GMT", + "ETag": "\u00220x8D95E36A4BE1CA2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11449d3829d1bc8b6341b3393b39be37", + "x-ms-correlation-request-id": "08dd2462-a3f9-4f49-9ba1-280c3e885aad", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "7b476737-3ed0-40eb-8d2e-9d88f59c9a83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084503Z:08dd2462-a3f9-4f49-9ba1-280c3e885aad" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476", + "name": "testblob4476", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E36A4BE1CA2\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:45:03.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98aedda0be4a075b09d16279d9057811", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:03 GMT", + "ETag": "\u00220x8D95E36A4BE1CA2\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98aedda0be4a075b09d16279d9057811", + "x-ms-correlation-request-id": "401d4be9-c2fe-41b7-9f44-59b383a4fcca", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "fdd97e9f-8b3a-47f9-a4e5-1e5f328060e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084504Z:401d4be9-c2fe-41b7-9f44-59b383a4fcca" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476", + "name": "testblob4476", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E36A4BE1CA2\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:45:03.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob44761?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "688991d9d274b5037dbf4e3a59dabac5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "688991d9d274b5037dbf4e3a59dabac5", + "x-ms-correlation-request-id": "c2b52ed2-51db-4a21-abb5-706df61f92d9", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "adbde4bb-4a32-45c8-8fb2-fbb2ef4be53d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084504Z:c2b52ed2-51db-4a21-abb5-706df61f92d9" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:2317d783-b01e-0025-3f1f-903495000000\nTime:2021-08-13T08:45:04.4847422Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2e5b2710a6e7a0e423c07ffc611e25e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2e5b2710a6e7a0e423c07ffc611e25e", + "x-ms-correlation-request-id": "d91a9ac2-7ddc-4d41-8cdd-2904ac930620", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "de735087-092e-4907-84b9-713fb639f3aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084504Z:d91a9ac2-7ddc-4d41-8cdd-2904ac930620" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa60a1c855afcec3d9f81a8a7020ae2f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa60a1c855afcec3d9f81a8a7020ae2f", + "x-ms-correlation-request-id": "3763f35b-05ad-49f8-b01a-c6bf923810f9", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "2d97e1bb-1496-4a80-9fb4-0223c2af644d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084505Z:3763f35b-05ad-49f8-b01a-c6bf923810f9" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:2317d9c3-b01e-0025-4d1f-903495000000\nTime:2021-08-13T08:45:05.1802492Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537/blobServices/default/containers/testblob4476?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27089d17b61fcfa3820f2637ca04ef6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27089d17b61fcfa3820f2637ca04ef6c", + "x-ms-correlation-request-id": "a0802d37-53ee-4816-9b47-4c88a04f48fb", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "456384dd-db82-4e89-9f5a-990f3a21de4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084505Z:a0802d37-53ee-4816-9b47-4c88a04f48fb" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:2317db04-b01e-0025-6f1f-903495000000\nTime:2021-08-13T08:45:05.5114885Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b771f0dc107a1b15ee17e875f0830921", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:45:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b771f0dc107a1b15ee17e875f0830921", + "x-ms-correlation-request-id": "7006d415-8c47-4d73-9864-c60193990924", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "941beb0f-0cfc-479d-a16c-9b4dfc90aec4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084505Z:7006d415-8c47-4d73-9864-c60193990924" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537", + "name": "storage2537", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:44:44.8457143Z", + "key2": "2021-08-13T08:44:44.8457143Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:44.8457143Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:44:44.8457143Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:44:44.7676059Z", + "primaryEndpoints": { + "blob": "https://storage2537.blob.core.windows.net/", + "queue": "https://storage2537.queue.core.windows.net/", + "table": "https://storage2537.table.core.windows.net/", + "file": "https://storage2537.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1677/providers/Microsoft.Storage/storageAccounts/storage2537?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28e8d88ebb08123efe90279f2f8c03d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:45:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28e8d88ebb08123efe90279f2f8c03d5", + "x-ms-correlation-request-id": "fbf44022-4a02-4bc1-913e-1fce7a37db10", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "c255c791-d47f-4ebc-ba7e-a83984c3f988", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084511Z:fbf44022-4a02-4bc1-913e-1fce7a37db10" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1565549786", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicy.json new file mode 100644 index 0000000000000..ea5d573eb8038 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicy.json @@ -0,0 +1,898 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b733da768a11b91eb9c393e37a3c159f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c153929a-825a-47f2-bdd2-715f33b96a28", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "c153929a-825a-47f2-bdd2-715f33b96a28", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013718Z:c153929a-825a-47f2-bdd2-715f33b96a28" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7223?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-ff1729a6468b76499085d4edde0106ba-509c5ae3f607cd43-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "305e2dae296768fd46098aa06d819218", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "baacfcc0-817b-40ae-9457-994a8d2c39ba", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "baacfcc0-817b-40ae-9457-994a8d2c39ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013721Z:baacfcc0-817b-40ae-9457-994a8d2c39ba" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223", + "name": "teststorageRG-7223", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9306ad10c0491e4eedb997feebbe6b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9306ad10c0491e4eedb997feebbe6b6", + "x-ms-correlation-request-id": "cd38ea5c-917e-462b-9c7d-402b6cc2f1f7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "0c2bed09-b094-463b-bbf6-5417509fe1c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013726Z:cd38ea5c-917e-462b-9c7d-402b6cc2f1f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab6ba9ca706e21a97a9f794d63e9574e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab6ba9ca706e21a97a9f794d63e9574e", + "x-ms-correlation-request-id": "6f72f70d-89a0-4206-8547-4945d7132d6e", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "bd403626-10ca-474d-a3d6-c5dac072dd29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013727Z:6f72f70d-89a0-4206-8547-4945d7132d6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31f5e9a4c09ac211b8f98a388b5078a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31f5e9a4c09ac211b8f98a388b5078a1", + "x-ms-correlation-request-id": "9d64f750-35c9-4717-830a-0ef7bf8e2c38", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "84a1e1da-5e4c-402d-82c0-37eb39ec5eaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013728Z:9d64f750-35c9-4717-830a-0ef7bf8e2c38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44b498993b500648a5d6dd209563d365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44b498993b500648a5d6dd209563d365", + "x-ms-correlation-request-id": "f282a9cb-8959-4e71-b7ff-ffa82d18f173", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a841cd49-3a24-4e5d-8ecd-bc7041ed3285", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013729Z:f282a9cb-8959-4e71-b7ff-ffa82d18f173" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fef327310570a6797a9f275e570952a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fef327310570a6797a9f275e570952a", + "x-ms-correlation-request-id": "aa72c8f3-3f37-404e-944f-1b6a3eee1ed9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "17b68cc4-68f4-4ab3-9445-d48223ede4e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013731Z:aa72c8f3-3f37-404e-944f-1b6a3eee1ed9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbb3d726133469fda1ee8cc3e3f12c54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbb3d726133469fda1ee8cc3e3f12c54", + "x-ms-correlation-request-id": "aebbceac-3011-4dab-9b7a-f2f4a54cff98", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "fa059ac6-c52c-4302-b071-a6aba66a85a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013732Z:aebbceac-3011-4dab-9b7a-f2f4a54cff98" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58c425264860894a30aaaca748d22034", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58c425264860894a30aaaca748d22034", + "x-ms-correlation-request-id": "3ce477f7-da05-41a3-8489-bcc819465de2", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2b1556a1-ea31-42d8-af87-21ee51bbf827", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013733Z:3ce477f7-da05-41a3-8489-bcc819465de2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bef9b24007b0603135868d6883a427a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bef9b24007b0603135868d6883a427a6", + "x-ms-correlation-request-id": "996abc60-bed4-436a-a8a4-280647f8d774", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "694b267f-ddf8-47fd-ae9e-0e585058eb01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013735Z:996abc60-bed4-436a-a8a4-280647f8d774" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c04e9d7c3dacdeca8c2a9a8a665620ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c04e9d7c3dacdeca8c2a9a8a665620ce", + "x-ms-correlation-request-id": "06bcd763-9068-4ab0-b48f-17f6284a4988", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3d6f6373-8a7f-4264-b2e0-72e5ebd4f88b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013736Z:06bcd763-9068-4ab0-b48f-17f6284a4988" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "308257ce6ef81fa4f36423d9bbe2058c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "308257ce6ef81fa4f36423d9bbe2058c", + "x-ms-correlation-request-id": "c9c8d804-d8f7-4c34-b3c9-51a8b8f87a27", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a39ab124-a4bf-4c6d-896a-caf0cfae74a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013737Z:c9c8d804-d8f7-4c34-b3c9-51a8b8f87a27" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa2a06825f840388e81b31866da6fade", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa2a06825f840388e81b31866da6fade", + "x-ms-correlation-request-id": "7982b66b-f7be-4fab-99ef-dbff945dc66e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e7ea4c64-f65a-4a27-ac32-2de287ee01ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013739Z:7982b66b-f7be-4fab-99ef-dbff945dc66e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b99bf65f7210eadf92fcd4819f022a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b99bf65f7210eadf92fcd4819f022a9", + "x-ms-correlation-request-id": "2c2ea474-8ebc-49f7-9bd9-090c53674e72", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a3d34be2-69e3-412f-acc4-548e9e4b0b0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013740Z:2c2ea474-8ebc-49f7-9bd9-090c53674e72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f070e24752c6e49cf7e47dd3c1eb14c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f070e24752c6e49cf7e47dd3c1eb14c", + "x-ms-correlation-request-id": "df095ed3-be4a-40c3-a49a-c1a56277dd8a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "cc4337bd-e60d-4760-ad12-5c3971e71ae4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013741Z:df095ed3-be4a-40c3-a49a-c1a56277dd8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c2bed09-b094-463b-bbf6-5417509fe1c6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb734569da488b6a591bb1559240e9f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb734569da488b6a591bb1559240e9f8", + "x-ms-correlation-request-id": "eed71e52-2348-470c-bb84-a446e1851147", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "c377be0c-0582-491e-b9fd-660defda4816", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013743Z:eed71e52-2348-470c-bb84-a446e1851147" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185", + "name": "storage1185", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:37:25.4214650Z", + "key2": "2021-08-16T01:37:25.4214650Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:25.4214650Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:25.4214650Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:37:25.3277211Z", + "primaryEndpoints": { + "blob": "https://storage1185.blob.core.windows.net/", + "queue": "https://storage1185.queue.core.windows.net/", + "table": "https://storage1185.table.core.windows.net/", + "file": "https://storage1185.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f6287f89b9ff0b1752b5ca2afd0d2db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f6287f89b9ff0b1752b5ca2afd0d2db", + "x-ms-correlation-request-id": "64855ff6-1ba4-4fe8-b300-233ef7319b89", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "86beb922-3de8-40fa-9c6d-cc80bb16cd5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013743Z:64855ff6-1ba4-4fe8-b300-233ef7319b89" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cd4de806126a34a7c0610c3f4db8e94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:44 GMT", + "ETag": "\u00220x8D9605671B242A4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cd4de806126a34a7c0610c3f4db8e94", + "x-ms-correlation-request-id": "d5165611-8087-4c4b-b0c1-83b9b798ebf8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "2c9759f4-9b49-47e0-a9a2-3c8f88d9d254", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013744Z:d5165611-8087-4c4b-b0c1-83b9b798ebf8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698", + "name": "testblob2698", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbb4e54fad5293ce83861d7dc7db8849", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "434", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:44 GMT", + "ETag": "\u00228d960567222c847\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbb4e54fad5293ce83861d7dc7db8849", + "x-ms-correlation-request-id": "ff90e880-7248-4a15-ba83-ebf4065a83f7", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "cec9c141-6a4f-44e6-a7ea-26f00498697e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013744Z:ff90e880-7248-4a15-ba83-ebf4065a83f7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d960567222c847\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d960567222c847\u0022", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6112d8d67b1526d118bb2394a12c8150", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "433", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:45 GMT", + "ETag": "\u00228d96056726cb1d7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6112d8d67b1526d118bb2394a12c8150", + "x-ms-correlation-request-id": "8304da1f-37e1-4703-8c62-8d1d6d9d37bf", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "28ac469e-6b1b-4cfc-82f2-9e685018e583", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013745Z:8304da1f-37e1-4703-8c62-8d1d6d9d37bf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185/blobServices/default/containers/testblob2698/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96056726cb1d7\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 0, + "state": "Deleted" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea600ecd1f1dd22a1041f8a044ccdba0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:37:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea600ecd1f1dd22a1041f8a044ccdba0", + "x-ms-correlation-request-id": "a0ee6e71-6875-4410-99ea-57428e517baf", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "5517f242-198a-4923-9ef4-ed6e55298c5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013745Z:a0ee6e71-6875-4410-99ea-57428e517baf" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185", + "name": "storage1185", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:37:25.4214650Z", + "key2": "2021-08-16T01:37:25.4214650Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:25.4214650Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:25.4214650Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:37:25.3277211Z", + "primaryEndpoints": { + "blob": "https://storage1185.blob.core.windows.net/", + "queue": "https://storage1185.queue.core.windows.net/", + "table": "https://storage1185.table.core.windows.net/", + "file": "https://storage1185.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7223/providers/Microsoft.Storage/storageAccounts/storage1185?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cedc77d2cc8d37f138ea3978a39f256", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cedc77d2cc8d37f138ea3978a39f256", + "x-ms-correlation-request-id": "276e0fc3-6d5d-4eb3-91b8-b8c12eb2793e", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "8714c21d-7937-4da3-9252-7f58d8f4be72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013751Z:276e0fc3-6d5d-4eb3-91b8-b8c12eb2793e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "828613701", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicyAsync.json new file mode 100644 index 0000000000000..1dab3f1d1a7bc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/CreateDeleteImmutabilityPolicyAsync.json @@ -0,0 +1,898 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3244e5a777a5aa3dc3b2e788e2fb6a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "49ee52b8-461c-4034-a4d8-776bb304a866", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "49ee52b8-461c-4034-a4d8-776bb304a866", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013755Z:49ee52b8-461c-4034-a4d8-776bb304a866" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1949?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-6d3fb4faa3435a409f4bbf871a6d9324-be84df973607594b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90ee33092761baf9102701866f2d341d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:37:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "583fa972-82ee-431f-a16a-c081206a3721", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "583fa972-82ee-431f-a16a-c081206a3721", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013756Z:583fa972-82ee-431f-a16a-c081206a3721" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949", + "name": "teststorageRG-1949", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9368c1e8489e0529f88d2ea4889cfc36", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9368c1e8489e0529f88d2ea4889cfc36", + "x-ms-correlation-request-id": "179253e3-12fc-4cb9-a1b1-f04a3e1a2c72", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "38becca0-37e3-47c7-8a83-3007b896fe83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013800Z:179253e3-12fc-4cb9-a1b1-f04a3e1a2c72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9121c6b1630ea6bc48a6999cb16888b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9121c6b1630ea6bc48a6999cb16888b", + "x-ms-correlation-request-id": "32330888-f40b-44e5-91a7-2f5d7e1d29a7", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6b1094a6-fc1f-4507-9520-90302577dc1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013800Z:32330888-f40b-44e5-91a7-2f5d7e1d29a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a804f04abffa3fd031d1b09f9ece1a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a804f04abffa3fd031d1b09f9ece1a3", + "x-ms-correlation-request-id": "fb7c6b5f-a175-4601-8c2c-e91c318a32bd", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "66a5ee07-2599-4085-b5e5-0684ef428d5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013802Z:fb7c6b5f-a175-4601-8c2c-e91c318a32bd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c387c09538ad705774aad3ddc247f61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c387c09538ad705774aad3ddc247f61", + "x-ms-correlation-request-id": "1cb51083-d460-4bf5-8a76-4d0d959a71de", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "50fa1752-e612-4e3a-9d6f-b1b6a4bac8af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013803Z:1cb51083-d460-4bf5-8a76-4d0d959a71de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d437c30c39d3c0b21f6fa613fb61f1d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d437c30c39d3c0b21f6fa613fb61f1d7", + "x-ms-correlation-request-id": "98724611-ebc5-4f5a-a729-6c9ee91ab2c2", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "eaf6f5d0-578b-46bb-b0ed-363ce32a1d4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013804Z:98724611-ebc5-4f5a-a729-6c9ee91ab2c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e8fc5a81bdeb1014aa9d3b5fdbfc6de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e8fc5a81bdeb1014aa9d3b5fdbfc6de", + "x-ms-correlation-request-id": "2bf7dbfb-8b02-48fc-818b-8409fd8b48a6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "5e1cc5ba-2bd5-40e2-b930-9a9dbcc57bd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013806Z:2bf7dbfb-8b02-48fc-818b-8409fd8b48a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35fdba9e0db5cfcfc9774c1aacf2dc16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35fdba9e0db5cfcfc9774c1aacf2dc16", + "x-ms-correlation-request-id": "c5ec1d0d-8fb3-48c6-a66e-80d4ff9cf5f1", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "94b822b2-9795-44f5-aac6-827d71f4543a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013807Z:c5ec1d0d-8fb3-48c6-a66e-80d4ff9cf5f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1694d5593094f082c2868a2a66fdc360", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1694d5593094f082c2868a2a66fdc360", + "x-ms-correlation-request-id": "c0a6c477-38b7-4c90-a7fe-1d2879996a87", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5b414f83-7e38-430b-b9f3-311389170662", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013808Z:c0a6c477-38b7-4c90-a7fe-1d2879996a87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4074c7a8bc649b22f6c08566cfe60457", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4074c7a8bc649b22f6c08566cfe60457", + "x-ms-correlation-request-id": "11a6662e-cbf7-4160-a81d-f5a08184a97d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "4beacfcf-b25a-489e-9423-f8c05ad19d8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013810Z:11a6662e-cbf7-4160-a81d-f5a08184a97d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "285bbcccb02a6d4a370c722e82a569cb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "285bbcccb02a6d4a370c722e82a569cb", + "x-ms-correlation-request-id": "68781ced-6c4d-47d5-aaff-02ca1a176a4e", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "70258fc0-f54f-4912-8af3-a8cc806bed76", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013811Z:68781ced-6c4d-47d5-aaff-02ca1a176a4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e572ecb49b7d9db1b2f920d4ab1c21db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e572ecb49b7d9db1b2f920d4ab1c21db", + "x-ms-correlation-request-id": "2c6e73d6-1596-4db4-b8eb-66aba09b7d14", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a459b869-5a04-48d1-ae81-1e27673c3506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013812Z:2c6e73d6-1596-4db4-b8eb-66aba09b7d14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a95d32819aa1f8357d06095749f31850", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a95d32819aa1f8357d06095749f31850", + "x-ms-correlation-request-id": "e669aa48-a5c9-4e6d-aaaa-1439ce63571a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "2a9f1627-0f49-40a5-b6c6-ed6b7c26f894", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013813Z:e669aa48-a5c9-4e6d-aaaa-1439ce63571a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3b2b9561e7431da0abe75319076c21b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3b2b9561e7431da0abe75319076c21b", + "x-ms-correlation-request-id": "ca183e23-9538-4dc4-acc5-4c3ec508b74b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "6812ab2c-cb3d-4f2e-a609-4029da588098", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013815Z:ca183e23-9538-4dc4-acc5-4c3ec508b74b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/38becca0-37e3-47c7-8a83-3007b896fe83?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50ac97ebbf471929b67a6876915a53be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50ac97ebbf471929b67a6876915a53be", + "x-ms-correlation-request-id": "4fd8668b-86c1-445b-aa29-cbf4b2860595", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "2ae8073c-a6dd-40e3-a35e-b3ac472d0c1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013816Z:4fd8668b-86c1-445b-aa29-cbf4b2860595" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039", + "name": "storage5039", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:37:58.9852795Z", + "key2": "2021-08-16T01:37:58.9852795Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:58.9852795Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:58.9852795Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:37:58.8759232Z", + "primaryEndpoints": { + "blob": "https://storage5039.blob.core.windows.net/", + "queue": "https://storage5039.queue.core.windows.net/", + "table": "https://storage5039.table.core.windows.net/", + "file": "https://storage5039.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f17dcfe03e696267582b9ee325046707", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f17dcfe03e696267582b9ee325046707", + "x-ms-correlation-request-id": "b8dc6b2c-1d14-404c-953f-352c5dbb9e22", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "0ab54542-412f-44a7-ac48-f81ec535b1a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013816Z:b8dc6b2c-1d14-404c-953f-352c5dbb9e22" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46b26cee08c88f96982cfab6639fb06a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "391", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:17 GMT", + "ETag": "\u00220x8D9605685A052AE\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46b26cee08c88f96982cfab6639fb06a", + "x-ms-correlation-request-id": "79e7044f-ee3b-4305-ad18-a40be731adf6", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "cdb483cf-c8f1-4aaf-bcf2-8c8bdcaa9f4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013817Z:79e7044f-ee3b-4305-ad18-a40be731adf6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425", + "name": "testblob425", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "58", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8c051b6b1d12fad4af81c2146f4b112", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 3 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "433", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:18 GMT", + "ETag": "\u00228d9605686079aec\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8c051b6b1d12fad4af81c2146f4b112", + "x-ms-correlation-request-id": "ca3f9217-06a5-487f-9ad6-c04ac0608ed1", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "f3da5a62-2006-4188-bc2a-c7dff8eb4235", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013818Z:ca3f9217-06a5-487f-9ad6-c04ac0608ed1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9605686079aec\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 3, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d9605686079aec\u0022", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eda3326178a1c717e661d1116cacf48c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "432", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:18 GMT", + "ETag": "\u00228d9605686459ae0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eda3326178a1c717e661d1116cacf48c", + "x-ms-correlation-request-id": "30ba17f8-bddd-432c-85eb-9da14330e498", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "59222b71-32c8-42de-b025-cf12abac3207", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013818Z:30ba17f8-bddd-432c-85eb-9da14330e498" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039/blobServices/default/containers/testblob425/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d9605686459ae0\u0022", + "properties": { + "immutabilityPeriodSinceCreationInDays": 0, + "state": "Deleted" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b36e78ed0ea73d72be82fcd0ec7549a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:38:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b36e78ed0ea73d72be82fcd0ec7549a4", + "x-ms-correlation-request-id": "6522bc3d-a7fd-43d3-a994-2ae04a564969", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "24919bbd-d5c0-4e2d-b1db-09c6349ef6c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013819Z:6522bc3d-a7fd-43d3-a994-2ae04a564969" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039", + "name": "storage5039", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:37:58.9852795Z", + "key2": "2021-08-16T01:37:58.9852795Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:58.9852795Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:37:58.9852795Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:37:58.8759232Z", + "primaryEndpoints": { + "blob": "https://storage5039.blob.core.windows.net/", + "queue": "https://storage5039.queue.core.windows.net/", + "table": "https://storage5039.table.core.windows.net/", + "file": "https://storage5039.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1949/providers/Microsoft.Storage/storageAccounts/storage5039?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3055e87ac2fc3ec839f9116fdf9cc29d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:38:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3055e87ac2fc3ec839f9116fdf9cc29d", + "x-ms-correlation-request-id": "6bd085cc-8e85-47e8-9ce7-9ad25b522586", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "869cd1d4-4d67-46f4-b332-eefb551a1b6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013824Z:6bd085cc-8e85-47e8-9ce7-9ad25b522586" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "24044975", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainers.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainers.json new file mode 100644 index 0000000000000..71360fd6b0582 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainers.json @@ -0,0 +1,894 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e44ebbc7e070a475c053e33c27d16dc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8cfa9b6e-932f-4274-a883-e66729402b94", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "8cfa9b6e-932f-4274-a883-e66729402b94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085105Z:8cfa9b6e-932f-4274-a883-e66729402b94" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7669?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-2ccd4d6e6b2fe1419a542fe9bdc34c91-fef3993772c7404e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec026a24d32f928b4a1aaa652f984180", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7edaabd-013e-4632-9234-f3733b5d791e", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "d7edaabd-013e-4632-9234-f3733b5d791e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085107Z:d7edaabd-013e-4632-9234-f3733b5d791e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669", + "name": "teststorageRG-7669", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c976f938ad79e2e03fe5e2a6f2ed948", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c976f938ad79e2e03fe5e2a6f2ed948", + "x-ms-correlation-request-id": "36ee372d-3b30-4004-97dc-7764003d48c6", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "2beee3f4-9bb4-4ed1-bc18-e5d901110ee4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085115Z:36ee372d-3b30-4004-97dc-7764003d48c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe3d1fbbcd30e04dd34d2bd42c67dbec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe3d1fbbcd30e04dd34d2bd42c67dbec", + "x-ms-correlation-request-id": "8268cc92-e82e-466d-836d-fbf2e98a6b82", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "47511163-cc03-4089-bafd-e079f2bc17dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085116Z:8268cc92-e82e-466d-836d-fbf2e98a6b82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce4d1dd1a3bbfb0487d42ab1c4645f72", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce4d1dd1a3bbfb0487d42ab1c4645f72", + "x-ms-correlation-request-id": "5b7de280-7df4-498f-80b2-8dab9a260d59", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "e7af2414-0f5a-4de8-88a4-c6ed21afaf05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085117Z:5b7de280-7df4-498f-80b2-8dab9a260d59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f6ebc43dbf014177da509b56c1396ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f6ebc43dbf014177da509b56c1396ea", + "x-ms-correlation-request-id": "c06dcc1b-5a6c-42b6-8718-e9c0aa9fe0f7", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "2ad5d0a7-93c1-4760-90c3-70160e4c3c4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085118Z:c06dcc1b-5a6c-42b6-8718-e9c0aa9fe0f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21f9d94aec4218e61a42775ca29b1b6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21f9d94aec4218e61a42775ca29b1b6f", + "x-ms-correlation-request-id": "1a607ff4-81d8-42cb-875a-a76a74ca943c", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "d3ae088c-2508-4f5a-9b91-7823d28239d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085120Z:1a607ff4-81d8-42cb-875a-a76a74ca943c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7091b9ee8bf9f6fb05395015994f8f73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7091b9ee8bf9f6fb05395015994f8f73", + "x-ms-correlation-request-id": "531e5ea3-d18e-47b6-97ba-16615d151997", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "06afc9d7-7913-4bb5-a6aa-fe8909645d88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085121Z:531e5ea3-d18e-47b6-97ba-16615d151997" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea66403e3e6b562fd65635ae64bb71e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea66403e3e6b562fd65635ae64bb71e1", + "x-ms-correlation-request-id": "c21a08ed-1abb-48fa-b115-c5a81148f7d6", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "db046ac3-d733-494e-a04a-7983ae5d0fd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085122Z:c21a08ed-1abb-48fa-b115-c5a81148f7d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2c79a892582bff1de021b099bd07eca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c79a892582bff1de021b099bd07eca", + "x-ms-correlation-request-id": "a6d85be8-4b0e-4ff4-acc9-dfa2abd23a38", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "685ce931-9fa0-4c12-a0fb-4e69bd515109", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085124Z:a6d85be8-4b0e-4ff4-acc9-dfa2abd23a38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "621d03b23135af04893a9aa3564c924a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "621d03b23135af04893a9aa3564c924a", + "x-ms-correlation-request-id": "e5486140-162b-429a-9bce-440b1e65e529", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "126982c4-9de5-4f96-ba01-1ada5e958d99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085125Z:e5486140-162b-429a-9bce-440b1e65e529" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff8c6fc8dc8818f14fa70c682226bb05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff8c6fc8dc8818f14fa70c682226bb05", + "x-ms-correlation-request-id": "193a49cc-78bf-44f8-b75c-8bf4153a4054", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "8d47e3f0-a24b-4fc2-b0c5-e106e5de6192", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085127Z:193a49cc-78bf-44f8-b75c-8bf4153a4054" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60fc6ad70e9d58ab951729478b4e6991", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60fc6ad70e9d58ab951729478b4e6991", + "x-ms-correlation-request-id": "0b7ac6c0-3f0d-47ea-9451-58d1b328182e", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "0ae27e12-8f80-4baa-bf81-f72cfde711c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085128Z:0b7ac6c0-3f0d-47ea-9451-58d1b328182e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c40d1707f44d5421105128e249c8c63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c40d1707f44d5421105128e249c8c63", + "x-ms-correlation-request-id": "0a227348-cdf2-4552-ac1c-6a07e4e1fc07", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "9ef9ae87-9e45-4b9e-af71-a4089b84320c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085130Z:0a227348-cdf2-4552-ac1c-6a07e4e1fc07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2beee3f4-9bb4-4ed1-bc18-e5d901110ee4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebcb947f3150b9acc3336970b3a98d01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebcb947f3150b9acc3336970b3a98d01", + "x-ms-correlation-request-id": "2d330cb7-3484-43c2-8d1a-563a993afe2d", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "0b01d86c-408e-4232-bb07-d4b6b9df655d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085131Z:2d330cb7-3484-43c2-8d1a-563a993afe2d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667", + "name": "storage1667", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:51:14.4103048Z", + "key2": "2021-08-13T08:51:14.4103048Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:14.4259108Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:14.4259108Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:51:14.3165326Z", + "primaryEndpoints": { + "blob": "https://storage1667.blob.core.windows.net/", + "queue": "https://storage1667.queue.core.windows.net/", + "table": "https://storage1667.table.core.windows.net/", + "file": "https://storage1667.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "51f77b3d8ee557c128264e98fc1d34f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51f77b3d8ee557c128264e98fc1d34f9", + "x-ms-correlation-request-id": "77b4b056-ec20-425c-b1d4-b9886f6de741", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "f956e2e2-a8e9-4b8c-8ed1-3efe178411ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085131Z:77b4b056-ec20-425c-b1d4-b9886f6de741" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob17693?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d82f6c83f408724681015d122687711", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "395", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:31 GMT", + "ETag": "\u00220x8D95E378CA7AD3F\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d82f6c83f408724681015d122687711", + "x-ms-correlation-request-id": "815525f6-bcc1-418f-b9bf-1b81b47f36a5", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "1b3d18e5-ae83-453d-9c68-cd8cfcb9d914", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085132Z:815525f6-bcc1-418f-b9bf-1b81b47f36a5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob17693", + "name": "testblob17693", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob21006?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ba4a850f07d74d3c329e213bda6ff6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "395", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:32 GMT", + "ETag": "\u00220x8D95E378D179952\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ba4a850f07d74d3c329e213bda6ff6f", + "x-ms-correlation-request-id": "f53bac29-7906-4145-881b-1cfed7507d67", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "dad92e48-a838-41c6-b0c4-e8d3ff23163c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085133Z:f53bac29-7906-4145-881b-1cfed7507d67" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob21006", + "name": "testblob21006", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96e1ede6c07fb83a2c5e26b0425604e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1283", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96e1ede6c07fb83a2c5e26b0425604e6", + "x-ms-correlation-request-id": "4bb64ae8-573c-4c81-a91b-514963f815ab", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "77e0ac7e-ba9e-4cd8-95db-da74c4dc3f81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085133Z:4bb64ae8-573c-4c81-a91b-514963f815ab" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob17693", + "name": "testblob17693", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E378CA7AD3F\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:51:32.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667/blobServices/default/containers/testblob21006", + "name": "testblob21006", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E378D179952\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:51:33.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bccea214f55d748230dba165c10c9c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:51:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bccea214f55d748230dba165c10c9c2", + "x-ms-correlation-request-id": "3f8a30b4-3900-44c7-9bd5-8dff63991c68", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "0b57c7d4-f825-4a48-ad3d-e33a4ce19db5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085134Z:3f8a30b4-3900-44c7-9bd5-8dff63991c68" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667", + "name": "storage1667", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:51:14.4103048Z", + "key2": "2021-08-13T08:51:14.4103048Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:14.4259108Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:14.4259108Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:51:14.3165326Z", + "primaryEndpoints": { + "blob": "https://storage1667.blob.core.windows.net/", + "queue": "https://storage1667.queue.core.windows.net/", + "table": "https://storage1667.table.core.windows.net/", + "file": "https://storage1667.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7669/providers/Microsoft.Storage/storageAccounts/storage1667?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34eba510e08690916eeb0e1fca22326d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34eba510e08690916eeb0e1fca22326d", + "x-ms-correlation-request-id": "d4ecc300-6775-4f22-bb76-074ac64771fd", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "13abf55b-5631-42c2-81ed-755e801a4c58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085139Z:d4ecc300-6775-4f22-bb76-074ac64771fd" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1610188082", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainersAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainersAsync.json new file mode 100644 index 0000000000000..5967685c1cba9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/GetAllBlobContainersAsync.json @@ -0,0 +1,925 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa3a54e2f15b02f22f69360e2f40f3ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de5f2e29-8c81-46f4-ae23-a59cd4b3e95a", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "de5f2e29-8c81-46f4-ae23-a59cd4b3e95a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085143Z:de5f2e29-8c81-46f4-ae23-a59cd4b3e95a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6073?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-bb9de74f9d45cf498778f2dfe5db16ca-950af96fcf35ef45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be324f04db9947252a53f761d56f4399", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "31dac93b-c232-46ea-a728-70da64317a1c", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "31dac93b-c232-46ea-a728-70da64317a1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085144Z:31dac93b-c232-46ea-a728-70da64317a1c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073", + "name": "teststorageRG-6073", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48b3ef42547caed7c95521667015db58", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48b3ef42547caed7c95521667015db58", + "x-ms-correlation-request-id": "803004b6-051d-4125-b934-889a6e4bdcac", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "40d9a4f9-8165-4e68-8917-e490936fb317", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085148Z:803004b6-051d-4125-b934-889a6e4bdcac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03fe9d75934cfb885b10d08504e0b93d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03fe9d75934cfb885b10d08504e0b93d", + "x-ms-correlation-request-id": "fa925afe-792a-4223-bb4d-9f4c642e3c12", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "b33a224c-d2cc-443d-982a-32612207619e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085148Z:fa925afe-792a-4223-bb4d-9f4c642e3c12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5539091c750af93a769ee54ab6db0d6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5539091c750af93a769ee54ab6db0d6f", + "x-ms-correlation-request-id": "a736c0a5-a6bf-4f1b-a65f-6ab1b927fa6e", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "66038c17-d836-46d4-9e9a-891bc510294a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085150Z:a736c0a5-a6bf-4f1b-a65f-6ab1b927fa6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2f12d5cd717080b913dc84577f21082", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2f12d5cd717080b913dc84577f21082", + "x-ms-correlation-request-id": "a0abe16a-7b50-456f-be5d-3e3d6c8871a6", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "8e251ff3-92bd-425f-a472-98a9c4806cdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085151Z:a0abe16a-7b50-456f-be5d-3e3d6c8871a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97df5f78a32000e962048daeae3d457f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97df5f78a32000e962048daeae3d457f", + "x-ms-correlation-request-id": "4bcdd037-4b76-4ffc-bc9c-39e7c0931e09", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "f2f35ddc-425e-4280-8c29-c8d0f0b012a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085152Z:4bcdd037-4b76-4ffc-bc9c-39e7c0931e09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6296003e6ef4426fd30c3ccacf58183", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6296003e6ef4426fd30c3ccacf58183", + "x-ms-correlation-request-id": "0c666a01-fa49-4978-96ed-46ba0cc24365", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "a6196c09-1188-4480-bf2e-8befcb005255", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085153Z:0c666a01-fa49-4978-96ed-46ba0cc24365" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57d2638d75fcb84f44f07012495c5953", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57d2638d75fcb84f44f07012495c5953", + "x-ms-correlation-request-id": "d0199dd7-0302-4350-bf2f-1f1f7c2427c4", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "49224f79-997d-4426-bcb2-434d811a63b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085155Z:d0199dd7-0302-4350-bf2f-1f1f7c2427c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "164248f83ac99192399a9aefdf1c536d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "164248f83ac99192399a9aefdf1c536d", + "x-ms-correlation-request-id": "0855d5f0-3dd9-4394-ab13-ed6746e64500", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "930819ed-8f55-49db-9f3c-6a52be648ed8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085156Z:0855d5f0-3dd9-4394-ab13-ed6746e64500" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b200983ee6b8d83117091fe7613faa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b200983ee6b8d83117091fe7613faa0", + "x-ms-correlation-request-id": "349918ab-dbb2-47b6-a1ec-aa54c1fc2091", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "cd17faf9-dc92-461a-9421-904aa0a75fc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085157Z:349918ab-dbb2-47b6-a1ec-aa54c1fc2091" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64d470d76ab253bad0401d61db5fd828", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:51:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64d470d76ab253bad0401d61db5fd828", + "x-ms-correlation-request-id": "7152fcc2-a342-4d47-8872-1e83b3470026", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "16e02d59-2e93-40cb-92d5-4d92a9258970", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085159Z:7152fcc2-a342-4d47-8872-1e83b3470026" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "408f029d0e3b09e8c5b40558a8931b25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:52:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "408f029d0e3b09e8c5b40558a8931b25", + "x-ms-correlation-request-id": "6cbcbe6c-eb45-4444-bda1-fbb257b43b8e", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "5a70b65d-9542-45ca-816b-09a852a867a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085200Z:6cbcbe6c-eb45-4444-bda1-fbb257b43b8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f18f99fef4718bb4fcd7a2ad021b2b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:52:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f18f99fef4718bb4fcd7a2ad021b2b2", + "x-ms-correlation-request-id": "e00e958e-3f12-4f72-8e41-2fc54f1c498c", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "be17d523-ffb1-4e38-ab75-d1862f36e236", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085201Z:e00e958e-3f12-4f72-8e41-2fc54f1c498c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74616997ba84c86487ca9efd6561aa3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:52:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74616997ba84c86487ca9efd6561aa3d", + "x-ms-correlation-request-id": "db0903ac-e381-42bb-803e-91055f2c26aa", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "71aef99f-8fb9-4d20-91dc-927de5cccb9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085203Z:db0903ac-e381-42bb-803e-91055f2c26aa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/40d9a4f9-8165-4e68-8917-e490936fb317?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2c2f8246947aee04677f06e94bd39a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2c2f8246947aee04677f06e94bd39a3", + "x-ms-correlation-request-id": "3b0d8bc4-81ed-44c5-a320-53de0112c134", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "4f0cb8c1-3336-4358-8422-89b218bab360", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085204Z:3b0d8bc4-81ed-44c5-a320-53de0112c134" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596", + "name": "storage3596", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:51:46.8634646Z", + "key2": "2021-08-13T08:51:46.8634646Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:46.8634646Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:46.8634646Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:51:46.7541014Z", + "primaryEndpoints": { + "blob": "https://storage3596.blob.core.windows.net/", + "queue": "https://storage3596.queue.core.windows.net/", + "table": "https://storage3596.table.core.windows.net/", + "file": "https://storage3596.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ec05202a732e4a09450e77c50bdb2ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ec05202a732e4a09450e77c50bdb2ed", + "x-ms-correlation-request-id": "30e3d116-d480-46dd-819b-d860ab7c3d0a", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "67f8a481-b619-4aea-a956-616d09f15935", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085204Z:30e3d116-d480-46dd-819b-d860ab7c3d0a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob16423?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d05fd7052e6bb2882d0dcaf633ca91fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "395", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:05 GMT", + "ETag": "\u00220x8D95E37A06212ED\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d05fd7052e6bb2882d0dcaf633ca91fa", + "x-ms-correlation-request-id": "ebf01a06-1a00-4121-bd2c-b2f4570016c1", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "a5c75ede-445f-47b4-a46a-ca01d974a612", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085205Z:ebf01a06-1a00-4121-bd2c-b2f4570016c1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob16423", + "name": "testblob16423", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob26391?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ca112fb7d0bdd574df681645d88c402", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "395", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:06 GMT", + "ETag": "\u00220x8D95E37A0CBE4A1\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ca112fb7d0bdd574df681645d88c402", + "x-ms-correlation-request-id": "9c46e798-cd00-40ee-a2f3-a2d6d300a89e", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "6d008070-ec97-43a6-b663-91347cbd3f86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085206Z:9c46e798-cd00-40ee-a2f3-a2d6d300a89e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob26391", + "name": "testblob26391", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62b7584b324492e7b67f79931a9d1c1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1283", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62b7584b324492e7b67f79931a9d1c1d", + "x-ms-correlation-request-id": "9b6085a8-05de-4f72-8010-ce11e2a6760d", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "52852802-76d2-43f6-a2fd-3d45d544f10b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085206Z:9b6085a8-05de-4f72-8010-ce11e2a6760d" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob16423", + "name": "testblob16423", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E37A06212ED\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:52:05.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596/blobServices/default/containers/testblob26391", + "name": "testblob26391", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E37A0CBE4A1\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:52:06.0000000Z", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0c255ebb64c88317f818274ac2455a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:52:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0c255ebb64c88317f818274ac2455a4", + "x-ms-correlation-request-id": "fb4ec9fb-1196-416b-9e9e-d6fd967a646e", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "be0bf17b-7f1e-4b5f-a2f2-f187d1ec6814", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085207Z:fb4ec9fb-1196-416b-9e9e-d6fd967a646e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596", + "name": "storage3596", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:51:46.8634646Z", + "key2": "2021-08-13T08:51:46.8634646Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:46.8634646Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:51:46.8634646Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:51:46.7541014Z", + "primaryEndpoints": { + "blob": "https://storage3596.blob.core.windows.net/", + "queue": "https://storage3596.queue.core.windows.net/", + "table": "https://storage3596.table.core.windows.net/", + "file": "https://storage3596.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6073/providers/Microsoft.Storage/storageAccounts/storage3596?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbabc7492e12c8b62a0fb58b03c4c2af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:52:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbabc7492e12c8b62a0fb58b03c4c2af", + "x-ms-correlation-request-id": "e54465ec-8844-4c2a-976b-1f1d492c0bf6", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-request-id": "5c3497fd-8958-4d51-9300-9c0a686d9d6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085213Z:e54465ec-8844-4c2a-976b-1f1d492c0bf6" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1299818585", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHold.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHold.json new file mode 100644 index 0000000000000..79c4b94f2fc5a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHold.json @@ -0,0 +1,897 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09d6fad54aac0204fc2a27b8ddb5a73c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "90ac9915-22a5-4dbe-b3a8-4fdc33c6bdf2", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "90ac9915-22a5-4dbe-b3a8-4fdc33c6bdf2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012939Z:90ac9915-22a5-4dbe-b3a8-4fdc33c6bdf2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4326?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-b8568a4d8294474f89563b092f6475fe-3cfee50beb47d748-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37b3dbfa86f9fc560cfcd0f73e64ac8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e345aa5-3fc2-4c13-95fb-2c4094eda726", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7e345aa5-3fc2-4c13-95fb-2c4094eda726", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012942Z:7e345aa5-3fc2-4c13-95fb-2c4094eda726" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326", + "name": "teststorageRG-4326", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaed7095fea9d0a9d0833cde2b73b232", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaed7095fea9d0a9d0833cde2b73b232", + "x-ms-correlation-request-id": "129ca3de-209c-4fbe-beb8-13ad337f3cde", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b0b14d2d-0096-4826-ab89-78baa9f18fc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012951Z:129ca3de-209c-4fbe-beb8-13ad337f3cde" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36208a2abd4fdc510a6629021a1ee088", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36208a2abd4fdc510a6629021a1ee088", + "x-ms-correlation-request-id": "b8e54f71-46bb-430c-9e8a-3d8e6b9d9c6d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e7f02564-a13d-4bd8-bcf5-7a1feb6b34aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012951Z:b8e54f71-46bb-430c-9e8a-3d8e6b9d9c6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a16c51ebe0ab893fc6d9d09b174c511", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a16c51ebe0ab893fc6d9d09b174c511", + "x-ms-correlation-request-id": "8767dcb2-64ee-42a5-be75-02d06953d18e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3920d6da-628e-400e-b3a5-a590baeb5325", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012952Z:8767dcb2-64ee-42a5-be75-02d06953d18e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0b4c1bd7b536ae3b8c5c459b27165ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0b4c1bd7b536ae3b8c5c459b27165ee", + "x-ms-correlation-request-id": "ccada73f-58f9-4d03-9d41-fe1bbba4c8fa", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7a6b7031-e9ca-4cd9-8804-c5abb4f31bca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012953Z:ccada73f-58f9-4d03-9d41-fe1bbba4c8fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4516c4bf6ba76b70f7673ae11f482b96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4516c4bf6ba76b70f7673ae11f482b96", + "x-ms-correlation-request-id": "4c71fbbb-49de-4e96-adff-0dca20859ee4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4c115132-eb92-4e48-bce3-ae7f75c9afee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012955Z:4c71fbbb-49de-4e96-adff-0dca20859ee4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "584518a0406aa335e2aca244fa3a068a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "584518a0406aa335e2aca244fa3a068a", + "x-ms-correlation-request-id": "41c64585-5ffe-4ce0-80fb-29be1def5125", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "814e1ba5-7e88-4f29-b759-3731da6cb33e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012956Z:41c64585-5ffe-4ce0-80fb-29be1def5125" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec4aaf07805e51695048a9ec40014a6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec4aaf07805e51695048a9ec40014a6f", + "x-ms-correlation-request-id": "9115d8f8-2a74-474e-a7ca-5b4e0d6175cf", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d4476500-5e8d-4a38-9c59-9c444fe46514", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012957Z:9115d8f8-2a74-474e-a7ca-5b4e0d6175cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ab82e9a0c2b7f848f7363fac92b71bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:29:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ab82e9a0c2b7f848f7363fac92b71bc", + "x-ms-correlation-request-id": "52ac1b34-1963-4f23-b11b-8f3148af3094", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4d157b85-6dc4-4f1c-9534-860e342e836c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012959Z:52ac1b34-1963-4f23-b11b-8f3148af3094" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70d9af603efe2037aef40721964962e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "70d9af603efe2037aef40721964962e0", + "x-ms-correlation-request-id": "ce9e39a5-8ba1-4572-bdb1-4fc92d21efb9", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4577969c-7cef-49d1-a7c1-9903bd0c995c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013000Z:ce9e39a5-8ba1-4572-bdb1-4fc92d21efb9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccaa32616c82fa5f2aca5ceb1c6f8825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccaa32616c82fa5f2aca5ceb1c6f8825", + "x-ms-correlation-request-id": "7e467b8a-82e3-47fb-a6d2-3e4682152be8", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "27f0681a-fe18-44b7-8448-2868a1388fb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013001Z:7e467b8a-82e3-47fb-a6d2-3e4682152be8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "908becd7da285b71f698eb370562e846", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "908becd7da285b71f698eb370562e846", + "x-ms-correlation-request-id": "0af666a0-95e3-43ff-8f62-3b292ab4f8e8", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c5cdb54f-5591-4a83-a5ed-c25126c685cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013003Z:0af666a0-95e3-43ff-8f62-3b292ab4f8e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96988210a481f43a50de4533e24c033f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96988210a481f43a50de4533e24c033f", + "x-ms-correlation-request-id": "81e7ee9b-6478-4c4e-bf02-74a66f5183c0", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "46658606-132f-4bb1-8d83-302e1528bd72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013004Z:81e7ee9b-6478-4c4e-bf02-74a66f5183c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa4ae26bd2bd87b8c14ed6e98028f5c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa4ae26bd2bd87b8c14ed6e98028f5c7", + "x-ms-correlation-request-id": "6d53de95-d886-43fc-9f57-d8e674aa9a9d", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "55c9aad1-b4fd-46f8-86e0-9bc01d5f9963", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013005Z:6d53de95-d886-43fc-9f57-d8e674aa9a9d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b0b14d2d-0096-4826-ab89-78baa9f18fc3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99da16e2f1d632a3b1974049943d79a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99da16e2f1d632a3b1974049943d79a9", + "x-ms-correlation-request-id": "3adb4cc9-839a-4ea7-996c-f9aafff62cd5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "77a6eda6-9d2f-480b-aeb2-5924952eef9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013007Z:3adb4cc9-839a-4ea7-996c-f9aafff62cd5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256", + "name": "storage1256", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:29:49.5127873Z", + "key2": "2021-08-16T01:29:49.5127873Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:29:49.5127873Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:29:49.5127873Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:29:49.4190077Z", + "primaryEndpoints": { + "blob": "https://storage1256.blob.core.windows.net/", + "queue": "https://storage1256.queue.core.windows.net/", + "table": "https://storage1256.table.core.windows.net/", + "file": "https://storage1256.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22cbac943e183d88ca11d532ce507328", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22cbac943e183d88ca11d532ce507328", + "x-ms-correlation-request-id": "9b55bb9f-40fb-4650-b424-fd1ae8f211b5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5f56ea68-5990-447d-8d5d-c6216e361385", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013007Z:9b55bb9f-40fb-4650-b424-fd1ae8f211b5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default/containers/testblob5726?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "71cc517d68693e7918f826926ef283d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:07 GMT", + "ETag": "\u00220x8D9605561F7B2F1\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "71cc517d68693e7918f826926ef283d5", + "x-ms-correlation-request-id": "5546eeec-6b7d-40be-92c8-951b9e250fed", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "0de0730b-2abd-4d6a-a8ec-e13b2a5c6735", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013008Z:5546eeec-6b7d-40be-92c8-951b9e250fed" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default/containers/testblob5726", + "name": "testblob5726", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default/containers/testblob5726/setLegalHold?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "31", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5cd4552cafd38da39dcfc41c71636023", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "51", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5cd4552cafd38da39dcfc41c71636023", + "x-ms-correlation-request-id": "234d00b2-a3b2-47be-a7bd-62b4975bc99c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b0c46e6f-000a-4b3f-aa70-cacc36b93bd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013009Z:234d00b2-a3b2-47be-a7bd-62b4975bc99c" + }, + "ResponseBody": { + "hasLegalHold": true, + "tags": [ + "tag1", + "tag2", + "tag3" + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256/blobServices/default/containers/testblob5726/clearLegalHold?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "31", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec16611737ac432a51e3004562ab5c1e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "32", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec16611737ac432a51e3004562ab5c1e", + "x-ms-correlation-request-id": "b52ac0cc-d66e-404b-9c08-5352e7f17a08", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "0cafd74b-4023-4bde-ba9e-6597fcbb71e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013009Z:b52ac0cc-d66e-404b-9c08-5352e7f17a08" + }, + "ResponseBody": { + "hasLegalHold": false, + "tags": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fba25c51cb9fce15ad3fd49aa45ccdb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fba25c51cb9fce15ad3fd49aa45ccdb4", + "x-ms-correlation-request-id": "4809123a-7de1-4c3b-88d9-4a24f6e2a356", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "68865a6c-107a-4ce4-9a45-94930301aef3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013010Z:4809123a-7de1-4c3b-88d9-4a24f6e2a356" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256", + "name": "storage1256", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:29:49.5127873Z", + "key2": "2021-08-16T01:29:49.5127873Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:29:49.5127873Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:29:49.5127873Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:29:49.4190077Z", + "primaryEndpoints": { + "blob": "https://storage1256.blob.core.windows.net/", + "queue": "https://storage1256.queue.core.windows.net/", + "table": "https://storage1256.table.core.windows.net/", + "file": "https://storage1256.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4326/providers/Microsoft.Storage/storageAccounts/storage1256?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d7a029797dbf4292a900aefaf5d2af1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d7a029797dbf4292a900aefaf5d2af1", + "x-ms-correlation-request-id": "d5ba9691-766c-45e7-b722-6113b587199c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "4ec5b2d9-2bda-4a79-9037-d87573d97436", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013016Z:d5ba9691-766c-45e7-b722-6113b587199c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1540450804", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHoldAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHoldAsync.json new file mode 100644 index 0000000000000..c6c6caa724f8f --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/SetClearLegalHoldAsync.json @@ -0,0 +1,897 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07da8bab07a4542fccfc0eb0056bc805", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "46e1842b-5b40-45f1-9a5e-85edb8d5cc46", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "46e1842b-5b40-45f1-9a5e-85edb8d5cc46", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013018Z:46e1842b-5b40-45f1-9a5e-85edb8d5cc46" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3518?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-0369d3404f9b6a49beca9a6d98a0495d-8e40ba32aab7504e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e39fe7c04e833b95686319b6d7c95e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c17ebdf6-4d38-4c07-a4bc-26b025efd754", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c17ebdf6-4d38-4c07-a4bc-26b025efd754", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013019Z:c17ebdf6-4d38-4c07-a4bc-26b025efd754" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518", + "name": "teststorageRG-3518", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8603e30a286703695f62f3c5785e4a88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8603e30a286703695f62f3c5785e4a88", + "x-ms-correlation-request-id": "19d8e9d6-7066-4b41-9ef5-7e17965665d2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "6e18193e-cf41-4981-922f-9fb087d7495b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013023Z:19d8e9d6-7066-4b41-9ef5-7e17965665d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e46189ce8d02d615d09a88a1c56ddd27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e46189ce8d02d615d09a88a1c56ddd27", + "x-ms-correlation-request-id": "ca13227e-c2a6-4156-9d17-9e335493e97f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "1f545935-97a8-4043-bc0b-540867e1191d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013023Z:ca13227e-c2a6-4156-9d17-9e335493e97f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fa012e78a3f470f5ce1b118a76b4b00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fa012e78a3f470f5ce1b118a76b4b00", + "x-ms-correlation-request-id": "bbf7a547-16c3-4f84-8182-46b65f572b41", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "dec6714e-f5c9-48f9-9ff7-93cd3e005ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013024Z:bbf7a547-16c3-4f84-8182-46b65f572b41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eff77ae265fd4086f77f87d23ae55b67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eff77ae265fd4086f77f87d23ae55b67", + "x-ms-correlation-request-id": "75366fa3-acee-4ed4-961f-d83e13a0952c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "31fbe818-df61-4f99-9f3e-7f4cc4cda403", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013026Z:75366fa3-acee-4ed4-961f-d83e13a0952c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a516597110be443979198820dcfc2e64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a516597110be443979198820dcfc2e64", + "x-ms-correlation-request-id": "0cd8c788-8720-4ca6-bef7-e78b779e05a2", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "0b868431-7391-44e0-ae26-fac4038d2552", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013027Z:0cd8c788-8720-4ca6-bef7-e78b779e05a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4abf884eed7681298c5f78bf023d0d77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4abf884eed7681298c5f78bf023d0d77", + "x-ms-correlation-request-id": "c07933b2-77b4-45b5-be41-cb6b6e415b4b", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "97e04241-550a-43b3-8702-446ad4ed9233", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013028Z:c07933b2-77b4-45b5-be41-cb6b6e415b4b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4da74986a555d14141b275e4dd6664fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4da74986a555d14141b275e4dd6664fa", + "x-ms-correlation-request-id": "cea70270-1826-47c9-9f3b-fe8e89fc1a0a", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "562dce3a-9226-4899-aa9d-cbe6dc7e6538", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013030Z:cea70270-1826-47c9-9f3b-fe8e89fc1a0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1832250102583f13094195f987a423c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1832250102583f13094195f987a423c", + "x-ms-correlation-request-id": "225ee68c-4d4b-44ff-a080-1199a99cf30f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "ff5bd1c3-4dfe-4185-985f-909c5a492bcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013031Z:225ee68c-4d4b-44ff-a080-1199a99cf30f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "929a110be155a80e47ee09c37744a426", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "929a110be155a80e47ee09c37744a426", + "x-ms-correlation-request-id": "e8a91d4a-b264-4d80-9172-3d2fec8c0b3a", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "d02854e9-7fdc-4af8-a36e-9031e43f6534", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013032Z:e8a91d4a-b264-4d80-9172-3d2fec8c0b3a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df6e7dfb5cb9755157241dc18ce239c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df6e7dfb5cb9755157241dc18ce239c7", + "x-ms-correlation-request-id": "45d17c96-71ff-403b-bf6e-e64e365b4f18", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "c08c4f1e-89d4-417f-af1e-103036f8b390", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013034Z:45d17c96-71ff-403b-bf6e-e64e365b4f18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccd83970d1cc6fa513da6937072e0beb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccd83970d1cc6fa513da6937072e0beb", + "x-ms-correlation-request-id": "f15844db-6651-49e5-a51d-14010c33e908", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "65af8715-50d5-445b-92ca-13666485a12a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013035Z:f15844db-6651-49e5-a51d-14010c33e908" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a63f2f0620caf82bf243a30c44d1c65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a63f2f0620caf82bf243a30c44d1c65", + "x-ms-correlation-request-id": "e3a1383f-f1ed-44d4-b4f0-1afe11d01b7e", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "0eb84053-ddea-4fce-bd7f-268f0e961f21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013036Z:e3a1383f-f1ed-44d4-b4f0-1afe11d01b7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e5342b5d76b2a5ad8fecbdff21a6e29", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e5342b5d76b2a5ad8fecbdff21a6e29", + "x-ms-correlation-request-id": "21a3354f-5441-4784-af22-d0771ef1230c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "5f4d2a0d-b460-469b-858e-e2093a006199", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013038Z:21a3354f-5441-4784-af22-d0771ef1230c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e18193e-cf41-4981-922f-9fb087d7495b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ad031181f7e0ebbb7290ca79774abc6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ad031181f7e0ebbb7290ca79774abc6", + "x-ms-correlation-request-id": "151bee1c-4ea3-4fd5-a2f2-8cb0525af7c4", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "2a2a281e-c23b-494c-b04f-10544ac5accc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013039Z:151bee1c-4ea3-4fd5-a2f2-8cb0525af7c4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593", + "name": "storage4593", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:30:21.7015715Z", + "key2": "2021-08-16T01:30:21.7015715Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:30:21.7015715Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:30:21.7015715Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:30:21.5922064Z", + "primaryEndpoints": { + "blob": "https://storage4593.blob.core.windows.net/", + "queue": "https://storage4593.queue.core.windows.net/", + "table": "https://storage4593.table.core.windows.net/", + "file": "https://storage4593.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c58204becddb187f9839420d96a3bca4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c58204becddb187f9839420d96a3bca4", + "x-ms-correlation-request-id": "1cc7611a-500c-446e-a656-be242b86e674", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a0f5c162-8dc5-48bf-95c0-d61e7c7eb2ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013039Z:1cc7611a-500c-446e-a656-be242b86e674" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default/containers/testblob5338?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c921810e7818695448642cab2936353", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:39 GMT", + "ETag": "\u00220x8D960557522DDB4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c921810e7818695448642cab2936353", + "x-ms-correlation-request-id": "0ebab90e-7a9d-4ce0-954a-a0eca3842e68", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "5281b2dc-501f-4f9d-8353-368a95c7e9d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013040Z:0ebab90e-7a9d-4ce0-954a-a0eca3842e68" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default/containers/testblob5338", + "name": "testblob5338", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default/containers/testblob5338/setLegalHold?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "31", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98ee20054ea9b14bb80244ddad77146c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "51", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "98ee20054ea9b14bb80244ddad77146c", + "x-ms-correlation-request-id": "67321800-ced1-43b6-8eff-0d70d037e103", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "c67aca58-9a17-4f06-b337-37ffc0a656d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013041Z:67321800-ced1-43b6-8eff-0d70d037e103" + }, + "ResponseBody": { + "hasLegalHold": true, + "tags": [ + "tag1", + "tag2", + "tag3" + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593/blobServices/default/containers/testblob5338/clearLegalHold?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "31", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c86f26849181d3cec3e96463d4de5a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "tags": [ + "tag1", + "tag2", + "tag3" + ] + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "32", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c86f26849181d3cec3e96463d4de5a6", + "x-ms-correlation-request-id": "d5143831-e961-4bc0-b9aa-9843d873a4d3", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "1e0a7b7a-9b6b-44e8-88a3-4856728f28dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013041Z:d5143831-e961-4bc0-b9aa-9843d873a4d3" + }, + "ResponseBody": { + "hasLegalHold": false, + "tags": [] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8290bade0ccec10ccce0c47fa2b8d9cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:30:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8290bade0ccec10ccce0c47fa2b8d9cd", + "x-ms-correlation-request-id": "976d46e5-b8a1-441c-9838-dfc334773210", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "48d84bf1-838d-4fe4-9bbb-e4654cca206f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013042Z:976d46e5-b8a1-441c-9838-dfc334773210" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593", + "name": "storage4593", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:30:21.7015715Z", + "key2": "2021-08-16T01:30:21.7015715Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:30:21.7015715Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:30:21.7015715Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:30:21.5922064Z", + "primaryEndpoints": { + "blob": "https://storage4593.blob.core.windows.net/", + "queue": "https://storage4593.queue.core.windows.net/", + "table": "https://storage4593.table.core.windows.net/", + "file": "https://storage4593.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3518/providers/Microsoft.Storage/storageAccounts/storage4593?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c062d572060cbb3ae3d1ac6ab804746a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:30:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c062d572060cbb3ae3d1ac6ab804746a", + "x-ms-correlation-request-id": "a9f5a7a5-59f6-4ff3-acc6-c94ec328fd4c", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "addf56e9-c8ec-4102-af80-86386f5abc2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T013051Z:a9f5a7a5-59f6-4ff3-acc6-c94ec328fd4c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "541687504", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json new file mode 100644 index 0000000000000..15982dc04992e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json @@ -0,0 +1,1049 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b3129d66558014ff1bb2b3e8f585d53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "58251429-80c3-4e98-8720-e2ed78b8400b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "58251429-80c3-4e98-8720-e2ed78b8400b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084921Z:58251429-80c3-4e98-8720-e2ed78b8400b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4558?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-0751c3224c516e408055200d43d3fb2a-1b744cd183449144-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9c3d4e492a1692f70aa5ecdb76d40c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d7db4998-393c-4a40-9bb0-9070f6288d12", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d7db4998-393c-4a40-9bb0-9070f6288d12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084924Z:d7db4998-393c-4a40-9bb0-9070f6288d12" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558", + "name": "teststorageRG-4558", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9979c5c188c9ca1f550c9500ecbe106", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9979c5c188c9ca1f550c9500ecbe106", + "x-ms-correlation-request-id": "6c904380-5ddd-41aa-ac3f-238ba14b760f", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c4ceaf14-8d6b-4f50-88e5-c54117239d49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084930Z:6c904380-5ddd-41aa-ac3f-238ba14b760f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0fc217b8cbbbc58215cab41661862de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0fc217b8cbbbc58215cab41661862de", + "x-ms-correlation-request-id": "3a6fd9fb-8903-45f7-a907-2bebfd0f4e41", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "0fea386e-9d20-4707-9a8b-3e9788f789a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084931Z:3a6fd9fb-8903-45f7-a907-2bebfd0f4e41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13fdc67cb30028af0496d7a45daf67bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13fdc67cb30028af0496d7a45daf67bc", + "x-ms-correlation-request-id": "d83ef53b-a04c-456e-b65a-c737fe67cac6", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5361e24d-ab6c-493d-9867-2b6591a839ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084932Z:d83ef53b-a04c-456e-b65a-c737fe67cac6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ecd5df0221cf2d4b0083ed6088559ae9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ecd5df0221cf2d4b0083ed6088559ae9", + "x-ms-correlation-request-id": "c5cf2ad2-8fc2-41fc-a449-616fce0b55a4", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "bb57170d-07c6-418c-b01f-35a549c8d297", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084933Z:c5cf2ad2-8fc2-41fc-a449-616fce0b55a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d75dc853a3cc7ea71d3bc24b5b45f71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d75dc853a3cc7ea71d3bc24b5b45f71", + "x-ms-correlation-request-id": "50456427-99c0-4ee7-a512-0a02f81c0135", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "9adcd638-0655-4674-915e-0fe2e36e44a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084935Z:50456427-99c0-4ee7-a512-0a02f81c0135" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "873feff475435b0f7acf127cc64e9fae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "873feff475435b0f7acf127cc64e9fae", + "x-ms-correlation-request-id": "f6f3215a-f525-4e44-9f0a-9f7466286faf", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "58f7d633-04ad-4b50-861a-4610a37ddf62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084936Z:f6f3215a-f525-4e44-9f0a-9f7466286faf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "811eedfbfa3ac77ff40e7bfb6426784c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "811eedfbfa3ac77ff40e7bfb6426784c", + "x-ms-correlation-request-id": "2b8cfec4-5dfd-4815-a66d-28bcddf6c44e", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1fd6ce98-24e8-4145-ba8f-474eb33f58c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084937Z:2b8cfec4-5dfd-4815-a66d-28bcddf6c44e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "986b7c24131610a6cc1af26d276d0022", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "986b7c24131610a6cc1af26d276d0022", + "x-ms-correlation-request-id": "660ef9aa-e3d4-49af-b7bc-e4129e186a52", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "66fafa31-cdad-4b24-95de-e00f4f45241e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084939Z:660ef9aa-e3d4-49af-b7bc-e4129e186a52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7290d34de95fa376f779234fa13f654", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7290d34de95fa376f779234fa13f654", + "x-ms-correlation-request-id": "2646dde3-7d35-46af-af04-cb4ff89657ac", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "862e3f9a-9609-46e4-9f88-4b5d9001fc04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084940Z:2646dde3-7d35-46af-af04-cb4ff89657ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4958c65606e3e898470db41f0712a086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4958c65606e3e898470db41f0712a086", + "x-ms-correlation-request-id": "37d33405-6642-4c57-9785-230135fa2803", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8eb84ffb-933b-4551-9ef2-f3daecd026ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084941Z:37d33405-6642-4c57-9785-230135fa2803" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57c7580db1fd45b64470299e807116b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57c7580db1fd45b64470299e807116b9", + "x-ms-correlation-request-id": "4cf87036-c14a-4dac-8edb-bbb528df5672", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "a964d7c1-d2de-4478-b111-64ddeb6cfc21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084943Z:4cf87036-c14a-4dac-8edb-bbb528df5672" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61179e24b7152d3f74407f882a17f35d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61179e24b7152d3f74407f882a17f35d", + "x-ms-correlation-request-id": "b01160dc-6c65-4622-bc01-dba2d23434a4", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "94bd388e-93db-44b5-9693-0256631764b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084944Z:b01160dc-6c65-4622-bc01-dba2d23434a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1270bd79e4ca4570f130572ddfa67d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1270bd79e4ca4570f130572ddfa67d6", + "x-ms-correlation-request-id": "9046e1e1-d144-4790-9ec7-1bb36bc77d7e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "39070d76-4835-477c-ba0f-2d40369369ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084945Z:9046e1e1-d144-4790-9ec7-1bb36bc77d7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "68fbfaf73ffa5671189ae2bc322e1a2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "68fbfaf73ffa5671189ae2bc322e1a2d", + "x-ms-correlation-request-id": "345b647d-9136-4c60-8c09-468595ea30f4", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "0bb4edf1-775d-4cc4-94df-858dbef36420", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084946Z:345b647d-9136-4c60-8c09-468595ea30f4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619", + "name": "storage4619", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:49:29.5192274Z", + "key2": "2021-08-13T08:49:29.5192274Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:49:29.4099007Z", + "primaryEndpoints": { + "blob": "https://storage4619.blob.core.windows.net/", + "queue": "https://storage4619.queue.core.windows.net/", + "table": "https://storage4619.table.core.windows.net/", + "file": "https://storage4619.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75c6cb7d7449856d47735102b2cd4f7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75c6cb7d7449856d47735102b2cd4f7a", + "x-ms-correlation-request-id": "88aecd8d-55df-4f61-bee3-e23e4dc0a19c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "17056572-a945-4dba-a6d2-342fbdb753b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084947Z:88aecd8d-55df-4f61-bee3-e23e4dc0a19c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c2f91a9638b9a98d189b1bc9a71e1f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:47 GMT", + "ETag": "\u00220x8D95E374E4CF70F\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c2f91a9638b9a98d189b1bc9a71e1f8", + "x-ms-correlation-request-id": "dbeaa6b2-77db-4397-ba6e-84d096ed14f2", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ad2ed062-7f3c-4bcb-9771-241c7539aedb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:dbeaa6b2-77db-4397-ba6e-84d096ed14f2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", + "name": "testblob8762", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3312f4d78cf28d82752187ed6fa44a4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:48 GMT", + "ETag": "\u00220x8D95E374E4CF70F\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3312f4d78cf28d82752187ed6fa44a4a", + "x-ms-correlation-request-id": "5dc5f9c6-47c5-4d71-9e46-f8c2e0b95002", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "b35b8cb3-effb-4072-a14d-cd5d8118fb57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:5dc5f9c6-47c5-4d71-9e46-f8c2e0b95002" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", + "name": "testblob8762", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E374E4CF70F\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:49:47.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d89e36710ea68f12edb78eabbc9ad01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:48 GMT", + "ETag": "\u00220x8D95E374E4CF70F\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d89e36710ea68f12edb78eabbc9ad01", + "x-ms-correlation-request-id": "9d8245a0-074f-45f7-b440-dfdd9ee2b0e5", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "ab4eb16b-f39e-40a7-b2e1-8d9fc2635091", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:9d8245a0-074f-45f7-b440-dfdd9ee2b0e5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", + "name": "testblob8762", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E374E4CF70F\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:49:47.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob87621?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8da0970473d1de60ea2a66adbab2a2d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8da0970473d1de60ea2a66adbab2a2d", + "x-ms-correlation-request-id": "f0a04077-b2be-450f-9291-02264d7998ad", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ee5e6b52-9dd8-4e2b-893e-a60965758bdb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:f0a04077-b2be-450f-9291-02264d7998ad" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:c635459d-d01e-0021-2b20-903f78000000\nTime:2021-08-13T08:49:48.9832116Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b654673f43e8c60d03aa05171397d2ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b654673f43e8c60d03aa05171397d2ab", + "x-ms-correlation-request-id": "73bf6ff9-1490-4fe5-956a-1af992c06a78", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c3ee1166-d1f6-42fc-83ac-abff166cce90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:73bf6ff9-1490-4fe5-956a-1af992c06a78" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "657c867371c9200dfd6c8e486a878c83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "657c867371c9200dfd6c8e486a878c83", + "x-ms-correlation-request-id": "b6bb53b2-1ce0-4317-837a-601042e29866", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "61c26b9e-38f6-43cf-9a28-9fe75f1251d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:b6bb53b2-1ce0-4317-837a-601042e29866" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:c635465c-d01e-0021-5d20-903f78000000\nTime:2021-08-13T08:49:49.7067187Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53ab4bb0f7752c18fb13d59242ce0977", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53ab4bb0f7752c18fb13d59242ce0977", + "x-ms-correlation-request-id": "75d9aa79-2def-4894-b940-730e11e6ea4a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "7acd0ced-22c4-48da-9d37-2771329704c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084950Z:75d9aa79-2def-4894-b940-730e11e6ea4a" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:c63546bb-d01e-0021-3320-903f78000000\nTime:2021-08-13T08:49:50.0409529Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55f6fbcfc52ecd635934b87cb5c55c7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:49:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55f6fbcfc52ecd635934b87cb5c55c7b", + "x-ms-correlation-request-id": "7f872311-6007-4f59-9c34-755eb464a3bf", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "3936a9d3-a6de-4173-b8fc-d5c064661cda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084950Z:7f872311-6007-4f59-9c34-755eb464a3bf" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619", + "name": "storage4619", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:49:29.5192274Z", + "key2": "2021-08-13T08:49:29.5192274Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:49:29.4099007Z", + "primaryEndpoints": { + "blob": "https://storage4619.blob.core.windows.net/", + "queue": "https://storage4619.queue.core.windows.net/", + "table": "https://storage4619.table.core.windows.net/", + "file": "https://storage4619.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c767811d7eeb7c366d4f69b69c7add2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c767811d7eeb7c366d4f69b69c7add2e", + "x-ms-correlation-request-id": "2f23ef99-3aa1-4447-8f19-eb33a3e2e441", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "6075e36f-4379-46b4-babd-e66afe2932d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084956Z:2f23ef99-3aa1-4447-8f19-eb33a3e2e441" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1335314236", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json new file mode 100644 index 0000000000000..e7aae6346f432 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json @@ -0,0 +1,1049 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bd037d0f8da5c2ee13f960dbcfdb30d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bb62a68f-2f81-49bd-8b4a-961414659f9a", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "bb62a68f-2f81-49bd-8b4a-961414659f9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084958Z:bb62a68f-2f81-49bd-8b4a-961414659f9a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9307?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-f330324c6246d14587db89d527c7b8d1-dfa11c12f1e3fb41-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "45d438253bf7c2ac249a307e6907aaac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:49:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a1c83eed-b237-42ea-8f30-7b0f3c862522", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a1c83eed-b237-42ea-8f30-7b0f3c862522", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084959Z:a1c83eed-b237-42ea-8f30-7b0f3c862522" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307", + "name": "teststorageRG-9307", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d7468cefa2f936ac8a5f1f1ed0f7301", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d7468cefa2f936ac8a5f1f1ed0f7301", + "x-ms-correlation-request-id": "ab435fd8-1fee-451a-b1fa-dc8c5b88e662", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "c83591a5-b9bb-4a44-9a24-0cb93235371b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085003Z:ab435fd8-1fee-451a-b1fa-dc8c5b88e662" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a2fee61a8993ef56ab22f95bad0368b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a2fee61a8993ef56ab22f95bad0368b", + "x-ms-correlation-request-id": "23632a40-6478-4d74-b0e9-9c5fc2c6b5c7", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "e39e71b4-30b9-4b52-a6d7-1ef70ea6dead", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085003Z:23632a40-6478-4d74-b0e9-9c5fc2c6b5c7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0fb7dbdc2ebf58b6c5024799c6cb551", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0fb7dbdc2ebf58b6c5024799c6cb551", + "x-ms-correlation-request-id": "94613ad8-8bc3-4f92-920b-94a0aaa5427b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "586ed149-1794-4f47-aeca-302e56a03e2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085004Z:94613ad8-8bc3-4f92-920b-94a0aaa5427b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe90056d28e0c568217f7e90a96669a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe90056d28e0c568217f7e90a96669a8", + "x-ms-correlation-request-id": "50547501-4fc5-4631-b8e2-b882b767ad4c", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c2fba723-6cf8-42b7-af40-c8f14e60d1af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085006Z:50547501-4fc5-4631-b8e2-b882b767ad4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6040d280477b9e006339de48837ca2fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6040d280477b9e006339de48837ca2fe", + "x-ms-correlation-request-id": "f380d8a0-708f-4982-84d1-9720e3ce5f27", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "f84c5b60-0375-4b24-9588-531ec3a2e972", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085007Z:f380d8a0-708f-4982-84d1-9720e3ce5f27" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b428defc374095ab1436cf6c44fa4c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b428defc374095ab1436cf6c44fa4c06", + "x-ms-correlation-request-id": "77bd74b4-09c6-4e37-8868-a554227e0b04", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "6957bd51-f3cc-4208-af05-52062f0bd7f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085008Z:77bd74b4-09c6-4e37-8868-a554227e0b04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caf97be6552c25d505f19aa6491f41a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "caf97be6552c25d505f19aa6491f41a4", + "x-ms-correlation-request-id": "2ffcd5e9-528f-4f89-8cf8-2b6a675c6d0c", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "d0ef3d0c-3732-43b8-a110-ade1076c3a3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085010Z:2ffcd5e9-528f-4f89-8cf8-2b6a675c6d0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb9480ddb43d486827aa4b4477935a69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb9480ddb43d486827aa4b4477935a69", + "x-ms-correlation-request-id": "9bdbd1e7-5f97-4f03-bf4c-123647f57d6b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "f2935906-ef62-439f-870b-d8bd31acb97f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085011Z:9bdbd1e7-5f97-4f03-bf4c-123647f57d6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0862d7edd883a6d10802af4e9c044bf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0862d7edd883a6d10802af4e9c044bf4", + "x-ms-correlation-request-id": "03978836-ac2d-4a7c-8bd7-a4905a9f4bb8", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "9584dfab-ce9d-4d34-a5bc-3c7bd440a94e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085012Z:03978836-ac2d-4a7c-8bd7-a4905a9f4bb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c48e2bf5806531c813b0a2810a90ad71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c48e2bf5806531c813b0a2810a90ad71", + "x-ms-correlation-request-id": "2d5b0faa-f629-4574-a64c-db5311ee1aa1", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "5c866efa-75e3-4126-a7c9-7ab117764d1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085014Z:2d5b0faa-f629-4574-a64c-db5311ee1aa1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72b8319739bd0521aeeec23b0519ab22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72b8319739bd0521aeeec23b0519ab22", + "x-ms-correlation-request-id": "a1b8d590-7f61-4729-8257-c98afe4af222", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "0ab4ddd4-5750-4bab-960e-349958ff2629", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085015Z:a1b8d590-7f61-4729-8257-c98afe4af222" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c4f565f95056d040f30f5d2354f9c77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c4f565f95056d040f30f5d2354f9c77", + "x-ms-correlation-request-id": "ff91a1b5-e3dc-4b7c-aa90-d3368a357b70", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "987e9b38-aa02-45fb-93a2-864f7506ea81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085016Z:ff91a1b5-e3dc-4b7c-aa90-d3368a357b70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bb73e54d94bbc3709891577bd8d2cf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bb73e54d94bbc3709891577bd8d2cf9", + "x-ms-correlation-request-id": "d1a3d8f8-72f6-441a-98e4-84d1b2ca7fe5", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "402ded2d-4e31-44d0-aa80-9555297f9fa3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085018Z:d1a3d8f8-72f6-441a-98e4-84d1b2ca7fe5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b32280056041016c2d4b638d444fcf5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b32280056041016c2d4b638d444fcf5e", + "x-ms-correlation-request-id": "b70671ff-80e5-4b62-9291-8392f3643e05", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "8b4c8823-3978-4f33-a995-8651cb955c62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085019Z:b70671ff-80e5-4b62-9291-8392f3643e05" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589", + "name": "storage9589", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:50:01.7693849Z", + "key2": "2021-08-13T08:50:01.7693849Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:50:01.6600105Z", + "primaryEndpoints": { + "blob": "https://storage9589.blob.core.windows.net/", + "queue": "https://storage9589.queue.core.windows.net/", + "table": "https://storage9589.table.core.windows.net/", + "file": "https://storage9589.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7e74a52406186d61f93437b808caf81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7e74a52406186d61f93437b808caf81", + "x-ms-correlation-request-id": "fb7426f0-ee84-40b4-a1bd-448b5e689656", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a73d0c93-e5b8-4475-9462-0a41b75b8ea6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085019Z:fb7426f0-ee84-40b4-a1bd-448b5e689656" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2db5ccfb36e8d1f3b63e0075a978b9b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:19 GMT", + "ETag": "\u00220x8D95E376186ED0C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2db5ccfb36e8d1f3b63e0075a978b9b9", + "x-ms-correlation-request-id": "7855fc8b-8d9b-417f-9b47-788bc82ab478", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "5a5e0618-4c69-446d-871b-24c20ae1e204", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:7855fc8b-8d9b-417f-9b47-788bc82ab478" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", + "name": "testblob8864", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a67225b79865a9c59c93ad1df081a09c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:20 GMT", + "ETag": "\u00220x8D95E376186ED0C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a67225b79865a9c59c93ad1df081a09c", + "x-ms-correlation-request-id": "fa6894d2-ba05-474e-9372-8d0cb9edd33e", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "e4997675-0423-4301-9cc7-5acb31d88e19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:fa6894d2-ba05-474e-9372-8d0cb9edd33e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", + "name": "testblob8864", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E376186ED0C\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:50:20.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "824889e1301a1469f3f5aa01d610751b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "678", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:20 GMT", + "ETag": "\u00220x8D95E376186ED0C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "824889e1301a1469f3f5aa01d610751b", + "x-ms-correlation-request-id": "f7a9a496-3e6c-48cb-869b-6de8d25e2564", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "6941ee43-ae37-4a84-a236-2ae59a047c25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:f7a9a496-3e6c-48cb-869b-6de8d25e2564" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", + "name": "testblob8864", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "etag": "\u00220x8D95E376186ED0C\u0022", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "defaultEncryptionScope": "$account-encryption-key", + "denyEncryptionScopeOverride": false, + "publicAccess": "None", + "leaseStatus": "Unlocked", + "leaseState": "Available", + "lastModifiedTime": "2021-08-13T08:50:20.0000000Z", + "legalHold": { + "hasLegalHold": false, + "tags": [] + }, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob88641?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67c8c189db3c639e070b915488d5e135", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67c8c189db3c639e070b915488d5e135", + "x-ms-correlation-request-id": "2c3c7d3f-6bd8-4a17-980f-b19c9d88e498", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "183946c6-49c8-4702-9373-94f375bde975", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085021Z:2c3c7d3f-6bd8-4a17-980f-b19c9d88e498" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:26cfb03f-301e-0073-0220-905512000000\nTime:2021-08-13T08:50:21.1846898Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2094649d362f869ebb5eb26fedc3d38b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2094649d362f869ebb5eb26fedc3d38b", + "x-ms-correlation-request-id": "13bfcc99-65a3-4078-84a8-07c952636154", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "38d3482d-3b57-42d7-a711-6615f6348e8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085021Z:13bfcc99-65a3-4078-84a8-07c952636154" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e93921e39b8055feae57b0f9f158b1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e93921e39b8055feae57b0f9f158b1d", + "x-ms-correlation-request-id": "93eec85b-b47c-4fa5-a2fc-d74095e2c105", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "f947b7b9-15db-4a9b-a75a-374239ddce27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:93eec85b-b47c-4fa5-a2fc-d74095e2c105" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:26cfb0de-301e-0073-1920-905512000000\nTime:2021-08-13T08:50:21.8871666Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72647413557b52ec2242acde292e7544", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "173", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72647413557b52ec2242acde292e7544", + "x-ms-correlation-request-id": "9c42be4e-866f-4b30-962a-90aa2ed06401", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "b141a854-21e2-4c80-a002-92c7280a9cab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:9c42be4e-866f-4b30-962a-90aa2ed06401" + }, + "ResponseBody": { + "error": { + "code": "ContainerNotFound", + "message": "The specified container does not exist.\nRequestId:26cfb138-301e-0073-6f20-905512000000\nTime:2021-08-13T08:50:22.2093853Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5360538b242647d048f3549bb8fe7a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 08:50:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5360538b242647d048f3549bb8fe7a6", + "x-ms-correlation-request-id": "ab2032e7-af3a-40ce-b36a-ccfa51cf5401", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "bda2e126-5a62-4f1c-9a03-e832940a65af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:ab2032e7-af3a-40ce-b36a-ccfa51cf5401" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589", + "name": "storage9589", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T08:50:01.7693849Z", + "key2": "2021-08-13T08:50:01.7693849Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T08:50:01.6600105Z", + "primaryEndpoints": { + "blob": "https://storage9589.blob.core.windows.net/", + "queue": "https://storage9589.queue.core.windows.net/", + "table": "https://storage9589.table.core.windows.net/", + "file": "https://storage9589.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "785c94d2605fc80fa6400b768c81dcbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 08:50:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "785c94d2605fc80fa6400b768c81dcbc", + "x-ms-correlation-request-id": "35538593-54d7-4acd-9024-8bb2e0f6f4d3", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "f2d69a00-b694-4a3a-a3c2-5a38b7a2452e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085027Z:35538593-54d7-4acd-9024-8bb2e0f6f4d3" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "537836443", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainer.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainer.json new file mode 100644 index 0000000000000..9cd5f8b4f7def --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainer.json @@ -0,0 +1,865 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62cc7dea6bf59c9457e7b579a5fab40c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:22:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "805e6803-c8b4-4e86-85c0-199c438492a3", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "805e6803-c8b4-4e86-85c0-199c438492a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012249Z:805e6803-c8b4-4e86-85c0-199c438492a3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9480?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-fe1216f7ba006b46944e9633fc5b7edf-bccd3a3ec45c374f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a88a8f63c73c500a313b058fd47a1c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:22:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "14278bec-6e70-47e8-a551-717ba5e8f391", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "14278bec-6e70-47e8-a551-717ba5e8f391", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012252Z:14278bec-6e70-47e8-a551-717ba5e8f391" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480", + "name": "teststorageRG-9480", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "642af9e1919da54e7e5dd8403853d2b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:22:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "642af9e1919da54e7e5dd8403853d2b7", + "x-ms-correlation-request-id": "e65fa577-8370-4f83-8eaf-59fae49310eb", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "11069d12-4b6e-4707-8113-eb6020830765", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012300Z:e65fa577-8370-4f83-8eaf-59fae49310eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb18b0b73ae116583965f5df27856ac0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:22:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb18b0b73ae116583965f5df27856ac0", + "x-ms-correlation-request-id": "4d79e14e-dc47-43ed-b4b6-e37aa9b6d05d", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "98ab06be-af38-4eef-b506-e93f9d6620da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012300Z:4d79e14e-dc47-43ed-b4b6-e37aa9b6d05d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0af0a1dd8cc46a1eb75ec84b39696124", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0af0a1dd8cc46a1eb75ec84b39696124", + "x-ms-correlation-request-id": "b2182817-3702-46d0-b560-b756369d9f58", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "2396b1c5-f8ee-41e6-aa75-0dc67f87efff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012301Z:b2182817-3702-46d0-b560-b756369d9f58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8788c5bc173ad2d5e4c5fb708262a417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8788c5bc173ad2d5e4c5fb708262a417", + "x-ms-correlation-request-id": "9d1350e7-4ca0-4d47-a0a5-a94d5501d217", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "be41ce69-716d-44be-8878-b208963e5e81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012302Z:9d1350e7-4ca0-4d47-a0a5-a94d5501d217" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a20697e7966a2a4e92ae0383710dddd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a20697e7966a2a4e92ae0383710dddd0", + "x-ms-correlation-request-id": "25bfad0f-8ef8-46a0-90eb-d3fecf3a82d7", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "00c47309-7e8b-48a9-a27c-c52170210b82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012304Z:25bfad0f-8ef8-46a0-90eb-d3fecf3a82d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6222d003e2fcc685cb1d25ff91ade855", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6222d003e2fcc685cb1d25ff91ade855", + "x-ms-correlation-request-id": "6eef84d8-4cad-45db-be4c-fbb1793146d7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "92b05536-8c63-4b05-80ec-21aec771b20d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012305Z:6eef84d8-4cad-45db-be4c-fbb1793146d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a263b0babe6326ba765df58c135260d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a263b0babe6326ba765df58c135260d7", + "x-ms-correlation-request-id": "88b014f9-e46c-40de-8025-916d32a0afff", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b9a816b6-284f-400d-8ea6-203a29bd1f4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012306Z:88b014f9-e46c-40de-8025-916d32a0afff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b16d2be8413f051b1140d74c704f99e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b16d2be8413f051b1140d74c704f99e5", + "x-ms-correlation-request-id": "9f74d2cb-1ac6-451c-acbe-0d76b7d1643b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "adb903a3-99a6-447f-9c14-7cf88c083095", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012308Z:9f74d2cb-1ac6-451c-acbe-0d76b7d1643b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1c8adc63aa9446c16fbec9fedf9b279", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1c8adc63aa9446c16fbec9fedf9b279", + "x-ms-correlation-request-id": "4aed8933-db0c-46b2-87e1-bdd6479ff498", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "0d08f8fa-3e20-4d38-965d-14d252e1c539", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012309Z:4aed8933-db0c-46b2-87e1-bdd6479ff498" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65164ebc363f7815955e9022e76db527", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65164ebc363f7815955e9022e76db527", + "x-ms-correlation-request-id": "ab828bdd-b5d5-4f1e-aea7-f7cb6df13a3e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "65565db8-8d5d-4c54-a420-ade50d42e653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012310Z:ab828bdd-b5d5-4f1e-aea7-f7cb6df13a3e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66c60fc39f89ad2dbe289a44557c1818", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66c60fc39f89ad2dbe289a44557c1818", + "x-ms-correlation-request-id": "6a59b182-a10c-4f27-8099-b2646686e624", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "80d8860e-2302-4b7c-8861-d5529cfda482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012312Z:6a59b182-a10c-4f27-8099-b2646686e624" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22905d8e34388fa598502c4baa495da9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22905d8e34388fa598502c4baa495da9", + "x-ms-correlation-request-id": "8a2ba6e0-1255-49fc-bfd3-bacc8625d5ca", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "444629b4-fafd-4fc1-973c-046a3cb4c903", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012313Z:8a2ba6e0-1255-49fc-bfd3-bacc8625d5ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dddbc5464c331cef2169a6179cd12319", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dddbc5464c331cef2169a6179cd12319", + "x-ms-correlation-request-id": "e316fd7c-ed3d-4ad5-8791-79504f760739", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8790c28a-5878-493d-8601-a7c0cb65cf90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012314Z:e316fd7c-ed3d-4ad5-8791-79504f760739" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11069d12-4b6e-4707-8113-eb6020830765?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8994784693dc8fee6a36cd3973e10374", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8994784693dc8fee6a36cd3973e10374", + "x-ms-correlation-request-id": "e62749e1-65cc-434b-8208-b64aafe6174a", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "eebd377c-087e-4c2c-8e43-c07bca25ad69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012316Z:e62749e1-65cc-434b-8208-b64aafe6174a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025", + "name": "storage2025", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:22:58.3382807Z", + "key2": "2021-08-16T01:22:58.3382807Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:22:58.3382807Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:22:58.3382807Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:22:58.2445330Z", + "primaryEndpoints": { + "blob": "https://storage2025.blob.core.windows.net/", + "queue": "https://storage2025.queue.core.windows.net/", + "table": "https://storage2025.table.core.windows.net/", + "file": "https://storage2025.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ffef0ca3aa041e46e7400ce8d8df2c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ffef0ca3aa041e46e7400ce8d8df2c6", + "x-ms-correlation-request-id": "4691918f-8cb9-4b94-9613-f775ea64dd56", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "e2350c85-02ca-4108-9e03-ab46320ad937", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012316Z:4691918f-8cb9-4b94-9613-f775ea64dd56" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default/containers/testblob4538?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4320512cdd4d6b24b73fc7eb6a93f65", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:17 GMT", + "ETag": "\u00220x8D960546CF34806\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4320512cdd4d6b24b73fc7eb6a93f65", + "x-ms-correlation-request-id": "9ebf9a63-7e42-45f4-82a1-1b3b5378d325", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "b8ee5981-8d73-4f6d-bccc-fa4337789265", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012317Z:9ebf9a63-7e42-45f4-82a1-1b3b5378d325" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default/containers/testblob4538", + "name": "testblob4538", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default/containers/testblob4538?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3ac4c327894930b531b68931f02dc43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "publicAccess": "Container", + "metadata": { + "key1": "value1" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "449", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:17 GMT", + "ETag": "\u00220x8D960546D63F8A3\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3ac4c327894930b531b68931f02dc43", + "x-ms-correlation-request-id": "a8acc88c-02fd-4306-8956-5c9b7c2d1d14", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "01c19d55-0528-4870-8e54-365f50c2b685", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012317Z:a8acc88c-02fd-4306-8956-5c9b7c2d1d14" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025/blobServices/default/containers/testblob4538", + "name": "testblob4538", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "metadata": { + "key1": "value1" + }, + "publicAccess": "Container", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc600c06bfd122f64bb955c7e7c3b7ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc600c06bfd122f64bb955c7e7c3b7ca", + "x-ms-correlation-request-id": "c4e47128-c8d3-434f-9382-02e1962d4e86", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "7e6818ae-773e-4eb6-af7e-3f84c509dacf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012318Z:c4e47128-c8d3-434f-9382-02e1962d4e86" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025", + "name": "storage2025", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:22:58.3382807Z", + "key2": "2021-08-16T01:22:58.3382807Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:22:58.3382807Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:22:58.3382807Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:22:58.2445330Z", + "primaryEndpoints": { + "blob": "https://storage2025.blob.core.windows.net/", + "queue": "https://storage2025.queue.core.windows.net/", + "table": "https://storage2025.table.core.windows.net/", + "file": "https://storage2025.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9480/providers/Microsoft.Storage/storageAccounts/storage2025?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "415a69c1f3469a98f99f61b8651fb648", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "415a69c1f3469a98f99f61b8651fb648", + "x-ms-correlation-request-id": "36a3a5ab-1765-4ea9-8c64-5eb723341ce0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "03cc960d-7747-4cf6-b396-e58af161511b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012331Z:36a3a5ab-1765-4ea9-8c64-5eb723341ce0" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1452861721", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainerAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainerAsync.json new file mode 100644 index 0000000000000..72cd1426430b9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobContainerAsync.json @@ -0,0 +1,865 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4b67cc550bf877f220bd85f301cb3af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1a65428b-fd83-4c92-945b-3bfd2c16a794", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "1a65428b-fd83-4c92-945b-3bfd2c16a794", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012336Z:1a65428b-fd83-4c92-945b-3bfd2c16a794" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7259?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-f2a69550bd626f4ba362febad0282b72-e241e28826c0ea40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "908bd2363cac84495808ed695b9510b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7b71017e-e37b-444e-963e-e455ce116b5c", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "7b71017e-e37b-444e-963e-e455ce116b5c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012337Z:7b71017e-e37b-444e-963e-e455ce116b5c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259", + "name": "teststorageRG-7259", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8d6d28f788a833c958ce23edc123552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8d6d28f788a833c958ce23edc123552", + "x-ms-correlation-request-id": "8ff4bf22-fe4d-4987-8617-6b787b8ba54b", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "8625b156-81ec-49bf-93c4-260bdbe5f8c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012342Z:8ff4bf22-fe4d-4987-8617-6b787b8ba54b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e18c08abe0d85aac4e0d16af67457cf6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e18c08abe0d85aac4e0d16af67457cf6", + "x-ms-correlation-request-id": "fa37ec58-bec2-4d33-8511-3dbb9e6fb26f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "ac01dd12-6168-4f29-8b70-c2bcff119aaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012342Z:fa37ec58-bec2-4d33-8511-3dbb9e6fb26f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7cb616b71e50768f916a582230aa65ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7cb616b71e50768f916a582230aa65ce", + "x-ms-correlation-request-id": "d70af034-cb19-4ef5-a974-c01c674e5382", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "1cc19b72-1201-4875-87bb-2293149fc88b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012344Z:d70af034-cb19-4ef5-a974-c01c674e5382" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3931a165485c37a6c66468a0291050a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3931a165485c37a6c66468a0291050a", + "x-ms-correlation-request-id": "61d1016b-0769-40a6-8538-f342afdc9cd5", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "15448eaf-11ab-480b-86c3-33a2224979ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012345Z:61d1016b-0769-40a6-8538-f342afdc9cd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07da51ebfa0f8c7778164f6e888a2aa4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07da51ebfa0f8c7778164f6e888a2aa4", + "x-ms-correlation-request-id": "c3d239f0-d3a1-4110-9752-ee67a9554c80", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "599c2b22-dab0-409b-b314-3f98f3a11c54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012346Z:c3d239f0-d3a1-4110-9752-ee67a9554c80" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c9848a8a8b263709cf30fead8057300", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c9848a8a8b263709cf30fead8057300", + "x-ms-correlation-request-id": "651e25d2-3e6c-48ef-bf53-a602a204cf33", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "eeaec63b-3a10-4c9e-9350-eaac8619ccf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012348Z:651e25d2-3e6c-48ef-bf53-a602a204cf33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de374e655dcf1cbea3065b6f040b3be1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de374e655dcf1cbea3065b6f040b3be1", + "x-ms-correlation-request-id": "db09daef-627f-4ae6-aa10-85f40b6986cc", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a2d2974b-15e4-4497-9775-cd4f9044d3fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012349Z:db09daef-627f-4ae6-aa10-85f40b6986cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bae1a23bb8f84257e0776b1cea8db472", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bae1a23bb8f84257e0776b1cea8db472", + "x-ms-correlation-request-id": "fab55b7b-c53d-4294-ba5c-cfeb4d5d1f5e", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "77b2f5ca-fe57-43a6-bdba-03eb88215525", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012350Z:fab55b7b-c53d-4294-ba5c-cfeb4d5d1f5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39084fa34b534ad4897ca9ab4d015f90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39084fa34b534ad4897ca9ab4d015f90", + "x-ms-correlation-request-id": "6ce9fe86-7a42-4091-bfb6-be3ab74d12c1", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "ec6a65ef-5b3f-443d-9f64-2680c1b38d0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012351Z:6ce9fe86-7a42-4091-bfb6-be3ab74d12c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35ae2eb7b824ac07f6f4fe58f2a23215", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35ae2eb7b824ac07f6f4fe58f2a23215", + "x-ms-correlation-request-id": "9ff7927f-c4fe-4ca1-88e1-8b8f062f6480", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "b4fed937-4bcb-4fd4-b398-59005f45ba07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012353Z:9ff7927f-c4fe-4ca1-88e1-8b8f062f6480" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4cce8520102f08ece96317b0facf5de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4cce8520102f08ece96317b0facf5de", + "x-ms-correlation-request-id": "7e08948f-7f84-4d7b-a9f6-5ae7a9782f72", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "95bb8906-44c8-4300-87f5-e3c0b4746260", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012354Z:7e08948f-7f84-4d7b-a9f6-5ae7a9782f72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb64da177edfea4e475c435f4d7b58e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb64da177edfea4e475c435f4d7b58e6", + "x-ms-correlation-request-id": "ce0e60da-8b79-405d-a36e-7e16b4533cf7", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2a9b4dea-4df3-4849-9ca7-4059471c91df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012355Z:ce0e60da-8b79-405d-a36e-7e16b4533cf7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6458934aaa35b68e9fbe678d878b9d4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:23:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6458934aaa35b68e9fbe678d878b9d4a", + "x-ms-correlation-request-id": "e204c928-b50e-4e0b-bff6-613b5e189efc", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "7011e56e-6a63-4f5c-a490-b3c52fc0ed3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012357Z:e204c928-b50e-4e0b-bff6-613b5e189efc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8625b156-81ec-49bf-93c4-260bdbe5f8c7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "18401ffe763ed4369ae16ca6be2fa252", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "18401ffe763ed4369ae16ca6be2fa252", + "x-ms-correlation-request-id": "dfd0f632-58df-42ce-9204-0346331dd946", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "72cfc60f-a80c-48e8-ba62-bde311970ed1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012358Z:dfd0f632-58df-42ce-9204-0346331dd946" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313", + "name": "storage6313", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:23:39.5898943Z", + "key2": "2021-08-16T01:23:39.5898943Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:23:39.5898943Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:23:39.5898943Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:23:39.4805111Z", + "primaryEndpoints": { + "blob": "https://storage6313.blob.core.windows.net/", + "queue": "https://storage6313.queue.core.windows.net/", + "table": "https://storage6313.table.core.windows.net/", + "file": "https://storage6313.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b314a3e91536da94cad1c2016c163bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b314a3e91536da94cad1c2016c163bc", + "x-ms-correlation-request-id": "c9886a66-321f-4754-aa56-1a4310936e7c", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "3b0dfa3d-8f7d-44ea-a197-e970ec4a6346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012358Z:c9886a66-321f-4754-aa56-1a4310936e7c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default/containers/testblob5906?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b2e60f8a83f5cd383ca533ee7f8701c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:23:59 GMT", + "ETag": "\u00220x8D96054863CA1A6\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b2e60f8a83f5cd383ca533ee7f8701c", + "x-ms-correlation-request-id": "04ab810c-e8b4-40fe-96fc-4199d47c2336", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "fd673fde-6ad3-43a8-bf57-7fad911e754e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012359Z:04ab810c-e8b4-40fe-96fc-4199d47c2336" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default/containers/testblob5906", + "name": "testblob5906", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default/containers/testblob5906?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "72", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a3d4e15f721756cd3cc905a16bed87e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "publicAccess": "Container", + "metadata": { + "key1": "value1" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "449", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:24:00 GMT", + "ETag": "\u00220x8D9605486AB55CA\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a3d4e15f721756cd3cc905a16bed87e", + "x-ms-correlation-request-id": "a924ba41-5dda-4b2a-a704-04fa05391a92", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "ded25d5f-5ad0-44a3-84cc-bef679086c94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012400Z:a924ba41-5dda-4b2a-a704-04fa05391a92" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313/blobServices/default/containers/testblob5906", + "name": "testblob5906", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "metadata": { + "key1": "value1" + }, + "publicAccess": "Container", + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cec5e7b01773a1ff5e1fcfc7562e64b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Mon, 16 Aug 2021 01:24:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cec5e7b01773a1ff5e1fcfc7562e64b5", + "x-ms-correlation-request-id": "4f237674-cc35-4656-8b47-fa6d8b4fdfa5", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "c48477fa-0efd-4221-91dd-c1933b92d43a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012400Z:4f237674-cc35-4656-8b47-fa6d8b4fdfa5" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313", + "name": "storage6313", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-16T01:23:39.5898943Z", + "key2": "2021-08-16T01:23:39.5898943Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:23:39.5898943Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-16T01:23:39.5898943Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-16T01:23:39.4805111Z", + "primaryEndpoints": { + "blob": "https://storage6313.blob.core.windows.net/", + "queue": "https://storage6313.queue.core.windows.net/", + "table": "https://storage6313.table.core.windows.net/", + "file": "https://storage6313.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7259/providers/Microsoft.Storage/storageAccounts/storage6313?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "720104ac6125019cf4b96773187946c5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 16 Aug 2021 01:24:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "720104ac6125019cf4b96773187946c5", + "x-ms-correlation-request-id": "3059b70b-6897-43b5-b700-c287167936f7", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "130e5d67-e2cd-4b81-8370-12b11b6998b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210816T012407Z:3059b70b-6897-43b5-b700-c287167936f7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "786936896", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobService.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobService.json new file mode 100644 index 0000000000000..edc0bb644f6a2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobService.json @@ -0,0 +1,821 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eefc35e755dea01ee6582b38d97a9422", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:08:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "321346a6-5854-4339-beb4-c950295b83de", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "321346a6-5854-4339-beb4-c950295b83de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030859Z:321346a6-5854-4339-beb4-c950295b83de" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6815?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-2b188b209312ba4e80fac91c37bf08d6-ebf815c690818f4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c607a181b3fda14d7e79864ed6792d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d6ca8761-ce38-4efa-9cc9-54f09a8d6d9e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d6ca8761-ce38-4efa-9cc9-54f09a8d6d9e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030902Z:d6ca8761-ce38-4efa-9cc9-54f09a8d6d9e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815", + "name": "teststorageRG-6815", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f5a309bbd0c66681baf35c87e31c289", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f5a309bbd0c66681baf35c87e31c289", + "x-ms-correlation-request-id": "e6a88d9d-4485-4de3-9ec9-d1e349a7a975", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "da5a3334-38d5-44f9-ae2d-25cbb3d8d24a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030911Z:e6a88d9d-4485-4de3-9ec9-d1e349a7a975" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64de6911dcc7e4749e60e20417d80047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64de6911dcc7e4749e60e20417d80047", + "x-ms-correlation-request-id": "18a62eeb-f81c-4b1a-b3e4-dfdcdae78cc6", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "30bcc9a9-211e-4c23-a6f5-b15f2c0d7b7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030911Z:18a62eeb-f81c-4b1a-b3e4-dfdcdae78cc6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b649c4c48387b1bdaeabd2ace1d0130b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b649c4c48387b1bdaeabd2ace1d0130b", + "x-ms-correlation-request-id": "55bb18b5-82b5-4caa-9796-a73168f3d741", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "6d4cb627-89d9-49ea-993c-fad5cc765266", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030912Z:55bb18b5-82b5-4caa-9796-a73168f3d741" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14b737cf5e53b0c14ec10552077d9874", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14b737cf5e53b0c14ec10552077d9874", + "x-ms-correlation-request-id": "bfc0f2ec-97de-4f71-8fc7-1fe0f9ec6673", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "83d44f22-670f-491a-ab66-77365cf31a49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030914Z:bfc0f2ec-97de-4f71-8fc7-1fe0f9ec6673" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ed4935f29c68e75ac2db51c0ac802cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ed4935f29c68e75ac2db51c0ac802cd", + "x-ms-correlation-request-id": "f08ab2a8-fc0f-4599-86ce-a665fd2fa1e8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a5d0ae8a-2f50-47e5-8520-7ab5be9e24d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030915Z:f08ab2a8-fc0f-4599-86ce-a665fd2fa1e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e034d64cec2065f4029867c57d6aaa31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e034d64cec2065f4029867c57d6aaa31", + "x-ms-correlation-request-id": "12829235-2020-4dc0-912f-fbffa5995d6e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "98c883d2-ef2c-4511-9e2c-a190b851e34e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030916Z:12829235-2020-4dc0-912f-fbffa5995d6e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e4d5d1285fca645c2296726a8a5a686", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e4d5d1285fca645c2296726a8a5a686", + "x-ms-correlation-request-id": "f4e3fb02-9a81-4010-b155-0fd47d90c951", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "16c62bfb-bd17-41af-87c2-1aaa27f883f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030917Z:f4e3fb02-9a81-4010-b155-0fd47d90c951" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "300538bfb84872539e6e8b2dc1af1041", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "300538bfb84872539e6e8b2dc1af1041", + "x-ms-correlation-request-id": "ca0b02f4-4c6f-42b3-93a5-c9a9927f0e99", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5b1ccdf4-d04f-4795-aba8-b0c0e21b7b33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030919Z:ca0b02f4-4c6f-42b3-93a5-c9a9927f0e99" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac098482b37ac7d0918d1df784cebc5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac098482b37ac7d0918d1df784cebc5d", + "x-ms-correlation-request-id": "d86efc5a-893d-4911-b158-e78a799996fb", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "e53eb9a1-0925-4324-94fb-2c6d8c0697f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030920Z:d86efc5a-893d-4911-b158-e78a799996fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4506e1f279645ae809daaf8ef917e512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4506e1f279645ae809daaf8ef917e512", + "x-ms-correlation-request-id": "c8417597-7f35-4172-9b6a-3de4498a33da", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f3b9b64c-fd9b-4fbd-b225-05abae7130b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030921Z:c8417597-7f35-4172-9b6a-3de4498a33da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24a32519fa9b0b0b673e9fbb9a5ceed0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24a32519fa9b0b0b673e9fbb9a5ceed0", + "x-ms-correlation-request-id": "feb63179-821a-4c04-992e-ad9e8e6b4486", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2d9982a8-d3cc-4899-a3cd-d850d5a969b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030923Z:feb63179-821a-4c04-992e-ad9e8e6b4486" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df3b2db1caa909dd9baea2a00442cd79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df3b2db1caa909dd9baea2a00442cd79", + "x-ms-correlation-request-id": "5885dd88-5f03-45b6-bfc6-f893fdd0605e", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "b88d9d44-60c8-460f-ab66-b2f374a5e883", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030924Z:5885dd88-5f03-45b6-bfc6-f893fdd0605e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ede0ba8982bf7c2d6fade26da2dc0ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ede0ba8982bf7c2d6fade26da2dc0ad", + "x-ms-correlation-request-id": "a5e26ba5-0905-4396-b53b-661b217145d5", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1f365f20-d6bd-4386-b939-f3c2b57312d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030925Z:a5e26ba5-0905-4396-b53b-661b217145d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/da5a3334-38d5-44f9-ae2d-25cbb3d8d24a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccdddfec05db4e69489a89ec586a0724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:09:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccdddfec05db4e69489a89ec586a0724", + "x-ms-correlation-request-id": "081765e3-4508-4472-ba8a-fd3f3245d7a3", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "bd4e0b15-77ad-47a6-ab3e-eae1b69237e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030927Z:081765e3-4508-4472-ba8a-fd3f3245d7a3" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519", + "name": "storage5519", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T03:09:09.5283596Z", + "key2": "2021-08-18T03:09:09.5283596Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:09.5438634Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:09.5438634Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T03:09:09.4349780Z", + "primaryEndpoints": { + "blob": "https://storage5519.blob.core.windows.net/", + "queue": "https://storage5519.queue.core.windows.net/", + "table": "https://storage5519.table.core.windows.net/", + "file": "https://storage5519.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f1325718f7e19a46a4309aeecb62e6e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:09:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f1325718f7e19a46a4309aeecb62e6e", + "x-ms-correlation-request-id": "9ebfda6d-6702-48cb-93d3-91d6c794e3eb", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "a7f0ec62-e3ac-49bc-be07-02b8d8f95346", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030927Z:9ebfda6d-6702-48cb-93d3-91d6c794e3eb" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "92", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24b3f4ee0065a29da19016910fd59f6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 100 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "335", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:09:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24b3f4ee0065a29da19016910fd59f6b", + "x-ms-correlation-request-id": "2b5f9011-4285-41d6-9988-1253a0e7e952", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "e705e431-3fc2-4440-b9e4-957c010dc906", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030928Z:2b5f9011-4285-41d6-9988-1253a0e7e952" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 100 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5b5b9f3311a5d2e3ac46198fcba6191", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:09:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5b5b9f3311a5d2e3ac46198fcba6191", + "x-ms-correlation-request-id": "30e81356-a011-42aa-978f-caf82dda87a7", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8810135d-d12b-47f2-8085-0224ed671796", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030929Z:30e81356-a011-42aa-978f-caf82dda87a7" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519", + "name": "storage5519", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T03:09:09.5283596Z", + "key2": "2021-08-18T03:09:09.5283596Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:09.5438634Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:09.5438634Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T03:09:09.4349780Z", + "primaryEndpoints": { + "blob": "https://storage5519.blob.core.windows.net/", + "queue": "https://storage5519.queue.core.windows.net/", + "table": "https://storage5519.table.core.windows.net/", + "file": "https://storage5519.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6815/providers/Microsoft.Storage/storageAccounts/storage5519?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63fe1b6be2b770bf8771edee79130a94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63fe1b6be2b770bf8771edee79130a94", + "x-ms-correlation-request-id": "7a71c997-518c-4bcc-99d4-02ccd0ed649c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "be937b0b-7371-4cb1-842f-82e20a24d746", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030935Z:7a71c997-518c-4bcc-99d4-02ccd0ed649c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1760101840", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobServiceAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobServiceAsync.json new file mode 100644 index 0000000000000..ba7846b4454e2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/UpdateBlobServiceAsync.json @@ -0,0 +1,821 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05e9c18431ec11b6011389600e500c31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed39a9c9-4dc8-4d4b-8758-9a48e78c8772", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ed39a9c9-4dc8-4d4b-8758-9a48e78c8772", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030939Z:ed39a9c9-4dc8-4d4b-8758-9a48e78c8772" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2993?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-60b10b4ec449284ca74b3a0b66324e9a-864df36b9623f348-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fbfdf703829463ed5072e5f7af6df5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7771f803-cf73-4d3c-a810-bc0f600ebecb", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "7771f803-cf73-4d3c-a810-bc0f600ebecb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030940Z:7771f803-cf73-4d3c-a810-bc0f600ebecb" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993", + "name": "teststorageRG-2993", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db1dc776e00683b3c74244fc4991061c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db1dc776e00683b3c74244fc4991061c", + "x-ms-correlation-request-id": "32cd0bae-9d80-452a-b48e-389077174771", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "64997ff9-4bd3-45d9-bcb2-8d5347160af1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030944Z:32cd0bae-9d80-452a-b48e-389077174771" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44da6d01aa13ff690cfb61f5f94a8b75", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44da6d01aa13ff690cfb61f5f94a8b75", + "x-ms-correlation-request-id": "388a0a7b-ae09-4345-9e40-a5bdcc7a2504", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "959204ed-1bec-422b-ae91-f4657e3f87bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030944Z:388a0a7b-ae09-4345-9e40-a5bdcc7a2504" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efa84228d4531c343f721cf0b62bd240", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efa84228d4531c343f721cf0b62bd240", + "x-ms-correlation-request-id": "7ee606d0-1542-4736-9b13-16384f9cea17", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "258a5b4b-7bbd-4eb3-9bbf-f21e1796372e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030946Z:7ee606d0-1542-4736-9b13-16384f9cea17" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbfa9b26c1b726099e8d7d71f892b174", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbfa9b26c1b726099e8d7d71f892b174", + "x-ms-correlation-request-id": "bd8528ca-e4d1-4b4c-a4bf-c8e8ce5f692c", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "db7b5df9-a32d-41ec-9781-23fc10681d02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030947Z:bd8528ca-e4d1-4b4c-a4bf-c8e8ce5f692c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e5fb38b2dde2c5539bd05a08e7948e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e5fb38b2dde2c5539bd05a08e7948e0", + "x-ms-correlation-request-id": "31a693fe-e18c-4106-996e-a562e1c946de", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "014af4bf-4f95-4aa6-a9cb-82b64c38669c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030948Z:31a693fe-e18c-4106-996e-a562e1c946de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ecf2129af5066be398150c657c324ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ecf2129af5066be398150c657c324ad", + "x-ms-correlation-request-id": "5c6c4f58-994a-459a-8b40-2403ee9a6f74", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "00620eae-4c4a-434f-a141-6cdf524afd99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030950Z:5c6c4f58-994a-459a-8b40-2403ee9a6f74" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0364a8c064ccf86245cda2f9bc689825", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0364a8c064ccf86245cda2f9bc689825", + "x-ms-correlation-request-id": "4b39aa61-3078-4f29-8910-8d7a03ea9647", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "063f16fd-1901-4241-9119-0894312bc946", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030951Z:4b39aa61-3078-4f29-8910-8d7a03ea9647" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7479c4552c2db24f5f8345cdc8fd476", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7479c4552c2db24f5f8345cdc8fd476", + "x-ms-correlation-request-id": "f668e918-5bd6-457d-82de-955aff486ea0", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "74b215c9-6c14-4d7c-a4bc-f08ccf30584c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030952Z:f668e918-5bd6-457d-82de-955aff486ea0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6e057994514c513bfd619820dc4a9d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6e057994514c513bfd619820dc4a9d0", + "x-ms-correlation-request-id": "3baf42b6-52b8-47f3-a55c-994601bc6edf", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "19d86f8b-03da-4d77-9505-a464524826f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030954Z:3baf42b6-52b8-47f3-a55c-994601bc6edf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb802be94d7b6dea83890dd32f051cb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb802be94d7b6dea83890dd32f051cb6", + "x-ms-correlation-request-id": "14a87a88-a016-4387-a667-44f088b231a9", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "28d65b8e-0372-440b-bb81-7c124a4d9b69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030955Z:14a87a88-a016-4387-a667-44f088b231a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64602cf8b288ff10888217eb39a2ce31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64602cf8b288ff10888217eb39a2ce31", + "x-ms-correlation-request-id": "7f8fa4a4-806a-4dd4-9b42-f0c9e35fb8dc", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "fc522bfb-354a-4481-8b80-17eebd63a419", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030956Z:7f8fa4a4-806a-4dd4-9b42-f0c9e35fb8dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b173644f190e4cfb6d72628b374095b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b173644f190e4cfb6d72628b374095b9", + "x-ms-correlation-request-id": "683e00c8-3c68-4937-86b0-f02da3691c59", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "6bb76d52-786b-49ea-b219-178914b5d624", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030958Z:683e00c8-3c68-4937-86b0-f02da3691c59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e18962ba446336471a8032f835fe33e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:09:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e18962ba446336471a8032f835fe33e1", + "x-ms-correlation-request-id": "60b506a1-fc62-49ad-a92b-5d44fa4051b7", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "81870882-5878-4c9e-80ce-2a0db5314df9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T030959Z:60b506a1-fc62-49ad-a92b-5d44fa4051b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/64997ff9-4bd3-45d9-bcb2-8d5347160af1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca84dcbb6a92dea73113f7165085c848", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:10:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca84dcbb6a92dea73113f7165085c848", + "x-ms-correlation-request-id": "cb7d6974-5e5e-4561-b7aa-9fee2cb851e4", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "ea725a42-5376-486a-ad3a-774037c75216", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T031000Z:cb7d6974-5e5e-4561-b7aa-9fee2cb851e4" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656", + "name": "storage1656", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T03:09:43.0448378Z", + "key2": "2021-08-18T03:09:43.0448378Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:43.0604501Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:43.0604501Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T03:09:42.9511204Z", + "primaryEndpoints": { + "blob": "https://storage1656.blob.core.windows.net/", + "queue": "https://storage1656.queue.core.windows.net/", + "table": "https://storage1656.table.core.windows.net/", + "file": "https://storage1656.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7315eeced190acd1c3c978de702176e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:10:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7315eeced190acd1c3c978de702176e", + "x-ms-correlation-request-id": "913d4b8e-02a1-4a13-aa25-d8a8a8127e69", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "63d88b69-e43e-4d18-afb8-6fb49f490d0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T031001Z:913d4b8e-02a1-4a13-aa25-d8a8a8127e69" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656/blobServices/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "92", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5bd0803ecbbb5027baaab0504c31e694", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 100 + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "335", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:10:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5bd0803ecbbb5027baaab0504c31e694", + "x-ms-correlation-request-id": "8589526e-dd64-4366-b232-82d3d31e1aa1", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "cc808c6d-726a-4eba-8c89-803f0c1260d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T031002Z:8589526e-dd64-4366-b232-82d3d31e1aa1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": true, + "days": 100 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d60be9b85ccdcdc80f79ad55d31af72e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 03:10:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d60be9b85ccdcdc80f79ad55d31af72e", + "x-ms-correlation-request-id": "8ee355b3-aabe-4e19-b808-ebe154c696b8", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "4e3a1744-bd5f-4a17-b9ca-83dac5844969", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T031002Z:8ee355b3-aabe-4e19-b808-ebe154c696b8" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656", + "name": "storage1656", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T03:09:43.0448378Z", + "key2": "2021-08-18T03:09:43.0448378Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:43.0604501Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T03:09:43.0604501Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T03:09:42.9511204Z", + "primaryEndpoints": { + "blob": "https://storage1656.blob.core.windows.net/", + "queue": "https://storage1656.queue.core.windows.net/", + "table": "https://storage1656.table.core.windows.net/", + "file": "https://storage1656.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2993/providers/Microsoft.Storage/storageAccounts/storage1656?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfd789fc6db5218d37e01c6e3c7dbeeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 03:10:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfd789fc6db5218d37e01c6e3c7dbeeb", + "x-ms-correlation-request-id": "0bd87f63-324b-4693-a190-3ddc0b7898c3", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "43cac8ce-6507-49b4-acfe-7fd0ab29d090", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T031006Z:0bd87f63-324b-4693-a190-3ddc0b7898c3" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2018974764", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json deleted file mode 100644 index 7b4ff39e694eb..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json +++ /dev/null @@ -1,772 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9850?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f5fcd7ea791133469ec077c912916665-29a09c014c10d748-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3bfa732781a3f388e1c338b153699369", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ef65244-6044-4937-b72f-070a54e3da0f", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6ef65244-6044-4937-b72f-070a54e3da0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025318Z:6ef65244-6044-4937-b72f-070a54e3da0f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850", - "name": "res9850", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-0140c2384884f646ab2a86ddb5f2566c-051c7138d94dfd4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c0198d75b605b94c835c062cb4be78f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c0198d75b605b94c835c062cb4be78f", - "x-ms-correlation-request-id": "2c822249-b025-4acf-bf89-61e80aff989d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "be7e6004-51c3-42fa-9b2b-636806da0868", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025349Z:2c822249-b025-4acf-bf89-61e80aff989d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d33c8a097e5718c766e0da4cc7901677", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d33c8a097e5718c766e0da4cc7901677", - "x-ms-correlation-request-id": "ddc768bd-9124-4604-b2c7-61868620a010", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "965b94d9-3543-4d79-b75a-fa7f3099777b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025349Z:ddc768bd-9124-4604-b2c7-61868620a010" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "24c32151123efb42bca560aafb31e1fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24c32151123efb42bca560aafb31e1fa", - "x-ms-correlation-request-id": "e5a74382-6f50-4e26-9276-039b4df3ea37", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b4c85744-26c9-4870-a7f0-88f8bc572a28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025351Z:e5a74382-6f50-4e26-9276-039b4df3ea37" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4059f83a130f12377d3cf0a8018f945b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4059f83a130f12377d3cf0a8018f945b", - "x-ms-correlation-request-id": "b61b2bdc-3637-4651-8dc3-333768d72b1b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "65b28cbe-c3b0-4cc1-8288-ba6fbd080438", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025352Z:b61b2bdc-3637-4651-8dc3-333768d72b1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5811e89fd60bf689484117b21e1d1c34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5811e89fd60bf689484117b21e1d1c34", - "x-ms-correlation-request-id": "a00b6a71-4d71-4f6b-a6e3-f4b5664f6901", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ab88a235-be7c-49aa-a473-4d96f63b1729", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025353Z:a00b6a71-4d71-4f6b-a6e3-f4b5664f6901" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ce11e0fed5373e68e9b1a702229afa2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce11e0fed5373e68e9b1a702229afa2c", - "x-ms-correlation-request-id": "7e47f311-a6e1-407a-ba7a-8a951fffc82d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9575cb96-7310-4158-bb7a-0099b2f9af96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025355Z:7e47f311-a6e1-407a-ba7a-8a951fffc82d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "130b0410892064ee6f63f8cefb85f460", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "130b0410892064ee6f63f8cefb85f460", - "x-ms-correlation-request-id": "e955a3b0-ec3f-4c94-8700-d2a8bc663664", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "c412906f-adad-439a-bd67-eb1b8645e71e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025356Z:e955a3b0-ec3f-4c94-8700-d2a8bc663664" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21aabb1fc57ec9247fd26e5a2f86d4ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21aabb1fc57ec9247fd26e5a2f86d4ae", - "x-ms-correlation-request-id": "f56545e1-e551-40e0-a13c-506be2fd4f64", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "f82678dd-18b6-490b-8de6-23932693720b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025357Z:f56545e1-e551-40e0-a13c-506be2fd4f64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19a1ea4609117414f1ad5fd3dd9a4263", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:53:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19a1ea4609117414f1ad5fd3dd9a4263", - "x-ms-correlation-request-id": "2eaa2162-7ed0-4bf3-ba30-2f9516b5e11a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ba6e089e-1ccf-4430-9edb-e143121e1af5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025359Z:2eaa2162-7ed0-4bf3-ba30-2f9516b5e11a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "66e346bdd9ef4baee041944d1a9435e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66e346bdd9ef4baee041944d1a9435e8", - "x-ms-correlation-request-id": "63c69856-07be-435d-9fda-4a044a3f2d8d", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "9ce074fa-8e2b-45f3-acba-36ac76f497fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025400Z:63c69856-07be-435d-9fda-4a044a3f2d8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11874a8edbe4164ea7352fd06650ebe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11874a8edbe4164ea7352fd06650ebe5", - "x-ms-correlation-request-id": "38e24231-7f25-4540-b56d-fbf1da36ef3b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "1d9c85e0-dcac-48ff-a4f4-a0cb89143f6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025401Z:38e24231-7f25-4540-b56d-fbf1da36ef3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e89d0b906da36dbe3c5638d074c65a5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e89d0b906da36dbe3c5638d074c65a5d", - "x-ms-correlation-request-id": "b9c743ec-2a89-41e4-83ae-7d0a40ebd94e", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "52365da8-e11f-441e-9952-30fd7193fdfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025403Z:b9c743ec-2a89-41e4-83ae-7d0a40ebd94e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "934576773113e27ff8cdbfbaa9dde490", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "934576773113e27ff8cdbfbaa9dde490", - "x-ms-correlation-request-id": "495156c3-71df-4da2-a448-7d2d442a8201", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3864ff6a-fe7b-4bd2-80e6-bbb3f74b4abe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025404Z:495156c3-71df-4da2-a448-7d2d442a8201" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0fbdaf564df721458c19d58da27ea1e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fbdaf564df721458c19d58da27ea1e0", - "x-ms-correlation-request-id": "b4fb4d90-01a7-4eb7-aaa9-c740af644754", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c93fd835-30af-4fc7-8e52-a91df8515615", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025405Z:b4fb4d90-01a7-4eb7-aaa9-c740af644754" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/be7e6004-51c3-42fa-9b2b-636806da0868?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f058d2db580b5ed18bbaf0d6ad04c45e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f058d2db580b5ed18bbaf0d6ad04c45e", - "x-ms-correlation-request-id": "3f4b7932-02e3-4cef-b0c2-7f39fa42ee34", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "435ae028-0ef4-4a09-9697-cb9a9aefe5ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025407Z:3f4b7932-02e3-4cef-b0c2-7f39fa42ee34" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388", - "name": "sto3388", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:53:23.1709464Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:53:23.1709464Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:53:23.1084394Z", - "primaryEndpoints": { - "dfs": "https://sto3388.dfs.core.windows.net/", - "web": "https://sto3388.z20.web.core.windows.net/", - "blob": "https://sto3388.blob.core.windows.net/", - "queue": "https://sto3388.queue.core.windows.net/", - "table": "https://sto3388.table.core.windows.net/", - "file": "https://sto3388.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-5176e0630c01fe46b3ef216ce56cd6c7-690105e819326e44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09c579a7654a302a2307f95cf13f792c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:07 GMT", - "ETag": "\u00220x8D8585972E24F0B\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09c579a7654a302a2307f95cf13f792c", - "x-ms-correlation-request-id": "172b6d24-e5c3-4a31-9228-2a0ca6c49100", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "718ee05b-633b-4cb3-b13b-487eb2611a0a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025407Z:172b6d24-e5c3-4a31-9228-2a0ca6c49100" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435", - "name": "container9435", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-cd3c20dd692e5c4c9781f0328e299451-3c6d94cbec8cd542-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "84d7dfdf85f3ddfd5e843c5d6f738755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:07 GMT", - "ETag": "\u00228d858597339c99f\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84d7dfdf85f3ddfd5e843c5d6f738755", - "x-ms-correlation-request-id": "bac34cfb-a315-4169-8529-50767b74c7d0", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "c20b72d4-7284-4d71-a784-893ce4f6d747", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025408Z:bac34cfb-a315-4169-8529-50767b74c7d0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d858597339c99f\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d858597339c99f\u0022", - "traceparent": "00-9f4ee519e8819446a130e46bef3868bd-14d4c8d69e818244-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04fb1b76d6db6c902ebfe751d802997b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:08 GMT", - "ETag": "\u00228d85859738d3d1e\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04fb1b76d6db6c902ebfe751d802997b", - "x-ms-correlation-request-id": "f4d13256-d5d3-4925-b5b7-ee8c2d6e0895", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a334578c-a1b8-4801-9628-45f2b19bf737", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025408Z:f4d13256-d5d3-4925-b5b7-ee8c2d6e0895" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9850/providers/Microsoft.Storage/storageAccounts/sto3388/blobServices/default/containers/container9435/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859738d3d1e\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 0, - "state": "Deleted" - } - } - } - ], - "Variables": { - "RandomSeed": "1153965895", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json deleted file mode 100644 index d52bd54107eff..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,704 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res379?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-3b1c6657476d1c4ba807ad3298d1b028-9c5b1315360b784d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6c4753cffe604cd80da10d15626d3610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8109f35e-f315-4888-8c24-97b449b0123f", - "x-ms-ratelimit-remaining-subscription-writes": "1132", - "x-ms-request-id": "8109f35e-f315-4888-8c24-97b449b0123f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030050Z:8109f35e-f315-4888-8c24-97b449b0123f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379", - "name": "res379", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-d00b8d3d4c6bee4799fcbb262c6a3481-43f058668832e148-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "775e145c66cdef6393a7bb877edeef2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "775e145c66cdef6393a7bb877edeef2a", - "x-ms-correlation-request-id": "b18a9c50-d0b5-4c47-978a-21a05407df79", - "x-ms-ratelimit-remaining-subscription-writes": "1131", - "x-ms-request-id": "f9e2bcc6-740f-4b82-9b0b-d28f84bbe392", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030053Z:b18a9c50-d0b5-4c47-978a-21a05407df79" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42f112003ae7ec01e47ccd561dc48ec2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42f112003ae7ec01e47ccd561dc48ec2", - "x-ms-correlation-request-id": "c442a2cb-1022-49f6-be9b-5f557e0af90f", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "fbe5ccf1-5861-4598-856b-85e1b86d3228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030054Z:c442a2cb-1022-49f6-be9b-5f557e0af90f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "286eea1d7840613d4b22e1c3cff4637d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "286eea1d7840613d4b22e1c3cff4637d", - "x-ms-correlation-request-id": "24e9de36-598d-418f-b362-d8e0dd67019c", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "f652bc7e-2b37-469b-a183-8def6cc2581f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030055Z:24e9de36-598d-418f-b362-d8e0dd67019c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6c873345adedb9434309b3e62d711ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c873345adedb9434309b3e62d711ed1", - "x-ms-correlation-request-id": "d538bafe-9339-41ba-b42f-43a438d13a94", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "51ae0aa7-9e7e-4784-9b36-916812b3be17", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030057Z:d538bafe-9339-41ba-b42f-43a438d13a94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a151d47a39a68847d58ff6c4583e1cef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a151d47a39a68847d58ff6c4583e1cef", - "x-ms-correlation-request-id": "481ba992-d50e-4de2-8e7a-2c8f4b9fd26e", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "be2f6b00-523a-4e11-b8a2-614714685520", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030058Z:481ba992-d50e-4de2-8e7a-2c8f4b9fd26e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea114f18223c6fd4a7b4e536c45734da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea114f18223c6fd4a7b4e536c45734da", - "x-ms-correlation-request-id": "aaa612b4-bb31-40f4-9835-3bd3bd8a438d", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "ac250b7f-5d90-4801-966a-264e0917d8f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030100Z:aaa612b4-bb31-40f4-9835-3bd3bd8a438d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa480f04c1a20cd7ebfe965eb77e6104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa480f04c1a20cd7ebfe965eb77e6104", - "x-ms-correlation-request-id": "11b673d8-32f7-427f-8d8c-354fa59693d7", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "0458df37-10cd-4c1b-9de4-52c44b1dee10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030101Z:11b673d8-32f7-427f-8d8c-354fa59693d7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ddcdc3ed33605894ffe2faf25311c37e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddcdc3ed33605894ffe2faf25311c37e", - "x-ms-correlation-request-id": "501a8801-0c58-4ca0-8663-6687834a95aa", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "d55f8644-fc61-4976-aeb3-1523f3df49b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030103Z:501a8801-0c58-4ca0-8663-6687834a95aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "48c01c5a21f5564d7804ff3d8b76b829", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48c01c5a21f5564d7804ff3d8b76b829", - "x-ms-correlation-request-id": "67c4df0c-47d0-4806-b653-19bdb226203a", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "df73bba2-7152-40f4-b5ee-ae6268815495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030104Z:67c4df0c-47d0-4806-b653-19bdb226203a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0149e0525789d0797af0fac0c7e4b8da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0149e0525789d0797af0fac0c7e4b8da", - "x-ms-correlation-request-id": "e8f1a9e6-318b-4381-b794-3ee9872fe2c3", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "02708b5d-3a1d-439b-9265-e53484749b0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030105Z:e8f1a9e6-318b-4381-b794-3ee9872fe2c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b03183b18becb0f7576645c3457cc89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b03183b18becb0f7576645c3457cc89", - "x-ms-correlation-request-id": "6c606551-3805-44cf-973a-7b167bfa8fe4", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "15256e7f-420c-48f7-af14-9989d3e7ba03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030107Z:6c606551-3805-44cf-973a-7b167bfa8fe4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "729fd02ac2c803f4a3efcd05268d8e94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "729fd02ac2c803f4a3efcd05268d8e94", - "x-ms-correlation-request-id": "08093f56-5644-40a8-9f5e-8ad68ed98eaa", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "e1318284-31f4-48e2-bf28-5c98a21b6af0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030108Z:08093f56-5644-40a8-9f5e-8ad68ed98eaa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f9e2bcc6-740f-4b82-9b0b-d28f84bbe392?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7302244b1d733a6bd17d8b13f21c9c23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7302244b1d733a6bd17d8b13f21c9c23", - "x-ms-correlation-request-id": "2a66c99a-48ef-4585-84a8-90c5bf60d0a6", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "ea6e293f-f761-4e0a-9f93-bac9638b5499", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030109Z:2a66c99a-48ef-4585-84a8-90c5bf60d0a6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399", - "name": "sto3399", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:00:53.3071785Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:00:53.3071785Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:00:53.2446645Z", - "primaryEndpoints": { - "dfs": "https://sto3399.dfs.core.windows.net/", - "web": "https://sto3399.z20.web.core.windows.net/", - "blob": "https://sto3399.blob.core.windows.net/", - "queue": "https://sto3399.queue.core.windows.net/", - "table": "https://sto3399.table.core.windows.net/", - "file": "https://sto3399.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-0840b4de96146c4f83c4e34f7b4fcc0d-815ab2629755f74d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44f7957112462379fff7ce4a0aa4e8e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:10 GMT", - "ETag": "\u00220x8D8585A6ED82E67\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44f7957112462379fff7ce4a0aa4e8e7", - "x-ms-correlation-request-id": "dcdd0874-4258-4e7d-8765-e52335eac141", - "x-ms-ratelimit-remaining-subscription-writes": "1130", - "x-ms-request-id": "37fcd1a8-4a62-4e59-b624-d632176094e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030110Z:dcdd0874-4258-4e7d-8765-e52335eac141" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998", - "name": "container4998", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-4640a86d46421d46be312e120ce127c4-2604e570339d0341-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "540f10d01559650c65a04a36e1118653", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:10 GMT", - "ETag": "\u00228d8585a6f30ece7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "540f10d01559650c65a04a36e1118653", - "x-ms-correlation-request-id": "2c72a585-5aef-4829-99b4-2c64fac72e03", - "x-ms-ratelimit-remaining-subscription-writes": "1129", - "x-ms-request-id": "c07a4961-2c19-4f76-af6e-2deb2c2c7cf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030111Z:2c72a585-5aef-4829-99b4-2c64fac72e03" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a6f30ece7\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d8585a6f30ece7\u0022", - "traceparent": "00-2b68bb3b02492f4aa7a820c907016bdb-82c0ec520169774e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7b5e1aa4f971205884f73259cefc7d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:12 GMT", - "ETag": "\u00228d8585a704f0898\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7b5e1aa4f971205884f73259cefc7d9", - "x-ms-correlation-request-id": "41e8dd11-8e89-4bac-9d21-df9507214a73", - "x-ms-ratelimit-remaining-subscription-deletes": "14976", - "x-ms-request-id": "443e77c7-195b-4f6e-bfde-5326c175935a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030112Z:41e8dd11-8e89-4bac-9d21-df9507214a73" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res379/providers/Microsoft.Storage/storageAccounts/sto3399/blobServices/default/containers/container4998/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a704f0898\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 0, - "state": "Deleted" - } - } - } - ], - "Variables": { - "RandomSeed": "1549419621", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json deleted file mode 100644 index b451ba2a2195e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json +++ /dev/null @@ -1,797 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1123?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-89c2e23eca0ce14794794e2b92ee9b46-4f93c8141b3de144-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "37734df1af96d86e5977efce29327fb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9549c888-71e7-49f0-af2c-48ce08352c48", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "9549c888-71e7-49f0-af2c-48ce08352c48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025413Z:9549c888-71e7-49f0-af2c-48ce08352c48" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123", - "name": "res1123", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-785efadf6f1d6d4e8a63c3ca3285f257-3f9eace776d3a347-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "13ab5f1c93a82e36427ba446e62d7195", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13ab5f1c93a82e36427ba446e62d7195", - "x-ms-correlation-request-id": "155dede8-55ce-4c0e-b7fd-84c146f2718c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "073baac9-c720-4880-a032-5c62fd3227e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025417Z:155dede8-55ce-4c0e-b7fd-84c146f2718c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "721cb05107f4b9483c085433ca927249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "721cb05107f4b9483c085433ca927249", - "x-ms-correlation-request-id": "155bdff1-2240-4c06-b8ec-404847e064dd", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "c4fd1b91-dfc1-4e49-9e1d-09dc9655b6ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025418Z:155bdff1-2240-4c06-b8ec-404847e064dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "15e4387df9b0e6aa1a2f7f262d3653bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15e4387df9b0e6aa1a2f7f262d3653bb", - "x-ms-correlation-request-id": "51783fa4-b37e-43d6-b594-0f8ae0144f5c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9e32efcd-082b-4e6f-8eea-def3f134ce13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025419Z:51783fa4-b37e-43d6-b594-0f8ae0144f5c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36f57a61fe113da1d415835ae111b202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36f57a61fe113da1d415835ae111b202", - "x-ms-correlation-request-id": "9f4d978d-c1a7-4292-8b9d-3763a9ab87bc", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "79959b56-74ed-4d1a-b9ea-2e7864bac0c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025420Z:9f4d978d-c1a7-4292-8b9d-3763a9ab87bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2811c0f04a15779063558c588228c05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2811c0f04a15779063558c588228c05", - "x-ms-correlation-request-id": "938acfcb-e705-4260-9641-d450b54407da", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "72626cf5-0cb5-4d66-b053-5864df57b026", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025422Z:938acfcb-e705-4260-9641-d450b54407da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4fd298b53c9d7f3897a7419a76500509", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fd298b53c9d7f3897a7419a76500509", - "x-ms-correlation-request-id": "2bb73719-5527-479f-94e8-3744f9d8c450", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "71101121-5cdf-40f8-8747-2664b525bfcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025423Z:2bb73719-5527-479f-94e8-3744f9d8c450" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11167c7db0b55c19019d2fdca6dcb4b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11167c7db0b55c19019d2fdca6dcb4b1", - "x-ms-correlation-request-id": "af5ef2f5-f7ee-454a-8e8f-8f9ba2760bc1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4856c7f9-0d72-4aca-af18-7876ee33830c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025424Z:af5ef2f5-f7ee-454a-8e8f-8f9ba2760bc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "48a47d89623ed264e3020bfac2dee1b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48a47d89623ed264e3020bfac2dee1b6", - "x-ms-correlation-request-id": "03066e17-c781-4782-99b6-48860155ea89", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "d8e7c8ff-a19b-4132-a439-8a9469602975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025426Z:03066e17-c781-4782-99b6-48860155ea89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b484f2f7a0c04507e764dff0d5cd9bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b484f2f7a0c04507e764dff0d5cd9bb", - "x-ms-correlation-request-id": "d4f6df64-5039-4e0f-a93b-edfd21b6b9eb", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "59cb92b2-e8cc-49df-a883-5de3f3f586c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025427Z:d4f6df64-5039-4e0f-a93b-edfd21b6b9eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f81190f2bcab1aca18432db2a51f9922", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f81190f2bcab1aca18432db2a51f9922", - "x-ms-correlation-request-id": "d8254e82-4ac3-401b-ac19-5991be5a45b2", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "384ce740-91cc-4aea-8c21-703e1c8d12bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025428Z:d8254e82-4ac3-401b-ac19-5991be5a45b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "56ac79bca8940ea52c9fcac71565c587", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56ac79bca8940ea52c9fcac71565c587", - "x-ms-correlation-request-id": "e69de209-1c95-428a-9897-a8ebdbf0fc6c", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "f6232e31-e8dd-4d53-ab4f-e63b03d77fd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025430Z:e69de209-1c95-428a-9897-a8ebdbf0fc6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "32074f28e8cd730a842df3c84c9d5f5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32074f28e8cd730a842df3c84c9d5f5e", - "x-ms-correlation-request-id": "fc1ebe8f-a0d9-4565-b136-7127c5f135f5", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "097fabfd-1b6a-4409-8d89-81e67714e6af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025431Z:fc1ebe8f-a0d9-4565-b136-7127c5f135f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "94432bdc82b04a26ea02cc0cf10205b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94432bdc82b04a26ea02cc0cf10205b2", - "x-ms-correlation-request-id": "1c4ced00-9a8d-43a3-bb14-e7ab2bdf48c9", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "d9f44ccc-44d5-46c2-a50f-d7e68d26c57c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025432Z:1c4ced00-9a8d-43a3-bb14-e7ab2bdf48c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/073baac9-c720-4880-a032-5c62fd3227e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "558aa67e6617d3546e39d266b4dcc28e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "558aa67e6617d3546e39d266b4dcc28e", - "x-ms-correlation-request-id": "d6d93efc-b79a-4bc2-9cc3-685bfff64c68", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e4d5f366-5180-479d-b455-96498334dbd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025434Z:d6d93efc-b79a-4bc2-9cc3-685bfff64c68" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536", - "name": "sto536", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:54:17.5179890Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:54:17.5179890Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:54:17.4555086Z", - "primaryEndpoints": { - "blob": "https://sto536.blob.core.windows.net/", - "queue": "https://sto536.queue.core.windows.net/", - "table": "https://sto536.table.core.windows.net/", - "file": "https://sto536.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-5beb4c1342b8e740b4f7d080f561e23c-d5c16c3858223b4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22e9eb6bd73129a6bd48ca1cfe818128", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:34 GMT", - "ETag": "\u00220x8D8585982EC0AAA\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22e9eb6bd73129a6bd48ca1cfe818128", - "x-ms-correlation-request-id": "c635a567-dd9a-47a9-ab8c-d6ce572222a8", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "517716bb-147a-4dac-a7d1-1f8e8419c6c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025435Z:c635a567-dd9a-47a9-ab8c-d6ce572222a8" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372", - "name": "container2372", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b155f747aec2c545aced0314868cce1a-f73ddb6ebccfdf44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "13a54a414709d6766f2576afc0950d40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "664", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:35 GMT", - "ETag": "\u00220x8D8585982EC0AAA\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13a54a414709d6766f2576afc0950d40", - "x-ms-correlation-request-id": "2befb990-e03f-4508-baf5-ab59097e0c4a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "b5e7a2e7-6181-49df-b33e-45b528f961c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025435Z:2befb990-e03f-4508-baf5-ab59097e0c4a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372", - "name": "container2372", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585982EC0AAA\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:54:34.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ad13f886f5f92643a2c2905c6e38c314-83ecc7c718372d4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1786cc3d901bcf4ce32c5a1e8ab770b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1786cc3d901bcf4ce32c5a1e8ab770b8", - "x-ms-correlation-request-id": "43c09e00-468b-44cc-9bee-1054cab138d1", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "6b92b79a-8aa4-4e26-90ea-bb34bbf975e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025436Z:43c09e00-468b-44cc-9bee-1054cab138d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "91733d507a1c24367412b20b60f66827", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91733d507a1c24367412b20b60f66827", - "x-ms-correlation-request-id": "cfd0fe5a-167e-48f2-b80f-84d243525b47", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "2a87323c-fa85-42e6-a506-d6f2ab24ccfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025436Z:cfd0fe5a-167e-48f2-b80f-84d243525b47" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1123/providers/Microsoft.Storage/storageAccounts/sto536/blobServices/default/containers/container2372?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-325fadc35998194ab2c017fd5b62beb2-82bc2cbcafb9e149-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "32df8a3a6afab10cfdd630ddec574cb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32df8a3a6afab10cfdd630ddec574cb8", - "x-ms-correlation-request-id": "1d05b101-0b88-4bff-86a4-7e14153ea7c3", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "a2b858ec-c45e-43d4-bcad-f7c9fe103dfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025436Z:1d05b101-0b88-4bff-86a4-7e14153ea7c3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2054729869", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json deleted file mode 100644 index 1154ec1a1bbfe..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json +++ /dev/null @@ -1,797 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6596?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cfa6680e3c538a4b92ae579eb715d194-be4e8232d0e91946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04bf06734409a86a476a2bde9ecf46e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0338370d-4f60-4546-aaa9-c0d08ce6372a", - "x-ms-ratelimit-remaining-subscription-writes": "1128", - "x-ms-request-id": "0338370d-4f60-4546-aaa9-c0d08ce6372a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030115Z:0338370d-4f60-4546-aaa9-c0d08ce6372a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596", - "name": "res6596", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-7efc32e8102026468bcbb60e36725662-4b9b5ef46555574f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4fe87393d0ff8e8debf3dea5719145e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fe87393d0ff8e8debf3dea5719145e3", - "x-ms-correlation-request-id": "d5c12ab3-9890-4778-b272-e4bc45167381", - "x-ms-ratelimit-remaining-subscription-writes": "1127", - "x-ms-request-id": "44712bf8-50a2-45d6-a9cc-073eb71379a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030118Z:d5c12ab3-9890-4778-b272-e4bc45167381" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "839f55ba701a367432761e518b02d6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "839f55ba701a367432761e518b02d6d9", - "x-ms-correlation-request-id": "24eefbda-d684-40e7-8c89-b747f496b738", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "c5bd706e-c74a-444f-be0d-60d5e95ef902", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030118Z:24eefbda-d684-40e7-8c89-b747f496b738" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb58fae6afa5f7f2c886440c482de92b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb58fae6afa5f7f2c886440c482de92b", - "x-ms-correlation-request-id": "62cb9033-9579-45c7-aaa5-0750f67560eb", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "e50ff6fe-5a63-485b-8f20-cda5266ac61a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030119Z:62cb9033-9579-45c7-aaa5-0750f67560eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bebfbf7c1f2d5c99f6a00187e59d608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bebfbf7c1f2d5c99f6a00187e59d608", - "x-ms-correlation-request-id": "7db95e7e-c30b-41c2-9750-6e91371c3888", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "cea0a3fa-bba3-4f60-922a-0fbc9b6c2076", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030121Z:7db95e7e-c30b-41c2-9750-6e91371c3888" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a97aae1b3f670a3e63a8bb942b67ee05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a97aae1b3f670a3e63a8bb942b67ee05", - "x-ms-correlation-request-id": "8bfe841b-7b96-42e5-a100-dca5c649a774", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "56ebaf7a-372b-4a19-ac1a-340ba7a07776", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030122Z:8bfe841b-7b96-42e5-a100-dca5c649a774" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9059f28cbb1624e731821b3aafd9786f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9059f28cbb1624e731821b3aafd9786f", - "x-ms-correlation-request-id": "fded62e1-e323-474e-b0e7-775806890255", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "696c3fe3-84a1-413e-8ee0-a79da058d1c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030124Z:fded62e1-e323-474e-b0e7-775806890255" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "99f13caf40b2b7c4bde0b74a0634aa38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99f13caf40b2b7c4bde0b74a0634aa38", - "x-ms-correlation-request-id": "271f4c0e-8143-44fe-b2d6-c856551601a6", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "f121a858-9aaa-4130-94b3-a4a5d6dcf860", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030125Z:271f4c0e-8143-44fe-b2d6-c856551601a6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b8bfa7c46ff60f1c75578e424035b89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b8bfa7c46ff60f1c75578e424035b89", - "x-ms-correlation-request-id": "410ace66-e4b7-4e22-ab8b-4f9beadd1c4f", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "273078b6-46b7-42cd-80a4-1eec03c16832", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030126Z:410ace66-e4b7-4e22-ab8b-4f9beadd1c4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eee54b2f54764c522ea1d235039c1efc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eee54b2f54764c522ea1d235039c1efc", - "x-ms-correlation-request-id": "3d605b81-0a2c-4871-9c70-5b36719812ae", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "0c24f913-4424-4d18-bdd0-33fff90440c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030128Z:3d605b81-0a2c-4871-9c70-5b36719812ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4bee2d8ed4e696f4b90d25dc8df93ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4bee2d8ed4e696f4b90d25dc8df93ba", - "x-ms-correlation-request-id": "b6af393a-dc8b-4b38-a321-ea750d8ff083", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "60443d00-784a-4b19-ba1a-1acfaf77b48e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030129Z:b6af393a-dc8b-4b38-a321-ea750d8ff083" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba1b2d84bb4f28c2a83f5d5d73bb5d2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba1b2d84bb4f28c2a83f5d5d73bb5d2a", - "x-ms-correlation-request-id": "b0d28fe2-0dec-4fa1-9d9e-75f488884723", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "c53c2c2e-945d-4f15-b8b4-9960e0f78f83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030130Z:b0d28fe2-0dec-4fa1-9d9e-75f488884723" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "410b7b36a745423bdc7ca3e582f4844f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "410b7b36a745423bdc7ca3e582f4844f", - "x-ms-correlation-request-id": "8c734446-990f-44e3-b7d9-913c1b922d02", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "27df10d1-490c-4760-9554-775ffb6466ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030132Z:8c734446-990f-44e3-b7d9-913c1b922d02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5b0180e64811dad20960b0e8f11f58f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5b0180e64811dad20960b0e8f11f58f", - "x-ms-correlation-request-id": "06e86a86-af78-4e59-bdc1-160d749fabba", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "f823da91-81b8-4e7f-b681-bb6c3ecf7839", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030133Z:06e86a86-af78-4e59-bdc1-160d749fabba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/44712bf8-50a2-45d6-a9cc-073eb71379a4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c26a73251d3dd74f2d8ddd317dca6b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c26a73251d3dd74f2d8ddd317dca6b3", - "x-ms-correlation-request-id": "21539650-259d-4710-989f-06590fb115b5", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "7be33971-f17f-4ae7-a1b3-1d5b8ced969d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030134Z:21539650-259d-4710-989f-06590fb115b5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257", - "name": "sto6257", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:01:17.8706125Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:01:17.8706125Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:01:17.7924848Z", - "primaryEndpoints": { - "blob": "https://sto6257.blob.core.windows.net/", - "queue": "https://sto6257.queue.core.windows.net/", - "table": "https://sto6257.table.core.windows.net/", - "file": "https://sto6257.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-a37387ef0d7b114098e6a160aad98c47-f8202f5224b05a4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a5a4f0da987cdd2ee21af9c2db2ca86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:35 GMT", - "ETag": "\u00220x8D8585A7DAC4C9E\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a5a4f0da987cdd2ee21af9c2db2ca86", - "x-ms-correlation-request-id": "1f9ac80c-54aa-4043-a581-e771651ab990", - "x-ms-ratelimit-remaining-subscription-writes": "1126", - "x-ms-request-id": "f7194802-48b5-45a1-a6d3-fae87e259e66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030135Z:1f9ac80c-54aa-4043-a581-e771651ab990" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000", - "name": "container4000", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a247495309a076439b85f4014311943f-d6a332b79f303348-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cedab3147b37a4bcd3e3a886da0643f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "665", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:35 GMT", - "ETag": "\u00220x8D8585A7DAC4C9E\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cedab3147b37a4bcd3e3a886da0643f0", - "x-ms-correlation-request-id": "7adf4faa-5655-49df-859d-5649e845e5b6", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "d9a32a77-dafc-470d-86f2-0133a5791b5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030135Z:7adf4faa-5655-49df-859d-5649e845e5b6" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000", - "name": "container4000", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585A7DAC4C9E\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:01:35.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d702e908c9ff8b49a79dd156109d7264-00e92b5aa8278746-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2825357849afeaa537fe430c540c426", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2825357849afeaa537fe430c540c426", - "x-ms-correlation-request-id": "9518c70c-76ad-4141-b60d-a157c2b81da8", - "x-ms-ratelimit-remaining-subscription-deletes": "14974", - "x-ms-request-id": "5f4c16fc-717e-45a4-a84b-aed412b1dbaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030136Z:9518c70c-76ad-4141-b60d-a157c2b81da8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29034c13e5cb918392b636a4004bf3e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29034c13e5cb918392b636a4004bf3e8", - "x-ms-correlation-request-id": "a9e44667-8b1a-4e68-92eb-fb16b2efc0be", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "c5b28c58-bb35-4aa4-af1f-30ad5abc72ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030136Z:a9e44667-8b1a-4e68-92eb-fb16b2efc0be" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6596/providers/Microsoft.Storage/storageAccounts/sto6257/blobServices/default/containers/container4000?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-0a8e18eb78d1c04fa83edb64b6f26c77-10f7f19ed1b62c43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "da44bfdd07308feb08dc7ab8978cde93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da44bfdd07308feb08dc7ab8978cde93", - "x-ms-correlation-request-id": "36d5cad4-978e-4f12-9824-dc69e50c63ab", - "x-ms-ratelimit-remaining-subscription-deletes": "14973", - "x-ms-request-id": "e3cabea2-9da6-4b67-92b9-cc7d7ae0aa30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030136Z:36d5cad4-978e-4f12-9824-dc69e50c63ab" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "514230964", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTest.json deleted file mode 100644 index 6749ebf7e7c14..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTest.json +++ /dev/null @@ -1,802 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7646?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2f0a581384e70545b5812b88b471b893-5ec9c456b46c034a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "da83cdeed23880ec3d8b02dd5b60b2f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a8b8cbda-e094-41f0-8c69-8415711f4fad", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "a8b8cbda-e094-41f0-8c69-8415711f4fad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025439Z:a8b8cbda-e094-41f0-8c69-8415711f4fad" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646", - "name": "res7646", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-57b788618e4ff54aaea81b99c3a0629a-f5ad3d3ed35ed24c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "da2606d5877c8afa69d6848a21f3df17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da2606d5877c8afa69d6848a21f3df17", - "x-ms-correlation-request-id": "65871149-bdb7-43a7-9550-1796017e5406", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "c1695ae7-a51a-4675-a2de-1b2f462e99d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025442Z:65871149-bdb7-43a7-9550-1796017e5406" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8be32837ccd446718850cefc68f51b97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8be32837ccd446718850cefc68f51b97", - "x-ms-correlation-request-id": "6aedc173-0403-440d-9f03-bd304139641f", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "2f506973-7638-4d75-96f2-f90375c2e997", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025442Z:6aedc173-0403-440d-9f03-bd304139641f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b36c5233809982b2d671a35a2620f8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b36c5233809982b2d671a35a2620f8e", - "x-ms-correlation-request-id": "3271d279-7bad-4215-9ad0-e5ec84cf1544", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "92775439-5d63-4872-a6bf-69e851fc22cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025444Z:3271d279-7bad-4215-9ad0-e5ec84cf1544" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8529ad1540f58429362369d6edd56c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8529ad1540f58429362369d6edd56c9", - "x-ms-correlation-request-id": "b805708d-703f-4aed-bd86-a69c88fdb3fb", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "994f921e-6b0f-41ec-91ef-fa1bfdc213b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025445Z:b805708d-703f-4aed-bd86-a69c88fdb3fb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4744d2aa8a3ffe1fc4a5d6cb13ba426", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4744d2aa8a3ffe1fc4a5d6cb13ba426", - "x-ms-correlation-request-id": "0264dcc9-233b-4511-b71f-b102521e88eb", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "75d9176d-8538-4f03-8848-cdeb3f72a06e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025446Z:0264dcc9-233b-4511-b71f-b102521e88eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd2a3f4022a3ce8783dec8a6018e2a50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd2a3f4022a3ce8783dec8a6018e2a50", - "x-ms-correlation-request-id": "530a66ed-64f2-4fe0-8e49-4bf80dbd7774", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "17b5d645-5bd7-4d85-b8bf-6911fc1c6501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025447Z:530a66ed-64f2-4fe0-8e49-4bf80dbd7774" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "540b50115aed28eab853fcc4f6d5a657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "540b50115aed28eab853fcc4f6d5a657", - "x-ms-correlation-request-id": "4d9fd822-0c93-42a1-95ee-f73934534127", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "90e8c466-00d9-4f05-a074-16671d9fdafd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025449Z:4d9fd822-0c93-42a1-95ee-f73934534127" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2e5d10be88b20826c5a631c5e03bfd6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e5d10be88b20826c5a631c5e03bfd6e", - "x-ms-correlation-request-id": "1e1731c6-a288-4c17-9f73-e58ceac1674e", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "9803038b-0d2a-40c0-89df-3ca67f6f4dc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025450Z:1e1731c6-a288-4c17-9f73-e58ceac1674e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "615b0d204f30e5395401154f26c2d7ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "615b0d204f30e5395401154f26c2d7ad", - "x-ms-correlation-request-id": "04b56a7f-bbee-4dbd-8697-fbca6daf4adc", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "bec564b3-f038-4729-a58e-12ddd7255e2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025451Z:04b56a7f-bbee-4dbd-8697-fbca6daf4adc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1e77138fc30889d2a028e462925487c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1e77138fc30889d2a028e462925487c", - "x-ms-correlation-request-id": "48d69d13-f59d-483b-8e1e-e92f307f9266", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "dde9ee3d-21d7-46a0-9a16-cb86dc38b040", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025453Z:48d69d13-f59d-483b-8e1e-e92f307f9266" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9a48d56457a6e26d678d9b173d7e202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9a48d56457a6e26d678d9b173d7e202", - "x-ms-correlation-request-id": "620b7d75-8b6d-44da-8fc2-17f597ba5463", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "549894ee-ec39-4b77-968e-4a124ed0c13d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025454Z:620b7d75-8b6d-44da-8fc2-17f597ba5463" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e8c84ce0b53233d70d3362ec1f2bc2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e8c84ce0b53233d70d3362ec1f2bc2f", - "x-ms-correlation-request-id": "d8279215-79f0-4a81-991e-297a3b4cbddf", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "16f191b5-49d5-4e6b-b5e6-24b1c67f8553", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025455Z:d8279215-79f0-4a81-991e-297a3b4cbddf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "98f898b8ee1df3334a791ab823ec1552", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:54:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98f898b8ee1df3334a791ab823ec1552", - "x-ms-correlation-request-id": "81938976-9246-45da-9a21-d4868ec6f9f6", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "c2c1b72e-c32e-4a41-b1c5-03732389e0da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025457Z:81938976-9246-45da-9a21-d4868ec6f9f6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c1695ae7-a51a-4675-a2de-1b2f462e99d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4788b20d9984a28508179a70ef8ade4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4788b20d9984a28508179a70ef8ade4", - "x-ms-correlation-request-id": "cbcf7a83-ce18-4132-b95a-d5958d41e30f", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "57038a07-18f7-45d3-a7e9-fe4afa3c6ffa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025458Z:cbcf7a83-ce18-4132-b95a-d5958d41e30f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048", - "name": "sto5048", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:54:41.9406886Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:54:41.9406886Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:54:41.8782099Z", - "primaryEndpoints": { - "blob": "https://sto5048.blob.core.windows.net/", - "queue": "https://sto5048.queue.core.windows.net/", - "table": "https://sto5048.table.core.windows.net/", - "file": "https://sto5048.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/encryptionScopes/testscope1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-9908d505ab3f204cad121a4df6290349-6ac1e42c87a9de4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "daf8a9bc49dee0e4519924daf085ff83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "426", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf8a9bc49dee0e4519924daf085ff83", - "x-ms-correlation-request-id": "567392d5-542c-4927-8097-49d13b8b6fc7", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "739ee9aa-2149-45d4-925a-8c540e047a86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025459Z:567392d5-542c-4927-8097-49d13b8b6fc7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/encryptionScopes/testscope1", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope1", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T02:54:58.9635871Z", - "lastModifiedTime": "2020-09-14T02:54:58.9635871Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/encryptionScopes/testscope2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-d2b6e1597db30045bde83f6a64a8b0ce-0e9ac88ed9d7b642-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "350ee4bd177adf966fae489c748be552", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "426", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "350ee4bd177adf966fae489c748be552", - "x-ms-correlation-request-id": "de5396d1-cd8e-4b0c-9868-be85d68e1274", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "ae2d554a-cbb6-4c74-af90-db9eb5e53a63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025459Z:de5396d1-cd8e-4b0c-9868-be85d68e1274" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/encryptionScopes/testscope2", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope2", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T02:54:59.5389748Z", - "lastModifiedTime": "2020-09-14T02:54:59.5389748Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/blobServices/default/containers/container8735?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "90", - "Content-Type": "application/json", - "traceparent": "00-26a6c55fb7b87e42b52e1147bba6be02-76032409e8fe2b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f479fb36743ba7d69752ffb54e5acb81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "defaultEncryptionScope": "testscope1", - "denyEncryptionScopeOverride": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:54:59 GMT", - "ETag": "\u00220x8D85859923B7180\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f479fb36743ba7d69752ffb54e5acb81", - "x-ms-correlation-request-id": "d8d9cf8d-7871-4b20-8db4-c0466be50273", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "ce45a59a-a9e0-4cf3-b00a-a20ef36b1de6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025500Z:d8d9cf8d-7871-4b20-8db4-c0466be50273" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/blobServices/default/containers/container8735", - "name": "container8735", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "testscope1", - "denyEncryptionScopeOverride": false, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/blobServices/default/containers/container8735?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-958f571c93451c4bba397b54ea2b3ef3-da6f7637500c1546-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea2ae9f56a7813a4186a3001486bc5b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "defaultEncryptionScope": "testscope2", - "denyEncryptionScopeOverride": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "453", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea2ae9f56a7813a4186a3001486bc5b4", - "x-ms-correlation-request-id": "61300955-6706-4472-8b58-c5835b2f88ea", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "08050029-63c0-447a-ac51-f14377cf9ac2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025500Z:61300955-6706-4472-8b58-c5835b2f88ea" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7646/providers/Microsoft.Storage/storageAccounts/sto5048/blobServices/default/containers/container8735", - "name": "container8735", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "testscope2", - "denyEncryptionScopeOverride": true, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "710087578", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTestAsync.json deleted file mode 100644 index e989039cfa712..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersEncryptionScopeTestAsync.json +++ /dev/null @@ -1,802 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6494?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9cbb11dec53bde408760da5527a027f5-55ebc3ae7142ae48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b809c9c98bc33cedf400f0ea0828641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89ba9681-eea4-4c96-9f4b-98d616b3a107", - "x-ms-ratelimit-remaining-subscription-writes": "1125", - "x-ms-request-id": "89ba9681-eea4-4c96-9f4b-98d616b3a107", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030139Z:89ba9681-eea4-4c96-9f4b-98d616b3a107" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494", - "name": "res6494", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-cb35e3fa3af43040b69e3467aa24878c-ca7103c6ca44714a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e69e1bba645986313ce1f6472e411d84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e69e1bba645986313ce1f6472e411d84", - "x-ms-correlation-request-id": "8a9ce5d2-4a3d-4561-a9c7-25f02c539a88", - "x-ms-ratelimit-remaining-subscription-writes": "1124", - "x-ms-request-id": "6898203c-fd82-4e03-9530-bf76350e289f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030142Z:8a9ce5d2-4a3d-4561-a9c7-25f02c539a88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5ffd9ef1234b37424e957fb7d8ecb1ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ffd9ef1234b37424e957fb7d8ecb1ff", - "x-ms-correlation-request-id": "5c1b2f3f-f364-4628-885f-579205f79c76", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "2823847b-3d6a-4d84-acb4-1df6acb86fe1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030142Z:5c1b2f3f-f364-4628-885f-579205f79c76" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a07089f10825bb3be8085e32ca52aea1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a07089f10825bb3be8085e32ca52aea1", - "x-ms-correlation-request-id": "cea425ca-7701-4658-9413-82cdc9e4dd57", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "37f23763-dd28-4b8d-97ee-741a8887ebac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030143Z:cea425ca-7701-4658-9413-82cdc9e4dd57" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f55cf15be440c399f28ea747f7bbe9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f55cf15be440c399f28ea747f7bbe9b", - "x-ms-correlation-request-id": "ce73940b-2783-4f8a-8cf9-0c97f85116af", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "0669606e-fed1-43c9-9ab7-d18974f1bc7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030145Z:ce73940b-2783-4f8a-8cf9-0c97f85116af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ded9b752b2ae90163417742c50f6dfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ded9b752b2ae90163417742c50f6dfc", - "x-ms-correlation-request-id": "88a5435a-f86b-474e-aae2-ae523ef16e0d", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "1b6d3cd4-6ea1-43be-aa7e-aabd8ba57968", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030146Z:88a5435a-f86b-474e-aae2-ae523ef16e0d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "08a1dde6219633ba4f6401fc1ec73c6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08a1dde6219633ba4f6401fc1ec73c6d", - "x-ms-correlation-request-id": "d2488c58-be55-4960-a9c7-f560d23beff7", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "e6855dff-55b5-42be-8932-3384c733904c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030147Z:d2488c58-be55-4960-a9c7-f560d23beff7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2ebdc2496065e977ce6b2b0246f6468f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ebdc2496065e977ce6b2b0246f6468f", - "x-ms-correlation-request-id": "3a31ff92-62a3-4bdd-a801-b278fe7b37d5", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "f04e9ce8-6c59-4df5-8eea-9da2b4235f89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030149Z:3a31ff92-62a3-4bdd-a801-b278fe7b37d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a18dedbbb5d95305e0b9fec52904cb9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a18dedbbb5d95305e0b9fec52904cb9c", - "x-ms-correlation-request-id": "d2bcb4ca-6fe3-49c4-9e84-9ff77beeba09", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "65130d63-f054-4e10-907c-5a2fb8239d21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030150Z:d2bcb4ca-6fe3-49c4-9e84-9ff77beeba09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "02f909053e52859766b73a2bf6b8ec59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02f909053e52859766b73a2bf6b8ec59", - "x-ms-correlation-request-id": "28203e4e-cadf-46fd-862d-3645cd3f1f05", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "de67ff61-b982-44a8-9508-22c3bbfecc67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030151Z:28203e4e-cadf-46fd-862d-3645cd3f1f05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3041721d9a399493bd694eab62b1c0c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3041721d9a399493bd694eab62b1c0c9", - "x-ms-correlation-request-id": "e89c710f-1a02-463d-9273-8b99c9a690ef", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "d6782dd4-ec3a-4e97-9533-b3162880629c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030153Z:e89c710f-1a02-463d-9273-8b99c9a690ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3cfd8ea044fd7c3d56083b217ada5c27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cfd8ea044fd7c3d56083b217ada5c27", - "x-ms-correlation-request-id": "326ac748-7cfe-4b39-ba36-0d785be97697", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "81a253d1-9630-48ec-a8c9-ad97d747865b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030154Z:326ac748-7cfe-4b39-ba36-0d785be97697" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7a8a4cc9ac26a63766445e8f0eb22b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7a8a4cc9ac26a63766445e8f0eb22b4", - "x-ms-correlation-request-id": "e9f8e6ed-489c-469a-bd55-732a358beefe", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "d5eb8e86-208c-4792-abe5-e567c190c5dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030155Z:e9f8e6ed-489c-469a-bd55-732a358beefe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "678a70f7afbbd95b35c4da315f7119e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:01:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "678a70f7afbbd95b35c4da315f7119e3", - "x-ms-correlation-request-id": "598a45f1-86fc-455b-9901-dbcf032a58dc", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "576a7805-1fa2-492b-bed3-bf277a44fbfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030157Z:598a45f1-86fc-455b-9901-dbcf032a58dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6898203c-fd82-4e03-9530-bf76350e289f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bede260c090905072b92c698fe548c6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bede260c090905072b92c698fe548c6a", - "x-ms-correlation-request-id": "c95116a4-7d02-4dfd-b9f7-759dd84d2382", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "ac889ddd-67a9-49a8-8753-2fc3f579407a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030158Z:c95116a4-7d02-4dfd-b9f7-759dd84d2382" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107", - "name": "sto4107", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:01:41.7949032Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:01:41.7949032Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:01:41.7168041Z", - "primaryEndpoints": { - "blob": "https://sto4107.blob.core.windows.net/", - "queue": "https://sto4107.queue.core.windows.net/", - "table": "https://sto4107.table.core.windows.net/", - "file": "https://sto4107.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/encryptionScopes/testscope1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-62b11884f410814aa9864a0a43dcd966-6879783d2f1c5c41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a2a87e5f54f1c6c48ce81fec0310a05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "426", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a2a87e5f54f1c6c48ce81fec0310a05", - "x-ms-correlation-request-id": "e254679f-2383-430b-9630-32c552bf8b6e", - "x-ms-ratelimit-remaining-subscription-writes": "1123", - "x-ms-request-id": "c6a28349-1484-402a-a027-19f6cc3ea9f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030159Z:e254679f-2383-430b-9630-32c552bf8b6e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/encryptionScopes/testscope1", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope1", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T03:01:58.9634660Z", - "lastModifiedTime": "2020-09-14T03:01:58.9634660Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/encryptionScopes/testscope2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-715b88cdf705c543b1c62506920e0a02-4acf19c6d3eb8045-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cadb624b640deeaa69843c28e9c3dbe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "426", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cadb624b640deeaa69843c28e9c3dbe0", - "x-ms-correlation-request-id": "cd8f920a-f453-4436-9e24-2c154db2ca8c", - "x-ms-ratelimit-remaining-subscription-writes": "1122", - "x-ms-request-id": "d5f13889-7d54-4418-bda7-f49bed5ef568", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030159Z:cd8f920a-f453-4436-9e24-2c154db2ca8c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/encryptionScopes/testscope2", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope2", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T03:01:59.5468625Z", - "lastModifiedTime": "2020-09-14T03:01:59.5468625Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/blobServices/default/containers/container1072?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "90", - "Content-Type": "application/json", - "traceparent": "00-2c25fae59f900b44bcbd3fe605e3b705-56f9b15eaad1094a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "46d84c6f930fb917c1753b870845f987", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "defaultEncryptionScope": "testscope1", - "denyEncryptionScopeOverride": false - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:01:59 GMT", - "ETag": "\u00220x8D8585A8C9DB87F\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46d84c6f930fb917c1753b870845f987", - "x-ms-correlation-request-id": "18d26d1c-33c8-4abb-9e64-4712bb0f2cfd", - "x-ms-ratelimit-remaining-subscription-writes": "1121", - "x-ms-request-id": "0b810853-0603-473a-9106-fc5a04bebebe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030200Z:18d26d1c-33c8-4abb-9e64-4712bb0f2cfd" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/blobServices/default/containers/container1072", - "name": "container1072", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "testscope1", - "denyEncryptionScopeOverride": false, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/blobServices/default/containers/container1072?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-c7ceabab0229ab4eb91a3d4cd7e0eb7f-f7fc433f34fb814c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "799b4dc15dc2dd803ca0cab8433385f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "defaultEncryptionScope": "testscope2", - "denyEncryptionScopeOverride": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "453", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "799b4dc15dc2dd803ca0cab8433385f3", - "x-ms-correlation-request-id": "b3e52c1b-7929-4ad1-b442-6819a222873d", - "x-ms-ratelimit-remaining-subscription-writes": "1120", - "x-ms-request-id": "ee024227-ed48-4412-b855-665b913fcd85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030201Z:b3e52c1b-7929-4ad1-b442-6819a222873d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6494/providers/Microsoft.Storage/storageAccounts/sto4107/blobServices/default/containers/container1072", - "name": "container1072", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "testscope2", - "denyEncryptionScopeOverride": true, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "343808669", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json deleted file mode 100644 index ff73a585d359f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json +++ /dev/null @@ -1,822 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3613?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7436322e3628a94899f0e85165a4c23f-1fe181bd5cf60d44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "34e9c55bb4b1f27d3aa2ee86b8425756", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "750afd3b-6f67-43ac-a36b-4840b550edd1", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "750afd3b-6f67-43ac-a36b-4840b550edd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025503Z:750afd3b-6f67-43ac-a36b-4840b550edd1" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613", - "name": "res3613", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-e5d99bd38e40ef46855503b81b56e8ea-fdce5d9d963bb94b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5fc8d1cad24d0291dae20446ec56f8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5fc8d1cad24d0291dae20446ec56f8f", - "x-ms-correlation-request-id": "822835cc-3363-426e-91b0-0fbc1f11a8c0", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "36ef2a90-c00f-4558-818c-41b267bc863e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025507Z:822835cc-3363-426e-91b0-0fbc1f11a8c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2dae511144b91836c06394055dadcbdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dae511144b91836c06394055dadcbdd", - "x-ms-correlation-request-id": "010213bd-a42e-4795-83f9-853594ac0bb7", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "850e3aaf-7074-4956-aa06-8a9255711ea7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025508Z:010213bd-a42e-4795-83f9-853594ac0bb7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b8ef67eaa3a04181c6d6c08e5b11e7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b8ef67eaa3a04181c6d6c08e5b11e7c", - "x-ms-correlation-request-id": "26e1f33f-9222-452d-9912-7b2d229a73c6", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "c6a0a1ed-1a2d-4499-a90a-9b1f70b76020", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025509Z:26e1f33f-9222-452d-9912-7b2d229a73c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c33db9c4116e5d6c004ebe0836a32ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c33db9c4116e5d6c004ebe0836a32ba", - "x-ms-correlation-request-id": "75552dca-de06-4f5b-beb6-0c35cfc8a7b5", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "4e39e442-bfa3-45ff-a647-c36bd0416ee4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025510Z:75552dca-de06-4f5b-beb6-0c35cfc8a7b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbf8ea50c711660938aa104cd72e320e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbf8ea50c711660938aa104cd72e320e", - "x-ms-correlation-request-id": "13cce670-0900-4b27-9f40-95695870bc2b", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "2464080d-7b8b-4e68-b1ca-af69e721a28e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025512Z:13cce670-0900-4b27-9f40-95695870bc2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81691744ae7a3dc71fa98a36bf3881b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81691744ae7a3dc71fa98a36bf3881b1", - "x-ms-correlation-request-id": "90bff778-20f1-4e54-9528-5fbd0263d7b9", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "388b8f79-fe12-461d-8452-1722c1c26d67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025513Z:90bff778-20f1-4e54-9528-5fbd0263d7b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fbb8b23b63b9d46bd1cde36c318a0d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbb8b23b63b9d46bd1cde36c318a0d92", - "x-ms-correlation-request-id": "1e0248a7-80d5-46fb-bdac-6f9882039201", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "599093a1-d6ae-4c14-8635-88cb3529e972", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025514Z:1e0248a7-80d5-46fb-bdac-6f9882039201" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b9cdcd2b001a14023bb9b673cd3a600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9cdcd2b001a14023bb9b673cd3a600", - "x-ms-correlation-request-id": "98902298-c519-44f2-bcd4-22b65bb4c402", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "9e486136-38bc-46b2-8ec6-fde759545d49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025516Z:98902298-c519-44f2-bcd4-22b65bb4c402" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "24105e283775e055ac94afadcb5a0b95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24105e283775e055ac94afadcb5a0b95", - "x-ms-correlation-request-id": "46b64c8a-95f0-4cc9-a051-cafc566d2ed0", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "77c88831-9024-4176-9495-8f1ec96b8e22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025517Z:46b64c8a-95f0-4cc9-a051-cafc566d2ed0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e364f89b169c8ab07217d8fdc70398fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e364f89b169c8ab07217d8fdc70398fe", - "x-ms-correlation-request-id": "fa1dc08b-6c62-47b6-987c-fed36cdad3d0", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "afa5a0b7-95f6-4218-af86-864db48fb621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025518Z:fa1dc08b-6c62-47b6-987c-fed36cdad3d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d344e326e9799a1c87bbbe6d0192d6c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d344e326e9799a1c87bbbe6d0192d6c8", - "x-ms-correlation-request-id": "729a96a1-02d5-42bf-b1bd-c17c36d08dc1", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "544994f6-502e-402e-910c-9b477a5d3f49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025520Z:729a96a1-02d5-42bf-b1bd-c17c36d08dc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "43cc05b0c36f1264ae86b25e5f5719a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43cc05b0c36f1264ae86b25e5f5719a9", - "x-ms-correlation-request-id": "f72d404d-dd10-49cc-87b0-cb2e5c5fd66d", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "27c874a6-2652-4424-8655-17d7a062710a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025521Z:f72d404d-dd10-49cc-87b0-cb2e5c5fd66d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e787b1fc3816b21cdcc95ce0574389df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e787b1fc3816b21cdcc95ce0574389df", - "x-ms-correlation-request-id": "e78dbf23-ad7e-415a-bd8a-e1bf25046e5e", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "3c330a24-000b-45e0-ba6d-9dc702d9ab61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025522Z:e78dbf23-ad7e-415a-bd8a-e1bf25046e5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/36ef2a90-c00f-4558-818c-41b267bc863e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c14d0f415437628e7e3125f236be3b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c14d0f415437628e7e3125f236be3b2f", - "x-ms-correlation-request-id": "b6f8f802-357c-44ec-a59d-1e2e0ac7ab1f", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "f6c58ac1-51a8-4bbc-8c6b-67d107b2fdc4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025524Z:b6f8f802-357c-44ec-a59d-1e2e0ac7ab1f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183", - "name": "sto4183", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:07.5060334Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:07.5060334Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:55:07.4122912Z", - "primaryEndpoints": { - "dfs": "https://sto4183.dfs.core.windows.net/", - "web": "https://sto4183.z20.web.core.windows.net/", - "blob": "https://sto4183.blob.core.windows.net/", - "queue": "https://sto4183.queue.core.windows.net/", - "table": "https://sto4183.table.core.windows.net/", - "file": "https://sto4183.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-f90ebf827420014cb43576dbc669a235-3d69f31d3916654c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b4f7015b2eee9771967a66783bb6afd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:23 GMT", - "ETag": "\u00220x8D85859A0B916C8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b4f7015b2eee9771967a66783bb6afd", - "x-ms-correlation-request-id": "23f55894-51e3-4ea4-a2cf-6c00c14cf9a3", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "6a2ab803-351b-4079-bccb-b4d76722a974", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025524Z:23f55894-51e3-4ea4-a2cf-6c00c14cf9a3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936", - "name": "container7936", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-100afef979ef1b4faeaa5bb793403403-eb42ed17e7f3304f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a4f1cd2725722a72468e413297c1d8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:25 GMT", - "ETag": "\u00228d85859a10cbb02\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a4f1cd2725722a72468e413297c1d8d", - "x-ms-correlation-request-id": "b8783210-f849-458f-b0e0-84ed3ce958d2", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "29276f5a-94b0-4aac-8c9c-14e01389e1e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025525Z:b8783210-f849-458f-b0e0-84ed3ce958d2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859a10cbb02\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d85859a10cbb02\u0022", - "traceparent": "00-c5df537e4f729e4594ee73d60ecc6567-b2078788d7c8ff44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2413f2dd4395d52d5d71dece8fafb76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:25 GMT", - "ETag": "\u00228d85859a1602e48\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2413f2dd4395d52d5d71dece8fafb76", - "x-ms-correlation-request-id": "fccf4de5-e8cf-40f3-bc93-1adc4db9154a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ca3c2a7f-9db5-40d3-9119-6a919494ef1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025525Z:fccf4de5-e8cf-40f3-bc93-1adc4db9154a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859a1602e48\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d85859a1602e48\u0022", - "traceparent": "00-afb7b956a28c7f46869db064cb789c58-4ccf726b9ea19f45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a163f5ba24eca349c92de685cd64c09d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:26 GMT", - "ETag": "\u00228d85859a1a55429\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a163f5ba24eca349c92de685cd64c09d", - "x-ms-correlation-request-id": "78e6a798-aff8-4973-adcb-9d1591ff4f9f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "070765de-808e-49f2-87a6-71a33a161262", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025526Z:78e6a798-aff8-4973-adcb-9d1591ff4f9f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859a1a55429\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3613/providers/Microsoft.Storage/storageAccounts/sto4183/blobServices/default/containers/container7936?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f7ea8da30eb2a44ca0c359134efbaf16-62ceb1a6079dec45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "443a184a9879fec3c9f2347f54ba3929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "443a184a9879fec3c9f2347f54ba3929", - "x-ms-correlation-request-id": "655634d6-dc5c-46d2-8b35-a8ed6efd941d", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "a2b6e418-ebec-4f84-9960-e9bcbec00815", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025526Z:655634d6-dc5c-46d2-8b35-a8ed6efd941d" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "194097242", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json deleted file mode 100644 index 2ec176003862f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,822 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1223?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-26c73a62275ee644bc63d832ed5a03c8-6860f78c8833364f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10eb7cef37a973e814d200a2d70166a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce2a1178-2526-4932-9750-0c47b8565088", - "x-ms-ratelimit-remaining-subscription-writes": "1119", - "x-ms-request-id": "ce2a1178-2526-4932-9750-0c47b8565088", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030203Z:ce2a1178-2526-4932-9750-0c47b8565088" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223", - "name": "res1223", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-33ae9196c2097840833a1bf09e1abeff-bdb19684dd54ff4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7903ca0e3703e576064606e4c59520d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7903ca0e3703e576064606e4c59520d5", - "x-ms-correlation-request-id": "e186f857-d282-480b-b53d-837d8e147127", - "x-ms-ratelimit-remaining-subscription-writes": "1118", - "x-ms-request-id": "a1e7c2e4-8848-4138-b723-a61ad1ec3ecf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030206Z:e186f857-d282-480b-b53d-837d8e147127" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef531eb83cbc44ec752ba2f1e28e4e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef531eb83cbc44ec752ba2f1e28e4e3c", - "x-ms-correlation-request-id": "27147f5f-999f-49bd-85fa-e5a89710270d", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-request-id": "8bbed43f-5487-41bb-ba49-ac98df7a860e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030206Z:27147f5f-999f-49bd-85fa-e5a89710270d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f83acce0516f8c715e3ead525f65799c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f83acce0516f8c715e3ead525f65799c", - "x-ms-correlation-request-id": "1533a9d6-759d-44c6-a76c-4188c1339fc9", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-request-id": "6a5f7648-5524-4d7c-aa27-9bf238a611ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030208Z:1533a9d6-759d-44c6-a76c-4188c1339fc9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a62c3097304261191db2db8edf7ae33d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a62c3097304261191db2db8edf7ae33d", - "x-ms-correlation-request-id": "932acc08-ad4c-4ee9-a54d-691be1f2bc16", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-request-id": "8385bfa0-9a86-462e-9e77-e920ad092566", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030209Z:932acc08-ad4c-4ee9-a54d-691be1f2bc16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f309c62b62f6765adc6917d8e99e510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f309c62b62f6765adc6917d8e99e510", - "x-ms-correlation-request-id": "75c7da4f-8421-42a6-b5a8-93e47bc9f75c", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-request-id": "ae7a46b5-4088-4f90-860a-bc66b5d4e1ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030210Z:75c7da4f-8421-42a6-b5a8-93e47bc9f75c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b15906b2a862b0f9b2d9dabc75e2ade4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b15906b2a862b0f9b2d9dabc75e2ade4", - "x-ms-correlation-request-id": "ec517db1-116b-4e92-b313-14d2fab8fce1", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-request-id": "958675ff-1897-4a61-8b5d-50e20c698530", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030212Z:ec517db1-116b-4e92-b313-14d2fab8fce1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3f0705bd934e06dcbc4f97b9f9cd283", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3f0705bd934e06dcbc4f97b9f9cd283", - "x-ms-correlation-request-id": "65c5e010-1350-40a0-8aad-8a6c61154879", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-request-id": "d2a27540-62d2-4516-a6c7-4b05519685ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030213Z:65c5e010-1350-40a0-8aad-8a6c61154879" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d8dccbcd3120badaa280ec55dca8f2ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8dccbcd3120badaa280ec55dca8f2ca", - "x-ms-correlation-request-id": "7723cc41-1a1c-41ec-a11d-830768d46ea8", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-request-id": "f97c1d66-6f11-44d0-85cb-7c3d196ebcb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030214Z:7723cc41-1a1c-41ec-a11d-830768d46ea8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e21ac1921a8d8db9879e69dae7e1016", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e21ac1921a8d8db9879e69dae7e1016", - "x-ms-correlation-request-id": "8e6cfe77-febe-40a4-9692-99f669821023", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-request-id": "c72b7783-a1fd-4426-8108-6750ca3ba5d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030216Z:8e6cfe77-febe-40a4-9692-99f669821023" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a9ef5607d40629c4953621b4ec170422", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9ef5607d40629c4953621b4ec170422", - "x-ms-correlation-request-id": "74a73154-21f1-4a2a-a9c0-155492e2026d", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-request-id": "176014d6-1659-4174-acd3-e69d96fd66fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030217Z:74a73154-21f1-4a2a-a9c0-155492e2026d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f2622ed2b37aabdaf00340a74b3c0b24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2622ed2b37aabdaf00340a74b3c0b24", - "x-ms-correlation-request-id": "215d2702-2f0e-4a47-9c51-9a287b7561e8", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-request-id": "c73ff132-da8f-4edb-bfbe-a4bfe80a8d8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030218Z:215d2702-2f0e-4a47-9c51-9a287b7561e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "854ed66f48b944c4e8f788720027ec80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "854ed66f48b944c4e8f788720027ec80", - "x-ms-correlation-request-id": "41e55ad0-2767-4401-aa20-3ff4b1245702", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-request-id": "c7b6b44f-d9af-44ba-bb27-81932b72a70c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030220Z:41e55ad0-2767-4401-aa20-3ff4b1245702" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7fcac4741e1b539b7b43b902941cde58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fcac4741e1b539b7b43b902941cde58", - "x-ms-correlation-request-id": "3c225bff-e3f9-4aeb-8d08-b9abcef6e8d0", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-request-id": "a325ec6f-1668-4439-a64a-38d6934e85c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030221Z:3c225bff-e3f9-4aeb-8d08-b9abcef6e8d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a1e7c2e4-8848-4138-b723-a61ad1ec3ecf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1644fc2b7fc98a686a1d0a832b68abc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1268", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1644fc2b7fc98a686a1d0a832b68abc8", - "x-ms-correlation-request-id": "aa7f50e4-001e-48a9-a0c0-966db722f0fd", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-request-id": "54508b44-c3cb-45d4-a341-de77c2f9f22c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030222Z:aa7f50e4-001e-48a9-a0c0-966db722f0fd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92", - "name": "sto92", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:05.9052772Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:05.9052772Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:02:05.8271454Z", - "primaryEndpoints": { - "dfs": "https://sto92.dfs.core.windows.net/", - "web": "https://sto92.z20.web.core.windows.net/", - "blob": "https://sto92.blob.core.windows.net/", - "queue": "https://sto92.queue.core.windows.net/", - "table": "https://sto92.table.core.windows.net/", - "file": "https://sto92.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-86524fbca0e07541b4c8b682854aa9e4-a69f42777639d345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "718732bf088b3b51fb09768ec1b0cb19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "378", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:22 GMT", - "ETag": "\u00220x8D8585A9A550243\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "718732bf088b3b51fb09768ec1b0cb19", - "x-ms-correlation-request-id": "4bf6b41c-bd3d-4c96-afd5-28ca078cda90", - "x-ms-ratelimit-remaining-subscription-writes": "1117", - "x-ms-request-id": "a4e94c5c-4545-4afe-82fc-417d690ae4e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030223Z:4bf6b41c-bd3d-4c96-afd5-28ca078cda90" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476", - "name": "container4476", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-92e2616e8a5a914ca93d2fb7eb064bcb-3cb8c84e6f0ea145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e203472fb7d65bf44015fe1418271398", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:23 GMT", - "ETag": "\u00228d8585a9aa636a2\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e203472fb7d65bf44015fe1418271398", - "x-ms-correlation-request-id": "0141d1a8-fdc2-4dc6-8ef8-1f714af41d63", - "x-ms-ratelimit-remaining-subscription-writes": "1116", - "x-ms-request-id": "00d749f1-7e44-4c7f-a438-107d7a7c1093", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030224Z:0141d1a8-fdc2-4dc6-8ef8-1f714af41d63" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a9aa636a2\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d8585a9aa636a2\u0022", - "traceparent": "00-0c97e4933dcce043a4ce3c7ad117bebe-ae3eefe6ba587742-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9d4ebf0e756f49ff2dacd76f2fba86c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "416", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:23 GMT", - "ETag": "\u00228d8585a9af28301\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9d4ebf0e756f49ff2dacd76f2fba86c", - "x-ms-correlation-request-id": "3815d4cd-a9e4-4ec2-8438-1b40009e0180", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "46fc93ab-ab3d-47a2-b431-72921236b8cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030224Z:3815d4cd-a9e4-4ec2-8438-1b40009e0180" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a9af28301\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d8585a9af28301\u0022", - "traceparent": "00-3cfc3af67b8f714f8e26d6acda4ce8e1-3e7ddfd928b5be4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21fb693ee5a708413e2c31760a3d22d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:24 GMT", - "ETag": "\u00228d8585a9b32e334\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21fb693ee5a708413e2c31760a3d22d3", - "x-ms-correlation-request-id": "e1731412-0bce-41cb-b7ee-3d4022ca0c5b", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "27028557-8148-4f02-a5ad-4a20d4bc2ca2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030224Z:e1731412-0bce-41cb-b7ee-3d4022ca0c5b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a9b32e334\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1223/providers/Microsoft.Storage/storageAccounts/sto92/blobServices/default/containers/container4476?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-87505c0ae385334fb7df62569fe434d6-33733416eab6044f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d69edef5e1dc48c3a70feffbe97e6944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d69edef5e1dc48c3a70feffbe97e6944", - "x-ms-correlation-request-id": "e631e40a-d319-45d1-9209-99d188a665f4", - "x-ms-ratelimit-remaining-subscription-deletes": "14970", - "x-ms-request-id": "b128b613-2a7c-4d94-9b92-48eb21109ce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030225Z:e631e40a-d319-45d1-9209-99d188a665f4" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1156803654", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json deleted file mode 100644 index 85f78777791c0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json +++ /dev/null @@ -1,1021 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1133?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-aa5fb5c9357f6044ad8066af1e067466-f594e8df31b38845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecad77a719341a05fdc708c1f0b4cce8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e53b3b48-917d-4d71-a4f4-f2b3c83d33ae", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "e53b3b48-917d-4d71-a4f4-f2b3c83d33ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025529Z:e53b3b48-917d-4d71-a4f4-f2b3c83d33ae" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133", - "name": "res1133", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-8e302cf2aea481458b95ce43052f9783-25e82db4b137e042-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a294b2bf63499cc82f2e53883acdcf84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a294b2bf63499cc82f2e53883acdcf84", - "x-ms-correlation-request-id": "a2e98845-7a96-4f31-b1e3-f581e58a3f9b", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "79864a8c-c426-4062-997c-e75a3235bf1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025532Z:a2e98845-7a96-4f31-b1e3-f581e58a3f9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63580a0d1a92135de55004eab292c2fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63580a0d1a92135de55004eab292c2fa", - "x-ms-correlation-request-id": "ea30a65c-61ae-40c0-b1ce-802a57296feb", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "bb30736b-b11b-4b54-832e-5034b1686a2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025532Z:ea30a65c-61ae-40c0-b1ce-802a57296feb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dad83d396bda1aca3d04d82a4ac1e3fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dad83d396bda1aca3d04d82a4ac1e3fe", - "x-ms-correlation-request-id": "0c9e28c6-ec8e-40cb-9032-7c579aa1b4fc", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "44d9ee11-bc36-4a9d-8a3d-f9516610d36b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025533Z:0c9e28c6-ec8e-40cb-9032-7c579aa1b4fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "307b43586b75fdf17cde98c7a089dd37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "307b43586b75fdf17cde98c7a089dd37", - "x-ms-correlation-request-id": "4b5198dc-3258-43ba-838f-53dd917f2d7f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "95bb53b0-454b-4256-a61f-3871c38b5f43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025535Z:4b5198dc-3258-43ba-838f-53dd917f2d7f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7bcd1f5cfb59a135403d258d4132c823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bcd1f5cfb59a135403d258d4132c823", - "x-ms-correlation-request-id": "9997cb4a-5d12-4c5e-abf3-aec106cc2851", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "9b67dc8d-1b80-4843-8c40-35d2a83c0338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025536Z:9997cb4a-5d12-4c5e-abf3-aec106cc2851" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e91066d9217cd844bda5dfbd2027ab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e91066d9217cd844bda5dfbd2027ab4", - "x-ms-correlation-request-id": "3c124568-c5cd-456e-a72a-7fb6833d6914", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "213f1f76-6c68-40d9-bff4-2c2b00c002ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025537Z:3c124568-c5cd-456e-a72a-7fb6833d6914" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2bcda12767f45da50ed9ef374564bb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bcda12767f45da50ed9ef374564bb49", - "x-ms-correlation-request-id": "e96362d2-5488-4a97-a268-911efdb22665", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "ead5793c-1b36-4993-a33c-40b4f2df4f7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025539Z:e96362d2-5488-4a97-a268-911efdb22665" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "995975156ff7ca209aff307e9e39cf3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "995975156ff7ca209aff307e9e39cf3d", - "x-ms-correlation-request-id": "847074a7-82b5-456d-b4eb-ef9b11387cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "41404585-b8ad-42a3-837f-822d3ea48179", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025540Z:847074a7-82b5-456d-b4eb-ef9b11387cc3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a06671c39d65062e6134603da24d88e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a06671c39d65062e6134603da24d88e7", - "x-ms-correlation-request-id": "6e51d947-e658-4f50-9408-ee55e62d60ae", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "a1a9e1ba-eb73-48a3-afd5-5ca95728d938", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025541Z:6e51d947-e658-4f50-9408-ee55e62d60ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5de5141ee0a9b8bc810290f43726bfd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5de5141ee0a9b8bc810290f43726bfd4", - "x-ms-correlation-request-id": "f75db0a9-abe8-49cc-b212-98361329996a", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "14894b79-f44f-43ed-a59b-7ac0fc0d91f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025543Z:f75db0a9-abe8-49cc-b212-98361329996a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d373b2091bfd78e4465338c30ee2284d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d373b2091bfd78e4465338c30ee2284d", - "x-ms-correlation-request-id": "fdd1ef90-bbb0-42a9-b8a8-9a9d09b5cc36", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "35a32d80-3d2f-4f7a-a4ba-e5fbf05b5e5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025544Z:fdd1ef90-bbb0-42a9-b8a8-9a9d09b5cc36" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a5f48777254e394b5ae1e620d3acf3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a5f48777254e394b5ae1e620d3acf3a", - "x-ms-correlation-request-id": "63a89146-ac79-4b5a-b2e5-0c0e91e4afd6", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "c5d44ab8-8cde-4f7a-a20b-78b096bcbe34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025545Z:63a89146-ac79-4b5a-b2e5-0c0e91e4afd6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef348b75b4d902e92f6d1656a8f9a99e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef348b75b4d902e92f6d1656a8f9a99e", - "x-ms-correlation-request-id": "5785f8f2-ad6e-4d13-8075-0a162948840f", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "c258944a-abeb-4967-bcb2-2fe396a00522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025547Z:5785f8f2-ad6e-4d13-8075-0a162948840f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79864a8c-c426-4062-997c-e75a3235bf1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee7d43da35c697801e901e4ffc816a0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee7d43da35c697801e901e4ffc816a0c", - "x-ms-correlation-request-id": "deb728f3-73ed-4d5c-926b-f8c766e8789f", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "94a723a3-7021-4a2b-ad8d-59b574246ff3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025548Z:deb728f3-73ed-4d5c-926b-f8c766e8789f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381", - "name": "sto381", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:31.7727932Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:31.7727932Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:55:31.6790480Z", - "primaryEndpoints": { - "dfs": "https://sto381.dfs.core.windows.net/", - "web": "https://sto381.z20.web.core.windows.net/", - "blob": "https://sto381.blob.core.windows.net/", - "queue": "https://sto381.queue.core.windows.net/", - "table": "https://sto381.table.core.windows.net/", - "file": "https://sto381.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-87756626b3039f42a8c06328e51889a0-2c169f59872daa4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae834dfd73385fc25c5ae65b3e3bbb04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:48 GMT", - "ETag": "\u00220x8D85859AF3641C3\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae834dfd73385fc25c5ae65b3e3bbb04", - "x-ms-correlation-request-id": "c3aaf775-ccb8-4436-83f0-5595a9b0d2b7", - "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "c134f63f-b033-4adb-b0c7-947d20c3a768", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025548Z:c3aaf775-ccb8-4436-83f0-5595a9b0d2b7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421", - "name": "container2421", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-42cfd0ba9246a6459acbf6c0840a4a95-13ac22ea36e3844e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bcca888074e00b409cd149959a06ad02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcca888074e00b409cd149959a06ad02", - "x-ms-correlation-request-id": "41c26209-6f29-4c9e-8906-cc738b82d8db", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "71bc897f-55a7-4fda-9019-dfb2acf9f1ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025549Z:41c26209-6f29-4c9e-8906-cc738b82d8db" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-7254f544b109ee4fb8aa233e50fdc337-fdd504a8a5445241-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "abaad10af025cfa1ba8e69da993be055", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:49 GMT", - "ETag": "\u00228d85859afd234ee\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abaad10af025cfa1ba8e69da993be055", - "x-ms-correlation-request-id": "5b27965e-c175-43db-bfdc-380ed53e4896", - "x-ms-ratelimit-remaining-subscription-writes": "1179", - "x-ms-request-id": "4dfb3def-bccf-4277-bcea-cb5173bcaf27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025550Z:5b27965e-c175-43db-bfdc-380ed53e4896" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859afd234ee\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d85859afd234ee\u0022", - "traceparent": "00-7fc43c0a5c8ae64f87540c9ae230386b-bef88060df7cad49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f97c4a624fa089a30d7811662a2dc556", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "417", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:50 GMT", - "ETag": "\u00228d85859b025a8cc\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f97c4a624fa089a30d7811662a2dc556", - "x-ms-correlation-request-id": "3e065572-6511-4963-b67f-d6635f96b30c", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5949aa17-a369-4d4e-a809-8fd7625d4371", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025550Z:3e065572-6511-4963-b67f-d6635f96b30c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859b025a8cc\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d85859b025a8cc\u0022", - "traceparent": "00-bbce28e79045c3458b0e2779b629a13b-210fb9fd7314354b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6c51e4ac10908fdee6fb02520a657160", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:50 GMT", - "ETag": "\u00228d85859b0686969\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c51e4ac10908fdee6fb02520a657160", - "x-ms-correlation-request-id": "427669bb-84c6-4a38-a8d3-630c73128f58", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "f3e292d3-3dba-40f0-bb67-5a4ac77ad5cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025550Z:427669bb-84c6-4a38-a8d3-630c73128f58" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859b0686969\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-616808a02226b0468d990056a79c7a8f-4f3d915411551b4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f32f4f1b489ba612e219eaddf3aa48d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1940", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:51 GMT", - "ETag": "\u00220x8D85859B06C3C5B\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f32f4f1b489ba612e219eaddf3aa48d", - "x-ms-correlation-request-id": "862c5c71-4e32-4ee9-9bb8-b549be938903", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "da9f3e67-8cd6-47de-a555-39d0f67806ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025551Z:862c5c71-4e32-4ee9-9bb8-b549be938903" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421", - "name": "container2421", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859B06C3C5B\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:55:50.0000000Z", - "immutabilityPolicy": { - "etag": "\u00228d85859b0686969\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - }, - "updateHistory": [ - { - "update": "put", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2020-09-14T02:55:49.8204280Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "lock", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2020-09-14T02:55:50.3828925Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "extend", - "immutabilityPeriodSinceCreationInDays": 100, - "timestamp": "2020-09-14T02:55:50.8049113Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "legalHold": { - "hasLegalHold": true, - "tags": [ - { - "tag": "tag1", - "timestamp": "2020-09-14T02:55:49.3203825Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag2", - "timestamp": "2020-09-14T02:55:49.3203825Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag3", - "timestamp": "2020-09-14T02:55:49.3203825Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "hasImmutabilityPolicy": true, - "hasLegalHold": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-440dab3a45bf3c4dbd3b1f278523dd79-1fd65fb51cd74d4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b52e12c973ea52c46ced13a54c517ea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:55:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b52e12c973ea52c46ced13a54c517ea7", - "x-ms-correlation-request-id": "a9684bbd-f391-454d-945c-ab8cfbff7ca5", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "3af6d0ea-86e4-4de0-b130-7cc63b013f4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025551Z:a9684bbd-f391-454d-945c-ab8cfbff7ca5" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1133/providers/Microsoft.Storage/storageAccounts/sto381/blobServices/default/containers/container2421?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-929bf237484b6547a9afda906d0589f8-8a0b5cfd0df7254b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3675b00676faf8cd82963d6f7131b0ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3675b00676faf8cd82963d6f7131b0ab", - "x-ms-correlation-request-id": "dd65c5ed-3274-4e2b-810d-2983b54752a3", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "a37f95d8-63f7-4a6b-b0e6-9ec68ddbd4bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025552Z:dd65c5ed-3274-4e2b-810d-2983b54752a3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1048252733", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json deleted file mode 100644 index ed20271520ce7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json +++ /dev/null @@ -1,1021 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9060?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-820a73587358f04e93df723db33c1ab2-3a20a887fd694444-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42103e92696335d830cd394bb494c69e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "355def62-8b60-4210-8a7b-e05628f11892", - "x-ms-ratelimit-remaining-subscription-writes": "1115", - "x-ms-request-id": "355def62-8b60-4210-8a7b-e05628f11892", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030228Z:355def62-8b60-4210-8a7b-e05628f11892" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060", - "name": "res9060", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-7e43f5d22e1916468b961531e0047e47-f61a452e28a2b248-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95bded3bd687e1974f1761076f44e0ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95bded3bd687e1974f1761076f44e0ec", - "x-ms-correlation-request-id": "783bb4a3-fd4d-4888-a96a-c476be9c3f4b", - "x-ms-ratelimit-remaining-subscription-writes": "1114", - "x-ms-request-id": "515c5a02-8387-42f1-8fb7-5c5d791335ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030230Z:783bb4a3-fd4d-4888-a96a-c476be9c3f4b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5562aecc90b680a79611351762dc189", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5562aecc90b680a79611351762dc189", - "x-ms-correlation-request-id": "54177356-d259-4354-b385-3781953f1c4b", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-request-id": "3c5f4153-8aec-467c-87e3-10bbfee263c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030231Z:54177356-d259-4354-b385-3781953f1c4b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a9a05f59e239555a292c0f0d3af408db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9a05f59e239555a292c0f0d3af408db", - "x-ms-correlation-request-id": "d6621215-c43e-45c0-8c9e-269a080ed8bd", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-request-id": "d180d789-21ef-4ad3-a99b-cc74932e8f22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030232Z:d6621215-c43e-45c0-8c9e-269a080ed8bd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "451b37a9ebed4ae1df254232d2721a58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "451b37a9ebed4ae1df254232d2721a58", - "x-ms-correlation-request-id": "c1ef4735-7ec2-4f62-91f1-263a707c3b0c", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-request-id": "144a4a74-4314-4371-abd5-78c7d5fda4aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030233Z:c1ef4735-7ec2-4f62-91f1-263a707c3b0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "794911b8c4d409f0cf01cbdebafd2d85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "794911b8c4d409f0cf01cbdebafd2d85", - "x-ms-correlation-request-id": "33104c01-4bff-4f78-93b2-5b3b72bb7a3e", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-request-id": "c8699705-b761-436e-8018-6674962a3c27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030235Z:33104c01-4bff-4f78-93b2-5b3b72bb7a3e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fa837597c126e9c7d56ca14a02882b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fa837597c126e9c7d56ca14a02882b7", - "x-ms-correlation-request-id": "4ec5895b-1782-4428-ba2c-407ff250c298", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-request-id": "c648721b-d4b8-4cb8-97b5-d461f369f038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030236Z:4ec5895b-1782-4428-ba2c-407ff250c298" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2954b7118eabe407471175eb1f038fe1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2954b7118eabe407471175eb1f038fe1", - "x-ms-correlation-request-id": "65cbc339-1c35-41a7-83af-3379b00bc521", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-request-id": "2e2f6756-e0f4-403c-a4ff-a7ae5c4ec3dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030237Z:65cbc339-1c35-41a7-83af-3379b00bc521" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9bd9bdf7dbc93c4574dafc7efadb69a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bd9bdf7dbc93c4574dafc7efadb69a7", - "x-ms-correlation-request-id": "11a0f77a-8e96-4bf0-97e6-5f24d271b43e", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-request-id": "a32b616c-74d2-43fe-b890-a2fa4fb5ef59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030239Z:11a0f77a-8e96-4bf0-97e6-5f24d271b43e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03cc137e03a9cad930c3f80106b04e7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03cc137e03a9cad930c3f80106b04e7a", - "x-ms-correlation-request-id": "437bb0a7-8df0-4809-8893-4f01d1f80614", - "x-ms-ratelimit-remaining-subscription-reads": "11707", - "x-ms-request-id": "dde72697-18c5-4fff-94b8-a0189bd2d0f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030240Z:437bb0a7-8df0-4809-8893-4f01d1f80614" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e31ce8c6e74f36ee7117b4d09288ea6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e31ce8c6e74f36ee7117b4d09288ea6b", - "x-ms-correlation-request-id": "0d3f0483-d844-4524-b9f5-4d595d513c40", - "x-ms-ratelimit-remaining-subscription-reads": "11706", - "x-ms-request-id": "198ccfe5-4519-49db-8aff-80cb25ae19fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030241Z:0d3f0483-d844-4524-b9f5-4d595d513c40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b6dcea78b36f438e30e6a06e34335c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b6dcea78b36f438e30e6a06e34335c4", - "x-ms-correlation-request-id": "16d83773-fb56-45ca-9053-ffad122d70c7", - "x-ms-ratelimit-remaining-subscription-reads": "11705", - "x-ms-request-id": "01538cb7-f8fd-4c60-b405-c14178491b0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030243Z:16d83773-fb56-45ca-9053-ffad122d70c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11b7818b86bf9658259691914f0837a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11b7818b86bf9658259691914f0837a7", - "x-ms-correlation-request-id": "ac7ad5e6-d5d0-409c-86ad-6e86ef19e576", - "x-ms-ratelimit-remaining-subscription-reads": "11704", - "x-ms-request-id": "7de78e7d-e35c-4a77-ac9d-d4db9f6ad1f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030244Z:ac7ad5e6-d5d0-409c-86ad-6e86ef19e576" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "37598cd843433a44b028ff407de7522e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37598cd843433a44b028ff407de7522e", - "x-ms-correlation-request-id": "800bf69e-0158-4ce2-9ac6-131450f88560", - "x-ms-ratelimit-remaining-subscription-reads": "11703", - "x-ms-request-id": "9b4f8ed6-0729-4565-b762-be6026392afe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030245Z:800bf69e-0158-4ce2-9ac6-131450f88560" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/515c5a02-8387-42f1-8fb7-5c5d791335ab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1044f0e2d8d121ac76d6e6a0faa6a4da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1044f0e2d8d121ac76d6e6a0faa6a4da", - "x-ms-correlation-request-id": "2dc173b5-4153-4e29-beeb-49e5e6f984d2", - "x-ms-ratelimit-remaining-subscription-reads": "11702", - "x-ms-request-id": "d222e069-6add-4b75-9a75-a3eb4241c080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030247Z:2dc173b5-4153-4e29-beeb-49e5e6f984d2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929", - "name": "sto7929", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:30.4531921Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:30.4531921Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:02:30.3750784Z", - "primaryEndpoints": { - "dfs": "https://sto7929.dfs.core.windows.net/", - "web": "https://sto7929.z20.web.core.windows.net/", - "blob": "https://sto7929.blob.core.windows.net/", - "queue": "https://sto7929.queue.core.windows.net/", - "table": "https://sto7929.table.core.windows.net/", - "file": "https://sto7929.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-f80e35684bee794da7360abf0001eb52-636fcde2c5658043-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9562dc380fd3d487c61968617193e43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:46 GMT", - "ETag": "\u00220x8D8585AA8D3DDDE\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9562dc380fd3d487c61968617193e43", - "x-ms-correlation-request-id": "6b9d88b6-aee8-4ff5-92c0-921fae1abeec", - "x-ms-ratelimit-remaining-subscription-writes": "1113", - "x-ms-request-id": "b8ed49dd-3e38-4e3d-aefc-d9ea50c91405", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030247Z:6b9d88b6-aee8-4ff5-92c0-921fae1abeec" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151", - "name": "container9151", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-39c9946bc7d37f478a624cde781ad5df-f689a6e3b91a664d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c45faf63d627e0ff38c16d5da3400984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c45faf63d627e0ff38c16d5da3400984", - "x-ms-correlation-request-id": "f079271e-9e96-4400-80e0-10ebc58bad9c", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "4b8e9dbb-c455-43dd-95d4-e3b6c9c1902c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030248Z:f079271e-9e96-4400-80e0-10ebc58bad9c" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-037e416f67c88946b15608d737724c5a-a26bfd6bdfd63643-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "baba692444fc6fe4fcd25477159a5ebc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:47 GMT", - "ETag": "\u00228d8585aa96e36dc\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "baba692444fc6fe4fcd25477159a5ebc", - "x-ms-correlation-request-id": "58d0f656-57d1-46aa-b55e-b1842c78a05d", - "x-ms-ratelimit-remaining-subscription-writes": "1112", - "x-ms-request-id": "a319cf57-45cb-4799-b1a7-2dcb256cc005", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030248Z:58d0f656-57d1-46aa-b55e-b1842c78a05d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aa96e36dc\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d8585aa96e36dc\u0022", - "traceparent": "00-9bf63bf0fdc13947b42e86fd10fb587b-9d36c0b7cebb4f44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7965ca81645ecaf2d76b13c13eb993c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:48 GMT", - "ETag": "\u00228d8585aa9c1aa91\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7965ca81645ecaf2d76b13c13eb993c", - "x-ms-correlation-request-id": "ce43a967-d9dc-43cd-92c8-0e2d8d3c2489", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "b31067a3-7fc8-4617-8afa-bf9ff88a023b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030249Z:ce43a967-d9dc-43cd-92c8-0e2d8d3c2489" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aa9c1aa91\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d8585aa9c1aa91\u0022", - "traceparent": "00-faa3e9dc67b2004d9b6024879a5eed8a-1a3ce627431ce745-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae621258835f1f47caefc7548188ca9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:48 GMT", - "ETag": "\u00228d8585aaa020ad5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae621258835f1f47caefc7548188ca9d", - "x-ms-correlation-request-id": "314146ab-77a4-42a8-a548-e9a1e996070c", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "999fe0f8-f26f-4279-b374-623a19ce724c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030249Z:314146ab-77a4-42a8-a548-e9a1e996070c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aaa020ad5\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3d7a542db0fec84597a5fe9501d6cdeb-bbdadc877aa35a4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "47b5b16211a90e3eb9cd8c8592a75c10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1941", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:49 GMT", - "ETag": "\u00220x8D8585AAA054283\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47b5b16211a90e3eb9cd8c8592a75c10", - "x-ms-correlation-request-id": "70973e2c-cb0a-4b97-8af3-92d4d5a1c587", - "x-ms-ratelimit-remaining-subscription-reads": "11701", - "x-ms-request-id": "b0071a1b-7eb9-4416-abe2-ea13cb0800a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030250Z:70973e2c-cb0a-4b97-8af3-92d4d5a1c587" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151", - "name": "container9151", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AAA054283\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:02:49.0000000Z", - "immutabilityPolicy": { - "etag": "\u00228d8585aaa020ad5\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - }, - "updateHistory": [ - { - "update": "put", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2020-09-14T03:02:48.5954876Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "lock", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2020-09-14T03:02:49.1423945Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "extend", - "immutabilityPeriodSinceCreationInDays": 100, - "timestamp": "2020-09-14T03:02:49.5642801Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "legalHold": { - "hasLegalHold": true, - "tags": [ - { - "tag": "tag1", - "timestamp": "2020-09-14T03:02:48.1110923Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag2", - "timestamp": "2020-09-14T03:02:48.1110923Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag3", - "timestamp": "2020-09-14T03:02:48.1110923Z", - "objectIdentifier": "7a4c22f6-3af7-4c19-a903-a845bb2714c8", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "hasImmutabilityPolicy": true, - "hasLegalHold": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-1ccd7bd299c08540a51cbcf4ff920d84-8b3e26735342b54b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "031e1739af38245c15772c554e5b6ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:02:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "031e1739af38245c15772c554e5b6ba4", - "x-ms-correlation-request-id": "5cb22682-a681-495f-8dea-d39843207787", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "e06c8056-33ad-4c2b-9334-adef08637a2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030250Z:5cb22682-a681-495f-8dea-d39843207787" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9060/providers/Microsoft.Storage/storageAccounts/sto7929/blobServices/default/containers/container9151?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-72962266953b6049bfd692754c2f6a73-0b876c73235d224d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62d913ab52364792d353f592f7c18c23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d913ab52364792d353f592f7c18c23", - "x-ms-correlation-request-id": "97e4fc05-d04f-4766-b2f3-0f10a3d15eb7", - "x-ms-ratelimit-remaining-subscription-deletes": "14968", - "x-ms-request-id": "8dcfce2b-1cee-40fb-9c28-f955c0646559", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030251Z:97e4fc05-d04f-4766-b2f3-0f10a3d15eb7" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "390049794", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json deleted file mode 100644 index a1b7933d16dae..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json +++ /dev/null @@ -1,1084 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6516?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e3042509631369419e1b17a9636e71d5-07860073da91734e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1d5b2be902f43116cccc83ea516e290c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba667c8c-a8d3-408a-abaa-38d62b207954", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "ba667c8c-a8d3-408a-abaa-38d62b207954", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025555Z:ba667c8c-a8d3-408a-abaa-38d62b207954" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516", - "name": "res6516", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-c1679e2933dbb44890c520561e8e85ff-71296cae1df7b24b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "534c31fed8e5ba3faf2234929544728e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "534c31fed8e5ba3faf2234929544728e", - "x-ms-correlation-request-id": "30341b8e-d85f-4afa-95cc-9ab9a4519e20", - "x-ms-ratelimit-remaining-subscription-writes": "1177", - "x-ms-request-id": "98d06040-2af0-4400-a3db-fbed4d61df2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025557Z:30341b8e-d85f-4afa-95cc-9ab9a4519e20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8813711eca8652031b6245e0e19e3788", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8813711eca8652031b6245e0e19e3788", - "x-ms-correlation-request-id": "38130435-b2c1-480c-bd1f-6c70c7713346", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "7baab9d3-e27e-43af-a18b-f39364740dbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025558Z:38130435-b2c1-480c-bd1f-6c70c7713346" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa0d5c10ddb05633f94dd24de7b40650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:55:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa0d5c10ddb05633f94dd24de7b40650", - "x-ms-correlation-request-id": "96ef84b8-20dd-4db5-9045-9237f17b5d00", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "17f956a0-8feb-4980-b466-baf68be1c2e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025559Z:96ef84b8-20dd-4db5-9045-9237f17b5d00" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "237308ade9307a086f26127562571de1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237308ade9307a086f26127562571de1", - "x-ms-correlation-request-id": "4a88e272-1d7e-4df9-92da-c4bbad2aeb7e", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "b24d9915-589a-4e8a-a652-bdccb0b3e0e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025600Z:4a88e272-1d7e-4df9-92da-c4bbad2aeb7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "587968617a51417c3ebc8e39f7b66a67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "587968617a51417c3ebc8e39f7b66a67", - "x-ms-correlation-request-id": "5b4b00e4-629a-4a3b-a189-411d0d3733b9", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "b3c34ae8-f53c-4035-b78b-d499fb3720bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025602Z:5b4b00e4-629a-4a3b-a189-411d0d3733b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d932f45c132a275754928a8acabdf4a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d932f45c132a275754928a8acabdf4a1", - "x-ms-correlation-request-id": "7dcdd659-54c5-41f2-8f3a-c92ce5c9b8a7", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "9bca1235-55bf-4d93-8e0d-74c9ba4c913d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025603Z:7dcdd659-54c5-41f2-8f3a-c92ce5c9b8a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7fecf02fad3a33ff8c32e5735bce82b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fecf02fad3a33ff8c32e5735bce82b9", - "x-ms-correlation-request-id": "272865cf-09ae-4ad5-bece-0aff0def1a5c", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "c9672ef8-1a88-4d8d-8fcf-ab9aa90e3fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025604Z:272865cf-09ae-4ad5-bece-0aff0def1a5c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d19abbb44244db7105204beeff17680", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d19abbb44244db7105204beeff17680", - "x-ms-correlation-request-id": "f4c7d9f4-0f0f-4866-a26c-1fa5884189c8", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "2c71c329-b4de-44b1-ac3b-4b5d127025b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025606Z:f4c7d9f4-0f0f-4866-a26c-1fa5884189c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0709ecc8ebc9ae2cf5ff4df82ee3cb85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0709ecc8ebc9ae2cf5ff4df82ee3cb85", - "x-ms-correlation-request-id": "5d98c783-2570-4d83-9c68-9fde46c44ebc", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "bed066dc-9ff0-45ec-a5a8-d4a74a1820e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025607Z:5d98c783-2570-4d83-9c68-9fde46c44ebc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ecfd11087a4ea7c399f6ee7a940439a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ecfd11087a4ea7c399f6ee7a940439a", - "x-ms-correlation-request-id": "aebe5b7c-db93-436b-91b3-9bf8673d9186", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "c809bf58-93cb-43a7-9b97-9bd1747837e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025608Z:aebe5b7c-db93-436b-91b3-9bf8673d9186" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6eab64bc7ac5cfef7f6b7825f7be1e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eab64bc7ac5cfef7f6b7825f7be1e2c", - "x-ms-correlation-request-id": "604d2242-3e2d-43a1-b1c8-27e2979e51d2", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "2381471e-670b-49ad-8064-11ff92dc94bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025609Z:604d2242-3e2d-43a1-b1c8-27e2979e51d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1dad7f87572240dc6f1ecd2a7c4405b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dad7f87572240dc6f1ecd2a7c4405b4", - "x-ms-correlation-request-id": "125c0e9e-5d1f-4316-bfe3-ce69c8a7950e", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "d39e7bd7-e2f1-43af-92d9-a4e6bff35aea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025612Z:125c0e9e-5d1f-4316-bfe3-ce69c8a7950e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca3bb3bb5d3895c0e1ff9f390f57f37a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca3bb3bb5d3895c0e1ff9f390f57f37a", - "x-ms-correlation-request-id": "8b7e4899-9751-48bf-b9aa-b1a05da18e53", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "3e288c79-fdc0-4122-93ad-3454f26fe1cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025613Z:8b7e4899-9751-48bf-b9aa-b1a05da18e53" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2a60418025936577876bffa6acc5523a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a60418025936577876bffa6acc5523a", - "x-ms-correlation-request-id": "866fada3-6ca5-4abd-a6ac-bc48ffa8f403", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "4436560c-cf71-47e5-b1f7-e71cd8e4274b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025614Z:866fada3-6ca5-4abd-a6ac-bc48ffa8f403" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4469c36554832af4be183c23b7a33118", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4469c36554832af4be183c23b7a33118", - "x-ms-correlation-request-id": "f66a75ee-0747-41e6-ab33-fcf72597af08", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "e64d891f-8dbe-4620-8cfb-912b7fce1109", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025615Z:f66a75ee-0747-41e6-ab33-fcf72597af08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98d06040-2af0-4400-a3db-fbed4d61df2e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3baa532bdbe395213bd642cc5d1ae81c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3baa532bdbe395213bd642cc5d1ae81c", - "x-ms-correlation-request-id": "5825392a-5a7d-4351-a414-9afaeba33cf3", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "5b7f570b-8dc6-49fb-8bdb-971916877bcb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025617Z:5825392a-5a7d-4351-a414-9afaeba33cf3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414", - "name": "sto8414", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:57.3050506Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:55:57.3050506Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:55:57.2112830Z", - "primaryEndpoints": { - "dfs": "https://sto8414.dfs.core.windows.net/", - "web": "https://sto8414.z20.web.core.windows.net/", - "blob": "https://sto8414.blob.core.windows.net/", - "queue": "https://sto8414.queue.core.windows.net/", - "table": "https://sto8414.table.core.windows.net/", - "file": "https://sto8414.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-4a23dd40f261c44d8bbb98d7217ee318-2d8aa44dd670fb4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee4bd365f7af4d2b366b7ae954ade43a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:17 GMT", - "ETag": "\u00220x8D85859C06621DB\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee4bd365f7af4d2b366b7ae954ade43a", - "x-ms-correlation-request-id": "db88918a-54e0-49cf-a13d-e005b6033224", - "x-ms-ratelimit-remaining-subscription-writes": "1176", - "x-ms-request-id": "a822af11-8e00-4767-a3dd-394bace2cbda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025617Z:db88918a-54e0-49cf-a13d-e005b6033224" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454", - "name": "container8454", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-1ff52354b786ac4d9f1202bc1c9e8594-aa87180f4ccd834e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a597be75617a28ad308ac1127cca42f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:18 GMT", - "ETag": "\u00220x8D85859C0C9628D\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a597be75617a28ad308ac1127cca42f", - "x-ms-correlation-request-id": "93114512-ae15-4f2f-949d-1e82cabd4f05", - "x-ms-ratelimit-remaining-subscription-writes": "1175", - "x-ms-request-id": "915c58b9-6f38-4063-845d-c8c705e9373f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025618Z:93114512-ae15-4f2f-949d-1e82cabd4f05" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454", - "name": "container8454", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container3881?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-b88f95a74cafc740a9c871181424d8ee-c38be68e28901e40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e5d052767b297e5beead6fa6ace7295e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:18 GMT", - "ETag": "\u00220x8D85859C12E513D\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5d052767b297e5beead6fa6ace7295e", - "x-ms-correlation-request-id": "9151df0f-b7f1-42c9-aa74-a1d78ce5b97f", - "x-ms-ratelimit-remaining-subscription-writes": "1174", - "x-ms-request-id": "b28b2d5f-c3bd-44b6-a8dd-37983e3cad2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025619Z:9151df0f-b7f1-42c9-aa74-a1d78ce5b97f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container3881", - "name": "container3881", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container7073?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-06eaeecd78055e42bbd82bb6852f79c9-8891482b38920549-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "018f9e760e95a9481aa74a19256ac64b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:19 GMT", - "ETag": "\u00220x8D85859C18A64B4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "018f9e760e95a9481aa74a19256ac64b", - "x-ms-correlation-request-id": "46320826-e417-46a1-8092-bc715d89f29b", - "x-ms-ratelimit-remaining-subscription-writes": "1173", - "x-ms-request-id": "f72bfe44-6925-47ec-88d1-e3aa0918a2ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025619Z:46320826-e417-46a1-8092-bc715d89f29b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container7073", - "name": "container7073", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "135addc9bd54fdff9b29a91afb272083", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1879", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "135addc9bd54fdff9b29a91afb272083", - "x-ms-correlation-request-id": "da118894-cf41-4907-88ff-7536fbc197fb", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "70606c3d-364e-4412-b67d-b1b7442bed42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025620Z:da118894-cf41-4907-88ff-7536fbc197fb" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container3881", - "name": "container3881", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C12E513D\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:18.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container7073", - "name": "container7073", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C18A64B4\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:19.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454", - "name": "container8454", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C0C9628D\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:18.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "055595b31fa044e1873c0fd31065c842", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1525", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "055595b31fa044e1873c0fd31065c842", - "x-ms-correlation-request-id": "c7571dce-5f39-4515-a0a2-8dc06a1576ee", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "78d9a561-e311-4ae7-a2b2-0c4e402eb348", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025620Z:c7571dce-5f39-4515-a0a2-8dc06a1576ee" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container3881", - "name": "container3881", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C12E513D\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:18.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container7073", - "name": "container7073", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C18A64B4\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:19.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ], - "nextLink": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$skipToken=/sto8414/container8454" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$skipToken=/sto8414/container8454", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09e35aa94aceb93e9f91656b652dadf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "637", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09e35aa94aceb93e9f91656b652dadf3", - "x-ms-correlation-request-id": "d852d229-2c46-4e64-9ea7-7532979daa3d", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "c0f97241-cd5e-4d59-8ed9-596e8bf6abfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025620Z:d852d229-2c46-4e64-9ea7-7532979daa3d" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6516/providers/Microsoft.Storage/storageAccounts/sto8414/blobServices/default/containers/container8454", - "name": "container8454", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D85859C0C9628D\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:56:18.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1954828907", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json deleted file mode 100644 index 9bce061c36c4d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json +++ /dev/null @@ -1,1016 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1331?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b4ababc75bcb5548817fa0473d7f1b4d-ab005418ccff3e46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "849c9b61f301678d036da18bf871f215", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8932d76a-4e8d-49db-8c10-9b50015fb0c7", - "x-ms-ratelimit-remaining-subscription-writes": "1111", - "x-ms-request-id": "8932d76a-4e8d-49db-8c10-9b50015fb0c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030253Z:8932d76a-4e8d-49db-8c10-9b50015fb0c7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331", - "name": "res1331", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-6a2a223f2477d549b9e0f4aef05ebaea-eb0f6366d2902042-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19a60df9bde7a273038f6b6ea007edea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19a60df9bde7a273038f6b6ea007edea", - "x-ms-correlation-request-id": "4e1c9fc3-1f8a-4951-8783-f0b8f2ae57ac", - "x-ms-ratelimit-remaining-subscription-writes": "1110", - "x-ms-request-id": "91a2c6ba-3d81-4bd3-b800-b23151c6e839", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030257Z:4e1c9fc3-1f8a-4951-8783-f0b8f2ae57ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e8f4ecb9fe1ede7a28e2fd6421f96365", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8f4ecb9fe1ede7a28e2fd6421f96365", - "x-ms-correlation-request-id": "ca721556-9136-42f7-8ce4-5c0491991403", - "x-ms-ratelimit-remaining-subscription-reads": "11700", - "x-ms-request-id": "cb67d4a1-e1f1-4a4e-9023-c91e365491d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030257Z:ca721556-9136-42f7-8ce4-5c0491991403" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64bea1b45390863afbd3b18b2211bd9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:02:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64bea1b45390863afbd3b18b2211bd9f", - "x-ms-correlation-request-id": "cd3e5b1e-ee68-4762-b226-293651d09917", - "x-ms-ratelimit-remaining-subscription-reads": "11699", - "x-ms-request-id": "ce7cc06f-de13-4ada-9d45-5546e091c931", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030258Z:cd3e5b1e-ee68-4762-b226-293651d09917" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b3b4195a04133acb9283998575adb06e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3b4195a04133acb9283998575adb06e", - "x-ms-correlation-request-id": "81c5c7e5-c5e9-4e3f-8401-a9314a269455", - "x-ms-ratelimit-remaining-subscription-reads": "11698", - "x-ms-request-id": "ff727d4f-b860-48d6-9749-a1c7cc8260a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030300Z:81c5c7e5-c5e9-4e3f-8401-a9314a269455" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44ae34f8d0a566c2b26ded4b4deebc17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44ae34f8d0a566c2b26ded4b4deebc17", - "x-ms-correlation-request-id": "81c4117e-cca9-4d8f-989e-6daff0341a6c", - "x-ms-ratelimit-remaining-subscription-reads": "11697", - "x-ms-request-id": "9ffd083b-00a0-4145-adae-a68d3861dc65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030301Z:81c4117e-cca9-4d8f-989e-6daff0341a6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "08095d25af44af52d583d10cbab5114d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08095d25af44af52d583d10cbab5114d", - "x-ms-correlation-request-id": "0926dedd-e851-4664-8731-9d05e60a538b", - "x-ms-ratelimit-remaining-subscription-reads": "11696", - "x-ms-request-id": "515a36a9-0c2c-450f-b6a3-681d90420097", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030302Z:0926dedd-e851-4664-8731-9d05e60a538b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed92422278628afa564e01a51780eda3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed92422278628afa564e01a51780eda3", - "x-ms-correlation-request-id": "b333ba24-f853-43c6-8fa1-e25ede8bbfed", - "x-ms-ratelimit-remaining-subscription-reads": "11695", - "x-ms-request-id": "1311340e-b1c0-4205-b160-fff007727d73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030304Z:b333ba24-f853-43c6-8fa1-e25ede8bbfed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "176081c7a8a3482ae1ff6e21feb6abfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "176081c7a8a3482ae1ff6e21feb6abfc", - "x-ms-correlation-request-id": "750841fb-feb2-4e18-8836-cfa8de8417d4", - "x-ms-ratelimit-remaining-subscription-reads": "11694", - "x-ms-request-id": "bac1644b-14f1-4b26-b3bc-e186cea69c25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030305Z:750841fb-feb2-4e18-8836-cfa8de8417d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b289f5cce5cacb5637fb1f5aead9755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b289f5cce5cacb5637fb1f5aead9755", - "x-ms-correlation-request-id": "d6d3d8c9-2b4e-487e-b515-05e723990b05", - "x-ms-ratelimit-remaining-subscription-reads": "11693", - "x-ms-request-id": "91f3475a-31a3-4a40-b6c0-852f77c7193b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030306Z:d6d3d8c9-2b4e-487e-b515-05e723990b05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38442e96f9547aaa17490b630ad98ca0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38442e96f9547aaa17490b630ad98ca0", - "x-ms-correlation-request-id": "c61be43f-36c8-44f4-aec9-85371a9742a2", - "x-ms-ratelimit-remaining-subscription-reads": "11692", - "x-ms-request-id": "865a2449-a4d4-4ac5-965d-27b77e4b9eb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030308Z:c61be43f-36c8-44f4-aec9-85371a9742a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "784804a2e257f847ccb4b424f6349a34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "784804a2e257f847ccb4b424f6349a34", - "x-ms-correlation-request-id": "a064b8c4-f583-4d65-80e8-fe563c4e2d6a", - "x-ms-ratelimit-remaining-subscription-reads": "11691", - "x-ms-request-id": "094cbe97-d44c-4ff0-a8cb-922d02d1aa87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030309Z:a064b8c4-f583-4d65-80e8-fe563c4e2d6a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d08a1967727163a8f5aef312c251a18a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08a1967727163a8f5aef312c251a18a", - "x-ms-correlation-request-id": "797d43dc-9c5e-4632-bad2-de70439731eb", - "x-ms-ratelimit-remaining-subscription-reads": "11690", - "x-ms-request-id": "cc5022f6-1c12-4fc6-bd88-29ed851b174c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030310Z:797d43dc-9c5e-4632-bad2-de70439731eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a95310f31f65b4fde64b6c9f458583e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a95310f31f65b4fde64b6c9f458583e3", - "x-ms-correlation-request-id": "f78a335e-2c04-4f83-9b84-e5a4a363b153", - "x-ms-ratelimit-remaining-subscription-reads": "11689", - "x-ms-request-id": "266042a3-f2e6-4205-abe7-544d2ad88746", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030312Z:f78a335e-2c04-4f83-9b84-e5a4a363b153" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/91a2c6ba-3d81-4bd3-b800-b23151c6e839?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1fcd7aebc4e2f2f5ce482a9ee34367a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1fcd7aebc4e2f2f5ce482a9ee34367a", - "x-ms-correlation-request-id": "c1dc5c6a-6dd3-4a6e-8215-fc612c92b330", - "x-ms-ratelimit-remaining-subscription-reads": "11688", - "x-ms-request-id": "7380a44a-182e-4d5b-9640-6b80eabb7b63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030313Z:c1dc5c6a-6dd3-4a6e-8215-fc612c92b330" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903", - "name": "sto5903", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:56.6583383Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:02:56.6583383Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:02:56.5802088Z", - "primaryEndpoints": { - "dfs": "https://sto5903.dfs.core.windows.net/", - "web": "https://sto5903.z20.web.core.windows.net/", - "blob": "https://sto5903.blob.core.windows.net/", - "queue": "https://sto5903.queue.core.windows.net/", - "table": "https://sto5903.table.core.windows.net/", - "file": "https://sto5903.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-1690dbefb1290c4b80f0d6c9b691b0aa-4f79f4801dfd6a44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1e53129cef11b47d6e92506081e6f2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:13 GMT", - "ETag": "\u00220x8D8585AB88F2156\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1e53129cef11b47d6e92506081e6f2a", - "x-ms-correlation-request-id": "e5cba30b-ae3f-447e-8a98-4ab7ecc82058", - "x-ms-ratelimit-remaining-subscription-writes": "1109", - "x-ms-request-id": "b6a0dcf6-943b-46d9-9187-862188a36a56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030314Z:e5cba30b-ae3f-447e-8a98-4ab7ecc82058" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794", - "name": "container9794", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-a3ab25b646b40444bcf414633f1fc558-b7be7cba673ada42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "55ea630f3bb0e136234d809c54c5b215", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:14 GMT", - "ETag": "\u00220x8D8585AB8F23AF6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55ea630f3bb0e136234d809c54c5b215", - "x-ms-correlation-request-id": "7c11ee36-2685-4c24-bab4-77f00fff2317", - "x-ms-ratelimit-remaining-subscription-writes": "1108", - "x-ms-request-id": "89ed3431-566a-4f18-8b3a-39ca70fcb91d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030314Z:7c11ee36-2685-4c24-bab4-77f00fff2317" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794", - "name": "container9794", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container2455?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-b1fbb34b12955d438feef26140be6df1-cb8ab1f00223c448-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e541b8cbd02b409d677d20a2953c613", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:15 GMT", - "ETag": "\u00220x8D8585AB954DF4F\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e541b8cbd02b409d677d20a2953c613", - "x-ms-correlation-request-id": "7810ab3a-2fae-4136-91ee-6d981cad0492", - "x-ms-ratelimit-remaining-subscription-writes": "1107", - "x-ms-request-id": "f4342c68-6228-4cf5-98ec-69b33bbfd193", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030315Z:7810ab3a-2fae-4136-91ee-6d981cad0492" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container2455", - "name": "container2455", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9542?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-bd475527440c494d9f2d2d1004fa4167-b20fd82a56a5574d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "254bd0dfed6204fabea34eabc711360f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:15 GMT", - "ETag": "\u00220x8D8585AB9B64B05\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "254bd0dfed6204fabea34eabc711360f", - "x-ms-correlation-request-id": "9e8c21fa-134a-4163-aafc-04fff003eaa4", - "x-ms-ratelimit-remaining-subscription-writes": "1106", - "x-ms-request-id": "0c4e7116-64f4-4c78-8d1f-1847fc78d8cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030316Z:9e8c21fa-134a-4163-aafc-04fff003eaa4" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9542", - "name": "container9542", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b027b130d8ce1a5a1dac363d7f9fab9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1879", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b027b130d8ce1a5a1dac363d7f9fab9", - "x-ms-correlation-request-id": "9b6d69c1-5ab8-4bb4-90b9-7001eae8e211", - "x-ms-ratelimit-remaining-subscription-reads": "11687", - "x-ms-request-id": "15d94ed7-c5c5-4326-abec-ba12eda83ce6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030316Z:9b6d69c1-5ab8-4bb4-90b9-7001eae8e211" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container2455", - "name": "container2455", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB954DF4F\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:15.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9542", - "name": "container9542", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB9B64B05\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:15.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794", - "name": "container9794", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB8F23AF6\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:14.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1e6d589cdca2d2a5999431aba080e66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1525", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1e6d589cdca2d2a5999431aba080e66", - "x-ms-correlation-request-id": "a8d6d0e8-9c3c-4261-924e-18e6dbfc00ef", - "x-ms-ratelimit-remaining-subscription-reads": "11686", - "x-ms-request-id": "2dbc19d3-63c5-4449-8087-20b29e850aa6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030316Z:a8d6d0e8-9c3c-4261-924e-18e6dbfc00ef" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container2455", - "name": "container2455", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB954DF4F\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:15.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9542", - "name": "container9542", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB9B64B05\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:15.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ], - "nextLink": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$skipToken=/sto5903/container9794" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$skipToken=/sto5903/container9794", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d715fa9cf8c3d1f22a6983882a962dc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "637", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d715fa9cf8c3d1f22a6983882a962dc4", - "x-ms-correlation-request-id": "8b2e0d53-b8d8-4f33-a776-3748453c136c", - "x-ms-ratelimit-remaining-subscription-reads": "11685", - "x-ms-request-id": "1eacbc35-07a7-43b2-a94d-c8f9a84fa379", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030317Z:8b2e0d53-b8d8-4f33-a776-3748453c136c" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1331/providers/Microsoft.Storage/storageAccounts/sto5903/blobServices/default/containers/container9794", - "name": "container9794", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AB8F23AF6\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:03:14.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "2041509141", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json deleted file mode 100644 index 1437f2170a479..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9398?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-667b66b3a1f6c54b83999d8236f60235-d715e0ca6c7cac4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea9635cd225d911a1eb34cf2f83c0fb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c882f687-6a5f-4d8e-be25-ba8252a1f7a9", - "x-ms-ratelimit-remaining-subscription-writes": "1172", - "x-ms-request-id": "c882f687-6a5f-4d8e-be25-ba8252a1f7a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025623Z:c882f687-6a5f-4d8e-be25-ba8252a1f7a9" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398", - "name": "res9398", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-7a4477be8e1a15488b823919575e4ba2-ea52243c5b1e1a4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8675d5e9437bf8572089e773133efe4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8675d5e9437bf8572089e773133efe4b", - "x-ms-correlation-request-id": "8bb2169d-4342-4875-ad86-ad8072556c85", - "x-ms-ratelimit-remaining-subscription-writes": "1171", - "x-ms-request-id": "7bea925e-c501-455f-8c80-0c1d5e7ff4e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025625Z:8bb2169d-4342-4875-ad86-ad8072556c85" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40fa0c27b9a1f2513ef23d98331e0a74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40fa0c27b9a1f2513ef23d98331e0a74", - "x-ms-correlation-request-id": "0852bd9f-c7fb-4af0-8f91-5b3921fb35cf", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "6231e875-6397-4468-97a7-15988c74bc59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025626Z:0852bd9f-c7fb-4af0-8f91-5b3921fb35cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a08a64d63f777e71a4e8e9e4420af5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a08a64d63f777e71a4e8e9e4420af5d", - "x-ms-correlation-request-id": "ee549128-34e0-43d4-b628-dec3f38b47f4", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "00312b8f-11c2-40fd-b612-e588cfd3e6e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025627Z:ee549128-34e0-43d4-b628-dec3f38b47f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "064bbcddbd4336aa8f2510cd3522f3d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "064bbcddbd4336aa8f2510cd3522f3d9", - "x-ms-correlation-request-id": "fee479aa-f2cd-4bdf-beb9-7676a4868ebb", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "c60fe51b-b889-4ebd-bdd4-a50f00ee8564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025628Z:fee479aa-f2cd-4bdf-beb9-7676a4868ebb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2e98ad251bac433258326522ab3ad1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e98ad251bac433258326522ab3ad1e", - "x-ms-correlation-request-id": "445e3639-c1eb-481f-9145-189ba9a42112", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "c096d2ad-8cb3-420d-a26d-9a2603b54bb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025630Z:445e3639-c1eb-481f-9145-189ba9a42112" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "76bbdf4304d28f30fcd2cbd2531942f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76bbdf4304d28f30fcd2cbd2531942f7", - "x-ms-correlation-request-id": "3f915bcf-dcc4-411c-933c-84dd2c0d69cd", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "59ef4c67-3e4a-4d01-b349-5f692c605838", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025631Z:3f915bcf-dcc4-411c-933c-84dd2c0d69cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bacbb55b0c378ba28987e1c097570bdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bacbb55b0c378ba28987e1c097570bdb", - "x-ms-correlation-request-id": "32260dbe-ff8b-4a83-8f71-e7a42efee5ef", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "55e397e8-bd94-46ed-83ba-286f3498aa66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025632Z:32260dbe-ff8b-4a83-8f71-e7a42efee5ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "558af2777c67ce06595aa6e88660700b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "558af2777c67ce06595aa6e88660700b", - "x-ms-correlation-request-id": "6399d609-a8ba-4db4-a008-668c2c6250f3", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "9e170d15-dc1b-4d3c-a6ee-89a979c70911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025634Z:6399d609-a8ba-4db4-a008-668c2c6250f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75f72e41f3e736e63c30ec4b2270f7a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75f72e41f3e736e63c30ec4b2270f7a4", - "x-ms-correlation-request-id": "80c1f9c3-04fb-4fa0-b03d-36ef38bfe7b6", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "66c21751-847d-454a-9532-021e2dd311e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025635Z:80c1f9c3-04fb-4fa0-b03d-36ef38bfe7b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "615aefc6ec8fde90aefd61dd66b90428", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "615aefc6ec8fde90aefd61dd66b90428", - "x-ms-correlation-request-id": "83b71b38-63ef-4790-bc05-1c9c1070855b", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "5e7146c9-bd72-48a3-99b9-6ce3e1130c01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025636Z:83b71b38-63ef-4790-bc05-1c9c1070855b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "697ed516955f84f30b53193790bbabe8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "697ed516955f84f30b53193790bbabe8", - "x-ms-correlation-request-id": "469accfa-8640-442c-90c9-4ab6e368b9ca", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "c01ec170-d533-4178-b01e-bbe4284f20a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025638Z:469accfa-8640-442c-90c9-4ab6e368b9ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "972101620f06557c9d19c7ea9209cf82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "972101620f06557c9d19c7ea9209cf82", - "x-ms-correlation-request-id": "6aff2911-8b91-4d9b-832d-ca669a29f28d", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "c93ffc01-bcb9-4911-8686-9d7c2dd4d46c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025639Z:6aff2911-8b91-4d9b-832d-ca669a29f28d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c35c32b8df23144fbd6563bd3584df3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c35c32b8df23144fbd6563bd3584df3", - "x-ms-correlation-request-id": "3da15d9d-685c-4895-9793-4d6ebd365d8e", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "13c982c7-56d8-4d12-829f-0964775ca407", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025640Z:3da15d9d-685c-4895-9793-4d6ebd365d8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bea925e-c501-455f-8c80-0c1d5e7ff4e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "657a78516d9806225928cb46ce09f101", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "657a78516d9806225928cb46ce09f101", - "x-ms-correlation-request-id": "ccdc81fc-f6e6-4770-8711-7c6f1290ad3d", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "441f6688-2fcd-44c7-9a89-7494df721042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025642Z:ccdc81fc-f6e6-4770-8711-7c6f1290ad3d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446", - "name": "sto446", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:56:25.4478503Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:56:25.4478503Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:56:25.3697217Z", - "primaryEndpoints": { - "dfs": "https://sto446.dfs.core.windows.net/", - "web": "https://sto446.z20.web.core.windows.net/", - "blob": "https://sto446.blob.core.windows.net/", - "queue": "https://sto446.queue.core.windows.net/", - "table": "https://sto446.table.core.windows.net/", - "file": "https://sto446.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-528d0a1afc655641a83ea262cc52b5c6-c786d71fb4c15c41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86cc0c96f55fbcd4f09b30b9418244cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:42 GMT", - "ETag": "\u00220x8D85859CF522895\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86cc0c96f55fbcd4f09b30b9418244cb", - "x-ms-correlation-request-id": "f0a8a733-fd6f-49ed-b712-c327b9bed0d1", - "x-ms-ratelimit-remaining-subscription-writes": "1170", - "x-ms-request-id": "fa599f05-438a-4dbe-add1-a767e007422b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025642Z:f0a8a733-fd6f-49ed-b712-c327b9bed0d1" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339", - "name": "container8339", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-243e1bb70bc35d4bafe10e94363eaef0-4ea0c4094f2f2c4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f1999d3ea6aa1bd2ef3c9c2fe62f2e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:42 GMT", - "ETag": "\u00228d85859cfa32eac\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f1999d3ea6aa1bd2ef3c9c2fe62f2e4", - "x-ms-correlation-request-id": "44cad5ac-e26f-420d-9bf8-5439024d0cea", - "x-ms-ratelimit-remaining-subscription-writes": "1169", - "x-ms-request-id": "64189949-b5d8-4345-a729-ec062e600da1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025643Z:44cad5ac-e26f-420d-9bf8-5439024d0cea" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859cfa32eac\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d85859cfa32eac\u0022", - "traceparent": "00-b8d1c7f99f501143a2219ca96239156e-f5c7a1460ac5eb4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c3cb7546d8083f2a5a9a7d2f14d17a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "417", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:56:43 GMT", - "ETag": "\u00228d85859cff1df06\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c3cb7546d8083f2a5a9a7d2f14d17a6", - "x-ms-correlation-request-id": "49b28fdd-ea52-4082-b0fb-14b583a397a7", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "c3c72ead-c527-42c5-94cd-91640d034522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025643Z:49b28fdd-ea52-4082-b0fb-14b583a397a7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859cff1df06\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9398/providers/Microsoft.Storage/storageAccounts/sto446/blobServices/default/containers/container8339?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e34827faafc114418230d708e2047df0-cb308599bc072f46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70fa7a8771d8ab194e2b576b2b12bd8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70fa7a8771d8ab194e2b576b2b12bd8d", - "x-ms-correlation-request-id": "463a65db-05bd-4965-9e96-6ce3c594eea0", - "x-ms-ratelimit-remaining-subscription-deletes": "14988", - "x-ms-request-id": "27db4cd5-12c2-45c8-bec1-5d9f0d0b617c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025644Z:463a65db-05bd-4965-9e96-6ce3c594eea0" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "171649288", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json deleted file mode 100644 index fb088df52d2df..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4378?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a6635ff084b4704c8b3f632f8f90208c-a486c55cba59b344-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d47a30e83e98c38ba1ff2ae3a22c4f7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c6c4038-0b5a-4315-8049-2b562c5a59d9", - "x-ms-ratelimit-remaining-subscription-writes": "1105", - "x-ms-request-id": "5c6c4038-0b5a-4315-8049-2b562c5a59d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030331Z:5c6c4038-0b5a-4315-8049-2b562c5a59d9" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378", - "name": "res4378", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-0d5a256a9abada4c9adb3df91274b6be-8fe67d0673fd8447-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2fd66c97c8940eb6c490b64c741d2b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2fd66c97c8940eb6c490b64c741d2b8", - "x-ms-correlation-request-id": "3d45eb88-eb3a-41e5-b367-8ef85a6dd588", - "x-ms-ratelimit-remaining-subscription-writes": "1104", - "x-ms-request-id": "7e7fea66-bafd-4b60-b756-10448041d3f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030334Z:3d45eb88-eb3a-41e5-b367-8ef85a6dd588" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f458e8920783b35f8f942bf47f5edabe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f458e8920783b35f8f942bf47f5edabe", - "x-ms-correlation-request-id": "e2aa7aa6-82fc-4b61-8504-921779639da1", - "x-ms-ratelimit-remaining-subscription-reads": "11684", - "x-ms-request-id": "277041a1-7fd3-4be5-8c7a-cf1f430fdd15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030334Z:e2aa7aa6-82fc-4b61-8504-921779639da1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "71222a58db43c2b7ad3f357fa8b9be02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71222a58db43c2b7ad3f357fa8b9be02", - "x-ms-correlation-request-id": "a2195b87-727c-446f-bd70-27d6c9478eec", - "x-ms-ratelimit-remaining-subscription-reads": "11683", - "x-ms-request-id": "4a53546c-d9df-4871-94cd-e897f4313c9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030336Z:a2195b87-727c-446f-bd70-27d6c9478eec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ded11a7bdde879355b581489dac43e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ded11a7bdde879355b581489dac43e4d", - "x-ms-correlation-request-id": "11017458-1e97-4adc-9423-235b920ab61e", - "x-ms-ratelimit-remaining-subscription-reads": "11682", - "x-ms-request-id": "9f6225a5-db11-45c5-a54d-a5d1b9f24c8c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030337Z:11017458-1e97-4adc-9423-235b920ab61e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57d9152f5c47b6ad30964744d1df0bd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57d9152f5c47b6ad30964744d1df0bd6", - "x-ms-correlation-request-id": "d200cdb1-00be-4972-b7e1-c7b0e0bbaba7", - "x-ms-ratelimit-remaining-subscription-reads": "11681", - "x-ms-request-id": "8202cceb-20f4-4617-a966-a12ecf446677", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030338Z:d200cdb1-00be-4972-b7e1-c7b0e0bbaba7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "657929d5fb8d7ad6f5a916ebc72ee7e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "657929d5fb8d7ad6f5a916ebc72ee7e8", - "x-ms-correlation-request-id": "e3ac4c40-889c-4b46-935b-e701f22a6dc9", - "x-ms-ratelimit-remaining-subscription-reads": "11680", - "x-ms-request-id": "ac8e701b-a9de-4395-8aea-5689a4b65692", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030340Z:e3ac4c40-889c-4b46-935b-e701f22a6dc9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9250e70167df1eba6d1aad5195f1a77b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9250e70167df1eba6d1aad5195f1a77b", - "x-ms-correlation-request-id": "05882f36-9bd8-4ef4-a20e-0460500a62c4", - "x-ms-ratelimit-remaining-subscription-reads": "11679", - "x-ms-request-id": "f3959caf-2cad-44da-8f9e-a8604133a42b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030341Z:05882f36-9bd8-4ef4-a20e-0460500a62c4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1b43d4cd94b33c03f5e629e46c2ef02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1b43d4cd94b33c03f5e629e46c2ef02", - "x-ms-correlation-request-id": "3ef98470-86be-4fde-9a76-cd7bcf9e2330", - "x-ms-ratelimit-remaining-subscription-reads": "11678", - "x-ms-request-id": "ec6da2cd-b575-4215-b9ba-2b4e8ad80146", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030342Z:3ef98470-86be-4fde-9a76-cd7bcf9e2330" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9425fae798f6df66e5af7724d85e504", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9425fae798f6df66e5af7724d85e504", - "x-ms-correlation-request-id": "cb281f82-74fe-4db2-a65f-acafd0b7a36f", - "x-ms-ratelimit-remaining-subscription-reads": "11677", - "x-ms-request-id": "21344916-ee72-47f5-941b-4e5f4cacb449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030344Z:cb281f82-74fe-4db2-a65f-acafd0b7a36f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a9e9b013679289d271c5380051cd8ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a9e9b013679289d271c5380051cd8ab", - "x-ms-correlation-request-id": "3f6e7dce-1434-4720-9451-573c529a142b", - "x-ms-ratelimit-remaining-subscription-reads": "11676", - "x-ms-request-id": "909f5d27-b5e1-4db9-966e-056a8524c44c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030345Z:3f6e7dce-1434-4720-9451-573c529a142b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36a2ab2bbdaed3ec464642f0e14de5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36a2ab2bbdaed3ec464642f0e14de5b9", - "x-ms-correlation-request-id": "c37e0832-fd65-4a93-a3cc-fd56743c4cdf", - "x-ms-ratelimit-remaining-subscription-reads": "11675", - "x-ms-request-id": "c9a435d5-80f1-4154-b6f0-e3eb8f0ce3c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030346Z:c37e0832-fd65-4a93-a3cc-fd56743c4cdf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab9c5d7965237889c11ac27225766852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab9c5d7965237889c11ac27225766852", - "x-ms-correlation-request-id": "6f96e150-404d-4376-b1c6-ae7278fcc948", - "x-ms-ratelimit-remaining-subscription-reads": "11674", - "x-ms-request-id": "b8db3a8f-6430-4df5-9349-0539ae511241", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030348Z:6f96e150-404d-4376-b1c6-ae7278fcc948" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2474c82aee24455aeca4333f3ac46da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2474c82aee24455aeca4333f3ac46da", - "x-ms-correlation-request-id": "86609d87-dd7d-4035-9d9a-e360ec719d4d", - "x-ms-ratelimit-remaining-subscription-reads": "11673", - "x-ms-request-id": "39607e84-74d3-4549-8d6c-f30a45db23ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030349Z:86609d87-dd7d-4035-9d9a-e360ec719d4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e7fea66-bafd-4b60-b756-10448041d3f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a70699372d7fc687222a7593fb7aadd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a70699372d7fc687222a7593fb7aadd0", - "x-ms-correlation-request-id": "d510ebe2-ea95-495d-9382-7cf64c443188", - "x-ms-ratelimit-remaining-subscription-reads": "11672", - "x-ms-request-id": "5cdc93b2-6b7c-4d82-859b-82a278594041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030350Z:d510ebe2-ea95-495d-9382-7cf64c443188" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150", - "name": "sto5150", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:03:34.0973743Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:03:34.0973743Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:03:34.0348781Z", - "primaryEndpoints": { - "dfs": "https://sto5150.dfs.core.windows.net/", - "web": "https://sto5150.z20.web.core.windows.net/", - "blob": "https://sto5150.blob.core.windows.net/", - "queue": "https://sto5150.queue.core.windows.net/", - "table": "https://sto5150.table.core.windows.net/", - "file": "https://sto5150.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-b9d9cd401ea0f74bb25a178995ba1378-9b1e05765c37234c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "06956eefd74208cb58fc5921558414d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:51 GMT", - "ETag": "\u00220x8D8585ACED492C5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06956eefd74208cb58fc5921558414d4", - "x-ms-correlation-request-id": "ab4a8a49-387d-4e64-828e-1e54f488587f", - "x-ms-ratelimit-remaining-subscription-writes": "1103", - "x-ms-request-id": "1b02b07b-e4bf-44f2-9497-7b3e456d438d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030351Z:ab4a8a49-387d-4e64-828e-1e54f488587f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819", - "name": "container9819", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-0cfa4df2ecb0334486b342ef683bd9f9-36ac142d39685446-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f8c3ae7d3c1c4558080b738c248341c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:51 GMT", - "ETag": "\u00228d8585acf244d68\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f8c3ae7d3c1c4558080b738c248341c", - "x-ms-correlation-request-id": "e0e17185-ae2f-4206-9570-8a162dd4d920", - "x-ms-ratelimit-remaining-subscription-writes": "1102", - "x-ms-request-id": "62d1729f-9c11-486e-af30-792af7024894", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030352Z:e0e17185-ae2f-4206-9570-8a162dd4d920" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585acf244d68\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d8585acf244d68\u0022", - "traceparent": "00-6c24f69b7d36fb4e81e2cfee0422718e-8f846e4a2ac56e49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e045572d3b1c1f43b9f26312ea4cca5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:03:52 GMT", - "ETag": "\u00228d8585acf7a21ee\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e045572d3b1c1f43b9f26312ea4cca5", - "x-ms-correlation-request-id": "17f1a4ad-36fa-496c-8705-40b1ac4d6c71", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "b3a04494-4462-4984-87df-f8d93e91c3e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030352Z:17f1a4ad-36fa-496c-8705-40b1ac4d6c71" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585acf7a21ee\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4378/providers/Microsoft.Storage/storageAccounts/sto5150/blobServices/default/containers/container9819?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b53ff00aa24c054f8625faf4afe61345-09169b636144c142-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3f13bf6060211c1c19d085c11f924510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f13bf6060211c1c19d085c11f924510", - "x-ms-correlation-request-id": "8fe508b2-8194-46ba-8a35-5e41a4b5f375", - "x-ms-ratelimit-remaining-subscription-deletes": "14965", - "x-ms-request-id": "4dee83fb-a89c-4940-963a-2db35b63a1da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030353Z:8fe508b2-8194-46ba-8a35-5e41a4b5f375" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1576353286", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json deleted file mode 100644 index 2b3ff0ef4fd04..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json +++ /dev/null @@ -1,737 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res8432?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5da87b9ff259c64fac9f76f24939ea9d-3f9b06d56e86a24b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4be7182ee81e1d9dc3bb1ff2964f89d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "280511d9-feb8-42b9-949a-702ddbd61607", - "x-ms-ratelimit-remaining-subscription-writes": "1168", - "x-ms-request-id": "280511d9-feb8-42b9-949a-702ddbd61607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025647Z:280511d9-feb8-42b9-949a-702ddbd61607" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432", - "name": "res8432", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-e58764d44852d14c80c4a4e5a862a050-65c4a625166fdc44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "588a567087456c4fc0cf3840458bc31f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "588a567087456c4fc0cf3840458bc31f", - "x-ms-correlation-request-id": "aa1760c3-440f-48eb-8f9e-8f068183401c", - "x-ms-ratelimit-remaining-subscription-writes": "1167", - "x-ms-request-id": "daf7ff17-b297-46b1-9d51-ba79ed239f91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025650Z:aa1760c3-440f-48eb-8f9e-8f068183401c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8217011c8a93ea3c6f57c01ea0a096b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8217011c8a93ea3c6f57c01ea0a096b0", - "x-ms-correlation-request-id": "77cbdc60-35da-4d3a-898e-3bcc6164ae58", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "b82d0c6d-064d-46f7-be63-10be2ba3fd68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025650Z:77cbdc60-35da-4d3a-898e-3bcc6164ae58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "429bdfee402cb9c3f4081c0a38239eec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "429bdfee402cb9c3f4081c0a38239eec", - "x-ms-correlation-request-id": "e88d76aa-fc6b-4570-a28f-d075efb4a4ec", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "0ed265fe-1a52-49d8-ae62-2febba4cc850", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025651Z:e88d76aa-fc6b-4570-a28f-d075efb4a4ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4423797e4173038be5e1ed97f542e19b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4423797e4173038be5e1ed97f542e19b", - "x-ms-correlation-request-id": "35902b18-2417-47dd-8ae9-c9924e7f5f5a", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "410c3140-4035-4f6f-81fa-d991e54f94f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025653Z:35902b18-2417-47dd-8ae9-c9924e7f5f5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef3e9da40e39dc933d5e8d8b6e31b14c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef3e9da40e39dc933d5e8d8b6e31b14c", - "x-ms-correlation-request-id": "fa78f1ce-6756-4f04-a0a1-51ed490c0026", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "15b36ebc-e857-4c2e-8e37-b47115011769", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025654Z:fa78f1ce-6756-4f04-a0a1-51ed490c0026" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "27a0d4b9527dac3d54975d4a522bc3b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27a0d4b9527dac3d54975d4a522bc3b2", - "x-ms-correlation-request-id": "eb93e665-4bbe-4907-b279-ad4081e81b1f", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "65519c25-0dd6-4500-a686-7d4283296a98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025655Z:eb93e665-4bbe-4907-b279-ad4081e81b1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b668126afe470b3e6470614b30095b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b668126afe470b3e6470614b30095b3", - "x-ms-correlation-request-id": "24b6aef8-41f2-4acf-889a-e659b2cdf4df", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "867852ed-348f-4013-bbbd-ae308f304a89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025657Z:24b6aef8-41f2-4acf-889a-e659b2cdf4df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21dea130baa1521e60919aa1b1488a11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21dea130baa1521e60919aa1b1488a11", - "x-ms-correlation-request-id": "6901b6da-4961-458a-8229-566d81034c5c", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "aed14131-d1c6-4b97-8c21-61c002404239", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025658Z:6901b6da-4961-458a-8229-566d81034c5c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec64db9a16cb0a67213041354b28f853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:56:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec64db9a16cb0a67213041354b28f853", - "x-ms-correlation-request-id": "2893443e-dcfa-4ebb-9e24-bd34d9684c60", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "2e981d15-2040-44e9-98a7-181685c53fdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025659Z:2893443e-dcfa-4ebb-9e24-bd34d9684c60" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b01aa901a24d6b1063133a531411be9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b01aa901a24d6b1063133a531411be9d", - "x-ms-correlation-request-id": "5026e676-3237-4f9d-84d8-b6d7b01f13b8", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "826bd120-7e57-43ae-923d-6ca2de554074", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025700Z:5026e676-3237-4f9d-84d8-b6d7b01f13b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d87af5bda99b19e73ad3ff7179e80737", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d87af5bda99b19e73ad3ff7179e80737", - "x-ms-correlation-request-id": "21400546-b9c8-4afa-a107-d63f69673b21", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "a7c37878-ece1-48ac-aea6-dbc65a46a7df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025702Z:21400546-b9c8-4afa-a107-d63f69673b21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "07a04698d92df7c3cbf888b7db14f610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07a04698d92df7c3cbf888b7db14f610", - "x-ms-correlation-request-id": "fae3838a-0a25-4b85-93c2-43a2b421ea6b", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "1f4c7329-5ebf-44fd-8c45-046fd391fe1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025703Z:fae3838a-0a25-4b85-93c2-43a2b421ea6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5578a37120ae57b8c201767aa39ef27b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5578a37120ae57b8c201767aa39ef27b", - "x-ms-correlation-request-id": "4d798f2b-f020-4bde-86fa-26cd0b7d3ffd", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "fc6ee720-15be-427e-9770-62c0a16b1c8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025704Z:4d798f2b-f020-4bde-86fa-26cd0b7d3ffd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daf7ff17-b297-46b1-9d51-ba79ed239f91?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cdba030cb770e47031820ca2202f3e26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdba030cb770e47031820ca2202f3e26", - "x-ms-correlation-request-id": "0ec79ad0-0aeb-4796-87db-f5699147969c", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "f0464744-9224-4e68-b114-900d41acd28e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025706Z:0ec79ad0-0aeb-4796-87db-f5699147969c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615", - "name": "sto3615", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:56:49.7464572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:56:49.7464572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:56:49.6527004Z", - "primaryEndpoints": { - "dfs": "https://sto3615.dfs.core.windows.net/", - "web": "https://sto3615.z20.web.core.windows.net/", - "blob": "https://sto3615.blob.core.windows.net/", - "queue": "https://sto3615.queue.core.windows.net/", - "table": "https://sto3615.table.core.windows.net/", - "file": "https://sto3615.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615/blobServices/default/containers/container1436?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c11d6bd89c06554bae0db45eccf2306c-e9470352078ca145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6fd6ffef89b18e7848442c6249542c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:05 GMT", - "ETag": "\u00220x8D85859DD984993\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fd6ffef89b18e7848442c6249542c06", - "x-ms-correlation-request-id": "28a59c8d-d1e0-4a87-9ed9-72fdea19975a", - "x-ms-ratelimit-remaining-subscription-writes": "1166", - "x-ms-request-id": "f65c8d89-5f25-4907-bffd-9168fc109042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025706Z:28a59c8d-d1e0-4a87-9ed9-72fdea19975a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615/blobServices/default/containers/container1436", - "name": "container1436", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615/blobServices/default/containers/container1436/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-295b605b41d54e409e4c1c5dbd574da8-994e8a79b6321648-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "59d8ab0d9f2832b994242c13153792c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59d8ab0d9f2832b994242c13153792c2", - "x-ms-correlation-request-id": "35af82da-a28d-496e-a232-f25e033a4bd0", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "dbc1df50-8d75-4f3d-a600-5d2bbd50a311", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025707Z:35af82da-a28d-496e-a232-f25e033a4bd0" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8432/providers/Microsoft.Storage/storageAccounts/sto3615/blobServices/default/containers/container1436/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-624afcd12a913d4eaecc2501429086cb-d32d7f8d2fba7844-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9eb39d500c1b795b423e28724481e82d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9eb39d500c1b795b423e28724481e82d", - "x-ms-correlation-request-id": "7530131d-1e6a-4962-ac81-59dd9ae75f0b", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "951b48b5-027f-4626-9e19-2861eb95d54a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025707Z:7530131d-1e6a-4962-ac81-59dd9ae75f0b" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - } - ], - "Variables": { - "RandomSeed": "842703583", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json deleted file mode 100644 index 9c719d5ca77c9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json +++ /dev/null @@ -1,737 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3366?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-37b8adb7790d5347ac2f9dbcf67deb1a-04c2a86c8918f848-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f2c7045f98f7b3602adbdecee1135c92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:03:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e932e3ca-640a-43e4-8879-cad1fd73136a", - "x-ms-ratelimit-remaining-subscription-writes": "1101", - "x-ms-request-id": "e932e3ca-640a-43e4-8879-cad1fd73136a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030356Z:e932e3ca-640a-43e4-8879-cad1fd73136a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366", - "name": "res3366", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-8b6846a26406b145a96e1ec5b5054b86-b3a200a9212b8d45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b9b3f1425f3161f09544c8400f506d99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9b3f1425f3161f09544c8400f506d99", - "x-ms-correlation-request-id": "60c26cca-e1f1-415a-b46f-22d52c9f04d7", - "x-ms-ratelimit-remaining-subscription-writes": "1100", - "x-ms-request-id": "964148b5-6023-4e81-8f9d-247c9020aba0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030400Z:60c26cca-e1f1-415a-b46f-22d52c9f04d7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0a1ebc1ae49a52dd791625498731b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0a1ebc1ae49a52dd791625498731b8b", - "x-ms-correlation-request-id": "57495e5a-2baa-4c7c-8f5f-4a79dd6f9859", - "x-ms-ratelimit-remaining-subscription-reads": "11671", - "x-ms-request-id": "5eb0f960-a1ef-4513-9766-a6b5bd24543c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030400Z:57495e5a-2baa-4c7c-8f5f-4a79dd6f9859" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c90835707c3ce4b402f8fad1ced99c58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c90835707c3ce4b402f8fad1ced99c58", - "x-ms-correlation-request-id": "a6e47650-1113-4142-bc6d-d27a146b3142", - "x-ms-ratelimit-remaining-subscription-reads": "11670", - "x-ms-request-id": "8f3ff027-677a-4680-9b0d-031f753bd539", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030402Z:a6e47650-1113-4142-bc6d-d27a146b3142" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "237fb64aacae2a4f1c7a3ea8fc99224a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237fb64aacae2a4f1c7a3ea8fc99224a", - "x-ms-correlation-request-id": "3fde6a58-5829-4969-94fa-290fc2917eb5", - "x-ms-ratelimit-remaining-subscription-reads": "11669", - "x-ms-request-id": "80ee004e-917d-498d-8488-7974cf3b61b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030403Z:3fde6a58-5829-4969-94fa-290fc2917eb5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8fa60544303544d537bdbe50b35cd7fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fa60544303544d537bdbe50b35cd7fe", - "x-ms-correlation-request-id": "33d49cdb-74b2-4bd7-8e7a-245ccb70e965", - "x-ms-ratelimit-remaining-subscription-reads": "11668", - "x-ms-request-id": "c59d6989-2595-4a0c-8bf0-daa0ded85a8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030404Z:33d49cdb-74b2-4bd7-8e7a-245ccb70e965" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e10a0af4f7f4c4dce5ddadc23e0be868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e10a0af4f7f4c4dce5ddadc23e0be868", - "x-ms-correlation-request-id": "17f5ccc9-ff41-4f93-86dc-7d2b54d928a3", - "x-ms-ratelimit-remaining-subscription-reads": "11667", - "x-ms-request-id": "68f15656-dd7e-451d-bae5-9696e4050541", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030406Z:17f5ccc9-ff41-4f93-86dc-7d2b54d928a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c88cb0d60d321922e13aecf1eefe77bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c88cb0d60d321922e13aecf1eefe77bf", - "x-ms-correlation-request-id": "4166f720-73a3-482c-8545-796456a607cf", - "x-ms-ratelimit-remaining-subscription-reads": "11666", - "x-ms-request-id": "bba7388c-02dc-426b-9796-a6c4cb474a14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030407Z:4166f720-73a3-482c-8545-796456a607cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1b340a3408f4d5529e2a9578313062b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b340a3408f4d5529e2a9578313062b", - "x-ms-correlation-request-id": "685c4386-f232-4ab0-af3b-ddfe87544ef8", - "x-ms-ratelimit-remaining-subscription-reads": "11665", - "x-ms-request-id": "ce47ed55-fa3e-49aa-8f2b-4a58258e22d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030408Z:685c4386-f232-4ab0-af3b-ddfe87544ef8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "037a55d40ed0e7cbe7f000ba0bead5e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "037a55d40ed0e7cbe7f000ba0bead5e6", - "x-ms-correlation-request-id": "31de978a-f421-4d59-bfeb-ac69fb097e97", - "x-ms-ratelimit-remaining-subscription-reads": "11664", - "x-ms-request-id": "90a457c8-a52b-435d-be0e-6256fc25de6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030410Z:31de978a-f421-4d59-bfeb-ac69fb097e97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd1eed65f65895d85a3e9e5063ca96ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd1eed65f65895d85a3e9e5063ca96ce", - "x-ms-correlation-request-id": "54ef8013-9e05-4aba-80c5-a4b2249473a3", - "x-ms-ratelimit-remaining-subscription-reads": "11663", - "x-ms-request-id": "c0087c77-08c5-4a98-84ad-0f11d2372416", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030411Z:54ef8013-9e05-4aba-80c5-a4b2249473a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "981cc033748494ef74cc0a9f3f9b423e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "981cc033748494ef74cc0a9f3f9b423e", - "x-ms-correlation-request-id": "4f226b77-5e3e-4256-9a97-47b87bed9dd4", - "x-ms-ratelimit-remaining-subscription-reads": "11662", - "x-ms-request-id": "56a8bc1f-16c5-447a-8df6-c0fa15a0b9ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030412Z:4f226b77-5e3e-4256-9a97-47b87bed9dd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95f2c30c08f4ded37de4a8916f7a841c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95f2c30c08f4ded37de4a8916f7a841c", - "x-ms-correlation-request-id": "6dceee16-a2a7-4704-af15-83cba949e70f", - "x-ms-ratelimit-remaining-subscription-reads": "11661", - "x-ms-request-id": "1c0bf0b0-a38a-44bb-88fb-74b101a6587b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030414Z:6dceee16-a2a7-4704-af15-83cba949e70f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a8632593ccdf162fe89898ceb3955bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a8632593ccdf162fe89898ceb3955bf", - "x-ms-correlation-request-id": "e0a0be74-a5be-4ec0-908b-179cd90acf9d", - "x-ms-ratelimit-remaining-subscription-reads": "11660", - "x-ms-request-id": "661ee3c8-1c23-4273-bc91-8075034391fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030415Z:e0a0be74-a5be-4ec0-908b-179cd90acf9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/964148b5-6023-4e81-8f9d-247c9020aba0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a04460fc00d82bd9ed3e1ba0cc5d25fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a04460fc00d82bd9ed3e1ba0cc5d25fa", - "x-ms-correlation-request-id": "380b9a17-d913-42da-a3b4-11c05512e86e", - "x-ms-ratelimit-remaining-subscription-reads": "11659", - "x-ms-request-id": "b12a2a2b-ff65-4a88-8dbf-79e3c69c5d2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030416Z:380b9a17-d913-42da-a3b4-11c05512e86e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714", - "name": "sto714", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:00.0367369Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:00.0367369Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:03:59.9742372Z", - "primaryEndpoints": { - "dfs": "https://sto714.dfs.core.windows.net/", - "web": "https://sto714.z20.web.core.windows.net/", - "blob": "https://sto714.blob.core.windows.net/", - "queue": "https://sto714.queue.core.windows.net/", - "table": "https://sto714.table.core.windows.net/", - "file": "https://sto714.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714/blobServices/default/containers/container6523?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-426f2c93adbf724faaa6cc067b4ab90a-1d822d150bde414b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "150d45ee70f761cf01976b7f47f2448e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:16 GMT", - "ETag": "\u00220x8D8585ADE4B3D46\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "150d45ee70f761cf01976b7f47f2448e", - "x-ms-correlation-request-id": "a880593e-2dc6-4e3d-aa31-4d3d94a8a5b3", - "x-ms-ratelimit-remaining-subscription-writes": "1099", - "x-ms-request-id": "cea6ae00-582d-45ac-bfea-e7bc661779c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030417Z:a880593e-2dc6-4e3d-aa31-4d3d94a8a5b3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714/blobServices/default/containers/container6523", - "name": "container6523", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714/blobServices/default/containers/container6523/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-9ec01c9ebfcc254db4200130e078830f-e9f7f8ed8a4fa14f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "360f95e843e459585a5d8f21c125a164", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "360f95e843e459585a5d8f21c125a164", - "x-ms-correlation-request-id": "3a9495e1-5d85-4162-9133-e1666fdbfe92", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "10824518-1145-465e-bc6c-0b9010b894c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030417Z:3a9495e1-5d85-4162-9133-e1666fdbfe92" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3366/providers/Microsoft.Storage/storageAccounts/sto714/blobServices/default/containers/container6523/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-7b35a8451141d14c806c594a2a82a502-f3292de64f3c5840-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f3fd448faa48ef04743fd7696eaca54b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3fd448faa48ef04743fd7696eaca54b", - "x-ms-correlation-request-id": "c40b6718-7932-4459-8bfa-b796aa31587b", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "87672a44-3dfe-4bab-9dd3-3bf27c6c9bf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030418Z:c40b6718-7932-4459-8bfa-b796aa31587b" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - } - ], - "Variables": { - "RandomSeed": "1745049870", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json deleted file mode 100644 index b3539f1301138..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json +++ /dev/null @@ -1,788 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5662?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8314686086eb814fa97a6255c39b7d38-e88fe4f68b824643-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c9232279ad6e928ea6ee32fce562aa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ff51f28e-a708-4262-ad90-0227853d3a45", - "x-ms-ratelimit-remaining-subscription-writes": "1165", - "x-ms-request-id": "ff51f28e-a708-4262-ad90-0227853d3a45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025715Z:ff51f28e-a708-4262-ad90-0227853d3a45" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662", - "name": "res5662", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-acec34cf5d287546b1dc431b53fa9f13-44ac43eaf153714f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b371789b1e5197fa6c14cf67ae35a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b371789b1e5197fa6c14cf67ae35a2c", - "x-ms-correlation-request-id": "4a41a917-e0e3-4aec-a961-27ae0c013f6c", - "x-ms-ratelimit-remaining-subscription-writes": "1164", - "x-ms-request-id": "ccd36d53-f7a8-450c-a95d-f0133e7e9e58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025724Z:4a41a917-e0e3-4aec-a961-27ae0c013f6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8da2194fa885804112332fd9dbf36f8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8da2194fa885804112332fd9dbf36f8b", - "x-ms-correlation-request-id": "c1ef1352-c813-4590-8f48-e8e858632954", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "abefebe9-d15d-4cad-87eb-a8ca66e37043", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025725Z:c1ef1352-c813-4590-8f48-e8e858632954" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d950288285acbc3f2aa09d7c2406453", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d950288285acbc3f2aa09d7c2406453", - "x-ms-correlation-request-id": "ebe88577-a1e1-4f9e-8e14-cc2164454baf", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "c902d78e-f8f5-4012-968a-d61e1787a810", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025726Z:ebe88577-a1e1-4f9e-8e14-cc2164454baf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61a6b4e8cd4090a7974f68ef8e4ab10e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61a6b4e8cd4090a7974f68ef8e4ab10e", - "x-ms-correlation-request-id": "1f6f5ab5-91d7-4275-9834-77e5c823570b", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "262c9b43-ace0-447e-8629-458d95ebfd8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025727Z:1f6f5ab5-91d7-4275-9834-77e5c823570b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2b6639d5bbe273d56d79ada9f69bed2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2b6639d5bbe273d56d79ada9f69bed2", - "x-ms-correlation-request-id": "8e37c71b-4c2b-45e8-a2de-0e75cf90ce5b", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "a9d617f4-1f1e-4e57-83dc-f857dd0400f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025729Z:8e37c71b-4c2b-45e8-a2de-0e75cf90ce5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "26f0dcce0e4cbb4b5a04e60abfd33da8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26f0dcce0e4cbb4b5a04e60abfd33da8", - "x-ms-correlation-request-id": "792366df-dc3f-4d08-a1f6-f2970c46d25e", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "f739e266-1a15-48a4-b0cc-4aa94458e411", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025730Z:792366df-dc3f-4d08-a1f6-f2970c46d25e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e39faf9b28a8d95777f0a6932cdf12d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e39faf9b28a8d95777f0a6932cdf12d", - "x-ms-correlation-request-id": "e0183942-1083-4696-949a-fec5f1dc9924", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "0723a909-7319-4a08-92d1-4618252eedff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025731Z:e0183942-1083-4696-949a-fec5f1dc9924" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b12196918a598ec118fb57b975336783", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b12196918a598ec118fb57b975336783", - "x-ms-correlation-request-id": "e4e01dcb-d547-4746-810e-c18e486a31a8", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "3bd77136-3da9-42cc-9c8b-9d4f9e7b458f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025733Z:e4e01dcb-d547-4746-810e-c18e486a31a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4e1f2995f2f1c474763afcc04e1888d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4e1f2995f2f1c474763afcc04e1888d", - "x-ms-correlation-request-id": "22b874e9-deae-4bcd-a5c8-b5f29fdf35fa", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "2c36ed3c-ef5b-4140-ab53-616c29c91163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025734Z:22b874e9-deae-4bcd-a5c8-b5f29fdf35fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2979b8138bb16e4e38ab468f5adc1743", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2979b8138bb16e4e38ab468f5adc1743", - "x-ms-correlation-request-id": "51504cf0-7d64-401d-ab73-353ac6ed3f52", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "0ddc8ad7-5a54-4d88-9156-9ad01d716255", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025735Z:51504cf0-7d64-401d-ab73-353ac6ed3f52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fcf87184ceb31fd4e046af6dbf48a36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fcf87184ceb31fd4e046af6dbf48a36", - "x-ms-correlation-request-id": "f0726b94-634f-4e19-a365-d5f57cdeb262", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "638f08df-f20b-4fa2-b8db-7da4665dac1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025736Z:f0726b94-634f-4e19-a365-d5f57cdeb262" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bca5ca723dba0ed1a4726b8419b8c26a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bca5ca723dba0ed1a4726b8419b8c26a", - "x-ms-correlation-request-id": "68adfe9a-f8f5-4cce-a424-89b79b318f0c", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "88a605b9-29e8-4fb2-b826-091090666fe9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025738Z:68adfe9a-f8f5-4cce-a424-89b79b318f0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cb46b4b4912c7a1ba47daac20589344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cb46b4b4912c7a1ba47daac20589344", - "x-ms-correlation-request-id": "0c9d3efd-7b18-4640-8d7f-fded41170c80", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "13ab3af0-fb6f-453b-87a8-3535b5796a1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025739Z:0c9d3efd-7b18-4640-8d7f-fded41170c80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ccd36d53-f7a8-450c-a95d-f0133e7e9e58?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "901c0f205b36da89b6c19b79e0781895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "901c0f205b36da89b6c19b79e0781895", - "x-ms-correlation-request-id": "3f94ebcb-5432-450c-be3e-6846c8bdd030", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "c1e35a3d-5d95-46f5-b843-7f44bf6a145f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025740Z:3f94ebcb-5432-450c-be3e-6846c8bdd030" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957", - "name": "sto8957", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:57:24.2171912Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:57:24.2171912Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:57:24.1234453Z", - "primaryEndpoints": { - "dfs": "https://sto8957.dfs.core.windows.net/", - "web": "https://sto8957.z20.web.core.windows.net/", - "blob": "https://sto8957.blob.core.windows.net/", - "queue": "https://sto8957.queue.core.windows.net/", - "table": "https://sto8957.table.core.windows.net/", - "file": "https://sto8957.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-8fbc4912d5cdf747831d5c2a375b6335-9d37ce49b916754a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "406faaff240e2829de02726224ed4cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:41 GMT", - "ETag": "\u00220x8D85859F252E00A\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "406faaff240e2829de02726224ed4cdf", - "x-ms-correlation-request-id": "129c1aba-ec45-4a70-a45e-ad4e944fe732", - "x-ms-ratelimit-remaining-subscription-writes": "1163", - "x-ms-request-id": "87752a0a-ca2b-4f96-ae34-b02fb2b8e564", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025741Z:129c1aba-ec45-4a70-a45e-ad4e944fe732" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056", - "name": "container8056", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-c9f7e3581835e84b85fd7b2b4ecc2edd-ac9213348706004b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b0964273431e2f0d9c651ad28e6412f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:41 GMT", - "ETag": "\u00228d85859f2a82e41\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b0964273431e2f0d9c651ad28e6412f", - "x-ms-correlation-request-id": "10ff3743-0da1-4658-a528-ae58f9dd4778", - "x-ms-ratelimit-remaining-subscription-writes": "1162", - "x-ms-request-id": "b7b03a92-606f-4152-ab40-56535fca566e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025742Z:10ff3743-0da1-4658-a528-ae58f9dd4778" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859f2a82e41\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "If-Match": "\u00228d85859f2a82e41\u0022", - "traceparent": "00-4a82e727544c284baadd5e7535223a6e-2c2bca4ba2c5a84c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad216a440324eb11f3675858167891d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:42 GMT", - "ETag": "\u00228d85859f302c93e\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad216a440324eb11f3675858167891d3", - "x-ms-correlation-request-id": "4852be08-2de7-4778-8b34-5ffc2a87122a", - "x-ms-ratelimit-remaining-subscription-writes": "1161", - "x-ms-request-id": "92ca622a-0d50-47ad-b582-ec3529b4b123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025742Z:4852be08-2de7-4778-8b34-5ffc2a87122a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859f302c93e\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d045521b02c1ec42bbbbdf02528d4be8-039b725908b4e348-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "14b99a4ffa0ecb10b98c6647d27b00f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:57:42 GMT", - "ETag": "\u00228d85859f302c93e\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14b99a4ffa0ecb10b98c6647d27b00f8", - "x-ms-correlation-request-id": "1feedf87-6173-46fd-b523-8651091e70c3", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "524941e6-783c-4d56-a2c9-df35a64e2841", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025743Z:1feedf87-6173-46fd-b523-8651091e70c3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5662/providers/Microsoft.Storage/storageAccounts/sto8957/blobServices/default/containers/container8056/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d85859f302c93e\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "1039161710", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json deleted file mode 100644 index de9ccf694601d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,788 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res197?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6636c88c66b5ee40aed3e1e523d7359e-d0385a4161aabf41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a2070326f1569cf1474cb947e54e10f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4226fbdf-dfb8-49f2-81dd-bfade432712c", - "x-ms-ratelimit-remaining-subscription-writes": "1098", - "x-ms-request-id": "4226fbdf-dfb8-49f2-81dd-bfade432712c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030421Z:4226fbdf-dfb8-49f2-81dd-bfade432712c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197", - "name": "res197", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-3c6211b96a99564fb15db595ebb2cccd-6a1cea5dfe3ecd4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5f4c847a7415ddf00c46ac14e4f6e1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5f4c847a7415ddf00c46ac14e4f6e1d", - "x-ms-correlation-request-id": "75f54750-bd6b-4d25-be53-eea3c91d4c5e", - "x-ms-ratelimit-remaining-subscription-writes": "1097", - "x-ms-request-id": "890aed4d-de3d-476e-b864-a1ecf905e92f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030423Z:75f54750-bd6b-4d25-be53-eea3c91d4c5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a73ba24fc8dc8f1401d14ab64a7c624", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a73ba24fc8dc8f1401d14ab64a7c624", - "x-ms-correlation-request-id": "26c46486-332c-4076-9a07-7f495cce53a7", - "x-ms-ratelimit-remaining-subscription-reads": "11658", - "x-ms-request-id": "f79656b5-58d5-4499-bc2e-d39b5066d6f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030424Z:26c46486-332c-4076-9a07-7f495cce53a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4180765c04056f815829ba1833ea7706", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4180765c04056f815829ba1833ea7706", - "x-ms-correlation-request-id": "ea63e91d-a736-4801-8d8c-7ecea2bd6a8e", - "x-ms-ratelimit-remaining-subscription-reads": "11657", - "x-ms-request-id": "4b821828-bc3f-4676-9dde-d8381e334c0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030425Z:ea63e91d-a736-4801-8d8c-7ecea2bd6a8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "939db16f24dc00902013cae8c2c46573", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "939db16f24dc00902013cae8c2c46573", - "x-ms-correlation-request-id": "1e686a7b-25cf-4411-bc16-0c61ba7ce295", - "x-ms-ratelimit-remaining-subscription-reads": "11656", - "x-ms-request-id": "caded790-8048-4984-b149-0e93b642d2f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030426Z:1e686a7b-25cf-4411-bc16-0c61ba7ce295" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70974f62137920b43904f26442d99556", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70974f62137920b43904f26442d99556", - "x-ms-correlation-request-id": "9d0adbcb-6f5a-4048-afef-3e59cc72cc2c", - "x-ms-ratelimit-remaining-subscription-reads": "11655", - "x-ms-request-id": "50083d0f-89b6-497a-984a-116afb3d62e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030428Z:9d0adbcb-6f5a-4048-afef-3e59cc72cc2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b33c0ea6320a3848e67f20f13998ac93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b33c0ea6320a3848e67f20f13998ac93", - "x-ms-correlation-request-id": "4e0f2fa5-fe4f-4183-aca0-7d5dcf9a41b8", - "x-ms-ratelimit-remaining-subscription-reads": "11654", - "x-ms-request-id": "909665c3-a792-4340-bc64-e87ead72b920", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030429Z:4e0f2fa5-fe4f-4183-aca0-7d5dcf9a41b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e4b547c306535c8cfd7c5ad7322bbe47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4b547c306535c8cfd7c5ad7322bbe47", - "x-ms-correlation-request-id": "5a3888c1-7b38-483a-97c6-4c14684758b3", - "x-ms-ratelimit-remaining-subscription-reads": "11653", - "x-ms-request-id": "8fff7e7c-0836-4ad4-b02a-2ee843f76d1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030430Z:5a3888c1-7b38-483a-97c6-4c14684758b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b442747eb2883068065f89f9f2c2e6a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b442747eb2883068065f89f9f2c2e6a0", - "x-ms-correlation-request-id": "5097cbcf-0f8a-4757-b483-502aefafd567", - "x-ms-ratelimit-remaining-subscription-reads": "11652", - "x-ms-request-id": "fd9f4f52-f494-4f02-9f80-b411d635344a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030432Z:5097cbcf-0f8a-4757-b483-502aefafd567" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fba05e57b0249f0381e0b68dd77006ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fba05e57b0249f0381e0b68dd77006ba", - "x-ms-correlation-request-id": "6daad131-6b56-46b2-b408-67530691b97b", - "x-ms-ratelimit-remaining-subscription-reads": "11651", - "x-ms-request-id": "18d85003-af33-49ed-afb3-6ab308a3fe9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030433Z:6daad131-6b56-46b2-b408-67530691b97b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c573d9c1f756110ade84def37d92693b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c573d9c1f756110ade84def37d92693b", - "x-ms-correlation-request-id": "a51c7303-141a-494f-bc31-6820df18686b", - "x-ms-ratelimit-remaining-subscription-reads": "11650", - "x-ms-request-id": "88f2b534-481f-4c4f-b570-b48306622a76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030434Z:a51c7303-141a-494f-bc31-6820df18686b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d380b995c28bcd2371a233a8fbda5895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d380b995c28bcd2371a233a8fbda5895", - "x-ms-correlation-request-id": "1b6a3c57-e95f-4290-971e-263aff9ee0eb", - "x-ms-ratelimit-remaining-subscription-reads": "11649", - "x-ms-request-id": "1b37416d-9801-4e8d-bc84-4e5c14e2be59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030436Z:1b6a3c57-e95f-4290-971e-263aff9ee0eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1838cf59214e5f4a538e1c9fd10f22ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1838cf59214e5f4a538e1c9fd10f22ee", - "x-ms-correlation-request-id": "e6ecfe5a-1b41-4510-9178-5b63e433b4f0", - "x-ms-ratelimit-remaining-subscription-reads": "11648", - "x-ms-request-id": "cfa47570-e0f0-4356-af87-6d49e5d4ed52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030437Z:e6ecfe5a-1b41-4510-9178-5b63e433b4f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ef77b7632f0ff2fb5a553b3c4621503", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ef77b7632f0ff2fb5a553b3c4621503", - "x-ms-correlation-request-id": "bd16b0a8-5800-4f3d-a976-a511f96db8ea", - "x-ms-ratelimit-remaining-subscription-reads": "11647", - "x-ms-request-id": "fc5961be-6cb7-4efa-ac23-bf3b2fd80d92", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030438Z:bd16b0a8-5800-4f3d-a976-a511f96db8ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890aed4d-de3d-476e-b864-a1ecf905e92f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad9a482c505a74ec6f207ffca584fc62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad9a482c505a74ec6f207ffca584fc62", - "x-ms-correlation-request-id": "a9244525-7a40-4146-a54c-848e354229b6", - "x-ms-ratelimit-remaining-subscription-reads": "11646", - "x-ms-request-id": "f8257209-ea17-4b44-9c96-5e701a49cdf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030440Z:a9244525-7a40-4146-a54c-848e354229b6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579", - "name": "sto2579", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:23.2425838Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:23.2425838Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:04:23.1487968Z", - "primaryEndpoints": { - "dfs": "https://sto2579.dfs.core.windows.net/", - "web": "https://sto2579.z20.web.core.windows.net/", - "blob": "https://sto2579.blob.core.windows.net/", - "queue": "https://sto2579.queue.core.windows.net/", - "table": "https://sto2579.table.core.windows.net/", - "file": "https://sto2579.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-62c79f3dd40aec4e997d40644dd610a3-1e6e4338c5df8440-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3803144a53aa0263962a9cd969bf078", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:39 GMT", - "ETag": "\u00220x8D8585AEC21011C\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3803144a53aa0263962a9cd969bf078", - "x-ms-correlation-request-id": "d0793214-d73f-4641-886e-32e12940d35e", - "x-ms-ratelimit-remaining-subscription-writes": "1096", - "x-ms-request-id": "6a64d3f2-5015-476e-be85-a4c21df13ef7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030440Z:d0793214-d73f-4641-886e-32e12940d35e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973", - "name": "container1973", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-dcfae8c740476445b495ba841ed43937-a95e762f65796345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7489731993748e2583afcfb2325931a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:40 GMT", - "ETag": "\u00228d8585aec7ff03b\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7489731993748e2583afcfb2325931a9", - "x-ms-correlation-request-id": "77b43bda-e3f0-4b8c-929f-deba8e310c37", - "x-ms-ratelimit-remaining-subscription-writes": "1095", - "x-ms-request-id": "5a509c7d-49b1-4c83-be7f-85aea5bfd4b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030441Z:77b43bda-e3f0-4b8c-929f-deba8e310c37" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aec7ff03b\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "If-Match": "\u00228d8585aec7ff03b\u0022", - "traceparent": "00-c41c061a07a5bb4c98f0d5496265f892-792ef13b8912eb4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "308033f12094a3f1740d21ed43a6d885", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:41 GMT", - "ETag": "\u00228d8585aecdceda0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "308033f12094a3f1740d21ed43a6d885", - "x-ms-correlation-request-id": "83d340e8-7d52-4371-bf27-ae0596312886", - "x-ms-ratelimit-remaining-subscription-writes": "1094", - "x-ms-request-id": "a4ec57f3-0940-4f85-821a-466c2dca2af2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030441Z:83d340e8-7d52-4371-bf27-ae0596312886" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aecdceda0\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-13b0f60ad2880341ada86baf936b6341-f2a2eadae8964341-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "118c838eee72b00b0cf25f8bd5736ddf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:04:41 GMT", - "ETag": "\u00228d8585aecdceda0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "118c838eee72b00b0cf25f8bd5736ddf", - "x-ms-correlation-request-id": "b8b53351-4e30-4578-a9e2-2e06b1928382", - "x-ms-ratelimit-remaining-subscription-reads": "11645", - "x-ms-request-id": "cd064c8a-50a6-4b16-adec-626a5b57b61e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030442Z:b8b53351-4e30-4578-a9e2-2e06b1928382" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res197/providers/Microsoft.Storage/storageAccounts/sto2579/blobServices/default/containers/container1973/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585aecdceda0\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "788202214", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json deleted file mode 100644 index 23be94c4d52b2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json +++ /dev/null @@ -1,723 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1928?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-70c34f523bec374c8f45c1f8a0219378-5910e3c580869747-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7bb427856d586ec0e95eb1a99371d2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fdf9e149-c829-49af-a177-b77ed7e0b0f4", - "x-ms-ratelimit-remaining-subscription-writes": "1160", - "x-ms-request-id": "fdf9e149-c829-49af-a177-b77ed7e0b0f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025745Z:fdf9e149-c829-49af-a177-b77ed7e0b0f4" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928", - "name": "res1928", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-23132f35498bb7489060331f50086daf-a29a20eed47add49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7744f53a2d00a659c4fd0c3e6a54cf0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7744f53a2d00a659c4fd0c3e6a54cf0c", - "x-ms-correlation-request-id": "1beb5a72-b964-46a1-8af0-57f98929303d", - "x-ms-ratelimit-remaining-subscription-writes": "1159", - "x-ms-request-id": "848f54df-d1f7-47ea-96eb-7997fd8bcbbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025749Z:1beb5a72-b964-46a1-8af0-57f98929303d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5645d3568d1157861401158e048a440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5645d3568d1157861401158e048a440", - "x-ms-correlation-request-id": "6eda29b4-f0d8-46e2-9e11-ee53543552f9", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "0ded90d1-c725-400e-bd00-4e08d28b9bf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025749Z:6eda29b4-f0d8-46e2-9e11-ee53543552f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e8e0d1b74a08600eda5b5f052c2f8fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e8e0d1b74a08600eda5b5f052c2f8fd", - "x-ms-correlation-request-id": "2bc88d0b-9eff-4c89-935d-c0125d86b341", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "81d39d5a-33c3-47a8-b69b-83eddb60a2da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025750Z:2bc88d0b-9eff-4c89-935d-c0125d86b341" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c092de4faefa33b716758fda2afbf7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c092de4faefa33b716758fda2afbf7a", - "x-ms-correlation-request-id": "f0bfa517-b3b6-4913-9bfc-7a0f168658a5", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "521f71e6-c314-4b75-8445-82a0bf3e88a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025752Z:f0bfa517-b3b6-4913-9bfc-7a0f168658a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a07b9a6aca39c03e5ddee82cb387c39e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a07b9a6aca39c03e5ddee82cb387c39e", - "x-ms-correlation-request-id": "580d159f-19e9-48b9-9015-2dab38128f88", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "96d518bf-5b08-482d-9107-411b1c4900a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025753Z:580d159f-19e9-48b9-9015-2dab38128f88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2731448983e2150d2eadc381c03e43e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2731448983e2150d2eadc381c03e43e", - "x-ms-correlation-request-id": "579701a0-41dd-44fc-ad75-a66ec2982585", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "6f757fc8-7e1e-41b8-a483-d23ede4a1e6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025754Z:579701a0-41dd-44fc-ad75-a66ec2982585" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7863ae5574619c4ef49af11110eefe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7863ae5574619c4ef49af11110eefe9", - "x-ms-correlation-request-id": "604ff9d9-0c7d-4e3d-837a-78711cc651da", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "5a52768b-ddcf-463f-8013-b0eccb9923dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025756Z:604ff9d9-0c7d-4e3d-837a-78711cc651da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8db4b9a40d3bd23b4a5ace4eed05a359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8db4b9a40d3bd23b4a5ace4eed05a359", - "x-ms-correlation-request-id": "d050031b-6d4a-4fe4-ba8e-883c1d98d23f", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "68f83696-c3d7-4341-8892-1f87aa52c933", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025757Z:d050031b-6d4a-4fe4-ba8e-883c1d98d23f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7847a9f90c00f0585059c3f5e83f0fc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7847a9f90c00f0585059c3f5e83f0fc3", - "x-ms-correlation-request-id": "4300a9ce-ad03-4218-aca3-40b50639f060", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "1b7cb80b-e51d-48a6-b3df-34021065aed8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025758Z:4300a9ce-ad03-4218-aca3-40b50639f060" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6394f3fb564ed803feb46dec89752cea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:57:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6394f3fb564ed803feb46dec89752cea", - "x-ms-correlation-request-id": "5db301cf-71b2-4106-b9e5-cc0d4c5d62f7", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "a36e0484-4343-4783-9426-67635fb9a3ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025800Z:5db301cf-71b2-4106-b9e5-cc0d4c5d62f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "681755a577c798e960c43de14a46e90a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "681755a577c798e960c43de14a46e90a", - "x-ms-correlation-request-id": "7c9de490-61e9-4988-89c2-c9e927e772fa", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "ebfe240f-d15f-4fec-b742-bbdce5a3e081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025802Z:7c9de490-61e9-4988-89c2-c9e927e772fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa530a4a4070a30ba66e7a4c9e6c66da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa530a4a4070a30ba66e7a4c9e6c66da", - "x-ms-correlation-request-id": "b09d8027-ee0f-4281-94c9-e6329f2dd99c", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f6d50392-68f0-4a85-93b5-a46aa6f2b2ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025803Z:b09d8027-ee0f-4281-94c9-e6329f2dd99c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/848f54df-d1f7-47ea-96eb-7997fd8bcbbb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9350d82da72783fc09fc038919218eb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9350d82da72783fc09fc038919218eb8", - "x-ms-correlation-request-id": "9a3cacac-9436-42cf-a895-093c8b65f067", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "21e8623d-1ce3-49b7-8b9c-ed6b551f2f3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025804Z:9a3cacac-9436-42cf-a895-093c8b65f067" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202", - "name": "sto2202", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:57:48.7651188Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:57:48.7651188Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:57:48.6713808Z", - "primaryEndpoints": { - "blob": "https://sto2202.blob.core.windows.net/", - "queue": "https://sto2202.queue.core.windows.net/", - "table": "https://sto2202.table.core.windows.net/", - "file": "https://sto2202.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-27777d413144b54f980c002518d0ec3a-3279c2ceaa9c4542-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "227fa2627931496574c158fc9cf9f45d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:04 GMT", - "ETag": "\u00220x8D8585A00804D80\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "227fa2627931496574c158fc9cf9f45d", - "x-ms-correlation-request-id": "f883e231-093e-43b0-82e6-7503645519f6", - "x-ms-ratelimit-remaining-subscription-writes": "1158", - "x-ms-request-id": "bbcccd26-179e-4251-8c82-6cc59412c347", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025805Z:f883e231-093e-43b0-82e6-7503645519f6" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089", - "name": "container6089", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-071e92301f983d4fa6b03c2c137b48c1-79591675279eee46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f571b362e2560da2cff0743d828984e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:05 GMT", - "ETag": "\u00220x8D8585A00DA63D7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f571b362e2560da2cff0743d828984e0", - "x-ms-correlation-request-id": "f1b16dab-4e7f-4d5b-a660-1569830a6cd7", - "x-ms-ratelimit-remaining-subscription-writes": "1157", - "x-ms-request-id": "0931a5a2-f125-4c32-9dac-cd0ea311b0e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025806Z:f1b16dab-4e7f-4d5b-a660-1569830a6cd7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089", - "name": "container6089", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a8896b1d6e482f4592bf6239643760c6-57d73ba2cd88564a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca3c82c1b7e75ffceb49b3e5a4876d02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "701", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:05 GMT", - "ETag": "\u00220x8D8585A00DA63D7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca3c82c1b7e75ffceb49b3e5a4876d02", - "x-ms-correlation-request-id": "950281ca-b887-481f-8b13-7e0057149002", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "398e1637-a1de-4962-b088-deb31a9db281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025806Z:950281ca-b887-481f-8b13-7e0057149002" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1928/providers/Microsoft.Storage/storageAccounts/sto2202/blobServices/default/containers/container6089", - "name": "container6089", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585A00DA63D7\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T02:58:05.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "2050053840", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json deleted file mode 100644 index c016d2dff6f97..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json +++ /dev/null @@ -1,757 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4567?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9295ab297136b04c80190bdec531e5e2-d2c02beea233d548-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "880aaa84cdf4a11887099cd2e89019f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f82131a3-225a-4ff4-b433-a77a9be589dd", - "x-ms-ratelimit-remaining-subscription-writes": "1093", - "x-ms-request-id": "f82131a3-225a-4ff4-b433-a77a9be589dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030444Z:f82131a3-225a-4ff4-b433-a77a9be589dd" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567", - "name": "res4567", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-61ad6b72927f0d47b60e4d4fe073f643-3abe85a976487145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28c310bc1f79776b868b17c5545027a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28c310bc1f79776b868b17c5545027a8", - "x-ms-correlation-request-id": "e714c712-bb00-4a98-a409-fdf7c02c987a", - "x-ms-ratelimit-remaining-subscription-writes": "1092", - "x-ms-request-id": "0bd53848-6295-49d9-a3ec-31d171705181", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030447Z:e714c712-bb00-4a98-a409-fdf7c02c987a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba7cd4f7df568a0a9e116e4100dc32b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba7cd4f7df568a0a9e116e4100dc32b9", - "x-ms-correlation-request-id": "bf41e657-fc8e-43be-82da-4d466d5fe115", - "x-ms-ratelimit-remaining-subscription-reads": "11644", - "x-ms-request-id": "c6734903-ce37-4f7d-bb92-202532364863", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030448Z:bf41e657-fc8e-43be-82da-4d466d5fe115" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "07d829741a2c320135d04d5b15dffe2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07d829741a2c320135d04d5b15dffe2f", - "x-ms-correlation-request-id": "3d08bf51-334c-451b-9459-15ce847e9b72", - "x-ms-ratelimit-remaining-subscription-reads": "11643", - "x-ms-request-id": "ffbf58f4-57fe-46cd-9be4-e25d6f11a0ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030449Z:3d08bf51-334c-451b-9459-15ce847e9b72" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7fcdb20a6dd330517d6237191b99f2fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fcdb20a6dd330517d6237191b99f2fe", - "x-ms-correlation-request-id": "e7740067-f2ee-4a88-bb2d-036de5cd4837", - "x-ms-ratelimit-remaining-subscription-reads": "11642", - "x-ms-request-id": "75db0396-5032-4d29-92f8-520dfd424dc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030450Z:e7740067-f2ee-4a88-bb2d-036de5cd4837" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f1751ec797edc39d34a848691af75be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f1751ec797edc39d34a848691af75be", - "x-ms-correlation-request-id": "4bb9852d-4497-447c-98cb-0af5d16c802c", - "x-ms-ratelimit-remaining-subscription-reads": "11641", - "x-ms-request-id": "14249408-fa50-47bd-9aa7-9b4210d0fb3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030452Z:4bb9852d-4497-447c-98cb-0af5d16c802c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e373e12b20f07e5d8a889c9e3e7169b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e373e12b20f07e5d8a889c9e3e7169b", - "x-ms-correlation-request-id": "84512c62-ca06-4cf3-9219-bf4cb0533555", - "x-ms-ratelimit-remaining-subscription-reads": "11640", - "x-ms-request-id": "cf2df7d1-d99c-40be-9742-22871b0b6b5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030453Z:84512c62-ca06-4cf3-9219-bf4cb0533555" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c46e4fdeafc890b078f0ab89e8ca9ece", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c46e4fdeafc890b078f0ab89e8ca9ece", - "x-ms-correlation-request-id": "206b41e7-8d47-431a-9fd5-ca5f7d4c5674", - "x-ms-ratelimit-remaining-subscription-reads": "11639", - "x-ms-request-id": "ba226f6a-7e9c-4d45-8d2e-bf092c749d21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030454Z:206b41e7-8d47-431a-9fd5-ca5f7d4c5674" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc0679eda36239ef6c1076d6f06ff9ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc0679eda36239ef6c1076d6f06ff9ec", - "x-ms-correlation-request-id": "d9e7b53d-cf64-453f-bb63-d4825a406c98", - "x-ms-ratelimit-remaining-subscription-reads": "11638", - "x-ms-request-id": "d4a4c998-bec6-4b46-bc0d-648ceaa32949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030456Z:d9e7b53d-cf64-453f-bb63-d4825a406c98" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42a8e933b14063f68ea7d51e075b1e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42a8e933b14063f68ea7d51e075b1e0d", - "x-ms-correlation-request-id": "1d3cdd90-5ed7-4ca8-b12a-a436b049fa91", - "x-ms-ratelimit-remaining-subscription-reads": "11637", - "x-ms-request-id": "598c2534-b859-4233-90fe-0756d7c90154", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030457Z:1d3cdd90-5ed7-4ca8-b12a-a436b049fa91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "69dcbb0939e03a385f3558b738d9a009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69dcbb0939e03a385f3558b738d9a009", - "x-ms-correlation-request-id": "5bbc47b8-2dcf-4104-8468-a997618e93bb", - "x-ms-ratelimit-remaining-subscription-reads": "11636", - "x-ms-request-id": "8462093e-6bcb-40cb-bf4e-8d906c596581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030458Z:5bbc47b8-2dcf-4104-8468-a997618e93bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff56bff65b223b8e82a34dbbcdd03210", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:04:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff56bff65b223b8e82a34dbbcdd03210", - "x-ms-correlation-request-id": "39f5bc7b-b463-4fb8-94e7-3f5b0c5b16d0", - "x-ms-ratelimit-remaining-subscription-reads": "11635", - "x-ms-request-id": "68ee457a-63fe-4eb5-a1b9-ace73fc54aa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030500Z:39f5bc7b-b463-4fb8-94e7-3f5b0c5b16d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "34cd69f29093f90bb06ee30a593e2bb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34cd69f29093f90bb06ee30a593e2bb5", - "x-ms-correlation-request-id": "c665d863-58f6-490b-967c-52b651e3a37f", - "x-ms-ratelimit-remaining-subscription-reads": "11634", - "x-ms-request-id": "329d6f5b-29c3-46b5-b36d-b6d9ee3e4aa3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030501Z:c665d863-58f6-490b-967c-52b651e3a37f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4728cc071e05adeb2da0e73deb7c6c8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4728cc071e05adeb2da0e73deb7c6c8e", - "x-ms-correlation-request-id": "306a8df3-824f-4d6d-bbfe-3cc71b5db6b1", - "x-ms-ratelimit-remaining-subscription-reads": "11633", - "x-ms-request-id": "a47da8df-a229-4cb1-9c7d-effbc259a5e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030502Z:306a8df3-824f-4d6d-bbfe-3cc71b5db6b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0bd53848-6295-49d9-a3ec-31d171705181?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfc547036b0c6676b35c4eb47883e244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfc547036b0c6676b35c4eb47883e244", - "x-ms-correlation-request-id": "48ed4d07-8a6c-477f-bdb0-172d85a8134e", - "x-ms-ratelimit-remaining-subscription-reads": "11632", - "x-ms-request-id": "d7c8be5b-0c62-41b9-9c13-684f16b5f18a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030504Z:48ed4d07-8a6c-477f-bdb0-172d85a8134e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364", - "name": "sto7364", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:47.2598928Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:04:47.2598928Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:04:47.1661136Z", - "primaryEndpoints": { - "blob": "https://sto7364.blob.core.windows.net/", - "queue": "https://sto7364.queue.core.windows.net/", - "table": "https://sto7364.table.core.windows.net/", - "file": "https://sto7364.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-36b00722ff52c74094281e2a60ae74b6-59bed02cb2a55044-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a801b4980bea7dd31f07f2a8ce0d3301", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:03 GMT", - "ETag": "\u00220x8D8585AFA770061\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a801b4980bea7dd31f07f2a8ce0d3301", - "x-ms-correlation-request-id": "59e4a505-b7d8-480d-ad2d-7a8c8f184d3e", - "x-ms-ratelimit-remaining-subscription-writes": "1091", - "x-ms-request-id": "08cebd78-ee72-429f-aa3b-f77b0bfd11d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030504Z:59e4a505-b7d8-480d-ad2d-7a8c8f184d3e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750", - "name": "container7750", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-d175632cd5a9c8489db32abc96505bfe-90f19110f7703e4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79110754a95c569bc193a9d03735a9be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:04 GMT", - "ETag": "\u00220x8D8585AFAD7CF91\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79110754a95c569bc193a9d03735a9be", - "x-ms-correlation-request-id": "2caa4a3d-09bf-4d0a-b4ed-49de78521c71", - "x-ms-ratelimit-remaining-subscription-writes": "1090", - "x-ms-request-id": "bf175cd9-415d-4a57-9988-ce8c56c75c82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030505Z:2caa4a3d-09bf-4d0a-b4ed-49de78521c71" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750", - "name": "container7750", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-49184b9fe3e39c429ec64b2e7c2774c4-ff0dccb30dd4954f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c853c5a3e56b3c18f251ec6383bde54e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "701", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:04 GMT", - "ETag": "\u00220x8D8585AFAD7CF91\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c853c5a3e56b3c18f251ec6383bde54e", - "x-ms-correlation-request-id": "8f6cdf5d-1008-425a-b129-bf8765def2c9", - "x-ms-ratelimit-remaining-subscription-reads": "11631", - "x-ms-request-id": "d849232b-56d7-4b8a-a086-9fc3767f7dbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030505Z:8f6cdf5d-1008-425a-b129-bf8765def2c9" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4567/providers/Microsoft.Storage/storageAccounts/sto7364/blobServices/default/containers/container7750", - "name": "container7750", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D8585AFAD7CF91\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2020-09-14T03:05:05.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "279337256", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json deleted file mode 100644 index 33f7bffc6c78c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json +++ /dev/null @@ -1,931 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1440?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-feb94275876d0c45a06fba345ec1b08f-c5f47417c707a94d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d298b11e5f856a4d9eab76191a228343", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32159376-7048-4121-9764-18286e0770b0", - "x-ms-ratelimit-remaining-subscription-writes": "1156", - "x-ms-request-id": "32159376-7048-4121-9764-18286e0770b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025809Z:32159376-7048-4121-9764-18286e0770b0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440", - "name": "res1440", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-d16b33cb29eff44688f769f7e531362a-68fa5dd27625bd46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f37f99d80c823d4e7454be642fb366a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f37f99d80c823d4e7454be642fb366a0", - "x-ms-correlation-request-id": "04bc7a4e-5090-40f8-b99e-97d4880430b1", - "x-ms-ratelimit-remaining-subscription-writes": "1155", - "x-ms-request-id": "ff4a0708-9173-43e1-8f86-a5a647707bb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025811Z:04bc7a4e-5090-40f8-b99e-97d4880430b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6680dc3753aca59b4994100b8e056ef7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6680dc3753aca59b4994100b8e056ef7", - "x-ms-correlation-request-id": "8a97d7e8-6d93-4cad-ab7e-3259460ac3dd", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "caafe483-3cda-49b7-84c9-7cf1fced922c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025811Z:8a97d7e8-6d93-4cad-ab7e-3259460ac3dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c3178104250e4060876b37ea0ce0204", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c3178104250e4060876b37ea0ce0204", - "x-ms-correlation-request-id": "69b1000d-4430-4f0b-b0c0-cf1970ce1eba", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "8824d14d-4d7c-41ff-9c66-8b30135d8a3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025813Z:69b1000d-4430-4f0b-b0c0-cf1970ce1eba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "532df1f7ff3295f4ea8db775e2867a3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "532df1f7ff3295f4ea8db775e2867a3a", - "x-ms-correlation-request-id": "c1ea13f2-8aba-45bc-80de-959077b37e2b", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "09059d6e-6702-40e0-8808-aff154988ead", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025814Z:c1ea13f2-8aba-45bc-80de-959077b37e2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c36f7494c13ef47cd59c5d35a01d057a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36f7494c13ef47cd59c5d35a01d057a", - "x-ms-correlation-request-id": "e458dcd5-d066-49b3-8851-91bc41691be9", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "44c19d76-31fd-458d-9dad-77cc5342fcb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025815Z:e458dcd5-d066-49b3-8851-91bc41691be9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c130c921bd810c4849cb1c28a900182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c130c921bd810c4849cb1c28a900182", - "x-ms-correlation-request-id": "29b95b48-023b-4dcb-b6c6-a37bcd37e782", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "a1d8f732-b009-4de2-a1b2-b755a3997102", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025817Z:29b95b48-023b-4dcb-b6c6-a37bcd37e782" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2be978fc3e5f35c675397d96a1bff4cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2be978fc3e5f35c675397d96a1bff4cd", - "x-ms-correlation-request-id": "c9b17bf3-e9ba-49ad-ac5a-e7cf67680b5f", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "f4cadde6-8b15-4d76-9bfc-dc04c7d66d63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025818Z:c9b17bf3-e9ba-49ad-ac5a-e7cf67680b5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6e33c88dd727962b05f3fa20fba6945", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6e33c88dd727962b05f3fa20fba6945", - "x-ms-correlation-request-id": "fb90da23-e71b-45b5-bfa6-351178c1f8a7", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "69e5c5e0-2238-4591-8bfa-b9b70cd559e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025819Z:fb90da23-e71b-45b5-bfa6-351178c1f8a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2738db9ad933531b46dd279f9d2e6ec4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2738db9ad933531b46dd279f9d2e6ec4", - "x-ms-correlation-request-id": "faab3b6c-490d-489b-9ff9-485447cd4816", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "4ba7d60b-e754-4751-a8fa-a00320d3a505", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025821Z:faab3b6c-490d-489b-9ff9-485447cd4816" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e39e4a72bad1f0f15707b00ff2426bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e39e4a72bad1f0f15707b00ff2426bb", - "x-ms-correlation-request-id": "9cb7041a-4b39-466c-9f39-30ecabdf4b09", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "b3ae87ac-654a-4b77-a19b-ba00bea7335d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025822Z:9cb7041a-4b39-466c-9f39-30ecabdf4b09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c6fb38cfcc86ae9921909094b5c3dc81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6fb38cfcc86ae9921909094b5c3dc81", - "x-ms-correlation-request-id": "bc3ea370-9156-4771-8c92-5546a9aa801b", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "9deba4c3-f881-41b2-a3de-956f2b5e524a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025823Z:bc3ea370-9156-4771-8c92-5546a9aa801b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2bfa7af01b806f97cb1912c25e1b5322", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bfa7af01b806f97cb1912c25e1b5322", - "x-ms-correlation-request-id": "62cac556-f9b1-46a2-b2da-ebfa35d281fc", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "16b1df22-71e5-4978-8dcd-69ce9451e949", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025825Z:62cac556-f9b1-46a2-b2da-ebfa35d281fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64cf6cb7a732da3e4a8a2c1d9a7b6952", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64cf6cb7a732da3e4a8a2c1d9a7b6952", - "x-ms-correlation-request-id": "af2b95a0-7106-4d2e-8471-bc19146dbf46", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "413fbaa8-5d87-4446-9340-d733122d354b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025826Z:af2b95a0-7106-4d2e-8471-bc19146dbf46" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ff4a0708-9173-43e1-8f86-a5a647707bb6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "850ff994fa29b33aa18cfa6dbad65006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "850ff994fa29b33aa18cfa6dbad65006", - "x-ms-correlation-request-id": "6d8b9f70-6799-456c-b22c-efae608016d4", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "46cf93b3-1ec1-443e-a58c-c2966aab2534", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025827Z:6d8b9f70-6799-456c-b22c-efae608016d4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856", - "name": "sto9856", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:11.1878764Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:11.1878764Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:58:11.0941088Z", - "primaryEndpoints": { - "blob": "https://sto9856.blob.core.windows.net/", - "queue": "https://sto9856.queue.core.windows.net/", - "table": "https://sto9856.table.core.windows.net/", - "file": "https://sto9856.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2b7610be8ac4b64286e5f8b27553699c-6da7cc60b6280848-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "49dc6e3c77f3484f3b1fe0f5ee7ad450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49dc6e3c77f3484f3b1fe0f5ee7ad450", - "x-ms-correlation-request-id": "863c27d3-e640-41e9-aa96-e65822b51b8c", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "22fea3e9-3c29-47bc-a948-f627b50366fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025828Z:863c27d3-e640-41e9-aa96-e65822b51b8c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "765", - "Content-Type": "application/json", - "traceparent": "00-58a272000ff7ec4fbcdb4b25ac8c7d76-88415209ea18eb47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "652ebfafcd0bbcf8311cc3a6add11f73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "993", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "652ebfafcd0bbcf8311cc3a6add11f73", - "x-ms-correlation-request-id": "3cb755e3-2138-4826-8306-2b9aaca28a22", - "x-ms-ratelimit-remaining-subscription-writes": "1154", - "x-ms-request-id": "2c3bedf2-1e40-4d1f-acbc-6900a8a193cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025828Z:3cb755e3-2138-4826-8306-2b9aaca28a22" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5eac9758902eb04e88c51f3f6e975a80-2cd8c1b9c4421449-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2ce0263a209e1c5eaac64a091a44c426", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1041", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ce0263a209e1c5eaac64a091a44c426", - "x-ms-correlation-request-id": "c617044f-bf36-4383-a0b6-555b80d7faf5", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "c55adef5-be05-4e4b-b4ca-12a9e01e4181", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025829Z:c617044f-bf36-4383-a0b6-555b80d7faf5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto9856/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "773865698", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json deleted file mode 100644 index a4156717f294e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json +++ /dev/null @@ -1,897 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4340?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b17c42a57d09fd47ad40e8f2a6e4db32-af38dc6688a94646-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "249e088b055a4f20b66682173900f969", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d601a30-1974-4fc7-b663-64b673189abe", - "x-ms-ratelimit-remaining-subscription-writes": "1089", - "x-ms-request-id": "5d601a30-1974-4fc7-b663-64b673189abe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030508Z:5d601a30-1974-4fc7-b663-64b673189abe" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340", - "name": "res4340", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8139aea6ec97044ebd96dabb3f01cdde-f48f4a3c06e80046-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4bd7db43b01f0825303c13b078a2d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4bd7db43b01f0825303c13b078a2d81", - "x-ms-correlation-request-id": "f6c904c6-7f3d-4797-93f4-701b43bc9a15", - "x-ms-ratelimit-remaining-subscription-writes": "1088", - "x-ms-request-id": "11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030511Z:f6c904c6-7f3d-4797-93f4-701b43bc9a15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe8fba781561cc8a1c3406025e14aedc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe8fba781561cc8a1c3406025e14aedc", - "x-ms-correlation-request-id": "4c7b2938-a820-449f-87e8-dd02d748c2b4", - "x-ms-ratelimit-remaining-subscription-reads": "11630", - "x-ms-request-id": "05c4bad6-b249-4f27-b8e0-c449972864d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030511Z:4c7b2938-a820-449f-87e8-dd02d748c2b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca3f9654d67262d966f4b0c4398b319a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca3f9654d67262d966f4b0c4398b319a", - "x-ms-correlation-request-id": "efefec94-f9d0-4623-9335-1b71d62f8cd5", - "x-ms-ratelimit-remaining-subscription-reads": "11629", - "x-ms-request-id": "75dd037d-6677-48ac-b30c-06e64be34f9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030512Z:efefec94-f9d0-4623-9335-1b71d62f8cd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4dc2e3cd2ffae51fabba76994b146bef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dc2e3cd2ffae51fabba76994b146bef", - "x-ms-correlation-request-id": "bb5f84bf-3db0-425b-a1ff-8d341f137276", - "x-ms-ratelimit-remaining-subscription-reads": "11628", - "x-ms-request-id": "1036ae46-7186-4d37-aff5-5f5f9a73c14e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030514Z:bb5f84bf-3db0-425b-a1ff-8d341f137276" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28a1258f6a7aa16ce02d976d64c59290", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28a1258f6a7aa16ce02d976d64c59290", - "x-ms-correlation-request-id": "ec405e13-1e72-42da-8e94-86324b34bef4", - "x-ms-ratelimit-remaining-subscription-reads": "11627", - "x-ms-request-id": "9b9e10a9-a2b8-4acd-904d-74f52e8761cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030515Z:ec405e13-1e72-42da-8e94-86324b34bef4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a346b03605125e176591fb760401652", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a346b03605125e176591fb760401652", - "x-ms-correlation-request-id": "c8d706a0-3ba9-435a-bc04-a1cd82dc7b6c", - "x-ms-ratelimit-remaining-subscription-reads": "11626", - "x-ms-request-id": "34f0f37f-1f0d-4987-a51c-c013661c7f18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030516Z:c8d706a0-3ba9-435a-bc04-a1cd82dc7b6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1435c18908ea632077206dcd97b281e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1435c18908ea632077206dcd97b281e5", - "x-ms-correlation-request-id": "5a691276-af26-4d6c-a10e-e3b416373baf", - "x-ms-ratelimit-remaining-subscription-reads": "11625", - "x-ms-request-id": "4787d7fe-766e-4b7c-9dad-4ed54a2bfae7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030518Z:5a691276-af26-4d6c-a10e-e3b416373baf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df95e528f0df2e9d437bb1204bb441a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df95e528f0df2e9d437bb1204bb441a0", - "x-ms-correlation-request-id": "d8443a1a-a970-4fcf-875d-96880d8d3b88", - "x-ms-ratelimit-remaining-subscription-reads": "11624", - "x-ms-request-id": "1fdfe465-cbcb-48ee-912c-001096fcbbf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030519Z:d8443a1a-a970-4fcf-875d-96880d8d3b88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2e345167e90faa64bd10330f3148dc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e345167e90faa64bd10330f3148dc4", - "x-ms-correlation-request-id": "9c4c4c61-5b4f-4459-8dfe-fb18e5d45654", - "x-ms-ratelimit-remaining-subscription-reads": "11623", - "x-ms-request-id": "1f29d8ec-2db4-4fdc-884d-d379f660d4c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030520Z:9c4c4c61-5b4f-4459-8dfe-fb18e5d45654" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b8f39d837aa99722306d16e570018c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b8f39d837aa99722306d16e570018c2", - "x-ms-correlation-request-id": "4e12f824-056e-4d29-946c-3f70ed83656d", - "x-ms-ratelimit-remaining-subscription-reads": "11622", - "x-ms-request-id": "43085050-fe7d-456f-a8b3-c299c47f4a09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030522Z:4e12f824-056e-4d29-946c-3f70ed83656d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52b6cddfdecfaa543f9b940eec6d3a2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52b6cddfdecfaa543f9b940eec6d3a2e", - "x-ms-correlation-request-id": "d6648956-8b88-4f79-a96e-853b32deb46a", - "x-ms-ratelimit-remaining-subscription-reads": "11621", - "x-ms-request-id": "ecbfff26-7990-4810-ba16-c70918d02be6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030524Z:d6648956-8b88-4f79-a96e-853b32deb46a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1147edeec625dff5d24a7f8aac37a34b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1147edeec625dff5d24a7f8aac37a34b", - "x-ms-correlation-request-id": "7f68e9db-37bc-4834-9284-7ca60bb20876", - "x-ms-ratelimit-remaining-subscription-reads": "11620", - "x-ms-request-id": "8d95d69e-0c86-4f00-a07c-ca66d6ed86fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030525Z:7f68e9db-37bc-4834-9284-7ca60bb20876" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11b8147d-2ea5-4fc9-b4d3-ec3ed6b15b68?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "265041b93a5efaf5e5e53b0ea363adb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "265041b93a5efaf5e5e53b0ea363adb6", - "x-ms-correlation-request-id": "ee168019-4bf4-4459-b679-9a43c12c8459", - "x-ms-ratelimit-remaining-subscription-reads": "11619", - "x-ms-request-id": "123f7333-f94b-4fc2-a3ac-d23f2cb2fa5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030526Z:ee168019-4bf4-4459-b679-9a43c12c8459" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712", - "name": "sto5712", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:10.6671450Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:10.6671450Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:05:10.5890102Z", - "primaryEndpoints": { - "blob": "https://sto5712.blob.core.windows.net/", - "queue": "https://sto5712.queue.core.windows.net/", - "table": "https://sto5712.table.core.windows.net/", - "file": "https://sto5712.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4b1e534a0967104c87bd33a7f57ee0d6-f7439037df53204a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6980a2cc06b8199cd7d680845fcafd07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6980a2cc06b8199cd7d680845fcafd07", - "x-ms-correlation-request-id": "cb927dbb-98da-4e72-861e-68665341dc56", - "x-ms-ratelimit-remaining-subscription-reads": "11618", - "x-ms-request-id": "e24c9f22-9177-42a1-b73e-d8e9081cb138", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030527Z:cb927dbb-98da-4e72-861e-68665341dc56" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "765", - "Content-Type": "application/json", - "traceparent": "00-7703076e3826054eb95699586dd5ed87-49bc7ac2c92c0e46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aa5548f8141cb3d0f84d2c408ae63c6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "993", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa5548f8141cb3d0f84d2c408ae63c6e", - "x-ms-correlation-request-id": "4df40b74-3225-4d31-ae85-2e9258117363", - "x-ms-ratelimit-remaining-subscription-writes": "1087", - "x-ms-request-id": "ec51d766-243a-4109-b71f-3bc09dcba012", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030528Z:4df40b74-3225-4d31-ae85-2e9258117363" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2236f89794cb45418b0e055337d54675-bb8e11f400874746-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0abdc89d39b7b292a4374f87ba709a1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1041", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0abdc89d39b7b292a4374f87ba709a1a", - "x-ms-correlation-request-id": "d3de2627-af0e-4076-9cbe-d3759bf5c4fe", - "x-ms-ratelimit-remaining-subscription-reads": "11617", - "x-ms-request-id": "8cf6961c-ec2d-4447-a716-70e6af997e46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030528Z:d3de2627-af0e-4076-9cbe-d3759bf5c4fe" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4340/providers/Microsoft.Storage/storageAccounts/sto5712/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1043745408", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json deleted file mode 100644 index cc90af910036d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json +++ /dev/null @@ -1,754 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5706?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9fd0fdab7fd6d442b1f77a3850f0173a-af8bbd349e46e24a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1b3dce866dfc900fe64fd516ddc0f21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c46917b6-0d4d-4ecf-9800-b747f2dfd495", - "x-ms-ratelimit-remaining-subscription-writes": "1153", - "x-ms-request-id": "c46917b6-0d4d-4ecf-9800-b747f2dfd495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025831Z:c46917b6-0d4d-4ecf-9800-b747f2dfd495" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706", - "name": "res5706", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3912f4bebe5c9442b77e20898c9cfb97-85a7bb2993200643-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "412867b4c219de0b084ff81b67f5861b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "412867b4c219de0b084ff81b67f5861b", - "x-ms-correlation-request-id": "db003959-24e6-4b01-96de-e6c87c9acce9", - "x-ms-ratelimit-remaining-subscription-writes": "1152", - "x-ms-request-id": "c6a6ba95-b7f5-41c8-9644-8c4e85fa374e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025834Z:db003959-24e6-4b01-96de-e6c87c9acce9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "407a79bc4d8b1acfa7d2d61608ae966e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "407a79bc4d8b1acfa7d2d61608ae966e", - "x-ms-correlation-request-id": "52cd6a48-8279-4822-9212-99a58b82e479", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "aa47f166-670f-452a-b718-089eed9f2ad9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025834Z:52cd6a48-8279-4822-9212-99a58b82e479" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cd13677a3323a19f34b6f8ba808c488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cd13677a3323a19f34b6f8ba808c488", - "x-ms-correlation-request-id": "45d2d3b2-7d7e-4c89-94c0-bf89240097ca", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "722318ca-91bb-4c03-b63a-dc86c1d7e28c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025835Z:45d2d3b2-7d7e-4c89-94c0-bf89240097ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed5ed7df457b4e8f90c2d6bca35dd423", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed5ed7df457b4e8f90c2d6bca35dd423", - "x-ms-correlation-request-id": "8cfb15a9-7283-4a50-8167-9fbcae1243a3", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "cd74a64b-4d54-4b03-bd13-ce7e51f9da5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025837Z:8cfb15a9-7283-4a50-8167-9fbcae1243a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e38babf7f4ae19ee603f4d3fde43719f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e38babf7f4ae19ee603f4d3fde43719f", - "x-ms-correlation-request-id": "1c59601e-2394-473c-ac51-a434c44a3d44", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "b11075b1-3dda-49a8-9559-b76a1fade231", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025838Z:1c59601e-2394-473c-ac51-a434c44a3d44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30374e0ea84f31f2a682ec6fcd5c9695", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30374e0ea84f31f2a682ec6fcd5c9695", - "x-ms-correlation-request-id": "c5822b33-8565-457c-b81b-17cb8494e75b", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "5862c83b-56f1-4a0b-9d8b-5d0803ad2034", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025839Z:c5822b33-8565-457c-b81b-17cb8494e75b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd944b76e07cebdae9458d3cf750704d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd944b76e07cebdae9458d3cf750704d", - "x-ms-correlation-request-id": "149c8f1d-ddfc-412b-9a24-5c343663fd89", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "2a2d5f31-c03b-4e39-b9d3-edf0dd875a24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025841Z:149c8f1d-ddfc-412b-9a24-5c343663fd89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "55ae3750a4264ed3b8593d2c087e4b03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55ae3750a4264ed3b8593d2c087e4b03", - "x-ms-correlation-request-id": "0548308c-42ac-4e7a-b100-e42b07aea5d8", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "5f4f8a37-e81d-4652-a7ac-6bb09be204dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025842Z:0548308c-42ac-4e7a-b100-e42b07aea5d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92c8b7a974ae2e22744c460a1bb63a56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92c8b7a974ae2e22744c460a1bb63a56", - "x-ms-correlation-request-id": "6307409f-558b-4dc3-a8e0-62b6fbbdbd9d", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "4a972d71-9759-44d2-90ac-7bc5420e64e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025843Z:6307409f-558b-4dc3-a8e0-62b6fbbdbd9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "961f9e1141aed26f77464422a3ade26b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "961f9e1141aed26f77464422a3ade26b", - "x-ms-correlation-request-id": "b10934b6-7047-4541-93c2-53d952246409", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "6369ce13-4d27-4b39-9b6e-b55acfdd4fb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025845Z:b10934b6-7047-4541-93c2-53d952246409" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3f938af9dd87dc9e1480e1d95dc93202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f938af9dd87dc9e1480e1d95dc93202", - "x-ms-correlation-request-id": "8e4b6efa-063a-416e-a1f5-bdd117605209", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "2a135485-f6ef-4b2c-a158-797b8eace520", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025846Z:8e4b6efa-063a-416e-a1f5-bdd117605209" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "691ae61fb55f675448f61b6830008ac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "691ae61fb55f675448f61b6830008ac6", - "x-ms-correlation-request-id": "8cd95749-f0f1-4036-910b-79b9245354ca", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "ad76975e-281a-4588-aaa7-152921a8bfa4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025847Z:8cd95749-f0f1-4036-910b-79b9245354ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9111db69fa2334cf0042812e5f9574ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9111db69fa2334cf0042812e5f9574ae", - "x-ms-correlation-request-id": "6ff32e52-295c-4164-9d23-19119f2709ac", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "06db954a-25d3-4a4a-97e9-abdae9ed0d94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025849Z:6ff32e52-295c-4164-9d23-19119f2709ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c6a6ba95-b7f5-41c8-9644-8c4e85fa374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc0242137993430c352bf790c235ab14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc0242137993430c352bf790c235ab14", - "x-ms-correlation-request-id": "b896c178-c7a5-4a49-a893-b93655209b14", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "2505b405-5114-453e-8fe1-1ca2b87dd2ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025850Z:b896c178-c7a5-4a49-a893-b93655209b14" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343", - "name": "sto1343", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:33.8294088Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:33.8294088Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:58:33.7356758Z", - "primaryEndpoints": { - "blob": "https://sto1343.blob.core.windows.net/", - "queue": "https://sto1343.queue.core.windows.net/", - "table": "https://sto1343.table.core.windows.net/", - "file": "https://sto1343.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e4b4f79d2528ec4e9e022d18b053ff9f-2f3450b99257fa43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81701bf5a1b725de17e6681c342507b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81701bf5a1b725de17e6681c342507b2", - "x-ms-correlation-request-id": "d7c06d51-f17e-4c6a-9f87-dbca4fa19879", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "91910385-7d39-474e-bed9-bbd13815cdd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025850Z:d7c06d51-f17e-4c6a-9f87-dbca4fa19879" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "129", - "Content-Type": "application/json", - "traceparent": "00-310f83edd2888749b6c327f9597252dd-20c51ac25b179047-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee546c81cefdef32cfcd5bf8033e71ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "357", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee546c81cefdef32cfcd5bf8033e71ca", - "x-ms-correlation-request-id": "e3932bcb-7279-4963-8297-9eb333501123", - "x-ms-ratelimit-remaining-subscription-writes": "1151", - "x-ms-request-id": "8987dda8-fc25-4cb8-a2df-6da3d30fb281", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025851Z:e3932bcb-7279-4963-8297-9eb333501123" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bd501621341058418effb070b3fe23e3-eb3fbfef55d5fe49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44396d96f22571f663dda4ad11ef0f0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "405", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:58:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44396d96f22571f663dda4ad11ef0f0f", - "x-ms-correlation-request-id": "26ae8c2d-6dbe-4340-839e-f3e3bedc2a5e", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "e935b9ea-63f9-4cdd-9b69-f679bd1ffc36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025851Z:26ae8c2d-6dbe-4340-839e-f3e3bedc2a5e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5706/providers/Microsoft.Storage/storageAccounts/sto1343/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1737140047", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json deleted file mode 100644 index 4573ad5f4d465..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json +++ /dev/null @@ -1,754 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9391?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-725b4cb998aa1945958636205b179bd3-1f4ca9722c4d754b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57ef045770fd78312ce3a913e262cac7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9539a717-5185-44de-9a51-6c5e07f8bdca", - "x-ms-ratelimit-remaining-subscription-writes": "1086", - "x-ms-request-id": "9539a717-5185-44de-9a51-6c5e07f8bdca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030531Z:9539a717-5185-44de-9a51-6c5e07f8bdca" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391", - "name": "res9391", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-5a4aa4e65347ff40b0224f15fbcd2b7f-491ec69030479b46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e749ccef41de2383de11cbed96abea5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e749ccef41de2383de11cbed96abea5", - "x-ms-correlation-request-id": "7af2ff42-1a73-464c-adc0-5ef7d5384c64", - "x-ms-ratelimit-remaining-subscription-writes": "1085", - "x-ms-request-id": "fd5a92ed-95cc-4110-ba67-5eec43a96b73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030534Z:7af2ff42-1a73-464c-adc0-5ef7d5384c64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c8e1772470f00f3ab674c08e15b95279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8e1772470f00f3ab674c08e15b95279", - "x-ms-correlation-request-id": "eca0d7c7-2e49-41a7-b470-a1f55cceb4f1", - "x-ms-ratelimit-remaining-subscription-reads": "11616", - "x-ms-request-id": "f199de96-be91-4768-b67e-d004f43774d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030534Z:eca0d7c7-2e49-41a7-b470-a1f55cceb4f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "39736eeb44e10657a42c7fe71a60c72e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39736eeb44e10657a42c7fe71a60c72e", - "x-ms-correlation-request-id": "e05c2a8d-8693-4846-a89b-0c299c3efbb7", - "x-ms-ratelimit-remaining-subscription-reads": "11615", - "x-ms-request-id": "f1e2a3c7-7b5f-4769-b8dc-979d8dc8d14a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030536Z:e05c2a8d-8693-4846-a89b-0c299c3efbb7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "619a2f71f588ffb5efd9cbe707693216", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "619a2f71f588ffb5efd9cbe707693216", - "x-ms-correlation-request-id": "255ad4ba-3e4f-40fa-9f1e-734c401f8ca4", - "x-ms-ratelimit-remaining-subscription-reads": "11614", - "x-ms-request-id": "34af35a6-64c0-4627-9391-96a4338e4c26", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030537Z:255ad4ba-3e4f-40fa-9f1e-734c401f8ca4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aced60e2379bdf0b20db24c3f152f456", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aced60e2379bdf0b20db24c3f152f456", - "x-ms-correlation-request-id": "1f249f1f-4aa4-453d-b775-2de7b4a99a14", - "x-ms-ratelimit-remaining-subscription-reads": "11613", - "x-ms-request-id": "74ac98c6-9369-45ef-87d7-a5dfb837a356", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030538Z:1f249f1f-4aa4-453d-b775-2de7b4a99a14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e51d91adf11ef5f0b9734a08796ffe3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e51d91adf11ef5f0b9734a08796ffe3a", - "x-ms-correlation-request-id": "2ed2f632-589b-4939-bbb3-1156704b546b", - "x-ms-ratelimit-remaining-subscription-reads": "11612", - "x-ms-request-id": "bd284c37-9f34-49fb-a917-642b8e99f914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030540Z:2ed2f632-589b-4939-bbb3-1156704b546b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba0568fa1a723a9324bb40add1f10e9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba0568fa1a723a9324bb40add1f10e9d", - "x-ms-correlation-request-id": "724cf9db-72bc-40dc-bec2-fa0a57fe4a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11611", - "x-ms-request-id": "a07d42d4-968a-4590-a9c2-5b257bbc13e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030541Z:724cf9db-72bc-40dc-bec2-fa0a57fe4a6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "763a74e44c4cf1f86ff7f327ec0265b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "763a74e44c4cf1f86ff7f327ec0265b0", - "x-ms-correlation-request-id": "7300b273-2d73-48e8-83c1-9c826f808586", - "x-ms-ratelimit-remaining-subscription-reads": "11610", - "x-ms-request-id": "4a13dc30-47e0-4fbf-b959-d99ee7ddb1d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030542Z:7300b273-2d73-48e8-83c1-9c826f808586" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "88c9eadc3a4d92e4fee3c162b04323c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88c9eadc3a4d92e4fee3c162b04323c7", - "x-ms-correlation-request-id": "9f0290fb-5fee-4173-8041-075ec1ffa2ee", - "x-ms-ratelimit-remaining-subscription-reads": "11609", - "x-ms-request-id": "e7e31622-7403-4978-a31c-6250e8ead6e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030544Z:9f0290fb-5fee-4173-8041-075ec1ffa2ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0424ad658835aded70134a7a266b4d21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0424ad658835aded70134a7a266b4d21", - "x-ms-correlation-request-id": "7631696d-50f0-4cea-925d-f81968e56aa6", - "x-ms-ratelimit-remaining-subscription-reads": "11608", - "x-ms-request-id": "93ba0a6e-d4a2-4ea4-a61f-c0959ea59ead", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030545Z:7631696d-50f0-4cea-925d-f81968e56aa6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7d190558528a95090a778698a95412c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7d190558528a95090a778698a95412c", - "x-ms-correlation-request-id": "748fa042-1023-45e6-ad71-4a465c0b8c99", - "x-ms-ratelimit-remaining-subscription-reads": "11607", - "x-ms-request-id": "040ce37a-7c8c-4eec-8451-70c72e9e0c4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030546Z:748fa042-1023-45e6-ad71-4a465c0b8c99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fc22cd460dd537bfc1b1839f0696b92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fc22cd460dd537bfc1b1839f0696b92", - "x-ms-correlation-request-id": "7218bf1e-647f-4a45-8935-f6270fa50040", - "x-ms-ratelimit-remaining-subscription-reads": "11606", - "x-ms-request-id": "80308d98-38a4-4c36-ac3f-6ee28ea49e71", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030548Z:7218bf1e-647f-4a45-8935-f6270fa50040" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "200ca0953c71df9f5d7a748e108423da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "200ca0953c71df9f5d7a748e108423da", - "x-ms-correlation-request-id": "6e9fde79-2da8-452c-bee8-de2ecfa36838", - "x-ms-ratelimit-remaining-subscription-reads": "11605", - "x-ms-request-id": "ff5d78f4-045e-4f97-acd2-d4ef8ff915e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030549Z:6e9fde79-2da8-452c-bee8-de2ecfa36838" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fd5a92ed-95cc-4110-ba67-5eec43a96b73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "faa61dd20da9f543147dea0c6d16b927", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faa61dd20da9f543147dea0c6d16b927", - "x-ms-correlation-request-id": "98e76581-336e-42d1-a9b9-2471f71602f8", - "x-ms-ratelimit-remaining-subscription-reads": "11604", - "x-ms-request-id": "e8c1be77-da5f-4db5-9cb7-60840e25ef4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030550Z:98e76581-336e-42d1-a9b9-2471f71602f8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699", - "name": "sto1699", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:34.0119859Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:34.0119859Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:05:33.9182147Z", - "primaryEndpoints": { - "blob": "https://sto1699.blob.core.windows.net/", - "queue": "https://sto1699.queue.core.windows.net/", - "table": "https://sto1699.table.core.windows.net/", - "file": "https://sto1699.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-eb4bd29629856a44ac10c8fe1e565f9c-0663512476303b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ead4e53b208897ba8de2e263eced4378", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ead4e53b208897ba8de2e263eced4378", - "x-ms-correlation-request-id": "80b4766c-8916-4dce-9f86-2a3df8aa277d", - "x-ms-ratelimit-remaining-subscription-reads": "11603", - "x-ms-request-id": "369db719-60da-48d9-b97e-2ea0fe45b0a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030551Z:80b4766c-8916-4dce-9f86-2a3df8aa277d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "129", - "Content-Type": "application/json", - "traceparent": "00-6ed9a349cfb9c84b84de9197d9b1673d-ac8dbbffccaa1a42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2673df871c287e95c170bf351927246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "357", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2673df871c287e95c170bf351927246", - "x-ms-correlation-request-id": "d9886638-9921-4947-9aa0-45f0d3221725", - "x-ms-ratelimit-remaining-subscription-writes": "1084", - "x-ms-request-id": "7ff2ee4a-954a-4e78-a4b9-1f5468d93541", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030551Z:d9886638-9921-4947-9aa0-45f0d3221725" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dd5502c554c38c48863b34e4217305f0-d290650ab5498841-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2b524dc138b0b152620f6dc62ae00827", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "405", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:05:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b524dc138b0b152620f6dc62ae00827", - "x-ms-correlation-request-id": "52781e34-0c65-4bb0-80c1-632319905123", - "x-ms-ratelimit-remaining-subscription-reads": "11602", - "x-ms-request-id": "7154e479-45ac-4644-8fcc-5f2c1642fc20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030551Z:52781e34-0c65-4bb0-80c1-632319905123" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9391/providers/Microsoft.Storage/storageAccounts/sto1699/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "2014256493", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json deleted file mode 100644 index 7b693a7fd65e7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json +++ /dev/null @@ -1,793 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2398?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-572d5c192011d847a8b9e1bab31c958a-11bbb520fd3e6247-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5ab9dbbe481aa7728561e6a618b77fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e40bff9-bb8c-4969-bed9-63bbf66059d2", - "x-ms-ratelimit-remaining-subscription-writes": "1150", - "x-ms-request-id": "9e40bff9-bb8c-4969-bed9-63bbf66059d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025855Z:9e40bff9-bb8c-4969-bed9-63bbf66059d2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398", - "name": "res2398", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-088a9edd38eae54895b492d176a116b1-514d7117f5688d49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e49bd61b1d226cef4c61ecdb6f579e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e49bd61b1d226cef4c61ecdb6f579e4", - "x-ms-correlation-request-id": "2e6379cb-b838-4e50-93d1-0675ab790a78", - "x-ms-ratelimit-remaining-subscription-writes": "1149", - "x-ms-request-id": "d127167e-2fee-4ad7-94d0-9aa0aece9aac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025858Z:2e6379cb-b838-4e50-93d1-0675ab790a78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef27f78665d4ebe8ddaf8c1d59dd7260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:58:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef27f78665d4ebe8ddaf8c1d59dd7260", - "x-ms-correlation-request-id": "ffe85b7c-4383-4d0d-b540-269d35717d5e", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "2e10b216-51c4-423d-bba5-6f1dc59fa4f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025858Z:ffe85b7c-4383-4d0d-b540-269d35717d5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "806b85a4da583d1020472d5ad8166e49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "806b85a4da583d1020472d5ad8166e49", - "x-ms-correlation-request-id": "e8c90249-d7ad-46b6-95f5-2f0e36d0a271", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "07bd4667-aac2-4568-bdb5-c971350240a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025900Z:e8c90249-d7ad-46b6-95f5-2f0e36d0a271" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "be46659b8ace9010223246b39680a913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be46659b8ace9010223246b39680a913", - "x-ms-correlation-request-id": "ecc5a882-c24a-4d0d-9565-6bc2e264ccd8", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "29e26701-8ecf-4b94-805b-6910b6a86bb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025901Z:ecc5a882-c24a-4d0d-9565-6bc2e264ccd8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "32137906ab3fab5fe6e9cf8d378e13c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32137906ab3fab5fe6e9cf8d378e13c6", - "x-ms-correlation-request-id": "d84b04be-690f-469e-8a1b-fba21a50d624", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "ba3da48b-95ec-49e0-bd10-65380392a7ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025902Z:d84b04be-690f-469e-8a1b-fba21a50d624" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f3814341b3961a9175db5e25945ca79f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3814341b3961a9175db5e25945ca79f", - "x-ms-correlation-request-id": "ceb052db-2614-4875-8b2a-6e28c35d27d2", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "47ec97f6-dbcf-4b30-9e54-ba1e758976d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025903Z:ceb052db-2614-4875-8b2a-6e28c35d27d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f53199e3c02f009059ad8e4ba835893", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f53199e3c02f009059ad8e4ba835893", - "x-ms-correlation-request-id": "dbf35ebc-02a4-4755-8a4c-0df22b75d178", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "db6ad942-66cf-44f9-9a33-c8d92eb8b2ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025905Z:dbf35ebc-02a4-4755-8a4c-0df22b75d178" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52727f1fb5ff527de7f9bc644d3a1789", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52727f1fb5ff527de7f9bc644d3a1789", - "x-ms-correlation-request-id": "13d3d799-83ce-45e6-9a84-b9d663a1adbf", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "97f49ecc-1d45-4253-afde-e9bdb1ad8507", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025906Z:13d3d799-83ce-45e6-9a84-b9d663a1adbf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1eef3042b43a05c33a91edfbdbad5ff2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1eef3042b43a05c33a91edfbdbad5ff2", - "x-ms-correlation-request-id": "72063f6c-c0d5-4aa6-a488-30471dfbde84", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "f6a5f2af-0835-4f4d-a18b-803b23e1690b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025907Z:72063f6c-c0d5-4aa6-a488-30471dfbde84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1405ca8254eae8a09c0178097fa5a3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1405ca8254eae8a09c0178097fa5a3cb", - "x-ms-correlation-request-id": "12356512-3779-4b16-bb5c-6f9a8d3f4c66", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "8a7bd935-e896-40fb-8527-c4039ba4bc0d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025909Z:12356512-3779-4b16-bb5c-6f9a8d3f4c66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8aa24f8339936a58bb6c186dc781773a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aa24f8339936a58bb6c186dc781773a", - "x-ms-correlation-request-id": "d54b8be7-1b79-403f-b8f3-56654edc3c4d", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "50c71cb5-3e14-4588-ab86-642335b1af79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025910Z:d54b8be7-1b79-403f-b8f3-56654edc3c4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "82e1c9990334ed9e8f0682393cb98594", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82e1c9990334ed9e8f0682393cb98594", - "x-ms-correlation-request-id": "f375fc50-1d1d-45a9-bc46-e150c9601197", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "41f43906-7265-4874-8b17-21d2cd452073", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025911Z:f375fc50-1d1d-45a9-bc46-e150c9601197" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b7822eed50a485e719b597d3b32211a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b7822eed50a485e719b597d3b32211a", - "x-ms-correlation-request-id": "62f3e486-3be3-40c7-b5c1-449b444a1bd3", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "6af7910f-37d8-4f7c-9f8e-854ae8e02076", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025913Z:62f3e486-3be3-40c7-b5c1-449b444a1bd3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d127167e-2fee-4ad7-94d0-9aa0aece9aac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6703e8a20c37f96b0b4fa8db71f2e01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6703e8a20c37f96b0b4fa8db71f2e01", - "x-ms-correlation-request-id": "80c13d11-de51-4fed-945e-d1b345c160f3", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "fd055987-c7d1-4cd7-a170-13b82b98b2c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025914Z:80c13d11-de51-4fed-945e-d1b345c160f3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777", - "name": "sto4777", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:57.9264196Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:58:57.9264196Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:58:57.8326676Z", - "primaryEndpoints": { - "dfs": "https://sto4777.dfs.core.windows.net/", - "web": "https://sto4777.z20.web.core.windows.net/", - "blob": "https://sto4777.blob.core.windows.net/", - "queue": "https://sto4777.queue.core.windows.net/", - "table": "https://sto4777.table.core.windows.net/", - "file": "https://sto4777.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-74d0ac027a4acb47ac8f1f268d25f31a-53f43789ef10374e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09a47f832feb6ac4981099aa21b25de4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "378", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:15 GMT", - "ETag": "\u00220x8D8585A2A2931EA\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09a47f832feb6ac4981099aa21b25de4", - "x-ms-correlation-request-id": "c5a29ddf-4ed1-48f1-b0f6-c445acc030ee", - "x-ms-ratelimit-remaining-subscription-writes": "1148", - "x-ms-request-id": "7de9f456-2136-491a-b114-3a25e2a27402", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025915Z:c5a29ddf-4ed1-48f1-b0f6-c445acc030ee" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577", - "name": "container577", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-b9cc4ba122d14246b6952a9ee5bca658-cd86398314dd374b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "49feae67d1cf8ccdf8da55dad091526c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 4, - "allowProtectedAppendWrites": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "453", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:15 GMT", - "ETag": "\u00228d8585a2a80d50c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49feae67d1cf8ccdf8da55dad091526c", - "x-ms-correlation-request-id": "f31004f4-b78c-4051-b13f-a8b93043831c", - "x-ms-ratelimit-remaining-subscription-writes": "1147", - "x-ms-request-id": "4bf41a3b-01e1-46b3-b606-56486eb7f859", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025915Z:f31004f4-b78c-4051-b13f-a8b93043831c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a2a80d50c\u0022", - "properties": { - "allowProtectedAppendWrites": true, - "immutabilityPeriodSinceCreationInDays": 4, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "93", - "Content-Type": "application/json", - "If-Match": "\u00228d8585a2a80d50c\u0022", - "traceparent": "00-8d752da5fa612d4ca57730876d041024-1ea41a2068dfd74d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b3b79657117c0e9fac4b2a10fcd58f02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "allowProtectedAppendWrites": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:16 GMT", - "ETag": "\u00228d8585a2ad90d33\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3b79657117c0e9fac4b2a10fcd58f02", - "x-ms-correlation-request-id": "93333c70-68b4-4683-a772-29adef47e520", - "x-ms-ratelimit-remaining-subscription-writes": "1146", - "x-ms-request-id": "0220b9b5-7455-4fe6-95f3-00c79d3e5048", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025916Z:93333c70-68b4-4683-a772-29adef47e520" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a2ad90d33\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2596069c1903d9439883bc73698cb637-36f2e4f40a781146-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "714fa99db830b217b1181010dae99907", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:16 GMT", - "ETag": "\u00228d8585a2ad90d33\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "714fa99db830b217b1181010dae99907", - "x-ms-correlation-request-id": "30538882-0172-49cf-8408-c3d3004b0bae", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "a9d5ea87-1450-4572-a24c-14ca437f17bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025916Z:30538882-0172-49cf-8408-c3d3004b0bae" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2398/providers/Microsoft.Storage/storageAccounts/sto4777/blobServices/default/containers/container577/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585a2ad90d33\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "685103646", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json deleted file mode 100644 index 0d8d8d0513db7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json +++ /dev/null @@ -1,793 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3559?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-c6dbc68323042547bd98422bd599197a-4d44cd3a13b98d47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c9f495500439feec552e4a6206a3b4e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6dd31f31-7273-454a-b675-d4d41d43dd44", - "x-ms-ratelimit-remaining-subscription-writes": "1083", - "x-ms-request-id": "6dd31f31-7273-454a-b675-d4d41d43dd44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030554Z:6dd31f31-7273-454a-b675-d4d41d43dd44" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559", - "name": "res3559", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-333922acb2463240a459e44441176bff-88378186e8dd7248-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb20a684bbda551ed78625f0f97a62ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb20a684bbda551ed78625f0f97a62ab", - "x-ms-correlation-request-id": "9afa705c-3cc4-4e6c-8b67-95c88a4de2e0", - "x-ms-ratelimit-remaining-subscription-writes": "1082", - "x-ms-request-id": "bf4ea97f-8dce-410f-aa82-a9efe7893ce0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030557Z:9afa705c-3cc4-4e6c-8b67-95c88a4de2e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57ccd8d898b9d975d674627dc60d5bb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57ccd8d898b9d975d674627dc60d5bb4", - "x-ms-correlation-request-id": "a8e03613-8e99-4e4a-baf8-eaf9efe44d41", - "x-ms-ratelimit-remaining-subscription-reads": "11601", - "x-ms-request-id": "94a3c3de-2bb3-4f93-a383-0f299f6c524b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030558Z:a8e03613-8e99-4e4a-baf8-eaf9efe44d41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b918b7e8ecc8a8e5723e20b389a4f870", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:05:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b918b7e8ecc8a8e5723e20b389a4f870", - "x-ms-correlation-request-id": "60c08a0a-abb4-4a32-a9f6-9a467b43aa78", - "x-ms-ratelimit-remaining-subscription-reads": "11600", - "x-ms-request-id": "7e780e5f-1dc4-4478-b6da-1e1d7b9d5ce1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030559Z:60c08a0a-abb4-4a32-a9f6-9a467b43aa78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "211829940aad55f27412266379b61bbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "211829940aad55f27412266379b61bbd", - "x-ms-correlation-request-id": "a335eae4-252e-4e43-aa69-48ab56fdd1f9", - "x-ms-ratelimit-remaining-subscription-reads": "11599", - "x-ms-request-id": "a965f957-fa35-4309-88dc-8ec5d1915b9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030600Z:a335eae4-252e-4e43-aa69-48ab56fdd1f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4917ecb384deb33f223e47b77c15032", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4917ecb384deb33f223e47b77c15032", - "x-ms-correlation-request-id": "57317c84-ca3d-4285-beb7-3398e670447c", - "x-ms-ratelimit-remaining-subscription-reads": "11598", - "x-ms-request-id": "7a0e460b-e0c2-44f3-a42e-ba9d4aadf501", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030602Z:57317c84-ca3d-4285-beb7-3398e670447c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9de8f17b39f4dd06c5c345b5c5812fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9de8f17b39f4dd06c5c345b5c5812fbc", - "x-ms-correlation-request-id": "3984eb0b-0923-49fd-80f5-d72375645247", - "x-ms-ratelimit-remaining-subscription-reads": "11597", - "x-ms-request-id": "3847712c-09f0-4b1e-acc5-6945ea3a3509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030603Z:3984eb0b-0923-49fd-80f5-d72375645247" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ae7632254125c22f62c2f892677deb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ae7632254125c22f62c2f892677deb2", - "x-ms-correlation-request-id": "f02e980f-d0b4-4e92-8ea9-db7e12e989f7", - "x-ms-ratelimit-remaining-subscription-reads": "11596", - "x-ms-request-id": "ec605fdf-e707-498c-b395-102dec9d3625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030604Z:f02e980f-d0b4-4e92-8ea9-db7e12e989f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87e8f3c27ecd91c877b4df8af27d2670", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87e8f3c27ecd91c877b4df8af27d2670", - "x-ms-correlation-request-id": "d7fd82d1-956e-465b-9c8c-919a40073861", - "x-ms-ratelimit-remaining-subscription-reads": "11595", - "x-ms-request-id": "3080e334-e04f-464b-b194-5c5fcc9a69bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030605Z:d7fd82d1-956e-465b-9c8c-919a40073861" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "135828f345d92720ce8ca6c80a7cb74e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "135828f345d92720ce8ca6c80a7cb74e", - "x-ms-correlation-request-id": "ea17397e-e679-44a3-ae5b-7ebd377c1029", - "x-ms-ratelimit-remaining-subscription-reads": "11594", - "x-ms-request-id": "f9fcdab8-8244-4ca0-9f4a-c61fdcc8e2c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030607Z:ea17397e-e679-44a3-ae5b-7ebd377c1029" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1f393e5a899a4ee9b55935e74986a78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1f393e5a899a4ee9b55935e74986a78", - "x-ms-correlation-request-id": "e5e619e8-fc9a-4e1b-bf2e-4de2f9a4b1ca", - "x-ms-ratelimit-remaining-subscription-reads": "11593", - "x-ms-request-id": "ccac132b-3c03-4739-b65c-358a0e85fb73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030608Z:e5e619e8-fc9a-4e1b-bf2e-4de2f9a4b1ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd96be06ca1e7dd8d3c1b841d70087fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd96be06ca1e7dd8d3c1b841d70087fa", - "x-ms-correlation-request-id": "15d976a0-a015-4107-9145-dbaa9846b7a9", - "x-ms-ratelimit-remaining-subscription-reads": "11592", - "x-ms-request-id": "f3d600a2-c629-4fc6-9dc3-c864ef9eec81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030609Z:15d976a0-a015-4107-9145-dbaa9846b7a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5fa591fc548a4bd639b47883b2c1b236", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fa591fc548a4bd639b47883b2c1b236", - "x-ms-correlation-request-id": "61e85dfc-ef0f-4fa6-bcef-b2415190f20e", - "x-ms-ratelimit-remaining-subscription-reads": "11591", - "x-ms-request-id": "968b9ce1-cfb9-4b53-9506-bb833eca9338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030611Z:61e85dfc-ef0f-4fa6-bcef-b2415190f20e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4bc12e21b9e61a2fba75fdd8efadcc9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bc12e21b9e61a2fba75fdd8efadcc9a", - "x-ms-correlation-request-id": "c57a34ba-4b2e-41f2-97bb-b8bd1424ce1a", - "x-ms-ratelimit-remaining-subscription-reads": "11590", - "x-ms-request-id": "f84e9c5e-6412-453c-9ab6-83e4a415e782", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030612Z:c57a34ba-4b2e-41f2-97bb-b8bd1424ce1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4ea97f-8dce-410f-aa82-a9efe7893ce0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e36198ce0bf3b1eee84ac46a5255ca12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e36198ce0bf3b1eee84ac46a5255ca12", - "x-ms-correlation-request-id": "058f1b7c-07a4-47d9-b35b-36e9658d064b", - "x-ms-ratelimit-remaining-subscription-reads": "11589", - "x-ms-request-id": "eaa68f68-50ed-4e6f-8b4a-4e22d0647b42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030613Z:058f1b7c-07a4-47d9-b35b-36e9658d064b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318", - "name": "sto3318", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:57.2466047Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:05:57.2466047Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:05:57.1685268Z", - "primaryEndpoints": { - "dfs": "https://sto3318.dfs.core.windows.net/", - "web": "https://sto3318.z20.web.core.windows.net/", - "blob": "https://sto3318.blob.core.windows.net/", - "queue": "https://sto3318.queue.core.windows.net/", - "table": "https://sto3318.table.core.windows.net/", - "file": "https://sto3318.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-ce57ef34c8cf8747968db2f498927f5d-6915293163a74440-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3ea81f82143b61438aa41456fe5b8be7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:14 GMT", - "ETag": "\u00220x8D8585B2422134E\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ea81f82143b61438aa41456fe5b8be7", - "x-ms-correlation-request-id": "84b0ab32-58b0-419e-b871-d578613b65da", - "x-ms-ratelimit-remaining-subscription-writes": "1081", - "x-ms-request-id": "ae51ec2d-9906-4199-920f-d625c8447d09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030614Z:84b0ab32-58b0-419e-b871-d578613b65da" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349", - "name": "container5349", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-5cac8bb0781fdd4abc2c89ead25f5183-7f77117ab086e44d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "601ab4dd42ce40160f639bf5c5c765ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 4, - "allowProtectedAppendWrites": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:14 GMT", - "ETag": "\u00228d8585b2479a8a7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "601ab4dd42ce40160f639bf5c5c765ab", - "x-ms-correlation-request-id": "dd6b4e0e-8cc4-415f-8fe5-88d922236293", - "x-ms-ratelimit-remaining-subscription-writes": "1080", - "x-ms-request-id": "ea5a5f16-be42-4f79-92d5-c8b1463955c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030615Z:dd6b4e0e-8cc4-415f-8fe5-88d922236293" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585b2479a8a7\u0022", - "properties": { - "allowProtectedAppendWrites": true, - "immutabilityPeriodSinceCreationInDays": 4, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "93", - "Content-Type": "application/json", - "If-Match": "\u00228d8585b2479a8a7\u0022", - "traceparent": "00-2ce2fbf00834b0409f75a78b836d762a-b9d42442bacb8646-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e6dcaeb5c2383931e826866d95beaef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "allowProtectedAppendWrites": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "455", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:15 GMT", - "ETag": "\u00228d8585b24d44382\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e6dcaeb5c2383931e826866d95beaef", - "x-ms-correlation-request-id": "75a39547-a62c-47de-a096-efed63788b85", - "x-ms-ratelimit-remaining-subscription-writes": "1079", - "x-ms-request-id": "90fea121-d2b3-4694-ac0e-0662d86f9fa8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030615Z:75a39547-a62c-47de-a096-efed63788b85" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585b24d44382\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e486e777f99e4542b2d6cf480ea3180c-c0a7d58eeed0f54d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a0758338b2b03f3f09682ed7784e9cc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "455", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:15 GMT", - "ETag": "\u00228d8585b24d44382\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0758338b2b03f3f09682ed7784e9cc3", - "x-ms-correlation-request-id": "f07867bd-0096-487f-9880-f4c160cc13ba", - "x-ms-ratelimit-remaining-subscription-reads": "11588", - "x-ms-request-id": "dd1660cc-1e3b-4a36-ac0e-342a428b1a4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030616Z:f07867bd-0096-487f-9880-f4c160cc13ba" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3559/providers/Microsoft.Storage/storageAccounts/sto3318/blobServices/default/containers/container5349/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d8585b24d44382\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "308113214", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json deleted file mode 100644 index 8d6bc6792f9c3..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json +++ /dev/null @@ -1,644 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5690?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f9638938be9d8d44bb6494bfd0611fcd-752cb21e00efe645-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b765acec9f97153cdc50c410f5158297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c831c14-581b-403c-81c8-90dd765d8f35", - "x-ms-ratelimit-remaining-subscription-writes": "1145", - "x-ms-request-id": "7c831c14-581b-403c-81c8-90dd765d8f35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025920Z:7c831c14-581b-403c-81c8-90dd765d8f35" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5690", - "name": "res5690", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5690/providers/Microsoft.Storage/storageAccounts/sto7425?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-f7dfe0c861fedb4ab4806d3af67dedd4-23c1d40bf96d3243-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "342f2cf60469ab9d46adf0701c4ebd6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "342f2cf60469ab9d46adf0701c4ebd6f", - "x-ms-correlation-request-id": "fd3ad20a-04e4-4db0-a718-0273627230b5", - "x-ms-ratelimit-remaining-subscription-writes": "1144", - "x-ms-request-id": "2a446308-df96-41c5-9315-59aa37bfa7ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025923Z:fd3ad20a-04e4-4db0-a718-0273627230b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "20c428015821a883c80c51f24ca4bf02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20c428015821a883c80c51f24ca4bf02", - "x-ms-correlation-request-id": "cc4e277c-3e77-49c0-9d2d-c39e829683b4", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "a9eaf8d6-af94-404a-af89-dd3478b2a332", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025923Z:cc4e277c-3e77-49c0-9d2d-c39e829683b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57f3a007df3c96a441d4de4f79e6be65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57f3a007df3c96a441d4de4f79e6be65", - "x-ms-correlation-request-id": "f5584db4-8954-416a-a60f-cce4857da34d", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "83d9b8b9-e9cd-4e2c-9548-b06cbb17f5aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025924Z:f5584db4-8954-416a-a60f-cce4857da34d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f46ff0fe9c89a94e3a9deeec0ef90db1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f46ff0fe9c89a94e3a9deeec0ef90db1", - "x-ms-correlation-request-id": "8c12432c-b1e2-4567-8605-b7834639e853", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "94ef4bea-777d-414d-9f32-4831f941fee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025925Z:8c12432c-b1e2-4567-8605-b7834639e853" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4cae885957ed21c2832edf4c7a332ee1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cae885957ed21c2832edf4c7a332ee1", - "x-ms-correlation-request-id": "3d75d200-223e-4450-a63c-b7a66334bf91", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "bffaa92d-834b-41ee-b38f-f20ff070e55a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025927Z:3d75d200-223e-4450-a63c-b7a66334bf91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bf3eb4dca356a7952491c9ef0b88748", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bf3eb4dca356a7952491c9ef0b88748", - "x-ms-correlation-request-id": "5f7628a7-95cb-4819-8cd4-50968bf8ac90", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "017e08bc-1f07-43a1-bb4c-c59272dd0708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025928Z:5f7628a7-95cb-4819-8cd4-50968bf8ac90" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1f52dc77137a7772e4e715abd012f07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1f52dc77137a7772e4e715abd012f07", - "x-ms-correlation-request-id": "220f9b1e-f211-4f15-9a54-1ae06f35bdbb", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "8f5e0a6f-57d1-427a-9735-c1b593a96913", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025929Z:220f9b1e-f211-4f15-9a54-1ae06f35bdbb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "239e0c6eb1058e7b0f44f9a43a2330cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "239e0c6eb1058e7b0f44f9a43a2330cb", - "x-ms-correlation-request-id": "ea01caba-1e05-4c04-9da5-f9f780f7f020", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "1f5d6221-1c09-43bd-987b-58f4f7ca3c3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025931Z:ea01caba-1e05-4c04-9da5-f9f780f7f020" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c8596a63c3ddbaa734b2de6591ead51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c8596a63c3ddbaa734b2de6591ead51", - "x-ms-correlation-request-id": "2aa4985d-9311-4511-816a-af62ac668274", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "c965bc74-c15c-4074-a767-97d51a7debeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025932Z:2aa4985d-9311-4511-816a-af62ac668274" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e330151a64191542b167e2f378d36d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e330151a64191542b167e2f378d36d0a", - "x-ms-correlation-request-id": "9019fe5a-c874-4590-b490-b6719f87e0fd", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "589c9dfe-1527-48ed-b643-032a205c5995", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025933Z:9019fe5a-c874-4590-b490-b6719f87e0fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "26b3a61ee37b32c962c3afba849535f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26b3a61ee37b32c962c3afba849535f0", - "x-ms-correlation-request-id": "7ec38505-93f2-4899-9ff9-a4d62aa489eb", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "1db8fe26-86a1-476f-80bc-a87eaa753ed4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025935Z:7ec38505-93f2-4899-9ff9-a4d62aa489eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "258aa8964cf342b254709ad65ab6639f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "258aa8964cf342b254709ad65ab6639f", - "x-ms-correlation-request-id": "23878d73-cb55-4f36-9281-ed0bf3fafc5a", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "704bed99-102d-4552-bfa4-6dc8fbfb20d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025936Z:23878d73-cb55-4f36-9281-ed0bf3fafc5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2c823de866b36d54bfd8155b488911c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2c823de866b36d54bfd8155b488911c", - "x-ms-correlation-request-id": "5c980115-81dd-47a8-95e1-0dc8ae145771", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "3c0a2c9f-55c3-462c-8c85-444957a508a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025937Z:5c980115-81dd-47a8-95e1-0dc8ae145771" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2a446308-df96-41c5-9315-59aa37bfa7ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d05df2314749d116f470d20b48f2d7ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d05df2314749d116f470d20b48f2d7ac", - "x-ms-correlation-request-id": "906613df-2b85-4f1a-a0b7-b89268f816f2", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "88729add-3b23-4422-a5d1-b7f8610344b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025939Z:906613df-2b85-4f1a-a0b7-b89268f816f2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5690/providers/Microsoft.Storage/storageAccounts/sto7425", - "name": "sto7425", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:59:22.6159044Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:59:22.6159044Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:59:22.5221517Z", - "primaryEndpoints": { - "blob": "https://sto7425.blob.core.windows.net/", - "queue": "https://sto7425.queue.core.windows.net/", - "table": "https://sto7425.table.core.windows.net/", - "file": "https://sto7425.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5690/providers/Microsoft.Storage/storageAccounts/sto7425/blobServices?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60db105f83cc1085d253d9f5cb5c8ecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "370", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 02:59:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60db105f83cc1085d253d9f5cb5c8ecb", - "x-ms-correlation-request-id": "64a2189e-e221-4b4e-bd2c-5839f8b2451f", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "270b510c-93c8-42ef-99aa-9b2d9174892a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025939Z:64a2189e-e221-4b4e-bd2c-5839f8b2451f" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5690/providers/Microsoft.Storage/storageAccounts/sto7425/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1362208912", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json deleted file mode 100644 index e754205b3ecf5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json +++ /dev/null @@ -1,644 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2730?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-eadcf06821e878449010e5683904e21b-6837113d90798c45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c272f70732e63da10787a6f403fa130b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f28e965-c783-4bc8-9824-07930eaeba76", - "x-ms-ratelimit-remaining-subscription-writes": "1078", - "x-ms-request-id": "3f28e965-c783-4bc8-9824-07930eaeba76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030619Z:3f28e965-c783-4bc8-9824-07930eaeba76" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2730", - "name": "res2730", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2730/providers/Microsoft.Storage/storageAccounts/sto2725?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-6ccd1e0596a37d46a36937ede71531a5-c240f0864eec5c48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6740cb1b8e681764fa9f3bbaeb3acea5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6740cb1b8e681764fa9f3bbaeb3acea5", - "x-ms-correlation-request-id": "8b372649-14c0-43c3-b886-8c6fdbc2e334", - "x-ms-ratelimit-remaining-subscription-writes": "1077", - "x-ms-request-id": "6e341d76-2129-46ae-ae88-77fbdd75093c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030623Z:8b372649-14c0-43c3-b886-8c6fdbc2e334" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "45eedda7064b689e0dabec9265821c4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45eedda7064b689e0dabec9265821c4c", - "x-ms-correlation-request-id": "088cced0-7246-4bef-901a-9626ea5d00c9", - "x-ms-ratelimit-remaining-subscription-reads": "11587", - "x-ms-request-id": "8b18fac5-7d38-4b01-ba5e-0e9d52186a21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030623Z:088cced0-7246-4bef-901a-9626ea5d00c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "41da4ed713ed187594634357a7b3ed4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41da4ed713ed187594634357a7b3ed4b", - "x-ms-correlation-request-id": "3cb97557-d50e-43a3-bc60-ac47b0aa0351", - "x-ms-ratelimit-remaining-subscription-reads": "11586", - "x-ms-request-id": "c09f5374-62e0-4f79-bcbc-7d38803bf0f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030624Z:3cb97557-d50e-43a3-bc60-ac47b0aa0351" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d13f300894c215a1abce91517a377a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d13f300894c215a1abce91517a377a0", - "x-ms-correlation-request-id": "65dd093f-800b-4689-aa56-adf2ee14e4a5", - "x-ms-ratelimit-remaining-subscription-reads": "11585", - "x-ms-request-id": "ab1b928a-7613-4eb3-b460-b620b6894e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030626Z:65dd093f-800b-4689-aa56-adf2ee14e4a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dbd89af45dd4945a68d5b0e8c246c15a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbd89af45dd4945a68d5b0e8c246c15a", - "x-ms-correlation-request-id": "6f992660-132d-4a1f-bbfa-5418181101d9", - "x-ms-ratelimit-remaining-subscription-reads": "11584", - "x-ms-request-id": "3e27b2b4-daff-4ebc-b69e-93c048d77651", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030627Z:6f992660-132d-4a1f-bbfa-5418181101d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7292a1be0e6f4e00f3b82731295f01f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7292a1be0e6f4e00f3b82731295f01f0", - "x-ms-correlation-request-id": "ad3bb453-578b-45b9-b549-0298b04254cc", - "x-ms-ratelimit-remaining-subscription-reads": "11583", - "x-ms-request-id": "5f6162a7-d4d7-49c6-ad62-c70d88dbd71d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030628Z:ad3bb453-578b-45b9-b549-0298b04254cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d63a2eb11dba376987fa576d9725fd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d63a2eb11dba376987fa576d9725fd4", - "x-ms-correlation-request-id": "751a844c-c64e-48d8-a74d-ef9c1620dd7e", - "x-ms-ratelimit-remaining-subscription-reads": "11582", - "x-ms-request-id": "d38c1133-573f-449f-814a-27d4155c75e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030630Z:751a844c-c64e-48d8-a74d-ef9c1620dd7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75578ffb0511e5319a8ae71b35296a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75578ffb0511e5319a8ae71b35296a09", - "x-ms-correlation-request-id": "e95d37e0-11ab-4fba-9c47-cf7a779b90f1", - "x-ms-ratelimit-remaining-subscription-reads": "11581", - "x-ms-request-id": "126b5362-6cca-41e4-9eed-2ea42d388708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030631Z:e95d37e0-11ab-4fba-9c47-cf7a779b90f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ffcbfd4b4e2ac7f2aeedaf069897581", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ffcbfd4b4e2ac7f2aeedaf069897581", - "x-ms-correlation-request-id": "9ed0999c-cdfe-47e7-b5a4-d8cd68860047", - "x-ms-ratelimit-remaining-subscription-reads": "11580", - "x-ms-request-id": "db33ef71-f2b9-4aed-a851-9def1333db6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030632Z:9ed0999c-cdfe-47e7-b5a4-d8cd68860047" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "993553598b07e6df717d7250295a6d6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "993553598b07e6df717d7250295a6d6e", - "x-ms-correlation-request-id": "e9105277-a923-4cee-9581-e18868286971", - "x-ms-ratelimit-remaining-subscription-reads": "11579", - "x-ms-request-id": "39e1c6d0-62fd-4359-9776-7e620ef376c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030634Z:e9105277-a923-4cee-9581-e18868286971" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19a29b143f7547f110ab4a222a407b10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19a29b143f7547f110ab4a222a407b10", - "x-ms-correlation-request-id": "c3e64bc5-fc14-4176-bef3-9c4370fff60d", - "x-ms-ratelimit-remaining-subscription-reads": "11578", - "x-ms-request-id": "2b27e151-d2ec-45ff-aa78-f21672975fe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030635Z:c3e64bc5-fc14-4176-bef3-9c4370fff60d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2c26614d0f34801e016ad65412e82d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2c26614d0f34801e016ad65412e82d0", - "x-ms-correlation-request-id": "b7860d8b-cda9-4cf8-bac8-edcd9ce57248", - "x-ms-ratelimit-remaining-subscription-reads": "11577", - "x-ms-request-id": "f1236de3-67a5-4f8c-ba8f-8e7c35e7dca3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030636Z:b7860d8b-cda9-4cf8-bac8-edcd9ce57248" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cddb6c815be7190c61ee895c40bcbb30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cddb6c815be7190c61ee895c40bcbb30", - "x-ms-correlation-request-id": "1f87a7de-de82-47a1-9ced-42e08f997004", - "x-ms-ratelimit-remaining-subscription-reads": "11576", - "x-ms-request-id": "5b28239f-0e83-4607-bf57-98537ec53aea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030637Z:1f87a7de-de82-47a1-9ced-42e08f997004" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6e341d76-2129-46ae-ae88-77fbdd75093c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c33b62018a97437a9a59395f918c05e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c33b62018a97437a9a59395f918c05e2", - "x-ms-correlation-request-id": "27311c78-5efe-4cfc-ad0e-5d38b2f9bace", - "x-ms-ratelimit-remaining-subscription-reads": "11575", - "x-ms-request-id": "9e2c0b36-6798-487a-8e0c-1ca691f68577", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030639Z:27311c78-5efe-4cfc-ad0e-5d38b2f9bace" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2730/providers/Microsoft.Storage/storageAccounts/sto2725", - "name": "sto2725", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:06:22.6260265Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:06:22.6260265Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:06:22.5166060Z", - "primaryEndpoints": { - "blob": "https://sto2725.blob.core.windows.net/", - "queue": "https://sto2725.queue.core.windows.net/", - "table": "https://sto2725.table.core.windows.net/", - "file": "https://sto2725.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2730/providers/Microsoft.Storage/storageAccounts/sto2725/blobServices?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bea07a28ae64b82959a9810447a40823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "370", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:06:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bea07a28ae64b82959a9810447a40823", - "x-ms-correlation-request-id": "d03c793c-8550-4d0c-9d38-17a40557f9dc", - "x-ms-ratelimit-remaining-subscription-reads": "11574", - "x-ms-request-id": "c39d32e8-72cc-4b02-9bdd-7d680ceab5ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030639Z:d03c793c-8550-4d0c-9d38-17a40557f9dc" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2730/providers/Microsoft.Storage/storageAccounts/sto2725/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1167438495", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json deleted file mode 100644 index 95977135f4d98..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json +++ /dev/null @@ -1,2166 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1952?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-767a8ba4fe0eb14da17e3fdfd97ddcee-6f6bda6f200d4644-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e81266f0e2ae4f56c2d447371923800", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "881cd89b-5c71-487e-92d8-b03fefe4bc37", - "x-ms-ratelimit-remaining-subscription-writes": "1143", - "x-ms-request-id": "881cd89b-5c71-487e-92d8-b03fefe4bc37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025942Z:881cd89b-5c71-487e-92d8-b03fefe4bc37" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952", - "name": "res1952", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-0d808dcb3809e749b22920d07ba7d5ff-7f99d6fe2d28a14a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "262098d76b8e0e09f455a4691ec2a473", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "262098d76b8e0e09f455a4691ec2a473", - "x-ms-correlation-request-id": "ffd856dc-ce13-4d4e-9451-fa8b690450d3", - "x-ms-ratelimit-remaining-subscription-writes": "1142", - "x-ms-request-id": "d04ef143-b7b7-4e93-9847-bf057e9e796c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025946Z:ffd856dc-ce13-4d4e-9451-fa8b690450d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb8a0580490d1697041b1a9f3f030f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb8a0580490d1697041b1a9f3f030f81", - "x-ms-correlation-request-id": "8ed05345-fec3-4660-8287-1e714f8af6a6", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "a19e7477-34fb-425e-a055-ee6893be1a2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025946Z:8ed05345-fec3-4660-8287-1e714f8af6a6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6befdce10e3f87b5e0c78f579723baa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6befdce10e3f87b5e0c78f579723baa", - "x-ms-correlation-request-id": "611ece6a-6d14-494a-8465-126a30778bab", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "4d6f9ab6-4a82-43fe-8913-11b34b258f1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025947Z:611ece6a-6d14-494a-8465-126a30778bab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "18e97ab1b9388a66ca07f3c9c49ad3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18e97ab1b9388a66ca07f3c9c49ad3aa", - "x-ms-correlation-request-id": "84b9fb4c-af91-47ef-8715-3a7a8a7bf23c", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "58783615-02cc-4c4f-9673-98ba9e212a65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025949Z:84b9fb4c-af91-47ef-8715-3a7a8a7bf23c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5c87088ce8b6f478a918d00d0a29c91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5c87088ce8b6f478a918d00d0a29c91", - "x-ms-correlation-request-id": "4f5a1fc9-eb7f-433d-bbcc-de44c2f3d7d8", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "1dff9fe8-2f89-475c-92e2-5c6a33d3363b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025950Z:4f5a1fc9-eb7f-433d-bbcc-de44c2f3d7d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c5ee6fe0f71a144997330bdb1db133c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5ee6fe0f71a144997330bdb1db133c3", - "x-ms-correlation-request-id": "4f75996f-cc9b-4f0b-a8be-68948980261a", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "8512a10f-5f57-4624-9390-7e582c1088a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025951Z:4f75996f-cc9b-4f0b-a8be-68948980261a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "096ccd3865aae21f32798da62c65b928", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "096ccd3865aae21f32798da62c65b928", - "x-ms-correlation-request-id": "e530b006-e4f7-42bc-8930-1fdf0d3b5b02", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "5e6d30cf-492a-449c-9443-edc01aea3108", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025953Z:e530b006-e4f7-42bc-8930-1fdf0d3b5b02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "55e8616b0dac919027b33e57c36c52d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55e8616b0dac919027b33e57c36c52d8", - "x-ms-correlation-request-id": "1e5e512e-bd6a-49a5-8e69-5542f9464f8d", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "be966b9f-cac1-4fb3-ba2a-73b7a15d134f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025954Z:1e5e512e-bd6a-49a5-8e69-5542f9464f8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03c7c95e92357be7500c93a06aa2e832", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03c7c95e92357be7500c93a06aa2e832", - "x-ms-correlation-request-id": "98d34671-9f08-4a7d-872a-a63762dc2140", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "bb021e3e-81b8-4bc9-ad3c-d85c5f11368a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025955Z:98d34671-9f08-4a7d-872a-a63762dc2140" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb6fe279dec82a173ddbe2f626c71fc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb6fe279dec82a173ddbe2f626c71fc6", - "x-ms-correlation-request-id": "804f2616-384f-4b6f-8c1c-6be13d0286e2", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "86ffdb32-cc1d-47ba-a71c-1cbc4add6bba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025957Z:804f2616-384f-4b6f-8c1c-6be13d0286e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6247b427b69dd8f37a6d04a07aef2784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6247b427b69dd8f37a6d04a07aef2784", - "x-ms-correlation-request-id": "8f6d38be-634d-4504-bef5-98f17c92075b", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "ceadc153-54e3-4882-851e-b6142e624de4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025958Z:8f6d38be-634d-4504-bef5-98f17c92075b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0dd0bcb96fc8010b29cc659b0f15488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 02:59:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0dd0bcb96fc8010b29cc659b0f15488", - "x-ms-correlation-request-id": "7317b434-5f6f-43d3-899b-9bbca142f576", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "3dcbf3cd-7d2e-4440-9eb1-58dbf678af9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T025959Z:7317b434-5f6f-43d3-899b-9bbca142f576" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b579ccec855bc394ef97415bd977b04d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b579ccec855bc394ef97415bd977b04d", - "x-ms-correlation-request-id": "267eefa0-4d08-443d-b0cb-dea03a7296e6", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "80576525-1bbf-40b3-be78-29ba25e40ecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030001Z:267eefa0-4d08-443d-b0cb-dea03a7296e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d04ef143-b7b7-4e93-9847-bf057e9e796c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b2a5eb43fea90caa4c7b000f0992889", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b2a5eb43fea90caa4c7b000f0992889", - "x-ms-correlation-request-id": "aac54cdb-b5f1-4061-bc58-d2fe7970460e", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "6eab980a-c658-4879-bf7e-bce8d3e2f9f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030002Z:aac54cdb-b5f1-4061-bc58-d2fe7970460e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313", - "name": "sto8313", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:59:45.5387194Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T02:59:45.5387194Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T02:59:45.4449614Z", - "primaryEndpoints": { - "dfs": "https://sto8313.dfs.core.windows.net/", - "web": "https://sto8313.z20.web.core.windows.net/", - "blob": "https://sto8313.blob.core.windows.net/", - "queue": "https://sto8313.queue.core.windows.net/", - "table": "https://sto8313.table.core.windows.net/", - "file": "https://sto8313.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-c7bf18f313226646b6e369641fa926f0-cc8610b530f4cf4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "adb37c1871764629771af06555b4a63b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "adb37c1871764629771af06555b4a63b", - "x-ms-correlation-request-id": "43085180-9f88-4d38-97e2-75a3a1fce9ec", - "x-ms-ratelimit-remaining-subscription-writes": "1141", - "x-ms-request-id": "a50e39e0-6633-4038-ae04-36ae2c98b7cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030004Z:43085180-9f88-4d38-97e2-75a3a1fce9ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5d43b76e02c342d735e4a3cf4e653bf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d43b76e02c342d735e4a3cf4e653bf0", - "x-ms-correlation-request-id": "d18fe10c-ada7-434e-8db5-c99d1346e847", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "cb882886-f77b-48d5-8b43-5d9ad6cc78f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030005Z:d18fe10c-ada7-434e-8db5-c99d1346e847" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77147520d6f4dec2dd05ab8e619571e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77147520d6f4dec2dd05ab8e619571e3", - "x-ms-correlation-request-id": "d95846b5-d265-41ab-b706-2a99846eba18", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "83658219-d6cb-4c4d-b9e9-18c80ff6410f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030006Z:d95846b5-d265-41ab-b706-2a99846eba18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9df69a474971ea77a1631ce296cf5f9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9df69a474971ea77a1631ce296cf5f9d", - "x-ms-correlation-request-id": "395efece-8f3b-4b49-857e-07e318b57395", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "babd09c4-4511-4df8-8589-a2e1f86f49ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030007Z:395efece-8f3b-4b49-857e-07e318b57395" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f7320ad5a7f9761f5647fbe5649e09f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f7320ad5a7f9761f5647fbe5649e09f", - "x-ms-correlation-request-id": "2d746f89-f064-4767-aa8e-977681cff340", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "f1072e67-2730-4611-9444-1d7cb82a8d09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030009Z:2d746f89-f064-4767-aa8e-977681cff340" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b387c0729d6ed67ffd29d690b9df480e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b387c0729d6ed67ffd29d690b9df480e", - "x-ms-correlation-request-id": "21a9bd14-8b70-42f9-879e-38d8b828cbb8", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "93fa4d3e-b00d-401c-9d76-c157abf5c72f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030010Z:21a9bd14-8b70-42f9-879e-38d8b828cbb8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40e00ea51221ed64395ea80ccab99358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40e00ea51221ed64395ea80ccab99358", - "x-ms-correlation-request-id": "6889e509-547a-42e9-be83-a02ac46b48ba", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "2d5012ad-6c37-4a5e-b316-9f3dab09c8c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030011Z:6889e509-547a-42e9-be83-a02ac46b48ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d56f7d82ab470f2ea19d615584d0de15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d56f7d82ab470f2ea19d615584d0de15", - "x-ms-correlation-request-id": "842c2162-219c-4701-89ac-58b043320935", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "ad229c3e-aac9-4b65-8aed-0620f15188ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030013Z:842c2162-219c-4701-89ac-58b043320935" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4818701ca068607e5c9a7a10f4720c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4818701ca068607e5c9a7a10f4720c44", - "x-ms-correlation-request-id": "47503cb1-c0cc-4b8b-a499-0743ee002381", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "6f76b640-0a21-4d48-9283-5b5c7b94b20e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030014Z:47503cb1-c0cc-4b8b-a499-0743ee002381" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c0e7e957270f9c7e0d09f84b00e6968", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c0e7e957270f9c7e0d09f84b00e6968", - "x-ms-correlation-request-id": "64665dbd-e7d6-4e3c-b061-df1bcf0821ec", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "652e8f07-85f0-4414-b613-dcdcd8d8c20e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030015Z:64665dbd-e7d6-4e3c-b061-df1bcf0821ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "59f093804ba0e1f0ff0f79ad311e1b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59f093804ba0e1f0ff0f79ad311e1b2f", - "x-ms-correlation-request-id": "f5c1d1b9-8102-4647-8bc4-210d9308a52b", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "93a5faed-2986-4133-a3c3-7de3440f80cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030017Z:f5c1d1b9-8102-4647-8bc4-210d9308a52b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "05bf1c90a1c2a9a5a91e689701f9af4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05bf1c90a1c2a9a5a91e689701f9af4d", - "x-ms-correlation-request-id": "0588e30b-d0b7-40d0-a857-27c75bd32f6b", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "088dced3-2bf9-488f-ba2e-668a48700104", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030018Z:0588e30b-d0b7-40d0-a857-27c75bd32f6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "618f1231b2824aa48e2c3d60f819c8c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "618f1231b2824aa48e2c3d60f819c8c1", - "x-ms-correlation-request-id": "bd2e8c6a-eff9-4051-bce0-c96161ca7c3c", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "05060505-d652-4ef9-8cd1-4e4f38057085", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030019Z:bd2e8c6a-eff9-4051-bce0-c96161ca7c3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a50e39e0-6633-4038-ae04-36ae2c98b7cc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93f370b5634edea6ed47b082e358e005", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93f370b5634edea6ed47b082e358e005", - "x-ms-correlation-request-id": "8782462e-b538-40aa-ada4-39a8d5d8bae2", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "50fd6ad4-4d25-47ea-9868-07f328252b04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030021Z:8782462e-b538-40aa-ada4-39a8d5d8bae2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076", - "name": "sto7076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:00:04.4301263Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:00:04.4301263Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:00:04.3363453Z", - "primaryEndpoints": { - "dfs": "https://sto7076.dfs.core.windows.net/", - "web": "https://sto7076.z20.web.core.windows.net/", - "blob": "https://sto7076.blob.core.windows.net/", - "queue": "https://sto7076.queue.core.windows.net/", - "table": "https://sto7076.table.core.windows.net/", - "file": "https://sto7076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c646f24881e49b4792bde0dad77de5a8-dfdab6c997de324e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f7c2c60b98edead787577956445b08f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f7c2c60b98edead787577956445b08f", - "x-ms-correlation-request-id": "2ae52283-1961-44bc-a468-df9b442f347f", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "519bb1f8-0654-438a-93f8-a1801b89a9de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030021Z:2ae52283-1961-44bc-a468-df9b442f347f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-7dccf657934eaf4ba6519ec68edecb2d-39d8ea62dad26e43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "91e1a6561b05cdff6bb0733a02226635", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91e1a6561b05cdff6bb0733a02226635", - "x-ms-correlation-request-id": "a29c2eb8-f4b5-475a-9c72-7c07b99a5f05", - "x-ms-ratelimit-remaining-subscription-writes": "1140", - "x-ms-request-id": "bc1d91ff-09e5-4c32-b724-2a3e3ad14383", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030022Z:a29c2eb8-f4b5-475a-9c72-7c07b99a5f05" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-66e9d17ea409e248b1b29f3353e51aa7-6abbf86a28d2a941-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ccff374ba99dfc33c2151ad8eb107aa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccff374ba99dfc33c2151ad8eb107aa8", - "x-ms-correlation-request-id": "f831396f-c1d1-426d-805e-e13e1e228c97", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "453dbee1-162b-47c3-ad60-d347017596e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030023Z:f831396f-c1d1-426d-805e-e13e1e228c97" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9e83a2a64020bd4bac702397ee614ad3-7b2449ba3dc2d04e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3d2b20964f7744002daeb3de4572dc56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d2b20964f7744002daeb3de4572dc56", - "x-ms-correlation-request-id": "702a50e9-a8a2-4c72-994c-f3c0b1ac5be2", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "fec8d16c-cbb0-4850-9cb3-1f2e9750617b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030023Z:702a50e9-a8a2-4c72-994c-f3c0b1ac5be2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-21b4cbbbf27032489b52f33728a89718-b92ee82979660e4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c49420fe345adf273e5cef00026e25b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c49420fe345adf273e5cef00026e25b", - "x-ms-correlation-request-id": "d42fb960-f9fc-496f-a286-5b9a4733de4d", - "x-ms-ratelimit-remaining-subscription-writes": "1139", - "x-ms-request-id": "6a0ea8f6-8e0b-4f40-9719-bfabd6b0fecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030025Z:d42fb960-f9fc-496f-a286-5b9a4733de4d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-feef5b0ea189464a86ee72f6448d3120-ccb64fd7e91b8645-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1a4cb3628f6fcbe37bb9feff554b650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1a4cb3628f6fcbe37bb9feff554b650", - "x-ms-correlation-request-id": "eb6648f2-25de-4225-900a-41e06f91fea8", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "a7a19ad8-94da-4ef9-92ed-9df225c68af3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030026Z:eb6648f2-25de-4225-900a-41e06f91fea8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default/containers/src1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-a9cfc5f72e686047b88fe7138934a6c9-16010aa75bdd8c4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a8c9c4384dc7b3632e7eca91810f4307", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:25 GMT", - "ETag": "\u00220x8D8585A54B97AD8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8c9c4384dc7b3632e7eca91810f4307", - "x-ms-correlation-request-id": "895c2441-c95d-4a50-8d50-38524ce5648a", - "x-ms-ratelimit-remaining-subscription-writes": "1138", - "x-ms-request-id": "044aa609-02f3-4f40-a647-ad35d1e94429", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030026Z:895c2441-c95d-4a50-8d50-38524ce5648a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default/containers/src1", - "name": "src1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default/containers/src2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-2473a74091374d469acdd6d0057fb2d3-df1a77b248011343-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7aa858cbfbcee660844df5894303b71e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:26 GMT", - "ETag": "\u00220x8D8585A5524FA6B\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7aa858cbfbcee660844df5894303b71e", - "x-ms-correlation-request-id": "b250d26f-4638-41ea-bf9b-de4af3f57ba3", - "x-ms-ratelimit-remaining-subscription-writes": "1137", - "x-ms-request-id": "1530e48e-8722-4f3a-abca-43b44499f805", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030027Z:b250d26f-4638-41ea-bf9b-de4af3f57ba3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/blobServices/default/containers/src2", - "name": "src2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default/containers/dest1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c26b8fa30222fd45a4d62840e818314a-9c092329367b3749-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3cb77d2e3a5ce89467f0b2775e2c7b28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:27 GMT", - "ETag": "\u00220x8D8585A55A296BB\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cb77d2e3a5ce89467f0b2775e2c7b28", - "x-ms-correlation-request-id": "73dd1e45-6333-4f79-8d5a-095f84750c38", - "x-ms-ratelimit-remaining-subscription-writes": "1136", - "x-ms-request-id": "e583716f-5bd4-4783-a7ea-ec547f15760e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030028Z:73dd1e45-6333-4f79-8d5a-095f84750c38" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default/containers/dest1", - "name": "dest1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default/containers/dest2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-8633468429838549a909744c99b4f172-4e1be9f4b7421a4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c2398773bac3d8263e3247958d96f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:27 GMT", - "ETag": "\u00220x8D8585A56005835\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c2398773bac3d8263e3247958d96f2b", - "x-ms-correlation-request-id": "9c74b5b7-aee9-4199-8f3a-89c5f37b33ce", - "x-ms-ratelimit-remaining-subscription-writes": "1135", - "x-ms-request-id": "3817e86f-39aa-4e9e-8642-88d4c22ad7fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030028Z:9c74b5b7-aee9-4199-8f3a-89c5f37b33ce" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/blobServices/default/containers/dest2", - "name": "dest2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "286", - "Content-Type": "application/json", - "traceparent": "00-53ebeb97de9dc443ae8187bf272147a5-6f285815645f924a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0363acc7065791aac4bf13dd48e98858", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0363acc7065791aac4bf13dd48e98858", - "x-ms-correlation-request-id": "ba6b4423-fc94-4dd0-9ac8-9da924727764", - "x-ms-ratelimit-remaining-subscription-writes": "1134", - "x-ms-request-id": "3608d00e-06b1-4011-b437-3c6cd23c499c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030039Z:ba6b4423-fc94-4dd0-9ac8-9da924727764" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "name": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab11cdd21adff271fa7ad979151a8f8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab11cdd21adff271fa7ad979151a8f8d", - "x-ms-correlation-request-id": "f3439348-d984-4bbd-b57f-97ef92dc10e4", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "8bc39a2b-cedc-4387-8b2a-a99d9dd29a21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030040Z:f3439348-d984-4bbd-b57f-97ef92dc10e4" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "382", - "Content-Type": "application/json", - "traceparent": "00-c51b142cc31e324c834b7c199b20d0b1-083773b8717c4543-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1af878177c971d0ee92d8ed28a5f579", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "789", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1af878177c971d0ee92d8ed28a5f579", - "x-ms-correlation-request-id": "f59b8944-9641-480b-8a55-77e8e545852b", - "x-ms-ratelimit-remaining-subscription-writes": "1133", - "x-ms-request-id": "ac84a5aa-363e-48bd-85a4-91d060b39db5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030042Z:f59b8944-9641-480b-8a55-77e8e545852b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "name": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "enabledTime": "2020-09-14T03:00:42.7754644Z", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ba7cc5bc3c7ac4b3b7009dd2d317ba9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ba7cc5bc3c7ac4b3b7009dd2d317ba9", - "x-ms-correlation-request-id": "ee250424-ee8f-416f-869a-f949ac263772", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "4c273b05-982f-4a9d-b608-661bc8091290", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030043Z:ee250424-ee8f-416f-869a-f949ac263772" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cd87a981e42383459a575544d946030d-34914d05bba51748-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c05b8530d6395a8efca0bd4d4184ca55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c05b8530d6395a8efca0bd4d4184ca55", - "x-ms-correlation-request-id": "5df4b16c-3759-44dd-9b4d-e9748264b640", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "6e430254-7bb5-451c-9ede-68631effd0b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030043Z:5df4b16c-3759-44dd-9b4d-e9748264b640" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "name": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-383fb2323d46304d9d0314f2a12d4848-d07314cf2502a548-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "491e5f840472bdc53b0276596ef243bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:00:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "491e5f840472bdc53b0276596ef243bd", - "x-ms-correlation-request-id": "7cd897af-3a98-4827-b8e6-ee20c41bde51", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "3232ce31-82f8-46db-a233-9d9a1a09e7d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030044Z:7cd897af-3a98-4827-b8e6-ee20c41bde51" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "name": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e5ae0df9-9445-49a0-a75f-a43caf694a6b", - "sourceAccount": "sto8313", - "destinationAccount": "sto7076", - "rules": [ - { - "ruleId": "b295f40d-b886-4720-a319-90fa3250af72", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "110844a2-568b-49ad-8796-a1899fa2cfb3", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto8313/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e318a4a322e0b145aa6fa82db67dcd4e-88eaa68b2efc3349-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a3bc2e163549843f3d4c8e2706fe6ab7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3bc2e163549843f3d4c8e2706fe6ab7", - "x-ms-correlation-request-id": "00dba078-774b-4b5a-8fbe-8593250a92c7", - "x-ms-ratelimit-remaining-subscription-deletes": "14979", - "x-ms-request-id": "f3262402-fd8b-426e-997d-172c8ba4b268", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030044Z:00dba078-774b-4b5a-8fbe-8593250a92c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1952/providers/Microsoft.Storage/storageAccounts/sto7076/objectReplicationPolicies/e5ae0df9-9445-49a0-a75f-a43caf694a6b?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5e307240d2e3d44fb4ed29f36f2e1e89-c439351986a53248-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd59b3a631122c37bf9e84365f35ec0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:00:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd59b3a631122c37bf9e84365f35ec0a", - "x-ms-correlation-request-id": "4c168069-9047-4d09-a5d8-611300c18b51", - "x-ms-ratelimit-remaining-subscription-deletes": "14978", - "x-ms-request-id": "2d86a63d-6e50-46a9-a476-91982464b480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030045Z:4c168069-9047-4d09-a5d8-611300c18b51" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2016929176", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json deleted file mode 100644 index eb4640b007622..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json +++ /dev/null @@ -1,2166 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1346?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ad1536ea45dd76468ce7fa65fe0c168c-878ae6a0ae0b7f4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3928d5fd001d5eeffbe7802ba945a9d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "083c0baa-d356-457f-ab9e-ad3fac0a1db7", - "x-ms-ratelimit-remaining-subscription-writes": "1076", - "x-ms-request-id": "083c0baa-d356-457f-ab9e-ad3fac0a1db7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030642Z:083c0baa-d356-457f-ab9e-ad3fac0a1db7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346", - "name": "res1346", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-c0fb3d7d5641d24da5f16964b3e0cddf-c60e25b46cc6f943-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1edde362d3e5927ef5f15fd0b961816", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1edde362d3e5927ef5f15fd0b961816", - "x-ms-correlation-request-id": "ca390b53-22c9-4eee-aa5a-4aae7be0ef45", - "x-ms-ratelimit-remaining-subscription-writes": "1075", - "x-ms-request-id": "54b5ef40-0e98-4412-9ead-27be5fbe279c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030645Z:ca390b53-22c9-4eee-aa5a-4aae7be0ef45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "667494b11c5afb9612c3119048fedbea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "667494b11c5afb9612c3119048fedbea", - "x-ms-correlation-request-id": "b7a1c480-9caf-4707-a231-b8a22e58978f", - "x-ms-ratelimit-remaining-subscription-reads": "11573", - "x-ms-request-id": "bb6e72c6-152b-4e90-ac01-6e02b72899fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030645Z:b7a1c480-9caf-4707-a231-b8a22e58978f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a2892133da5704980c043efa98de29e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a2892133da5704980c043efa98de29e", - "x-ms-correlation-request-id": "b1c45de9-12e2-44b9-96b0-4def9124ff2b", - "x-ms-ratelimit-remaining-subscription-reads": "11572", - "x-ms-request-id": "546df702-f157-44f6-809c-bac2a90e9cfe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030646Z:b1c45de9-12e2-44b9-96b0-4def9124ff2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "774c8449b12100bc093066e5b4cde49f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "774c8449b12100bc093066e5b4cde49f", - "x-ms-correlation-request-id": "904d832c-b5b1-43f7-bb9b-9b3aadbdf156", - "x-ms-ratelimit-remaining-subscription-reads": "11571", - "x-ms-request-id": "c1de4f17-0890-4d72-8614-9466e72d74de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030648Z:904d832c-b5b1-43f7-bb9b-9b3aadbdf156" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e38699730b2873eb4a04e599d9a65184", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e38699730b2873eb4a04e599d9a65184", - "x-ms-correlation-request-id": "40922cb7-2e25-446b-82e6-96cebf30b77f", - "x-ms-ratelimit-remaining-subscription-reads": "11570", - "x-ms-request-id": "8c0b165d-f630-4c0f-b290-79f264b215bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030649Z:40922cb7-2e25-446b-82e6-96cebf30b77f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c44672e163b261c8d6270175d763bbb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c44672e163b261c8d6270175d763bbb3", - "x-ms-correlation-request-id": "0f63efbc-3a3d-4f53-a507-05c1db18aa52", - "x-ms-ratelimit-remaining-subscription-reads": "11569", - "x-ms-request-id": "e5f3f138-cb86-4abd-80c2-a35f17f8397c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030650Z:0f63efbc-3a3d-4f53-a507-05c1db18aa52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "107ba3dcff073d7599d82c1dcc222762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "107ba3dcff073d7599d82c1dcc222762", - "x-ms-correlation-request-id": "c6e4d6f7-8c9f-4b6e-a11d-8d3bd35b29b4", - "x-ms-ratelimit-remaining-subscription-reads": "11568", - "x-ms-request-id": "ce9de2cc-f345-4e44-99b6-37e1e0419263", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030652Z:c6e4d6f7-8c9f-4b6e-a11d-8d3bd35b29b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4104e2de208610edd0240d000a759ce6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4104e2de208610edd0240d000a759ce6", - "x-ms-correlation-request-id": "da9b7d49-1b38-4d08-9892-84d723d0d5d2", - "x-ms-ratelimit-remaining-subscription-reads": "11567", - "x-ms-request-id": "ea3b0604-3286-41a6-9a58-dde3d700c0c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030653Z:da9b7d49-1b38-4d08-9892-84d723d0d5d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "35bd3249412be17cfc092ad936ab95b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35bd3249412be17cfc092ad936ab95b3", - "x-ms-correlation-request-id": "b4a17881-1e6b-404b-a9a7-1088ef1d55ab", - "x-ms-ratelimit-remaining-subscription-reads": "11566", - "x-ms-request-id": "cb135e12-4f4a-4644-b5c2-59420c172e02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030654Z:b4a17881-1e6b-404b-a9a7-1088ef1d55ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5969f00795fbc2db56b3fe2f1753323", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5969f00795fbc2db56b3fe2f1753323", - "x-ms-correlation-request-id": "a7c97fc1-0361-4e85-88fa-9381fe2ad3d9", - "x-ms-ratelimit-remaining-subscription-reads": "11565", - "x-ms-request-id": "a77760f0-b7d7-4a35-9631-4fd9bf827f25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030656Z:a7c97fc1-0361-4e85-88fa-9381fe2ad3d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "99d4463cf1659d366522457cf514d924", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99d4463cf1659d366522457cf514d924", - "x-ms-correlation-request-id": "0f097c37-802d-4c6c-bd65-ee4eafda4cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11564", - "x-ms-request-id": "8fe63c59-50be-4630-9616-c2e6f7c31511", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030657Z:0f097c37-802d-4c6c-bd65-ee4eafda4cc3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b00598ea6dfcf87050180bf019af087", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b00598ea6dfcf87050180bf019af087", - "x-ms-correlation-request-id": "695470ba-a6db-4b8b-b952-e5059f98b06b", - "x-ms-ratelimit-remaining-subscription-reads": "11563", - "x-ms-request-id": "0e3fac1d-7438-4ac3-9a46-2b7899f67219", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030658Z:695470ba-a6db-4b8b-b952-e5059f98b06b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f09c06d6fcd70f4e68f98f3c34b0c6a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:06:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f09c06d6fcd70f4e68f98f3c34b0c6a0", - "x-ms-correlation-request-id": "c05b7245-d789-40d8-9232-a7958c3c6834", - "x-ms-ratelimit-remaining-subscription-reads": "11562", - "x-ms-request-id": "265b1485-26c4-4768-83e7-7f836c807019", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030700Z:c05b7245-d789-40d8-9232-a7958c3c6834" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54b5ef40-0e98-4412-9ead-27be5fbe279c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "98531b92c8759544be04946370779bcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98531b92c8759544be04946370779bcb", - "x-ms-correlation-request-id": "c5b5a358-9598-444e-861d-709cd65acd66", - "x-ms-ratelimit-remaining-subscription-reads": "11561", - "x-ms-request-id": "8a6b7003-fb1f-4fd2-9dff-090d6432468c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030701Z:c5b5a358-9598-444e-861d-709cd65acd66" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644", - "name": "sto6644", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:06:44.6612957Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:06:44.6612957Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:06:44.5518986Z", - "primaryEndpoints": { - "dfs": "https://sto6644.dfs.core.windows.net/", - "web": "https://sto6644.z20.web.core.windows.net/", - "blob": "https://sto6644.blob.core.windows.net/", - "queue": "https://sto6644.queue.core.windows.net/", - "table": "https://sto6644.table.core.windows.net/", - "file": "https://sto6644.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-925ab39c673fd0458cca66e14e75a415-6353e97bda57c143-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "efa6bd32e878924c0af002e6174a9b55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efa6bd32e878924c0af002e6174a9b55", - "x-ms-correlation-request-id": "42afef8d-2455-4810-b7c8-4839d17a3347", - "x-ms-ratelimit-remaining-subscription-writes": "1074", - "x-ms-request-id": "67db01f5-2d4d-44c4-91e6-6d0b023bb6df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030704Z:42afef8d-2455-4810-b7c8-4839d17a3347" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "760ac45ed609a928cec18d84c55e7e74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "760ac45ed609a928cec18d84c55e7e74", - "x-ms-correlation-request-id": "2e5e9ef0-3070-45f7-8037-14bea21a9532", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "0005c73c-0ac8-4f2a-ade4-4841e421ea0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030704Z:2e5e9ef0-3070-45f7-8037-14bea21a9532" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "91283f68b449da84ab992c72b6792b20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91283f68b449da84ab992c72b6792b20", - "x-ms-correlation-request-id": "b92c42e7-ea37-473e-8d59-51eee8abd73b", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "e9478e12-9124-415d-9b0c-d2a5d872a6c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030705Z:b92c42e7-ea37-473e-8d59-51eee8abd73b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "528711522440644cb7831885ca8d4864", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "528711522440644cb7831885ca8d4864", - "x-ms-correlation-request-id": "81f08d1b-017f-4c87-b6b7-6dac3fe2d52d", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "54325281-4a5b-4093-9096-2910ac2cb81b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030707Z:81f08d1b-017f-4c87-b6b7-6dac3fe2d52d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "286abd870cc1a9a7402fcb6faab6f354", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "286abd870cc1a9a7402fcb6faab6f354", - "x-ms-correlation-request-id": "4a122b91-73ad-47a9-aab0-38ae0d295237", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "2ddbb9d5-1ba1-45c8-82d8-238043082d93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030708Z:4a122b91-73ad-47a9-aab0-38ae0d295237" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b3326d952cd64334f2c4dac69bff101d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3326d952cd64334f2c4dac69bff101d", - "x-ms-correlation-request-id": "bf05176c-89b9-4ca3-9e14-c11a709dd940", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "2d4c5251-cb54-431b-b3af-4f85c4a80ad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030709Z:bf05176c-89b9-4ca3-9e14-c11a709dd940" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f9eac850020e455e6ade121059dcb900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9eac850020e455e6ade121059dcb900", - "x-ms-correlation-request-id": "4dbe0099-10f6-4e09-aead-6617ce745f95", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "df248c57-98a4-45f1-bdb4-8629b80e76b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030711Z:4dbe0099-10f6-4e09-aead-6617ce745f95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5defc490945b5a8e882635fd32e00e40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5defc490945b5a8e882635fd32e00e40", - "x-ms-correlation-request-id": "b32cc9c4-bb04-4254-b297-c8b2a3fc368e", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "e8dbb60e-559f-43c0-9622-db34ab85b4aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030712Z:b32cc9c4-bb04-4254-b297-c8b2a3fc368e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e11fad1ef9cb93450eec48f81a23e916", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e11fad1ef9cb93450eec48f81a23e916", - "x-ms-correlation-request-id": "4088cde6-8c9e-4ac7-9c27-f4ccbd6ede81", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "a1dd0b06-90e1-4334-a4cd-96f9eee4aae8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030713Z:4088cde6-8c9e-4ac7-9c27-f4ccbd6ede81" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d735d90ab310bbc23a8f70e7cd611289", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d735d90ab310bbc23a8f70e7cd611289", - "x-ms-correlation-request-id": "9bb24c99-f1d8-483d-8cd4-eb5078d2a2d2", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "9ebef9dc-a553-47c8-bef1-1155f818894e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030715Z:9bb24c99-f1d8-483d-8cd4-eb5078d2a2d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "acf2d1cfd8bc96347e5b4e6e4c954064", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "acf2d1cfd8bc96347e5b4e6e4c954064", - "x-ms-correlation-request-id": "71d5254e-4b7d-4e83-9b95-c84b211f03e3", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "51f5296b-7e9a-4bd2-af86-f61a4a14afe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030716Z:71d5254e-4b7d-4e83-9b95-c84b211f03e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "59f21e3d36aa6a30ea63a73c885dc6ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59f21e3d36aa6a30ea63a73c885dc6ac", - "x-ms-correlation-request-id": "a70c791b-a497-4435-8dd8-dc5d88fad672", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "881c57fe-1871-48a5-8d3e-0240f5d6c5be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030717Z:a70c791b-a497-4435-8dd8-dc5d88fad672" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4828bed93c313259a49f58b464536fa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4828bed93c313259a49f58b464536fa4", - "x-ms-correlation-request-id": "cc35cabf-909f-4283-8427-87fcba44ffa4", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "6545159e-8355-4550-b0ca-235bd5f50545", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030719Z:cc35cabf-909f-4283-8427-87fcba44ffa4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/67db01f5-2d4d-44c4-91e6-6d0b023bb6df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aeaa0c4fb96f98dea187c15930f80d21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aeaa0c4fb96f98dea187c15930f80d21", - "x-ms-correlation-request-id": "feba20fc-08ac-4612-8031-d1d7be11f3e8", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "5273f78d-bbcf-4a4d-9aad-d3fe63b8b92a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030720Z:feba20fc-08ac-4612-8031-d1d7be11f3e8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997", - "name": "sto9997", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:07:03.7297857Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:07:03.7297857Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:07:03.6204241Z", - "primaryEndpoints": { - "dfs": "https://sto9997.dfs.core.windows.net/", - "web": "https://sto9997.z20.web.core.windows.net/", - "blob": "https://sto9997.blob.core.windows.net/", - "queue": "https://sto9997.queue.core.windows.net/", - "table": "https://sto9997.table.core.windows.net/", - "file": "https://sto9997.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a507721975c2b84484f8fcfc6a71d222-a12f038ddad05041-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d95a195f76d0033c4bfb40bde7c0597", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d95a195f76d0033c4bfb40bde7c0597", - "x-ms-correlation-request-id": "0e9693e7-d14a-4411-9755-f852131055c6", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "ade23201-57cf-406e-a3ad-6605ca7a13be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030720Z:0e9693e7-d14a-4411-9755-f852131055c6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-b93e196f8fbcfb44a01402d496ab81de-2534f3e16da4314a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cec02f317b2203ddf8fa7aa7b0002ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cec02f317b2203ddf8fa7aa7b0002ab", - "x-ms-correlation-request-id": "6222ce0f-52ea-494a-b5d0-38a265f0ddfb", - "x-ms-ratelimit-remaining-subscription-writes": "1073", - "x-ms-request-id": "52f19279-a49a-4f89-bf2c-6732274f456d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030721Z:6222ce0f-52ea-494a-b5d0-38a265f0ddfb" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e5a38cfcf4904c4dbe80e1b1113dadb3-503b2bdd74abca4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c31e3791e2be5837d9aae9b005d3ba24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c31e3791e2be5837d9aae9b005d3ba24", - "x-ms-correlation-request-id": "49434b6f-8fde-4160-a723-6928866c896c", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "99f6d66f-57ec-4e4e-bdee-af4bbe4edc9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030721Z:49434b6f-8fde-4160-a723-6928866c896c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2a1bb7d245223947a2720260e1e05bf0-2569fbaba8293d47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2e652a81910c7d6e6475addd4f8885c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e652a81910c7d6e6475addd4f8885c4", - "x-ms-correlation-request-id": "7143e413-1563-4550-91f5-66af1f971f89", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "eed35ffe-ae98-4208-989c-d8ed33f2f6fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030722Z:7143e413-1563-4550-91f5-66af1f971f89" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-fbe4d238a6f3764b8844650e375cb9b2-879855bea200ac4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a67a08bd425d11d9cb94a3082e8d1a0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a67a08bd425d11d9cb94a3082e8d1a0c", - "x-ms-correlation-request-id": "fabef382-6b91-4c2e-b615-cbb2579b88f7", - "x-ms-ratelimit-remaining-subscription-writes": "1072", - "x-ms-request-id": "018a53d5-9d34-4afc-904e-39952f7bdef6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030723Z:fabef382-6b91-4c2e-b615-cbb2579b88f7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0e7e9b7dd5dcd742b7849d235b8127c0-83633cc0f8c33e47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "502982d4d49aff9fc9a05f4934590850", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "502982d4d49aff9fc9a05f4934590850", - "x-ms-correlation-request-id": "48a87c4c-8b39-4d48-9b80-f4c5b1934592", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "0dee4426-7318-44a7-901a-9ca68257e5ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030724Z:48a87c4c-8b39-4d48-9b80-f4c5b1934592" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default/containers/src1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-9b272e995f31864b8206c1860de76a51-71fbc45b05c06a49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fdf2252513583ec751536277ed664fd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:24 GMT", - "ETag": "\u00220x8D8585B4E0E0172\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdf2252513583ec751536277ed664fd6", - "x-ms-correlation-request-id": "730b11f7-62a1-4d27-bab2-5b2a46769a06", - "x-ms-ratelimit-remaining-subscription-writes": "1071", - "x-ms-request-id": "77607c03-a40b-4eb2-bd4f-8895f4abedc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030725Z:730b11f7-62a1-4d27-bab2-5b2a46769a06" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default/containers/src1", - "name": "src1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default/containers/src2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c6a89336bfe560419f9966002dcdb4c5-798006ed2b745143-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc08a05a345fe929687addbce390dc71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:24 GMT", - "ETag": "\u00220x8D8585B4E7932C9\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc08a05a345fe929687addbce390dc71", - "x-ms-correlation-request-id": "2b717cbe-a837-40e0-9193-e33033f8dfdf", - "x-ms-ratelimit-remaining-subscription-writes": "1070", - "x-ms-request-id": "f4934cb2-0ad2-4536-bf51-a78e3bd8036a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030725Z:2b717cbe-a837-40e0-9193-e33033f8dfdf" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/blobServices/default/containers/src2", - "name": "src2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default/containers/dest1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-87837ffc8b11d04c99e63433ac6b48fc-739a0135d672a84e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09e2538b1d9ac1b4bbeaff4771281262", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:25 GMT", - "ETag": "\u00220x8D8585B4EE80BBB\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09e2538b1d9ac1b4bbeaff4771281262", - "x-ms-correlation-request-id": "4f9aabc9-b1dd-409e-b59a-7aaadcf2ace1", - "x-ms-ratelimit-remaining-subscription-writes": "1069", - "x-ms-request-id": "de3ecdd7-4b74-41b4-9980-7d8da20c245b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030726Z:4f9aabc9-b1dd-409e-b59a-7aaadcf2ace1" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default/containers/dest1", - "name": "dest1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default/containers/dest2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-87946f1c7eb35b4ebf1f9b303c08ec6a-7fec00f3b6865647-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "94ee88513b50f0f1fb0994dd360a5ac1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:26 GMT", - "ETag": "\u00220x8D8585B4F492937\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94ee88513b50f0f1fb0994dd360a5ac1", - "x-ms-correlation-request-id": "a1aef2fb-eebe-40f3-b7eb-322ff7656d4d", - "x-ms-ratelimit-remaining-subscription-writes": "1068", - "x-ms-request-id": "d1251ffb-95a4-4c6e-ad34-4ff6eba0e2e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030727Z:a1aef2fb-eebe-40f3-b7eb-322ff7656d4d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/blobServices/default/containers/dest2", - "name": "dest2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "286", - "Content-Type": "application/json", - "traceparent": "00-2050ab2cf7f0fa4a982645612493403c-fdaab6e2b3300d4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9aebf07745833c3bec47117435e27740", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9aebf07745833c3bec47117435e27740", - "x-ms-correlation-request-id": "0b5ebc5b-91ae-4b67-a8e7-bc89e48ed15e", - "x-ms-ratelimit-remaining-subscription-writes": "1067", - "x-ms-request-id": "e6ee8e1d-bd0b-480a-a09c-0dd87aa92b4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030737Z:0b5ebc5b-91ae-4b67-a8e7-bc89e48ed15e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200", - "name": "6df14088-1c83-4fce-992a-4e9166e35200", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b6a7a6848a14f2161f10d9189d68bb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b6a7a6848a14f2161f10d9189d68bb0", - "x-ms-correlation-request-id": "7fecc986-9d48-4f51-bd8b-b10b22f69b7c", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "7b927b01-e5cc-4cfb-b5ca-676cd38b34a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030738Z:7fecc986-9d48-4f51-bd8b-b10b22f69b7c" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "382", - "Content-Type": "application/json", - "traceparent": "00-a5dc7256a017ac45bfd6d16f0a1c1928-2775573e8607064f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80d03e90773c0bdf4cb2a7092a7dbb19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "789", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80d03e90773c0bdf4cb2a7092a7dbb19", - "x-ms-correlation-request-id": "85bd5760-fb07-4bcd-8736-4d09ff1bf0d4", - "x-ms-ratelimit-remaining-subscription-writes": "1066", - "x-ms-request-id": "781c039b-8d6f-4007-9306-902a2deaa0c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030739Z:85bd5760-fb07-4bcd-8736-4d09ff1bf0d4" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200", - "name": "6df14088-1c83-4fce-992a-4e9166e35200", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "enabledTime": "2020-09-14T03:07:39.0307020Z", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb745491ff9f2e20cf9b399238aab315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "444", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb745491ff9f2e20cf9b399238aab315", - "x-ms-correlation-request-id": "00beb492-28f6-4085-9133-ed34a5b85d15", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "9d3fb89a-fdab-4b8a-9d1b-f773c0d51a7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030739Z:00beb492-28f6-4085-9133-ed34a5b85d15" - }, - "ResponseBody": { - "value": [ - { - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b0323d4935daeb4db1ba61034a686ac8-a57f53ab06c3e74a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7e460bcf712f1039b5f0eeea01825e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7e460bcf712f1039b5f0eeea01825e4", - "x-ms-correlation-request-id": "1ec589a0-74b7-4e5f-8245-e56d3d36451b", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "786184e5-b6f3-4b5a-b445-55dbc38ebdae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030739Z:1ec589a0-74b7-4e5f-8245-e56d3d36451b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200", - "name": "6df14088-1c83-4fce-992a-4e9166e35200", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fc178f6979d9d843ae7c6668a4c440c4-72ba7854d810f849-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3500f336d06190111da1b1a03e4dd3a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:07:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3500f336d06190111da1b1a03e4dd3a2", - "x-ms-correlation-request-id": "4dccea42-5525-4ff4-8f17-bf04abb800d9", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "45d79b6d-73c9-4222-a054-0085781d882e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030740Z:4dccea42-5525-4ff4-8f17-bf04abb800d9" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200", - "name": "6df14088-1c83-4fce-992a-4e9166e35200", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "6df14088-1c83-4fce-992a-4e9166e35200", - "sourceAccount": "sto6644", - "destinationAccount": "sto9997", - "rules": [ - { - "ruleId": "43d7054b-e2c5-4e5a-b9d9-a67045053c39", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "1d3e783f-0b75-4f6b-9755-a0033929688d", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto6644/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-69ed9cf445e8594fa95feba66072c0e4-1348f69bc3fd5943-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca4c92ffc498990750831f40f1318db7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca4c92ffc498990750831f40f1318db7", - "x-ms-correlation-request-id": "ac38c1a2-aab3-4d2c-a59b-25e0f14d6865", - "x-ms-ratelimit-remaining-subscription-deletes": "14956", - "x-ms-request-id": "88e9b5f4-1064-44ba-8a2d-1ccd0f8e41e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030740Z:ac38c1a2-aab3-4d2c-a59b-25e0f14d6865" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1346/providers/Microsoft.Storage/storageAccounts/sto9997/objectReplicationPolicies/6df14088-1c83-4fce-992a-4e9166e35200?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1e0ef1c25db47441b619f57604f950f6-897519981f57ec48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "445b54767ea9ecb34f53d9704663b24e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "445b54767ea9ecb34f53d9704663b24e", - "x-ms-correlation-request-id": "88214ee4-eaec-4f4d-83ac-fd06a9d23fef", - "x-ms-ratelimit-remaining-subscription-deletes": "14955", - "x-ms-request-id": "6b14c623-44e3-4f00-b1c3-2ad1dd4c674d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030744Z:88214ee4-eaec-4f4d-83ac-fd06a9d23fef" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1636403624", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json deleted file mode 100644 index 1f7c8b9fdd956..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json +++ /dev/null @@ -1,927 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3305?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-357ef981081a5f4c9c82bd4130a76b20-b5083e02aac8c844-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a035e444595c01608839f8c59bc7aa70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd1c66e5-e123-474c-9d11-2868bff37cea", - "x-ms-ratelimit-remaining-subscription-writes": "1065", - "x-ms-request-id": "cd1c66e5-e123-474c-9d11-2868bff37cea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030749Z:cd1c66e5-e123-474c-9d11-2868bff37cea" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305", - "name": "res3305", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-9e288b3f55465146bc634609d06e0b27-889f3a3234bf9f43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "20b9e536fdc51192fe2332042557001d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20b9e536fdc51192fe2332042557001d", - "x-ms-correlation-request-id": "0e6a76c6-b1c0-4610-8e0b-8b85c40b1276", - "x-ms-ratelimit-remaining-subscription-writes": "1064", - "x-ms-request-id": "0d70bc0c-e9de-4415-8552-2f71547260c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030752Z:0e6a76c6-b1c0-4610-8e0b-8b85c40b1276" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5cc4c448fbe2e67ea28e5e352dfd63e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cc4c448fbe2e67ea28e5e352dfd63e2", - "x-ms-correlation-request-id": "a88564bd-71e0-4e39-b260-53ccae375aa2", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "7afb78a9-b1f7-41ba-82a5-9fec37b1f9b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030752Z:a88564bd-71e0-4e39-b260-53ccae375aa2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4791a7f86a2a3a1f972500aa039956bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4791a7f86a2a3a1f972500aa039956bc", - "x-ms-correlation-request-id": "bbdeb057-fcd4-4433-99ab-0d29ada66f42", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "8fdc3f7f-3c38-4a83-be58-6a2925a5a995", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030753Z:bbdeb057-fcd4-4433-99ab-0d29ada66f42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61bbcc60a3930d3b019962449c186622", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61bbcc60a3930d3b019962449c186622", - "x-ms-correlation-request-id": "9c708ae1-2db6-4197-a7c6-9de580f2921a", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "ccf54dcd-c1f4-40c6-87d6-b5da0e2e5e85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030754Z:9c708ae1-2db6-4197-a7c6-9de580f2921a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "120016b77bafdd3ba489c5bcfbd4e308", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "120016b77bafdd3ba489c5bcfbd4e308", - "x-ms-correlation-request-id": "e9428993-adbb-4576-a5fa-236347ec848c", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "01480f58-b560-4d86-bab0-8877344e17b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030756Z:e9428993-adbb-4576-a5fa-236347ec848c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60d5a1370241544f6c84469107db9d7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60d5a1370241544f6c84469107db9d7e", - "x-ms-correlation-request-id": "4e2f3ef8-6b7b-40b3-8dce-84f5b4363e54", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "9306249c-85b9-4b1d-a63e-9a54f8bf7b77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030757Z:4e2f3ef8-6b7b-40b3-8dce-84f5b4363e54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecf2ddbe4498e50d91ddbc09de7e122c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:07:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecf2ddbe4498e50d91ddbc09de7e122c", - "x-ms-correlation-request-id": "52a2a00f-2039-4faf-b50e-c6f22e63b0b4", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "d20ff92c-23bc-4c98-ba97-2d2a34545613", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030758Z:52a2a00f-2039-4faf-b50e-c6f22e63b0b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fb0c5ab60642b5e0c7aba62b35a9d5c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb0c5ab60642b5e0c7aba62b35a9d5c9", - "x-ms-correlation-request-id": "e2ef7954-93e9-429d-99a6-1839933cbe38", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "ef7b5d25-56bd-46e0-a0cb-a9f8b2542d4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030800Z:e2ef7954-93e9-429d-99a6-1839933cbe38" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1dfe46ebf6e2f36f94f0cf64454576ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dfe46ebf6e2f36f94f0cf64454576ee", - "x-ms-correlation-request-id": "771f8ad6-8ebb-4cbe-89d8-998e542d49d5", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "889d4208-3c36-4e98-a947-e25fdbe0aa72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030801Z:771f8ad6-8ebb-4cbe-89d8-998e542d49d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "addb1971a2ceb83bfc3c25ec9de1afe7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "addb1971a2ceb83bfc3c25ec9de1afe7", - "x-ms-correlation-request-id": "150317e8-a7a3-49b9-bf09-c8ab1703e110", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "750b0af0-7415-457a-a869-7a0a772f6e27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030802Z:150317e8-a7a3-49b9-bf09-c8ab1703e110" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "971ef207f480c04aea186652367c6f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "971ef207f480c04aea186652367c6f81", - "x-ms-correlation-request-id": "6803ccb7-bd4c-4fbc-b3d2-0836be18863d", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "0e0dd74a-35a0-4e55-8d0b-056eea441bec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030804Z:6803ccb7-bd4c-4fbc-b3d2-0836be18863d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1cb9b73528ce48fb0a4521a5d08355b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cb9b73528ce48fb0a4521a5d08355b2", - "x-ms-correlation-request-id": "4b9f07d7-f645-498e-b327-2759303fa185", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "c0e2c803-4a1a-4970-9d6e-2e0ee3cd91ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030805Z:4b9f07d7-f645-498e-b327-2759303fa185" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "525ce740df277d6ece1bc3b53ce9817f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "525ce740df277d6ece1bc3b53ce9817f", - "x-ms-correlation-request-id": "32ba4d6e-ba16-4cc7-8698-065a82c4ab7c", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "6aec1ace-edcd-43e1-b8ad-670e412acf0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030806Z:32ba4d6e-ba16-4cc7-8698-065a82c4ab7c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0d70bc0c-e9de-4415-8552-2f71547260c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6b7a4cd9327df19f7d58c3ad3a5ef67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6b7a4cd9327df19f7d58c3ad3a5ef67", - "x-ms-correlation-request-id": "9749141e-6655-47a0-af90-68af785531dc", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "4a6f4fb0-86f8-4fb1-a848-89952f48eec4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030808Z:9749141e-6655-47a0-af90-68af785531dc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591", - "name": "sto5591", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:07:51.5466541Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:07:51.5466541Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:07:51.4373009Z", - "primaryEndpoints": { - "blob": "https://sto5591.blob.core.windows.net/", - "queue": "https://sto5591.queue.core.windows.net/", - "table": "https://sto5591.table.core.windows.net/", - "file": "https://sto5591.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6219c1a496622547a78d16b121b1f037-894a2c49e65bb342-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f11b3c21c20565a493c4db364450c21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "378", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f11b3c21c20565a493c4db364450c21", - "x-ms-correlation-request-id": "9794cd66-a27b-4e5e-8eef-8ca56ed8d1ef", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "fb1d2b44-2d85-429f-8c80-cceddcab31e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030808Z:9794cd66-a27b-4e5e-8eef-8ca56ed8d1ef" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": { - "multichannel": { - "enabled": false - } - } - }, - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "676", - "Content-Type": "application/json", - "traceparent": "00-6ff1f2115d2bff46a092715304823449-7b016732ae632b4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2cd8a1c36fcbad8ace7d5b525233a929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "904", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cd8a1c36fcbad8ace7d5b525233a929", - "x-ms-correlation-request-id": "03b2a79b-2734-4e00-a4d4-5a815ec6ee63", - "x-ms-ratelimit-remaining-subscription-writes": "1063", - "x-ms-request-id": "61ebaefe-e6c8-4b4f-be91-e8de863477c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030809Z:03b2a79b-2734-4e00-a4d4-5a815ec6ee63" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b53c7a654dee8d4fa49b4162d4f70259-46d7d047119ff94e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "88f25c2b32d7b05f4a619deb46657bb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1014", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88f25c2b32d7b05f4a619deb46657bb2", - "x-ms-correlation-request-id": "8a4253b9-1938-400c-b303-7546f668125e", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "1b0b73ea-d353-4f88-bcff-4d3d81a5fd6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030810Z:8a4253b9-1938-400c-b303-7546f668125e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3305/providers/Microsoft.Storage/storageAccounts/sto5591/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": { - "multichannel": { - "enabled": false - } - } - }, - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - } - } - ], - "Variables": { - "RandomSeed": "1002987446", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json deleted file mode 100644 index 3b4277444f71b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json +++ /dev/null @@ -1,927 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res142?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ce6ea3a8cb8620428c7fe1373ae4313f-f98c984431acff4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba2d7a803b5865ad0580458436e4ce55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8dd776fc-d7b9-4ab8-b380-b770976a7bd5", - "x-ms-ratelimit-remaining-subscription-writes": "1054", - "x-ms-request-id": "8dd776fc-d7b9-4ab8-b380-b770976a7bd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030905Z:8dd776fc-d7b9-4ab8-b380-b770976a7bd5" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142", - "name": "res142", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3c6a6734d0372843aaa65b098ca786fb-326d4b5f0ebd2648-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ef8258bbeb347d2a0e49f2aa776981c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ef8258bbeb347d2a0e49f2aa776981c", - "x-ms-correlation-request-id": "79236c5d-503c-49db-9af2-90bde0e1cd49", - "x-ms-ratelimit-remaining-subscription-writes": "1053", - "x-ms-request-id": "e6b284b9-068e-4b14-9d48-314a5eddf6fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030908Z:79236c5d-503c-49db-9af2-90bde0e1cd49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbcda09496a0bbcc5a72b7570d3a5d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbcda09496a0bbcc5a72b7570d3a5d0a", - "x-ms-correlation-request-id": "5e729a22-0733-4dd2-beac-6d891d89ed59", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "ebc07aa0-e991-4c7c-b6be-a9333a6bbbb4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030908Z:5e729a22-0733-4dd2-beac-6d891d89ed59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb3967ac47cba6bbe952d35ee2c1eda5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb3967ac47cba6bbe952d35ee2c1eda5", - "x-ms-correlation-request-id": "688a135e-3c7d-4f3c-9a8b-2507cc8b8201", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "96f1057c-f7e2-4bd2-a3df-b9e7e61658b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030909Z:688a135e-3c7d-4f3c-9a8b-2507cc8b8201" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "079609e9cda9667c2c47b33d2de49810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "079609e9cda9667c2c47b33d2de49810", - "x-ms-correlation-request-id": "192f430c-bffd-418a-9edb-4d7d9fc478db", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "6aede52c-7d90-4794-a36c-72a0d4ea0257", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030911Z:192f430c-bffd-418a-9edb-4d7d9fc478db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f264d0f70fc24dcbe426e14ec36dd998", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f264d0f70fc24dcbe426e14ec36dd998", - "x-ms-correlation-request-id": "c5f7f4e9-31aa-4605-a779-bbe715f8f5f2", - "x-ms-ratelimit-remaining-subscription-reads": "11489", - "x-ms-request-id": "8815f4d4-7c6f-46f8-b063-2cbfc94fad6f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030912Z:c5f7f4e9-31aa-4605-a779-bbe715f8f5f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "036d128456a4df61ebd2bf83947e7905", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "036d128456a4df61ebd2bf83947e7905", - "x-ms-correlation-request-id": "70c94ff8-bc4c-475c-ac95-b179b7cbd337", - "x-ms-ratelimit-remaining-subscription-reads": "11488", - "x-ms-request-id": "8eb6e4ca-723b-4c04-be1a-93261c305175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030913Z:70c94ff8-bc4c-475c-ac95-b179b7cbd337" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1167c3b9fb5dd9e23e482282eb2da3be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1167c3b9fb5dd9e23e482282eb2da3be", - "x-ms-correlation-request-id": "4f5f5fd7-c5ab-460b-8796-162ff1723aab", - "x-ms-ratelimit-remaining-subscription-reads": "11487", - "x-ms-request-id": "24ac8c53-a392-4fb8-8903-948b9b73652d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030915Z:4f5f5fd7-c5ab-460b-8796-162ff1723aab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ab81a6e9576a06b6e8407f04f47b865", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ab81a6e9576a06b6e8407f04f47b865", - "x-ms-correlation-request-id": "45e9a49e-968c-41fd-be88-656c2cf1f042", - "x-ms-ratelimit-remaining-subscription-reads": "11486", - "x-ms-request-id": "1c131ecd-187a-415a-bc17-1f8e24be8bf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030916Z:45e9a49e-968c-41fd-be88-656c2cf1f042" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff95dcadc706893b2f94c55b34dff4bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff95dcadc706893b2f94c55b34dff4bd", - "x-ms-correlation-request-id": "aa7b13d0-546d-4fad-b930-dedd69426b37", - "x-ms-ratelimit-remaining-subscription-reads": "11485", - "x-ms-request-id": "1c435254-005c-49bb-a01b-510b7c05146b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030917Z:aa7b13d0-546d-4fad-b930-dedd69426b37" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a14012e5ec5248e57c7a3d8f4f289f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a14012e5ec5248e57c7a3d8f4f289f6", - "x-ms-correlation-request-id": "d00fe875-3928-41ac-9923-eda812242f49", - "x-ms-ratelimit-remaining-subscription-reads": "11484", - "x-ms-request-id": "1c3d001d-f8c8-4943-94cd-75b1b7147abf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030919Z:d00fe875-3928-41ac-9923-eda812242f49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ed4bc90a398a7b8df2febe2cf0f6c8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ed4bc90a398a7b8df2febe2cf0f6c8f", - "x-ms-correlation-request-id": "c961c81a-37d6-46be-b75d-6619c95f1c57", - "x-ms-ratelimit-remaining-subscription-reads": "11483", - "x-ms-request-id": "ac830d9a-a28f-481f-8cad-640d98717b6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030920Z:c961c81a-37d6-46be-b75d-6619c95f1c57" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ec149903e324f9f4e71a73f2462943c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ec149903e324f9f4e71a73f2462943c", - "x-ms-correlation-request-id": "a1decc6d-8c0b-4609-8eb6-4acb28dc78e6", - "x-ms-ratelimit-remaining-subscription-reads": "11482", - "x-ms-request-id": "f8523395-573e-4983-a636-1874f252fc8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030921Z:a1decc6d-8c0b-4609-8eb6-4acb28dc78e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77cbce0ae50b8a25496d9a9672ac5447", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77cbce0ae50b8a25496d9a9672ac5447", - "x-ms-correlation-request-id": "eb3551ba-d068-427e-b147-bbd2d34fe99e", - "x-ms-ratelimit-remaining-subscription-reads": "11481", - "x-ms-request-id": "9b8f6fe8-60d2-4eb3-9960-98559c2a5fcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030923Z:eb3551ba-d068-427e-b147-bbd2d34fe99e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6b284b9-068e-4b14-9d48-314a5eddf6fd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aa48145a3b3051c31c84c026fc79827c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa48145a3b3051c31c84c026fc79827c", - "x-ms-correlation-request-id": "b7b89e3f-1a93-4807-abe3-4e611e630bf2", - "x-ms-ratelimit-remaining-subscription-reads": "11480", - "x-ms-request-id": "84653217-d4cb-4d96-b1d3-738fb278c85e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030924Z:b7b89e3f-1a93-4807-abe3-4e611e630bf2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908", - "name": "sto2908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:07.7476041Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:07.7476041Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:09:07.6538855Z", - "primaryEndpoints": { - "blob": "https://sto2908.blob.core.windows.net/", - "queue": "https://sto2908.queue.core.windows.net/", - "table": "https://sto2908.table.core.windows.net/", - "file": "https://sto2908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-252a155c9de58a44a10964c03f1ce8e9-9e7f423d5856f249-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01d7ae9af544ab83233705c5a309dda1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "377", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01d7ae9af544ab83233705c5a309dda1", - "x-ms-correlation-request-id": "c8021260-78c8-4033-be1d-312b3153a318", - "x-ms-ratelimit-remaining-subscription-reads": "11479", - "x-ms-request-id": "8cec8ae9-0459-459e-94b7-aaa311972e69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030924Z:c8021260-78c8-4033-be1d-312b3153a318" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": { - "multichannel": { - "enabled": false - } - } - }, - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "676", - "Content-Type": "application/json", - "traceparent": "00-0ecd4baf2e2dbc44b96caf04135256bb-5651bcdad6943149-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10e45f1dea19cf0c0a7a5a8624fe8ed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "903", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10e45f1dea19cf0c0a7a5a8624fe8ed0", - "x-ms-correlation-request-id": "b0d3eb3c-f21d-41e0-b0d5-0175433f0fc3", - "x-ms-ratelimit-remaining-subscription-writes": "1052", - "x-ms-request-id": "751a1e7a-5279-4f39-94fc-1848491a218c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030926Z:b0d3eb3c-f21d-41e0-b0d5-0175433f0fc3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-51d989d354efed459c4b34d02b0cbddb-74e8e2c6b9507549-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3fb1eeb53d56503909d86f935fead13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1013", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3fb1eeb53d56503909d86f935fead13", - "x-ms-correlation-request-id": "74bee82a-b899-459d-ab55-1c26a621209c", - "x-ms-ratelimit-remaining-subscription-reads": "11478", - "x-ms-request-id": "ca2ddf2b-8ff3-47a7-8966-bb167300d289", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030926Z:74bee82a-b899-459d-ab55-1c26a621209c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res142/providers/Microsoft.Storage/storageAccounts/sto2908/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": { - "multichannel": { - "enabled": false - } - } - }, - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - } - } - } - } - ], - "Variables": { - "RandomSeed": "1435902459", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTest.json deleted file mode 100644 index 0292bc09314a6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTest.json +++ /dev/null @@ -1,969 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7480?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ae5958a2c5d23846a8aba8f4993980e5-61d0b443387f3f42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a3b599052c12c33374abf10b8b6905cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5c017bdd-8af8-420f-94ce-16ca06a7879c", - "x-ms-ratelimit-remaining-subscription-writes": "1062", - "x-ms-request-id": "5c017bdd-8af8-420f-94ce-16ca06a7879c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030812Z:5c017bdd-8af8-420f-94ce-16ca06a7879c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480", - "name": "res7480", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-66cb9020024022478cd0b2d3451b12da-9304807cb3124044-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "55294548294eabf221fa0744f26610d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55294548294eabf221fa0744f26610d3", - "x-ms-correlation-request-id": "133ff594-22da-45bf-9821-bf69898e2277", - "x-ms-ratelimit-remaining-subscription-writes": "1061", - "x-ms-request-id": "8088fc0f-02c8-4efc-949b-4f4c61898bf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030817Z:133ff594-22da-45bf-9821-bf69898e2277" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b62560a1174770b6c3f7f1312c7f8244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b62560a1174770b6c3f7f1312c7f8244", - "x-ms-correlation-request-id": "53771ff3-58f9-4113-bdec-300a84409410", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "4f735b1f-f9fb-464e-953a-ad05fedfcd55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030817Z:53771ff3-58f9-4113-bdec-300a84409410" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42e237e1db1f0e5c6c5d5a51063fd130", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42e237e1db1f0e5c6c5d5a51063fd130", - "x-ms-correlation-request-id": "2d007d41-c09b-4b4a-ad32-8a2370251c1c", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "2931788a-978e-4966-941b-a5acd270070a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030818Z:2d007d41-c09b-4b4a-ad32-8a2370251c1c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92a2b9525a41918c70752d8449a79f7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92a2b9525a41918c70752d8449a79f7b", - "x-ms-correlation-request-id": "2677ad20-bc4c-46b2-884f-a6bfefc9a964", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "974fdf46-4723-4902-a349-270bbe01fc6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030820Z:2677ad20-bc4c-46b2-884f-a6bfefc9a964" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a3d1dd7a660ec52e03174ae9bc646983", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3d1dd7a660ec52e03174ae9bc646983", - "x-ms-correlation-request-id": "4ff4a5ea-5149-4d61-8c43-bf4bdb62c20d", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "8c807928-0e0e-4fc7-a5ea-2cd2ee74b4d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030821Z:4ff4a5ea-5149-4d61-8c43-bf4bdb62c20d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "72dfc126efdc8703aa51d1a9aed8c5c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72dfc126efdc8703aa51d1a9aed8c5c4", - "x-ms-correlation-request-id": "23275790-79e3-48b4-a7ae-b5040e420601", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "474b165e-8909-4dc9-8015-22c47250aaca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030822Z:23275790-79e3-48b4-a7ae-b5040e420601" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28d7dfbd2e6deb218bdc8e2910a2d40c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28d7dfbd2e6deb218bdc8e2910a2d40c", - "x-ms-correlation-request-id": "ef81fc54-ca4e-4393-8ba9-678071c2bcac", - "x-ms-ratelimit-remaining-subscription-reads": "11519", - "x-ms-request-id": "e0d05edd-4eff-4944-b3ee-80c7532c5fca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030824Z:ef81fc54-ca4e-4393-8ba9-678071c2bcac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "875ea90b2dc88a9eda4af8bc9585172b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "875ea90b2dc88a9eda4af8bc9585172b", - "x-ms-correlation-request-id": "34ceefea-bcdb-457a-bf09-5416a531c218", - "x-ms-ratelimit-remaining-subscription-reads": "11518", - "x-ms-request-id": "609ee0bf-eedd-441b-9320-91600845aac9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030825Z:34ceefea-bcdb-457a-bf09-5416a531c218" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dd2c8552418df7169ff4e6ff61d97608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dd2c8552418df7169ff4e6ff61d97608", - "x-ms-correlation-request-id": "76cdfde5-2254-442a-af39-68d88fd45771", - "x-ms-ratelimit-remaining-subscription-reads": "11517", - "x-ms-request-id": "fa84a819-84bd-4476-98c0-b83df65e1118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030826Z:76cdfde5-2254-442a-af39-68d88fd45771" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "059dc57d3d798ffc404c4e2236655506", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "059dc57d3d798ffc404c4e2236655506", - "x-ms-correlation-request-id": "54e166ba-9556-4e79-b742-ce6d2b621424", - "x-ms-ratelimit-remaining-subscription-reads": "11516", - "x-ms-request-id": "603b0b15-454c-4178-8674-3f107a4cd041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030828Z:54e166ba-9556-4e79-b742-ce6d2b621424" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ad763c5f676ca7e9366e7d3469e2900", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ad763c5f676ca7e9366e7d3469e2900", - "x-ms-correlation-request-id": "127f05fd-dfd7-4069-b1b7-416d19c2268a", - "x-ms-ratelimit-remaining-subscription-reads": "11515", - "x-ms-request-id": "7423badb-cccf-48c7-b69d-748695379f9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030829Z:127f05fd-dfd7-4069-b1b7-416d19c2268a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d03fefd312e714b1899c9d40f2f3c13a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d03fefd312e714b1899c9d40f2f3c13a", - "x-ms-correlation-request-id": "5ab18e68-aa04-41d5-9b51-041a6ede9f29", - "x-ms-ratelimit-remaining-subscription-reads": "11514", - "x-ms-request-id": "f9c4fa19-682d-46e3-8a5f-6c24dba291ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030830Z:5ab18e68-aa04-41d5-9b51-041a6ede9f29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd3ae09fec02869146d37213552848a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd3ae09fec02869146d37213552848a1", - "x-ms-correlation-request-id": "02c1097e-db44-4030-93c4-06760f70c6bc", - "x-ms-ratelimit-remaining-subscription-reads": "11513", - "x-ms-request-id": "21e263b4-b600-4058-bc40-93cff2a3012e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030832Z:02c1097e-db44-4030-93c4-06760f70c6bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8088fc0f-02c8-4efc-949b-4f4c61898bf1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "464e4d228426b21eb1c201da593dd79f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "464e4d228426b21eb1c201da593dd79f", - "x-ms-correlation-request-id": "619a16dc-6917-4f7d-a3a5-2442861872d1", - "x-ms-ratelimit-remaining-subscription-reads": "11512", - "x-ms-request-id": "3eeeacfa-427d-4674-bcc5-95bc31cc48fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030833Z:619a16dc-6917-4f7d-a3a5-2442861872d1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608", - "name": "sto8608", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:08:16.7128982Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:08:16.7128982Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:08:16.5879047Z", - "primaryEndpoints": { - "blob": "https://sto8608.blob.core.windows.net/", - "queue": "https://sto8608.queue.core.windows.net/", - "table": "https://sto8608.table.core.windows.net/", - "file": "https://sto8608.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share8295?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-ca880e1c8c67eb44b9a6df60981a07cb-f53a621acac6a141-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "646634adfe2b5de7b88a14a09ebe6053", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "271", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:33 GMT", - "ETag": "\u00220x8D8585B77453DB7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "646634adfe2b5de7b88a14a09ebe6053", - "x-ms-correlation-request-id": "ee140a33-bb94-4b76-baa1-bcbc0d95521e", - "x-ms-ratelimit-remaining-subscription-writes": "1060", - "x-ms-request-id": "f9882c1e-5684-4184-aee5-d0de759768c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030834Z:ee140a33-bb94-4b76-baa1-bcbc0d95521e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share8295", - "name": "share8295", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share8295?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0da3d42a53f97f4bbd239bcc4dc0891e-c8f24b089d43de48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a5a51efc147bc11a874c3feab72d09fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "389", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:34 GMT", - "ETag": "\u00220x8D8585B77453DB7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5a51efc147bc11a874c3feab72d09fb", - "x-ms-correlation-request-id": "fcfc180d-02b4-41bf-a64b-2ba4f5f96199", - "x-ms-ratelimit-remaining-subscription-reads": "11511", - "x-ms-request-id": "b73c3067-c33b-49c4-930f-c1d9d20f843e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030834Z:fcfc180d-02b4-41bf-a64b-2ba4f5f96199" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share8295", - "name": "share8295", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585B77453DB7\u0022", - "properties": { - "shareUsageBytes": 0, - "lastModifiedTime": "2020-09-14T03:08:33.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-e75ad9be6f050e419361abb7f4aec66e-b539c5e2cade474c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2f3a86ef73d664fe86dfa0a121204a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 500 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "340", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:34 GMT", - "ETag": "\u00220x8D8585B77E23546\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2f3a86ef73d664fe86dfa0a121204a1", - "x-ms-correlation-request-id": "cacb37df-cb89-4751-b09d-8842b191e1cb", - "x-ms-ratelimit-remaining-subscription-writes": "1059", - "x-ms-request-id": "6d22f031-921c-4f8e-b29b-b58085ce78da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030835Z:cacb37df-cb89-4751-b09d-8842b191e1cb" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954", - "name": "share7954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 500 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ac96f0b072d9c64fba1db936337bc4da-dfc0dbb7d76b1d4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "321f5d8629fa1a99a4dcdfbefda68b81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "441", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:35 GMT", - "ETag": "\u00220x8D8585B77E23546\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "321f5d8629fa1a99a4dcdfbefda68b81", - "x-ms-correlation-request-id": "28f8f49e-1b31-408a-9828-a8b4867d4523", - "x-ms-ratelimit-remaining-subscription-reads": "11510", - "x-ms-request-id": "f28ff14c-095c-4ff5-b7a9-f5b36070379a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030835Z:28f8f49e-1b31-408a-9828-a8b4867d4523" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954", - "name": "share7954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585B77E23546\u0022", - "properties": { - "shareUsageBytes": 0, - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2020-09-14T03:08:34.0000000Z", - "shareQuota": 500 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share8295?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f2d3c384c033e04fbae4338ff20138dd-cae1e13c59665b4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1530cd18706c26be563e92a720b67539", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1530cd18706c26be563e92a720b67539", - "x-ms-correlation-request-id": "9eb30078-e9da-439e-a2c7-c4c4c6633d6c", - "x-ms-ratelimit-remaining-subscription-deletes": "14952", - "x-ms-request-id": "838a192f-e6d6-42ec-a4e9-42cd4860ec60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030835Z:9eb30078-e9da-439e-a2c7-c4c4c6633d6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares?api-version=2019-06-01\u0026$expand=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d031493bc9e944d80fd93e6018906942", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "441", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d031493bc9e944d80fd93e6018906942", - "x-ms-correlation-request-id": "18c33273-156e-478f-a312-746f5c4f5be8", - "x-ms-ratelimit-remaining-subscription-reads": "11509", - "x-ms-request-id": "e3d11a31-124e-423c-9d91-d3825681f614", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030836Z:18c33273-156e-478f-a312-746f5c4f5be8" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954", - "name": "share7954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585B77E23546\u0022", - "properties": { - "accessTier": "TransactionOptimized", - "lastModifiedTime": "2020-09-14T03:08:34.0000000Z", - "shareQuota": 500, - "enabledProtocols": "SMB" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/share7954?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a345aa54af01c74082033111fe121446-91e267f3372ffc45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44f279e1eee215349ef8dcbc97f1faed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44f279e1eee215349ef8dcbc97f1faed", - "x-ms-correlation-request-id": "f7539901-6d76-43ad-9e71-3185f7eee642", - "x-ms-ratelimit-remaining-subscription-deletes": "14951", - "x-ms-request-id": "2f8af44b-7dda-4b45-94bb-fff7c3f4f2d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030836Z:f7539901-6d76-43ad-9e71-3185f7eee642" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares?api-version=2019-06-01\u0026$expand=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b383a567bb744f97f5eb0693325e0ec5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b383a567bb744f97f5eb0693325e0ec5", - "x-ms-correlation-request-id": "3503f62f-51a3-41d3-b956-425d829705b7", - "x-ms-ratelimit-remaining-subscription-reads": "11508", - "x-ms-request-id": "cf4f7b2f-7842-4f56-b1c9-997438e49354", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030836Z:3503f62f-51a3-41d3-b956-425d829705b7" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7480/providers/Microsoft.Storage/storageAccounts/sto8608/fileServices/default/shares/notexistshare?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-001eb4c0d817744a8f8624e4cefb3952-aee5f2b0350e9b4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a6c550d430c44d57151b31f1ec1cad1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a6c550d430c44d57151b31f1ec1cad1d", - "x-ms-correlation-request-id": "92d2d144-821d-40e1-93a3-2c62ee77dbd6", - "x-ms-ratelimit-remaining-subscription-deletes": "14950", - "x-ms-request-id": "799944d2-d477-4aa8-bcf5-3d94f604cbd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030837Z:92d2d144-821d-40e1-93a3-2c62ee77dbd6" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1559344731", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTestAsync.json deleted file mode 100644 index 470b60ae74c16..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesCreateDeleteListTestAsync.json +++ /dev/null @@ -1,969 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6577?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8de116b9187710419c79acf462149b8c-122d4549006eaa4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75c8a455d8c26c70789d913839fa08d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "71a8b67e-e9fc-46f0-95c6-5fe387ea10b5", - "x-ms-ratelimit-remaining-subscription-writes": "1051", - "x-ms-request-id": "71a8b67e-e9fc-46f0-95c6-5fe387ea10b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030929Z:71a8b67e-e9fc-46f0-95c6-5fe387ea10b5" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577", - "name": "res6577", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-ef9ba8d6a624024ea5fe1b74b399e324-bb4f3846bc47584c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3211b2cdb95729bf0d73d654668461da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3211b2cdb95729bf0d73d654668461da", - "x-ms-correlation-request-id": "bf73503d-f57f-41c4-ae15-6dfdb51dc754", - "x-ms-ratelimit-remaining-subscription-writes": "1050", - "x-ms-request-id": "657f4256-5ecf-49af-9fd9-e9ca7efbb135", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030932Z:bf73503d-f57f-41c4-ae15-6dfdb51dc754" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e788a709d18eafd084bb56599171219", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e788a709d18eafd084bb56599171219", - "x-ms-correlation-request-id": "643f15e8-68fd-474d-812a-6b0d963c32f8", - "x-ms-ratelimit-remaining-subscription-reads": "11477", - "x-ms-request-id": "3f6b6625-f9ce-426a-bda5-079a009152a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030933Z:643f15e8-68fd-474d-812a-6b0d963c32f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73b45e30062a1770fb6c25896da0d363", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73b45e30062a1770fb6c25896da0d363", - "x-ms-correlation-request-id": "897024b4-ce6b-407d-ac9e-972da02a5ff0", - "x-ms-ratelimit-remaining-subscription-reads": "11476", - "x-ms-request-id": "a36f988e-21c4-41d5-8e54-7d48bd25c20e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030934Z:897024b4-ce6b-407d-ac9e-972da02a5ff0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dce4ffeed30be6c289f3c13a00510af6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dce4ffeed30be6c289f3c13a00510af6", - "x-ms-correlation-request-id": "91287f59-9a51-41f3-893b-14815f0ea12d", - "x-ms-ratelimit-remaining-subscription-reads": "11475", - "x-ms-request-id": "c128343a-4cd3-4c87-b2ab-0b10cf3303e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030935Z:91287f59-9a51-41f3-893b-14815f0ea12d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8ef32bb10f469ad196192ab78747d67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8ef32bb10f469ad196192ab78747d67", - "x-ms-correlation-request-id": "69574591-faaa-4040-b855-c48bdd235cbf", - "x-ms-ratelimit-remaining-subscription-reads": "11474", - "x-ms-request-id": "0cd03853-f057-476c-b1fd-b3e130b19c12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030937Z:69574591-faaa-4040-b855-c48bdd235cbf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a76517836335c0d9bcee936453616aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a76517836335c0d9bcee936453616aa", - "x-ms-correlation-request-id": "198e25b7-aad7-48db-aa98-b6166be190c1", - "x-ms-ratelimit-remaining-subscription-reads": "11473", - "x-ms-request-id": "50d120f3-e962-4b96-aff9-676c457cc2ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030938Z:198e25b7-aad7-48db-aa98-b6166be190c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3acd2f62dbb1dd6e517bc2aa40166d14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3acd2f62dbb1dd6e517bc2aa40166d14", - "x-ms-correlation-request-id": "b57a3b6b-2eaa-41b9-bda0-9dc2fd45ca32", - "x-ms-ratelimit-remaining-subscription-reads": "11472", - "x-ms-request-id": "1ac632af-c7f2-464c-a006-4498ac00aeeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030939Z:b57a3b6b-2eaa-41b9-bda0-9dc2fd45ca32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aec25a7570da85c225925c26267624e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aec25a7570da85c225925c26267624e3", - "x-ms-correlation-request-id": "44a3ed8a-e3c0-45ce-87d5-d77911d78681", - "x-ms-ratelimit-remaining-subscription-reads": "11471", - "x-ms-request-id": "c21d2c65-dca0-47b4-be05-ed2ac0e14ab4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030941Z:44a3ed8a-e3c0-45ce-87d5-d77911d78681" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4949e84b42a79db6e39848b773621b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4949e84b42a79db6e39848b773621b85", - "x-ms-correlation-request-id": "6faa13fb-fffa-4c07-ada5-6ada2c747bfd", - "x-ms-ratelimit-remaining-subscription-reads": "11470", - "x-ms-request-id": "f8f238e1-e08a-44b8-b40f-f673722b1c32", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030942Z:6faa13fb-fffa-4c07-ada5-6ada2c747bfd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eac0d5606773f1cf6c47151e7e48b7db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eac0d5606773f1cf6c47151e7e48b7db", - "x-ms-correlation-request-id": "8228c40c-75d4-4bac-8e53-02cf06b05557", - "x-ms-ratelimit-remaining-subscription-reads": "11469", - "x-ms-request-id": "c453b83b-e058-48c6-abf5-296e21033241", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030943Z:8228c40c-75d4-4bac-8e53-02cf06b05557" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "585fdf5723cd326da325cb42270b12c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "585fdf5723cd326da325cb42270b12c2", - "x-ms-correlation-request-id": "e4d709a2-327b-4c14-9789-f36bf72dcaa7", - "x-ms-ratelimit-remaining-subscription-reads": "11468", - "x-ms-request-id": "ff369cd1-c515-472c-a3c6-eb7094804408", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030945Z:e4d709a2-327b-4c14-9789-f36bf72dcaa7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "51c5d77639b5e36f1857dd5f2d981e9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51c5d77639b5e36f1857dd5f2d981e9a", - "x-ms-correlation-request-id": "ff5dcea6-8b8f-4f8f-bc75-7a36da07e67d", - "x-ms-ratelimit-remaining-subscription-reads": "11467", - "x-ms-request-id": "fce12e67-7f8b-4e79-b270-f8d88a674daf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030946Z:ff5dcea6-8b8f-4f8f-bc75-7a36da07e67d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "94606de1c3033db7678d474e9b8dca61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94606de1c3033db7678d474e9b8dca61", - "x-ms-correlation-request-id": "0313d86e-ba64-4a90-944d-0429fd3d838f", - "x-ms-ratelimit-remaining-subscription-reads": "11466", - "x-ms-request-id": "6d99d243-d3cc-49dc-a371-6ba14debfdc0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030947Z:0313d86e-ba64-4a90-944d-0429fd3d838f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/657f4256-5ecf-49af-9fd9-e9ca7efbb135?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a7a7533565831e256f7b3f75460e050b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7a7533565831e256f7b3f75460e050b", - "x-ms-correlation-request-id": "a81c1d0d-f1a6-4a0a-8df0-75f23a6a173d", - "x-ms-ratelimit-remaining-subscription-reads": "11465", - "x-ms-request-id": "0d45cd0f-b695-4196-92c7-f4c9ee6aa39d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030949Z:a81c1d0d-f1a6-4a0a-8df0-75f23a6a173d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976", - "name": "sto4976", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:32.3736690Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:32.3736690Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:09:32.2955263Z", - "primaryEndpoints": { - "blob": "https://sto4976.blob.core.windows.net/", - "queue": "https://sto4976.queue.core.windows.net/", - "table": "https://sto4976.table.core.windows.net/", - "file": "https://sto4976.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share624?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-fde16f664828544d86ef18a827139309-bbf028c00294d44c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aaba6031be7d1fb388ea27f121488a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "269", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:48 GMT", - "ETag": "\u00220x8D8585BA44AA271\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aaba6031be7d1fb388ea27f121488a8d", - "x-ms-correlation-request-id": "35d5199b-07d7-4588-83db-ce63bb8908eb", - "x-ms-ratelimit-remaining-subscription-writes": "1049", - "x-ms-request-id": "30dcd121-417b-43a0-b0c5-4ae28c4dcd4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030949Z:35d5199b-07d7-4588-83db-ce63bb8908eb" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share624", - "name": "share624", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share624?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0cc0c878c0dff84a98e0c158afb6ecb3-c5d39e05e484f948-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0da297c1776477c4225878342f65988", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "387", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:49 GMT", - "ETag": "\u00220x8D8585BA44AA271\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0da297c1776477c4225878342f65988", - "x-ms-correlation-request-id": "a545dbb2-42e2-4350-ac80-b8de9de2be26", - "x-ms-ratelimit-remaining-subscription-reads": "11464", - "x-ms-request-id": "5c72086b-c8e6-47d6-bfd2-bef0295769e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030950Z:a545dbb2-42e2-4350-ac80-b8de9de2be26" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share624", - "name": "share624", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585BA44AA271\u0022", - "properties": { - "shareUsageBytes": 0, - "lastModifiedTime": "2020-09-14T03:09:49.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-bec6b56197495740b74cf17b3406e930-18bf32493ff0b24d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0f2d6947b7b6f49488fa7bfe2c4d33b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 500 - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "338", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:49 GMT", - "ETag": "\u00220x8D8585BA4DBB127\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f2d6947b7b6f49488fa7bfe2c4d33b5", - "x-ms-correlation-request-id": "4adb518f-11ba-426b-8725-327b8be10210", - "x-ms-ratelimit-remaining-subscription-writes": "1048", - "x-ms-request-id": "be3cb085-7ffc-4154-bcd1-750806f0bd30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030950Z:4adb518f-11ba-426b-8725-327b8be10210" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682", - "name": "share682", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 500 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b5b6db0fdc81e5478632f03e7905bd73-9fde710709603f48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2be4c9e8901ae41a726758372fdd9190", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "439", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:50 GMT", - "ETag": "\u00220x8D8585BA4DBB127\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2be4c9e8901ae41a726758372fdd9190", - "x-ms-correlation-request-id": "8540c7af-e079-4f7c-8e36-4480d0901966", - "x-ms-ratelimit-remaining-subscription-reads": "11463", - "x-ms-request-id": "ff2b7607-e60c-4ae2-9ea3-5970870d0273", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030950Z:8540c7af-e079-4f7c-8e36-4480d0901966" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682", - "name": "share682", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585BA4DBB127\u0022", - "properties": { - "shareUsageBytes": 0, - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2020-09-14T03:09:50.0000000Z", - "shareQuota": 500 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share624?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-baa597ad75e3f44098c572f6e0ccca00-ee1e21b83984c14d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dedab59f7d5d72c645fbee1c004916d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dedab59f7d5d72c645fbee1c004916d7", - "x-ms-correlation-request-id": "9890309e-c1f3-4d4d-a4a3-2ae598c53f2c", - "x-ms-ratelimit-remaining-subscription-deletes": "14946", - "x-ms-request-id": "269571a0-fb24-41db-9683-a1519273d49a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030951Z:9890309e-c1f3-4d4d-a4a3-2ae598c53f2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares?api-version=2019-06-01\u0026$expand=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d59ce535d74b6214f489d4e5f5cc4ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "439", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d59ce535d74b6214f489d4e5f5cc4ab", - "x-ms-correlation-request-id": "14a0bcd1-5e78-40f9-875d-a885fe213d93", - "x-ms-ratelimit-remaining-subscription-reads": "11462", - "x-ms-request-id": "ea67e0e6-da73-4c43-8ca1-5747c8ba1e9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030951Z:14a0bcd1-5e78-40f9-875d-a885fe213d93" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682", - "name": "share682", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585BA4DBB127\u0022", - "properties": { - "accessTier": "TransactionOptimized", - "lastModifiedTime": "2020-09-14T03:09:50.0000000Z", - "shareQuota": 500, - "enabledProtocols": "SMB" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/share682?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-50eb8229bbea4242acc786944eca824e-88b20f82e8a43445-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "765eea6955736a570372e51fa2fee328", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "765eea6955736a570372e51fa2fee328", - "x-ms-correlation-request-id": "92e024ae-9ea3-4fa5-add1-f94b35aa2e03", - "x-ms-ratelimit-remaining-subscription-deletes": "14945", - "x-ms-request-id": "dfdbfe0e-2a54-4113-a18b-c495ad964b13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030952Z:92e024ae-9ea3-4fa5-add1-f94b35aa2e03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares?api-version=2019-06-01\u0026$expand=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61e380516483421c94238e15e07712e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61e380516483421c94238e15e07712e8", - "x-ms-correlation-request-id": "e7fa5036-da25-4e79-b9e3-1a32f5dfe9fc", - "x-ms-ratelimit-remaining-subscription-reads": "11461", - "x-ms-request-id": "2658ba5f-4c6c-4b16-a13b-ed4be913d794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030952Z:e7fa5036-da25-4e79-b9e3-1a32f5dfe9fc" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6577/providers/Microsoft.Storage/storageAccounts/sto4976/fileServices/default/shares/notexistshare?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ced64332e99d2c4fae48890dd5419184-880edf1d49073240-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "16b243369feafe6477ef290277011451", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16b243369feafe6477ef290277011451", - "x-ms-correlation-request-id": "d8020983-baa7-49a9-8512-ceec5207dc49", - "x-ms-ratelimit-remaining-subscription-deletes": "14944", - "x-ms-request-id": "de63b5b1-4351-4088-9886-53e531c75c91", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030952Z:d8020983-baa7-49a9-8512-ceec5207dc49" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1937448415", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json deleted file mode 100644 index e0de09149b64d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5251?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-baf5e2c94791264ab1780d4d0941211e-f94d13183b3ff54f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fee9136e7a73f30b8b7b515655f7c25f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81988d14-94b4-4d25-a647-672231684a48", - "x-ms-ratelimit-remaining-subscription-writes": "1058", - "x-ms-request-id": "81988d14-94b4-4d25-a647-672231684a48", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030840Z:81988d14-94b4-4d25-a647-672231684a48" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251", - "name": "res5251", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "163", - "Content-Type": "application/json", - "traceparent": "00-3729b50f31249545bd6186912b182992-2d1ab59d50ccf344-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "88f27cbfad3d574c25f1473c88485199", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88f27cbfad3d574c25f1473c88485199", - "x-ms-correlation-request-id": "9eb8cc66-f4d4-4a97-92a7-fa54e04098eb", - "x-ms-ratelimit-remaining-subscription-writes": "1057", - "x-ms-request-id": "54bf047f-25e8-48a8-8465-0318a41d613c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030844Z:9eb8cc66-f4d4-4a97-92a7-fa54e04098eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30c9b8f76d6c65309ca74e89c3b60233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30c9b8f76d6c65309ca74e89c3b60233", - "x-ms-correlation-request-id": "afd7cc1f-f6ef-49d1-8c1a-5bd59b808ca2", - "x-ms-ratelimit-remaining-subscription-reads": "11507", - "x-ms-request-id": "02d7bebe-ed68-4135-be19-f967fb44040f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030844Z:afd7cc1f-f6ef-49d1-8c1a-5bd59b808ca2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "98babc0088e741dcaed50083ad536ee6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98babc0088e741dcaed50083ad536ee6", - "x-ms-correlation-request-id": "6551a806-a871-4b8d-b203-fc7a9c45e215", - "x-ms-ratelimit-remaining-subscription-reads": "11506", - "x-ms-request-id": "fc37230d-0df2-4596-9507-81a9387e197f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030846Z:6551a806-a871-4b8d-b203-fc7a9c45e215" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0450126217e2d2c2f7539d1304558d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0450126217e2d2c2f7539d1304558d1", - "x-ms-correlation-request-id": "f6a813e1-a221-4207-9611-3abf220bc6f8", - "x-ms-ratelimit-remaining-subscription-reads": "11505", - "x-ms-request-id": "0be580a5-6759-4b8b-9535-44da45eb2547", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030847Z:f6a813e1-a221-4207-9611-3abf220bc6f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2cf8cdb732846e5fdc8781976dacb849", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cf8cdb732846e5fdc8781976dacb849", - "x-ms-correlation-request-id": "33fc8398-f2f3-43cd-8add-b268b7be551c", - "x-ms-ratelimit-remaining-subscription-reads": "11504", - "x-ms-request-id": "5ac53e49-f311-4610-9aa9-a258387d4474", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030848Z:33fc8398-f2f3-43cd-8add-b268b7be551c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c26267383271dfb48f8d69714f0a1169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c26267383271dfb48f8d69714f0a1169", - "x-ms-correlation-request-id": "9644f6a9-2a13-43e4-97ef-ccc27dcee751", - "x-ms-ratelimit-remaining-subscription-reads": "11503", - "x-ms-request-id": "de3cd6d2-84c4-47ba-ae35-70db599a69e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030849Z:9644f6a9-2a13-43e4-97ef-ccc27dcee751" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dfcc2f7c425af461a1d7f4f79f95c082", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfcc2f7c425af461a1d7f4f79f95c082", - "x-ms-correlation-request-id": "ef1b1fc1-5eaa-4fe6-b5e3-aeef5d63daf8", - "x-ms-ratelimit-remaining-subscription-reads": "11502", - "x-ms-request-id": "19612220-53f1-4955-9b2f-851f32f9f361", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030851Z:ef1b1fc1-5eaa-4fe6-b5e3-aeef5d63daf8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c899efbd96e2856018199cf7c9ed1ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c899efbd96e2856018199cf7c9ed1ed1", - "x-ms-correlation-request-id": "399f21fb-edc7-4efb-ab1d-3102d1365e5c", - "x-ms-ratelimit-remaining-subscription-reads": "11501", - "x-ms-request-id": "e2301e9d-18e1-4569-9c8a-3a6ea0d48943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030852Z:399f21fb-edc7-4efb-ab1d-3102d1365e5c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3d1a1875d8e0f5ee066e20993dbd3ff9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d1a1875d8e0f5ee066e20993dbd3ff9", - "x-ms-correlation-request-id": "0de412ba-10b7-41e4-8d09-78f60ef88d4d", - "x-ms-ratelimit-remaining-subscription-reads": "11500", - "x-ms-request-id": "b4125782-15dc-4ebe-9fea-a3d4197b1539", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030853Z:0de412ba-10b7-41e4-8d09-78f60ef88d4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5fb4e6cd4971e686cf47c640a66a2ab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fb4e6cd4971e686cf47c640a66a2ab4", - "x-ms-correlation-request-id": "f840b19b-b8f6-4116-a97b-911bafe4fa20", - "x-ms-ratelimit-remaining-subscription-reads": "11499", - "x-ms-request-id": "49995be2-54c5-4bed-9fc2-df2b72404228", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030854Z:f840b19b-b8f6-4116-a97b-911bafe4fa20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "878122b8827be4a201a3c27475c6475b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "878122b8827be4a201a3c27475c6475b", - "x-ms-correlation-request-id": "2ad71a49-2779-4079-a3ca-f600e4455e47", - "x-ms-ratelimit-remaining-subscription-reads": "11498", - "x-ms-request-id": "40f25145-9ebe-4212-af0c-9ed3c8367745", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030856Z:2ad71a49-2779-4079-a3ca-f600e4455e47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e22aa2dabe392c6091346e9911ad4f9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e22aa2dabe392c6091346e9911ad4f9b", - "x-ms-correlation-request-id": "bc2a036f-b6c8-45e8-b505-d7fe54b89730", - "x-ms-ratelimit-remaining-subscription-reads": "11497", - "x-ms-request-id": "76cba566-de84-48ca-9415-1678773cc14c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030857Z:bc2a036f-b6c8-45e8-b505-d7fe54b89730" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ae06c43b83b4a7e44cf5ecd86127008", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ae06c43b83b4a7e44cf5ecd86127008", - "x-ms-correlation-request-id": "67f32885-a405-4370-833c-662264056b94", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "2a3ac9da-24ce-4de0-8688-ba1357aa518f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030858Z:67f32885-a405-4370-833c-662264056b94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04666bff4840fa7bc255f5461408d353", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:08:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04666bff4840fa7bc255f5461408d353", - "x-ms-correlation-request-id": "f3cf836a-a11a-4f02-b562-58bada12ad70", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "16958a97-9d74-44af-bc10-b21aa1706020", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030859Z:f3cf836a-a11a-4f02-b562-58bada12ad70" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/54bf047f-25e8-48a8-8465-0318a41d613c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "093126542ce5212023df9e696092a57f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1258", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "093126542ce5212023df9e696092a57f", - "x-ms-correlation-request-id": "1ba47665-5922-4a08-bede-2aaea9a19d55", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "78ee8b7b-f325-4447-82fa-474718eaa47d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030901Z:1ba47665-5922-4a08-bede-2aaea9a19d55" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181", - "name": "sto6181", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:08:43.7081283Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:08:43.7081283Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:08:43.6143602Z", - "primaryEndpoints": { - "dfs": "https://sto6181.dfs.core.windows.net/", - "web": "https://sto6181.z6.web.core.windows.net/", - "blob": "https://sto6181.blob.core.windows.net/", - "queue": "https://sto6181.queue.core.windows.net/", - "table": "https://sto6181.table.core.windows.net/", - "file": "https://sto6181.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-228cecd560f40d449a89913a10517996-1d833c3a9439214c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "47a699655b4bf0fae658e6c337363bfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "271", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:01 GMT", - "ETag": "\u00220x8D8585B87E5A6A0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47a699655b4bf0fae658e6c337363bfc", - "x-ms-correlation-request-id": "4485db6c-19eb-48ee-9855-e22bd5b0ae53", - "x-ms-ratelimit-remaining-subscription-writes": "1056", - "x-ms-request-id": "2a24c3a5-c9ca-4c59-b28e-77f8221a3cc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030901Z:4485db6c-19eb-48ee-9855-e22bd5b0ae53" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202", - "name": "share3202", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-707ce061eaec234785cf2b676bbce0b6-0580df0732124045-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e060780b23674bd344e060a911992faf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "341", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:01 GMT", - "ETag": "\u00220x8D8585B8830C632\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e060780b23674bd344e060a911992faf", - "x-ms-correlation-request-id": "b6501957-faed-49d6-ae7e-6feb9fa21bea", - "x-ms-ratelimit-remaining-subscription-writes": "1055", - "x-ms-request-id": "6e95d8ed-01d9-4fba-841b-a0b8f4454e3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030902Z:b6501957-faed-49d6-ae7e-6feb9fa21bea" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202", - "name": "share3202", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d95b4b38b4056048bd4ebf91ae200bc0-8010a926fbc1b946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6fae83750b2dca093618fed3395eeca8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "478", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:09:02 GMT", - "ETag": "\u00220x8D8585B8830C632\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fae83750b2dca093618fed3395eeca8", - "x-ms-correlation-request-id": "63beadc2-1b42-4d36-8a6e-2117276d909a", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "340cec28-e7a4-4911-b7f9-4a05ec40841e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030902Z:63beadc2-1b42-4d36-8a6e-2117276d909a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5251/providers/Microsoft.Storage/storageAccounts/sto6181/fileServices/default/shares/share3202", - "name": "share3202", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585B8830C632\u0022", - "properties": { - "shareUsageBytes": 0, - "accessTier": "TransactionOptimized", - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2020-09-14T03:09:02.0000000Z", - "shareQuota": 5200 - } - } - } - ], - "Variables": { - "RandomSeed": "1727267229", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json deleted file mode 100644 index 446391873a149..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res8786?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-83140aacd606a043a31626e9cd38bd0b-c1dd29703b96494a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81c01a0713c14fba2295bafe6bb9f271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27fc3cf9-2d30-44bf-b074-f531214e620d", - "x-ms-ratelimit-remaining-subscription-writes": "1047", - "x-ms-request-id": "27fc3cf9-2d30-44bf-b074-f531214e620d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030955Z:27fc3cf9-2d30-44bf-b074-f531214e620d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786", - "name": "res8786", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "163", - "Content-Type": "application/json", - "traceparent": "00-f6ad51ff3a2b794d8d6478d2143837da-5b44fe5f923e864f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9ce23440cf30b24020e30c965f489acf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ce23440cf30b24020e30c965f489acf", - "x-ms-correlation-request-id": "c4040084-4d41-4f09-805a-c98d67ee1c2e", - "x-ms-ratelimit-remaining-subscription-writes": "1046", - "x-ms-request-id": "caa74024-5c92-4790-9b6e-ecb381007e73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030958Z:c4040084-4d41-4f09-805a-c98d67ee1c2e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c33d75224614ad680cea12faeb9c34c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c33d75224614ad680cea12faeb9c34c", - "x-ms-correlation-request-id": "f1e769b7-598b-4a28-af97-ef299fd545a2", - "x-ms-ratelimit-remaining-subscription-reads": "11460", - "x-ms-request-id": "f93daf25-b774-427e-9d68-2b7e6b1ddf6e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030958Z:f1e769b7-598b-4a28-af97-ef299fd545a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d55b2f1f05e4ca1df2d987fbd5f44b09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:09:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d55b2f1f05e4ca1df2d987fbd5f44b09", - "x-ms-correlation-request-id": "f67bfef0-d59d-4367-983e-c3ac1fb6169f", - "x-ms-ratelimit-remaining-subscription-reads": "11459", - "x-ms-request-id": "57d77e4c-51e0-45a4-8895-0876765a5292", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T030959Z:f67bfef0-d59d-4367-983e-c3ac1fb6169f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8743754f8e15eb6d0dc2ead9d5115a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8743754f8e15eb6d0dc2ead9d5115a5c", - "x-ms-correlation-request-id": "ce497318-c89b-4e2a-bedc-fa3326e096d8", - "x-ms-ratelimit-remaining-subscription-reads": "11458", - "x-ms-request-id": "255971b6-a6cf-41fc-b1e6-54c43458356d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031001Z:ce497318-c89b-4e2a-bedc-fa3326e096d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "372cad70beba4db1b96919879dda748c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "372cad70beba4db1b96919879dda748c", - "x-ms-correlation-request-id": "8e6c7db6-b887-4b16-b13a-58ae357b515c", - "x-ms-ratelimit-remaining-subscription-reads": "11457", - "x-ms-request-id": "c41c400e-2f75-41c3-afc2-02788e749a89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031002Z:8e6c7db6-b887-4b16-b13a-58ae357b515c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38df97833c759137c170c7211a44f5e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38df97833c759137c170c7211a44f5e0", - "x-ms-correlation-request-id": "9750099d-d078-44b7-89a3-cb4d293c15a7", - "x-ms-ratelimit-remaining-subscription-reads": "11456", - "x-ms-request-id": "de89b2c3-e048-4093-ac4d-66e51c69a5c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031003Z:9750099d-d078-44b7-89a3-cb4d293c15a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "288b2b7f14c8914ec4f6cdab74e64d32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "288b2b7f14c8914ec4f6cdab74e64d32", - "x-ms-correlation-request-id": "8593937f-f5c8-4b91-9325-aa3a48cc6aab", - "x-ms-ratelimit-remaining-subscription-reads": "11455", - "x-ms-request-id": "e82a1a36-e815-4875-b484-a5721ed8b898", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031004Z:8593937f-f5c8-4b91-9325-aa3a48cc6aab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3d565e4e223234e6759b764af7903275", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d565e4e223234e6759b764af7903275", - "x-ms-correlation-request-id": "787fccee-8a0f-4714-9dd7-028c66343bb3", - "x-ms-ratelimit-remaining-subscription-reads": "11454", - "x-ms-request-id": "d75dfb36-117f-4ced-a6a4-d8cf5b479f4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031006Z:787fccee-8a0f-4714-9dd7-028c66343bb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "720839734c4f6ec4494e747f6f8b1cdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "720839734c4f6ec4494e747f6f8b1cdb", - "x-ms-correlation-request-id": "8657e073-81f8-47da-9236-2fd2f46b4ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11453", - "x-ms-request-id": "4bd738d8-d370-4a26-b8cd-4606a2e937af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031007Z:8657e073-81f8-47da-9236-2fd2f46b4ef6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bcd39422b7ee5cae4456b22c9d049933", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcd39422b7ee5cae4456b22c9d049933", - "x-ms-correlation-request-id": "a2834c2a-2231-456f-b548-1220d9003a16", - "x-ms-ratelimit-remaining-subscription-reads": "11452", - "x-ms-request-id": "42c5ac19-be2c-45ca-bf3c-eebcdcdba41e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031008Z:a2834c2a-2231-456f-b548-1220d9003a16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3b3857c3dbdd01e399e7f4e4ae67c5ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b3857c3dbdd01e399e7f4e4ae67c5ea", - "x-ms-correlation-request-id": "38fb0375-94e4-4879-9393-01a894d8e2db", - "x-ms-ratelimit-remaining-subscription-reads": "11451", - "x-ms-request-id": "fae5bd4b-08d6-4b60-bad0-28da5e0e2299", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031009Z:38fb0375-94e4-4879-9393-01a894d8e2db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62289b7e76bcbb878aac2df89a97d145", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62289b7e76bcbb878aac2df89a97d145", - "x-ms-correlation-request-id": "2172dedb-8d8f-4a5a-9bca-d8404393ac21", - "x-ms-ratelimit-remaining-subscription-reads": "11450", - "x-ms-request-id": "2e3b8c6c-30c6-4035-a79d-43ec4f202548", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031011Z:2172dedb-8d8f-4a5a-9bca-d8404393ac21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "17bb40b4e05346fdb1d22207c3caaedd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17bb40b4e05346fdb1d22207c3caaedd", - "x-ms-correlation-request-id": "dc1185fb-a1f8-4899-b95f-6d0f880775be", - "x-ms-ratelimit-remaining-subscription-reads": "11449", - "x-ms-request-id": "6f1891c2-b33e-493e-b868-9db8377d2154", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031012Z:dc1185fb-a1f8-4899-b95f-6d0f880775be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "02aec79136db4d77d07cb030adea6602", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02aec79136db4d77d07cb030adea6602", - "x-ms-correlation-request-id": "d77a4e79-b05f-46a4-8bd2-756484103045", - "x-ms-ratelimit-remaining-subscription-reads": "11448", - "x-ms-request-id": "17610473-7900-43ac-96f4-181bb9fd8c8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031013Z:d77a4e79-b05f-46a4-8bd2-756484103045" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/caa74024-5c92-4790-9b6e-ecb381007e73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e2faf16adab9d969de1b1ea5380f8c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1258", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e2faf16adab9d969de1b1ea5380f8c0", - "x-ms-correlation-request-id": "b974c148-5548-4a65-b448-e097fa0c9cf9", - "x-ms-ratelimit-remaining-subscription-reads": "11447", - "x-ms-request-id": "9e9f4d56-77fa-4ed1-b390-319f09dc16ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031014Z:b974c148-5548-4a65-b448-e097fa0c9cf9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647", - "name": "sto7647", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:57.6151309Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:09:57.6151309Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:09:57.5370135Z", - "primaryEndpoints": { - "dfs": "https://sto7647.dfs.core.windows.net/", - "web": "https://sto7647.z6.web.core.windows.net/", - "blob": "https://sto7647.blob.core.windows.net/", - "queue": "https://sto7647.queue.core.windows.net/", - "table": "https://sto7647.table.core.windows.net/", - "file": "https://sto7647.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-548ceecfdfac304f81d2b32c2c4bb4f9-321dcaf9667d3d49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9d2665069cfc97d6e46d630cd98c66b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "271", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:15 GMT", - "ETag": "\u00220x8D8585BB3F9CE81\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9d2665069cfc97d6e46d630cd98c66b", - "x-ms-correlation-request-id": "ea38c97c-fdd8-41f6-b89c-cb95ae1742a4", - "x-ms-ratelimit-remaining-subscription-writes": "1045", - "x-ms-request-id": "a2f5a700-da85-45bc-a4ec-e96eca7ef8a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031015Z:ea38c97c-fdd8-41f6-b89c-cb95ae1742a4" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660", - "name": "share1660", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-9e3f14ae6b1d2b47bc88c5ea179ad2aa-c3f73e9fbfcef04d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a14f120313f30e41064fa858cfa5084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "341", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:16 GMT", - "ETag": "\u00220x8D8585BB443DD10\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a14f120313f30e41064fa858cfa5084", - "x-ms-correlation-request-id": "d8bec491-ea87-462c-ac0f-a2210c594cd5", - "x-ms-ratelimit-remaining-subscription-writes": "1044", - "x-ms-request-id": "a7572918-62d7-4f11-8e2d-834815127d41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031016Z:d8bec491-ea87-462c-ac0f-a2210c594cd5" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660", - "name": "share1660", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3b1e0ebdeea4ee4ba3f07c187e816034-6a5c552e4b42bc4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "835d32f019934646b2a53d67c06dd048", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "478", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:16 GMT", - "ETag": "\u00220x8D8585BB443DD10\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "835d32f019934646b2a53d67c06dd048", - "x-ms-correlation-request-id": "9a0c7cfa-ee7f-4c32-b3ea-b629aee9a601", - "x-ms-ratelimit-remaining-subscription-reads": "11446", - "x-ms-request-id": "c9e047b3-ff8b-4634-899d-d7c0068ae387", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031016Z:9a0c7cfa-ee7f-4c32-b3ea-b629aee9a601" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8786/providers/Microsoft.Storage/storageAccounts/sto7647/fileServices/default/shares/share1660", - "name": "share1660", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D8585BB443DD10\u0022", - "properties": { - "shareUsageBytes": 0, - "accessTier": "TransactionOptimized", - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2020-09-14T03:10:16.0000000Z", - "shareQuota": 5200 - } - } - } - ], - "Variables": { - "RandomSeed": "864721314", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShare.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShare.json new file mode 100644 index 0000000000000..364479c783504 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShare.json @@ -0,0 +1,1031 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbd8e7e3089f7dcb9e1ddbd257727738", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a2ecceff-868e-4d49-b1bf-27ed059be9ed", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "a2ecceff-868e-4d49-b1bf-27ed059be9ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034144Z:a2ecceff-868e-4d49-b1bf-27ed059be9ed" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1437?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-3bd2fbc88b964945855b3f0e0d3edcf7-dda537025053a144-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96488ebb79ed3c2eb9603dacaee64d30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bb05e630-56b1-4e42-8aec-b97271b77e81", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "bb05e630-56b1-4e42-8aec-b97271b77e81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034147Z:bb05e630-56b1-4e42-8aec-b97271b77e81" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437", + "name": "teststorageRG-1437", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54164a7b22d03ef5ec79b8f9f2a41265", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54164a7b22d03ef5ec79b8f9f2a41265", + "x-ms-correlation-request-id": "81bacea0-46c9-4640-8916-9f16d97cf6a9", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034155Z:81bacea0-46c9-4640-8916-9f16d97cf6a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2cf790a21f226ceb525801ff7643c6bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cf790a21f226ceb525801ff7643c6bb", + "x-ms-correlation-request-id": "f1e0faad-637d-4658-98cb-bade64af1565", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7d5ebcb6-6591-4f34-a31a-005d137ac573", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034155Z:f1e0faad-637d-4658-98cb-bade64af1565" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37af472b78d386abdc6cc5ea7a686efb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37af472b78d386abdc6cc5ea7a686efb", + "x-ms-correlation-request-id": "e2c4ec46-84cd-432a-958e-18bcfe89ea4c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "26db0389-628c-4dbf-86f9-ed9e5a13ed4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034156Z:e2c4ec46-84cd-432a-958e-18bcfe89ea4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61562a42e6addf42c30c64c2f36e334b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61562a42e6addf42c30c64c2f36e334b", + "x-ms-correlation-request-id": "8670cfb0-2eed-4f07-bab0-895c9824ba1f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "5d551753-d7ea-4d55-b17f-89f936944854", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034158Z:8670cfb0-2eed-4f07-bab0-895c9824ba1f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8862ec1fff4029bae57050b55901f1ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:41:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8862ec1fff4029bae57050b55901f1ea", + "x-ms-correlation-request-id": "9f173b9d-89fc-4cec-9906-5f7a9623ee04", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "56680114-0159-44cb-902f-0b945dea58cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034159Z:9f173b9d-89fc-4cec-9906-5f7a9623ee04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bbc06ea65ec440e05d074c714e9926e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bbc06ea65ec440e05d074c714e9926e", + "x-ms-correlation-request-id": "9666d022-f242-4640-9a5f-e73972a93859", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c08b9f20-ad35-4526-8b66-38e7c20ed3a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034200Z:9666d022-f242-4640-9a5f-e73972a93859" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8eca7939e50543ba702d7c3c958d85c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8eca7939e50543ba702d7c3c958d85c2", + "x-ms-correlation-request-id": "62ab17e6-be31-49e5-8694-93eace1271b4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "71145740-54ce-41a8-8a21-21899088bf94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034202Z:62ab17e6-be31-49e5-8694-93eace1271b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edd87a1be7b1ba5edd1d83708bf315fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edd87a1be7b1ba5edd1d83708bf315fb", + "x-ms-correlation-request-id": "3be88090-ebfb-4733-9183-5d6fb3443e37", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "6b8c860f-5968-4e85-932d-b89cec921f90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034203Z:3be88090-ebfb-4733-9183-5d6fb3443e37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "df7be2dd623604e44b78dbbfe8d1af78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "df7be2dd623604e44b78dbbfe8d1af78", + "x-ms-correlation-request-id": "a9796c05-a58f-446e-9d28-ff6b3da6b34a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "eecd9293-9b09-4a05-a823-160951a183a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034204Z:a9796c05-a58f-446e-9d28-ff6b3da6b34a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aabb14aa51051bc1b10b0e76249b87d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9aabb14aa51051bc1b10b0e76249b87d", + "x-ms-correlation-request-id": "61b93c3a-137e-407d-b135-03b262fcb2a8", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a413d2ed-e78c-45ca-a054-72052403b54b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034205Z:61b93c3a-137e-407d-b135-03b262fcb2a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b35e8018a511b88b95d4a1390c9fd10c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b35e8018a511b88b95d4a1390c9fd10c", + "x-ms-correlation-request-id": "120e1e40-35c6-4b45-9b71-310f84e62c2c", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6742dc1f-29e4-4532-865b-0670f44049a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034207Z:120e1e40-35c6-4b45-9b71-310f84e62c2c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9260a6e7b4738ea2529c426b2fca101", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9260a6e7b4738ea2529c426b2fca101", + "x-ms-correlation-request-id": "ebb867cc-c342-473c-87e8-f49418c9f419", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4f8a2f61-12c5-428b-ac68-093feb7bddb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034208Z:ebb867cc-c342-473c-87e8-f49418c9f419" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67a75dc0fb72a46626f3043c0483457c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67a75dc0fb72a46626f3043c0483457c", + "x-ms-correlation-request-id": "c56c7c0c-c8a0-4882-90f4-007409dda02c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "15476eff-eb1f-4947-aa73-77731f46acbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034209Z:c56c7c0c-c8a0-4882-90f4-007409dda02c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6c6051f-bc52-4fc6-a7da-e5f934fdbb2b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5779a43edf239d3695268de7e1650598", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5779a43edf239d3695268de7e1650598", + "x-ms-correlation-request-id": "01d00fe1-df0c-4f63-804c-4f0b71408238", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "64eea300-e12e-4860-a119-7da4fd1ff0ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034211Z:01d00fe1-df0c-4f63-804c-4f0b71408238" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876", + "name": "storage2876", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:41:52.6010255Z", + "key2": "2021-08-17T03:41:52.6010255Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:41:52.6010255Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:41:52.6010255Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:41:52.4916617Z", + "primaryEndpoints": { + "blob": "https://storage2876.blob.core.windows.net/", + "queue": "https://storage2876.queue.core.windows.net/", + "table": "https://storage2876.table.core.windows.net/", + "file": "https://storage2876.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae789f3269f8739aa381b25376ae33a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae789f3269f8739aa381b25376ae33a2", + "x-ms-correlation-request-id": "b2a1b23a-1ea1-4870-92a0-439b7e0b95d2", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5ec5ce4b-878f-40a3-9f40-338dfb603936", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034211Z:b2a1b23a-1ea1-4870-92a0-439b7e0b95d2" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "830ee748dd4927e009d24b6d7fc3c1ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "302", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:12 GMT", + "ETag": "\u00220x8D96130FF982C8C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "830ee748dd4927e009d24b6d7fc3c1ed", + "x-ms-correlation-request-id": "9751c304-a1e7-455e-b1f4-3c0e5d53a801", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "900eb084-a1f5-4367-b1bd-a06ee7d355b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034212Z:9751c304-a1e7-455e-b1f4-3c0e5d53a801" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200", + "name": "testfileshare3200", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a640a6b839709d406b3a22ce226e7f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "473", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:12 GMT", + "ETag": "\u00220x8D96130FF982C8C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a640a6b839709d406b3a22ce226e7f2", + "x-ms-correlation-request-id": "410be3bf-3627-449a-b2ec-68bf0003c33d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "7411ef49-0a64-4bf4-a4b1-ed7a0b4c9d63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034212Z:410be3bf-3627-449a-b2ec-68bf0003c33d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200", + "name": "testfileshare3200", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D96130FF982C8C\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:42:12.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d9802eb15f7c1e89886ee974e0524be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "473", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:12 GMT", + "ETag": "\u00220x8D96130FF982C8C\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d9802eb15f7c1e89886ee974e0524be", + "x-ms-correlation-request-id": "c3393096-22c9-4c33-97d5-e3da41ac692c", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "3cf35c3a-fdee-4832-ab10-5a768d868c34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034213Z:c3393096-22c9-4c33-97d5-e3da41ac692c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200", + "name": "testfileshare3200", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D96130FF982C8C\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:42:12.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare32001?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a30a65f198cfc44d12047d953bb345e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a30a65f198cfc44d12047d953bb345e3", + "x-ms-correlation-request-id": "036613fc-41df-40c6-ab0d-4d9752003d51", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a737c4f1-151f-41c5-a978-f2012adbbca7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034213Z:036613fc-41df-40c6-ab0d-4d9752003d51" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:18905c1e-b01a-00aa-6119-9341dc000000\nTime:2021-08-17T03:42:13.4799697Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c8259ea432a56f621a27210953dbb00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c8259ea432a56f621a27210953dbb00", + "x-ms-correlation-request-id": "1af6f02d-dc2b-4991-aea0-e910d9646953", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "8620be3d-c217-4a24-b192-313c982e5a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034214Z:1af6f02d-dc2b-4991-aea0-e910d9646953" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c3be38f431c5223b5d46bf3985386e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c3be38f431c5223b5d46bf3985386e4", + "x-ms-correlation-request-id": "5d5c3c12-0135-457e-9f50-0b3b6eae938f", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8a4e0bc4-b4e3-45ed-8fc4-b131cf9d8b24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034214Z:5d5c3c12-0135-457e-9f50-0b3b6eae938f" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:18905c22-b01a-00aa-6319-9341dc000000\nTime:2021-08-17T03:42:14.2685420Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876/fileServices/default/shares/testfileshare3200?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5ac0b41a783ad936fb4822d263c2fd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5ac0b41a783ad936fb4822d263c2fd4", + "x-ms-correlation-request-id": "9bc5a14d-5c88-4f9e-8e99-bb3890da74f8", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "277116fa-6522-44a7-93a5-4b74cb89fe6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034214Z:9bc5a14d-5c88-4f9e-8e99-bb3890da74f8" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:18905c23-b01a-00aa-6419-9341dc000000\nTime:2021-08-17T03:42:14.6007819Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57067d48c878a6c7352fc656d802bece", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57067d48c878a6c7352fc656d802bece", + "x-ms-correlation-request-id": "e75401dd-9739-408f-a6e4-ff2e3773460a", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "5f878e34-9fd1-4245-bfca-b0d9dba08b3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034215Z:e75401dd-9739-408f-a6e4-ff2e3773460a" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876", + "name": "storage2876", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:41:52.6010255Z", + "key2": "2021-08-17T03:41:52.6010255Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:41:52.6010255Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:41:52.6010255Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:41:52.4916617Z", + "primaryEndpoints": { + "blob": "https://storage2876.blob.core.windows.net/", + "queue": "https://storage2876.queue.core.windows.net/", + "table": "https://storage2876.table.core.windows.net/", + "file": "https://storage2876.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1437/providers/Microsoft.Storage/storageAccounts/storage2876?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8acf8d1cc691e87c4f8d0d67c1f62c79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8acf8d1cc691e87c4f8d0d67c1f62c79", + "x-ms-correlation-request-id": "dc7a1ed2-adce-4912-97c9-9a210bd2d7bc", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "2a9e9a29-98ce-4f7e-b25b-71e2fa8d3122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034221Z:dc7a1ed2-adce-4912-97c9-9a210bd2d7bc" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1752881307", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShareAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShareAsync.json new file mode 100644 index 0000000000000..37705f6ea86ef --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/CreateDeleteFileShareAsync.json @@ -0,0 +1,1031 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1978b53fc6f070139e83a3cd4ddba9ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ac3324fc-431d-4ca8-bab9-9dc3c4444f0d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "ac3324fc-431d-4ca8-bab9-9dc3c4444f0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034224Z:ac3324fc-431d-4ca8-bab9-9dc3c4444f0d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1320?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-4423f63b8d00e34c9bbb72e9f68beeed-1d5d6090218f434a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47b741afba6b12cc6c6aae3523029347", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "690f0d41-0e7b-470b-b1d3-04e5fcf3a2f6", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "690f0d41-0e7b-470b-b1d3-04e5fcf3a2f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034225Z:690f0d41-0e7b-470b-b1d3-04e5fcf3a2f6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320", + "name": "teststorageRG-1320", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2f72ecb4330025a9f4650ac60350a8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2f72ecb4330025a9f4650ac60350a8d", + "x-ms-correlation-request-id": "57a1856e-d24b-414b-b610-1141f8eb0c18", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "df2e2072-bf16-423f-93ae-1f381a775a70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034229Z:57a1856e-d24b-414b-b610-1141f8eb0c18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a10f38560f4fd7e5d45cb737c650b34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a10f38560f4fd7e5d45cb737c650b34", + "x-ms-correlation-request-id": "212e5e07-3bed-4d4f-b085-4228550107d5", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a552ec06-060d-423e-85f5-e69cdcd57e97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034229Z:212e5e07-3bed-4d4f-b085-4228550107d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37fda8a45a72f773344c9bace7f5c724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37fda8a45a72f773344c9bace7f5c724", + "x-ms-correlation-request-id": "4ddd9778-5677-4124-b218-8e9981cd699b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "ad6c4c91-c034-4831-b78f-17821eb0ff77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034231Z:4ddd9778-5677-4124-b218-8e9981cd699b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d2740c58f25c5984c238fa108872ea1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d2740c58f25c5984c238fa108872ea1", + "x-ms-correlation-request-id": "53f547c8-a152-473e-b5be-19e87478f92f", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "b444b215-6fd5-4bb3-938f-fbd3fab7d84c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034232Z:53f547c8-a152-473e-b5be-19e87478f92f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92c02777497d2b9d801846a8c5d21667", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92c02777497d2b9d801846a8c5d21667", + "x-ms-correlation-request-id": "a8879d59-3534-4543-8da9-8f18f19f2342", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "8708d5b6-5c42-416d-9b2c-934ada7a44c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034233Z:a8879d59-3534-4543-8da9-8f18f19f2342" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3cada77d9e3e140f0f37ea4ecad1efac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3cada77d9e3e140f0f37ea4ecad1efac", + "x-ms-correlation-request-id": "7d85f26e-9928-4f86-86e6-ff68bf1de52f", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ba23209c-0839-48fb-bb9a-c1063c84b69f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034235Z:7d85f26e-9928-4f86-86e6-ff68bf1de52f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf34fa1d35357ba6a2fbec0c49f0007a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf34fa1d35357ba6a2fbec0c49f0007a", + "x-ms-correlation-request-id": "0dfac3fc-a2fb-4a3f-b7dd-eaf94f760e33", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "5f4fc6bc-7ac5-4f54-b13f-9cd53364ab80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034236Z:0dfac3fc-a2fb-4a3f-b7dd-eaf94f760e33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6024270df2d9d86217ab82455f4e60af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6024270df2d9d86217ab82455f4e60af", + "x-ms-correlation-request-id": "965fdcb8-98d8-45ba-bfda-06f95979a296", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "197feecd-e1a6-4849-823c-7c36007b02a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034237Z:965fdcb8-98d8-45ba-bfda-06f95979a296" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb8a9929569d483200329942b203ca1f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb8a9929569d483200329942b203ca1f", + "x-ms-correlation-request-id": "4c1a355a-32b9-4bd0-bd20-c44caf9662d7", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "eeb5e383-cb18-4093-8420-9d663b66893c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034239Z:4c1a355a-32b9-4bd0-bd20-c44caf9662d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2406f378eac2bd3975ba789b3601b53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2406f378eac2bd3975ba789b3601b53", + "x-ms-correlation-request-id": "91efb94d-1936-41f4-bd9a-3ed2bdc2e041", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "825d8858-d5b7-43bb-b7d5-851138456e57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034240Z:91efb94d-1936-41f4-bd9a-3ed2bdc2e041" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0e23d9a3466b7dcf5db60a7581f2614", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0e23d9a3466b7dcf5db60a7581f2614", + "x-ms-correlation-request-id": "32b9795e-cde6-40be-abb4-ea2c3dd58054", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "2aa081c3-e04a-4644-9aac-6c06f8ed9eb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034241Z:32b9795e-cde6-40be-abb4-ea2c3dd58054" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f00e62e1be0d9b02c65f3342afa895a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f00e62e1be0d9b02c65f3342afa895a0", + "x-ms-correlation-request-id": "07d43ea0-2946-4f99-b4cc-47df9eb04c91", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "7a0797ca-abb9-4875-a016-07836ec9a624", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034243Z:07d43ea0-2946-4f99-b4cc-47df9eb04c91" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75a846161a2003b99289acd12e2bd278", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75a846161a2003b99289acd12e2bd278", + "x-ms-correlation-request-id": "1388fc80-20d2-4526-85f2-ebc8bd19d178", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "e1dc817e-bdc6-4085-8407-e11c85a8eb8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034244Z:1388fc80-20d2-4526-85f2-ebc8bd19d178" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df2e2072-bf16-423f-93ae-1f381a775a70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50a892352b52dc453a47e906019a074d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50a892352b52dc453a47e906019a074d", + "x-ms-correlation-request-id": "911806c6-48f7-417c-a349-e10694188e95", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "d44e7d1e-2188-4081-a363-c423dcbbcd8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034245Z:911806c6-48f7-417c-a349-e10694188e95" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681", + "name": "storage681", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:42:28.1179205Z", + "key2": "2021-08-17T03:42:28.1179205Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:42:28.1179205Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:42:28.1179205Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:42:28.0085599Z", + "primaryEndpoints": { + "blob": "https://storage681.blob.core.windows.net/", + "queue": "https://storage681.queue.core.windows.net/", + "table": "https://storage681.table.core.windows.net/", + "file": "https://storage681.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1291bf46b177c6f4a90b5d8411316d9a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "415", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1291bf46b177c6f4a90b5d8411316d9a", + "x-ms-correlation-request-id": "a60202d8-089b-448f-963d-726910b5ab4b", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "c7e5d960-ed98-4cc7-8902-0a7abbf2ee45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034246Z:a60202d8-089b-448f-963d-726910b5ab4b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "001c0cbb4d4500eacb3ad830b201f882", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "301", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:46 GMT", + "ETag": "\u00220x8D9613113FF5EB7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "001c0cbb4d4500eacb3ad830b201f882", + "x-ms-correlation-request-id": "608616f7-b023-4dc4-b9d4-aa7072ebf702", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "733c9ecb-e756-4885-ab80-a0191f62d8dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034246Z:608616f7-b023-4dc4-b9d4-aa7072ebf702" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399", + "name": "testfileshare7399", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a6e8a5f00c09e84e1a647cec1ca09da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:46 GMT", + "ETag": "\u00220x8D9613113FF5EB7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a6e8a5f00c09e84e1a647cec1ca09da", + "x-ms-correlation-request-id": "a2c15fe8-062f-4c22-b1b0-7eeb6e79be6c", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "3a77354d-a5fd-491f-9aeb-d964e6cf5f7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034247Z:a2c15fe8-062f-4c22-b1b0-7eeb6e79be6c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399", + "name": "testfileshare7399", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9613113FF5EB7\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:42:46.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d457a4f4deb7101a612ab761b95f709", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:46 GMT", + "ETag": "\u00220x8D9613113FF5EB7\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d457a4f4deb7101a612ab761b95f709", + "x-ms-correlation-request-id": "c2d1a238-ed6f-4f7d-9fe6-a3e38d4de4ca", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "5feace40-0c04-440d-9c39-af426f4782e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034247Z:c2d1a238-ed6f-4f7d-9fe6-a3e38d4de4ca" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399", + "name": "testfileshare7399", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9613113FF5EB7\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:42:46.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare73991?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6b20164ffffbacc887d1e9e061b3e01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6b20164ffffbacc887d1e9e061b3e01", + "x-ms-correlation-request-id": "3be0b07d-1f8e-44c3-ad88-9c383ffd29a7", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "6a789b3c-aadf-4010-82ad-d939d6409567", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034247Z:3be0b07d-1f8e-44c3-ad88-9c383ffd29a7" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:2440aac0-101a-0064-4119-939571000000\nTime:2021-08-17T03:42:47.6273360Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38e1fe316abc129689fcf3ad550d834b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38e1fe316abc129689fcf3ad550d834b", + "x-ms-correlation-request-id": "50345e23-82d9-4916-8ed7-d37df44e87a4", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "9f63ae55-c3eb-49a9-b0a5-2332a87c1006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034248Z:50345e23-82d9-4916-8ed7-d37df44e87a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf693eae62184fdbad8b056d2e626b8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf693eae62184fdbad8b056d2e626b8b", + "x-ms-correlation-request-id": "ef313752-28d7-43a0-877e-9e093c8513ac", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "bb54b2c2-38d4-4d22-9f2f-ffa5b6258f1a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034248Z:ef313752-28d7-43a0-877e-9e093c8513ac" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:2440aac3-101a-0064-4319-939571000000\nTime:2021-08-17T03:42:48.3788411Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681/fileServices/default/shares/testfileshare7399?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c44aad3bfb4fa4d6ba01d020b1e657b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c44aad3bfb4fa4d6ba01d020b1e657b", + "x-ms-correlation-request-id": "ba1225bb-96a5-416d-afa6-2baad21d1d29", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "f5d7bd6b-c7ae-4528-9c30-2715b4f4e4e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034248Z:ba1225bb-96a5-416d-afa6-2baad21d1d29" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:2440aac4-101a-0064-4419-939571000000\nTime:2021-08-17T03:42:48.7490901Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8f0d2fa7eb1cfe823928a306529e326", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:42:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8f0d2fa7eb1cfe823928a306529e326", + "x-ms-correlation-request-id": "bf1f8234-ca82-4758-a7ce-9cbd18c4cad2", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "8c4f1814-4714-4f79-b55d-d254ac862895", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034249Z:bf1f8234-ca82-4758-a7ce-9cbd18c4cad2" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681", + "name": "storage681", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:42:28.1179205Z", + "key2": "2021-08-17T03:42:28.1179205Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:42:28.1179205Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:42:28.1179205Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:42:28.0085599Z", + "primaryEndpoints": { + "blob": "https://storage681.blob.core.windows.net/", + "queue": "https://storage681.queue.core.windows.net/", + "table": "https://storage681.table.core.windows.net/", + "file": "https://storage681.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1320/providers/Microsoft.Storage/storageAccounts/storage681?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aada689166c8ef97f06f547844d8438e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:42:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aada689166c8ef97f06f547844d8438e", + "x-ms-correlation-request-id": "5b09cb83-ee07-48e7-bee2-b037ed4c6bbd", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "cc5a83e1-ea00-412f-a36b-74ff7be4590a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034254Z:5b09cb83-ee07-48e7-bee2-b037ed4c6bbd" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "201460609", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileShares.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileShares.json new file mode 100644 index 0000000000000..98edac8f355de --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileShares.json @@ -0,0 +1,911 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b36d13787ea948f3f7aab3377d2b3aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "57b09019-759d-4828-9820-584f4a48d72d", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "57b09019-759d-4828-9820-584f4a48d72d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092043Z:57b09019-759d-4828-9820-584f4a48d72d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5379?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-821e24923e9ade43b6296df136c148b5-6d54b0cb8685724a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "824b0c65562b33a57c7f106c95006705", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "177340c8-5c08-4893-b3d7-6b9e6c3bf470", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "177340c8-5c08-4893-b3d7-6b9e6c3bf470", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092044Z:177340c8-5c08-4893-b3d7-6b9e6c3bf470" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379", + "name": "teststorageRG-5379", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aa6ce5e71c1d43ef83892b8555c70a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aa6ce5e71c1d43ef83892b8555c70a8", + "x-ms-correlation-request-id": "b95d02d7-c7f9-4ef1-b6d2-9878de0abd4d", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "27a7e73c-d553-401c-bfa4-67675a022af0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092050Z:b95d02d7-c7f9-4ef1-b6d2-9878de0abd4d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5744a2d58039ba30dae321d127a2622", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5744a2d58039ba30dae321d127a2622", + "x-ms-correlation-request-id": "ab625a6c-0fc5-4302-89a5-9db50d6c6954", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "399591b5-deea-4fb2-834f-ded68dfd530c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092050Z:ab625a6c-0fc5-4302-89a5-9db50d6c6954" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "17f5c3a00f7c525d5316635369bfab4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "17f5c3a00f7c525d5316635369bfab4e", + "x-ms-correlation-request-id": "b6e841d3-c848-4574-b03d-21bc00d12e72", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "f2556ef5-ac47-410b-b0a9-cbe735199bec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092052Z:b6e841d3-c848-4574-b03d-21bc00d12e72" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a8b4ebf8be847a5444fe921da5d7e9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a8b4ebf8be847a5444fe921da5d7e9d", + "x-ms-correlation-request-id": "2b28e494-bd3a-4ab4-9fcd-9d438b5ec675", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "73209a64-2c7d-44a6-a238-c3f0777035b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092053Z:2b28e494-bd3a-4ab4-9fcd-9d438b5ec675" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65dee54662b41dc8ed2192edf550324e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "65dee54662b41dc8ed2192edf550324e", + "x-ms-correlation-request-id": "8925e670-6b74-4765-a41b-f8f67ef806f4", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "15cd7da3-02a3-41dd-a14a-0d2d7d5a48d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092054Z:8925e670-6b74-4765-a41b-f8f67ef806f4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c45ee3021cee143a1eadd22c263b77f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c45ee3021cee143a1eadd22c263b77f5", + "x-ms-correlation-request-id": "ef8df700-b63b-4359-8815-cc410396df95", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "8fe21475-b389-43b7-90c6-a45d8bd6b636", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092056Z:ef8df700-b63b-4359-8815-cc410396df95" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "830cc59746e05d99856e1dc6f9b751f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "830cc59746e05d99856e1dc6f9b751f4", + "x-ms-correlation-request-id": "38e6331d-7300-40ba-8768-3e534291c6d6", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "02587862-6859-4df7-ab4c-fe821fa6875c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092057Z:38e6331d-7300-40ba-8768-3e534291c6d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f61f9b1db9ff2aaeabca47078f9cf6b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f61f9b1db9ff2aaeabca47078f9cf6b2", + "x-ms-correlation-request-id": "8a313e1b-77cb-42a6-aedf-4e0f1adf5213", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "1333eabb-cee9-4718-b924-1ac2c13a0a75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092058Z:8a313e1b-77cb-42a6-aedf-4e0f1adf5213" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f559caaaf43bb6d49013e80fe731b66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:20:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f559caaaf43bb6d49013e80fe731b66", + "x-ms-correlation-request-id": "273830d6-bb3d-4824-8211-9a42417d8e8c", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "0d18ba5a-266f-490b-a584-e1e810810989", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092100Z:273830d6-bb3d-4824-8211-9a42417d8e8c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b0ede5b811bdef617e1d715ff92cde9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b0ede5b811bdef617e1d715ff92cde9", + "x-ms-correlation-request-id": "7318a1c7-9f36-4b14-8d67-b418a3dadd5b", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "65820746-c4a1-45ba-a123-b5ea3af21602", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092101Z:7318a1c7-9f36-4b14-8d67-b418a3dadd5b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c1c6b7722616eb02d64acfd7a2e2c38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c1c6b7722616eb02d64acfd7a2e2c38", + "x-ms-correlation-request-id": "ce1afdbc-4495-4478-8bff-5cbf8afa6b82", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "c5c19105-de86-41d4-bed1-c9913e21b9bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092102Z:ce1afdbc-4495-4478-8bff-5cbf8afa6b82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1abe0ae6b8d2896a5771862d757bcb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1abe0ae6b8d2896a5771862d757bcb7", + "x-ms-correlation-request-id": "0a8b05e0-5e0f-470a-951b-987895474553", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "6cd1b39d-be59-431b-bf17-e22cf9a8c623", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092104Z:0a8b05e0-5e0f-470a-951b-987895474553" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93095533bf5739052da05eb7d4f863e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93095533bf5739052da05eb7d4f863e9", + "x-ms-correlation-request-id": "e3e8f601-a9f0-4543-953b-b1c1d2df17ab", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "11e6de92-b81c-4994-8069-06ebfa25c82d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092105Z:e3e8f601-a9f0-4543-953b-b1c1d2df17ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a7e73c-d553-401c-bfa4-67675a022af0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e679fb51ce70c5cd4f3b7ea094e96d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e679fb51ce70c5cd4f3b7ea094e96d5", + "x-ms-correlation-request-id": "d0d9f95a-9544-43a5-b3fa-46f3ad166cef", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "ee2ad9c4-27ee-4672-8ac5-776d5496ba69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092106Z:d0d9f95a-9544-43a5-b3fa-46f3ad166cef" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766", + "name": "storage9766", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:20:48.1451905Z", + "key2": "2021-08-17T09:20:48.1451905Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:20:48.1451905Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:20:48.1451905Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:20:48.0514634Z", + "primaryEndpoints": { + "blob": "https://storage9766.blob.core.windows.net/", + "queue": "https://storage9766.queue.core.windows.net/", + "table": "https://storage9766.table.core.windows.net/", + "file": "https://storage9766.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25caf5a79924efe1db7183ec0cdf54ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25caf5a79924efe1db7183ec0cdf54ac", + "x-ms-correlation-request-id": "594cd6d4-824e-4875-9639-d0822b719a1d", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "6da2e5a8-133e-4278-bb6e-0411f16674b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092107Z:594cd6d4-824e-4875-9639-d0822b719a1d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare16906?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9df038ad17d0fcf8be63081b30df0989", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:07 GMT", + "ETag": "\u00220x8D96160586237FB\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9df038ad17d0fcf8be63081b30df0989", + "x-ms-correlation-request-id": "d16c658d-56b2-40df-9bdc-ea242b699c40", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "424a3a5b-d89e-4510-b509-2f304fd59742", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092107Z:d16c658d-56b2-40df-9bdc-ea242b699c40" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare16906", + "name": "testfileshare16906", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare25803?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e2edf0f1bc478be4375986ffff59f0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:07 GMT", + "ETag": "\u00220x8D9616058CF3E99\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e2edf0f1bc478be4375986ffff59f0a", + "x-ms-correlation-request-id": "6794dd4a-afdb-4edf-9f66-3c544dd4aa9e", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "0cc94e9b-d9c8-419c-8299-5b19ffd11ef6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092108Z:6794dd4a-afdb-4edf-9f66-3c544dd4aa9e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare25803", + "name": "testfileshare25803", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ea0d9d60ae4b2242c28da7de7c041a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1039", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ea0d9d60ae4b2242c28da7de7c041a4", + "x-ms-correlation-request-id": "b6c57cdd-f429-43d6-89d2-8ab32d709125", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "87210008-bc8c-4196-8ce8-c0debb2352f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092108Z:b6c57cdd-f429-43d6-89d2-8ab32d709125" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare16906", + "name": "testfileshare16906", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D96160586237FB\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "accessTier": "TransactionOptimized", + "lastModifiedTime": "2021-08-17T09:21:07.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766/fileServices/default/shares/testfileshare25803", + "name": "testfileshare25803", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9616058CF3E99\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "accessTier": "TransactionOptimized", + "lastModifiedTime": "2021-08-17T09:21:08.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75cf83e3d57e916b7978595b7f89fdc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75cf83e3d57e916b7978595b7f89fdc8", + "x-ms-correlation-request-id": "dd94958d-c1b0-4a8c-bfef-c95f2e201569", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "2dbc3203-97d4-4156-b9e5-066b8ded723b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092109Z:dd94958d-c1b0-4a8c-bfef-c95f2e201569" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766", + "name": "storage9766", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:20:48.1451905Z", + "key2": "2021-08-17T09:20:48.1451905Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:20:48.1451905Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:20:48.1451905Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:20:48.0514634Z", + "primaryEndpoints": { + "blob": "https://storage9766.blob.core.windows.net/", + "queue": "https://storage9766.queue.core.windows.net/", + "table": "https://storage9766.table.core.windows.net/", + "file": "https://storage9766.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5379/providers/Microsoft.Storage/storageAccounts/storage9766?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5644fdc4aa3e05a4ba7b129c40409183", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5644fdc4aa3e05a4ba7b129c40409183", + "x-ms-correlation-request-id": "2a817118-612c-4f57-bb07-23a0009c66c8", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "6982a682-d192-497a-b771-4da3fb34bdda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092116Z:2a817118-612c-4f57-bb07-23a0009c66c8" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1368043279", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileSharesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileSharesAsync.json new file mode 100644 index 0000000000000..f54adbf3d26ad --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/GetAllFileSharesAsync.json @@ -0,0 +1,942 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b62b3c1a8c4b712cd6f029c5b8b25815", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af0c47e6-46ab-43d5-b38f-ce5b64d1d904", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "af0c47e6-46ab-43d5-b38f-ce5b64d1d904", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092120Z:af0c47e6-46ab-43d5-b38f-ce5b64d1d904" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1782?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-46a18b0588b59c47bf95d576f8a2bbb4-8f10a57f68a29b44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f27a73cdfba52f5e7bb750fe6ff4cfe1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5cbb66f5-9a53-4594-863a-2eca6e997bb6", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "5cbb66f5-9a53-4594-863a-2eca6e997bb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092121Z:5cbb66f5-9a53-4594-863a-2eca6e997bb6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782", + "name": "teststorageRG-1782", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6aa94076a255ae62bb94ebfeba573bb5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6aa94076a255ae62bb94ebfeba573bb5", + "x-ms-correlation-request-id": "b3fa19fd-0f55-47a2-9b04-08925ab73f5e", + "x-ms-ratelimit-remaining-subscription-writes": "1185", + "x-ms-request-id": "4f5597ca-b147-4fe4-bc5e-7ef7f783ca17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092126Z:b3fa19fd-0f55-47a2-9b04-08925ab73f5e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "183ba8e3896bd0771743ea667231c15f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "183ba8e3896bd0771743ea667231c15f", + "x-ms-correlation-request-id": "16a05e26-47be-45cd-9c3a-fad0649ebe0f", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "7fc39805-6a32-4289-81b8-e76c71e2112e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092126Z:16a05e26-47be-45cd-9c3a-fad0649ebe0f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84b649154a8d0003fedde285cd863b55", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84b649154a8d0003fedde285cd863b55", + "x-ms-correlation-request-id": "ec76085f-79f0-4151-bf03-caf9081db6e7", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "f011499b-0f14-4e77-b1eb-a5d5b892b409", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092127Z:ec76085f-79f0-4151-bf03-caf9081db6e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "121b9199231b2f49f77180c98bda5956", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "121b9199231b2f49f77180c98bda5956", + "x-ms-correlation-request-id": "6506fe40-a7eb-4f93-976e-1fcc58ba1e5d", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "db87acbf-037b-4306-b08a-f779a6b37c06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092128Z:6506fe40-a7eb-4f93-976e-1fcc58ba1e5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29c7750e76af99cda43b198ea7f20291", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29c7750e76af99cda43b198ea7f20291", + "x-ms-correlation-request-id": "c7e515a7-456a-499c-afd2-ab648d82ae02", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "88ee115f-6ccb-4b71-88d4-3bc5c51a6c1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092130Z:c7e515a7-456a-499c-afd2-ab648d82ae02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1cd9407ae15f14300868d1bc93a7523", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1cd9407ae15f14300868d1bc93a7523", + "x-ms-correlation-request-id": "52a83366-eabc-41d1-ac8b-8881d28b6f0c", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "2829fa4a-96c2-4d98-833b-bdf3fa4f44a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092131Z:52a83366-eabc-41d1-ac8b-8881d28b6f0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58768c8312bf22a5c4826de009ba8805", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58768c8312bf22a5c4826de009ba8805", + "x-ms-correlation-request-id": "bd05d289-2ca2-4faf-9513-1abbc84677c5", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "d2c119ee-de99-426f-b5d2-f5820a4a82e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092132Z:bd05d289-2ca2-4faf-9513-1abbc84677c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6c1ee6f770d5f4031d52928e9b2cf6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6c1ee6f770d5f4031d52928e9b2cf6a", + "x-ms-correlation-request-id": "0de4191e-26b6-40b1-ae2a-db988c31d043", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "a17f4419-8deb-4ebd-a694-f9cb7a5544ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092134Z:0de4191e-26b6-40b1-ae2a-db988c31d043" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a0bf5c5aa7cf5d1efab1d934062e745", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a0bf5c5aa7cf5d1efab1d934062e745", + "x-ms-correlation-request-id": "8b7429da-7c12-4ea4-8c5c-71c0cdc382f2", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "efd67ddb-6e16-481b-b3c7-2c60ac66d2be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092135Z:8b7429da-7c12-4ea4-8c5c-71c0cdc382f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daab87fe7e790b164b1626e9e97c3812", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daab87fe7e790b164b1626e9e97c3812", + "x-ms-correlation-request-id": "a70dfa83-c4d0-419d-bf39-1b97e996c390", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "7a8c0095-c37a-4d68-9f90-838c822a50da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092136Z:a70dfa83-c4d0-419d-bf39-1b97e996c390" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "141a03b26dafc5891dcc06625aad1fce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "141a03b26dafc5891dcc06625aad1fce", + "x-ms-correlation-request-id": "07b41a94-fbbe-48e8-ab35-31e641177756", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "89e78f1c-8766-4dfd-8b83-4874d3ab12e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092138Z:07b41a94-fbbe-48e8-ab35-31e641177756" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "612ae3edf40646f1deffce6583e70b73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "612ae3edf40646f1deffce6583e70b73", + "x-ms-correlation-request-id": "579886d2-5a8f-4b67-9737-4ba8ef52cdc1", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "5f3a96e9-e30e-47d6-a6fb-f74321831ee6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092139Z:579886d2-5a8f-4b67-9737-4ba8ef52cdc1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3de00a72d3489196fee6bdad78b4b09e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3de00a72d3489196fee6bdad78b4b09e", + "x-ms-correlation-request-id": "438a6af7-db64-4a96-a485-c5ce625ecc37", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "97aa6857-0098-4eb2-b7a1-f39612eebdf4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092140Z:438a6af7-db64-4a96-a485-c5ce625ecc37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06fc57f7d652be0b12d335af9e234135", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06fc57f7d652be0b12d335af9e234135", + "x-ms-correlation-request-id": "151ab000-e589-4eab-9c71-c1a67fb672ad", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "4250388e-c9f9-465b-a561-6929bdc3fe93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092142Z:151ab000-e589-4eab-9c71-c1a67fb672ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f5597ca-b147-4fe4-bc5e-7ef7f783ca17?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fef93c0e1cc1a864d99621f3644ce2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fef93c0e1cc1a864d99621f3644ce2a", + "x-ms-correlation-request-id": "c0d82e6e-f523-447a-aa45-2c447714913a", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "589409cf-affd-4505-b054-3f98e7cf3e87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092143Z:c0d82e6e-f523-447a-aa45-2c447714913a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859", + "name": "storage5859", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:21:23.8028523Z", + "key2": "2021-08-17T09:21:23.8028523Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:21:23.8028523Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:21:23.8028523Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:21:23.7090957Z", + "primaryEndpoints": { + "blob": "https://storage5859.blob.core.windows.net/", + "queue": "https://storage5859.queue.core.windows.net/", + "table": "https://storage5859.table.core.windows.net/", + "file": "https://storage5859.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c6d304e05eb9b21ff212a749de6f2db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c6d304e05eb9b21ff212a749de6f2db", + "x-ms-correlation-request-id": "c13c2ad1-b3cf-4555-8a01-b33d995cb449", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "b9ffc772-0e3a-4c86-8c20-d9cc52ea4a66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092143Z:c13c2ad1-b3cf-4555-8a01-b33d995cb449" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare1462?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60c4e4ec15d1e1d0b8b874eb88ce050b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "302", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:43 GMT", + "ETag": "\u00220x8D961606E3EB225\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60c4e4ec15d1e1d0b8b874eb88ce050b", + "x-ms-correlation-request-id": "87db0e62-aba3-4e72-abcd-72ac56cce014", + "x-ms-ratelimit-remaining-subscription-writes": "1184", + "x-ms-request-id": "50accfe3-5c30-4c9d-bd2f-fddd89118554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092144Z:87db0e62-aba3-4e72-abcd-72ac56cce014" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare1462", + "name": "testfileshare1462", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare27909?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15b56e61ba49537250aab6127d67a687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:44 GMT", + "ETag": "\u00220x8D961606EAA31A0\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15b56e61ba49537250aab6127d67a687", + "x-ms-correlation-request-id": "72da87cd-08ed-4775-9622-a23a715bb614", + "x-ms-ratelimit-remaining-subscription-writes": "1183", + "x-ms-request-id": "674f35dd-3732-495f-90df-1236abf205a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092145Z:72da87cd-08ed-4775-9622-a23a715bb614" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare27909", + "name": "testfileshare27909", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea57ad7aed65585e5b094d682713995c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1037", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea57ad7aed65585e5b094d682713995c", + "x-ms-correlation-request-id": "4ab00e74-4c83-4a98-9752-9ba8055c1e97", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "b8e54f7e-5c17-4a1e-a095-8af68419ba87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092145Z:4ab00e74-4c83-4a98-9752-9ba8055c1e97" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare1462", + "name": "testfileshare1462", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D961606E3EB225\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "accessTier": "TransactionOptimized", + "lastModifiedTime": "2021-08-17T09:21:44.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859/fileServices/default/shares/testfileshare27909", + "name": "testfileshare27909", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D961606EAA31A0\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "accessTier": "TransactionOptimized", + "lastModifiedTime": "2021-08-17T09:21:45.0000000Z", + "shareQuota": 5120, + "enabledProtocols": "SMB" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8484916f8f25323f727110265ebe6451", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:21:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8484916f8f25323f727110265ebe6451", + "x-ms-correlation-request-id": "e939f58d-f0a1-4ff4-95d8-f195a96e78ce", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "effe26d8-0ec4-4c03-9b2d-0084893dff71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092145Z:e939f58d-f0a1-4ff4-95d8-f195a96e78ce" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859", + "name": "storage5859", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:21:23.8028523Z", + "key2": "2021-08-17T09:21:23.8028523Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:21:23.8028523Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:21:23.8028523Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:21:23.7090957Z", + "primaryEndpoints": { + "blob": "https://storage5859.blob.core.windows.net/", + "queue": "https://storage5859.queue.core.windows.net/", + "table": "https://storage5859.table.core.windows.net/", + "file": "https://storage5859.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1782/providers/Microsoft.Storage/storageAccounts/storage5859?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da70ec121a7773a50f5db93f6d0a2c3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:21:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da70ec121a7773a50f5db93f6d0a2c3d", + "x-ms-correlation-request-id": "8e9ad504-7ed0-416e-a70a-9c4987523237", + "x-ms-ratelimit-remaining-subscription-deletes": "14993", + "x-ms-request-id": "f34c272d-66c8-412f-a531-e862369f45d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T092151Z:8e9ad504-7ed0-416e-a70a-9c4987523237" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1034334052", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json new file mode 100644 index 0000000000000..aa203a23aa3b2 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json @@ -0,0 +1,1000 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e95d48d9e3f6f4e935a49c19af841811", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "641400a8-40d6-481f-8616-426a1442cc1b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "641400a8-40d6-481f-8616-426a1442cc1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034501Z:641400a8-40d6-481f-8616-426a1442cc1b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-456?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-6f9fb67416529f488ab561e5444e5fb8-f3f8628c6e943c4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d673f4ce22b8fac99184a4ef8837c71a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ba8221c2-7477-4d8e-8639-96537711c1be", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "ba8221c2-7477-4d8e-8639-96537711c1be", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034504Z:ba8221c2-7477-4d8e-8639-96537711c1be" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456", + "name": "teststorageRG-456", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f6d3700ab154e883a829922b7a9cdcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f6d3700ab154e883a829922b7a9cdcf", + "x-ms-correlation-request-id": "fc096ad1-b0fe-4e68-a015-b2a0c8ac53fc", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "807d0222-2545-4c81-a3ab-3236916901a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034511Z:fc096ad1-b0fe-4e68-a015-b2a0c8ac53fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e084b9fe31a348b9ea877da030d8d9db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e084b9fe31a348b9ea877da030d8d9db", + "x-ms-correlation-request-id": "e67804a4-842a-41fe-86c8-49aceea6257b", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c2cf8f39-b17c-4d6e-82c8-b9db059d813a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034511Z:e67804a4-842a-41fe-86c8-49aceea6257b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ffe1fd6f9bddfb812d941b04c43498d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ffe1fd6f9bddfb812d941b04c43498d", + "x-ms-correlation-request-id": "e966a739-c712-4b35-9300-e7e3681f11be", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "72708f41-a3f3-4e2c-a2f0-635e23f777a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034512Z:e966a739-c712-4b35-9300-e7e3681f11be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe23c414ec24582c1ec037b6a3846316", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe23c414ec24582c1ec037b6a3846316", + "x-ms-correlation-request-id": "11372a9c-20d7-43f5-b0c9-21246e93cb0e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e0f62e50-68a3-400a-96c8-73636c05aa65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034514Z:11372a9c-20d7-43f5-b0c9-21246e93cb0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e56e838b0dae051601a4cec9ef08fba6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e56e838b0dae051601a4cec9ef08fba6", + "x-ms-correlation-request-id": "d931c62f-2299-4e6a-a3b8-e2eedce54aa9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "aff59a79-5fb3-43e5-aba5-159098ca8243", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034515Z:d931c62f-2299-4e6a-a3b8-e2eedce54aa9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c8cf03ddbb4e9b6f3a541fcc1013c8d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c8cf03ddbb4e9b6f3a541fcc1013c8d", + "x-ms-correlation-request-id": "27818974-f191-41db-87a3-391990a76707", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "84e6add8-6d5e-4fc0-bddf-63b6cf141f0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034516Z:27818974-f191-41db-87a3-391990a76707" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8242b7663d406dead1dfc801e636915", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8242b7663d406dead1dfc801e636915", + "x-ms-correlation-request-id": "40ef81e9-8028-4190-97fb-f0c238ba5097", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ebaccc6f-e6ee-40f4-8437-5e0767b3c7d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034518Z:40ef81e9-8028-4190-97fb-f0c238ba5097" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b27891c4f7f8b061cd85f209cc1a4400", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b27891c4f7f8b061cd85f209cc1a4400", + "x-ms-correlation-request-id": "d307b31c-7c31-4c4f-ab11-e403b8de265c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4bd10600-182f-4734-85d0-4f6475118648", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034520Z:d307b31c-7c31-4c4f-ab11-e403b8de265c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c352406833e4dad21185be96de35ca8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c352406833e4dad21185be96de35ca8f", + "x-ms-correlation-request-id": "4c854f94-8a94-47c2-8ce8-46a7b84715c0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "8a1c8c49-12c3-4ff6-af6f-faba08b20654", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034522Z:4c854f94-8a94-47c2-8ce8-46a7b84715c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30372c3c89887f94c974fb4f70d53a93", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30372c3c89887f94c974fb4f70d53a93", + "x-ms-correlation-request-id": "c0d80731-1a7f-42b0-ad92-c7bd1335517a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2da4c00c-6063-4047-9e67-e1ee0a7e0fc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034523Z:c0d80731-1a7f-42b0-ad92-c7bd1335517a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de18fcd9a5109131be9ea17238cbd297", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de18fcd9a5109131be9ea17238cbd297", + "x-ms-correlation-request-id": "8ae3ba2b-03df-4af3-ae92-d8eea535f86b", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "2a82e696-d4b9-491c-8882-7b858fcbbde0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034524Z:8ae3ba2b-03df-4af3-ae92-d8eea535f86b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0cc62ba14e2de77abd2fa6f3882693c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0cc62ba14e2de77abd2fa6f3882693c", + "x-ms-correlation-request-id": "b7d96ce2-028a-420e-bc10-302bf3ab7d5f", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "bea9ef38-7e35-4934-b9ff-866cd415373d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034526Z:b7d96ce2-028a-420e-bc10-302bf3ab7d5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e1bd2b4bec1d977ffba571eae82247fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e1bd2b4bec1d977ffba571eae82247fe", + "x-ms-correlation-request-id": "5dfd4594-677e-46b6-ae29-0da8099391be", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "4c35a04a-b24a-482d-81ed-3804d7649acf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034527Z:5dfd4594-677e-46b6-ae29-0da8099391be" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215", + "name": "storage3215", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:45:09.7962200Z", + "key2": "2021-08-17T03:45:09.7962200Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:45:09.7025022Z", + "primaryEndpoints": { + "blob": "https://storage3215.blob.core.windows.net/", + "queue": "https://storage3215.queue.core.windows.net/", + "table": "https://storage3215.table.core.windows.net/", + "file": "https://storage3215.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d9563a29908c4b08539323dabc1593c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "415", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d9563a29908c4b08539323dabc1593c", + "x-ms-correlation-request-id": "d90b8316-9d10-43a9-8147-ef2b714055ca", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "2c0aad6d-b486-4e48-9458-0e6b962e7e50", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034527Z:d90b8316-9d10-43a9-8147-ef2b714055ca" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d0d27647af1e3cd35a53ca28df6898b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "301", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:27 GMT", + "ETag": "\u00220x8D96131746DB705\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d0d27647af1e3cd35a53ca28df6898b", + "x-ms-correlation-request-id": "d7a140a1-532a-4cfd-91b1-f4db3d01e351", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "aef81bd1-585e-47e9-a4f9-bd8dd4e8acb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034528Z:d7a140a1-532a-4cfd-91b1-f4db3d01e351" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", + "name": "testfileshare5771", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "edd5cdfb345b7ab1f85be4ba41ec394c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:28 GMT", + "ETag": "\u00220x8D96131746DB705\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "edd5cdfb345b7ab1f85be4ba41ec394c", + "x-ms-correlation-request-id": "3ffcd93f-eb78-4d0a-9dff-1ed6670679a6", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "ccef2243-bf10-407b-a43a-9e1601fdeb7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034528Z:3ffcd93f-eb78-4d0a-9dff-1ed6670679a6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", + "name": "testfileshare5771", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D96131746DB705\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:45:28.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa83b535f139e9b1c82ad2f47422f742", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:28 GMT", + "ETag": "\u00220x8D96131746DB705\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa83b535f139e9b1c82ad2f47422f742", + "x-ms-correlation-request-id": "b1c92f7d-f790-40ee-b575-691f9f4bd8cf", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "38f57e1f-edb9-46fc-af0f-fffd82d7a029", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:b1c92f7d-f790-40ee-b575-691f9f4bd8cf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", + "name": "testfileshare5771", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D96131746DB705\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:45:28.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare57711?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4afb2a84e8430d8759315959512a149", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4afb2a84e8430d8759315959512a149", + "x-ms-correlation-request-id": "03033155-3b01-4e5a-a756-2e099513386f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "60c497e5-a194-461f-9879-25757dad6199", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:03033155-3b01-4e5a-a756-2e099513386f" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:b53ed3b9-501a-0054-7d1a-939401000000\nTime:2021-08-17T03:45:29.4674967Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d76df06b8f720a521cec253161bd05d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d76df06b8f720a521cec253161bd05d6", + "x-ms-correlation-request-id": "111daf07-9e58-48de-be37-01b48a369a34", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "09b26f8b-fc04-4f99-b999-0363a0e722eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:111daf07-9e58-48de-be37-01b48a369a34" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f11a263453ce6c8dc5385a6db1b53b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f11a263453ce6c8dc5385a6db1b53b5", + "x-ms-correlation-request-id": "229e90d2-ee33-4cc9-aecc-15e6f0f7df76", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "115a4d00-3312-4032-853e-0b76b3af1b44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:229e90d2-ee33-4cc9-aecc-15e6f0f7df76" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:b53ed3bc-501a-0054-7f1a-939401000000\nTime:2021-08-17T03:45:30.1729936Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "848888881fb419cf60a5d79829a7ceb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "848888881fb419cf60a5d79829a7ceb7", + "x-ms-correlation-request-id": "5b479835-677e-4660-a936-738f69cb973b", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "b40843cf-3f54-47a4-94b2-cb6334da8944", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:5b479835-677e-4660-a936-738f69cb973b" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:b53ed3bd-501a-0054-801a-939401000000\nTime:2021-08-17T03:45:30.5092313Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3313f8d1200260d2886fb1e09ab2e00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:45:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3313f8d1200260d2886fb1e09ab2e00", + "x-ms-correlation-request-id": "c6729232-925c-4654-b037-93750b2239f5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "90258d91-018e-4ab0-b2f8-19db51188438", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:c6729232-925c-4654-b037-93750b2239f5" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215", + "name": "storage3215", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:45:09.7962200Z", + "key2": "2021-08-17T03:45:09.7962200Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:45:09.7025022Z", + "primaryEndpoints": { + "blob": "https://storage3215.blob.core.windows.net/", + "queue": "https://storage3215.queue.core.windows.net/", + "table": "https://storage3215.table.core.windows.net/", + "file": "https://storage3215.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9a9709881354321d2f82f976d2fbd35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9a9709881354321d2f82f976d2fbd35", + "x-ms-correlation-request-id": "9100065e-e99e-4afd-bc3f-c3e662bc98a2", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "2edcfafc-5b7d-44ad-992f-446c9bf11eeb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034536Z:9100065e-e99e-4afd-bc3f-c3e662bc98a2" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "255476667", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json new file mode 100644 index 0000000000000..1f8ddc120b8d0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json @@ -0,0 +1,1031 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ab13edd66c1d3244aa502aec52debf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "374ffa43-507e-46ca-aea2-58d783549223", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "374ffa43-507e-46ca-aea2-58d783549223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034540Z:374ffa43-507e-46ca-aea2-58d783549223" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-513?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-d327255c72624a4a9dab7139ac19316d-67ae148ba46a5244-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caa2dcd62547528fbde15dcb5668c727", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0823e5b2-c9b0-4a52-a417-1e218ee61f10", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0823e5b2-c9b0-4a52-a417-1e218ee61f10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034541Z:0823e5b2-c9b0-4a52-a417-1e218ee61f10" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513", + "name": "teststorageRG-513", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "279d5d54c5aa40abf0e58d02456b08f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "279d5d54c5aa40abf0e58d02456b08f1", + "x-ms-correlation-request-id": "0ca040ae-3cbf-4dd5-ac17-b300d03101ea", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "2740f7e9-f767-4b4c-abe2-8083b808fef1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034547Z:0ca040ae-3cbf-4dd5-ac17-b300d03101ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ed9c287f45b172bf78a574002507775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ed9c287f45b172bf78a574002507775", + "x-ms-correlation-request-id": "b1dfe088-3efb-4b83-b4fc-5414b96efca3", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "670ae557-b47a-44e3-a4e1-ba8798704ee5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034547Z:b1dfe088-3efb-4b83-b4fc-5414b96efca3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7794da54d831beb3457a2fa640e338fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7794da54d831beb3457a2fa640e338fc", + "x-ms-correlation-request-id": "969a46f9-9d3f-47f5-9573-4152dda943e0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a6a22fbf-97fa-4739-abe5-7c800d505a74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034548Z:969a46f9-9d3f-47f5-9573-4152dda943e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "837b52a77992cd95c57e57c43ed720a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "837b52a77992cd95c57e57c43ed720a7", + "x-ms-correlation-request-id": "d278b3f7-2b77-4c29-a372-13ef33d1b48a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "04038fe6-0bcd-4b52-bc3d-3d1541f423bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034550Z:d278b3f7-2b77-4c29-a372-13ef33d1b48a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d720f8cc660af080f1a49e0c584d613", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d720f8cc660af080f1a49e0c584d613", + "x-ms-correlation-request-id": "feec04fe-b705-453a-9311-96ef89777f9d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c0acaf57-4e08-4490-bca8-a95a5e131c13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034551Z:feec04fe-b705-453a-9311-96ef89777f9d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af985a51f4d4dae345c6b2b281ee7f6d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af985a51f4d4dae345c6b2b281ee7f6d", + "x-ms-correlation-request-id": "c6d7b15a-fd3d-4fdd-be58-6868596bc3e7", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "0061e26f-d214-4e64-ad71-745df0d62f69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034552Z:c6d7b15a-fd3d-4fdd-be58-6868596bc3e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "301a875a0a70e19b4acb747730b40740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "301a875a0a70e19b4acb747730b40740", + "x-ms-correlation-request-id": "3edf5a32-9fc4-43e6-b15f-e3eddb7360a9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a677ef6f-3863-4ede-a3e2-a7d9bf2d63f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034554Z:3edf5a32-9fc4-43e6-b15f-e3eddb7360a9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e47343a8703e98d22c97e89914552e20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e47343a8703e98d22c97e89914552e20", + "x-ms-correlation-request-id": "39f25e84-0281-43c7-be83-f5d3e732e13d", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "dd72bc0d-b1c3-46f1-bdde-482fb62dc3ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034555Z:39f25e84-0281-43c7-be83-f5d3e732e13d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3e85db9ba56a46a2bfb76509806baa90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3e85db9ba56a46a2bfb76509806baa90", + "x-ms-correlation-request-id": "de6d6a58-9ab2-482f-a4ed-640f2f9d871c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "7ba1eaaa-7336-4645-83c3-af3322444fd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034556Z:de6d6a58-9ab2-482f-a4ed-640f2f9d871c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d0a72be9b7bea2fb48104d82201cdf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d0a72be9b7bea2fb48104d82201cdf4", + "x-ms-correlation-request-id": "6bfcb708-66fe-43c2-8af0-a5f99105b487", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "cf4a531c-12b9-423f-bc73-784187305c43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034558Z:6bfcb708-66fe-43c2-8af0-a5f99105b487" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54dc539dc92e02d5a02c25860bc918c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:45:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54dc539dc92e02d5a02c25860bc918c1", + "x-ms-correlation-request-id": "e2085d0e-f353-4883-8318-a04819d9c903", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "5b3edf38-97ca-47e6-b75b-755fa754aba6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034559Z:e2085d0e-f353-4883-8318-a04819d9c903" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2db57edf04b00a4ac9b8ae9a1ca24bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:46:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2db57edf04b00a4ac9b8ae9a1ca24bd", + "x-ms-correlation-request-id": "6dd59b21-cdf5-4c02-87b1-661469e18a52", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "216f8f6a-424d-4c19-af33-1611fd5cc293", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034600Z:6dd59b21-cdf5-4c02-87b1-661469e18a52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c6b70ea558ff5629c089c4f76a8dfea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:46:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c6b70ea558ff5629c089c4f76a8dfea", + "x-ms-correlation-request-id": "17157a5a-687c-4d52-8c0a-9a7b3feea87b", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "23fbd172-6123-458e-a6ee-30038383a19f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034602Z:17157a5a-687c-4d52-8c0a-9a7b3feea87b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "caeb43692b26ada9aedca8923fec60d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "caeb43692b26ada9aedca8923fec60d6", + "x-ms-correlation-request-id": "40c6d0b9-01db-4158-b0c9-f93d5d804138", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "81007683-694e-4d6d-91c7-422bb02679d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034603Z:40c6d0b9-01db-4158-b0c9-f93d5d804138" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266", + "name": "storage6266", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:45:44.7507248Z", + "key2": "2021-08-17T03:45:44.7507248Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:45:44.6726462Z", + "primaryEndpoints": { + "blob": "https://storage6266.blob.core.windows.net/", + "queue": "https://storage6266.queue.core.windows.net/", + "table": "https://storage6266.table.core.windows.net/", + "file": "https://storage6266.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a9c6707eb5e9732f4e6054253558903", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "415", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a9c6707eb5e9732f4e6054253558903", + "x-ms-correlation-request-id": "9cdd13e7-472a-49c6-98e9-1a23834fbcb1", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "9747072e-5478-4a77-8d3c-fac18ea4fdca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034603Z:9cdd13e7-472a-49c6-98e9-1a23834fbcb1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de5e7f9f965ac7bfbe7db2adcfb5b0a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "301", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:03 GMT", + "ETag": "\u00220x8D9613189E2FCFC\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de5e7f9f965ac7bfbe7db2adcfb5b0a8", + "x-ms-correlation-request-id": "999bea3b-7ecd-4efa-9010-7bead90c2a54", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "c666ebb3-3458-4538-a232-c8e3cd0b11ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034604Z:999bea3b-7ecd-4efa-9010-7bead90c2a54" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", + "name": "testfileshare4954", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c0e47c68c44117d53d5402566595852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:04 GMT", + "ETag": "\u00220x8D9613189E2FCFC\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c0e47c68c44117d53d5402566595852", + "x-ms-correlation-request-id": "e032062d-274c-4da1-9f44-5df9191e5b52", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "cf11726a-b9ac-4b62-b900-1ab07febf634", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034604Z:e032062d-274c-4da1-9f44-5df9191e5b52" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", + "name": "testfileshare4954", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9613189E2FCFC\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:46:04.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c9fd6a4f802d1adddd29f6e7fea2530", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "472", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:04 GMT", + "ETag": "\u00220x8D9613189E2FCFC\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c9fd6a4f802d1adddd29f6e7fea2530", + "x-ms-correlation-request-id": "10f68524-65da-4fe2-8644-f70b8a5c593a", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "de357268-60d6-4948-8b31-f43f5bb226c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:10f68524-65da-4fe2-8644-f70b8a5c593a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", + "name": "testfileshare4954", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9613189E2FCFC\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "lastModifiedTime": "2021-08-17T03:46:04.0000000Z", + "shareQuota": 5120 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare49541?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e8d9a55f77b1277014d8a8456996165", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e8d9a55f77b1277014d8a8456996165", + "x-ms-correlation-request-id": "2eb3b812-02ca-417d-b5ec-297cce50373d", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "af0a3ec0-aeae-4858-b4cc-ccb49b2c88df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:2eb3b812-02ca-417d-b5ec-297cce50373d" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:5323e60b-901a-003a-0e1a-936672000000\nTime:2021-08-17T03:46:05.4229587Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f90860244316cea69a3d2e72ed0f9169", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:46:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f90860244316cea69a3d2e72ed0f9169", + "x-ms-correlation-request-id": "45faf1e4-3cde-47b1-a2f6-14632dabec52", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "f276859b-4be0-48b8-a98b-a504a954a246", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:45faf1e4-3cde-47b1-a2f6-14632dabec52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccd010b04accacd75e8c6bb46d287a43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ccd010b04accacd75e8c6bb46d287a43", + "x-ms-correlation-request-id": "1bc2a13e-511a-48f0-bf41-9c0b390082e7", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "4fab494b-285b-45c5-83f3-5bc5cc3503e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:1bc2a13e-511a-48f0-bf41-9c0b390082e7" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:5323e617-901a-003a-191a-936672000000\nTime:2021-08-17T03:46:06.1344735Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e493a712be1111af4bf733dc90525f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e493a712be1111af4bf733dc90525f1", + "x-ms-correlation-request-id": "d3ae1835-ed9b-4b19-aada-c58420ac98f9", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "a7fdf34a-9b55-4fe8-960a-bff7834ca304", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:d3ae1835-ed9b-4b19-aada-c58420ac98f9" + }, + "ResponseBody": { + "error": { + "code": "ShareNotFound", + "message": "The specified share does not exist.\nRequestId:5323e622-901a-003a-241a-936672000000\nTime:2021-08-17T03:46:06.5257563Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46d321bb94c8d998895c9a89d7f16071", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 03:46:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46d321bb94c8d998895c9a89d7f16071", + "x-ms-correlation-request-id": "72a52159-b9ec-4f17-9184-699e902cb941", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "89d27dd8-21b0-47c2-beb6-dafe5639b92c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:72a52159-b9ec-4f17-9184-699e902cb941" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266", + "name": "storage6266", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T03:45:44.7507248Z", + "key2": "2021-08-17T03:45:44.7507248Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T03:45:44.6726462Z", + "primaryEndpoints": { + "blob": "https://storage6266.blob.core.windows.net/", + "queue": "https://storage6266.queue.core.windows.net/", + "table": "https://storage6266.table.core.windows.net/", + "file": "https://storage6266.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b300eac272c68587f5bed80dd699e358", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 03:46:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b300eac272c68587f5bed80dd699e358", + "x-ms-correlation-request-id": "4439fda3-4281-4c59-be92-53a5911cb445", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "818b30ef-fe10-41c5-ba13-b3de45c35458", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034613Z:4439fda3-4281-4c59-be92-53a5911cb445" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "408875736", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShare.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShare.json new file mode 100644 index 0000000000000..3b5956726ada7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShare.json @@ -0,0 +1,909 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "706e23d1128bd4107c5184dbc6dd5627", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f00e7447-8829-4e65-8c5e-22f4d5febb73", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f00e7447-8829-4e65-8c5e-22f4d5febb73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062928Z:f00e7447-8829-4e65-8c5e-22f4d5febb73" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7924?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-ae4466e0d7ddaf459fe62368ceec4f55-d99df3a457b4014c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7f578ed33a89ccf94b71e82483193e7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7138c187-50a8-45ca-b9d0-dc2362aa1852", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7138c187-50a8-45ca-b9d0-dc2362aa1852", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062930Z:7138c187-50a8-45ca-b9d0-dc2362aa1852" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924", + "name": "teststorageRG-7924", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e973269534e941ecc588402fbe024219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e973269534e941ecc588402fbe024219", + "x-ms-correlation-request-id": "2f799dbd-916e-4057-b746-e7a87c615f9c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "05936e97-cca6-4b4d-832d-7dda0547d335", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062939Z:2f799dbd-916e-4057-b746-e7a87c615f9c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3047f7f364b344030896e3ab8f6cd6b4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3047f7f364b344030896e3ab8f6cd6b4", + "x-ms-correlation-request-id": "de7f443d-873e-42ed-9066-d91ac3905ca4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7decc660-be57-4d47-bc16-1649397d354e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062939Z:de7f443d-873e-42ed-9066-d91ac3905ca4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "500868dcf8426d6836d415f3d9fbef91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "500868dcf8426d6836d415f3d9fbef91", + "x-ms-correlation-request-id": "c6dd6408-e250-4c12-88e3-3f9d9cc789f0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "2c7e3159-9a5f-42bc-9259-0f0078c0befc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062941Z:c6dd6408-e250-4c12-88e3-3f9d9cc789f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c63b4f6812bbdb65de0ce5d045440f67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c63b4f6812bbdb65de0ce5d045440f67", + "x-ms-correlation-request-id": "276ec4db-d9b4-4275-bd85-316d1f66c62a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "33d5193f-c0c9-41c0-bd02-024a3cb06a90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062942Z:276ec4db-d9b4-4275-bd85-316d1f66c62a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e814a51fcf2cfaae8ed9f9df4e0f6a0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e814a51fcf2cfaae8ed9f9df4e0f6a0d", + "x-ms-correlation-request-id": "f6fa610a-38c1-41f5-9dd8-be6f2b272ab2", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f5d3a83c-eaab-40a0-8b64-bb8f51806562", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062943Z:f6fa610a-38c1-41f5-9dd8-be6f2b272ab2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "404251a61030caf9022c7135139828f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "404251a61030caf9022c7135139828f1", + "x-ms-correlation-request-id": "136a8ee6-461b-425b-8a14-75d2f9516ab4", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "3fa85572-40ef-4198-a530-150b1a5567e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062944Z:136a8ee6-461b-425b-8a14-75d2f9516ab4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33d3adc507e69865a04137e118868cce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33d3adc507e69865a04137e118868cce", + "x-ms-correlation-request-id": "e5245d97-e768-4edf-a952-cdd35cbcbc39", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "83544c45-be53-4b11-8aff-d43aa357eb92", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062946Z:e5245d97-e768-4edf-a952-cdd35cbcbc39" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f32ad8a2ce010f37ac4ae6ff5e79e7f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f32ad8a2ce010f37ac4ae6ff5e79e7f6", + "x-ms-correlation-request-id": "79046c23-887d-432d-aaaa-b60bd9d0bd97", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3c2eeea1-c2ea-466a-858b-81c8e63afdaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062947Z:79046c23-887d-432d-aaaa-b60bd9d0bd97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a11a07b1363c9f27ecaaa0efd817b17c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a11a07b1363c9f27ecaaa0efd817b17c", + "x-ms-correlation-request-id": "c24b5ebb-5b62-41b5-9018-dd24997f71c9", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4a56755f-ee96-4579-8e39-8f9ec0ba40a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062948Z:c24b5ebb-5b62-41b5-9018-dd24997f71c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b93a29f346ef6ef76c3869b20653a27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b93a29f346ef6ef76c3869b20653a27", + "x-ms-correlation-request-id": "6a899646-91dd-4854-8774-71001d9b039b", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "2087cfd0-968d-497a-99c3-cad9b94aefcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062950Z:6a899646-91dd-4854-8774-71001d9b039b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10304059eb6c6b92b08a07572e473695", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10304059eb6c6b92b08a07572e473695", + "x-ms-correlation-request-id": "607ec127-0cfb-4469-910c-e1b9602acd77", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "7738aa72-c303-4214-b62b-ae20ad40a6f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062951Z:607ec127-0cfb-4469-910c-e1b9602acd77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb5f6a98ace67c8817232a78af8b7e86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb5f6a98ace67c8817232a78af8b7e86", + "x-ms-correlation-request-id": "2513b033-43b5-4f0b-9cf6-ea9c1f15aea8", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "d4e7e662-8c43-4eab-9dfa-996af460a9d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062952Z:2513b033-43b5-4f0b-9cf6-ea9c1f15aea8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97957870a1e7b40f0f278ae32d98c82f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:29:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97957870a1e7b40f0f278ae32d98c82f", + "x-ms-correlation-request-id": "3d9f16b9-4aa3-4e39-8afc-d93ddf6495d7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "11323ed8-e73b-4034-89e9-88782a758f37", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062954Z:3d9f16b9-4aa3-4e39-8afc-d93ddf6495d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05936e97-cca6-4b4d-832d-7dda0547d335?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b602f18d7e06ac41b8b3f849c11abb25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b602f18d7e06ac41b8b3f849c11abb25", + "x-ms-correlation-request-id": "9584a5be-bbfa-4d9d-9169-a25d761e559e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "1b9f135d-3562-44e8-871e-78b4bb2e5a10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062955Z:9584a5be-bbfa-4d9d-9169-a25d761e559e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849", + "name": "storage3849", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:29:37.1277613Z", + "key2": "2021-08-17T06:29:37.1277613Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:29:37.1433604Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:29:37.1433604Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:29:37.0183515Z", + "primaryEndpoints": { + "blob": "https://storage3849.blob.core.windows.net/", + "queue": "https://storage3849.queue.core.windows.net/", + "table": "https://storage3849.table.core.windows.net/", + "file": "https://storage3849.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b5e6800c9fb1f7ae5aababbe22a44f7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b5e6800c9fb1f7ae5aababbe22a44f7f", + "x-ms-correlation-request-id": "fa0bff47-f97c-438d-8ace-f76fa684bc5f", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b69c7be1-a325-4ecf-ba22-0dca2ca1a868", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062955Z:fa0bff47-f97c-438d-8ace-f76fa684bc5f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88beebfb80c737f2e8df33a8c6f3f56c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "302", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:55 GMT", + "ETag": "\u00220x8D961486E4241FA\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88beebfb80c737f2e8df33a8c6f3f56c", + "x-ms-correlation-request-id": "dfe3f20b-ea3b-453b-bac6-776c362a899c", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "09d075d6-4de9-4fdd-bf6b-3f40e03a92a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062956Z:dfe3f20b-ea3b-453b-bac6-776c362a899c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261", + "name": "testfileshare3261", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "79", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1add7647d1343ed0a5c5ad2828a1364", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "shareQuota": 5000 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "364", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:56 GMT", + "ETag": "\u00220x8D961486EB256A4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1add7647d1343ed0a5c5ad2828a1364", + "x-ms-correlation-request-id": "cbaa79df-e589-4881-8d9b-cbfb45133e74", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a7270e11-f41f-4366-bf96-b984ab347cb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062957Z:cbaa79df-e589-4881-8d9b-cbfb45133e74" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261", + "name": "testfileshare3261", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "shareQuota": 5000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ec5ee799cfdff44f47dc8bf7a4f93b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "518", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:56 GMT", + "ETag": "\u00220x8D961486EB256A4\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ec5ee799cfdff44f47dc8bf7a4f93b8", + "x-ms-correlation-request-id": "78eee991-cf18-4b66-b7d1-0cb95f50f424", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ca11340a-3974-49f5-9de5-df6a5e2f5c30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062957Z:78eee991-cf18-4b66-b7d1-0cb95f50f424" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849/fileServices/default/shares/testfileshare3261", + "name": "testfileshare3261", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D961486EB256A4\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "lastModifiedTime": "2021-08-17T06:29:57.0000000Z", + "shareQuota": 5000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cdbd52b6cda17e46fd7b7e6b2520b55e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:29:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cdbd52b6cda17e46fd7b7e6b2520b55e", + "x-ms-correlation-request-id": "f922b411-2042-42e7-8230-18338efde50f", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8479b758-d4c8-4c59-b682-787a1fc8a5a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T062958Z:f922b411-2042-42e7-8230-18338efde50f" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849", + "name": "storage3849", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:29:37.1277613Z", + "key2": "2021-08-17T06:29:37.1277613Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:29:37.1433604Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:29:37.1433604Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:29:37.0183515Z", + "primaryEndpoints": { + "blob": "https://storage3849.blob.core.windows.net/", + "queue": "https://storage3849.queue.core.windows.net/", + "table": "https://storage3849.table.core.windows.net/", + "file": "https://storage3849.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7924/providers/Microsoft.Storage/storageAccounts/storage3849?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d82ecfcbc62dc86e92adbd96b42dc8ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d82ecfcbc62dc86e92adbd96b42dc8ba", + "x-ms-correlation-request-id": "6687dc92-48cc-44d6-ab7d-5d3e2b0ac8d2", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "8757b3be-c700-482b-83ab-552adca749d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063003Z:6687dc92-48cc-44d6-ab7d-5d3e2b0ac8d2" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "539794728", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShareAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShareAsync.json new file mode 100644 index 0000000000000..97e2cabd7bd5f --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/UpdateFileShareAsync.json @@ -0,0 +1,909 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "127c0e5cb97d258d0b27dae09321b566", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e2730f0b-eba6-4466-b2bf-0cf36d82df1b", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e2730f0b-eba6-4466-b2bf-0cf36d82df1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063006Z:e2730f0b-eba6-4466-b2bf-0cf36d82df1b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5513?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-b6593205992ca04daface6b2460a3075-e9f86f01ae7c0a43-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8eb08cad13af0381c2206273345279f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "15b326c2-0b5d-4561-ae13-790bb00018ab", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "15b326c2-0b5d-4561-ae13-790bb00018ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063007Z:15b326c2-0b5d-4561-ae13-790bb00018ab" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513", + "name": "teststorageRG-5513", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24488d9e2c1b20d178beb35732d7e4de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24488d9e2c1b20d178beb35732d7e4de", + "x-ms-correlation-request-id": "21e78040-4d08-4b9a-bbb6-4e56f30f8618", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "b8e9dc81-2e1d-4efa-91d5-0cb16c43a824", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063011Z:21e78040-4d08-4b9a-bbb6-4e56f30f8618" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2783b4e8c01e5f91df6d3754ceab8f48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2783b4e8c01e5f91df6d3754ceab8f48", + "x-ms-correlation-request-id": "40070d68-5219-494c-84b2-a38a977f960e", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b334bbda-7fb5-47db-b21d-f10f0558f13e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063011Z:40070d68-5219-494c-84b2-a38a977f960e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1b8947d1fc1f040924d146093a56ea1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1b8947d1fc1f040924d146093a56ea1", + "x-ms-correlation-request-id": "24125da3-dc87-4129-9474-0b6ba90404df", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "8acfdaba-4c8e-4793-9519-03c12063ed02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063013Z:24125da3-dc87-4129-9474-0b6ba90404df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d6f53e9bd54bbc0d058f93076a62c64", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7d6f53e9bd54bbc0d058f93076a62c64", + "x-ms-correlation-request-id": "0d21674b-82bd-4adc-8060-971192188a4d", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "655467ba-9a7e-4036-881d-15fe51e2ee20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063014Z:0d21674b-82bd-4adc-8060-971192188a4d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cad502be41dc99f739294d1ab30cc3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cad502be41dc99f739294d1ab30cc3a", + "x-ms-correlation-request-id": "90debd8c-1479-4ef5-96fb-cbbab35a2126", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "46e26518-f41c-4f2b-89d4-90dafcdd76e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063015Z:90debd8c-1479-4ef5-96fb-cbbab35a2126" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b6a95fe113bc0f4d4fc206825107aec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b6a95fe113bc0f4d4fc206825107aec", + "x-ms-correlation-request-id": "5fe26862-245f-420f-a006-edec2bbae604", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "de78785d-b171-4f9f-982e-f8d4116b7734", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063017Z:5fe26862-245f-420f-a006-edec2bbae604" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4235b02051f70584b3a609c128ee0f9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4235b02051f70584b3a609c128ee0f9f", + "x-ms-correlation-request-id": "c7bfd7a8-9d61-4510-802d-6fdd6b595f76", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "02afaf53-db1b-4ba9-9d98-56211d972e94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063018Z:c7bfd7a8-9d61-4510-802d-6fdd6b595f76" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e131bf8bb13b19285ced4820c336a363", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e131bf8bb13b19285ced4820c336a363", + "x-ms-correlation-request-id": "25fc1c65-9b27-4d0b-b1e0-0b9ed9b42dc9", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "3c942dfe-d367-4e9e-abf8-1f6e06a13442", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063019Z:25fc1c65-9b27-4d0b-b1e0-0b9ed9b42dc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbb0a8188afaad421065c795073297e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbb0a8188afaad421065c795073297e5", + "x-ms-correlation-request-id": "605bb1d2-fafc-4972-ba20-70823daa5e05", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "b9a90180-6a10-46a8-94ad-140fa2c253b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063021Z:605bb1d2-fafc-4972-ba20-70823daa5e05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "66dc80ec99df6eb0871ce50a0963427d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "66dc80ec99df6eb0871ce50a0963427d", + "x-ms-correlation-request-id": "53942cff-5460-4061-8a57-0e4c935d09c6", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "b8b2ea4b-10e1-4ad9-98ae-d12ec6fd5450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063022Z:53942cff-5460-4061-8a57-0e4c935d09c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80a9a602143e01a57c84d0d6ea931129", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80a9a602143e01a57c84d0d6ea931129", + "x-ms-correlation-request-id": "5e73c64a-396d-472e-a291-0c994fb2069f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "e197c316-3474-420b-a48c-942649657d51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063023Z:5e73c64a-396d-472e-a291-0c994fb2069f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "423462553d597e84f74173dea437a3ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "423462553d597e84f74173dea437a3ad", + "x-ms-correlation-request-id": "25db7b37-4605-4cc7-8692-b37b3220d71b", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "5f5d0413-1875-4d6b-9ced-f3010c3f5718", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063025Z:25db7b37-4605-4cc7-8692-b37b3220d71b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "619249231789d8a7dbdbe95ac9da84f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "619249231789d8a7dbdbe95ac9da84f4", + "x-ms-correlation-request-id": "570df1ac-0609-442e-b6fb-300490c4bd55", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "84ec431a-014a-428c-98aa-2517433d776f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063026Z:570df1ac-0609-442e-b6fb-300490c4bd55" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8e9dc81-2e1d-4efa-91d5-0cb16c43a824?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7b5bc0aff2fc523222a89fca0c65d45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7b5bc0aff2fc523222a89fca0c65d45", + "x-ms-correlation-request-id": "a069a82f-6e99-4cf9-90d4-d26605aad44c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "b9f8cbc5-4f89-4c96-81f3-4de759c3dd06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063027Z:a069a82f-6e99-4cf9-90d4-d26605aad44c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774", + "name": "storage774", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:30:09.7384373Z", + "key2": "2021-08-17T06:30:09.7384373Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:30:09.7540658Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:30:09.7540658Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:30:09.6290314Z", + "primaryEndpoints": { + "blob": "https://storage774.blob.core.windows.net/", + "queue": "https://storage774.queue.core.windows.net/", + "table": "https://storage774.table.core.windows.net/", + "file": "https://storage774.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0b222e0b0003ea0ba5b677e5329b51c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "415", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a0b222e0b0003ea0ba5b677e5329b51c", + "x-ms-correlation-request-id": "0417b184-5b5b-453f-935e-9b7ade56f809", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "b98c2274-9fa7-41c2-bce3-8abb1c9f65ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063028Z:0417b184-5b5b-453f-935e-9b7ade56f809" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82e8d47f7efb2523cc3e5e8dab37157d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "301", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:27 GMT", + "ETag": "\u00220x8D96148817359C5\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82e8d47f7efb2523cc3e5e8dab37157d", + "x-ms-correlation-request-id": "8a6bdad6-418f-4dff-8cb9-ad6fa658dd45", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "df37daed-63d8-4514-82b9-614364254349", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063028Z:8a6bdad6-418f-4dff-8cb9-ad6fa658dd45" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063", + "name": "testfileshare5063", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": {} + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "79", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28a679a4f4e31b5976ecd398a572f975", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "shareQuota": 5000 + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "363", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:28 GMT", + "ETag": "\u00220x8D9614881E3E3AD\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28a679a4f4e31b5976ecd398a572f975", + "x-ms-correlation-request-id": "6bb23e0f-4584-4b78-9044-2b45270e7140", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "61cce2c9-aa9a-4845-88b7-7b5bea4ccb7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063029Z:6bb23e0f-4584-4b78-9044-2b45270e7140" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063", + "name": "testfileshare5063", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "shareQuota": 5000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1213e6dc275a4e58f7b337242b00f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "517", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:29 GMT", + "ETag": "\u00220x8D9614881E3E3AD\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f1213e6dc275a4e58f7b337242b00f23", + "x-ms-correlation-request-id": "1059f443-9c9e-46fc-a885-86845299918f", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "80bd6fa3-eb73-4c28-af38-4f06d1065f1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063029Z:1059f443-9c9e-46fc-a885-86845299918f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774/fileServices/default/shares/testfileshare5063", + "name": "testfileshare5063", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "etag": "\u00220x8D9614881E3E3AD\u0022", + "properties": { + "leaseStatus": "unlocked", + "leaseState": "available", + "signedIdentifiers": [], + "metadata": { + "key1": "value1", + "key2": "value2" + }, + "lastModifiedTime": "2021-08-17T06:30:29.0000000Z", + "shareQuota": 5000 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "afaf0051f40f8ada7bcc0b0eab8b805a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:30:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "afaf0051f40f8ada7bcc0b0eab8b805a", + "x-ms-correlation-request-id": "7efa31e9-eeec-4511-a0b3-a290f4d90c2f", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "12c9d212-352d-4778-bdaf-61b9bed3a3b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063030Z:7efa31e9-eeec-4511-a0b3-a290f4d90c2f" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774", + "name": "storage774", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:30:09.7384373Z", + "key2": "2021-08-17T06:30:09.7384373Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:30:09.7540658Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:30:09.7540658Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:30:09.6290314Z", + "primaryEndpoints": { + "blob": "https://storage774.blob.core.windows.net/", + "queue": "https://storage774.queue.core.windows.net/", + "table": "https://storage774.table.core.windows.net/", + "file": "https://storage774.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5513/providers/Microsoft.Storage/storageAccounts/storage774?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c20e9442316e10894029868c0e7d9c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:30:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c20e9442316e10894029868c0e7d9c6", + "x-ms-correlation-request-id": "2f1eeadf-0913-4f92-b371-a4814dad4fd7", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "66df17f7-9cb7-449b-b405-5a804104f5ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T063037Z:2f1eeadf-0913-4f92-b371-a4814dad4fd7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1074828238", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueue.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueue.json new file mode 100644 index 0000000000000..9273bf3a99fde --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueue.json @@ -0,0 +1,1010 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88982c1156411ece5d5268406a84f395", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "36b0e296-1d34-47a0-905d-a85450206d82", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "36b0e296-1d34-47a0-905d-a85450206d82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084405Z:36b0e296-1d34-47a0-905d-a85450206d82" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9188?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-26721e05314ae3459d845777c44f1e4f-9d5bbdeba556c947-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c9d58829d29378e7fda238f5446e014", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7cd5c032-9908-4759-b5da-65b36400cd02", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "7cd5c032-9908-4759-b5da-65b36400cd02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084408Z:7cd5c032-9908-4759-b5da-65b36400cd02" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188", + "name": "teststorageRG-9188", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "034f573005480eaac5fc7c61f7de6e8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "034f573005480eaac5fc7c61f7de6e8a", + "x-ms-correlation-request-id": "3958dacb-c86a-4e94-b257-400babdb4939", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "e15d6dc6-f1dd-4636-a763-91fedd7d7077", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084416Z:3958dacb-c86a-4e94-b257-400babdb4939" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b54e92c6345523af38d63a111d588fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b54e92c6345523af38d63a111d588fc", + "x-ms-correlation-request-id": "e18829da-8359-4a63-9b63-2a56a46040e7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "3127767b-3a26-4505-a1cf-d1fff9003f04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084416Z:e18829da-8359-4a63-9b63-2a56a46040e7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd0505b4e414484cc845b18589fe80bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd0505b4e414484cc845b18589fe80bd", + "x-ms-correlation-request-id": "ffdaf65b-db3e-4e3e-9b29-522f66e71266", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "57bbe31b-1745-462a-a5bb-87ccffe457e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084418Z:ffdaf65b-db3e-4e3e-9b29-522f66e71266" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0d35f4f0d389eb444e783ca783eef87b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0d35f4f0d389eb444e783ca783eef87b", + "x-ms-correlation-request-id": "d596d54a-e617-4b8a-ac48-e1a59ffcbeb4", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "c82fcb2e-d343-4d51-8d9b-30664bf21a56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084419Z:d596d54a-e617-4b8a-ac48-e1a59ffcbeb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88f77f3a4d0347739d0cd3ffb1b4c9f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88f77f3a4d0347739d0cd3ffb1b4c9f4", + "x-ms-correlation-request-id": "ae214dc6-5bac-440d-913e-08beb90c68fa", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e5d6838d-536d-413a-9158-dc8ee21677da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084420Z:ae214dc6-5bac-440d-913e-08beb90c68fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1db0a60d7aa0e172c01a6e9ca7a4c5da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1db0a60d7aa0e172c01a6e9ca7a4c5da", + "x-ms-correlation-request-id": "f3461d61-28fb-4c27-9b81-a79690f1b6be", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "a9db8ade-4915-4136-a02c-98c3ea5c38ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084421Z:f3461d61-28fb-4c27-9b81-a79690f1b6be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "094b364df707a2b980ed6f7dff44399a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "094b364df707a2b980ed6f7dff44399a", + "x-ms-correlation-request-id": "2d7d334b-3d3f-480f-a7fd-38ac8b405f77", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "f5def6a0-2ac8-4179-be44-debcc5c7134f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084423Z:2d7d334b-3d3f-480f-a7fd-38ac8b405f77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc9a48aeda3dbfdb0d15c7e9ded79ff8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc9a48aeda3dbfdb0d15c7e9ded79ff8", + "x-ms-correlation-request-id": "c407a1b2-f643-499e-b3fc-eee5775590e0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f4ad1aa2-51ac-4b92-ba02-935df6870cdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084424Z:c407a1b2-f643-499e-b3fc-eee5775590e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7bb2f946c06815ecec0d9cb20bf5e17b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7bb2f946c06815ecec0d9cb20bf5e17b", + "x-ms-correlation-request-id": "57d15497-7809-4ab5-9d86-c28286b31248", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b8caefbd-6c48-48f8-9a15-ec9a23653dc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084426Z:57d15497-7809-4ab5-9d86-c28286b31248" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fedd4e0e80a729c5b8cfcf22fd0c4a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fedd4e0e80a729c5b8cfcf22fd0c4a9", + "x-ms-correlation-request-id": "f9bf3b22-01ea-44c6-815b-6854ab3f5463", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8dc66273-91a0-41e9-9ca7-36d85c1df2f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084427Z:f9bf3b22-01ea-44c6-815b-6854ab3f5463" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0636774ebe92ee315b84ef303e28b417", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0636774ebe92ee315b84ef303e28b417", + "x-ms-correlation-request-id": "8909d01f-9805-4a19-ba8e-8a6ef2f6358f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9c0a1b9b-35f9-49f7-a014-59e098270b00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084428Z:8909d01f-9805-4a19-ba8e-8a6ef2f6358f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a094c3340ea5eed5c3f20dcc4fae61c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a094c3340ea5eed5c3f20dcc4fae61c", + "x-ms-correlation-request-id": "8d74685d-9775-4410-8dc3-1bae52e908ac", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "695e5da0-51c9-40c4-b34f-6d76427ef4bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084429Z:8d74685d-9775-4410-8dc3-1bae52e908ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9364f249dbbe21e9a2fe0386f86c3432", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:44:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9364f249dbbe21e9a2fe0386f86c3432", + "x-ms-correlation-request-id": "a23326eb-9d89-475f-950e-b5051c3c6f00", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9d4960f6-b2d6-46dd-b6b1-5fc33b262c10", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084431Z:a23326eb-9d89-475f-950e-b5051c3c6f00" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e15d6dc6-f1dd-4636-a763-91fedd7d7077?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3bee4d8b9c70dbf89d8aa539e552960", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:44:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3bee4d8b9c70dbf89d8aa539e552960", + "x-ms-correlation-request-id": "ad138bdb-13bc-466e-b553-4d6f389b91d0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b214cab0-cd2a-47db-8761-6d72bd7a6c97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084432Z:ad138bdb-13bc-466e-b553-4d6f389b91d0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757", + "name": "storage8757", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:44:14.6969730Z", + "key2": "2021-08-17T08:44:14.6969730Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:44:14.6969730Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:44:14.6969730Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:44:14.6032187Z", + "primaryEndpoints": { + "blob": "https://storage8757.blob.core.windows.net/", + "queue": "https://storage8757.queue.core.windows.net/", + "table": "https://storage8757.table.core.windows.net/", + "file": "https://storage8757.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4be6d39e20c3585963e767eb3c6765ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:44:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4be6d39e20c3585963e767eb3c6765ef", + "x-ms-correlation-request-id": "3f4a8b17-3f54-4d43-a028-d93168c433fc", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1d14a7e5-865c-4ca7-919c-4837177b72d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084433Z:3f4a8b17-3f54-4d43-a028-d93168c433fc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bdf04ed5502338f560ae63195834dd4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:44:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bdf04ed5502338f560ae63195834dd4", + "x-ms-correlation-request-id": "2c1ea12f-9a61-4f60-a071-6005081af639", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "0ce08168-6779-4b52-b4e2-509f89360732", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084459Z:2c1ea12f-9a61-4f60-a071-6005081af639" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728", + "name": "testqueue9728", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8625e8a36fe98bb76680e051d4d12272", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "337", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8625e8a36fe98bb76680e051d4d12272", + "x-ms-correlation-request-id": "a2f09827-c382-4426-a40d-c982da2d831b", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "7841a14b-1eed-49fa-b4fc-c9088c6f5122", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084708Z:a2f09827-c382-4426-a40d-c982da2d831b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728", + "name": "testqueue9728", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "50b048ba244a7e9b56176c157226cd63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "337", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "50b048ba244a7e9b56176c157226cd63", + "x-ms-correlation-request-id": "b0599e17-e5dd-49a8-933c-4aa03b32e1e9", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "658e3c48-f287-426d-9e85-333f001bc2ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084713Z:b0599e17-e5dd-49a8-933c-4aa03b32e1e9" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728", + "name": "testqueue9728", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue97281?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e99161a69407e214c54d582743e5f85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e99161a69407e214c54d582743e5f85", + "x-ms-correlation-request-id": "923eb85b-a3cb-4fed-924b-03a0d705ca5b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0a1158db-7347-4ce3-a678-3861f8cc83de", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084714Z:923eb85b-a3cb-4fed-924b-03a0d705ca5b" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:0d27fa2e-2003-007c-0d44-93c60f000000\nTime:2021-08-17T08:47:14.7307060Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d7674e8fcd27e8a4ca62fd102a2183f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:47:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d7674e8fcd27e8a4ca62fd102a2183f", + "x-ms-correlation-request-id": "96f5fed0-d44f-4ebc-8a75-0cbe5659a82c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "e1f05abf-3735-4e34-ac21-eae01d27dfd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084730Z:96f5fed0-d44f-4ebc-8a75-0cbe5659a82c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd377cb2a3385031263204f54f190918", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd377cb2a3385031263204f54f190918", + "x-ms-correlation-request-id": "689f98f8-d3cf-48b2-80ad-f36349bf929d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "e7c381f8-5cc6-493f-8c55-640f54a17e30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084744Z:689f98f8-d3cf-48b2-80ad-f36349bf929d" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:0d27ff18-2003-007c-2344-93c60f000000\nTime:2021-08-17T08:47:44.7449423Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757/queueServices/default/queues/testqueue9728?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe2ce7b880af1d908b1b32993a507baa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe2ce7b880af1d908b1b32993a507baa", + "x-ms-correlation-request-id": "9d33c91e-44cf-4d89-8138-d4f6bc0c1f24", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3748418d-e53f-4c77-85d6-38cf8e15e85a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084745Z:9d33c91e-44cf-4d89-8138-d4f6bc0c1f24" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:0d27ff4f-2003-007c-5544-93c60f000000\nTime:2021-08-17T08:47:45.8680119Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8cf953ba107454c4226269ff8952e33", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:47:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8cf953ba107454c4226269ff8952e33", + "x-ms-correlation-request-id": "5fc4ac63-b9ed-4228-80a8-48ddf0d39eeb", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ffe9d6f9-ccd0-4f2b-9adc-6ef5eae61538", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084751Z:5fc4ac63-b9ed-4228-80a8-48ddf0d39eeb" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757", + "name": "storage8757", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:44:14.6969730Z", + "key2": "2021-08-17T08:44:14.6969730Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:44:14.6969730Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:44:14.6969730Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:44:14.6032187Z", + "primaryEndpoints": { + "blob": "https://storage8757.blob.core.windows.net/", + "queue": "https://storage8757.queue.core.windows.net/", + "table": "https://storage8757.table.core.windows.net/", + "file": "https://storage8757.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9188/providers/Microsoft.Storage/storageAccounts/storage8757?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a18179d1a753290eb19321d709716d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a18179d1a753290eb19321d709716d5", + "x-ms-correlation-request-id": "95b06bb5-c439-4a30-bc1e-5cc46ce134d1", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "f03d93eb-aaf2-4cea-896d-3f15b3c6c27d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084800Z:95b06bb5-c439-4a30-bc1e-5cc46ce134d1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1096859832", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueueAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueueAsync.json new file mode 100644 index 0000000000000..ec82749e48429 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/CreateDeleteStorageQueueAsync.json @@ -0,0 +1,1010 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe4b30afaf667480f4436fdf6be66937", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f8f4beef-cd95-46cc-a17d-b52653d9ec4d", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "f8f4beef-cd95-46cc-a17d-b52653d9ec4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084805Z:f8f4beef-cd95-46cc-a17d-b52653d9ec4d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1719?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-9ed275d774a6b248909ebb4f62f293ec-85019847c5c4e74f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b175da934a659beeebf80436a7b047a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fba849e2-ccb6-44c2-b1b2-336fda110560", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fba849e2-ccb6-44c2-b1b2-336fda110560", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084807Z:fba849e2-ccb6-44c2-b1b2-336fda110560" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719", + "name": "teststorageRG-1719", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b474b7632794eef271463470191cc82d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b474b7632794eef271463470191cc82d", + "x-ms-correlation-request-id": "2358210b-7039-4c69-9018-97c66a2311f8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5b14d8c6-28f5-4fda-a1d1-4193f84083c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084812Z:2358210b-7039-4c69-9018-97c66a2311f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b283cb64edc23614259c34ed89e9d5a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b283cb64edc23614259c34ed89e9d5a3", + "x-ms-correlation-request-id": "7890af60-be0c-4a10-9f00-5006d715e59f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4025967c-78c9-4af1-b77e-1c5d1b559d97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084812Z:7890af60-be0c-4a10-9f00-5006d715e59f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37e015b73816596dbae70f1c37f2bde7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37e015b73816596dbae70f1c37f2bde7", + "x-ms-correlation-request-id": "e5753bd4-b9cc-4a79-b014-44248c641c77", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f71a4cce-ea98-4c2a-a84b-d289218c0e7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084813Z:e5753bd4-b9cc-4a79-b014-44248c641c77" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e0bc97e16989b6b2fb71c95d40f03bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e0bc97e16989b6b2fb71c95d40f03bb", + "x-ms-correlation-request-id": "f6129756-77f9-4816-83db-088ef35cf4d7", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "459ac277-7e31-40ed-a320-d4b45b6f73a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084815Z:f6129756-77f9-4816-83db-088ef35cf4d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1b484ca290a82b545d29f7dadef7fe32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1b484ca290a82b545d29f7dadef7fe32", + "x-ms-correlation-request-id": "26be1960-9517-4265-a225-771fba7059b3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e9a20023-0704-4366-b377-24d2b388c3bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084816Z:26be1960-9517-4265-a225-771fba7059b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf6e4ddf86dda10baa45075e1cd785ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf6e4ddf86dda10baa45075e1cd785ab", + "x-ms-correlation-request-id": "cb2b3059-1023-43db-a6e3-6387f835f536", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "92489a3e-cb08-4976-ab9a-8181cd2d26e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084817Z:cb2b3059-1023-43db-a6e3-6387f835f536" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea7a54e4a2aaee3e75e0f06e1e90bd37", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea7a54e4a2aaee3e75e0f06e1e90bd37", + "x-ms-correlation-request-id": "2aa3fd68-3ae0-4a96-93a2-035b040cfae8", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "5a63f3ea-3466-41e2-a0ef-9fbfd2c7e067", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084819Z:2aa3fd68-3ae0-4a96-93a2-035b040cfae8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86b6eab943a01bdd41a7716388f60f86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86b6eab943a01bdd41a7716388f60f86", + "x-ms-correlation-request-id": "58c48170-a71f-49f6-9ae8-d038dee67925", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b9d576bc-d699-46d2-9893-fd0590476fd6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084820Z:58c48170-a71f-49f6-9ae8-d038dee67925" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89f64ca4137d3c880f7f4afd969c8219", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89f64ca4137d3c880f7f4afd969c8219", + "x-ms-correlation-request-id": "d0be9987-f643-445f-900a-b114db36b6e2", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "fa4cf29c-5d9a-41bd-93c7-33bd45e49228", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084821Z:d0be9987-f643-445f-900a-b114db36b6e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31a4cf88ff20a00a775ea80231da667f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31a4cf88ff20a00a775ea80231da667f", + "x-ms-correlation-request-id": "b07d3071-1b5c-4b68-b39a-943b97198434", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "f458544d-185c-4efd-a9ee-0993bb0b2b3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084823Z:b07d3071-1b5c-4b68-b39a-943b97198434" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2ca6ad0339aa5ba617a7720f9df85a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2ca6ad0339aa5ba617a7720f9df85a5", + "x-ms-correlation-request-id": "d68e46bd-e745-41c1-bb14-c7dddf8b32f6", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "6634d02b-7b2b-4789-8518-78885f721206", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084824Z:d68e46bd-e745-41c1-bb14-c7dddf8b32f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8db5724dd51a4654155121f6b850b34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8db5724dd51a4654155121f6b850b34", + "x-ms-correlation-request-id": "8a86f88b-74dc-4796-b987-d2783d21780c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "ebb62d47-0c5e-49a7-a773-83c47f870b38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084825Z:8a86f88b-74dc-4796-b987-d2783d21780c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b2dca19b0d2547e15ffcfa687eaa698", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b2dca19b0d2547e15ffcfa687eaa698", + "x-ms-correlation-request-id": "e49be5e0-cf90-4076-857e-e790aac6661a", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "e3726a41-dd0c-48c7-88fb-b0cc9de966eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084827Z:e49be5e0-cf90-4076-857e-e790aac6661a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5b14d8c6-28f5-4fda-a1d1-4193f84083c2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9de03d8aefff22e04259144209a3adc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9de03d8aefff22e04259144209a3adc", + "x-ms-correlation-request-id": "a5ff75ee-58a6-49d1-b860-8a5df4fab21d", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "4f9ac8d0-b464-4dfc-a28e-dd52115dc351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084828Z:a5ff75ee-58a6-49d1-b860-8a5df4fab21d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265", + "name": "storage265", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:48:10.0656556Z", + "key2": "2021-08-17T08:48:10.0656556Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:48:10.0656556Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:48:10.0656556Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:48:09.8937752Z", + "primaryEndpoints": { + "blob": "https://storage265.blob.core.windows.net/", + "queue": "https://storage265.queue.core.windows.net/", + "table": "https://storage265.table.core.windows.net/", + "file": "https://storage265.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e07436e5ab174d2d886a2510dbf1d56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "284", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e07436e5ab174d2d886a2510dbf1d56", + "x-ms-correlation-request-id": "fae31efb-d51a-47a9-b403-82de9c85076f", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "07094698-3493-4d15-b067-d939b6dd08d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084828Z:fae31efb-d51a-47a9-b403-82de9c85076f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a667477a34329c6b3b27ad1e39347bc4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "308", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a667477a34329c6b3b27ad1e39347bc4", + "x-ms-correlation-request-id": "566a22ab-bab8-43a9-b6c3-9abffd01683b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "36d82a51-86d4-418c-84f5-f888473316d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084833Z:566a22ab-bab8-43a9-b6c3-9abffd01683b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141", + "name": "testqueue9141", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e24438f3e677317e6a00790bdce44408", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "336", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e24438f3e677317e6a00790bdce44408", + "x-ms-correlation-request-id": "9a4a50b2-3fb4-4d21-8f40-4180bb500646", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "d8f015c3-3744-480d-8c78-f007e56ed341", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084834Z:9a4a50b2-3fb4-4d21-8f40-4180bb500646" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141", + "name": "testqueue9141", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53a6963a35d30f3b9c91763325559e52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "336", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53a6963a35d30f3b9c91763325559e52", + "x-ms-correlation-request-id": "fbdc8dfa-809a-4655-967a-6b9beaf47165", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "6bb36624-beb4-481b-8535-add120c18a49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084834Z:fbdc8dfa-809a-4655-967a-6b9beaf47165" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141", + "name": "testqueue9141", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue91411?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "871a8d2773d89336c9363c31ba5fc056", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "871a8d2773d89336c9363c31ba5fc056", + "x-ms-correlation-request-id": "5d04f928-ccf5-4a7f-9da8-b0d67ce2ea14", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "884120d0-da31-4f4a-8df2-ef14cc6bc045", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084834Z:5d04f928-ccf5-4a7f-9da8-b0d67ce2ea14" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:bcac6b48-3003-0048-7944-93b694000000\nTime:2021-08-17T08:48:34.5452710Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3e4a5e2288dbef1fc3546e66f4a0c14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3e4a5e2288dbef1fc3546e66f4a0c14", + "x-ms-correlation-request-id": "6cab9ab4-62a8-4ece-9a49-1899c442a5ef", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "c9480484-50fb-4a7c-aaac-d296f7a679e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084835Z:6cab9ab4-62a8-4ece-9a49-1899c442a5ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ee42761bdcac62f5f128a9df80a543c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ee42761bdcac62f5f128a9df80a543c", + "x-ms-correlation-request-id": "d8443b59-ead0-4a53-9aad-a51568b779a2", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "774eb6c7-e1c6-4f7f-a60b-19c98191cb5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084835Z:d8443b59-ead0-4a53-9aad-a51568b779a2" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:bcac6e58-3003-0048-3444-93b694000000\nTime:2021-08-17T08:48:35.2447634Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265/queueServices/default/queues/testqueue9141?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f5120d1fb71ffc49b5b8ba32d50247e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f5120d1fb71ffc49b5b8ba32d50247e", + "x-ms-correlation-request-id": "b2b30ee6-dcc4-4458-8e41-b8d0f43f2018", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3006a2ed-09ba-44aa-8914-e318194af412", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084835Z:b2b30ee6-dcc4-4458-8e41-b8d0f43f2018" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:bcac6fac-3003-0048-6344-93b694000000\nTime:2021-08-17T08:48:35.5729944Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93d02729717b248c751d447a9d54c5f1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:48:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "93d02729717b248c751d447a9d54c5f1", + "x-ms-correlation-request-id": "d532c590-c88a-479d-9b23-f962a6e95244", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "7f20aea4-b40a-4c2b-8221-fc3ac8c4e7f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084836Z:d532c590-c88a-479d-9b23-f962a6e95244" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265", + "name": "storage265", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:48:10.0656556Z", + "key2": "2021-08-17T08:48:10.0656556Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:48:10.0656556Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:48:10.0656556Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:48:09.8937752Z", + "primaryEndpoints": { + "blob": "https://storage265.blob.core.windows.net/", + "queue": "https://storage265.queue.core.windows.net/", + "table": "https://storage265.table.core.windows.net/", + "file": "https://storage265.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1719/providers/Microsoft.Storage/storageAccounts/storage265?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f150ae18cf966a362e5b36e318c990e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:48:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f150ae18cf966a362e5b36e318c990e", + "x-ms-correlation-request-id": "42044746-1b7d-4d7d-844f-ebf740dece64", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "1fed5166-6ae9-4c52-a064-bb38ef54520e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T084842Z:42044746-1b7d-4d7d-844f-ebf740dece64" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "839635641", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueues.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueues.json new file mode 100644 index 0000000000000..5a4d72f904e2a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueues.json @@ -0,0 +1,921 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30593ac2fd1a3366a8da55cb39782bbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cd30ff33-56ec-4f59-997f-e5129fbe8f43", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "cd30ff33-56ec-4f59-997f-e5129fbe8f43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090305Z:cd30ff33-56ec-4f59-997f-e5129fbe8f43" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-488?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-2ac812199190284d9a88f2f96c9355bf-3f0e30cd4264924b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96bacec18da29aeb1c8f2a441371b765", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "97cb1637-1966-4c2f-9adf-c4421790feb8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "97cb1637-1966-4c2f-9adf-c4421790feb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090307Z:97cb1637-1966-4c2f-9adf-c4421790feb8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488", + "name": "teststorageRG-488", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e07bac131b1ac63cd8471333ccc8652b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e07bac131b1ac63cd8471333ccc8652b", + "x-ms-correlation-request-id": "97fc483e-3a1a-47fa-abe0-69f410e3ca8d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "05260d4f-42ce-4b7a-8d85-a570fad5fc4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090316Z:97fc483e-3a1a-47fa-abe0-69f410e3ca8d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f64a466bc3fb2a67ed0ca45d86750c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f64a466bc3fb2a67ed0ca45d86750c7", + "x-ms-correlation-request-id": "3372d180-a93a-4275-8d65-337fbe288d83", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "640ab605-2941-4fa1-a009-59603f3cd303", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090316Z:3372d180-a93a-4275-8d65-337fbe288d83" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81ff18c591d7f4c5ff0e4b1cae00d743", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81ff18c591d7f4c5ff0e4b1cae00d743", + "x-ms-correlation-request-id": "a6e7d709-a4b2-41eb-a147-03f21e9e1298", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "0cea0fc4-3da9-49b4-b2c3-8c584e58280c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090317Z:a6e7d709-a4b2-41eb-a147-03f21e9e1298" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27cd74dee56357ec492c54fe5567942e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27cd74dee56357ec492c54fe5567942e", + "x-ms-correlation-request-id": "3703ed41-e9d6-4a74-af04-0f398d569d04", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "091b4180-1373-4229-a703-8103d59e926d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090319Z:3703ed41-e9d6-4a74-af04-0f398d569d04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d676a5ade796d4c6df707f31718a047e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d676a5ade796d4c6df707f31718a047e", + "x-ms-correlation-request-id": "a8ff38b9-1033-44ea-aa51-1e1b9a7b1bcc", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "d8659f14-1f7b-49a5-8aa0-227da51e455d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090320Z:a8ff38b9-1033-44ea-aa51-1e1b9a7b1bcc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "636687f92899df642ca738ab3cc69e98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "636687f92899df642ca738ab3cc69e98", + "x-ms-correlation-request-id": "4a89e1ad-1244-4276-ab07-a1cb45593d67", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "42e08904-baa8-4dc8-94d5-10b56606db57", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090321Z:4a89e1ad-1244-4276-ab07-a1cb45593d67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "086e1c790089f7adaef847f265bbe6be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "086e1c790089f7adaef847f265bbe6be", + "x-ms-correlation-request-id": "7d99bbc0-6bc9-4e5a-9c5c-e0dd8d99e846", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "89bb38f1-70f7-4bca-96b5-180e98881200", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090323Z:7d99bbc0-6bc9-4e5a-9c5c-e0dd8d99e846" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce05d628300085944097a9eeaf1a9719", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce05d628300085944097a9eeaf1a9719", + "x-ms-correlation-request-id": "d75c1016-3136-4e7e-ab86-0a782ffbe700", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3891465a-2523-4533-a454-a4b6426c9a96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090324Z:d75c1016-3136-4e7e-ab86-0a782ffbe700" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54b7e7d1fb1cf8f5d96fb5a0e0717971", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54b7e7d1fb1cf8f5d96fb5a0e0717971", + "x-ms-correlation-request-id": "bff8b143-572c-4664-9733-f150d7cc86d7", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a0bf6ae1-425e-4dfc-a96a-f58c56b3b4f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090325Z:bff8b143-572c-4664-9733-f150d7cc86d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "668379c1d0c0499888e8c7f156be4893", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "668379c1d0c0499888e8c7f156be4893", + "x-ms-correlation-request-id": "90f6af91-db27-4b36-878b-d6d9bb4bfc0c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "26ba3055-98f8-4a20-b2bf-3ff89ab1fcd0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090327Z:90f6af91-db27-4b36-878b-d6d9bb4bfc0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e202e6191042ca2e00cf4907bf3a4cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e202e6191042ca2e00cf4907bf3a4cf", + "x-ms-correlation-request-id": "c6d63ba4-c581-4fc1-a7ce-02d0b15900c5", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "21754679-1f00-467b-a3b2-8c2d8a622b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090328Z:c6d63ba4-c581-4fc1-a7ce-02d0b15900c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "352d381d309701584f6dcc333303a11b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "352d381d309701584f6dcc333303a11b", + "x-ms-correlation-request-id": "fc3f2c1a-c351-48ed-9e6b-1fedfc64a153", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "96db6eee-c098-4c11-a6eb-caccc9f325d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090329Z:fc3f2c1a-c351-48ed-9e6b-1fedfc64a153" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b23f2127fa502f6dd75685b3dc07cd94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b23f2127fa502f6dd75685b3dc07cd94", + "x-ms-correlation-request-id": "260ac4b0-5896-4b97-a6aa-758f2cb38f07", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d2e6a005-b569-40dd-b217-148db5460951", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090330Z:260ac4b0-5896-4b97-a6aa-758f2cb38f07" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ed4f844129130fcd51f2f96c56ff8dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ed4f844129130fcd51f2f96c56ff8dd", + "x-ms-correlation-request-id": "4b43c23d-364e-4a25-9667-a384c1ba4e1e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a38b354b-f9e2-4f01-823f-7fe2edc5f0cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090332Z:4b43c23d-364e-4a25-9667-a384c1ba4e1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/05260d4f-42ce-4b7a-8d85-a570fad5fc4c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5969d96bf2b4227ecbfe5e41aba42448", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5969d96bf2b4227ecbfe5e41aba42448", + "x-ms-correlation-request-id": "9f281323-e482-422d-9cc5-858eecaa39d3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b9dba3f0-a460-4c95-a079-6d9b0297dd5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090333Z:9f281323-e482-422d-9cc5-858eecaa39d3" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350", + "name": "storage2350", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:03:12.5555177Z", + "key2": "2021-08-17T09:03:12.5555177Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:12.5555177Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:12.5555177Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:03:12.4461691Z", + "primaryEndpoints": { + "blob": "https://storage2350.blob.core.windows.net/", + "queue": "https://storage2350.queue.core.windows.net/", + "table": "https://storage2350.table.core.windows.net/", + "file": "https://storage2350.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bef38a0832f1489250edc31cbd66a68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "284", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bef38a0832f1489250edc31cbd66a68", + "x-ms-correlation-request-id": "fcd4446c-f3ca-4494-a612-9b8ac1f558cf", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9637afbc-29ad-480d-9b23-16578d3f21e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090333Z:fcd4446c-f3ca-4494-a612-9b8ac1f558cf" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue18426?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "739d034851dfb17a5393b4ba8531fbe6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "739d034851dfb17a5393b4ba8531fbe6", + "x-ms-correlation-request-id": "09a87466-d2a4-45d7-af29-631674e0e9cd", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "db8443fc-c50f-41b1-9417-624215876805", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090334Z:09a87466-d2a4-45d7-af29-631674e0e9cd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue18426", + "name": "testqueue18426", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue29505?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd7f8cf6e8ae554f34a5164d56f494f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bd7f8cf6e8ae554f34a5164d56f494f6", + "x-ms-correlation-request-id": "223374ac-4f74-4985-ba6c-780b631a7f9a", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "aef0f50f-fa39-4387-84f6-dbfff1d512cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090335Z:223374ac-4f74-4985-ba6c-780b631a7f9a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue29505", + "name": "testqueue29505", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "205b03e32cab9d58c07e2ff6606a89aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "633", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "205b03e32cab9d58c07e2ff6606a89aa", + "x-ms-correlation-request-id": "c02b4068-460c-432a-9974-fc4d426ab159", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "1e765f9b-bebd-44f2-bedb-9c9129245eb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090335Z:c02b4068-460c-432a-9974-fc4d426ab159" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue18426", + "name": "testqueue18426", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350/queueServices/default/queues/testqueue29505", + "name": "testqueue29505", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dde0e535a0e860f9b4473f3a3b2d5a5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:03:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dde0e535a0e860f9b4473f3a3b2d5a5e", + "x-ms-correlation-request-id": "967fc2d4-f3a5-4608-9480-bf711ea94bee", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "53abb2d9-6896-4fc6-acbc-9257468a99e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090335Z:967fc2d4-f3a5-4608-9480-bf711ea94bee" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350", + "name": "storage2350", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:03:12.5555177Z", + "key2": "2021-08-17T09:03:12.5555177Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:12.5555177Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:12.5555177Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:03:12.4461691Z", + "primaryEndpoints": { + "blob": "https://storage2350.blob.core.windows.net/", + "queue": "https://storage2350.queue.core.windows.net/", + "table": "https://storage2350.table.core.windows.net/", + "file": "https://storage2350.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-488/providers/Microsoft.Storage/storageAccounts/storage2350?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82d7bdffdad5c93b34e2fc30b858f5c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82d7bdffdad5c93b34e2fc30b858f5c9", + "x-ms-correlation-request-id": "b54fa4e7-82e4-4410-bba6-576d7e933f93", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "3efe45a5-dcd4-4256-bd84-3dfe30a8ff5a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090345Z:b54fa4e7-82e4-4410-bba6-576d7e933f93" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "448013319", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueuesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueuesAsync.json new file mode 100644 index 0000000000000..2b0ac88c35f0e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/GetAllStorageQueuesAsync.json @@ -0,0 +1,921 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e93d33506bf04965b59a0dea523da5bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e9aeb93d-c352-47d6-93f0-87bc8cdfef7b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "e9aeb93d-c352-47d6-93f0-87bc8cdfef7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090349Z:e9aeb93d-c352-47d6-93f0-87bc8cdfef7b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2614?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-267afd42a2ad6144b3917432df2ce56f-fe1129190f106e40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cff52c82d25a0bcb24cb7938382761d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6fd61032-0bc2-40c5-a483-ca5ea5b7c4e2", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "6fd61032-0bc2-40c5-a483-ca5ea5b7c4e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090350Z:6fd61032-0bc2-40c5-a483-ca5ea5b7c4e2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614", + "name": "teststorageRG-2614", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b77273725444e036798fe08cd3c76e38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b77273725444e036798fe08cd3c76e38", + "x-ms-correlation-request-id": "cc92f136-9601-4a67-b387-cbdf9ad671b2", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "1ef52d05-e471-40ac-8921-9e56abcea459", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090356Z:cc92f136-9601-4a67-b387-cbdf9ad671b2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31cac717e249d83ebfeee142ea7e5104", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31cac717e249d83ebfeee142ea7e5104", + "x-ms-correlation-request-id": "0fef74a9-b6a0-4dae-93cc-bc84f05ce129", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e126b4e5-0067-4c93-9b39-84bda97ee66f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090356Z:0fef74a9-b6a0-4dae-93cc-bc84f05ce129" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3b9000a11257d961200d978b549cffc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3b9000a11257d961200d978b549cffc", + "x-ms-correlation-request-id": "5e4bbee6-ca41-4d79-9344-ce68287c01ff", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "206d82e5-272c-434f-a557-b6c00cc2a94e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090357Z:5e4bbee6-ca41-4d79-9344-ce68287c01ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c74341b3dfc9cee25620105141e875f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:03:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c74341b3dfc9cee25620105141e875f", + "x-ms-correlation-request-id": "f5231800-69ed-4030-9802-a1c0ca7b03b1", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "be1ce221-f7a6-46c8-bb0d-7350e6584412", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090359Z:f5231800-69ed-4030-9802-a1c0ca7b03b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10e29a7ab0c40686314d1e4808c52375", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "10e29a7ab0c40686314d1e4808c52375", + "x-ms-correlation-request-id": "f083fdac-9dd4-4c42-a1d9-d26636e7c904", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "64112932-4a32-45ca-8bf7-e619cabbc6cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090400Z:f083fdac-9dd4-4c42-a1d9-d26636e7c904" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b526e41e4409cd07111c9ec30f9068f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b526e41e4409cd07111c9ec30f9068f4", + "x-ms-correlation-request-id": "588c6c1a-03df-4a7b-a3bb-4b8bd4d5a249", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "6cecfbf1-5483-4cc5-81be-58a7d45b0990", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090401Z:588c6c1a-03df-4a7b-a3bb-4b8bd4d5a249" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1afe7978bf666b38ae6edaaf1ea6945f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1afe7978bf666b38ae6edaaf1ea6945f", + "x-ms-correlation-request-id": "20ae02ee-28b7-4e29-8167-ff7d142632fb", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "5c81102d-ae00-4810-aee6-3161c1d9c373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090403Z:20ae02ee-28b7-4e29-8167-ff7d142632fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30e68c3fd2f735569215fea811c3f7a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30e68c3fd2f735569215fea811c3f7a0", + "x-ms-correlation-request-id": "0be04751-10aa-4757-aa92-d1d890b26a1e", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "cc106237-3657-4126-9a39-d0e1617374c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090404Z:0be04751-10aa-4757-aa92-d1d890b26a1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8fcf2ae408c65f0fabba069a6958ae6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8fcf2ae408c65f0fabba069a6958ae6b", + "x-ms-correlation-request-id": "01ea5548-bce0-44ae-8528-340534af84f9", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "24019631-0f01-4ea3-b089-701ca6a187b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090405Z:01ea5548-bce0-44ae-8528-340534af84f9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83833e8738a9a6fc23c88751c0905aeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83833e8738a9a6fc23c88751c0905aeb", + "x-ms-correlation-request-id": "6421b5bf-e969-4cb8-ac12-635c6086d1e1", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "421b5913-2232-4e8c-aa66-5534897ae1a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090406Z:6421b5bf-e969-4cb8-ac12-635c6086d1e1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3ca3a7705d637987c87843ccbbbcb3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3ca3a7705d637987c87843ccbbbcb3a", + "x-ms-correlation-request-id": "74293a7a-7d91-407b-8230-7d14444564d0", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "bc713732-99db-4fe4-8f1b-53e486d2d450", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090408Z:74293a7a-7d91-407b-8230-7d14444564d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3209366733facf72d296cfe80bd9e1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d3209366733facf72d296cfe80bd9e1b", + "x-ms-correlation-request-id": "4064852e-7766-4341-b48d-122c1dddc662", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "b9a4da94-5d78-4987-ae2f-fd0143ea3154", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090409Z:4064852e-7766-4341-b48d-122c1dddc662" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f231a60bb8d8295a64c0622b3c0db67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2f231a60bb8d8295a64c0622b3c0db67", + "x-ms-correlation-request-id": "45b5a876-c1d8-4c09-9ba7-63b54656433f", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a7a79bd6-1f74-44c6-b1e9-20c9af657404", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090410Z:45b5a876-c1d8-4c09-9ba7-63b54656433f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2deb4dfd867003ac431ec5ad989ab6bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2deb4dfd867003ac431ec5ad989ab6bf", + "x-ms-correlation-request-id": "0fd64987-f7a5-46b7-9b9f-90b6cfefce21", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "d3208c7c-4c2d-4c4e-9932-1eb697d9e145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090412Z:0fd64987-f7a5-46b7-9b9f-90b6cfefce21" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ef52d05-e471-40ac-8921-9e56abcea459?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0db69e89c97abacfd9d2df36dd4f86d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0db69e89c97abacfd9d2df36dd4f86d", + "x-ms-correlation-request-id": "b9f08108-ef6d-4a08-b230-c58b5f040079", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "59208135-717a-4ef1-8f13-ea5c00698622", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090413Z:b9f08108-ef6d-4a08-b230-c58b5f040079" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323", + "name": "storage6323", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:03:52.6508376Z", + "key2": "2021-08-17T09:03:52.6508376Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:52.6664684Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:52.6664684Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:03:52.5571135Z", + "primaryEndpoints": { + "blob": "https://storage6323.blob.core.windows.net/", + "queue": "https://storage6323.queue.core.windows.net/", + "table": "https://storage6323.table.core.windows.net/", + "file": "https://storage6323.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3300044d71d2d9aa6e20ec6ff5e8e90b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3300044d71d2d9aa6e20ec6ff5e8e90b", + "x-ms-correlation-request-id": "76b7f229-1ace-44b4-84fa-8aac734d43fd", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "2ce75396-b388-4d0e-9125-d24e5a611608", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090413Z:76b7f229-1ace-44b4-84fa-8aac734d43fd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue1523?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ae44a3961cf40a02fd359b8966e2558", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ae44a3961cf40a02fd359b8966e2558", + "x-ms-correlation-request-id": "6008d8b0-f455-4aeb-8381-123495e9e5b6", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "bab63adc-a95b-4b97-ac60-b7d23918c761", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090414Z:6008d8b0-f455-4aeb-8381-123495e9e5b6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue1523", + "name": "testqueue1523", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue24657?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8299945f77ec01be4177af3db515b321", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "311", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8299945f77ec01be4177af3db515b321", + "x-ms-correlation-request-id": "c5252b2d-18a5-4174-b3d1-4f8e87a4ace3", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "4a37cc77-0f69-4118-ae4f-a51f9c495f6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090415Z:c5252b2d-18a5-4174-b3d1-4f8e87a4ace3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue24657", + "name": "testqueue24657", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae9b255d22899f35929241d77fb68a7e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "633", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae9b255d22899f35929241d77fb68a7e", + "x-ms-correlation-request-id": "61b2d4c3-e688-4da9-9566-baf5051c690a", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "60db68a8-136a-4de0-bba7-8bed79b3992d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090415Z:61b2d4c3-e688-4da9-9566-baf5051c690a" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue1523", + "name": "testqueue1523", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323/queueServices/default/queues/testqueue24657", + "name": "testqueue24657", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55889d4a1371c25b8ce2e957b1628a19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:04:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55889d4a1371c25b8ce2e957b1628a19", + "x-ms-correlation-request-id": "601e8434-6d9a-4f83-b797-483c6bec3636", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "f532dde4-8cba-4d84-b3f4-2467cc7d5cbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090415Z:601e8434-6d9a-4f83-b797-483c6bec3636" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323", + "name": "storage6323", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:03:52.6508376Z", + "key2": "2021-08-17T09:03:52.6508376Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:52.6664684Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:03:52.6664684Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:03:52.5571135Z", + "primaryEndpoints": { + "blob": "https://storage6323.blob.core.windows.net/", + "queue": "https://storage6323.queue.core.windows.net/", + "table": "https://storage6323.table.core.windows.net/", + "file": "https://storage6323.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2614/providers/Microsoft.Storage/storageAccounts/storage6323?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "705b382076d33cce5ef9f05936e6818b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:04:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "705b382076d33cce5ef9f05936e6818b", + "x-ms-correlation-request-id": "b02fda9c-37e5-46e1-9a47-b57d66b3fb28", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "6505fffa-7f1b-4080-94df-3c17bc481460", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090425Z:b02fda9c-37e5-46e1-9a47-b57d66b3fb28" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1255023978", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json new file mode 100644 index 0000000000000..0521a04a0147c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json @@ -0,0 +1,1041 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5e659fca27f6737b6650c852712bcfc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dcf3a5f4-687f-474c-b14c-6380dbb58e04", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "dcf3a5f4-687f-474c-b14c-6380dbb58e04", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085613Z:dcf3a5f4-687f-474c-b14c-6380dbb58e04" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5370?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-4d880e40443f1d40b71091b6eb064061-bff5189a24a75041-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2313a54eea6dee8f9777adac42a240cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b6e6b895-aa71-426a-bd69-1d5ac5c30de9", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b6e6b895-aa71-426a-bd69-1d5ac5c30de9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085617Z:b6e6b895-aa71-426a-bd69-1d5ac5c30de9" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370", + "name": "teststorageRG-5370", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5e58b85f4abe3efd01ebf91ad3e9342", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5e58b85f4abe3efd01ebf91ad3e9342", + "x-ms-correlation-request-id": "c1d58a68-5713-4cc2-ba46-1b74ad21ccd1", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "fb9ecc4e-d35f-459c-a337-f4f33bc3c911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085623Z:c1d58a68-5713-4cc2-ba46-1b74ad21ccd1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "318dddb9af16b0a323409ccbcf5dea39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "318dddb9af16b0a323409ccbcf5dea39", + "x-ms-correlation-request-id": "a975ed5f-06b6-407d-9cca-55e610486aa0", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "56b69e00-2cc0-4961-b3de-a238e9cb9b74", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085624Z:a975ed5f-06b6-407d-9cca-55e610486aa0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ce7691922d3f6b81c8eeec3ca65285d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ce7691922d3f6b81c8eeec3ca65285d", + "x-ms-correlation-request-id": "74f088a7-73db-4ead-ae48-e2fa8dbd6f2d", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "671a85b0-cf3e-4287-80a1-a0cb2d84d77c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085625Z:74f088a7-73db-4ead-ae48-e2fa8dbd6f2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfd7f45c62b1ab2be3bb8650f2a388aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cfd7f45c62b1ab2be3bb8650f2a388aa", + "x-ms-correlation-request-id": "c99c3acc-d3fb-4a06-aa3f-9491a9724102", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "4eb8830b-b3e4-45fb-8051-96dcc91ed4ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085626Z:c99c3acc-d3fb-4a06-aa3f-9491a9724102" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5171f1fca68c97f824961488c0dfe6be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5171f1fca68c97f824961488c0dfe6be", + "x-ms-correlation-request-id": "334f02ed-ecc4-49ed-8a32-6cebf787f983", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d1c219f7-5e67-4dc8-94bb-31642c3fca7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085628Z:334f02ed-ecc4-49ed-8a32-6cebf787f983" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db6f3f171b85b6873e3b38179b670479", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db6f3f171b85b6873e3b38179b670479", + "x-ms-correlation-request-id": "f718687d-d068-4988-804b-7e521b812766", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "efa130c5-9f90-4320-addd-69dcdfb7b229", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085629Z:f718687d-d068-4988-804b-7e521b812766" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8c74406d7f3b5d1fb40aa1b4da3ea04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8c74406d7f3b5d1fb40aa1b4da3ea04", + "x-ms-correlation-request-id": "43328f67-8923-404d-a0dd-bd449255ac85", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "1617e6ae-045e-4e26-8741-c6d32099cb53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085630Z:43328f67-8923-404d-a0dd-bd449255ac85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b339c8d5ad33e1246aba13506ee0fbbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b339c8d5ad33e1246aba13506ee0fbbd", + "x-ms-correlation-request-id": "1f8c4280-7ce6-4d9b-92bf-eb5b4a650d32", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "72ab5af9-5aff-4960-9c7b-0586d21e9bf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085632Z:1f8c4280-7ce6-4d9b-92bf-eb5b4a650d32" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c829b920e1840ca6ebadf44716c689a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c829b920e1840ca6ebadf44716c689a", + "x-ms-correlation-request-id": "f527039f-6d4e-4ca0-a8fc-619cf42e1a06", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "59e42970-28f5-46c0-93d8-11dbceff33ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085633Z:f527039f-6d4e-4ca0-a8fc-619cf42e1a06" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2423450512e594520e56e38c380471b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2423450512e594520e56e38c380471b", + "x-ms-correlation-request-id": "8b958e91-0878-4696-bd60-820721c586ec", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "100ec635-1bce-4591-968b-321ad5a0f90d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085634Z:8b958e91-0878-4696-bd60-820721c586ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b288ed456e20c6ecfef84579cddf70fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b288ed456e20c6ecfef84579cddf70fd", + "x-ms-correlation-request-id": "5d21fe3a-afe5-4057-bf7d-27f845c75a4c", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "556150db-6b30-43fa-9cfb-bc9e5f9b5581", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085636Z:5d21fe3a-afe5-4057-bf7d-27f845c75a4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3aff7852289e418e56295c329f917ced", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3aff7852289e418e56295c329f917ced", + "x-ms-correlation-request-id": "af9023c6-66a4-4360-86f6-a10bf6a83b0e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "e735d37b-5d39-40c2-8bc0-86aced83c319", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085637Z:af9023c6-66a4-4360-86f6-a10bf6a83b0e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83ffc472b6e3e279477bd4360bcb8b40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83ffc472b6e3e279477bd4360bcb8b40", + "x-ms-correlation-request-id": "55665d9a-5de9-48b1-99b6-536304ff5247", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "9c584cce-bace-463b-b557-8f242851aad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085638Z:55665d9a-5de9-48b1-99b6-536304ff5247" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4be670750d801c7c5e465cf712b9266c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4be670750d801c7c5e465cf712b9266c", + "x-ms-correlation-request-id": "ee8c87e7-91ca-4487-80d2-ab9db6df8fc5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0a3505b6-176d-4108-bcf0-f30e86326b6d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085640Z:ee8c87e7-91ca-4487-80d2-ab9db6df8fc5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0907577becdf9b1afe1df2225358358a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0907577becdf9b1afe1df2225358358a", + "x-ms-correlation-request-id": "15fa15e2-6b34-490d-ba2f-5e2aac89d7d7", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "68eba0d5-ebeb-4125-ae39-6fa7ca4b8822", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085641Z:15fa15e2-6b34-490d-ba2f-5e2aac89d7d7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710", + "name": "storage6710", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:56:21.9288135Z", + "key2": "2021-08-17T08:56:21.9288135Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:56:21.8194640Z", + "primaryEndpoints": { + "blob": "https://storage6710.blob.core.windows.net/", + "queue": "https://storage6710.queue.core.windows.net/", + "table": "https://storage6710.table.core.windows.net/", + "file": "https://storage6710.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fbd1b9d31aa656c47e3259d5a82d08d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fbd1b9d31aa656c47e3259d5a82d08d", + "x-ms-correlation-request-id": "8aad7b90-b80d-46b4-a646-adf96ef0f883", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "17386d03-c997-40c9-8dbf-3032c021d733", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085641Z:8aad7b90-b80d-46b4-a646-adf96ef0f883" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4b4ba68608156884b4c631a5ac80511", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4b4ba68608156884b4c631a5ac80511", + "x-ms-correlation-request-id": "5777f47f-8a3f-418b-866f-312acbe2b0cb", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ea636a45-91b0-436d-be89-56a6d6468d83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085642Z:5777f47f-8a3f-418b-866f-312acbe2b0cb" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", + "name": "testqueue6941", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcf65ad1c1f7eb4aa1c2fcc77c417c4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "337", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcf65ad1c1f7eb4aa1c2fcc77c417c4d", + "x-ms-correlation-request-id": "082435d3-e65a-478a-9f50-a77716af5184", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "96bb57cd-3129-4425-ba8c-2db69ad568ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085642Z:082435d3-e65a-478a-9f50-a77716af5184" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", + "name": "testqueue6941", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9eebcd64c681bb1b34d85fe4094bec1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "337", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eebcd64c681bb1b34d85fe4094bec1a", + "x-ms-correlation-request-id": "0655d052-8e04-4c75-8f8a-8166aa0add32", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "ae15a5d7-c16a-404a-a753-3908fe9c632a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:0655d052-8e04-4c75-8f8a-8166aa0add32" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", + "name": "testqueue6941", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue69411?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27888c1f91d9a65d70c923bf64c1d909", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27888c1f91d9a65d70c923bf64c1d909", + "x-ms-correlation-request-id": "9e42d3a9-0dbf-453a-9518-1741f826a697", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "f4865bf6-7547-4351-8345-bfb525e6505a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:9e42d3a9-0dbf-453a-9518-1741f826a697" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:8ab3f95a-f003-0034-5d45-93f942000000\nTime:2021-08-17T08:56:43.4611978Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8cb615d067dc0b8f3e3bc71e6265e156", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cb615d067dc0b8f3e3bc71e6265e156", + "x-ms-correlation-request-id": "a11ed907-3321-4aca-9105-2f44a80940b0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "fd33441f-7d01-49f5-901b-094c415b9b3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:a11ed907-3321-4aca-9105-2f44a80940b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0a8e1d554b9d27370452eb8a25c5673", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0a8e1d554b9d27370452eb8a25c5673", + "x-ms-correlation-request-id": "5434aefe-c2f8-4dae-a752-5ab93191eb76", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e16fbbd5-b381-4d96-a8e2-22424c9b395b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:5434aefe-c2f8-4dae-a752-5ab93191eb76" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:8ab3faf4-f003-0034-6d45-93f942000000\nTime:2021-08-17T08:56:44.1506837Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f31456ff6095b73efc7de99eca3e440b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f31456ff6095b73efc7de99eca3e440b", + "x-ms-correlation-request-id": "19d76626-e1f2-4990-a1e2-7a148e303df6", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "47b23d74-b707-4c5a-a7f3-31af2ab40105", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:19d76626-e1f2-4990-a1e2-7a148e303df6" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:8ab3fba2-f003-0034-1945-93f942000000\nTime:2021-08-17T08:56:44.4779138Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83eacce7e8197b50a1e31b9739d768e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:56:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83eacce7e8197b50a1e31b9739d768e2", + "x-ms-correlation-request-id": "30dd719f-4c9d-40c0-8c8c-3a2b2bc4e62d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "e147b555-ff3b-48c5-9c09-e15c4ead15e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:30dd719f-4c9d-40c0-8c8c-3a2b2bc4e62d" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710", + "name": "storage6710", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:56:21.9288135Z", + "key2": "2021-08-17T08:56:21.9288135Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:56:21.8194640Z", + "primaryEndpoints": { + "blob": "https://storage6710.blob.core.windows.net/", + "queue": "https://storage6710.queue.core.windows.net/", + "table": "https://storage6710.table.core.windows.net/", + "file": "https://storage6710.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b1f53e4ee5074c1a3f0f43b6bd50832", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b1f53e4ee5074c1a3f0f43b6bd50832", + "x-ms-correlation-request-id": "b4a409e1-f2c2-4db4-b51d-cd60ad814bc3", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "29babaa0-0fa4-455a-9171-b246983c84ac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085652Z:b4a409e1-f2c2-4db4-b51d-cd60ad814bc3" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "493925597", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json new file mode 100644 index 0000000000000..59a5d7541e26b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json @@ -0,0 +1,1041 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adf0f11fd06d8f4d447d5e459d266368", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cec9f79e-5a17-4b83-bf60-39c34927ad2e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "cec9f79e-5a17-4b83-bf60-39c34927ad2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085654Z:cec9f79e-5a17-4b83-bf60-39c34927ad2e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-214?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-88aa72b0ca82b243b8de3b058c856640-d8da9ad458e07b42-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d726944f24dc73558fa8fc6eb153eea5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "26b093ca-0c50-4413-b6a6-f09c085fe01f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "26b093ca-0c50-4413-b6a6-f09c085fe01f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085655Z:26b093ca-0c50-4413-b6a6-f09c085fe01f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214", + "name": "teststorageRG-214", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3eb0104ad12cd9e0d503b31dba018528", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3eb0104ad12cd9e0d503b31dba018528", + "x-ms-correlation-request-id": "757c4469-00d1-4a2c-9d79-37192cee4144", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "df219bb7-0ded-420b-a012-65e0475d2a07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085659Z:757c4469-00d1-4a2c-9d79-37192cee4144" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "52dcc99fdcb7c22345fd0720a255d4a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:56:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52dcc99fdcb7c22345fd0720a255d4a6", + "x-ms-correlation-request-id": "0de848fd-d615-48d1-bf78-1ebbf68d6ff1", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "88e048ad-a253-4f74-8d7a-dfe5e460867a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085659Z:0de848fd-d615-48d1-bf78-1ebbf68d6ff1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61654577c44508f94316044da98fb843", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61654577c44508f94316044da98fb843", + "x-ms-correlation-request-id": "e997f162-ad7c-4a6f-9afe-c19664a19a02", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "4be40e4e-ea8e-44ad-8276-475b68073cf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085701Z:e997f162-ad7c-4a6f-9afe-c19664a19a02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f17e43d932256f71cee69bdc3badf7e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f17e43d932256f71cee69bdc3badf7e4", + "x-ms-correlation-request-id": "c99e4f3c-1739-4639-acba-adb04a20e290", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "da904701-fa05-4a21-9533-370a69fd322e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085702Z:c99e4f3c-1739-4639-acba-adb04a20e290" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbd9810ac82cdb2acfd40fa1d8d519b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbd9810ac82cdb2acfd40fa1d8d519b5", + "x-ms-correlation-request-id": "09b5ba8d-fc2b-4ed9-8f6a-43744db06bf5", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "9a88a253-e7f3-4491-9a43-e31f9461903b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085703Z:09b5ba8d-fc2b-4ed9-8f6a-43744db06bf5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f46c445e3d74481d3f6925e281dcc95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f46c445e3d74481d3f6925e281dcc95", + "x-ms-correlation-request-id": "ac50f4c2-c1fa-42fd-83d9-c4716ebe2525", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "56c05103-fa08-4239-9f6f-79d9dda21702", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085705Z:ac50f4c2-c1fa-42fd-83d9-c4716ebe2525" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2843201fddb6111619a2225123cf96f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2843201fddb6111619a2225123cf96f9", + "x-ms-correlation-request-id": "be762b42-112d-4580-8268-cc642ec0797c", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "05055f4e-0e5f-40c3-a8db-87414c59cd93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085706Z:be762b42-112d-4580-8268-cc642ec0797c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7797e6cd9866260c0095073636cbb3b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7797e6cd9866260c0095073636cbb3b2", + "x-ms-correlation-request-id": "11bb9ebc-29d7-4a7a-96e0-d5b13601eb10", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "9aa25b05-bbca-4ce9-ac62-8eba301456ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085707Z:11bb9ebc-29d7-4a7a-96e0-d5b13601eb10" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b8827907f09168ffad354635c12f2104", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b8827907f09168ffad354635c12f2104", + "x-ms-correlation-request-id": "681d0e90-e372-41c5-9c3f-4b00b7a6aa42", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "23bb2b3c-eef5-46e8-b296-1c3ec0a14770", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085709Z:681d0e90-e372-41c5-9c3f-4b00b7a6aa42" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4191995f5585862f131c2821d5dfdb4d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4191995f5585862f131c2821d5dfdb4d", + "x-ms-correlation-request-id": "0bfcbf4b-734d-44ed-a679-cd99e2322949", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "5d8032cb-2ead-45cd-b0c1-39f66b1b355a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085710Z:0bfcbf4b-734d-44ed-a679-cd99e2322949" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a94a6fefde4ddc67e72fc93152d665d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a94a6fefde4ddc67e72fc93152d665d0", + "x-ms-correlation-request-id": "af2babbc-1c9f-4854-9b25-40b262f296df", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "dea164e8-5e2c-446b-8a44-a5d432118aae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085711Z:af2babbc-1c9f-4854-9b25-40b262f296df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cd703737139b22c4afba474c7dd92ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cd703737139b22c4afba474c7dd92ce", + "x-ms-correlation-request-id": "7b540a28-4d39-449b-874e-99c957a55280", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "2a470a7c-fbff-4ad0-af21-af0fd174fbe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085713Z:7b540a28-4d39-449b-874e-99c957a55280" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5145f85a77e580b631b45a568bfd343c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5145f85a77e580b631b45a568bfd343c", + "x-ms-correlation-request-id": "7b5c44a7-6ecb-448a-a230-0378e56731ff", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "4f830351-6288-4443-af03-3b99f96602e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085714Z:7b5c44a7-6ecb-448a-a230-0378e56731ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d1ad58b63e077e1343985e5239f21409", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d1ad58b63e077e1343985e5239f21409", + "x-ms-correlation-request-id": "93f63951-3161-4bc5-86ee-6bb6b0e8c679", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "4b2b5519-d3cc-4eaf-9fc9-8e0bc343c8c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085715Z:93f63951-3161-4bc5-86ee-6bb6b0e8c679" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59d7fb9c1491fbea4d566a8417d5264c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1291", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d7fb9c1491fbea4d566a8417d5264c", + "x-ms-correlation-request-id": "0ed423c4-04a3-4da6-9d1f-36ab10daa654", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "20c10db2-54e8-4f4c-9be7-372189fde8d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085717Z:0ed423c4-04a3-4da6-9d1f-36ab10daa654" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362", + "name": "storage362", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:56:57.6802286Z", + "key2": "2021-08-17T08:56:57.6802286Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:56:57.5708484Z", + "primaryEndpoints": { + "blob": "https://storage362.blob.core.windows.net/", + "queue": "https://storage362.queue.core.windows.net/", + "table": "https://storage362.table.core.windows.net/", + "file": "https://storage362.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fbd67c7c1301bc6e4c70d4d1964473f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "283", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fbd67c7c1301bc6e4c70d4d1964473f", + "x-ms-correlation-request-id": "65a5d136-ebf8-42f8-ba91-030a0e3900f7", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "b8208dd8-0f0d-47e9-96a8-6f68c5303dac", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085717Z:65a5d136-ebf8-42f8-ba91-030a0e3900f7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2690b950abda6da2b183b1d48f676d71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "305", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2690b950abda6da2b183b1d48f676d71", + "x-ms-correlation-request-id": "3299fc3e-ae93-45e8-bd65-b42ec9151fcc", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "e398a064-0b66-46ee-ac9a-4fc23efe5dbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:3299fc3e-ae93-45e8-bd65-b42ec9151fcc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", + "name": "testqueue315", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34d18b12d9a534dabb75c9079de2e90f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "333", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34d18b12d9a534dabb75c9079de2e90f", + "x-ms-correlation-request-id": "238e985a-efc5-4b2e-b80e-38ab2050481a", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "ce7c9180-9847-44cd-a55e-05af110bc78c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:238e985a-efc5-4b2e-b80e-38ab2050481a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", + "name": "testqueue315", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1bc6e42b2695bcec1b027e3d15475560", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "333", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1bc6e42b2695bcec1b027e3d15475560", + "x-ms-correlation-request-id": "c74a03bf-82ed-411d-9093-2c53bb71ef01", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "2af96581-3f89-4aac-9ebf-e97e486ff08a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:c74a03bf-82ed-411d-9093-2c53bb71ef01" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", + "name": "testqueue315", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {}, + "approximateMessageCount": 0 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue3151?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d807dba00a7577fadf5c6b65e19acfce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d807dba00a7577fadf5c6b65e19acfce", + "x-ms-correlation-request-id": "a01be606-6f6c-498e-a3e9-8df8460d8687", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "476fd23b-65b0-4bf4-930b-07ba5668d8bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:a01be606-6f6c-498e-a3e9-8df8460d8687" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:47702054-c003-0065-1a45-931d7b000000\nTime:2021-08-17T08:57:19.1430314Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aaa8a19a51a0ebdc9e1518a25a9d1f73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aaa8a19a51a0ebdc9e1518a25a9d1f73", + "x-ms-correlation-request-id": "2ab26b74-a2b1-4647-80b2-3199dabf5c5d", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "a974d0c5-2f35-45c6-9cdd-a1547d50483c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:2ab26b74-a2b1-4647-80b2-3199dabf5c5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c166692010db209ae94e3c39ba87da80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c166692010db209ae94e3c39ba87da80", + "x-ms-correlation-request-id": "aab33659-2d15-4c8e-b46f-bfb2ab0f5009", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "a386968e-2602-4f0c-a0ad-d63070e23c34", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:aab33659-2d15-4c8e-b46f-bfb2ab0f5009" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:47702197-c003-0065-0a45-931d7b000000\nTime:2021-08-17T08:57:19.8265259Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73a3af33aa9e4ebfff1b3a5ff1581d42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "165", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73a3af33aa9e4ebfff1b3a5ff1581d42", + "x-ms-correlation-request-id": "8297ed61-df2c-4cd6-830b-4742eff8a047", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "ab86cd3c-ecf2-40ab-9e07-d50551309506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085720Z:8297ed61-df2c-4cd6-830b-4742eff8a047" + }, + "ResponseBody": { + "error": { + "code": "QueueNotFound", + "message": "The specified queue does not exist.\nRequestId:47702234-c003-0065-0145-931d7b000000\nTime:2021-08-17T08:57:20.1607681Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7744f73c0d3389f30788c05114a23017", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1303", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 08:57:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7744f73c0d3389f30788c05114a23017", + "x-ms-correlation-request-id": "e5f4f28f-0d76-46db-b6d0-aa6ecb53d54c", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "b6e23f36-0ae0-4e9e-8592-19ed20f13212", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085720Z:e5f4f28f-0d76-46db-b6d0-aa6ecb53d54c" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362", + "name": "storage362", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T08:56:57.6802286Z", + "key2": "2021-08-17T08:56:57.6802286Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T08:56:57.5708484Z", + "primaryEndpoints": { + "blob": "https://storage362.blob.core.windows.net/", + "queue": "https://storage362.queue.core.windows.net/", + "table": "https://storage362.table.core.windows.net/", + "file": "https://storage362.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa6f973babf975d4aa18c2c0d63a2e91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 08:57:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa6f973babf975d4aa18c2c0d63a2e91", + "x-ms-correlation-request-id": "e4c68d44-35ff-4f67-9950-917eb535beae", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "c9583c1f-2f6f-4588-971f-e2f9ebc4cf5d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085726Z:e4c68d44-35ff-4f67-9950-917eb535beae" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "169710460", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueue.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueue.json new file mode 100644 index 0000000000000..9d776b93a9e11 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueue.json @@ -0,0 +1,849 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5576770f05a0323f5eef243428f7f9e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:09:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "0d5ec876-b961-47df-842a-a05888e1d8a8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "0d5ec876-b961-47df-842a-a05888e1d8a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T090959Z:0d5ec876-b961-47df-842a-a05888e1d8a8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-467?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-2aa183b8dcc9004daea8662bbdbda007-fdb080ee07fdd248-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27114e786f504e508568e8bb19109e5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "66e3c1d0-a9a8-4696-ac22-1ab6202429c7", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "66e3c1d0-a9a8-4696-ac22-1ab6202429c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091003Z:66e3c1d0-a9a8-4696-ac22-1ab6202429c7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467", + "name": "teststorageRG-467", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b0313ba5cae2be640bf5e6e46061aad4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b0313ba5cae2be640bf5e6e46061aad4", + "x-ms-correlation-request-id": "b0f4c33b-63e0-4877-bab5-bcf30bde9c12", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "8b1ad58e-c2cc-4c87-9121-7ffe8eed535b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091010Z:b0f4c33b-63e0-4877-bab5-bcf30bde9c12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be51f6d541b38495ac694579696a2507", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be51f6d541b38495ac694579696a2507", + "x-ms-correlation-request-id": "b1a61329-712c-4556-95bd-6cfe54fd83e3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "5d5d3d89-3c93-4ba8-9d3f-559179e71b44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091010Z:b1a61329-712c-4556-95bd-6cfe54fd83e3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f454e63d64d0e62c330ba9c72c0d46c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f454e63d64d0e62c330ba9c72c0d46c6", + "x-ms-correlation-request-id": "e13338ec-929c-43c0-b313-7f730c5a6702", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "ee2f9907-cc98-4024-99e2-b155d030c9f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091012Z:e13338ec-929c-43c0-b313-7f730c5a6702" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "690e6016ec0f832086494e9c798ebc9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "690e6016ec0f832086494e9c798ebc9c", + "x-ms-correlation-request-id": "82747c54-b868-43f9-a352-87e7bb899ef9", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "5c367a2a-2dc5-4f21-9eed-ddb40bdfb327", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091013Z:82747c54-b868-43f9-a352-87e7bb899ef9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "901996f5eaef71b5c96b8ba797ce589f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "901996f5eaef71b5c96b8ba797ce589f", + "x-ms-correlation-request-id": "4a4e9dab-1128-4714-b3f2-d3292b1dc2a4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "ce2d7b89-c5f0-4c1f-a9eb-47706e4cbbf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091014Z:4a4e9dab-1128-4714-b3f2-d3292b1dc2a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09627f22bb5c51f8c6d16e8616906da4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09627f22bb5c51f8c6d16e8616906da4", + "x-ms-correlation-request-id": "d34f41b4-e8b7-4369-a086-95694fbd51a7", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b2e4032b-1e6e-46db-8917-d29aad5dc209", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091016Z:d34f41b4-e8b7-4369-a086-95694fbd51a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96d10d4eb6f42cd7aa9da0a36178ecb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96d10d4eb6f42cd7aa9da0a36178ecb7", + "x-ms-correlation-request-id": "9e22eee4-201c-4d00-aaee-04c7b0cd78cc", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "eec00ffc-dd60-418f-9b6c-304cd7504300", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091017Z:9e22eee4-201c-4d00-aaee-04c7b0cd78cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fa79aef1b32b3a3f9ec8ca1e7b2f5b39", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fa79aef1b32b3a3f9ec8ca1e7b2f5b39", + "x-ms-correlation-request-id": "821e9ca7-f65d-4574-802b-f6920557a0c4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "80b744d0-65bb-473e-991c-cab403268a82", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091018Z:821e9ca7-f65d-4574-802b-f6920557a0c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8959e6fec2fc6caba7365ebf1b54f04d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8959e6fec2fc6caba7365ebf1b54f04d", + "x-ms-correlation-request-id": "2f92a7c0-f07a-4473-91da-bc6dfb038a58", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "1bc28a74-3fac-40af-98bb-8e9a1ff94ae6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091020Z:2f92a7c0-f07a-4473-91da-bc6dfb038a58" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6795b6e573169b78ce97f72bebb8b07b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6795b6e573169b78ce97f72bebb8b07b", + "x-ms-correlation-request-id": "fd3c4dce-cc54-4803-ad49-f42f45a0dfce", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d7858fc1-b217-4661-89ea-e1b31edeab81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091021Z:fd3c4dce-cc54-4803-ad49-f42f45a0dfce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aa56641621f2fba030d52f555801e49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aa56641621f2fba030d52f555801e49", + "x-ms-correlation-request-id": "d65c47f6-1229-4400-ac3f-04a44081a13a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d0465a68-b53a-4065-b8df-601617e40b4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091022Z:d65c47f6-1229-4400-ac3f-04a44081a13a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5397dd7f4998b236dbdbb65ca7f81ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5397dd7f4998b236dbdbb65ca7f81ee", + "x-ms-correlation-request-id": "e4c83434-bccb-4af2-ab15-ccf1f46ee1d3", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "8e6e309a-9ba4-44b2-8f16-36f3f0092eb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091024Z:e4c83434-bccb-4af2-ab15-ccf1f46ee1d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b47de28575af822dfb6564092083464d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:10:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b47de28575af822dfb6564092083464d", + "x-ms-correlation-request-id": "851e487c-756a-4a1b-84cb-1f8a975b283f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "d68704dc-4bcd-4a06-8739-a34f64077785", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091025Z:851e487c-756a-4a1b-84cb-1f8a975b283f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8b1ad58e-c2cc-4c87-9121-7ffe8eed535b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6e54ad78eb7f4de143190c61a6556583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:10:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6e54ad78eb7f4de143190c61a6556583", + "x-ms-correlation-request-id": "8b8b878d-3bea-4ea6-8bd3-c75a04a69047", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "47adc543-d9c6-4cc7-8564-9b320c99e75c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091027Z:8b8b878d-3bea-4ea6-8bd3-c75a04a69047" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415", + "name": "storage4415", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:10:08.2907469Z", + "key2": "2021-08-17T09:10:08.2907469Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:10:08.2907469Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:10:08.2907469Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:10:08.1813650Z", + "primaryEndpoints": { + "blob": "https://storage4415.blob.core.windows.net/", + "queue": "https://storage4415.queue.core.windows.net/", + "table": "https://storage4415.table.core.windows.net/", + "file": "https://storage4415.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "726f638b6a03619a4fb6c933901a6aea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "284", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:10:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "726f638b6a03619a4fb6c933901a6aea", + "x-ms-correlation-request-id": "0abf7ed0-942b-49c3-a1ee-8bdceee6dec8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "2a289287-17ce-449a-ab34-87ce47cf1936", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091027Z:0abf7ed0-942b-49c3-a1ee-8bdceee6dec8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default/queues/testqueue6364?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b1ced6e6f13009a2f719569cbdba600", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "308", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:10:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b1ced6e6f13009a2f719569cbdba600", + "x-ms-correlation-request-id": "a7bba31f-6bd0-45b4-a4f8-1ceb1438fe7c", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c2afce0f-bdb9-4e97-82be-cb842be7e12e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091034Z:a7bba31f-6bd0-45b4-a4f8-1ceb1438fe7c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default/queues/testqueue6364", + "name": "testqueue6364", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default/queues/testqueue6364?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "61", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14bd7de04ad3130ef21ec821aebd29af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "339", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:10:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14bd7de04ad3130ef21ec821aebd29af", + "x-ms-correlation-request-id": "b8be95d1-13e4-4a87-a6b9-238fa95939c6", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "0593bb8c-88d8-445f-9bec-92d00df7dcaf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091043Z:b8be95d1-13e4-4a87-a6b9-238fa95939c6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415/queueServices/default/queues/testqueue6364", + "name": "testqueue6364", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6838ea225848f378d472d3f805f883db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:11:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6838ea225848f378d472d3f805f883db", + "x-ms-correlation-request-id": "6b8276f9-029c-4f00-b235-4091f0c47167", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "dc747f88-de2f-43fe-8707-c9c538621d60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091139Z:6b8276f9-029c-4f00-b235-4091f0c47167" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415", + "name": "storage4415", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:10:08.2907469Z", + "key2": "2021-08-17T09:10:08.2907469Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:10:08.2907469Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:10:08.2907469Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:10:08.1813650Z", + "primaryEndpoints": { + "blob": "https://storage4415.blob.core.windows.net/", + "queue": "https://storage4415.queue.core.windows.net/", + "table": "https://storage4415.table.core.windows.net/", + "file": "https://storage4415.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-467/providers/Microsoft.Storage/storageAccounts/storage4415?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9caf3322d6ad24a4de0939f4a6785272", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9caf3322d6ad24a4de0939f4a6785272", + "x-ms-correlation-request-id": "f32c8f53-ee2d-4eea-bc2d-dfb4e8168d74", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "31033d42-a2bf-48bb-872b-ed263fad6866", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091147Z:f32c8f53-ee2d-4eea-bc2d-dfb4e8168d74" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1929143144", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueueAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueueAsync.json new file mode 100644 index 0000000000000..c4d9ec74a58da --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/UpdateStorageQueueAsync.json @@ -0,0 +1,880 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "01ba096d7ce67b1746b16dfde55d7a21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7ebe4c5a-fb50-4876-92d5-86dca8b90c9b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "7ebe4c5a-fb50-4876-92d5-86dca8b90c9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091151Z:7ebe4c5a-fb50-4876-92d5-86dca8b90c9b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5033?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-48f8351532e28e49961d2def303b3520-97beb9eeb3cf534b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b972e741ab9dcdd8c297460296cd5ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "178c90c7-d916-4c75-b024-a2d25c5ca145", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "178c90c7-d916-4c75-b024-a2d25c5ca145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091152Z:178c90c7-d916-4c75-b024-a2d25c5ca145" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033", + "name": "teststorageRG-5033", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b401338a7f435fe8ca6774c5e5464528", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b401338a7f435fe8ca6774c5e5464528", + "x-ms-correlation-request-id": "12f1118d-831d-4fdc-8bfe-21e88f2a7bb1", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091157Z:12f1118d-831d-4fdc-8bfe-21e88f2a7bb1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46d3924ef51fae30aecbefb36917a6e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46d3924ef51fae30aecbefb36917a6e2", + "x-ms-correlation-request-id": "e28419ea-0cfe-40f2-84cd-a7a2c5485ffd", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "14a17551-d093-45bf-921b-ee2e3b0e343c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091157Z:e28419ea-0cfe-40f2-84cd-a7a2c5485ffd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "272a372ee45ed67b44248fea2c4644ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "272a372ee45ed67b44248fea2c4644ad", + "x-ms-correlation-request-id": "00e4b11f-3a62-4efc-9faa-8d0d76d4dddd", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c73331e5-c73c-4c66-b2db-e6ab81ce40e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091158Z:00e4b11f-3a62-4efc-9faa-8d0d76d4dddd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5376dc22fe73090814c81b0cc43b730d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:11:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5376dc22fe73090814c81b0cc43b730d", + "x-ms-correlation-request-id": "3eb3349b-f264-44a5-902e-6ae8ebc6babb", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "c6d4c2d5-6954-4d9b-9def-0bc5e7ba926f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091159Z:3eb3349b-f264-44a5-902e-6ae8ebc6babb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e37370b21df26a3816fd01fb66468168", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e37370b21df26a3816fd01fb66468168", + "x-ms-correlation-request-id": "2aa34f44-4ca2-4d58-bf4d-c57a8f2065e9", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "eab1108f-d4fc-48f8-8702-eeb27043367f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091201Z:2aa34f44-4ca2-4d58-bf4d-c57a8f2065e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c90418753a0306f2f201396c86e1109", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c90418753a0306f2f201396c86e1109", + "x-ms-correlation-request-id": "7bfeaf21-aca9-429a-92e6-4665fa6edc7c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "b51ebd7c-a03d-458e-9e01-a12d57db866f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091202Z:7bfeaf21-aca9-429a-92e6-4665fa6edc7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc3781b160d205baa40c3c76fd0da3cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc3781b160d205baa40c3c76fd0da3cd", + "x-ms-correlation-request-id": "04b4a285-43f9-431b-926f-5d5c519476eb", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "163b788a-959e-472d-8a06-263f4ff1c51f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091203Z:04b4a285-43f9-431b-926f-5d5c519476eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8285b346e7aa5f6d0043b4d109a2a1a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8285b346e7aa5f6d0043b4d109a2a1a7", + "x-ms-correlation-request-id": "ea6e6cc3-7eea-4b53-a534-6b892a996347", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "728deb94-1c0d-465c-886a-3fde70e74941", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091205Z:ea6e6cc3-7eea-4b53-a534-6b892a996347" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e54af8ebc40f2695878be79316f93321", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e54af8ebc40f2695878be79316f93321", + "x-ms-correlation-request-id": "c974ba73-c8d9-402d-83e8-35be343f7864", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "d4760ef4-30bf-410b-b5b5-3454104f1bf9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091206Z:c974ba73-c8d9-402d-83e8-35be343f7864" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "144f457d8fe9c95e13d7bc8eace8fc02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "144f457d8fe9c95e13d7bc8eace8fc02", + "x-ms-correlation-request-id": "89e97f25-fe82-4def-8bfa-00a1f8508ab0", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "d6034683-e5f9-44cc-a2c7-3abf0fbffd13", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091207Z:89e97f25-fe82-4def-8bfa-00a1f8508ab0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "048a956bbec381be1e5efb1fffd94906", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "048a956bbec381be1e5efb1fffd94906", + "x-ms-correlation-request-id": "debb40d8-e184-4786-a346-e478d7293801", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "a462409d-ed66-4c5e-aaec-587981adef39", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091209Z:debb40d8-e184-4786-a346-e478d7293801" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c35492108c525cbd9980d13708067a9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c35492108c525cbd9980d13708067a9e", + "x-ms-correlation-request-id": "b0213e74-aebb-4b61-8fa4-1c3ed4e6ad7b", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "660b43c5-c51d-4212-a542-b2bf782629b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091210Z:b0213e74-aebb-4b61-8fa4-1c3ed4e6ad7b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8128e58f2e6ebf5d87cdf68b933fca3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8128e58f2e6ebf5d87cdf68b933fca3a", + "x-ms-correlation-request-id": "c46084a8-95e6-42c5-9c90-22751d4ab779", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "2ea729f5-ffec-404a-bee9-615c6b90f445", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091211Z:c46084a8-95e6-42c5-9c90-22751d4ab779" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "197eb58e3894deafd72e6a43ec867917", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "197eb58e3894deafd72e6a43ec867917", + "x-ms-correlation-request-id": "45fcbb5d-7fe3-4e24-af70-abe7471a091e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "93e8743b-1c3c-418e-a5fb-d7604d154ac9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091213Z:45fcbb5d-7fe3-4e24-af70-abe7471a091e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e74a7d6b-6213-49ae-a7e2-4c9898fd5b7e?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "198f5ce3c8b1e29734943b859532c85a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:12:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "198f5ce3c8b1e29734943b859532c85a", + "x-ms-correlation-request-id": "105f2621-27fb-4e88-b4bb-f173fe517a04", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "d94161e4-58d4-4dd9-8fd2-8210c2bf59f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091214Z:105f2621-27fb-4e88-b4bb-f173fe517a04" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964", + "name": "storage7964", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:11:54.9201118Z", + "key2": "2021-08-17T09:11:54.9201118Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:11:54.9201118Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:11:54.9201118Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:11:54.7949285Z", + "primaryEndpoints": { + "blob": "https://storage7964.blob.core.windows.net/", + "queue": "https://storage7964.queue.core.windows.net/", + "table": "https://storage7964.table.core.windows.net/", + "file": "https://storage7964.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53a897b56188560a3649a940c31ad200", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:12:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "53a897b56188560a3649a940c31ad200", + "x-ms-correlation-request-id": "9210601d-4fdd-46dc-aaa1-ffb28912c489", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "6a34a75e-fb4e-4974-9e83-1b445e2882eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091214Z:9210601d-4fdd-46dc-aaa1-ffb28912c489" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/queueServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default/queues/testqueue3765?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af36a7df88b01dc69be4fffc2a48a565", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "309", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:12:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af36a7df88b01dc69be4fffc2a48a565", + "x-ms-correlation-request-id": "cdd0fa39-428a-4502-b1f8-68b7d569aa91", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "1998c01c-5f93-4ca9-996a-d996d583be1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091226Z:cdd0fa39-428a-4502-b1f8-68b7d569aa91" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default/queues/testqueue3765", + "name": "testqueue3765", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default/queues/testqueue3765?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "61", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de558d108e26528238e3671e571e1ac1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "340", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:12:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de558d108e26528238e3671e571e1ac1", + "x-ms-correlation-request-id": "89eac981-b23f-4827-9c88-f978c4c10177", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "bc736dbe-9797-4165-9993-f7c5710b73f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091227Z:89eac981-b23f-4827-9c88-f978c4c10177" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964/queueServices/default/queues/testqueue3765", + "name": "testqueue3765", + "type": "Microsoft.Storage/storageAccounts/queueServices/queues", + "properties": { + "metadata": { + "key1": "value1", + "key2": "value2" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ab6303baa910e04e235ec7c0a5a0c01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 09:12:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ab6303baa910e04e235ec7c0a5a0c01", + "x-ms-correlation-request-id": "a4476115-ae73-4174-9683-971427768175", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "5e77e664-8623-48ba-9716-ad70a39fdd0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091227Z:a4476115-ae73-4174-9683-971427768175" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964", + "name": "storage7964", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T09:11:54.9201118Z", + "key2": "2021-08-17T09:11:54.9201118Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:11:54.9201118Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T09:11:54.9201118Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T09:11:54.7949285Z", + "primaryEndpoints": { + "blob": "https://storage7964.blob.core.windows.net/", + "queue": "https://storage7964.queue.core.windows.net/", + "table": "https://storage7964.table.core.windows.net/", + "file": "https://storage7964.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5033/providers/Microsoft.Storage/storageAccounts/storage7964?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8cb2da03227d512e25e477cd21a7c67d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 09:12:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8cb2da03227d512e25e477cd21a7c67d", + "x-ms-correlation-request-id": "ed5d8308-19d4-4f4c-b3d0-5979c7c4f669", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "8d982d33-072c-4d5d-8680-cd396a4b6daa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T091235Z:ed5d8308-19d4-4f4c-b3d0-5979c7c4f669" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1564873917", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccount.json new file mode 100644 index 0000000000000..67c6ce6db59f0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccount.json @@ -0,0 +1,1054 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ed9479fe5d648237b8b57ca0c63e5d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "52237451-b87b-4fa9-ab0c-b820b39a121c", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "52237451-b87b-4fa9-ab0c-b820b39a121c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062624Z:52237451-b87b-4fa9-ab0c-b820b39a121c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-910?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-bcb7d795425d9442bdeb81d08e25c89c-49331a6e4803b241-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "316c7a20954cdde168bcfa741d78df8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e23edccc-37e9-474d-bdf4-2f95e405afe4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e23edccc-37e9-474d-bdf4-2f95e405afe4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062626Z:e23edccc-37e9-474d-bdf4-2f95e405afe4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910", + "name": "teststorageRG-910", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6703adca5b46be732fe519dcaadb5bbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6703adca5b46be732fe519dcaadb5bbc", + "x-ms-correlation-request-id": "37355d8a-fb26-49d2-b4ba-bfe45f23c38c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "fda79781-727b-4e69-8236-016b7046f3e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062634Z:37355d8a-fb26-49d2-b4ba-bfe45f23c38c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37997deab6ccc54707ad01667b04328d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37997deab6ccc54707ad01667b04328d", + "x-ms-correlation-request-id": "c6f16f27-5bda-4da8-b528-4cf91dcea0d3", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "7d5d26d0-76a7-4b14-9753-6d86f3e3d51a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062634Z:c6f16f27-5bda-4da8-b528-4cf91dcea0d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fa23d6195d95c16b3bfa94dde0c7128", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6fa23d6195d95c16b3bfa94dde0c7128", + "x-ms-correlation-request-id": "206eb822-b8f8-4216-bbd3-1730178df566", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5e9e0fba-24ff-48b6-8430-ffc2500b8774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062635Z:206eb822-b8f8-4216-bbd3-1730178df566" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2cf13a7723411af066da43cb6b93c8b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cf13a7723411af066da43cb6b93c8b8", + "x-ms-correlation-request-id": "883690df-5c91-4a31-80c7-38f9d1ff5201", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "08f9df98-9316-4483-b71a-55aef4089506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062637Z:883690df-5c91-4a31-80c7-38f9d1ff5201" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f04eec6fe655506663c840c0dfae6fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f04eec6fe655506663c840c0dfae6fa", + "x-ms-correlation-request-id": "2ee4137b-342d-4161-a0ff-d68dbff0c859", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "22bf6aa7-5e32-4b00-98f4-fa04bf6bf6c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062638Z:2ee4137b-342d-4161-a0ff-d68dbff0c859" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40efd93c05123d4c4d8709fe514bf01f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40efd93c05123d4c4d8709fe514bf01f", + "x-ms-correlation-request-id": "c83d5bc3-c819-4671-b0c9-2012580cb35a", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e1a98d9d-455d-48cb-ad57-e3480793fe58", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062639Z:c83d5bc3-c819-4671-b0c9-2012580cb35a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f086f0f7610779c2349cc6049fe30d6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f086f0f7610779c2349cc6049fe30d6b", + "x-ms-correlation-request-id": "5a4010d0-baf6-4b32-a844-ba8e0f66da9b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5f9c0fcd-2ba0-4ea4-a410-af50793eea41", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062641Z:5a4010d0-baf6-4b32-a844-ba8e0f66da9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "928e48f487a4c1a6a2c7c1ddf407041b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "928e48f487a4c1a6a2c7c1ddf407041b", + "x-ms-correlation-request-id": "49c9bf56-54f7-497d-afad-ee2d041f3185", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d5353207-edde-413e-80f3-c527789970d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062642Z:49c9bf56-54f7-497d-afad-ee2d041f3185" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c15644bf574dbf216750b763f479e6a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c15644bf574dbf216750b763f479e6a", + "x-ms-correlation-request-id": "76462e6a-04d4-44dc-9883-540206561a16", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "da3cd0f9-ed59-43ce-9d70-5effeefba3c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062643Z:76462e6a-04d4-44dc-9883-540206561a16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "080a9e7a5ebc6f7b4ac54e409fe5852d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "080a9e7a5ebc6f7b4ac54e409fe5852d", + "x-ms-correlation-request-id": "f604772d-e3ec-4221-aff4-d04d79f9bd6c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "3221af63-79de-43dc-bd4e-bbb13aab2944", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062645Z:f604772d-e3ec-4221-aff4-d04d79f9bd6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3ab9aa97f1cdfef756b37b2f7b2f815b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3ab9aa97f1cdfef756b37b2f7b2f815b", + "x-ms-correlation-request-id": "11301ba7-e236-4466-bebb-57b1e71fb88f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "0a46b5fc-5a76-45e7-8250-068b88c04bda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062646Z:11301ba7-e236-4466-bebb-57b1e71fb88f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56635729fbfded5fe9a6d1aea7b23b31", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56635729fbfded5fe9a6d1aea7b23b31", + "x-ms-correlation-request-id": "10a95307-8e26-4450-a04a-6b15065cb466", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "abd5c0b7-f912-463e-9267-9c60aa9030f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062647Z:10a95307-8e26-4450-a04a-6b15065cb466" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "95dedef0638e889ca60bb208e24cf31b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "95dedef0638e889ca60bb208e24cf31b", + "x-ms-correlation-request-id": "00da5863-cf78-422c-ba65-9091f68b3f57", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "7cbfd7c0-90f6-4da6-acf7-92a0bbd42e31", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062648Z:00da5863-cf78-422c-ba65-9091f68b3f57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fda79781-727b-4e69-8236-016b7046f3e1?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4817f2432e819c304bcb51271f4856a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4817f2432e819c304bcb51271f4856a4", + "x-ms-correlation-request-id": "5caa3768-7260-4da2-a119-ef85ea020058", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a05f4ce7-1969-44a4-9478-520557c9ad21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062650Z:5caa3768-7260-4da2-a119-ef85ea020058" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816", + "name": "storage8816", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:26:32.5848156Z", + "key2": "2021-08-13T06:26:32.5848156Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:26:32.4754432Z", + "primaryEndpoints": { + "blob": "https://storage8816.blob.core.windows.net/", + "queue": "https://storage8816.queue.core.windows.net/", + "table": "https://storage8816.table.core.windows.net/", + "file": "https://storage8816.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d3e4a78ec50c5cdbadab0f149560a9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d3e4a78ec50c5cdbadab0f149560a9c", + "x-ms-correlation-request-id": "540d67ae-197c-4793-a340-692b278587a9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e630da7b-52ac-49dc-9303-9b8894554ca3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062650Z:540d67ae-197c-4793-a340-692b278587a9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816", + "name": "storage8816", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:26:32.5848156Z", + "key2": "2021-08-13T06:26:32.5848156Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:26:32.4754432Z", + "primaryEndpoints": { + "blob": "https://storage8816.blob.core.windows.net/", + "queue": "https://storage8816.queue.core.windows.net/", + "table": "https://storage8816.table.core.windows.net/", + "file": "https://storage8816.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b46ab6b2f39ac1afae4249c21175695d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b46ab6b2f39ac1afae4249c21175695d", + "x-ms-correlation-request-id": "5d94aa93-ab7a-439d-9451-2e2a94435d7b", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "39533304-831a-491b-8017-163f6398c8f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062651Z:5d94aa93-ab7a-439d-9451-2e2a94435d7b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816", + "name": "storage8816", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:26:32.5848156Z", + "key2": "2021-08-13T06:26:32.5848156Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:26:32.4754432Z", + "primaryEndpoints": { + "blob": "https://storage8816.blob.core.windows.net/", + "queue": "https://storage8816.queue.core.windows.net/", + "table": "https://storage8816.table.core.windows.net/", + "file": "https://storage8816.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage88161?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98900eb5560d57ca25518da77e3e53f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "810fc3f0-7586-461d-a007-ef2a2cd646bb", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "810fc3f0-7586-461d-a007-ef2a2cd646bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062651Z:810fc3f0-7586-461d-a007-ef2a2cd646bb" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage88161\u0027 under resource group \u0027teststorageRG-910\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6874b5c1a1dd84099a7cee0ea20ab344", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6874b5c1a1dd84099a7cee0ea20ab344", + "x-ms-correlation-request-id": "bba123c3-7c27-416f-8d56-0bf14875c0fd", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "a5bf5d82-9326-44ca-91aa-0691e26b1e38", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062651Z:bba123c3-7c27-416f-8d56-0bf14875c0fd" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816", + "name": "storage8816", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:26:32.5848156Z", + "key2": "2021-08-13T06:26:32.5848156Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:26:32.5848156Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:26:32.4754432Z", + "primaryEndpoints": { + "blob": "https://storage8816.blob.core.windows.net/", + "queue": "https://storage8816.queue.core.windows.net/", + "table": "https://storage8816.table.core.windows.net/", + "file": "https://storage8816.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage88161?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a3c527171c65b8fec138f486508436f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "48a923b7-b189-4c23-8aa4-60afcd389687", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "48a923b7-b189-4c23-8aa4-60afcd389687", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062652Z:48a923b7-b189-4c23-8aa4-60afcd389687" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage88161\u0027 under resource group \u0027teststorageRG-910\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c0155ef0000137f040bfd9067bcb41a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:26:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c0155ef0000137f040bfd9067bcb41a", + "x-ms-correlation-request-id": "703a9f3f-de9e-4a1d-8e62-403bdf6a0c79", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "4f167991-ef82-420d-913f-7b777c11f931", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062658Z:703a9f3f-de9e-4a1d-8e62-403bdf6a0c79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2b36489e18024f2e26187cca12c01f92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "102", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2b36489e18024f2e26187cca12c01f92", + "x-ms-correlation-request-id": "683869b8-0602-4be1-b5e2-f1a3e8fe38a7", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "07e75bd3-3ab5-44eb-ba8e-d2b8209bc627", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062659Z:683869b8-0602-4be1-b5e2-f1a3e8fe38a7" + }, + "ResponseBody": { + "error": { + "code": "StorageAccountNotFound", + "message": "The storage account storage8816 was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts/storage8816?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d1f7f3957097044d32836ba73fef330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "102", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d1f7f3957097044d32836ba73fef330", + "x-ms-correlation-request-id": "0dbcb5f8-acda-448b-8720-af179adf1f96", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2c63c0fd-cc94-4b29-a451-352f577f1fb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062659Z:0dbcb5f8-acda-448b-8720-af179adf1f96" + }, + "ResponseBody": { + "error": { + "code": "StorageAccountNotFound", + "message": "The storage account storage8816 was not found." + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-910/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1caa745e18d2d66c26b136e783b50143", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:26:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1caa745e18d2d66c26b136e783b50143", + "x-ms-correlation-request-id": "44891373-b59e-4177-9c35-961075f51fc9", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "99056397-4e12-41db-aaf6-0ee5d8c61009", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062659Z:44891373-b59e-4177-9c35-961075f51fc9" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "1222541690", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccountAsync.json new file mode 100644 index 0000000000000..d2eca7c8997a4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateDeleteStorageAccountAsync.json @@ -0,0 +1,1048 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0741a23a0e6cce1bd907c887aac47c51", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ecaf45e6-e284-4605-9f1f-6dbc0e94919d", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "ecaf45e6-e284-4605-9f1f-6dbc0e94919d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062703Z:ecaf45e6-e284-4605-9f1f-6dbc0e94919d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1818?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-203ba0c856ab8a4b9702c7301ce08f4f-8532f0a5da12e74c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11d69a8025c36bc71ffdd79ecac9f5bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3c17a4bf-f5af-4db1-9f9e-0a75c4de988e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "3c17a4bf-f5af-4db1-9f9e-0a75c4de988e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062704Z:3c17a4bf-f5af-4db1-9f9e-0a75c4de988e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818", + "name": "teststorageRG-1818", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c09c2b4422524c910e52c9ca1f4eed1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c09c2b4422524c910e52c9ca1f4eed1", + "x-ms-correlation-request-id": "90765d81-ca8e-4842-b6fe-108d7e5681f0", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062708Z:90765d81-ca8e-4842-b6fe-108d7e5681f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b910ee916e483ef8d0b201def82ac92a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b910ee916e483ef8d0b201def82ac92a", + "x-ms-correlation-request-id": "1ba94c22-94b9-41bf-9d93-0ea1c42529ad", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "50f1f7f4-1226-4efd-ae8f-88a5328b00e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062708Z:1ba94c22-94b9-41bf-9d93-0ea1c42529ad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca5c060e16e18b1ae3ecfc2452ab2dd5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca5c060e16e18b1ae3ecfc2452ab2dd5", + "x-ms-correlation-request-id": "3f9efb53-913e-4d00-a5f5-4bfbe6c797f6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "bec33ed0-c187-4844-a779-5a16816d45d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062709Z:3f9efb53-913e-4d00-a5f5-4bfbe6c797f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b20b2ea734e4d48807aa0eee27002416", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b20b2ea734e4d48807aa0eee27002416", + "x-ms-correlation-request-id": "c1d687f4-ca65-476e-9872-862d67a2af08", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "47b0967e-42b3-4036-a043-9940a5a189c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062710Z:c1d687f4-ca65-476e-9872-862d67a2af08" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f00fc53772de7b1dd484d65c71d3ec24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f00fc53772de7b1dd484d65c71d3ec24", + "x-ms-correlation-request-id": "d7f1b4a3-64bd-496d-9f4f-17ef87f7f2fb", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "0d610f76-6c0b-4af7-bbc7-d17aa26b5925", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062712Z:d7f1b4a3-64bd-496d-9f4f-17ef87f7f2fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca362b84171fda467d87c336082b64e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca362b84171fda467d87c336082b64e2", + "x-ms-correlation-request-id": "3c8c73e2-e755-4ad9-80fb-35acbaaca6f2", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "bbfc434b-7a30-4616-96a2-7f048cb0ee90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062713Z:3c8c73e2-e755-4ad9-80fb-35acbaaca6f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8dece6c83d9c35f7108fde605d2c6233", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dece6c83d9c35f7108fde605d2c6233", + "x-ms-correlation-request-id": "d7342da0-d748-45ba-82e1-2fe2ef6a463a", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "aa079e19-1446-4b08-804e-9836f29ee27d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062714Z:d7342da0-d748-45ba-82e1-2fe2ef6a463a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc6ae9be59c920f77f357256aee672a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc6ae9be59c920f77f357256aee672a8", + "x-ms-correlation-request-id": "0239315d-cce1-4fa8-a82a-616a7197edc9", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f241af81-dee4-40b0-afd9-2c3ef1cfb933", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062716Z:0239315d-cce1-4fa8-a82a-616a7197edc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b93f41f5ee746883401b98f39e67c50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b93f41f5ee746883401b98f39e67c50", + "x-ms-correlation-request-id": "339bb4c3-328a-4a6e-87bb-36d1a1f39752", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "a4dd6021-472e-4569-8f0d-25ddabd83e68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062717Z:339bb4c3-328a-4a6e-87bb-36d1a1f39752" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e78902568c16e18efcc0e67caa08629", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e78902568c16e18efcc0e67caa08629", + "x-ms-correlation-request-id": "5986d2c4-20cd-4ac7-b627-e2019145c593", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "1f738276-045f-4df1-9741-b83ce079ef4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062718Z:5986d2c4-20cd-4ac7-b627-e2019145c593" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6940351dd7995f4b6023c7c8a067e798", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6940351dd7995f4b6023c7c8a067e798", + "x-ms-correlation-request-id": "b48d97bb-5437-48b7-ad07-6f20a25a4b7c", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "9ab2ee84-659e-464c-89cb-5499158ad506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062720Z:b48d97bb-5437-48b7-ad07-6f20a25a4b7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d3122b8546eb7e6db259b1a50217c94", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d3122b8546eb7e6db259b1a50217c94", + "x-ms-correlation-request-id": "0fb07675-f2bd-4af1-ba0c-085d443338c6", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "93e591cb-d9ff-4d85-bc1f-8cec833d7f07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062721Z:0fb07675-f2bd-4af1-ba0c-085d443338c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0372907b13a54db74418bd9ea050ce87", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0372907b13a54db74418bd9ea050ce87", + "x-ms-correlation-request-id": "30140c28-7544-4e93-967b-3d73240e00f1", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "ff91adba-843f-4d76-ab06-0adc31f11754", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062722Z:30140c28-7544-4e93-967b-3d73240e00f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ec4ef05-1b0c-4a29-a7ae-89e97bcbea7d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8ae75e5686ec8ba4f888d743b310e3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:27:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8ae75e5686ec8ba4f888d743b310e3f", + "x-ms-correlation-request-id": "5dab5afd-02b2-4c53-b8fc-af976ae2d161", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "37711683-2fef-4513-923a-132bffab50da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062724Z:5dab5afd-02b2-4c53-b8fc-af976ae2d161" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969", + "name": "storage2969", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:27:06.5694327Z", + "key2": "2021-08-13T06:27:06.5694327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:27:06.4600129Z", + "primaryEndpoints": { + "blob": "https://storage2969.blob.core.windows.net/", + "queue": "https://storage2969.queue.core.windows.net/", + "table": "https://storage2969.table.core.windows.net/", + "file": "https://storage2969.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f4c33a7e4f5a4f26be3d8569648168b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:27:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f4c33a7e4f5a4f26be3d8569648168b", + "x-ms-correlation-request-id": "9a8fe8a3-f49f-410c-9c79-76e5d8c7b2cf", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "3b16ea75-61b7-4d0b-88dc-b49594aa8a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062724Z:9a8fe8a3-f49f-410c-9c79-76e5d8c7b2cf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969", + "name": "storage2969", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:27:06.5694327Z", + "key2": "2021-08-13T06:27:06.5694327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:27:06.4600129Z", + "primaryEndpoints": { + "blob": "https://storage2969.blob.core.windows.net/", + "queue": "https://storage2969.queue.core.windows.net/", + "table": "https://storage2969.table.core.windows.net/", + "file": "https://storage2969.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db341456d4721225d5a9b31d85431213", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:27:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db341456d4721225d5a9b31d85431213", + "x-ms-correlation-request-id": "b6133f7d-c965-4df9-9ab7-e30df5ef4048", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "33210847-5255-4db2-83fd-b065218ece6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062724Z:b6133f7d-c965-4df9-9ab7-e30df5ef4048" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969", + "name": "storage2969", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:27:06.5694327Z", + "key2": "2021-08-13T06:27:06.5694327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:27:06.4600129Z", + "primaryEndpoints": { + "blob": "https://storage2969.blob.core.windows.net/", + "queue": "https://storage2969.queue.core.windows.net/", + "table": "https://storage2969.table.core.windows.net/", + "file": "https://storage2969.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage29691?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6df67e09be030191820a3d8a8f643106", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c0344f47-b07c-4316-b116-2a8352c1bdcb", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "c0344f47-b07c-4316-b116-2a8352c1bdcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062725Z:c0344f47-b07c-4316-b116-2a8352c1bdcb" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage29691\u0027 under resource group \u0027teststorageRG-1818\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "271d017133fcd3cc0d3a3a4c30d51e28", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:27:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "271d017133fcd3cc0d3a3a4c30d51e28", + "x-ms-correlation-request-id": "8e28dbdc-0456-470d-aa25-9e3bb8d308a6", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "c41c73e5-4b8e-4106-a016-4cd3f21dcbbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062725Z:8e28dbdc-0456-470d-aa25-9e3bb8d308a6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969", + "name": "storage2969", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:27:06.5694327Z", + "key2": "2021-08-13T06:27:06.5694327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:27:06.5694327Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:27:06.4600129Z", + "primaryEndpoints": { + "blob": "https://storage2969.blob.core.windows.net/", + "queue": "https://storage2969.queue.core.windows.net/", + "table": "https://storage2969.table.core.windows.net/", + "file": "https://storage2969.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage29691?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "184cc5d1a951988882335968969b8270", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "29580b08-c301-4de3-84b8-fb0a9821c565", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "29580b08-c301-4de3-84b8-fb0a9821c565", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062726Z:29580b08-c301-4de3-84b8-fb0a9821c565" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage29691\u0027 under resource group \u0027teststorageRG-1818\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84abad77ea25d617b1235fc88345d1ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84abad77ea25d617b1235fc88345d1ac", + "x-ms-correlation-request-id": "6e7c40fd-4fc7-4aba-8bcb-d4881b2d2d18", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "b2d87ee5-2aa7-4490-95c3-b1cc29e1d1fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062731Z:6e7c40fd-4fc7-4aba-8bcb-d4881b2d2d18" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cab815eb1918c8b47985a4c8da643c71", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "23ed3954-356d-41ee-9c4d-cdd43ef62d7b", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "23ed3954-356d-41ee-9c4d-cdd43ef62d7b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062732Z:23ed3954-356d-41ee-9c4d-cdd43ef62d7b" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage2969\u0027 under resource group \u0027teststorageRG-1818\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts/storage2969?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82d4cab79a29e602ae76672d49bf143d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "59e9943c-1636-43e2-81e0-1354d64261c3", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "59e9943c-1636-43e2-81e0-1354d64261c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062732Z:59e9943c-1636-43e2-81e0-1354d64261c3" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage2969\u0027 under resource group \u0027teststorageRG-1818\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1818/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "817dac62b7e35e57f8e30a9f464efc4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:27:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2e6a5e38-699a-4c27-88f3-f19c62536f02", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "2e6a5e38-699a-4c27-88f3-f19c62536f02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062732Z:2e6a5e38-699a-4c27-88f3-f19c62536f02" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "1450983951", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccount.json new file mode 100644 index 0000000000000..2bfa07fc30ef3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccount.json @@ -0,0 +1,820 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99cfb37b040a2327df788e4392dbb8cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:43:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bb95aada-3075-4eca-9ca7-5292d0a01973", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "bb95aada-3075-4eca-9ca7-5292d0a01973", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054306Z:bb95aada-3075-4eca-9ca7-5292d0a01973" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9719?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-859486a5d5a35f4d95feec86ab788f24-1ba7469d9bc6f24f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4d0854598fc1671fbc271e811624b38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:43:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "77c4397c-60ca-44a7-b496-ddeb0e2faf4f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "77c4397c-60ca-44a7-b496-ddeb0e2faf4f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054328Z:77c4397c-60ca-44a7-b496-ddeb0e2faf4f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719", + "name": "teststorageRG-9719", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "160", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "870f9ad8d372013d626b286ddb63e4f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "largeFileSharesState": "Enabled" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "870f9ad8d372013d626b286ddb63e4f4", + "x-ms-correlation-request-id": "cb458ba4-28fe-4f9d-a8e1-a4021bfc70d8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b3188311-8574-4d9a-b3e7-b442fa8ef3a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054400Z:cb458ba4-28fe-4f9d-a8e1-a4021bfc70d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d0359f707bd72ac48cf72906f043b98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d0359f707bd72ac48cf72906f043b98", + "x-ms-correlation-request-id": "d5f36192-f6ae-4ed1-bbc9-e74603a6605a", + "x-ms-ratelimit-remaining-subscription-reads": "11999", + "x-ms-request-id": "3c554c0f-495e-489e-81c2-ed663c151124", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054400Z:d5f36192-f6ae-4ed1-bbc9-e74603a6605a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a6a7dde7058323ee3d75e7ecad84f6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a6a7dde7058323ee3d75e7ecad84f6b", + "x-ms-correlation-request-id": "dbe0ca88-9cb0-4d5a-b8b9-679d2f81460d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "98f8a779-4ccb-4463-bed5-8e5aba03c725", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054402Z:dbe0ca88-9cb0-4d5a-b8b9-679d2f81460d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8175fc05c6607636fb97932a3426c724", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8175fc05c6607636fb97932a3426c724", + "x-ms-correlation-request-id": "ad67641e-316f-4bdc-a734-b45cc4af9472", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "eb7d7c79-604f-4932-ba43-eb86507591fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054403Z:ad67641e-316f-4bdc-a734-b45cc4af9472" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "348571b8fc8c87d31ad03ae5a82da86f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "348571b8fc8c87d31ad03ae5a82da86f", + "x-ms-correlation-request-id": "586d944e-c84a-4718-8b69-38a677bfeb06", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "2d9192b1-71c1-4463-9611-7e73cfaea828", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054404Z:586d944e-c84a-4718-8b69-38a677bfeb06" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "738b067fb98e183746f46fc1dc14fdbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "738b067fb98e183746f46fc1dc14fdbd", + "x-ms-correlation-request-id": "3e07e248-84d9-403c-9ed9-cd86fda281df", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "2b2725a7-b604-4a93-aa4f-e1d50bd7ffcd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054406Z:3e07e248-84d9-403c-9ed9-cd86fda281df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59c63a101b5208df29ed678f8c51cecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59c63a101b5208df29ed678f8c51cecd", + "x-ms-correlation-request-id": "1a159758-28af-4872-844e-7e8ec185f334", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "f59971ba-52b9-484b-96ac-7d10efadc107", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054407Z:1a159758-28af-4872-844e-7e8ec185f334" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2daa23ef549afe95396ded978d11aa06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2daa23ef549afe95396ded978d11aa06", + "x-ms-correlation-request-id": "c0729f26-8927-4fea-8021-ba088b925872", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "258e6870-b629-43f0-b6c7-8de08aafce77", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054408Z:c0729f26-8927-4fea-8021-ba088b925872" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6dd57cd34e66641c278249a052a88cf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6dd57cd34e66641c278249a052a88cf5", + "x-ms-correlation-request-id": "78e80dc3-c7af-4820-ae39-fa4242a35802", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "ce9a3da4-9d16-44f8-b1c4-173a1b5ab049", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054410Z:78e80dc3-c7af-4820-ae39-fa4242a35802" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9d1a125d069bb23a5c81fe52e477b17", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b9d1a125d069bb23a5c81fe52e477b17", + "x-ms-correlation-request-id": "d6d8525f-1897-44f4-ac6f-39c2eee1d6e4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "002d1509-faff-4761-a772-8769ee688ac2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054411Z:d6d8525f-1897-44f4-ac6f-39c2eee1d6e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fbc6043607ba066064605170bf4ac91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fbc6043607ba066064605170bf4ac91", + "x-ms-correlation-request-id": "3384388a-f505-4523-9b11-9e8e436d6746", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "0e5ea058-a163-43da-939d-fd0c992cfd73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054412Z:3384388a-f505-4523-9b11-9e8e436d6746" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb72f7e1f140029c5919c79e2f3736e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb72f7e1f140029c5919c79e2f3736e0", + "x-ms-correlation-request-id": "979e86a3-d9a7-46b3-b0f6-38a6dd3f0f6a", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "64130214-48ea-426f-b7f3-9a3501db0fd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054414Z:979e86a3-d9a7-46b3-b0f6-38a6dd3f0f6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f15d31077cebc5793b31b223cb0bb0b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:44:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f15d31077cebc5793b31b223cb0bb0b1", + "x-ms-correlation-request-id": "e4feb774-d0ca-4fb0-a3d3-8f1b8cbdb72d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c57d4f68-80f0-4608-9577-ad26ae20537d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054415Z:e4feb774-d0ca-4fb0-a3d3-8f1b8cbdb72d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3188311-8574-4d9a-b3e7-b442fa8ef3a9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36038e1b90d551d7c4bab66298c771ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1392", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:44:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36038e1b90d551d7c4bab66298c771ce", + "x-ms-correlation-request-id": "cc65c771-1fb2-496a-8f43-1473efce2801", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "5398b1a6-e473-46bc-83f4-892003ee96b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054416Z:cc65c771-1fb2-496a-8f43-1473efce2801" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537", + "name": "storage1537", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T05:43:59.0466394Z", + "key2": "2021-08-17T05:43:59.0466394Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:43:59.0466394Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:43:59.0466394Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T05:43:58.9216542Z", + "primaryEndpoints": { + "dfs": "https://storage1537.dfs.core.windows.net/", + "web": "https://storage1537.z20.web.core.windows.net/", + "blob": "https://storage1537.blob.core.windows.net/", + "queue": "https://storage1537.queue.core.windows.net/", + "table": "https://storage1537.table.core.windows.net/", + "file": "https://storage1537.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96d91025a5ba7d64adb00f3f79374d68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:44:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96d91025a5ba7d64adb00f3f79374d68", + "x-ms-correlation-request-id": "e1113073-673f-42ac-8056-121274335ee9", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "56a74ef6-d9c9-490b-bc0a-674091d4a4fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054442Z:e1113073-673f-42ac-8056-121274335ee9" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537/fileServices/default/shares/testfileshare602?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "34", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34a083160bff5a760c2c31c6172c73bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "shareQuota": 5200 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "317", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:44:54 GMT", + "ETag": "\u00220x8D9614223EDF71E\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34a083160bff5a760c2c31c6172c73bf", + "x-ms-correlation-request-id": "aa0149ab-d91c-45d1-beda-284170239c34", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "49f027da-a798-44e4-94c5-db05251d8e5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054454Z:aa0149ab-d91c-45d1-beda-284170239c34" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537/fileServices/default/shares/testfileshare602", + "name": "testfileshare602", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "shareQuota": 5200 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fba513e31ad7e9619fb828e0c7114b82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1404", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:45:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fba513e31ad7e9619fb828e0c7114b82", + "x-ms-correlation-request-id": "8faba8c3-91cb-49bc-8010-eeaa0e593a7e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "f8805980-8d8b-4f88-b637-72075e8d1871", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054516Z:8faba8c3-91cb-49bc-8010-eeaa0e593a7e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537", + "name": "storage1537", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T05:43:59.0466394Z", + "key2": "2021-08-17T05:43:59.0466394Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:43:59.0466394Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:43:59.0466394Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T05:43:58.9216542Z", + "primaryEndpoints": { + "dfs": "https://storage1537.dfs.core.windows.net/", + "web": "https://storage1537.z20.web.core.windows.net/", + "blob": "https://storage1537.blob.core.windows.net/", + "queue": "https://storage1537.queue.core.windows.net/", + "table": "https://storage1537.table.core.windows.net/", + "file": "https://storage1537.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9719/providers/Microsoft.Storage/storageAccounts/storage1537?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4482f9689ad01910997f8a8d739d6680", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4482f9689ad01910997f8a8d739d6680", + "x-ms-correlation-request-id": "1fb623d7-e416-4726-a4d5-017e06bad269", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "628d762f-afe4-4abf-91cd-fd3d4767c1a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054525Z:1fb623d7-e416-4726-a4d5-017e06bad269" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "477755154", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccountAsync.json new file mode 100644 index 0000000000000..717f46b7b729d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateLargeFileShareOnStorageAccountAsync.json @@ -0,0 +1,820 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8783f323f6d11af23356109c7c430339", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "dd1e1444-bcde-445a-bd0c-93b2d2371f4a", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "dd1e1444-bcde-445a-bd0c-93b2d2371f4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054531Z:dd1e1444-bcde-445a-bd0c-93b2d2371f4a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6191?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-7f90be92015c0d41bf2e22b3d3ee4b41-575223e8d6e5af4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eccb569a4a600685c54c9ec2ceec2c8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "06a48e75-c483-414f-81df-19dff78dd7e8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "06a48e75-c483-414f-81df-19dff78dd7e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054537Z:06a48e75-c483-414f-81df-19dff78dd7e8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191", + "name": "teststorageRG-6191", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "160", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f892615024b531d7cc7333fe8e465ea2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "largeFileSharesState": "Enabled" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f892615024b531d7cc7333fe8e465ea2", + "x-ms-correlation-request-id": "88fdde6e-415d-4f5c-aec9-b2f66db4bbbb", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "a321cb80-c30a-4853-a7d8-6f59beeb4652", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054541Z:88fdde6e-415d-4f5c-aec9-b2f66db4bbbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1f2ee6f3ba676017e9920ed1786787f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a1f2ee6f3ba676017e9920ed1786787f", + "x-ms-correlation-request-id": "c5f95432-9b7a-4d77-b6ee-4114fbf18e4f", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "39730978-65d7-4ea7-bad6-8bba13ec5db6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054542Z:c5f95432-9b7a-4d77-b6ee-4114fbf18e4f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac2efbee72cb1956cf59f6eaf331b65b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac2efbee72cb1956cf59f6eaf331b65b", + "x-ms-correlation-request-id": "97bfaa53-d7ac-438f-a449-91d51d47cdf5", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "3392f784-9d3e-447e-8e39-f037f7c3ff30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054544Z:97bfaa53-d7ac-438f-a449-91d51d47cdf5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f8e0feabd5358fb20aa3c9e17a5217b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f8e0feabd5358fb20aa3c9e17a5217b", + "x-ms-correlation-request-id": "b27f5cf8-f17d-4057-a85f-714e32540a23", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "400541e4-494a-49ea-8637-e808c8db38b5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054545Z:b27f5cf8-f17d-4057-a85f-714e32540a23" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80b7b152dc42fd5797d9d24d4516834c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80b7b152dc42fd5797d9d24d4516834c", + "x-ms-correlation-request-id": "9356f6be-d2f2-44ce-92bb-a086e3c49c04", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "8868bc49-9231-4803-b13b-89845edb349d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054546Z:9356f6be-d2f2-44ce-92bb-a086e3c49c04" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0702c4e3d8f7302bffd68b2136b70129", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0702c4e3d8f7302bffd68b2136b70129", + "x-ms-correlation-request-id": "906bb77c-af36-4d42-872f-2a30a445bfa1", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "99e76db5-f690-433d-b085-eb9dc8acebf6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054548Z:906bb77c-af36-4d42-872f-2a30a445bfa1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41987a38357a0e19b791087aeaae120a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41987a38357a0e19b791087aeaae120a", + "x-ms-correlation-request-id": "ab86e107-7273-4b8f-930a-576518a841e0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "7af19ddb-e9e6-4eb6-89b4-74ec050552c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054549Z:ab86e107-7273-4b8f-930a-576518a841e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "52bbef2719a37a838686806c5036c6e0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "52bbef2719a37a838686806c5036c6e0", + "x-ms-correlation-request-id": "561993b5-3dd0-49b4-8905-03fa83ee1471", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "1a198f07-3b6e-4b12-80e2-d35e4226f9e7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054550Z:561993b5-3dd0-49b4-8905-03fa83ee1471" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca14a8d7417eadd1abf34f66d0b04650", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca14a8d7417eadd1abf34f66d0b04650", + "x-ms-correlation-request-id": "0504b35c-7a9d-40cf-aa4c-db9be0e6c056", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "0e518e2b-b059-43bc-b0b5-6a9b03bd1992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054552Z:0504b35c-7a9d-40cf-aa4c-db9be0e6c056" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46fa81c3affc1e86f71ebaf3b5adbe81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46fa81c3affc1e86f71ebaf3b5adbe81", + "x-ms-correlation-request-id": "95f248f7-8c05-4b14-a12d-dbcdfbc26715", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "c887b2b8-2be2-41bc-851d-5ed95dfca101", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054553Z:95f248f7-8c05-4b14-a12d-dbcdfbc26715" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42a227cb479ae58b1d0ea6afca1daad5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42a227cb479ae58b1d0ea6afca1daad5", + "x-ms-correlation-request-id": "1315925f-9c11-4c00-b304-28499bd3183c", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "7a8ee3e1-5c5b-4f58-8688-80fb6732a06f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054554Z:1315925f-9c11-4c00-b304-28499bd3183c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cea82f40803b28e322f6d35f86def7fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cea82f40803b28e322f6d35f86def7fe", + "x-ms-correlation-request-id": "034717c7-54f2-49eb-8041-42d29eab4646", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "b00f052b-2a8b-4aff-938b-d1be94b7aad8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054556Z:034717c7-54f2-49eb-8041-42d29eab4646" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a89bcd34030e7bb6f51528ed08d654da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:45:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a89bcd34030e7bb6f51528ed08d654da", + "x-ms-correlation-request-id": "53104f3c-05e8-4be1-bca8-3390ef6a66fb", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "89f7bb62-b48c-4dcd-b5d5-71b7abaa805e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054557Z:53104f3c-05e8-4be1-bca8-3390ef6a66fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a321cb80-c30a-4853-a7d8-6f59beeb4652?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86b2e474f0044a46447a20a3742c5e3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1392", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:45:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "86b2e474f0044a46447a20a3742c5e3f", + "x-ms-correlation-request-id": "9037bd2a-f5b4-4d52-be1e-75214786644a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "82115110-99bf-4474-a5fa-bf1d682f453b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054558Z:9037bd2a-f5b4-4d52-be1e-75214786644a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394", + "name": "storage7394", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T05:45:40.3475167Z", + "key2": "2021-08-17T05:45:40.3475167Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:45:40.3475167Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:45:40.3475167Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T05:45:40.2381231Z", + "primaryEndpoints": { + "dfs": "https://storage7394.dfs.core.windows.net/", + "web": "https://storage7394.z20.web.core.windows.net/", + "blob": "https://storage7394.blob.core.windows.net/", + "queue": "https://storage7394.queue.core.windows.net/", + "table": "https://storage7394.table.core.windows.net/", + "file": "https://storage7394.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394/fileServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82fc7aa8c701783d2cd82557f6204ba2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "416", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:45:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82fc7aa8c701783d2cd82557f6204ba2", + "x-ms-correlation-request-id": "0f1da3b9-2b0f-47dc-b985-4557889de293", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "a138344a-78e5-4bcd-b48a-5777e407f14e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054558Z:0f1da3b9-2b0f-47dc-b985-4557889de293" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394/fileServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/fileServices", + "properties": { + "protocolSettings": { + "smb": {} + }, + "cors": { + "corsRules": [] + }, + "shareDeleteRetentionPolicy": { + "enabled": true, + "days": 7 + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394/fileServices/default/shares/testfileshare6928?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "34", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2ba2ebf9fa718744506494e31206c9b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "shareQuota": 5200 + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "319", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:45:59 GMT", + "ETag": "\u00220x8D961424A86CD64\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2ba2ebf9fa718744506494e31206c9b7", + "x-ms-correlation-request-id": "6a3b2eb9-c9a1-4652-8448-fd951d12fb75", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "3f89e97f-8910-421e-9ee6-0af100833a21", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054559Z:6a3b2eb9-c9a1-4652-8448-fd951d12fb75" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394/fileServices/default/shares/testfileshare6928", + "name": "testfileshare6928", + "type": "Microsoft.Storage/storageAccounts/fileServices/shares", + "properties": { + "shareQuota": 5200 + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b60d7e957571d72750dd71720f34d59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1404", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 05:45:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b60d7e957571d72750dd71720f34d59", + "x-ms-correlation-request-id": "28db6c51-c5b7-4714-96eb-1c1bbe3dc82e", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "c6deec2c-e4bd-4d85-b43f-33b63c65daf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054600Z:28db6c51-c5b7-4714-96eb-1c1bbe3dc82e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394", + "name": "storage7394", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T05:45:40.3475167Z", + "key2": "2021-08-17T05:45:40.3475167Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:45:40.3475167Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T05:45:40.3475167Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T05:45:40.2381231Z", + "primaryEndpoints": { + "dfs": "https://storage7394.dfs.core.windows.net/", + "web": "https://storage7394.z20.web.core.windows.net/", + "blob": "https://storage7394.blob.core.windows.net/", + "queue": "https://storage7394.queue.core.windows.net/", + "table": "https://storage7394.table.core.windows.net/", + "file": "https://storage7394.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage7394?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "407b01d413bcada53675319d33596626", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 05:46:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "407b01d413bcada53675319d33596626", + "x-ms-correlation-request-id": "0482f1de-5be2-4ea2-9596-0d9cf43273d0", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "c0488765-f714-47ab-b5df-f33546bb03d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T054605Z:0482f1de-5be2-4ea2-9596-0d9cf43273d0" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "540810538", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRule.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRule.json new file mode 100644 index 0000000000000..be1d60d964872 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRule.json @@ -0,0 +1,960 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a19753dfaa4e1c117851bbddd370b52f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f2d0ac30-8fdc-42fc-8616-2372a78ba724", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "f2d0ac30-8fdc-42fc-8616-2372a78ba724", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073516Z:f2d0ac30-8fdc-42fc-8616-2372a78ba724" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7191?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-d6a328a7c548784fb2afee6bb112b345-b74209931e60d140-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8f86de4a75b521701d30e51155dc823", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9b704dd5-1385-4664-90e6-237d29d468d2", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9b704dd5-1385-4664-90e6-237d29d468d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073519Z:9b704dd5-1385-4664-90e6-237d29d468d2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191", + "name": "teststorageRG-7191", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "251", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7f641f7c9677d5431199c50de491009", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "networkAcls": { + "bypass": "Logging, AzureServices", + "ipRules": [ + { + "value": "23.45.67.89", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7f641f7c9677d5431199c50de491009", + "x-ms-correlation-request-id": "d47d59c5-ac67-428e-8e48-69308bfa3469", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073533Z:d47d59c5-ac67-428e-8e48-69308bfa3469" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7478b0152e391bd2187bc6410ac773b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7478b0152e391bd2187bc6410ac773b8", + "x-ms-correlation-request-id": "4a3cadb3-21ad-4411-8807-4102a2fbaa28", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "fa329a46-725b-4210-8712-553e1f2be5c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073533Z:4a3cadb3-21ad-4411-8807-4102a2fbaa28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fcc05c3171310b849071d6a20176e0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4fcc05c3171310b849071d6a20176e0a", + "x-ms-correlation-request-id": "e972c92e-3233-4d49-9202-af7e1c762a6d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "c80da4ea-ef60-47c5-9eee-e365dbc3027b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073534Z:e972c92e-3233-4d49-9202-af7e1c762a6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e3a3edd9bd056d0f32e98f020b5e4c2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e3a3edd9bd056d0f32e98f020b5e4c2", + "x-ms-correlation-request-id": "a358b1c0-cb97-41bd-8cc2-5c33dfd3de85", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4c0c88b0-091b-4c60-a3c6-052a9bf2372c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073536Z:a358b1c0-cb97-41bd-8cc2-5c33dfd3de85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "097aef88eb5bfe4af8682b311167fa00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "097aef88eb5bfe4af8682b311167fa00", + "x-ms-correlation-request-id": "d66b2834-f950-440c-b035-88a978b966a4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "c49a1767-e868-42d0-be5b-93f730de2c32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073537Z:d66b2834-f950-440c-b035-88a978b966a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb64bc0c458c27e835755be57ec7f093", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb64bc0c458c27e835755be57ec7f093", + "x-ms-correlation-request-id": "b7c1c08d-5acd-4410-ba70-912136969317", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "8ea3ef4a-a411-4567-881f-31104c3ae0b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073538Z:b7c1c08d-5acd-4410-ba70-912136969317" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30e25a22659df2aff33c3667709e458c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30e25a22659df2aff33c3667709e458c", + "x-ms-correlation-request-id": "3f7ad996-7f00-4709-8449-d7c22161358a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "2d2606ce-bfdc-434c-9518-dadf341c249a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073540Z:3f7ad996-7f00-4709-8449-d7c22161358a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63e39834185142360752d4e58f657f30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63e39834185142360752d4e58f657f30", + "x-ms-correlation-request-id": "20cb211d-ecb6-4dd9-addf-28131ff8014e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3ce654d8-606d-4356-a2d6-9cff035c1f0e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073541Z:20cb211d-ecb6-4dd9-addf-28131ff8014e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b60f9878c985a6630d71d84f0f81b796", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b60f9878c985a6630d71d84f0f81b796", + "x-ms-correlation-request-id": "944862ab-cbdd-4f49-b896-c19e76c22cd0", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b9d06f45-9637-459c-bc9b-45babf2e2821", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073542Z:944862ab-cbdd-4f49-b896-c19e76c22cd0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6b0cf2f8ce40941249f294a91c9628e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6b0cf2f8ce40941249f294a91c9628e", + "x-ms-correlation-request-id": "08e3360e-fdda-4f21-a5dc-7db79c3ae070", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "312a87cd-4aaa-4225-aa2b-e97130f4967b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073544Z:08e3360e-fdda-4f21-a5dc-7db79c3ae070" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7ef06bd8f8e6a07343c56df40e73385", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7ef06bd8f8e6a07343c56df40e73385", + "x-ms-correlation-request-id": "3c2e2189-1e53-4cf3-88d1-d00c8f80d517", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e65db237-da09-4fe6-a27b-c2a62bc08777", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073545Z:3c2e2189-1e53-4cf3-88d1-d00c8f80d517" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0b53d9b99b4ec4c570691e59f181543", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0b53d9b99b4ec4c570691e59f181543", + "x-ms-correlation-request-id": "b514fa72-5bc7-4070-a1d5-bae5b86af90a", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "2b24e60a-1330-4fec-8ae1-47e356de603c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073546Z:b514fa72-5bc7-4070-a1d5-bae5b86af90a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0992490fdf91a008c846b1a73561c83d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0992490fdf91a008c846b1a73561c83d", + "x-ms-correlation-request-id": "295411fa-e7b7-4f13-8220-452b2ac71860", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "c796d2aa-9046-4988-acdb-980580b32b0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073548Z:295411fa-e7b7-4f13-8220-452b2ac71860" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcea3ac7-4ad2-477f-bcce-bd8306e6d4bc?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54afa36ba11323d9b9038087fd21ca1c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:35:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54afa36ba11323d9b9038087fd21ca1c", + "x-ms-correlation-request-id": "2df7df9d-12f5-4bd2-94c8-00a01f68129e", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "33be1b3e-95be-44b4-8801-87a60bc534f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073549Z:2df7df9d-12f5-4bd2-94c8-00a01f68129e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043", + "name": "storage4043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:35:31.0280677Z", + "key2": "2021-08-17T07:35:31.0280677Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.89", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:35:30.9343422Z", + "primaryEndpoints": { + "blob": "https://storage4043.blob.core.windows.net/", + "queue": "https://storage4043.queue.core.windows.net/", + "table": "https://storage4043.table.core.windows.net/", + "file": "https://storage4043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "177", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7d013272a54bbf43415f76ee8a4b6f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "bypass": "Logging, Metrics", + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1381", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:35:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7d013272a54bbf43415f76ee8a4b6f6", + "x-ms-correlation-request-id": "08fbcb3d-effb-4b60-a9dc-4e315b17ae09", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "c8ffed45-1033-4dc1-b12c-a13aa9af300b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073550Z:08fbcb3d-effb-4b60-a9dc-4e315b17ae09" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043", + "name": "storage4043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:35:31.0280677Z", + "key2": "2021-08-17T07:35:31.0280677Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:35:30.9343422Z", + "primaryEndpoints": { + "blob": "https://storage4043.blob.core.windows.net/", + "queue": "https://storage4043.queue.core.windows.net/", + "table": "https://storage4043.table.core.windows.net/", + "file": "https://storage4043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "56", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fc79543ec1696e2f706e4f8e5f80a3a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "defaultAction": "Allow" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1382", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fc79543ec1696e2f706e4f8e5f80a3a6", + "x-ms-correlation-request-id": "4efb3a6b-dbf6-4b73-aea3-ffc308195215", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "be8f1454-b0f5-490b-b961-db887affdd09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073552Z:4efb3a6b-dbf6-4b73-aea3-ffc308195215" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043", + "name": "storage4043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:35:31.0280677Z", + "key2": "2021-08-17T07:35:31.0280677Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:35:30.9343422Z", + "primaryEndpoints": { + "blob": "https://storage4043.blob.core.windows.net/", + "queue": "https://storage4043.queue.core.windows.net/", + "table": "https://storage4043.table.core.windows.net/", + "file": "https://storage4043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "227f947cd19141e8aff31ffea96b3a14", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1394", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:35:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "227f947cd19141e8aff31ffea96b3a14", + "x-ms-correlation-request-id": "6fbac880-7ba7-4787-b494-d8bf92c0a272", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "fe9b1489-b034-4c7e-99f7-6fbff28731f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073552Z:6fbac880-7ba7-4787-b494-d8bf92c0a272" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043", + "name": "storage4043", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:35:31.0280677Z", + "key2": "2021-08-17T07:35:31.0280677Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:35:31.0437222Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:35:30.9343422Z", + "primaryEndpoints": { + "blob": "https://storage4043.blob.core.windows.net/", + "queue": "https://storage4043.queue.core.windows.net/", + "table": "https://storage4043.table.core.windows.net/", + "file": "https://storage4043.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7191/providers/Microsoft.Storage/storageAccounts/storage4043?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8498a4ccea866b3e36187e5db655cb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:35:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8498a4ccea866b3e36187e5db655cb4", + "x-ms-correlation-request-id": "84b179e1-120b-41ba-ac1c-a9c3b09125e4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c39c9dd5-f656-450f-9f9f-9e1de64e8f4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073559Z:84b179e1-120b-41ba-ac1c-a9c3b09125e4" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "415094613", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRuleAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRuleAsync.json new file mode 100644 index 0000000000000..3c09b4bc3205c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateUpdataNetworkRuleAsync.json @@ -0,0 +1,960 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "431f2fe3c491e3efdf873e6e736cabde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e6fae827-369e-493a-8543-8ea78714b022", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "e6fae827-369e-493a-8543-8ea78714b022", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073603Z:e6fae827-369e-493a-8543-8ea78714b022" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3998?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-fa6331c815e2854baeaf33c06b305225-203e0714b0d1474e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3101fb09cda301790752952b860f90bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a6825f58-8502-4b4c-a893-ba2c39c41198", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "a6825f58-8502-4b4c-a893-ba2c39c41198", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073603Z:a6825f58-8502-4b4c-a893-ba2c39c41198" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998", + "name": "teststorageRG-3998", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "251", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9feb7783e66f8d65240410efdff9ce45", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "networkAcls": { + "bypass": "Logging, AzureServices", + "ipRules": [ + { + "value": "23.45.67.89", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9feb7783e66f8d65240410efdff9ce45", + "x-ms-correlation-request-id": "0dbf7bc0-4af6-4373-8eb0-785ea2e659c5", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "8bcec166-cbdd-4f8e-ad5b-fda47c6284ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073608Z:0dbf7bc0-4af6-4373-8eb0-785ea2e659c5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33e8b5de31f3238795730c9fbd8a220d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33e8b5de31f3238795730c9fbd8a220d", + "x-ms-correlation-request-id": "082ab99c-73a5-4649-92c8-c2f51eb97892", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "9e0dcc56-b72f-4779-8d26-5f35f2d3af52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073608Z:082ab99c-73a5-4649-92c8-c2f51eb97892" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44454f835bddd295ec99d5df28c73f6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44454f835bddd295ec99d5df28c73f6f", + "x-ms-correlation-request-id": "eebddb3c-8179-4d62-9f1d-e58f1a9b0f23", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e9adf540-0fb3-4d6d-85f1-4d4ad3c781ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073610Z:eebddb3c-8179-4d62-9f1d-e58f1a9b0f23" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2911e1039b11b452ba0ea0b4a4ec9440", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2911e1039b11b452ba0ea0b4a4ec9440", + "x-ms-correlation-request-id": "829f85d9-61fa-4aa4-9da3-57408b670046", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "b58046f4-7985-4cb1-a41c-663c824baa3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073611Z:829f85d9-61fa-4aa4-9da3-57408b670046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe1aaf6cbc6f8351201647595ca7fbcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe1aaf6cbc6f8351201647595ca7fbcd", + "x-ms-correlation-request-id": "5d914049-2762-463c-a1eb-1106e018e6ce", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "68dcb255-64e7-43ab-a6ed-9a923a9e6397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073612Z:5d914049-2762-463c-a1eb-1106e018e6ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db9b9c34f978e8fcfc9089cfbae02d00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db9b9c34f978e8fcfc9089cfbae02d00", + "x-ms-correlation-request-id": "db82ecfb-f106-4c55-b404-5feb33fc98a1", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d7b0f68f-13db-48dc-90a3-dafd9fcc7b93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073614Z:db82ecfb-f106-4c55-b404-5feb33fc98a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7873950440ad4700908e08fa53f85713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7873950440ad4700908e08fa53f85713", + "x-ms-correlation-request-id": "1daed2c7-42c6-4bd1-87d0-48aecfd3aa25", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "5ebf10f4-8aa9-4dd2-815f-1e0e2aa6316e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073615Z:1daed2c7-42c6-4bd1-87d0-48aecfd3aa25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0780d213b95073c7b33202de3282c840", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0780d213b95073c7b33202de3282c840", + "x-ms-correlation-request-id": "7cd239e6-3edb-4f6a-8d31-a0c60341dc64", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "1dee0f10-4bcc-4e96-943f-fb5c209e4de1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073616Z:7cd239e6-3edb-4f6a-8d31-a0c60341dc64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c75547e98233f3209c544beaf0019403", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c75547e98233f3209c544beaf0019403", + "x-ms-correlation-request-id": "755ac118-4297-4175-b594-304318c8796e", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3f42aa2e-cbef-49ae-b604-9fc67ee0239a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073618Z:755ac118-4297-4175-b594-304318c8796e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8bc7639255f4bafcd00c57b3e21150e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8bc7639255f4bafcd00c57b3e21150e", + "x-ms-correlation-request-id": "fb528fb1-2eaa-4817-8b84-c1b1f2c1c7f2", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "212cb107-7739-4d1d-8d56-f06b12db93fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073619Z:fb528fb1-2eaa-4817-8b84-c1b1f2c1c7f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c11c8c58fa390dfb28d6bfb6edc82b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c11c8c58fa390dfb28d6bfb6edc82b1", + "x-ms-correlation-request-id": "3797ff32-ee19-40fb-a83a-22c17e11af7f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "44dc6477-9155-466b-a5da-587215a6e7f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073620Z:3797ff32-ee19-40fb-a83a-22c17e11af7f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bba5fe9ddfc6c4e0970af933bda4b57b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bba5fe9ddfc6c4e0970af933bda4b57b", + "x-ms-correlation-request-id": "1b7adbaf-93e6-4cf3-81ed-2deda738a894", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "dda6895f-bdac-4867-98ad-9c9a2051e547", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073622Z:1b7adbaf-93e6-4cf3-81ed-2deda738a894" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28253c3f87f0a960962b36d2bab3ddf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28253c3f87f0a960962b36d2bab3ddf1", + "x-ms-correlation-request-id": "5ab3bf98-385e-4c9a-9ac8-6a92025751d7", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "55e16da2-855f-4575-bbcd-726dc7b8bc69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073623Z:5ab3bf98-385e-4c9a-9ac8-6a92025751d7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8bcec166-cbdd-4f8e-ad5b-fda47c6284ce?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fdd147d597be648e74d749995acd30d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1346", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:36:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fdd147d597be648e74d749995acd30d", + "x-ms-correlation-request-id": "5a19639c-272e-4cc2-b010-17fbb68085c0", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "cbc9ab46-ebd6-4fef-9b54-0bdda95a1351", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073624Z:5a19639c-272e-4cc2-b010-17fbb68085c0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430", + "name": "storage1430", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:36:06.6232484Z", + "key2": "2021-08-17T07:36:06.6232484Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, AzureServices", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.89", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:36:06.5294570Z", + "primaryEndpoints": { + "blob": "https://storage1430.blob.core.windows.net/", + "queue": "https://storage1430.queue.core.windows.net/", + "table": "https://storage1430.table.core.windows.net/", + "file": "https://storage1430.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "177", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31bcefd75ab715c09dfc259aa90d0ae4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "bypass": "Logging, Metrics", + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Deny" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1381", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:36:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31bcefd75ab715c09dfc259aa90d0ae4", + "x-ms-correlation-request-id": "c822c17d-3a7b-44d7-8111-9e6c336c3be7", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "1412fc89-81b8-41fa-a3d0-8488292ebf78", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073626Z:c822c17d-3a7b-44d7-8111-9e6c336c3be7" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430", + "name": "storage1430", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:36:06.6232484Z", + "key2": "2021-08-17T07:36:06.6232484Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Deny" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:36:06.5294570Z", + "primaryEndpoints": { + "blob": "https://storage1430.blob.core.windows.net/", + "queue": "https://storage1430.queue.core.windows.net/", + "table": "https://storage1430.table.core.windows.net/", + "file": "https://storage1430.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "56", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9b6072d75c6e5fff43e40a213c713ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "networkAcls": { + "defaultAction": "Allow" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1382", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:36:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9b6072d75c6e5fff43e40a213c713ea", + "x-ms-correlation-request-id": "f5bee94c-39af-42b2-befd-25e3b219496f", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "aea8626a-25db-4c45-8bad-91c0529cfa0a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073628Z:f5bee94c-39af-42b2-befd-25e3b219496f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430", + "name": "storage1430", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:36:06.6232484Z", + "key2": "2021-08-17T07:36:06.6232484Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:36:06.5294570Z", + "primaryEndpoints": { + "blob": "https://storage1430.blob.core.windows.net/", + "queue": "https://storage1430.queue.core.windows.net/", + "table": "https://storage1430.table.core.windows.net/", + "file": "https://storage1430.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cafa2858abf6233a53c7a17f34ad3dda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1394", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 07:36:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cafa2858abf6233a53c7a17f34ad3dda", + "x-ms-correlation-request-id": "406cf6df-4098-4299-a752-f603028e5c67", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "0dd0de4e-67f2-4a9e-b026-6a4c731f06d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073628Z:406cf6df-4098-4299-a752-f603028e5c67" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430", + "name": "storage1430", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T07:36:06.6232484Z", + "key2": "2021-08-17T07:36:06.6232484Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "Logging, Metrics", + "virtualNetworkRules": [], + "ipRules": [ + { + "value": "23.45.67.90", + "action": "Allow" + }, + { + "value": "23.45.67.91", + "action": "Allow" + } + ], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T07:36:06.6232484Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T07:36:06.5294570Z", + "primaryEndpoints": { + "blob": "https://storage1430.blob.core.windows.net/", + "queue": "https://storage1430.queue.core.windows.net/", + "table": "https://storage1430.table.core.windows.net/", + "file": "https://storage1430.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3998/providers/Microsoft.Storage/storageAccounts/storage1430?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8d6c90432af56246f0d73c78191d02d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 07:36:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8d6c90432af56246f0d73c78191d02d6", + "x-ms-correlation-request-id": "72403355-23df-479b-80dc-6dda5f35e18f", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "da78255e-72c6-4026-b1b9-3d259ddb865b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T073634Z:72403355-23df-479b-80dc-6dda5f35e18f" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "11316621", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTest.json deleted file mode 100644 index 468bfdc47066c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTest.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7236?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-bc0d9d4cdd1ebd4abfd4591771c49ad3-fa066c3ab2fb564b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6a15274d2b47f3ee908c28c8c452126", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e92f749d-40be-46d9-a092-b433ee925028", - "x-ms-ratelimit-remaining-subscription-writes": "1043", - "x-ms-request-id": "e92f749d-40be-46d9-a092-b433ee925028", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031019Z:e92f749d-40be-46d9-a092-b433ee925028" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236", - "name": "res7236", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "94", - "Content-Type": "application/json", - "traceparent": "00-7b646c05cd108248afa82e374834abcc-7356de8a09bf1e4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "05435a498bbdc6ecb8dde74623503b57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "East US 2 EUAP", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05435a498bbdc6ecb8dde74623503b57", - "x-ms-correlation-request-id": "8064f597-75bb-45f5-99ac-f467d2e342d8", - "x-ms-ratelimit-remaining-subscription-writes": "1042", - "x-ms-request-id": "6863e194-37f5-40b8-a0a3-0494c7c9af73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031022Z:8064f597-75bb-45f5-99ac-f467d2e342d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b8d5c0c0896bc6b6b50ffcf45639c5b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8d5c0c0896bc6b6b50ffcf45639c5b7", - "x-ms-correlation-request-id": "3765805b-d133-4089-805c-bbcb0cc40246", - "x-ms-ratelimit-remaining-subscription-reads": "11445", - "x-ms-request-id": "300e313f-283c-41b1-bd06-19c13c89aff5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031022Z:3765805b-d133-4089-805c-bbcb0cc40246" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f49e348694af8411aabeb771cca68112", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f49e348694af8411aabeb771cca68112", - "x-ms-correlation-request-id": "f152bbe0-78ce-4f9f-af02-996ac0188e08", - "x-ms-ratelimit-remaining-subscription-reads": "11444", - "x-ms-request-id": "dfb61f98-afd0-4f11-b287-62eebc52e91a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031024Z:f152bbe0-78ce-4f9f-af02-996ac0188e08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63861d50827a64ec9aabdd76c8ba2d15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63861d50827a64ec9aabdd76c8ba2d15", - "x-ms-correlation-request-id": "362d6800-c03b-45b8-804a-02823fef5b8b", - "x-ms-ratelimit-remaining-subscription-reads": "11443", - "x-ms-request-id": "9d8c51fc-5bb3-4ac4-af8d-62d59647a005", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031025Z:362d6800-c03b-45b8-804a-02823fef5b8b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10be078797062b19af500dacd145fa0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10be078797062b19af500dacd145fa0e", - "x-ms-correlation-request-id": "61ca88f8-79bd-4d2e-b7fc-45215a98ccb5", - "x-ms-ratelimit-remaining-subscription-reads": "11442", - "x-ms-request-id": "6f399841-d990-4c69-8eb6-cb2384547a0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031026Z:61ca88f8-79bd-4d2e-b7fc-45215a98ccb5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38a4e98e61b2033d483a5a04b69bbcf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38a4e98e61b2033d483a5a04b69bbcf0", - "x-ms-correlation-request-id": "c4d4baca-4d19-4915-8d39-09904a13ab47", - "x-ms-ratelimit-remaining-subscription-reads": "11441", - "x-ms-request-id": "4614334a-df56-4217-8e10-ad4b77f66e87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031028Z:c4d4baca-4d19-4915-8d39-09904a13ab47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4e9a29070e7b80c045ab429753f9254", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4e9a29070e7b80c045ab429753f9254", - "x-ms-correlation-request-id": "fda4228e-6171-4cf5-9169-ebccb2c8f033", - "x-ms-ratelimit-remaining-subscription-reads": "11440", - "x-ms-request-id": "e5bc30b4-7cf1-4107-8811-14a4d6fc4402", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031029Z:fda4228e-6171-4cf5-9169-ebccb2c8f033" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dee7ceb0f4162562cabac7cc3d157514", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dee7ceb0f4162562cabac7cc3d157514", - "x-ms-correlation-request-id": "1a43f55f-960b-44ed-be3b-659a83969eab", - "x-ms-ratelimit-remaining-subscription-reads": "11439", - "x-ms-request-id": "4736ee08-4014-4d63-8dc2-dd374391e35d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031031Z:1a43f55f-960b-44ed-be3b-659a83969eab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2f1b1d94355c1d27dceb3458ad138e08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f1b1d94355c1d27dceb3458ad138e08", - "x-ms-correlation-request-id": "f75c1d64-3e63-4738-8952-70169a8178e5", - "x-ms-ratelimit-remaining-subscription-reads": "11438", - "x-ms-request-id": "a8752021-3628-4742-8fa1-df4474860e40", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031032Z:f75c1d64-3e63-4738-8952-70169a8178e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e85306a7ddb39cda3fc4fa2ca8407bee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e85306a7ddb39cda3fc4fa2ca8407bee", - "x-ms-correlation-request-id": "9944ca8f-b87a-4c00-bca0-b2b72aae9a5b", - "x-ms-ratelimit-remaining-subscription-reads": "11437", - "x-ms-request-id": "d216ae04-0f2d-4a08-8adb-0d868dba79ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031033Z:9944ca8f-b87a-4c00-bca0-b2b72aae9a5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5895a0e562247af8a7ca012bc00978b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5895a0e562247af8a7ca012bc00978b6", - "x-ms-correlation-request-id": "191730b5-7964-4416-8561-ccfbac611e52", - "x-ms-ratelimit-remaining-subscription-reads": "11436", - "x-ms-request-id": "acc2e0d0-7d30-410b-8eca-b3094c7bd9ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031035Z:191730b5-7964-4416-8561-ccfbac611e52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3624bf2c8dc1b660437ff0973bfa749c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3624bf2c8dc1b660437ff0973bfa749c", - "x-ms-correlation-request-id": "233a9ac2-69c4-449e-a5cf-b8ee34a7270d", - "x-ms-ratelimit-remaining-subscription-reads": "11435", - "x-ms-request-id": "a37409b2-466c-4bc2-b0f6-ac9017bde6a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031036Z:233a9ac2-69c4-449e-a5cf-b8ee34a7270d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c72466f367d45e40dd940e8dcaedb35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c72466f367d45e40dd940e8dcaedb35", - "x-ms-correlation-request-id": "680a0c0c-caf8-4949-bb22-644b6abf19ea", - "x-ms-ratelimit-remaining-subscription-reads": "11434", - "x-ms-request-id": "38f3ddeb-9026-445b-bbc2-471e513befc5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031037Z:680a0c0c-caf8-4949-bb22-644b6abf19ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/6863e194-37f5-40b8-a0a3-0494c7c9af73?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9ff434b451b582d3fdf15a572603fac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1196", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9ff434b451b582d3fdf15a572603fac", - "x-ms-correlation-request-id": "b699bd0c-6732-464e-8d84-0bd5590ae48d", - "x-ms-ratelimit-remaining-subscription-reads": "11433", - "x-ms-request-id": "668209ee-1287-42ae-b404-c50617cb5c29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031039Z:b699bd0c-6732-464e-8d84-0bd5590ae48d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261", - "name": "sto6261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2euap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:10:22.1826001Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:10:22.1826001Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:10:22.1125966Z", - "primaryEndpoints": { - "dfs": "https://sto6261.dfs.core.windows.net/", - "web": "https://sto6261.z3.web.core.windows.net/", - "blob": "https://sto6261.blob.core.windows.net/", - "queue": "https://sto6261.queue.core.windows.net/", - "table": "https://sto6261.table.core.windows.net/", - "file": "https://sto6261.file.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-e184b017c62d0348921b33ab58fc3904-34d0d2bce90a8140-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79bb65556b96f638dadf29e84c78da94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "424", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79bb65556b96f638dadf29e84c78da94", - "x-ms-correlation-request-id": "d6bc98d9-91d1-41df-9931-6001c245554a", - "x-ms-ratelimit-remaining-subscription-writes": "1041", - "x-ms-request-id": "3ac483b4-1a35-4862-b01f-06aa8a2e031d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031039Z:d6bc98d9-91d1-41df-9931-6001c245554a" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T03:10:39.4066234Z", - "lastModifiedTime": "2020-09-14T03:10:39.4066234Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fb27f73f1a64bb4f99dca805562059a1-cee3aebe36994648-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f74cbaa38bfa2a81191acd9e203fd2ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "400", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f74cbaa38bfa2a81191acd9e203fd2ac", - "x-ms-correlation-request-id": "4f9e58d9-e202-4802-867a-daae1c9d7429", - "x-ms-ratelimit-remaining-subscription-reads": "11432", - "x-ms-request-id": "f8f6fe2a-e237-4ab4-87da-86839bcde87e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031039Z:4f9e58d9-e202-4802-867a-daae1c9d7429" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:10:39.4066234Z", - "lastModifiedTime": "2020-09-14T03:10:39.4066234Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "63", - "Content-Type": "application/json", - "traceparent": "00-040f247570900943959834f35394bcdf-61807dd27bec914f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7693949962f3e09e0a090f3c1b440cc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Enabled" - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "399", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7693949962f3e09e0a090f3c1b440cc7", - "x-ms-correlation-request-id": "84676924-ab41-4da4-b88b-70f92e554c29", - "x-ms-ratelimit-remaining-subscription-writes": "1040", - "x-ms-request-id": "76b25c3f-92c5-4c58-8e00-2deeb29b3f85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031040Z:84676924-ab41-4da4-b88b-70f92e554c29" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:10:39.4066234Z", - "lastModifiedTime": "2020-09-14T03:10:40.3571102Z", - "state": "Enabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b80181044714cab1e391607c9d9ad59a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "411", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:10:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b80181044714cab1e391607c9d9ad59a", - "x-ms-correlation-request-id": "951d23d3-8a5d-49ec-b986-897c85c57016", - "x-ms-ratelimit-remaining-subscription-reads": "11431", - "x-ms-request-id": "4ab331af-f4ab-4063-a350-ec1dd08f8a5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031040Z:951d23d3-8a5d-49ec-b986-897c85c57016" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7236/providers/Microsoft.Storage/storageAccounts/sto6261/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:10:39.4066234Z", - "lastModifiedTime": "2020-09-14T03:10:40.3571102Z", - "state": "Enabled" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "315046422", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTestAsync.json deleted file mode 100644 index 26fd3f8f17a68..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/EcryptionScopeTestAsync.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7369?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-1747ee658f232e49a32c46d8f88a5c9e-789f6def0ae0c545-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "370af44a42e6028bc99e31db5bdfdc14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2c36b943-91fe-4045-ad3c-4903b188424e", - "x-ms-ratelimit-remaining-subscription-writes": "1147", - "x-ms-request-id": "2c36b943-91fe-4045-ad3c-4903b188424e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033019Z:2c36b943-91fe-4045-ad3c-4903b188424e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369", - "name": "res7369", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "94", - "Content-Type": "application/json", - "traceparent": "00-cd1c830cfbedac4c806b1bab4e12c25a-04edd55852001145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "23c82b9bfce98d01317e5388aad77484", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "East US 2 EUAP", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23c82b9bfce98d01317e5388aad77484", - "x-ms-correlation-request-id": "d0abda97-430c-4b19-b1a6-f0a95ac0cd5f", - "x-ms-ratelimit-remaining-subscription-writes": "1146", - "x-ms-request-id": "676d2030-9ecb-46d9-a156-4c3d3e1484b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033024Z:d0abda97-430c-4b19-b1a6-f0a95ac0cd5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "785871e0f9faf76108aab4c438791fc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "785871e0f9faf76108aab4c438791fc7", - "x-ms-correlation-request-id": "bb2d61d0-05f2-40bf-ba4b-8ad80f1fe3fa", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "597d6bdf-90d1-43de-a86f-19dcfc1883b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033024Z:bb2d61d0-05f2-40bf-ba4b-8ad80f1fe3fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f98f56bc8ec66b026729f40cb7141b67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f98f56bc8ec66b026729f40cb7141b67", - "x-ms-correlation-request-id": "5486a5e8-4a8d-4a48-870d-ef766f08e401", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "874d1b71-f1c8-47a3-849d-f25ec7bb9a68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033025Z:5486a5e8-4a8d-4a48-870d-ef766f08e401" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38a74eb6fc7ed28a841e7d9d7b0066b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38a74eb6fc7ed28a841e7d9d7b0066b4", - "x-ms-correlation-request-id": "d2ad49bc-6244-4eca-8fc2-8a7979e9f8b5", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "1cfd0089-4894-4905-acb6-40f1914d53ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033027Z:d2ad49bc-6244-4eca-8fc2-8a7979e9f8b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b2f7dbdce3a523e6fed11d1045540f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b2f7dbdce3a523e6fed11d1045540f3", - "x-ms-correlation-request-id": "1ec404f2-627b-4997-a2c5-240b48795d94", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "89ccbd21-90f0-4ccc-824f-a4c1c6ba9865", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033028Z:1ec404f2-627b-4997-a2c5-240b48795d94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea0e4d8ee7d1c048ccbd74a81065ef66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea0e4d8ee7d1c048ccbd74a81065ef66", - "x-ms-correlation-request-id": "70a75258-6d70-4e7e-b2d7-1ca13b8dc551", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "7d3a2f24-1072-483b-957a-d693e48cdfb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033029Z:70a75258-6d70-4e7e-b2d7-1ca13b8dc551" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "394f3fc200e5e72c1055c891ebb8cd2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "394f3fc200e5e72c1055c891ebb8cd2f", - "x-ms-correlation-request-id": "862334ca-cab6-4839-bb48-88d661a75ac0", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "4b12d5a4-642a-4a0a-9e4d-519c75e41b12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033031Z:862334ca-cab6-4839-bb48-88d661a75ac0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2e0f8add7cf1d6e3346f4f7d5a95420a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e0f8add7cf1d6e3346f4f7d5a95420a", - "x-ms-correlation-request-id": "81e34d54-e867-43d3-9534-47a5347c7b27", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "e4034582-27d4-40f2-b4e8-0acb0bec21ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033032Z:81e34d54-e867-43d3-9534-47a5347c7b27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c40faafd06068d0e2027d97c1eb7d413", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c40faafd06068d0e2027d97c1eb7d413", - "x-ms-correlation-request-id": "46b402ae-7b58-40c0-b574-0c62f8b48573", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "13c3feb2-2eb6-4022-9c95-d9e0f0908708", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033033Z:46b402ae-7b58-40c0-b574-0c62f8b48573" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "85ca45efc15645755c780575b0af8c7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85ca45efc15645755c780575b0af8c7b", - "x-ms-correlation-request-id": "5da4e797-7359-4235-80b6-17f0e63e9289", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "2b2e6224-9a8b-452f-8f50-687658b45883", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033035Z:5da4e797-7359-4235-80b6-17f0e63e9289" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4193be1308a9d7287b810ecaa267b77d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4193be1308a9d7287b810ecaa267b77d", - "x-ms-correlation-request-id": "4018edf3-42f6-43d0-9ed7-7019b00d4ebe", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "ffd97bab-c244-4c4b-9c56-a6842ac0b599", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033036Z:4018edf3-42f6-43d0-9ed7-7019b00d4ebe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "158d3b9abcca3cb435c9678d0198dc70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "158d3b9abcca3cb435c9678d0198dc70", - "x-ms-correlation-request-id": "6ff941b6-3bc9-41c4-8a22-da953c3d863a", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "8e1b09ec-222c-4279-8db1-3f0418bd6517", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033037Z:6ff941b6-3bc9-41c4-8a22-da953c3d863a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60685e9a9324e66a1cf30ad4b3aaa3f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60685e9a9324e66a1cf30ad4b3aaa3f5", - "x-ms-correlation-request-id": "300f93dc-5379-420a-8284-6fe6ba7a4cc0", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "ae39a9f5-4236-4270-982f-6bc6bad303b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033039Z:300f93dc-5379-420a-8284-6fe6ba7a4cc0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/676d2030-9ecb-46d9-a156-4c3d3e1484b7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75da87c1772256b009570ce0a19bd6e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1196", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75da87c1772256b009570ce0a19bd6e3", - "x-ms-correlation-request-id": "a5d60e23-f99c-4034-a032-a2e0ef68bcd8", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "0b685d73-e5b3-4a4b-a4c4-18db1db4f377", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033040Z:a5d60e23-f99c-4034-a032-a2e0ef68bcd8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156", - "name": "sto2156", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2euap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:30:23.6546998Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:30:23.6546998Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:30:23.5697209Z", - "primaryEndpoints": { - "dfs": "https://sto2156.dfs.core.windows.net/", - "web": "https://sto2156.z3.web.core.windows.net/", - "blob": "https://sto2156.blob.core.windows.net/", - "queue": "https://sto2156.queue.core.windows.net/", - "table": "https://sto2156.table.core.windows.net/", - "file": "https://sto2156.file.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "64", - "Content-Type": "application/json", - "traceparent": "00-831c68b581a46c449b594c03675d02aa-a0d73e3e66b3b44d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "432f9da457fe0759d1a6f8d7b2df898a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Disabled" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "424", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "432f9da457fe0759d1a6f8d7b2df898a", - "x-ms-correlation-request-id": "5b255b6b-de99-4ccf-85a3-96a00960aba2", - "x-ms-ratelimit-remaining-subscription-writes": "1145", - "x-ms-request-id": "ecc8ca1a-fa7f-4ffe-aded-5d9f1d8ab587", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033040Z:5b255b6b-de99-4ccf-85a3-96a00960aba2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "keyVaultProperties": {}, - "creationTime": "2020-09-14T03:30:40.6847804Z", - "lastModifiedTime": "2020-09-14T03:30:40.6847804Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8bcda91f78e4274cbbe3051cc0390bbd-4b861051d78b2a40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79cc722567bd234eae1156cd868a4581", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "400", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79cc722567bd234eae1156cd868a4581", - "x-ms-correlation-request-id": "344ce164-d232-40c5-9068-949e2742d001", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "e9088b2c-094d-434f-9bbf-5610d5756e34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033041Z:344ce164-d232-40c5-9068-949e2742d001" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:30:40.6847804Z", - "lastModifiedTime": "2020-09-14T03:30:40.6847804Z", - "state": "Disabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "63", - "Content-Type": "application/json", - "traceparent": "00-8de9f16decd8af4fa7dbf2f1ebd7cbbf-772220f0115cb24b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1530261c5f7a69f72ed3a47b7ed9a429", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "source": "Microsoft.Storage", - "state": "Enabled" - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "399", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1530261c5f7a69f72ed3a47b7ed9a429", - "x-ms-correlation-request-id": "47065628-65d3-4e25-8795-dd29e9cb3c83", - "x-ms-ratelimit-remaining-subscription-writes": "1144", - "x-ms-request-id": "16dab6c3-4996-40fe-b113-218590493a54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033041Z:47065628-65d3-4e25-8795-dd29e9cb3c83" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:30:40.6847804Z", - "lastModifiedTime": "2020-09-14T03:30:41.6222398Z", - "state": "Enabled" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2eba82ce5cce3c254e0c95ec018b8146", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "411", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2eba82ce5cce3c254e0c95ec018b8146", - "x-ms-correlation-request-id": "0ca43cad-3f80-4ffb-a926-98dbb05ee087", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "0b4a3ac0-8044-440d-be5d-ee0ae51ac7e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033042Z:0ca43cad-3f80-4ffb-a926-98dbb05ee087" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7369/providers/Microsoft.Storage/storageAccounts/sto2156/encryptionScopes/testscope", - "type": "Microsoft.Storage/storageAccounts/encryptionScopes", - "name": "testscope", - "properties": { - "source": "Microsoft.Storage", - "creationTime": "2020-09-14T03:30:40.6847804Z", - "lastModifiedTime": "2020-09-14T03:30:41.6222398Z", - "state": "Enabled" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "900250442", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccounts.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccounts.json new file mode 100644 index 0000000000000..409fdb6d84b3a --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccounts.json @@ -0,0 +1,1451 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d0cef264f517b333011c90d5e811b7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8cd4d0b5-c15a-4f2e-b3c0-8c65210ef8f4", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "8cd4d0b5-c15a-4f2e-b3c0-8c65210ef8f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063640Z:8cd4d0b5-c15a-4f2e-b3c0-8c65210ef8f4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4793?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-ef10e9975c6dd94698c9a4904657eb0f-d90b8ee8ec30bc4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a273a484dd20c2ffa0bf152ddbe507d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "76a7d89c-22c9-438e-992c-c8357a5717da", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "76a7d89c-22c9-438e-992c-c8357a5717da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063643Z:76a7d89c-22c9-438e-992c-c8357a5717da" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793", + "name": "teststorageRG-4793", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage17958?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcbf04ccafbe68fabfadd66b24fe5f83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcbf04ccafbe68fabfadd66b24fe5f83", + "x-ms-correlation-request-id": "320e8c1a-a5cb-4692-8543-179793334cb9", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "8545840d-5527-4c52-9463-6d965400cfb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063651Z:320e8c1a-a5cb-4692-8543-179793334cb9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "764f040ee83999d640beab2476c3e8fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "764f040ee83999d640beab2476c3e8fb", + "x-ms-correlation-request-id": "71808127-35ac-45e0-88e0-3d232d4d519e", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "7f5e7948-fe5f-4b9d-9f1c-7d02e85fc69b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063652Z:71808127-35ac-45e0-88e0-3d232d4d519e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5d66eab7a73477ec98f9b7b768929ff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5d66eab7a73477ec98f9b7b768929ff", + "x-ms-correlation-request-id": "02cd2f8c-c5b4-42d4-88bb-5fef781513a2", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "fb7a2300-55db-4343-a63b-db61cfa87036", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063653Z:02cd2f8c-c5b4-42d4-88bb-5fef781513a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "205d87c1e8af934960b19541d816b85d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "205d87c1e8af934960b19541d816b85d", + "x-ms-correlation-request-id": "0637b08b-948d-4bfe-90ec-590f8e559ad5", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "7dc9356c-1689-4d22-8767-66e46cb29e73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063654Z:0637b08b-948d-4bfe-90ec-590f8e559ad5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0c53c5a46e993dc8507aca94d5b22b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0c53c5a46e993dc8507aca94d5b22b7", + "x-ms-correlation-request-id": "f126976b-b251-4dc3-9455-b4db4bbd3af6", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "60812408-3d51-473e-9779-b1d3f597ef65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063656Z:f126976b-b251-4dc3-9455-b4db4bbd3af6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef62ac94c766c24c244345c2e53c6fb3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef62ac94c766c24c244345c2e53c6fb3", + "x-ms-correlation-request-id": "2bddd9dd-7a71-4aad-9d9c-e2f510dc408f", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "320a8258-ec54-4a3e-ada5-37d8801b7b8c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063657Z:2bddd9dd-7a71-4aad-9d9c-e2f510dc408f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39213dd659c47b16abc99aa73ca04605", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:36:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39213dd659c47b16abc99aa73ca04605", + "x-ms-correlation-request-id": "1a820e49-e112-4e58-9922-60e28f2e3ebf", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "39c8d22f-0511-4ea6-9870-e314fc6a05a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063658Z:1a820e49-e112-4e58-9922-60e28f2e3ebf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2cacdd8fc9b392f7f002aba50019ae49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2cacdd8fc9b392f7f002aba50019ae49", + "x-ms-correlation-request-id": "3f9180dc-22d4-490c-9d07-a254ab2b70a7", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "bbba254d-567f-4970-991e-c9445c5d29f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063700Z:3f9180dc-22d4-490c-9d07-a254ab2b70a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fd2f998e83a3bf296e6449c2da48684", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fd2f998e83a3bf296e6449c2da48684", + "x-ms-correlation-request-id": "ad6c57b2-f31b-4f82-b223-9504478a92f6", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "26b78fd6-41c3-4677-8b6e-811a675da240", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063701Z:ad6c57b2-f31b-4f82-b223-9504478a92f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "07333ffd438f0dff468e49c1ad707b91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "07333ffd438f0dff468e49c1ad707b91", + "x-ms-correlation-request-id": "68cb5f4f-0bf5-488f-8366-61540e627292", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "57f7b427-abff-49e9-bf6b-3e0e5d85b15d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063702Z:68cb5f4f-0bf5-488f-8366-61540e627292" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "420f511a36cda6cbeb7195cd845a654b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "420f511a36cda6cbeb7195cd845a654b", + "x-ms-correlation-request-id": "23ae7e03-eb56-4c77-be76-355bfbdd47d6", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "1cde95c9-f969-41fe-86fb-bb7cf49b8737", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063704Z:23ae7e03-eb56-4c77-be76-355bfbdd47d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1a8277ca7e655b9fac5c9ab9f318d26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1a8277ca7e655b9fac5c9ab9f318d26", + "x-ms-correlation-request-id": "f38e09fb-2f85-4ce4-8b00-229458cece13", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "5fbe1065-4c52-4dea-a924-3355433a3c8f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063705Z:f38e09fb-2f85-4ce4-8b00-229458cece13" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db82b26b4395c6b6748c1c1ead3188eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db82b26b4395c6b6748c1c1ead3188eb", + "x-ms-correlation-request-id": "70f5d23f-ec9d-42c0-a177-005c95db2f25", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "10402a89-05cc-4fa2-8686-0729f81e07dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063706Z:70f5d23f-ec9d-42c0-a177-005c95db2f25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8545840d-5527-4c52-9463-6d965400cfb7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8545fd28bac773aa97b948086d1f07b9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:37:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8545fd28bac773aa97b948086d1f07b9", + "x-ms-correlation-request-id": "3721533b-8aaa-44c6-b7ac-22d3cdf962ef", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "535e3359-2c12-44fe-b803-f9dd04dc2c35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063707Z:3721533b-8aaa-44c6-b7ac-22d3cdf962ef" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage17958", + "name": "storage17958", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:36:49.7283529Z", + "key2": "2021-08-13T06:36:49.7283529Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:36:49.6189812Z", + "primaryEndpoints": { + "blob": "https://storage17958.blob.core.windows.net/", + "queue": "https://storage17958.queue.core.windows.net/", + "table": "https://storage17958.table.core.windows.net/", + "file": "https://storage17958.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage22397?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2626fe389d838b671e24c5a8b9aa8c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2626fe389d838b671e24c5a8b9aa8c8", + "x-ms-correlation-request-id": "b7a783f2-a6b8-4983-911d-c16437358496", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "6fd66ebd-c371-4eac-b498-a8ac5e20d8ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063711Z:b7a783f2-a6b8-4983-911d-c16437358496" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d3a6284b6cf9e13470c14e46d50e7fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d3a6284b6cf9e13470c14e46d50e7fd", + "x-ms-correlation-request-id": "46478fcc-2d18-45ea-9cc0-72114113725c", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "593497ef-f3c1-4427-ac67-8b8fb6451cf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063712Z:46478fcc-2d18-45ea-9cc0-72114113725c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90cb8011659bdbcd11b1cac946da3dc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90cb8011659bdbcd11b1cac946da3dc3", + "x-ms-correlation-request-id": "a8188ee1-9355-4c95-b0be-62f80f2c4a8e", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "db68379f-6d20-4317-949d-163ae1e4f1cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063713Z:a8188ee1-9355-4c95-b0be-62f80f2c4a8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29d5f6896a6086f8c9e45adff47943b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29d5f6896a6086f8c9e45adff47943b6", + "x-ms-correlation-request-id": "700072d0-a12c-4fa9-bfaf-09ead338053a", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "5186ac48-13eb-49bf-8ccb-d0ab815ba8a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063714Z:700072d0-a12c-4fa9-bfaf-09ead338053a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aca4627c8e21fb9945f2c1eec4a586d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aca4627c8e21fb9945f2c1eec4a586d", + "x-ms-correlation-request-id": "3cf611e6-8251-409d-8785-2e7ffdd03d1e", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "3281c2a8-3afe-48e6-9012-afa81285c9d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063715Z:3cf611e6-8251-409d-8785-2e7ffdd03d1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "765b50cfbe7ba69c8745c6b60beee697", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "765b50cfbe7ba69c8745c6b60beee697", + "x-ms-correlation-request-id": "ace0b9e8-02e3-4a6a-a8a9-2da18dc02325", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "07531e27-7df1-4af8-8b0f-add17b9d3720", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063717Z:ace0b9e8-02e3-4a6a-a8a9-2da18dc02325" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffa2136dc20fc0e03db694003eda9a7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffa2136dc20fc0e03db694003eda9a7f", + "x-ms-correlation-request-id": "ee5bfa60-1111-4fc5-b3d6-53ac38ade23c", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "2c5737dd-d3aa-4136-b276-d13dd9dc9640", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063718Z:ee5bfa60-1111-4fc5-b3d6-53ac38ade23c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a30fec8ccc1e683ba923f39d020213a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a30fec8ccc1e683ba923f39d020213a5", + "x-ms-correlation-request-id": "c134f3c2-69aa-4535-837a-f0b0c5c106cb", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "57f28070-9993-4b13-8ae7-ce4d90617647", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063719Z:c134f3c2-69aa-4535-837a-f0b0c5c106cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8b0957958a70d5d6f9a39c5299c68ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8b0957958a70d5d6f9a39c5299c68ad", + "x-ms-correlation-request-id": "63363836-4218-476b-b0e7-a7376a521fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "5b36be9a-bfb7-4b9c-b64b-a43626376a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063721Z:63363836-4218-476b-b0e7-a7376a521fe6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f2a46aa42dfa078d83955ecce43be3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f2a46aa42dfa078d83955ecce43be3a", + "x-ms-correlation-request-id": "61400714-6018-4de1-9d9e-ed5bd45b15e0", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "d9e32cee-dc97-4f92-83b8-32582b074ef0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063722Z:61400714-6018-4de1-9d9e-ed5bd45b15e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a987efa2c12933d78f02338393753f0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a987efa2c12933d78f02338393753f0d", + "x-ms-correlation-request-id": "1e8c8fb7-a0be-46b2-aa0c-123c2cb7169c", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "2755c146-fd6c-4fe7-b9a7-53670e137800", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063723Z:1e8c8fb7-a0be-46b2-aa0c-123c2cb7169c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbf246baf4d836c61c0f006e03703e2c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbf246baf4d836c61c0f006e03703e2c", + "x-ms-correlation-request-id": "89e0819c-c54a-49b1-9da1-56542e2909d3", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "99df5ed0-3142-4f6b-b622-eb6580fab528", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063725Z:89e0819c-c54a-49b1-9da1-56542e2909d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a22ffdcbf15e9836ef68fdc0ff40d62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a22ffdcbf15e9836ef68fdc0ff40d62", + "x-ms-correlation-request-id": "c9d93984-a328-4fd5-b61b-d2d99d8c6d48", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "88346560-eaa1-4fb1-b9ff-58e8a17d77bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063726Z:c9d93984-a328-4fd5-b61b-d2d99d8c6d48" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6fd66ebd-c371-4eac-b498-a8ac5e20d8ed?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "883148fa0251ae6128518c1ac069301e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "883148fa0251ae6128518c1ac069301e", + "x-ms-correlation-request-id": "94a89591-88cb-4fa8-a30f-f070d07eec9a", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "14437191-9a61-473d-a1b5-d39f4bb1662f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063727Z:94a89591-88cb-4fa8-a30f-f070d07eec9a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage22397", + "name": "storage22397", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:37:10.3065806Z", + "key2": "2021-08-13T06:37:10.3065806Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:37:10.1971676Z", + "primaryEndpoints": { + "blob": "https://storage22397.blob.core.windows.net/", + "queue": "https://storage22397.queue.core.windows.net/", + "table": "https://storage22397.table.core.windows.net/", + "file": "https://storage22397.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94a707c40452fbf7c3084ce264e92628", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2621", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:37:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94a707c40452fbf7c3084ce264e92628", + "x-ms-correlation-request-id": "f2adacfd-6546-4e92-b904-a2ba4f4b06ac", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "22b229d6-eec2-4cc2-9952-b289a5d009f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063728Z:f2adacfd-6546-4e92-b904-a2ba4f4b06ac" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage17958", + "name": "storage17958", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:36:49.7283529Z", + "key2": "2021-08-13T06:36:49.7283529Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:36:49.6189812Z", + "primaryEndpoints": { + "blob": "https://storage17958.blob.core.windows.net/", + "queue": "https://storage17958.queue.core.windows.net/", + "table": "https://storage17958.table.core.windows.net/", + "file": "https://storage17958.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage22397", + "name": "storage22397", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:37:10.3065806Z", + "key2": "2021-08-13T06:37:10.3065806Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:37:10.1971676Z", + "primaryEndpoints": { + "blob": "https://storage22397.blob.core.windows.net/", + "queue": "https://storage22397.queue.core.windows.net/", + "table": "https://storage22397.table.core.windows.net/", + "file": "https://storage22397.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba739e01b53edadb9d7411c432682805", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2621", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:37:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba739e01b53edadb9d7411c432682805", + "x-ms-correlation-request-id": "c716ccd5-8f57-40d3-a41e-d2ca6ebb6628", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "1dcce3b7-7db3-4dcf-8572-c123dd225207", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063728Z:c716ccd5-8f57-40d3-a41e-d2ca6ebb6628" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage17958", + "name": "storage17958", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:36:49.7283529Z", + "key2": "2021-08-13T06:36:49.7283529Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:36:49.7441498Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:36:49.6189812Z", + "primaryEndpoints": { + "blob": "https://storage17958.blob.core.windows.net/", + "queue": "https://storage17958.queue.core.windows.net/", + "table": "https://storage17958.table.core.windows.net/", + "file": "https://storage17958.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage22397", + "name": "storage22397", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:37:10.3065806Z", + "key2": "2021-08-13T06:37:10.3065806Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:37:10.3221723Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:37:10.1971676Z", + "primaryEndpoints": { + "blob": "https://storage22397.blob.core.windows.net/", + "queue": "https://storage22397.queue.core.windows.net/", + "table": "https://storage22397.table.core.windows.net/", + "file": "https://storage22397.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage17958?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "081871c6794df50f5036c548b57f4a3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "081871c6794df50f5036c548b57f4a3e", + "x-ms-correlation-request-id": "32a7dd3f-70fa-46cb-b3a0-b76bd6ab9191", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "a6869745-18fd-4f84-bef0-cf36c33474c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063734Z:32a7dd3f-70fa-46cb-b3a0-b76bd6ab9191" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4793/providers/Microsoft.Storage/storageAccounts/storage22397?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2218642a75f60edf2bccf6def333c85a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:37:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2218642a75f60edf2bccf6def333c85a", + "x-ms-correlation-request-id": "feb2343d-2f8e-4516-a621-34b05b7b1667", + "x-ms-ratelimit-remaining-subscription-deletes": "14994", + "x-ms-request-id": "e3b5e771-61bb-420b-a264-16765574a02d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063739Z:feb2343d-2f8e-4516-a621-34b05b7b1667" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "723142424", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccountsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccountsAsync.json new file mode 100644 index 0000000000000..455a68f091c2f --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetAllStorageAccountsAsync.json @@ -0,0 +1,1451 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96dec5129c391dedfde8cf2dcb55710b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5ea640dc-a55c-498d-b7b5-9bcfef71d925", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "5ea640dc-a55c-498d-b7b5-9bcfef71d925", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063317Z:5ea640dc-a55c-498d-b7b5-9bcfef71d925" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7077?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-e1c2bad3cdf4204f870999a4a764a509-012392b7c58c4d4c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "204e87103ad62ea0aa0d393951e6008b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "af5678f9-6ee5-4ddb-b6e7-118ff7ba374b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "af5678f9-6ee5-4ddb-b6e7-118ff7ba374b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063318Z:af5678f9-6ee5-4ddb-b6e7-118ff7ba374b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077", + "name": "teststorageRG-7077", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage15162?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fd65c4e35e1aac5890cbf12a3abf0f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fd65c4e35e1aac5890cbf12a3abf0f2", + "x-ms-correlation-request-id": "e4027908-aacf-4919-8342-5d190cea4317", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "76ab756c-12c2-4961-9fd3-f53c8045c006", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063322Z:e4027908-aacf-4919-8342-5d190cea4317" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af23cacb7437dbadc1a497c97b8d8bff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af23cacb7437dbadc1a497c97b8d8bff", + "x-ms-correlation-request-id": "38a99296-6c44-4607-a6c0-32878f60a64f", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "8f13e219-dd2f-4bc2-9102-d831592fd1af", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063323Z:38a99296-6c44-4607-a6c0-32878f60a64f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e943461db01daac7537aa573f3b5e6da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e943461db01daac7537aa573f3b5e6da", + "x-ms-correlation-request-id": "e8289900-fb11-4957-a9e6-54523631a023", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "bacbf729-58c4-4a4f-a7dc-ab9491fd7d1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063324Z:e8289900-fb11-4957-a9e6-54523631a023" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d947788e408882bbbbee8e200c3ee00b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d947788e408882bbbbee8e200c3ee00b", + "x-ms-correlation-request-id": "d69e980b-feaf-476e-bbd1-7882bdcaadb2", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "5f16b3cf-d349-4671-95de-4c8e5edc2db2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063325Z:d69e980b-feaf-476e-bbd1-7882bdcaadb2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7df243e2946b1b2902785bbdce3ae80b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7df243e2946b1b2902785bbdce3ae80b", + "x-ms-correlation-request-id": "86333ef3-6e9a-4559-85f9-72a719d25845", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c22a8683-89a3-4fd7-b43c-b2a0f76020a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063327Z:86333ef3-6e9a-4559-85f9-72a719d25845" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "023bbcbeb146dc778ac12e2e21a69d15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "023bbcbeb146dc778ac12e2e21a69d15", + "x-ms-correlation-request-id": "000b54a9-a474-42d9-8a50-9aa5b9f6c8ab", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9dc9ca98-ca64-4eba-b31b-ffc45f35925d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063328Z:000b54a9-a474-42d9-8a50-9aa5b9f6c8ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b090999968c3fa6f4f2cd60fe4feb380", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b090999968c3fa6f4f2cd60fe4feb380", + "x-ms-correlation-request-id": "f126191e-7ad2-4a44-b16c-5b3f883cc151", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "c599d01f-6605-4d73-b9e7-5abaa1171b3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063329Z:f126191e-7ad2-4a44-b16c-5b3f883cc151" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f628306dd0331c5cb15f2a965faf95c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f628306dd0331c5cb15f2a965faf95c", + "x-ms-correlation-request-id": "75b7d933-7576-49e2-b020-2b9f80a490a6", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "64f30c5b-26a4-418f-8912-91e01a857213", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063331Z:75b7d933-7576-49e2-b020-2b9f80a490a6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "342346da38a955484c40b31adb67f88c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "342346da38a955484c40b31adb67f88c", + "x-ms-correlation-request-id": "23a4aaa6-75bf-41c0-ab3d-ba07743002d0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "273a5c16-d79c-4870-907e-a4fa953ee84d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063332Z:23a4aaa6-75bf-41c0-ab3d-ba07743002d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e28ad0d4e44bc11d45fe4ae75c59554", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e28ad0d4e44bc11d45fe4ae75c59554", + "x-ms-correlation-request-id": "7f0beb9f-0d1c-4b7e-95ed-f4535969e8a2", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "6e512fa5-52b0-4159-b038-46650c8ee53c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063333Z:7f0beb9f-0d1c-4b7e-95ed-f4535969e8a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e347a327edaced73a0c03c329ab5663", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e347a327edaced73a0c03c329ab5663", + "x-ms-correlation-request-id": "862e8a42-8c68-4455-a9db-b58ced83337c", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "7272e531-f58e-4d90-b820-ddf75431e64e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063335Z:862e8a42-8c68-4455-a9db-b58ced83337c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b89c661d5bd28c183466604a5399e086", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b89c661d5bd28c183466604a5399e086", + "x-ms-correlation-request-id": "43d321a9-f7e9-4078-b2e2-4e011a69326f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "e8eac2aa-1075-48ea-82d1-90a93560e575", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063336Z:43d321a9-f7e9-4078-b2e2-4e011a69326f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60e75eaa59338fb2d65963374b4e9229", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60e75eaa59338fb2d65963374b4e9229", + "x-ms-correlation-request-id": "5165277f-d9eb-42ff-8830-17051752dfa5", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "16336009-bc0d-4b01-8a7d-419f9038e833", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063337Z:5165277f-d9eb-42ff-8830-17051752dfa5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76ab756c-12c2-4961-9fd3-f53c8045c006?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0f908009dd29d68261a769731e8c7aa0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:33:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0f908009dd29d68261a769731e8c7aa0", + "x-ms-correlation-request-id": "6d1b0a80-bce2-4877-8948-41789c934c93", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "354df52f-a0cd-459b-994e-7ee4c57576e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063338Z:6d1b0a80-bce2-4877-8948-41789c934c93" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage15162", + "name": "storage15162", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:21.2746282Z", + "key2": "2021-08-13T06:33:21.2746282Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:21.1652578Z", + "primaryEndpoints": { + "blob": "https://storage15162.blob.core.windows.net/", + "queue": "https://storage15162.queue.core.windows.net/", + "table": "https://storage15162.table.core.windows.net/", + "file": "https://storage15162.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage22264?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb187c2cf5c3c330b30ce278f8e141e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb187c2cf5c3c330b30ce278f8e141e6", + "x-ms-correlation-request-id": "2fa6e20b-3e23-4bef-9e77-04616988ec96", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063342Z:2fa6e20b-3e23-4bef-9e77-04616988ec96" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce0bc2dfc73513664fcd5b1dfb09de80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ce0bc2dfc73513664fcd5b1dfb09de80", + "x-ms-correlation-request-id": "67b001da-05f6-4dd2-ba15-1d6eb903e10c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "e912c4e9-5224-49a8-9f38-f21d88e7fb81", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063343Z:67b001da-05f6-4dd2-ba15-1d6eb903e10c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e79f8266a64b5b971f4beeb1f5a5d275", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e79f8266a64b5b971f4beeb1f5a5d275", + "x-ms-correlation-request-id": "83e03bb6-27e0-43e2-aef7-29e156be8dd9", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "31428b6e-0cb6-4c0c-abf5-7f2f3b102031", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063344Z:83e03bb6-27e0-43e2-aef7-29e156be8dd9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3698989b72d60cb1d12d843c753fd2d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3698989b72d60cb1d12d843c753fd2d2", + "x-ms-correlation-request-id": "77d73814-a1b6-43b9-a085-0d1033e9c31d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "4f10c2c9-f394-47ff-b30e-c527a4e939ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063345Z:77d73814-a1b6-43b9-a085-0d1033e9c31d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d247e33899e38fd2aafafead8b41ea9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d247e33899e38fd2aafafead8b41ea9", + "x-ms-correlation-request-id": "6751493f-c1ea-4eca-b0a7-e89a14a18b09", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "0a429a54-b850-44cf-af1f-d05bea1ae173", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063347Z:6751493f-c1ea-4eca-b0a7-e89a14a18b09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6281e5faa770f3aad192161e225be5df", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6281e5faa770f3aad192161e225be5df", + "x-ms-correlation-request-id": "0898b88e-609b-4666-94ee-7401edb74e62", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "01267e8c-f563-4175-b947-aaea28884beb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063348Z:0898b88e-609b-4666-94ee-7401edb74e62" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "777e1b78658111d79b5f0b26c2c6341d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "777e1b78658111d79b5f0b26c2c6341d", + "x-ms-correlation-request-id": "3602859b-0650-42ab-8c3b-6e74e97c144a", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "4b8afa6c-18dc-4444-878d-00a2622a9f83", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063349Z:3602859b-0650-42ab-8c3b-6e74e97c144a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f41da0f70be8b61d4319c0c73df16ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f41da0f70be8b61d4319c0c73df16ce", + "x-ms-correlation-request-id": "9cea781e-17a1-4b42-96f3-796abc21e594", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "f31fafb0-4e3a-41bf-8b83-72f8114f460c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063351Z:9cea781e-17a1-4b42-96f3-796abc21e594" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc71d0c9a73595280e6fc7109c84300a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc71d0c9a73595280e6fc7109c84300a", + "x-ms-correlation-request-id": "642d9d48-90e3-471f-b403-fd7f757bd825", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "1ca7a47e-ac0e-4f2a-b1c9-9e6be7c56b86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063352Z:642d9d48-90e3-471f-b403-fd7f757bd825" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "470ff85e55190820b9f3a24fc8ca9dbc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "470ff85e55190820b9f3a24fc8ca9dbc", + "x-ms-correlation-request-id": "5696c35d-51bd-4c9a-9cb5-cbdf570ecaf8", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "efab35ff-e06f-437f-9c8f-3587fafbecdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063353Z:5696c35d-51bd-4c9a-9cb5-cbdf570ecaf8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f25c3c49775568e7b2ac814ea850ee50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f25c3c49775568e7b2ac814ea850ee50", + "x-ms-correlation-request-id": "f52419c4-226c-4cf1-9a09-c56831ce0411", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "0c072bd2-c3c2-46df-a2b7-0a44b20875e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063355Z:f52419c4-226c-4cf1-9a09-c56831ce0411" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7aad9100cecf74b4af68024104d8cc43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7aad9100cecf74b4af68024104d8cc43", + "x-ms-correlation-request-id": "8f971772-d977-42dd-9857-1e501d0253bb", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "20bf4ba7-7782-4c90-9223-99d2cbef235d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063356Z:8f971772-d977-42dd-9857-1e501d0253bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5fc70ad13e27e6b511a7956dd4d15f68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:33:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5fc70ad13e27e6b511a7956dd4d15f68", + "x-ms-correlation-request-id": "13a7e525-f3b7-48a2-93b0-184e036229db", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "e261e98f-f53f-4f82-870d-10f5540a4e89", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063357Z:13a7e525-f3b7-48a2-93b0-184e036229db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/14680a1c-d8d6-4e1c-80e1-f0ccc4aa0c70?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "374f5204231c7aec87e842ec74a563d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:33:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "374f5204231c7aec87e842ec74a563d9", + "x-ms-correlation-request-id": "822ddee5-2ec8-4458-9965-2e79f67831bf", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "6334d8a5-d378-4b16-9310-2c53bb89a1ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063359Z:822ddee5-2ec8-4458-9965-2e79f67831bf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage22264", + "name": "storage22264", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:41.3840929Z", + "key2": "2021-08-13T06:33:41.3840929Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:41.2747688Z", + "primaryEndpoints": { + "blob": "https://storage22264.blob.core.windows.net/", + "queue": "https://storage22264.queue.core.windows.net/", + "table": "https://storage22264.table.core.windows.net/", + "file": "https://storage22264.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e7d3ddf8e89c128dcc7692839479fdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2621", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e7d3ddf8e89c128dcc7692839479fdd", + "x-ms-correlation-request-id": "febad2ca-4031-4a8b-a3a9-a5f9e8a9b00c", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "d1c3a355-7974-477f-904a-5ba3c80a6b79", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063359Z:febad2ca-4031-4a8b-a3a9-a5f9e8a9b00c" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage15162", + "name": "storage15162", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:21.2746282Z", + "key2": "2021-08-13T06:33:21.2746282Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:21.1652578Z", + "primaryEndpoints": { + "blob": "https://storage15162.blob.core.windows.net/", + "queue": "https://storage15162.queue.core.windows.net/", + "table": "https://storage15162.table.core.windows.net/", + "file": "https://storage15162.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage22264", + "name": "storage22264", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:41.3840929Z", + "key2": "2021-08-13T06:33:41.3840929Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:41.2747688Z", + "primaryEndpoints": { + "blob": "https://storage22264.blob.core.windows.net/", + "queue": "https://storage22264.queue.core.windows.net/", + "table": "https://storage22264.table.core.windows.net/", + "file": "https://storage22264.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b23d99089589ae271e4cd83ffbc8726b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "2621", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b23d99089589ae271e4cd83ffbc8726b", + "x-ms-correlation-request-id": "4c747240-db88-45f5-a395-dfa9176cf8cc", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "9471d5ba-054d-4354-b079-4faa83b9867d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063359Z:4c747240-db88-45f5-a395-dfa9176cf8cc" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage15162", + "name": "storage15162", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:21.2746282Z", + "key2": "2021-08-13T06:33:21.2746282Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:21.2746282Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:21.1652578Z", + "primaryEndpoints": { + "blob": "https://storage15162.blob.core.windows.net/", + "queue": "https://storage15162.queue.core.windows.net/", + "table": "https://storage15162.table.core.windows.net/", + "file": "https://storage15162.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + }, + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage22264", + "name": "storage22264", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:33:41.3840929Z", + "key2": "2021-08-13T06:33:41.3840929Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:33:41.3840929Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:33:41.2747688Z", + "primaryEndpoints": { + "blob": "https://storage22264.blob.core.windows.net/", + "queue": "https://storage22264.queue.core.windows.net/", + "table": "https://storage22264.table.core.windows.net/", + "file": "https://storage22264.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage15162?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "978dbb43c15475df298d5b55b9c34040", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "978dbb43c15475df298d5b55b9c34040", + "x-ms-correlation-request-id": "aa781090-9e3b-429f-a2db-f300c09f0bd6", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "612332ce-08be-4833-b40e-3591106d35a2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063405Z:aa781090-9e3b-429f-a2db-f300c09f0bd6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7077/providers/Microsoft.Storage/storageAccounts/storage22264?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dae46448b1684a5016cf7f3cb6e9c513", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:34:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dae46448b1684a5016cf7f3cb6e9c513", + "x-ms-correlation-request-id": "303ad0c1-c2cd-4c3e-a96b-2968339ac92f", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "560e48ce-f69e-4c49-b03a-b8c375e070dc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063409Z:303ad0c1-c2cd-4c3e-a96b-2968339ac92f" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1417185316", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json new file mode 100644 index 0000000000000..f6e72a374110c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json @@ -0,0 +1,1048 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec4bfe30c21845b44f606b043da3e57a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ab9a052d-4d79-4cc0-ae0a-47136632b915", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ab9a052d-4d79-4cc0-ae0a-47136632b915", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062903Z:ab9a052d-4d79-4cc0-ae0a-47136632b915" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1671?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-b29161efbf361a43895d5e03c59a1126-168cad246786594f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "647fcf604308e1dddc0fe825cafec6a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d93a5adb-568a-48c7-a0fd-865fa4b9a91c", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "d93a5adb-568a-48c7-a0fd-865fa4b9a91c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062906Z:d93a5adb-568a-48c7-a0fd-865fa4b9a91c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671", + "name": "teststorageRG-1671", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7164576ca8aff1513d1a60ff9767eed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7164576ca8aff1513d1a60ff9767eed", + "x-ms-correlation-request-id": "7e2d5ea2-ce1b-442b-bb61-3132869e1ddf", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "5877f538-c455-45bf-b7d1-1a7a4ff587f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062912Z:7e2d5ea2-ce1b-442b-bb61-3132869e1ddf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a02d973e2c6395c5b98050379dcde865", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a02d973e2c6395c5b98050379dcde865", + "x-ms-correlation-request-id": "58a11596-d868-4bc2-94e5-d65ff54281cd", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "21110b95-484d-440b-8ac6-2b3cdd9eb621", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062913Z:58a11596-d868-4bc2-94e5-d65ff54281cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "575ffa914a5baa9a500e9853e370a2e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "575ffa914a5baa9a500e9853e370a2e9", + "x-ms-correlation-request-id": "f0079f0e-dea2-4349-abcc-4bdaef2b9cb6", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "38900232-1784-4c8f-a129-22ab6daa4d9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062914Z:f0079f0e-dea2-4349-abcc-4bdaef2b9cb6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "62d0393bdd489a89ae0cc28b7bbd6a40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "62d0393bdd489a89ae0cc28b7bbd6a40", + "x-ms-correlation-request-id": "fc77ed54-40a7-43f4-9d10-111d42446892", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3a1ba427-1e68-4c02-b302-f5a25eafc781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062915Z:fc77ed54-40a7-43f4-9d10-111d42446892" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6113804e3ecaf410fc8350549371b248", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6113804e3ecaf410fc8350549371b248", + "x-ms-correlation-request-id": "d3eba60d-c0f6-40bd-957f-f9a1eb0bfe31", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "6b0e2e0b-9200-4ee0-a642-8e157a79c1c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062916Z:d3eba60d-c0f6-40bd-957f-f9a1eb0bfe31" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "63fc66dd85fcb31d71c4a94f870f2f92", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "63fc66dd85fcb31d71c4a94f870f2f92", + "x-ms-correlation-request-id": "41f9074e-cd6c-4dd0-8714-6278e76950a4", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "6241450a-9560-44bb-bdaa-21178ec5cb0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062918Z:41f9074e-cd6c-4dd0-8714-6278e76950a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "620457a4415cfc1f28dc65c58d34063c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "620457a4415cfc1f28dc65c58d34063c", + "x-ms-correlation-request-id": "f1197512-a90e-4937-85d1-c7ff587b0d84", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "d82189b0-d556-4662-8a98-974eddbdcac7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062919Z:f1197512-a90e-4937-85d1-c7ff587b0d84" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14ad795906c1c843635ff00695c16ced", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14ad795906c1c843635ff00695c16ced", + "x-ms-correlation-request-id": "c46608d2-49ce-456b-948d-421594741228", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "598b6791-d9cb-4d94-b563-55c4278a02e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062920Z:c46608d2-49ce-456b-948d-421594741228" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bb0bd53506c9cec47ff3b201f57263c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bb0bd53506c9cec47ff3b201f57263c", + "x-ms-correlation-request-id": "0fd2c6e7-5318-4be7-946c-3729c84ff9ea", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "dd7c7547-394f-45bf-b840-dc3c9b7ba664", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062922Z:0fd2c6e7-5318-4be7-946c-3729c84ff9ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ef56cbd1a619dd1133bfefc50196667", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ef56cbd1a619dd1133bfefc50196667", + "x-ms-correlation-request-id": "14dd55bd-f9ca-4252-b666-c7cdb9dfa722", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "5c156fac-98e8-47cb-8a6d-5aca26c6dec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062923Z:14dd55bd-f9ca-4252-b666-c7cdb9dfa722" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf717870ca8409cf8d11ccc1cb23a80c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf717870ca8409cf8d11ccc1cb23a80c", + "x-ms-correlation-request-id": "b029b2a3-3bbb-4cfc-a9c4-3cfb3246906f", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "8c4a6f4c-328a-49f7-82bb-d211ac26a035", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062924Z:b029b2a3-3bbb-4cfc-a9c4-3cfb3246906f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2848b4395ecb398bec13283151ef4b2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2848b4395ecb398bec13283151ef4b2e", + "x-ms-correlation-request-id": "67be9bf4-6751-41bb-9d10-129a27d02ea2", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "210cfc33-fe4d-4699-a02c-a41deb4002d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062926Z:67be9bf4-6751-41bb-9d10-129a27d02ea2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7b0d49857e5f3b89deb814f4e0fd2f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7b0d49857e5f3b89deb814f4e0fd2f0", + "x-ms-correlation-request-id": "cdbf389f-8d4f-445b-9e16-c9e88454289f", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "85cd3a1b-d93b-4d27-8ecb-6aeba5dc4b6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062927Z:cdbf389f-8d4f-445b-9e16-c9e88454289f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cc3f2933dd0129bec38e270a29eb89d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cc3f2933dd0129bec38e270a29eb89d", + "x-ms-correlation-request-id": "d8a7e85d-14d9-46b9-b277-22844fbf42ce", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "9d52dd0e-3b78-4780-a5cb-2d7b3dddc153", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062928Z:d8a7e85d-14d9-46b9-b277-22844fbf42ce" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", + "name": "storage6613", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:11.1325665Z", + "key2": "2021-08-13T06:29:11.1325665Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:11.0231957Z", + "primaryEndpoints": { + "blob": "https://storage6613.blob.core.windows.net/", + "queue": "https://storage6613.queue.core.windows.net/", + "table": "https://storage6613.table.core.windows.net/", + "file": "https://storage6613.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7299ec50173e126fc558be0dc3cebdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:29:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7299ec50173e126fc558be0dc3cebdd", + "x-ms-correlation-request-id": "eb9730a6-edeb-4317-9d7d-cbbac9630341", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "50d600ba-3c73-4f31-8390-4ec7ae321d07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:eb9730a6-edeb-4317-9d7d-cbbac9630341" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", + "name": "storage6613", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:11.1325665Z", + "key2": "2021-08-13T06:29:11.1325665Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:11.0231957Z", + "primaryEndpoints": { + "blob": "https://storage6613.blob.core.windows.net/", + "queue": "https://storage6613.queue.core.windows.net/", + "table": "https://storage6613.table.core.windows.net/", + "file": "https://storage6613.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f9d3741af2b5a5d399ebaad754750fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f9d3741af2b5a5d399ebaad754750fe", + "x-ms-correlation-request-id": "ea997cc1-c710-4769-84ed-778e50a40fc2", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "37121819-4a1a-4a3c-b709-1622d91172da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:ea997cc1-c710-4769-84ed-778e50a40fc2" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", + "name": "storage6613", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:11.1325665Z", + "key2": "2021-08-13T06:29:11.1325665Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:11.0231957Z", + "primaryEndpoints": { + "blob": "https://storage6613.blob.core.windows.net/", + "queue": "https://storage6613.queue.core.windows.net/", + "table": "https://storage6613.table.core.windows.net/", + "file": "https://storage6613.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage66131?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af8ae333dbe6917dcbe29f7bb2ba35b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "707ba3ab-1c95-4f0d-9817-1d7eeeaead27", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "707ba3ab-1c95-4f0d-9817-1d7eeeaead27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:707ba3ab-1c95-4f0d-9817-1d7eeeaead27" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66131\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a2f044d5900157140cebdd446796cb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:29:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a2f044d5900157140cebdd446796cb4", + "x-ms-correlation-request-id": "a9da4581-7974-4e06-9187-d2df98a7e702", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "2707fbd9-212a-49b6-890c-73bd3557f183", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062930Z:a9da4581-7974-4e06-9187-d2df98a7e702" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", + "name": "storage6613", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:11.1325665Z", + "key2": "2021-08-13T06:29:11.1325665Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:11.0231957Z", + "primaryEndpoints": { + "blob": "https://storage6613.blob.core.windows.net/", + "queue": "https://storage6613.queue.core.windows.net/", + "table": "https://storage6613.table.core.windows.net/", + "file": "https://storage6613.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage66131?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9ad8c043bb166f7ba0c93490fe1a87e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da4eaee7-4723-4f9a-b8fe-cd91df7fd599", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "da4eaee7-4723-4f9a-b8fe-cd91df7fd599", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062930Z:da4eaee7-4723-4f9a-b8fe-cd91df7fd599" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66131\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "705f0969e517dafe71746f171da84a52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "705f0969e517dafe71746f171da84a52", + "x-ms-correlation-request-id": "17adeb8a-f5bf-4188-b464-54b7e34b5f9b", + "x-ms-ratelimit-remaining-subscription-deletes": "14991", + "x-ms-request-id": "af8a9b15-5cbb-459e-97a5-0d29e0b62a54", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:17adeb8a-f5bf-4188-b464-54b7e34b5f9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2577eb763c0d12fe0dc9b0f4c527055e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fa0e54c1-dd9e-4816-b100-2325bdd3343c", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "fa0e54c1-dd9e-4816-b100-2325bdd3343c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:fa0e54c1-dd9e-4816-b100-2325bdd3343c" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6613\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c6b3f25fb191e9d8ed2873dccdf4912", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "26edf4f6-9b7f-414f-bba4-9f1347d861a6", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "26edf4f6-9b7f-414f-bba4-9f1347d861a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:26edf4f6-9b7f-414f-bba4-9f1347d861a6" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6613\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24d340c1826a2c700b4d634e3509144a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6e612221-2639-484a-94f3-118a2b422378", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "6e612221-2639-484a-94f3-118a2b422378", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:6e612221-2639-484a-94f3-118a2b422378" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "51100988", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json new file mode 100644 index 0000000000000..ae74a67e52a46 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json @@ -0,0 +1,1048 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3971a80902cf3b42e4df3b40692e43ca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7305bdba-ba2a-41f9-b6af-8c983f05662e", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "7305bdba-ba2a-41f9-b6af-8c983f05662e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062941Z:7305bdba-ba2a-41f9-b6af-8c983f05662e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8964?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-db7e068a089a54449cdb7096c0d64eaa-3de34bf38924e34d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d3fb0adc1cbe5502a0bc262470339e8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "56b97559-e264-4756-bf4e-3be6eb82e080", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "56b97559-e264-4756-bf4e-3be6eb82e080", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062942Z:56b97559-e264-4756-bf4e-3be6eb82e080" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964", + "name": "teststorageRG-8964", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f878fa85679fdf813d1f558cc5f8113", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f878fa85679fdf813d1f558cc5f8113", + "x-ms-correlation-request-id": "08bd8f09-5e8e-4076-9b3f-81205256bfbb", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "8599a0d8-9ac5-48e7-a725-71ff016546f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062946Z:08bd8f09-5e8e-4076-9b3f-81205256bfbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b486dda14042855c11fdc0ec27aa8841", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b486dda14042855c11fdc0ec27aa8841", + "x-ms-correlation-request-id": "1536d740-8093-4dc3-a181-490432119b56", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "e0a359c9-0afc-42f6-bf9c-946609726dfa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062946Z:1536d740-8093-4dc3-a181-490432119b56" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c782123ac8b972a9a432e8fff472e853", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c782123ac8b972a9a432e8fff472e853", + "x-ms-correlation-request-id": "234142f7-bbf2-4ae6-b075-12c48e373215", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "88447f99-0320-4001-a9a5-3f631cdf0947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062948Z:234142f7-bbf2-4ae6-b075-12c48e373215" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efb6ec61ccd861d04cf3c4e575fd2d8c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efb6ec61ccd861d04cf3c4e575fd2d8c", + "x-ms-correlation-request-id": "f687ee18-7479-48f4-8b9d-ac100397f4e2", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "fa89f249-91fd-4489-b2b4-1dd317f9680d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062949Z:f687ee18-7479-48f4-8b9d-ac100397f4e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "024b21f1a83ed94e33130f10575c919f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "024b21f1a83ed94e33130f10575c919f", + "x-ms-correlation-request-id": "6f14fdc8-0cd0-4be2-aac4-74365d4cd5e4", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "4014e87c-bb01-409e-824d-dc51e18eb9cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062950Z:6f14fdc8-0cd0-4be2-aac4-74365d4cd5e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a8b6c1499f36d6842207ac503c4fda7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a8b6c1499f36d6842207ac503c4fda7", + "x-ms-correlation-request-id": "75452336-d818-4eba-9413-f680dadea97a", + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "0a8879ce-8e7e-4bca-b4f5-a6d1458586b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062952Z:75452336-d818-4eba-9413-f680dadea97a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d20e5c05e626b9159edcbbc4bdbf0aef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d20e5c05e626b9159edcbbc4bdbf0aef", + "x-ms-correlation-request-id": "8ad32fd5-0dc7-4b40-85c6-c2d3f2644c03", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "134879fd-2768-4e28-98f4-220840e5bf0b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062953Z:8ad32fd5-0dc7-4b40-85c6-c2d3f2644c03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08d02561f2725799b8debf1d2d88d66f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08d02561f2725799b8debf1d2d88d66f", + "x-ms-correlation-request-id": "55e1ecf3-3e25-4596-b31f-b84b0448f003", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "4ecde65b-8671-4779-b221-5cb4f6a4b8e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062954Z:55e1ecf3-3e25-4596-b31f-b84b0448f003" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb0b6816be4d2e7857d19c16dea4b082", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb0b6816be4d2e7857d19c16dea4b082", + "x-ms-correlation-request-id": "c85c8bed-ef86-4d89-9dc3-ecfbd20749a4", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "51a3a9d3-1e09-4da6-bf56-caf579f4ed47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062955Z:c85c8bed-ef86-4d89-9dc3-ecfbd20749a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de648b16f4f31235c2b61a4826f78c15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de648b16f4f31235c2b61a4826f78c15", + "x-ms-correlation-request-id": "9dc12f6b-41a6-41b3-8d22-82d074def5d5", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "84b417d6-9cb7-469f-8b8a-cac6dc071717", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062957Z:9dc12f6b-41a6-41b3-8d22-82d074def5d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "54ad4b060fb4a3a2aca1b1a055827914", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "54ad4b060fb4a3a2aca1b1a055827914", + "x-ms-correlation-request-id": "4e18f9d2-e340-4171-8ee3-792e863adf7e", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "23fbe39f-89b4-48fd-a075-a1230ef545b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062958Z:4e18f9d2-e340-4171-8ee3-792e863adf7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2063d2df824227c32f83896a430085f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:29:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2063d2df824227c32f83896a430085f", + "x-ms-correlation-request-id": "1d46c3b9-3abd-41b0-8f3e-5255a09354db", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "557e1894-949f-4ff7-a652-c7d10a012655", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062959Z:1d46c3b9-3abd-41b0-8f3e-5255a09354db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "921087445bf607cee8c131514294bc40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "921087445bf607cee8c131514294bc40", + "x-ms-correlation-request-id": "5d12f1d3-73cc-41a0-af2e-9b65ad6a0638", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "4959833b-a013-44a0-98a7-3c6dfd8bb30c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063001Z:5d12f1d3-73cc-41a0-af2e-9b65ad6a0638" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e81a063deaf00ef0cf8a22bbd60bfe7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:30:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e81a063deaf00ef0cf8a22bbd60bfe7b", + "x-ms-correlation-request-id": "b7c693a3-a752-4eea-b702-27d8ebc36e72", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "f4e5be23-a925-409e-9f4d-a0225c9ea8d0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063002Z:b7c693a3-a752-4eea-b702-27d8ebc36e72" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", + "name": "storage6696", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:44.8046318Z", + "key2": "2021-08-13T06:29:44.8046318Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:44.6954143Z", + "primaryEndpoints": { + "blob": "https://storage6696.blob.core.windows.net/", + "queue": "https://storage6696.queue.core.windows.net/", + "table": "https://storage6696.table.core.windows.net/", + "file": "https://storage6696.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd5b5199e672d21d6effb963c62adf9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:30:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd5b5199e672d21d6effb963c62adf9d", + "x-ms-correlation-request-id": "023f354b-aa38-4cdd-83a5-0f8602b7411e", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "dc7c5aed-95e0-42f2-89c9-746e6879bc68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063002Z:023f354b-aa38-4cdd-83a5-0f8602b7411e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", + "name": "storage6696", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:44.8046318Z", + "key2": "2021-08-13T06:29:44.8046318Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:44.6954143Z", + "primaryEndpoints": { + "blob": "https://storage6696.blob.core.windows.net/", + "queue": "https://storage6696.queue.core.windows.net/", + "table": "https://storage6696.table.core.windows.net/", + "file": "https://storage6696.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d59f73b1f165a6e9701c36b391230dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:30:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d59f73b1f165a6e9701c36b391230dd", + "x-ms-correlation-request-id": "9ae5cfc3-093b-4fcb-912f-856373d733d5", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "6099fed4-0e82-429c-8a32-768d032e7dab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:9ae5cfc3-093b-4fcb-912f-856373d733d5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", + "name": "storage6696", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:44.8046318Z", + "key2": "2021-08-13T06:29:44.8046318Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:44.6954143Z", + "primaryEndpoints": { + "blob": "https://storage6696.blob.core.windows.net/", + "queue": "https://storage6696.queue.core.windows.net/", + "table": "https://storage6696.table.core.windows.net/", + "file": "https://storage6696.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage66961?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f1b8b6c2ee3856cde9477af1318c47a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "84dc3f0e-99e4-48c7-bac1-2db574ec57c5", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "84dc3f0e-99e4-48c7-bac1-2db574ec57c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:84dc3f0e-99e4-48c7-bac1-2db574ec57c5" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66961\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de7f84aa61b17964e201367023b1995b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "de7f84aa61b17964e201367023b1995b", + "x-ms-correlation-request-id": "4e898c80-fdf1-44e8-b8d4-8a619ec9e2ff", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "0a7843df-38d7-45ff-ac66-edb980ada695", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:4e898c80-fdf1-44e8-b8d4-8a619ec9e2ff" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", + "name": "storage6696", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:29:44.8046318Z", + "key2": "2021-08-13T06:29:44.8046318Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:29:44.6954143Z", + "primaryEndpoints": { + "blob": "https://storage6696.blob.core.windows.net/", + "queue": "https://storage6696.queue.core.windows.net/", + "table": "https://storage6696.table.core.windows.net/", + "file": "https://storage6696.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage66961?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "10a1dbceee714c642a03b4cea57d290b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "236", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "65caae56-f6d2-4e6a-8571-be842775d0b6", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "65caae56-f6d2-4e6a-8571-be842775d0b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063004Z:65caae56-f6d2-4e6a-8571-be842775d0b6" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66961\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4c01eb95293602c513f0f37b85d3237", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4c01eb95293602c513f0f37b85d3237", + "x-ms-correlation-request-id": "162b609a-ba85-40ff-b56d-f61ac4547679", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "4b7b647f-51ae-4e6a-9bbd-17bb71914502", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063010Z:162b609a-ba85-40ff-b56d-f61ac4547679" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55231eae37eabc331f32b4aeac95d365", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "76b8cf31-eb20-49cb-b39a-becdcc00d7b4", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "76b8cf31-eb20-49cb-b39a-becdcc00d7b4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063010Z:76b8cf31-eb20-49cb-b39a-becdcc00d7b4" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6696\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "05b62bd7e4f07cc8ae40bf31df2d94cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "235", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "44523164-1d98-4c36-ae4d-a5deb40b5864", + "x-ms-failure-cause": "gateway", + "x-ms-request-id": "44523164-1d98-4c36-ae4d-a5deb40b5864", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063011Z:44523164-1d98-4c36-ae4d-a5deb40b5864" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6696\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "87207dd0d3598220ea0494609d7eb4bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:30:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "73c64e77-0606-4293-b85d-267a26d83033", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "73c64e77-0606-4293-b85d-267a26d83033", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063011Z:73c64e77-0606-4293-b85d-267a26d83033" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "47490853", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json deleted file mode 100644 index 91a3c4092d74e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json +++ /dev/null @@ -1,591 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7335?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cbe9fc994232ab439c70b3bd86346f33-111ba9e0f06a2b44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e45cda2c10d0d17453bca51bd78db896", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "edd44d8a-61df-4a0f-80fe-f843fd930c98", - "x-ms-ratelimit-remaining-subscription-writes": "1039", - "x-ms-request-id": "edd44d8a-61df-4a0f-80fe-f843fd930c98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031044Z:edd44d8a-61df-4a0f-80fe-f843fd930c98" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7335", - "name": "res7335", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7335/providers/Microsoft.Storage/storageAccounts/sto3660?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-acfc0e8a30e9bc4ab7dfc085aa76ef1b-ff89f71304160f49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d1286c70f8c15e689391a70a2401e3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d1286c70f8c15e689391a70a2401e3d", - "x-ms-correlation-request-id": "1f050a64-2c47-4db9-8dff-3ff106f01616", - "x-ms-ratelimit-remaining-subscription-writes": "1038", - "x-ms-request-id": "fb283fd2-95c9-42b3-b4f9-4174220ece87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031047Z:1f050a64-2c47-4db9-8dff-3ff106f01616" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c157da2a6819cba076cf47d75960b07c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c157da2a6819cba076cf47d75960b07c", - "x-ms-correlation-request-id": "ba9a0528-1b2d-4340-b9ea-a4ed69d08055", - "x-ms-ratelimit-remaining-subscription-reads": "11430", - "x-ms-request-id": "7756a32b-d4f2-459b-9687-1fbe5b2a7fb8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031047Z:ba9a0528-1b2d-4340-b9ea-a4ed69d08055" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e5edd872efa67f21c9e21835b877c86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e5edd872efa67f21c9e21835b877c86", - "x-ms-correlation-request-id": "8b4f716e-cfe5-40a0-a1ea-a622de3ce289", - "x-ms-ratelimit-remaining-subscription-reads": "11429", - "x-ms-request-id": "882aea0f-c13e-4839-9e69-e0feff36ace5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031049Z:8b4f716e-cfe5-40a0-a1ea-a622de3ce289" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c845f9175ce811236ef3f27419921acb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c845f9175ce811236ef3f27419921acb", - "x-ms-correlation-request-id": "72f5debd-b7a3-4bb8-a1a5-6546bc7cd9c8", - "x-ms-ratelimit-remaining-subscription-reads": "11428", - "x-ms-request-id": "604f27c3-6919-476c-b963-35018b63fa42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031050Z:72f5debd-b7a3-4bb8-a1a5-6546bc7cd9c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bad73757a3a4fc27e7f0a57b461c70ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bad73757a3a4fc27e7f0a57b461c70ee", - "x-ms-correlation-request-id": "e9c616fa-3b04-46c1-b2b7-51b0284d3dad", - "x-ms-ratelimit-remaining-subscription-reads": "11427", - "x-ms-request-id": "da636203-7c1a-4abf-82f1-e5904d400ff4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031051Z:e9c616fa-3b04-46c1-b2b7-51b0284d3dad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60bfc052e81a2a93b94d10063c7e4d89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60bfc052e81a2a93b94d10063c7e4d89", - "x-ms-correlation-request-id": "b1916fc3-e731-4b4a-aab5-a3914503109f", - "x-ms-ratelimit-remaining-subscription-reads": "11426", - "x-ms-request-id": "34aa556e-b192-4f1c-94d5-588bbb1ebcbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031053Z:b1916fc3-e731-4b4a-aab5-a3914503109f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "232c5683c1b074e1d149e0f7b7a7ca52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "232c5683c1b074e1d149e0f7b7a7ca52", - "x-ms-correlation-request-id": "9105f913-0322-4c54-b354-9699d28d6b54", - "x-ms-ratelimit-remaining-subscription-reads": "11425", - "x-ms-request-id": "3d42ed5c-5b4f-491a-9915-18a714a7207b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031054Z:9105f913-0322-4c54-b354-9699d28d6b54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "58210382bad36eb0a4ad01569220bf69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58210382bad36eb0a4ad01569220bf69", - "x-ms-correlation-request-id": "89565f00-6370-4bd5-8b75-d0f992d8cfa5", - "x-ms-ratelimit-remaining-subscription-reads": "11424", - "x-ms-request-id": "517a388b-752d-4939-b9e8-2e6f0a0f1b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031055Z:89565f00-6370-4bd5-8b75-d0f992d8cfa5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0f81ba24df0913ede4a8fd1089b7311", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0f81ba24df0913ede4a8fd1089b7311", - "x-ms-correlation-request-id": "31a81019-faac-47af-8e68-6077c444226e", - "x-ms-ratelimit-remaining-subscription-reads": "11423", - "x-ms-request-id": "a50beec3-3a60-474a-9ce3-808921a26698", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031057Z:31a81019-faac-47af-8e68-6077c444226e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3884be82f55dc8b6a5bd7e02c08be1b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3884be82f55dc8b6a5bd7e02c08be1b0", - "x-ms-correlation-request-id": "b806a8c2-292c-44d2-9f23-3f1889fb0942", - "x-ms-ratelimit-remaining-subscription-reads": "11422", - "x-ms-request-id": "f8753515-09cd-40a4-825d-e32d4956f977", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031058Z:b806a8c2-292c-44d2-9f23-3f1889fb0942" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b55768adaaf3561c58f79882bdf6508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:10:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b55768adaaf3561c58f79882bdf6508", - "x-ms-correlation-request-id": "fdd8897b-80d7-43e9-9249-f3f7a14cf200", - "x-ms-ratelimit-remaining-subscription-reads": "11421", - "x-ms-request-id": "0e804f2c-0eac-4d8a-aff1-54e300b55e8b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031059Z:fdd8897b-80d7-43e9-9249-f3f7a14cf200" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4d3ef39879cad0b65304a32ce3bd053", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d3ef39879cad0b65304a32ce3bd053", - "x-ms-correlation-request-id": "a224346e-21eb-4eb7-9c49-3e35d2ed2fe1", - "x-ms-ratelimit-remaining-subscription-reads": "11420", - "x-ms-request-id": "6f08a8e1-3956-4ed8-955a-9223aef6ba70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031101Z:a224346e-21eb-4eb7-9c49-3e35d2ed2fe1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9246de69d846a8625c4e73cd7b2e9cc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9246de69d846a8625c4e73cd7b2e9cc6", - "x-ms-correlation-request-id": "e6b1273b-bc09-4be8-ad0e-172ba68c9613", - "x-ms-ratelimit-remaining-subscription-reads": "11419", - "x-ms-request-id": "f0c59e92-44b5-42f8-b601-dd6f069c0038", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031102Z:e6b1273b-bc09-4be8-ad0e-172ba68c9613" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb283fd2-95c9-42b3-b4f9-4174220ece87?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1c976570db703136aa7357e8f2f678a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1c976570db703136aa7357e8f2f678a", - "x-ms-correlation-request-id": "3847241e-9200-4de4-b91b-585ab712b476", - "x-ms-ratelimit-remaining-subscription-reads": "11418", - "x-ms-request-id": "d0b85d7c-0a26-43ab-9687-b6357eb2c99a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031103Z:3847241e-9200-4de4-b91b-585ab712b476" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7335/providers/Microsoft.Storage/storageAccounts/sto3660", - "name": "sto3660", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:10:47.0642458Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:10:47.0642458Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:10:46.9861337Z", - "primaryEndpoints": { - "blob": "https://sto3660.blob.core.windows.net/", - "queue": "https://sto3660.queue.core.windows.net/", - "table": "https://sto3660.table.core.windows.net/", - "file": "https://sto3660.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "737903887", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json deleted file mode 100644 index 0eb25923d2fe6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json +++ /dev/null @@ -1,557 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1161?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d7b8fd1893338c46acd26f7eb4856145-c81246f429872a42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36b31eaf3e28891dbb8417ffea55b2ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a306f393-d85f-4524-a034-be44972a2aa6", - "x-ms-ratelimit-remaining-subscription-writes": "1143", - "x-ms-request-id": "a306f393-d85f-4524-a034-be44972a2aa6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033045Z:a306f393-d85f-4524-a034-be44972a2aa6" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1161", - "name": "res1161", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1161/providers/Microsoft.Storage/storageAccounts/sto7983?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-6055fe8d46ca5142bee3f945ddf13081-d0c11874ee974e46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8d064e9ad01994eb3ad7d31ea1e916e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8d064e9ad01994eb3ad7d31ea1e916e", - "x-ms-correlation-request-id": "3c944105-cfdd-4beb-b0dc-f38a5da9c5d3", - "x-ms-ratelimit-remaining-subscription-writes": "1142", - "x-ms-request-id": "11c2c2bb-9210-4f4d-8c4a-dd0c61730963", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033047Z:3c944105-cfdd-4beb-b0dc-f38a5da9c5d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87bf9d11499b71ae659d74919f58d165", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87bf9d11499b71ae659d74919f58d165", - "x-ms-correlation-request-id": "f03b3e2c-b654-48e7-a1dc-3f8bc7563aac", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "56e9a037-2afb-45d9-8c5d-de36fc1a9f88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033048Z:f03b3e2c-b654-48e7-a1dc-3f8bc7563aac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "58759185adc9512ebc207df84d1b7b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58759185adc9512ebc207df84d1b7b8b", - "x-ms-correlation-request-id": "a6325590-2f05-4117-84a7-a2b68e747f1b", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "cfed09f3-99dc-4aae-80af-5a5487a7c36f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033049Z:a6325590-2f05-4117-84a7-a2b68e747f1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c1fdd46095f2bd34e789ba423161023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1fdd46095f2bd34e789ba423161023", - "x-ms-correlation-request-id": "275a756d-e4d1-4b93-897c-928c312021d1", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "5559bae1-1515-4ade-8f47-0fa2904d8500", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033050Z:275a756d-e4d1-4b93-897c-928c312021d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8cacf9370eb163d76e6dca7accb5234a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cacf9370eb163d76e6dca7accb5234a", - "x-ms-correlation-request-id": "560976aa-0d4b-4edc-bdec-b2d1b12a54be", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "e58ee1d0-90c6-43cd-8437-3bfc3ca8d932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033052Z:560976aa-0d4b-4edc-bdec-b2d1b12a54be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c14ae92184387b06be4a0a50128a2ea5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c14ae92184387b06be4a0a50128a2ea5", - "x-ms-correlation-request-id": "25328ca9-4675-4803-bdb5-be4d4d964c02", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "0a6f4c78-6dfd-4ba6-a977-3517261e725b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033053Z:25328ca9-4675-4803-bdb5-be4d4d964c02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "53c15910ee6f38da06bbdef13f585f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53c15910ee6f38da06bbdef13f585f98", - "x-ms-correlation-request-id": "850e9b35-18ec-44d9-9c50-2e25d228543e", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "56dbbfc9-58e2-4d54-9517-bb20accd2d1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033054Z:850e9b35-18ec-44d9-9c50-2e25d228543e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3a8250554eccb2eaf330ce67038651e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a8250554eccb2eaf330ce67038651e3", - "x-ms-correlation-request-id": "a44dd87a-d5cc-4e32-9f31-c3d33cc6d558", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "f8bf437d-41b3-468e-86c1-dd6e3c9c60a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033055Z:a44dd87a-d5cc-4e32-9f31-c3d33cc6d558" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "726a243fcff432db0e11bb7da6143c65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "726a243fcff432db0e11bb7da6143c65", - "x-ms-correlation-request-id": "aae4e81d-9fbc-4881-a111-dd04631ece2a", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "3f60c500-6c31-41eb-95f6-7608a1f00a4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033057Z:aae4e81d-9fbc-4881-a111-dd04631ece2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c1fa71eaf308c1d96e0e603e2072347f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1fa71eaf308c1d96e0e603e2072347f", - "x-ms-correlation-request-id": "7bcbcaf6-c80f-44f7-a508-f1945b9e99d9", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "ed582e70-d1d7-4155-ae3e-d99a585fdaf5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033058Z:7bcbcaf6-c80f-44f7-a508-f1945b9e99d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ab2fa6aedee85a4754f2bba926d0cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ab2fa6aedee85a4754f2bba926d0cdf", - "x-ms-correlation-request-id": "ecfcf415-4034-43e7-ab40-5c6fd29c7f41", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "ce91bc9a-7b8e-4fd7-8d70-fd7443834fba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033059Z:ecfcf415-4034-43e7-ab40-5c6fd29c7f41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "927d68f38f8c4bdb4ba804e66f9c129c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "927d68f38f8c4bdb4ba804e66f9c129c", - "x-ms-correlation-request-id": "78109519-d9c3-4823-ad9c-cf9892fd0ac5", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "efa8912f-6e72-4d41-b084-94b8dc6c41c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033101Z:78109519-d9c3-4823-ad9c-cf9892fd0ac5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/11c2c2bb-9210-4f4d-8c4a-dd0c61730963?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab123cdc2262fd77cd754bb8c81e2f00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab123cdc2262fd77cd754bb8c81e2f00", - "x-ms-correlation-request-id": "2ec04757-5a0f-42ad-8547-d3f19bcc346f", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "aff03888-38e0-4e61-9246-fc074721d936", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033103Z:2ec04757-5a0f-42ad-8547-d3f19bcc346f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1161/providers/Microsoft.Storage/storageAccounts/sto7983", - "name": "sto7983", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:30:47.2546917Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:30:47.2546917Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:30:47.1765124Z", - "primaryEndpoints": { - "blob": "https://sto7983.blob.core.windows.net/", - "queue": "https://sto7983.queue.core.windows.net/", - "table": "https://sto7983.table.core.windows.net/", - "file": "https://sto7983.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1792205253", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json deleted file mode 100644 index bde7fa921ad5e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json +++ /dev/null @@ -1,718 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5947?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7cf3631e39e341429163059b8323e018-bc8a06ff34340043-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3ff4f4b2910a4f02836e80271ea65d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "515d1d42-c778-4c71-8aba-68cabfb5bc8d", - "x-ms-ratelimit-remaining-subscription-writes": "1037", - "x-ms-request-id": "515d1d42-c778-4c71-8aba-68cabfb5bc8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031106Z:515d1d42-c778-4c71-8aba-68cabfb5bc8d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5947", - "name": "res5947", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-65b3311102b57a4caddab0f361321bee-6e722154788cb845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "89f353e990b20705405d9a2b759b1a72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto1935", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "22", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89f353e990b20705405d9a2b759b1a72", - "x-ms-correlation-request-id": "8c0f44b7-3145-45e3-bf3a-af181e4648f1", - "x-ms-ratelimit-remaining-subscription-reads": "11417", - "x-ms-request-id": "660dcc0c-d70f-4537-b07a-e875f5ae8749", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031107Z:8c0f44b7-3145-45e3-bf3a-af181e4648f1" - }, - "ResponseBody": { - "nameAvailable": true - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-dbc3b6d476ad90489c8024aefb5cb8b6-354e9563f08ebe47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5cdd12385201bf36461336a52857929e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "CAPS", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cdd12385201bf36461336a52857929e", - "x-ms-correlation-request-id": "13917683-c801-42e4-a393-82902e608067", - "x-ms-ratelimit-remaining-subscription-reads": "11416", - "x-ms-request-id": "5ee5dac8-de95-44d7-9511-881ee9095d08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031107Z:13917683-c801-42e4-a393-82902e608067" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AccountNameInvalid", - "message": "CAPS is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5947/providers/Microsoft.Storage/storageAccounts/sto9053?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-fc35752c02d85143a05942b4b93d296d-25f4086f01bb8e4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bfd9b189812f9bebccfcb5579b29ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bfd9b189812f9bebccfcb5579b29ace", - "x-ms-correlation-request-id": "36378dcb-27c9-4860-84e8-bb2a9a153c4f", - "x-ms-ratelimit-remaining-subscription-writes": "1036", - "x-ms-request-id": "732fccdd-e05d-4c3a-9834-6af1ee2fe4ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031110Z:36378dcb-27c9-4860-84e8-bb2a9a153c4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "005d03fb171c7a251f6345836b69cc60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "005d03fb171c7a251f6345836b69cc60", - "x-ms-correlation-request-id": "660aea7f-9792-4e9c-88ba-783472121d12", - "x-ms-ratelimit-remaining-subscription-reads": "11415", - "x-ms-request-id": "2f57b1bd-583f-4d96-981e-d874ba3457df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031110Z:660aea7f-9792-4e9c-88ba-783472121d12" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e98d79c17ba4bad04e026cff8649add", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e98d79c17ba4bad04e026cff8649add", - "x-ms-correlation-request-id": "32833098-5f03-4026-ba65-bd0fc56f34d0", - "x-ms-ratelimit-remaining-subscription-reads": "11414", - "x-ms-request-id": "9902caf4-af49-4411-a278-6f9a52630d6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031111Z:32833098-5f03-4026-ba65-bd0fc56f34d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7659ffe5995578b1135d68168713b1ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7659ffe5995578b1135d68168713b1ca", - "x-ms-correlation-request-id": "f05da68b-827d-49c8-9b08-0bceeb41d353", - "x-ms-ratelimit-remaining-subscription-reads": "11413", - "x-ms-request-id": "e248fb2f-88a8-4ff5-82e6-e8af4a1066bf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031113Z:f05da68b-827d-49c8-9b08-0bceeb41d353" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87be3f77cb46e4105511fc3cf05681ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87be3f77cb46e4105511fc3cf05681ba", - "x-ms-correlation-request-id": "6a634c08-9e95-497f-b30d-eb391de07cca", - "x-ms-ratelimit-remaining-subscription-reads": "11412", - "x-ms-request-id": "9b000e91-89e7-4334-b807-51d23f30d1a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031114Z:6a634c08-9e95-497f-b30d-eb391de07cca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b9d67c8560f020a251f0a5daf97c3f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9d67c8560f020a251f0a5daf97c3f1", - "x-ms-correlation-request-id": "4f1cc470-7bd8-4ec1-aef0-3ab4313abe44", - "x-ms-ratelimit-remaining-subscription-reads": "11411", - "x-ms-request-id": "9e11f0aa-f660-4799-b6a3-e082ad903e94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031115Z:4f1cc470-7bd8-4ec1-aef0-3ab4313abe44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b9575c2e12a61996ef7520439d7587bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9575c2e12a61996ef7520439d7587bc", - "x-ms-correlation-request-id": "e680eee6-0cde-4339-ac2d-77e063dc3509", - "x-ms-ratelimit-remaining-subscription-reads": "11410", - "x-ms-request-id": "61a2cdf3-0ab9-4ec7-a701-6081a29d0fde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031117Z:e680eee6-0cde-4339-ac2d-77e063dc3509" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "204daddb467520ba34bb6227c0b234be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "204daddb467520ba34bb6227c0b234be", - "x-ms-correlation-request-id": "dd508057-0c77-462f-93bb-72af6a74811d", - "x-ms-ratelimit-remaining-subscription-reads": "11409", - "x-ms-request-id": "83c8409d-6bb3-4043-97cf-c14c156a9f59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031118Z:dd508057-0c77-462f-93bb-72af6a74811d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "940d0a4ec8feb613d0837c9935c664b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "940d0a4ec8feb613d0837c9935c664b0", - "x-ms-correlation-request-id": "7a6b0800-1a0f-4119-a45f-cf8bd488014b", - "x-ms-ratelimit-remaining-subscription-reads": "11408", - "x-ms-request-id": "8e7606b6-e5b8-43cf-8fc1-5ffccb497d7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031119Z:7a6b0800-1a0f-4119-a45f-cf8bd488014b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01814e98a349e87ba13684eaaf6f593c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01814e98a349e87ba13684eaaf6f593c", - "x-ms-correlation-request-id": "3e058b51-63c2-4cfb-a7c2-327167ff7993", - "x-ms-ratelimit-remaining-subscription-reads": "11407", - "x-ms-request-id": "ada02727-a5dd-4bd8-bf07-0be7f6e07bec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031121Z:3e058b51-63c2-4cfb-a7c2-327167ff7993" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92f56241f26713be99974ff1ca20eb6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92f56241f26713be99974ff1ca20eb6e", - "x-ms-correlation-request-id": "fc5e3ce2-5b6a-4dc5-94b0-d36f53ad6502", - "x-ms-ratelimit-remaining-subscription-reads": "11406", - "x-ms-request-id": "b0d6c5b7-fb5a-43e3-80d7-3bdf4d666f98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031122Z:fc5e3ce2-5b6a-4dc5-94b0-d36f53ad6502" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "728fb1573331ab758e25f3c743290661", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "728fb1573331ab758e25f3c743290661", - "x-ms-correlation-request-id": "4baee4a0-70a2-4244-83c0-fd198f8aadd6", - "x-ms-ratelimit-remaining-subscription-reads": "11405", - "x-ms-request-id": "e506db49-18e8-4c67-9147-81384dddff96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031123Z:4baee4a0-70a2-4244-83c0-fd198f8aadd6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2583f2ad1d1a5498f6e67b1538a1e80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2583f2ad1d1a5498f6e67b1538a1e80", - "x-ms-correlation-request-id": "664901ea-cfaa-467d-80b5-a6e045327786", - "x-ms-ratelimit-remaining-subscription-reads": "11404", - "x-ms-request-id": "e3f93e15-9500-4245-be1f-251132aed4b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031125Z:664901ea-cfaa-467d-80b5-a6e045327786" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/732fccdd-e05d-4c3a-9834-6af1ee2fe4ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe93164be6e00e0bed4a0441fff6d070", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe93164be6e00e0bed4a0441fff6d070", - "x-ms-correlation-request-id": "b6d51164-649b-4c60-b12a-69e9ffeded46", - "x-ms-ratelimit-remaining-subscription-reads": "11403", - "x-ms-request-id": "97aa9f76-57fe-4f6a-81dc-a7b7b58fa64a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031126Z:b6d51164-649b-4c60-b12a-69e9ffeded46" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5947/providers/Microsoft.Storage/storageAccounts/sto9053", - "name": "sto9053", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:09.8464303Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:09.8464303Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:11:09.7526764Z", - "primaryEndpoints": { - "blob": "https://sto9053.blob.core.windows.net/", - "queue": "https://sto9053.queue.core.windows.net/", - "table": "https://sto9053.table.core.windows.net/", - "file": "https://sto9053.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-21be37520ce9ca449d66957de0d9e2a5-a3560c68a364a145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ac6ee9019c7859d68e9e2c2cbc35704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto9053", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "112", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ac6ee9019c7859d68e9e2c2cbc35704", - "x-ms-correlation-request-id": "633aa514-56f1-4521-95ed-05f414468acf", - "x-ms-ratelimit-remaining-subscription-reads": "11402", - "x-ms-request-id": "aac90b7b-9d5e-49d1-a3c1-a007e851ca6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031127Z:633aa514-56f1-4521-95ed-05f414468acf" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AlreadyExists", - "message": "The storage account named sto9053 is already taken." - } - } - ], - "Variables": { - "RandomSeed": "237109448", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json deleted file mode 100644 index 335bec03319ed..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json +++ /dev/null @@ -1,684 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6942?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d52c71cdad7e4d4dae824d1e3d879fd6-6a4b19356ae99e46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7ca71da6e2dece92fe7475155e5ce2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb168392-fb42-4168-9c3f-80b66334f91c", - "x-ms-ratelimit-remaining-subscription-writes": "1141", - "x-ms-request-id": "fb168392-fb42-4168-9c3f-80b66334f91c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033106Z:fb168392-fb42-4168-9c3f-80b66334f91c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6942", - "name": "res6942", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-87297448c7c52e4e92c11886b4518144-03f038e6e9418c49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c13daeead313f1ac8f89efcc4c1632a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto9004", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "22", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c13daeead313f1ac8f89efcc4c1632a7", - "x-ms-correlation-request-id": "dbfe8787-0fee-4e2e-8335-4677b6955b2f", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "fd6e6afe-96ed-4595-a2cc-74778822d51b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033107Z:dbfe8787-0fee-4e2e-8335-4677b6955b2f" - }, - "ResponseBody": { - "nameAvailable": true - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-289ce331f0c91e4bad266bd9e2ad6e0b-f8a5e9686470a143-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0423778c9f421592ad2c8567d8e0239", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "CAPS", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0423778c9f421592ad2c8567d8e0239", - "x-ms-correlation-request-id": "34c49e0d-a392-4350-b402-836a1f3b9bac", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "35cc56d3-e330-45f8-80d4-2c4f4fdf3ffd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033107Z:34c49e0d-a392-4350-b402-836a1f3b9bac" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AccountNameInvalid", - "message": "CAPS is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6942/providers/Microsoft.Storage/storageAccounts/sto4421?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a18e437b7bb1174d85b04ea4c9e68b34-ec0ec2f2e9d9e244-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d16c5838c6441e9ef69ee5f920e3d114", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d16c5838c6441e9ef69ee5f920e3d114", - "x-ms-correlation-request-id": "6770c1f5-d1a6-412b-b9d7-f60a20ede6a9", - "x-ms-ratelimit-remaining-subscription-writes": "1140", - "x-ms-request-id": "3ea01e9b-e7dc-4099-874e-7decffffa179", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033109Z:6770c1f5-d1a6-412b-b9d7-f60a20ede6a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd13dab6d6c57033a3d2fd2b732709ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd13dab6d6c57033a3d2fd2b732709ee", - "x-ms-correlation-request-id": "c8e703a5-d574-4127-875b-26f882c26937", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "a2c35856-a97a-426a-b363-204172e2d9fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033110Z:c8e703a5-d574-4127-875b-26f882c26937" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1d341f7ac543bb63817b4ae8593c781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d341f7ac543bb63817b4ae8593c781", - "x-ms-correlation-request-id": "a3eeab3f-2e1d-40a7-8766-ce0162cde9fd", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "42740927-e5e8-458f-b79c-d29dd246f5fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033111Z:a3eeab3f-2e1d-40a7-8766-ce0162cde9fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "46435f9d14d0d24fa93de869fef4e1f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46435f9d14d0d24fa93de869fef4e1f4", - "x-ms-correlation-request-id": "a3f7cc71-dc1e-4b3a-ba9a-b48bb9540058", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "63a04d2c-29be-434f-808d-b922fe28c7a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033112Z:a3f7cc71-dc1e-4b3a-ba9a-b48bb9540058" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1514528c4ea0093124d784ae2185eb10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1514528c4ea0093124d784ae2185eb10", - "x-ms-correlation-request-id": "0d2fd36c-ec2a-482d-8d89-037f0f44f3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "15d744c4-1a82-4aeb-a8d3-f1254a6b99d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033114Z:0d2fd36c-ec2a-482d-8d89-037f0f44f3ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "148d7b0ac3e3e21ef2010817c44d3c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "148d7b0ac3e3e21ef2010817c44d3c44", - "x-ms-correlation-request-id": "50f68f69-1db6-4d08-a941-14d7561f414b", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "06081191-fc47-466b-8e84-5f6f9b3ad0c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033116Z:50f68f69-1db6-4d08-a941-14d7561f414b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3321c036b27e4fe12d3a21f88fa0b123", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3321c036b27e4fe12d3a21f88fa0b123", - "x-ms-correlation-request-id": "2485bea8-909c-43cb-845f-e3000d3fbe2a", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "6b0614fb-4561-4baf-8112-b11460c67ff5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033117Z:2485bea8-909c-43cb-845f-e3000d3fbe2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "825ed752cc66c8113331229f451945d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "825ed752cc66c8113331229f451945d7", - "x-ms-correlation-request-id": "e13e294a-e802-4d15-bac8-bd19b61fecb8", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "f43541d7-b83a-4862-b2f3-2f7becf94c8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033118Z:e13e294a-e802-4d15-bac8-bd19b61fecb8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6178409ab76357929a3ee6a9a1265351", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6178409ab76357929a3ee6a9a1265351", - "x-ms-correlation-request-id": "2fb55c1c-a8d8-45be-9f59-4f917b1cbc1a", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "34c783db-f2e7-4bae-bc31-b9c0ae566a85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033120Z:2fb55c1c-a8d8-45be-9f59-4f917b1cbc1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecc5e450baee69ddae59ff4d8f420a14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecc5e450baee69ddae59ff4d8f420a14", - "x-ms-correlation-request-id": "f40cb822-2879-4281-a552-e584373603a4", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "9640d3a1-fa53-4e86-ab8e-961708703d97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033121Z:f40cb822-2879-4281-a552-e584373603a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f5d4af44f289ac04506e828e567260d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f5d4af44f289ac04506e828e567260d", - "x-ms-correlation-request-id": "2e5bcb2d-2fea-4e87-9c1e-1e16e8b74244", - "x-ms-ratelimit-remaining-subscription-reads": "11727", - "x-ms-request-id": "dc210971-9251-43da-b7e2-0d3f900a829f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033122Z:2e5bcb2d-2fea-4e87-9c1e-1e16e8b74244" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "604ed1dd5853e0e8620eb20ab844c757", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "604ed1dd5853e0e8620eb20ab844c757", - "x-ms-correlation-request-id": "af8dac85-ce39-47a8-8939-62c120e8d9e8", - "x-ms-ratelimit-remaining-subscription-reads": "11726", - "x-ms-request-id": "f9c38707-0739-4b78-ae96-cbcf03aa89ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033124Z:af8dac85-ce39-47a8-8939-62c120e8d9e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3ea01e9b-e7dc-4099-874e-7decffffa179?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "56b5d23404c80029242ba7e7d1b58447", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56b5d23404c80029242ba7e7d1b58447", - "x-ms-correlation-request-id": "2fa30849-72ee-4f73-ae6f-03707fc90c4b", - "x-ms-ratelimit-remaining-subscription-reads": "11725", - "x-ms-request-id": "3954798f-0170-4630-92b3-1fe869496929", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033125Z:2fa30849-72ee-4f73-ae6f-03707fc90c4b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6942/providers/Microsoft.Storage/storageAccounts/sto4421", - "name": "sto4421", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:09.3257619Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:09.3257619Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:31:09.2319858Z", - "primaryEndpoints": { - "blob": "https://sto4421.blob.core.windows.net/", - "queue": "https://sto4421.queue.core.windows.net/", - "table": "https://sto4421.table.core.windows.net/", - "file": "https://sto4421.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-31d615d2e2f3d449bdc71c20f6805cc1-62ae9751581d244f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "be6ff132a9f39bc0627cec1a9cb6e100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto4421", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "112", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be6ff132a9f39bc0627cec1a9cb6e100", - "x-ms-correlation-request-id": "641bc9cc-8a2d-42c8-860d-f23946792001", - "x-ms-ratelimit-remaining-subscription-reads": "11724", - "x-ms-request-id": "90121203-4ba9-4123-9d36-76103b7ba66a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033126Z:641bc9cc-8a2d-42c8-860d-f23946792001" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AlreadyExists", - "message": "The storage account named sto4421 is already taken." - } - } - ], - "Variables": { - "RandomSeed": "1995338843", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json deleted file mode 100644 index 192dbc046df01..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json +++ /dev/null @@ -1,676 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res683?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-620b7e1308c3f24c89875ac60e31cae2-4ba61eed2516994c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1cb5739129735178d621840796a25651", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1aeb68a8-3cff-445c-a8a1-40edd0754a2d", - "x-ms-ratelimit-remaining-subscription-writes": "1035", - "x-ms-request-id": "1aeb68a8-3cff-445c-a8a1-40edd0754a2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031129Z:1aeb68a8-3cff-445c-a8a1-40edd0754a2d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res683", - "name": "res683", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res683/providers/Microsoft.Storage/storageAccounts/sto5468?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "106", - "Content-Type": "application/json", - "traceparent": "00-e8c9ce1cd038c74699039b96ce94fbe3-39a27d0664cd9945-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c1e731b4747342067d3db70d70ef2045", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": { - "isHnsEnabled": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1e731b4747342067d3db70d70ef2045", - "x-ms-correlation-request-id": "cdc9fdd7-3283-41ae-975f-ab3befca657d", - "x-ms-ratelimit-remaining-subscription-writes": "1034", - "x-ms-request-id": "286fa461-839a-4731-ac40-7280b9f1b476", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031132Z:cdc9fdd7-3283-41ae-975f-ab3befca657d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "724f961931ddfe1dafdaf5ecc1446632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "724f961931ddfe1dafdaf5ecc1446632", - "x-ms-correlation-request-id": "7c569228-b51a-411d-a250-600e376f4137", - "x-ms-ratelimit-remaining-subscription-reads": "11401", - "x-ms-request-id": "5aaa39f7-a937-4992-8f5d-5aabaab5b327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031132Z:7c569228-b51a-411d-a250-600e376f4137" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6c6c264d807df120447defd20119365", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6c6c264d807df120447defd20119365", - "x-ms-correlation-request-id": "e0f8653d-2afa-475f-956f-f9812d777f0e", - "x-ms-ratelimit-remaining-subscription-reads": "11400", - "x-ms-request-id": "ab8a51ab-5397-4ad1-881b-3f755a57a4a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031134Z:e0f8653d-2afa-475f-956f-f9812d777f0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "daf32140ae9f9e67cd4fc9a8df40de9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf32140ae9f9e67cd4fc9a8df40de9f", - "x-ms-correlation-request-id": "0908a07d-4f83-4a8c-81a4-2ca9cf332be9", - "x-ms-ratelimit-remaining-subscription-reads": "11399", - "x-ms-request-id": "0b719d96-8d1c-4971-8fc2-4b31fa13f4fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031135Z:0908a07d-4f83-4a8c-81a4-2ca9cf332be9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec9021104550418e83706d965320de9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec9021104550418e83706d965320de9d", - "x-ms-correlation-request-id": "98b158dd-2e4e-4e86-b176-e0704cf38b1d", - "x-ms-ratelimit-remaining-subscription-reads": "11398", - "x-ms-request-id": "4c840223-4c31-4668-b236-b5f7b4cf4f27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031136Z:98b158dd-2e4e-4e86-b176-e0704cf38b1d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9fab90478c50b5935b28e9b70e6900c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fab90478c50b5935b28e9b70e6900c3", - "x-ms-correlation-request-id": "c8d65fdb-58f7-40a9-a59e-62c9349f527b", - "x-ms-ratelimit-remaining-subscription-reads": "11397", - "x-ms-request-id": "b689d128-550d-4c12-a88a-a1dcd0c9a2db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031138Z:c8d65fdb-58f7-40a9-a59e-62c9349f527b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ffec3e68a781fb1593b2562f40d14bad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffec3e68a781fb1593b2562f40d14bad", - "x-ms-correlation-request-id": "334f78df-861f-4bee-aeb3-5d49a7ba3164", - "x-ms-ratelimit-remaining-subscription-reads": "11396", - "x-ms-request-id": "646871ee-bd03-467d-be20-980482ea121c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031139Z:334f78df-861f-4bee-aeb3-5d49a7ba3164" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e612c713f94834f8ddb91285cd63219", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e612c713f94834f8ddb91285cd63219", - "x-ms-correlation-request-id": "ecf0004b-adb8-433e-b987-160f1d7546bd", - "x-ms-ratelimit-remaining-subscription-reads": "11395", - "x-ms-request-id": "389537b8-e116-4c7c-ae28-5dba3a6eae4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031140Z:ecf0004b-adb8-433e-b987-160f1d7546bd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "142da96fdf33a01c7ab00c9e3663748a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "142da96fdf33a01c7ab00c9e3663748a", - "x-ms-correlation-request-id": "7a110763-7f26-4efb-b230-bc84fab8dcec", - "x-ms-ratelimit-remaining-subscription-reads": "11394", - "x-ms-request-id": "d6278514-0463-4c34-9446-a7775ef193c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031142Z:7a110763-7f26-4efb-b230-bc84fab8dcec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2463bddb108292eef6871a515ed9ebd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2463bddb108292eef6871a515ed9ebd", - "x-ms-correlation-request-id": "e6d974d0-5b76-4340-b066-5938dc9793e4", - "x-ms-ratelimit-remaining-subscription-reads": "11393", - "x-ms-request-id": "e35f4928-2c20-4ef3-b6bd-93e1a9054dd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031143Z:e6d974d0-5b76-4340-b066-5938dc9793e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "96bf3c7f36a3927910c1d3e433b14d2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96bf3c7f36a3927910c1d3e433b14d2a", - "x-ms-correlation-request-id": "c7ebec03-0cb4-4cc2-abb6-a3c004db2eab", - "x-ms-ratelimit-remaining-subscription-reads": "11392", - "x-ms-request-id": "9959a784-1343-4f63-acea-0f60ab43f7c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031144Z:c7ebec03-0cb4-4cc2-abb6-a3c004db2eab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "204a0766508fbe117b0425ca6d768a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "204a0766508fbe117b0425ca6d768a8d", - "x-ms-correlation-request-id": "8c5ce25c-f9c8-4c7c-91b8-1bf114709bee", - "x-ms-ratelimit-remaining-subscription-reads": "11391", - "x-ms-request-id": "e03d43f3-14d4-4b76-9682-b865d362546a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031146Z:8c5ce25c-f9c8-4c7c-91b8-1bf114709bee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f91e4f11dda3a6e6c2b3d147dd4af63e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f91e4f11dda3a6e6c2b3d147dd4af63e", - "x-ms-correlation-request-id": "987b00f2-4118-4d24-a951-b6d3a2253c45", - "x-ms-ratelimit-remaining-subscription-reads": "11390", - "x-ms-request-id": "fcdb8dc8-ff24-4066-b050-ec4d89313fb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031147Z:987b00f2-4118-4d24-a951-b6d3a2253c45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/286fa461-839a-4731-ac40-7280b9f1b476?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e3f471b7da22f2d2a011b9f11ae2499", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1272", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e3f471b7da22f2d2a011b9f11ae2499", - "x-ms-correlation-request-id": "7c99427a-9169-4df0-9fef-78418edb1739", - "x-ms-ratelimit-remaining-subscription-reads": "11389", - "x-ms-request-id": "e1ba94e3-83b3-4a9a-a09f-42bff306be04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031148Z:7c99427a-9169-4df0-9fef-78418edb1739" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res683/providers/Microsoft.Storage/storageAccounts/sto5468", - "name": "sto5468", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:32.0200159Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:32.0200159Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:11:31.9262459Z", - "primaryEndpoints": { - "dfs": "https://sto5468.dfs.core.windows.net/", - "web": "https://sto5468.z20.web.core.windows.net/", - "blob": "https://sto5468.blob.core.windows.net/", - "queue": "https://sto5468.queue.core.windows.net/", - "table": "https://sto5468.table.core.windows.net/", - "file": "https://sto5468.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res683/providers/Microsoft.Storage/storageAccounts/sto5468?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ac25ca6f1358e74c8e5ff93a7e6fbd50-9f2e035c5f870e4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e4d246365392888620a45edc7ec9e030", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1272", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:11:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4d246365392888620a45edc7ec9e030", - "x-ms-correlation-request-id": "7f4a4e6c-bb7a-4c75-b9d3-c344b2e79614", - "x-ms-ratelimit-remaining-subscription-reads": "11388", - "x-ms-request-id": "46fdf97d-77b5-4f81-81c5-b429318eb5eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031149Z:7f4a4e6c-bb7a-4c75-b9d3-c344b2e79614" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res683/providers/Microsoft.Storage/storageAccounts/sto5468", - "name": "sto5468", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:32.0200159Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:32.0200159Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:11:31.9262459Z", - "primaryEndpoints": { - "dfs": "https://sto5468.dfs.core.windows.net/", - "web": "https://sto5468.z20.web.core.windows.net/", - "blob": "https://sto5468.blob.core.windows.net/", - "queue": "https://sto5468.queue.core.windows.net/", - "table": "https://sto5468.table.core.windows.net/", - "file": "https://sto5468.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "340337209", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json deleted file mode 100644 index cc959557446fa..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json +++ /dev/null @@ -1,676 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1831?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6fb5ba461b27ff4fa9ea5edc91239866-fa47bab278044b4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0488c956f34d53a0f8c558c34abe010", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "118a5eeb-5d40-435d-abe8-35f5f2bacaa0", - "x-ms-ratelimit-remaining-subscription-writes": "1139", - "x-ms-request-id": "118a5eeb-5d40-435d-abe8-35f5f2bacaa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033129Z:118a5eeb-5d40-435d-abe8-35f5f2bacaa0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1831", - "name": "res1831", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1831/providers/Microsoft.Storage/storageAccounts/sto1425?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "106", - "Content-Type": "application/json", - "traceparent": "00-84f066897827a24b8d14b1d32df39c9e-84cfba21a554a049-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a1ae13e7c31de3912108843fb1a10af5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": { - "isHnsEnabled": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1ae13e7c31de3912108843fb1a10af5", - "x-ms-correlation-request-id": "a4414b96-23b9-48f7-99c7-c00eee9914dc", - "x-ms-ratelimit-remaining-subscription-writes": "1138", - "x-ms-request-id": "81ca9f9c-5359-49cc-9f3f-1316e61488c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033132Z:a4414b96-23b9-48f7-99c7-c00eee9914dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "be2422ef85a6c978b7dc1366b5955dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be2422ef85a6c978b7dc1366b5955dea", - "x-ms-correlation-request-id": "8e1932b9-d180-4177-bda6-fdf4cc31b2b7", - "x-ms-ratelimit-remaining-subscription-reads": "11723", - "x-ms-request-id": "ad0d75f6-903b-4cb7-81b9-f45f773bedea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033133Z:8e1932b9-d180-4177-bda6-fdf4cc31b2b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a328964ac0d5d02b6a70db80f564d0b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a328964ac0d5d02b6a70db80f564d0b6", - "x-ms-correlation-request-id": "735a67da-cea8-4c08-900d-f5cc7ebe9351", - "x-ms-ratelimit-remaining-subscription-reads": "11722", - "x-ms-request-id": "6046ad2f-a03e-4198-b4e7-e01afeda5e58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033134Z:735a67da-cea8-4c08-900d-f5cc7ebe9351" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e507bc64c7d864e8f42989603418830", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e507bc64c7d864e8f42989603418830", - "x-ms-correlation-request-id": "f7fde658-d82a-4767-bff6-31ff10b0d3fb", - "x-ms-ratelimit-remaining-subscription-reads": "11721", - "x-ms-request-id": "5241b661-8040-4d98-88b9-3482d9bd6c51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033135Z:f7fde658-d82a-4767-bff6-31ff10b0d3fb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ce2e33e9e422e33f6545336a9f8d353", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ce2e33e9e422e33f6545336a9f8d353", - "x-ms-correlation-request-id": "55943698-d9b3-4bd3-afa3-c1179fb86b1f", - "x-ms-ratelimit-remaining-subscription-reads": "11720", - "x-ms-request-id": "221d0f6a-fd31-42d6-b403-4e1da1d32da2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033137Z:55943698-d9b3-4bd3-afa3-c1179fb86b1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3aa05d0bce45fe6d47a213932895cc29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3aa05d0bce45fe6d47a213932895cc29", - "x-ms-correlation-request-id": "56d26880-3d1f-4413-9fb8-7584ec28fa2a", - "x-ms-ratelimit-remaining-subscription-reads": "11719", - "x-ms-request-id": "800de329-883c-442a-b793-12b744330b60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033138Z:56d26880-3d1f-4413-9fb8-7584ec28fa2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1241aae75481277347219828f818dc97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1241aae75481277347219828f818dc97", - "x-ms-correlation-request-id": "f9f438d8-ba5e-4ac5-a7a5-714ad12eb1a6", - "x-ms-ratelimit-remaining-subscription-reads": "11718", - "x-ms-request-id": "d58f39e6-2f66-49bd-b155-64b49599567f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033139Z:f9f438d8-ba5e-4ac5-a7a5-714ad12eb1a6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a68a456f4da16feb76e334a08aa00660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a68a456f4da16feb76e334a08aa00660", - "x-ms-correlation-request-id": "632fed1a-74f9-4f80-9c99-438d4e943d6d", - "x-ms-ratelimit-remaining-subscription-reads": "11717", - "x-ms-request-id": "a4fc20e7-8dd7-49a8-85e8-ac28caa91e57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033141Z:632fed1a-74f9-4f80-9c99-438d4e943d6d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff4e2a87c0b6b6d1e978f3233644052f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff4e2a87c0b6b6d1e978f3233644052f", - "x-ms-correlation-request-id": "00ba6103-0be9-4780-b0cf-24d3d84440cc", - "x-ms-ratelimit-remaining-subscription-reads": "11716", - "x-ms-request-id": "d274d93e-ccc9-4202-8cfd-f8ca18d751ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033142Z:00ba6103-0be9-4780-b0cf-24d3d84440cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2237cc5260a9a87bfd19b9d20d29da7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2237cc5260a9a87bfd19b9d20d29da7", - "x-ms-correlation-request-id": "de423e28-2017-4107-8eac-b41a52339be9", - "x-ms-ratelimit-remaining-subscription-reads": "11715", - "x-ms-request-id": "d90db5aa-1593-4d43-86b5-0f8f0070a1b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033143Z:de423e28-2017-4107-8eac-b41a52339be9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cea0371addcaaee073d3bc285ac73931", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cea0371addcaaee073d3bc285ac73931", - "x-ms-correlation-request-id": "96027103-17cb-425c-af1f-789567cba5b5", - "x-ms-ratelimit-remaining-subscription-reads": "11714", - "x-ms-request-id": "e066b2aa-3c2c-4f83-8eeb-89791d9a3d3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033145Z:96027103-17cb-425c-af1f-789567cba5b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ddb04de247c6156a2b440e525339617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddb04de247c6156a2b440e525339617", - "x-ms-correlation-request-id": "0dcef4aa-2ec4-4570-8504-de940fd92278", - "x-ms-ratelimit-remaining-subscription-reads": "11713", - "x-ms-request-id": "aac2fd96-5481-4b08-b511-0f6c76840479", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033146Z:0dcef4aa-2ec4-4570-8504-de940fd92278" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe084bdb37a4e8649c756e36695e3ff7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe084bdb37a4e8649c756e36695e3ff7", - "x-ms-correlation-request-id": "fa8dfa1a-966d-44dc-ac0c-523ff958211d", - "x-ms-ratelimit-remaining-subscription-reads": "11712", - "x-ms-request-id": "751d4ac2-4e69-4597-99c6-767d72c1daef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033147Z:fa8dfa1a-966d-44dc-ac0c-523ff958211d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/81ca9f9c-5359-49cc-9f3f-1316e61488c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bbf6a978ff7f62ae13e2b169cfa8940", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1273", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bbf6a978ff7f62ae13e2b169cfa8940", - "x-ms-correlation-request-id": "90ecf934-5609-492c-a930-11af0d36fe44", - "x-ms-ratelimit-remaining-subscription-reads": "11711", - "x-ms-request-id": "682451c5-a1e2-4b27-b0f4-ad6361991db9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033149Z:90ecf934-5609-492c-a930-11af0d36fe44" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1831/providers/Microsoft.Storage/storageAccounts/sto1425", - "name": "sto1425", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:32.4533644Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:32.4533644Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:31:32.3595855Z", - "primaryEndpoints": { - "dfs": "https://sto1425.dfs.core.windows.net/", - "web": "https://sto1425.z20.web.core.windows.net/", - "blob": "https://sto1425.blob.core.windows.net/", - "queue": "https://sto1425.queue.core.windows.net/", - "table": "https://sto1425.table.core.windows.net/", - "file": "https://sto1425.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1831/providers/Microsoft.Storage/storageAccounts/sto1425?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-08738ecfd8cd4c4393d11bd3a3df8edb-346f21f5caa47c4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e4da53d3bbfa78da0f27006b51ff844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1273", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:31:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e4da53d3bbfa78da0f27006b51ff844", - "x-ms-correlation-request-id": "dc9b86a8-5496-4f05-8f4f-81eed20e9566", - "x-ms-ratelimit-remaining-subscription-reads": "11710", - "x-ms-request-id": "a29af108-2fc3-46c4-9a5d-2b1dd825f1e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033149Z:dc9b86a8-5496-4f05-8f4f-81eed20e9566" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1831/providers/Microsoft.Storage/storageAccounts/sto1425", - "name": "sto1425", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:32.4533644Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:32.4533644Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:31:32.3595855Z", - "primaryEndpoints": { - "dfs": "https://sto1425.dfs.core.windows.net/", - "web": "https://sto1425.z20.web.core.windows.net/", - "blob": "https://sto1425.blob.core.windows.net/", - "queue": "https://sto1425.queue.core.windows.net/", - "table": "https://sto1425.table.core.windows.net/", - "file": "https://sto1425.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "397198112", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json deleted file mode 100644 index a09415aa6a5b4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3706?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5f55b02ced152b4ca9eeb6bfddef3a90-ee41de1609c41b4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4648a84b35562610f8cdffdaec2af688", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "775afa06-ec51-4dea-a2ff-c984aac5741e", - "x-ms-ratelimit-remaining-subscription-writes": "1033", - "x-ms-request-id": "775afa06-ec51-4dea-a2ff-c984aac5741e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031151Z:775afa06-ec51-4dea-a2ff-c984aac5741e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706", - "name": "res3706", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto8819?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-69e84cffe7e9a94a8bedd9f785c13764-65e683dd92f7774b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "16d886cccb59e48cf66ab7d451f886c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16d886cccb59e48cf66ab7d451f886c7", - "x-ms-correlation-request-id": "b7bf4ab6-d446-4591-a198-3114cd01bebf", - "x-ms-ratelimit-remaining-subscription-writes": "1032", - "x-ms-request-id": "eca0731a-1da5-49cf-a2ee-b6465b61bfe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031154Z:b7bf4ab6-d446-4591-a198-3114cd01bebf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa9f1aa434917c4fb9723fa66e247c07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa9f1aa434917c4fb9723fa66e247c07", - "x-ms-correlation-request-id": "de21eb22-d7fa-4dd7-81d0-c08c3cba7847", - "x-ms-ratelimit-remaining-subscription-reads": "11387", - "x-ms-request-id": "ddc32584-92d4-4999-9e5c-cc57d569f33a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031154Z:de21eb22-d7fa-4dd7-81d0-c08c3cba7847" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "71b125547c65b6a3b7bdac303948ce28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71b125547c65b6a3b7bdac303948ce28", - "x-ms-correlation-request-id": "3039b15b-5957-4f9d-947a-655919f0d8ae", - "x-ms-ratelimit-remaining-subscription-reads": "11386", - "x-ms-request-id": "3a122df3-f768-4557-b926-d2e7853313f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031155Z:3039b15b-5957-4f9d-947a-655919f0d8ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "362f6bad8c58443636a59ad2d628ab46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "362f6bad8c58443636a59ad2d628ab46", - "x-ms-correlation-request-id": "09fb77eb-f3ce-4e1e-9238-1ba347cea567", - "x-ms-ratelimit-remaining-subscription-reads": "11385", - "x-ms-request-id": "052b7052-2d0d-40a1-a1ec-2a003581e0d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031157Z:09fb77eb-f3ce-4e1e-9238-1ba347cea567" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0f08bac4b1b27e676e842d3871e4371", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0f08bac4b1b27e676e842d3871e4371", - "x-ms-correlation-request-id": "c2cd70a4-9b9b-45b8-a34d-022735988437", - "x-ms-ratelimit-remaining-subscription-reads": "11384", - "x-ms-request-id": "7092c6dd-43a1-4164-8e34-c365ac2623d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031158Z:c2cd70a4-9b9b-45b8-a34d-022735988437" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03f816a445f4c7aeef6c3bc0e1d1e08f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:11:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03f816a445f4c7aeef6c3bc0e1d1e08f", - "x-ms-correlation-request-id": "c91a5cac-10c7-402d-9cd4-f336b8d256f3", - "x-ms-ratelimit-remaining-subscription-reads": "11383", - "x-ms-request-id": "3746af1e-0754-4356-b8c8-4dba88de6c4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031159Z:c91a5cac-10c7-402d-9cd4-f336b8d256f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad846512dd58610d8408c0704a62bc17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad846512dd58610d8408c0704a62bc17", - "x-ms-correlation-request-id": "09b36b58-c322-4683-8c1b-738dbd4405cb", - "x-ms-ratelimit-remaining-subscription-reads": "11382", - "x-ms-request-id": "31cf2866-8dbc-414a-81c3-a090fc812a9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031201Z:09b36b58-c322-4683-8c1b-738dbd4405cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf2d2962a72f6652dd2801af102645a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf2d2962a72f6652dd2801af102645a4", - "x-ms-correlation-request-id": "2d7be6b2-743c-499d-8bc8-34f502ffabd9", - "x-ms-ratelimit-remaining-subscription-reads": "11381", - "x-ms-request-id": "1dffa506-10fe-4f5a-acaf-4d1d717971b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031202Z:2d7be6b2-743c-499d-8bc8-34f502ffabd9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22c1b308959ac61809977eec843e7c8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22c1b308959ac61809977eec843e7c8c", - "x-ms-correlation-request-id": "65a1d9c8-2c63-40e0-8c97-20f84ee26814", - "x-ms-ratelimit-remaining-subscription-reads": "11380", - "x-ms-request-id": "f9e72a3a-b6f8-483a-aaa7-1081f6ea980c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031203Z:65a1d9c8-2c63-40e0-8c97-20f84ee26814" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b85e23af20a36a5f131dd02fdc5d505e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b85e23af20a36a5f131dd02fdc5d505e", - "x-ms-correlation-request-id": "3ffb62ba-36f1-43c8-bb15-3231a94f32fa", - "x-ms-ratelimit-remaining-subscription-reads": "11379", - "x-ms-request-id": "024b67e3-b3d6-438c-8d9d-ce47fedd1220", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031205Z:3ffb62ba-36f1-43c8-bb15-3231a94f32fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "97671cc29aa1cc7c1067b6982966e29e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97671cc29aa1cc7c1067b6982966e29e", - "x-ms-correlation-request-id": "d1d95196-ff9a-4d8a-af13-c271080a9008", - "x-ms-ratelimit-remaining-subscription-reads": "11378", - "x-ms-request-id": "94acf423-de32-4f57-81b1-93e5c9babf03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031206Z:d1d95196-ff9a-4d8a-af13-c271080a9008" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecff74ab8dc8e80053560e7dc4e9eaab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecff74ab8dc8e80053560e7dc4e9eaab", - "x-ms-correlation-request-id": "da45de0d-73a2-4b1c-a4dd-701e4303633d", - "x-ms-ratelimit-remaining-subscription-reads": "11377", - "x-ms-request-id": "39e47e80-5a96-4212-8a18-52ad002871e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031207Z:da45de0d-73a2-4b1c-a4dd-701e4303633d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "68292046e5d614eba791a73c69c641ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68292046e5d614eba791a73c69c641ad", - "x-ms-correlation-request-id": "b98954ad-2df0-4ea1-832f-6e73ba8652d3", - "x-ms-ratelimit-remaining-subscription-reads": "11376", - "x-ms-request-id": "cf56ad58-9bb6-422a-9963-323ea8999277", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031209Z:b98954ad-2df0-4ea1-832f-6e73ba8652d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/eca0731a-1da5-49cf-a2ee-b6465b61bfe5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6783323a645e35961b7f434a8cff0827", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:12:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6783323a645e35961b7f434a8cff0827", - "x-ms-correlation-request-id": "ff827d0a-33f6-48dc-afda-e48536951d6b", - "x-ms-ratelimit-remaining-subscription-reads": "11375", - "x-ms-request-id": "c7334326-b361-4873-811e-8f0c0b68307b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031210Z:ff827d0a-33f6-48dc-afda-e48536951d6b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto8819", - "name": "sto8819", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:53.8177955Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:53.8177955Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:11:53.7240330Z", - "primaryEndpoints": { - "blob": "https://sto8819.blob.core.windows.net/", - "queue": "https://sto8819.queue.core.windows.net/", - "table": "https://sto8819.table.core.windows.net/", - "file": "https://sto8819.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto8819?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-aa3a9dedfb0140489bb241ed14050293-6e12593a41fcb049-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09520a7d7a3cc6c789eb4536e5c47e8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:12:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09520a7d7a3cc6c789eb4536e5c47e8c", - "x-ms-correlation-request-id": "8d7db1f5-6592-4a9c-b31a-61a5d6d49acb", - "x-ms-ratelimit-remaining-subscription-writes": "1031", - "x-ms-request-id": "dd5285f9-3c35-48d2-8b77-2f10c47e354e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031213Z:8d7db1f5-6592-4a9c-b31a-61a5d6d49acb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto8819", - "name": "sto8819", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:53.8177955Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:11:53.8177955Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:11:53.7240330Z", - "primaryEndpoints": { - "blob": "https://sto8819.blob.core.windows.net/", - "queue": "https://sto8819.queue.core.windows.net/", - "table": "https://sto8819.table.core.windows.net/", - "file": "https://sto8819.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto7539?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-fb19f1c236e96a4da3b07553cd68f8fc-4e8fd33e827ccb45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5ebf80893774c0716abddd721e5f4f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ebf80893774c0716abddd721e5f4f57", - "x-ms-correlation-request-id": "04039103-3f72-4e23-a08a-7a432d2e3b26", - "x-ms-ratelimit-remaining-subscription-writes": "1030", - "x-ms-request-id": "545c5976-8516-405f-8586-9f3de130b5f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031216Z:04039103-3f72-4e23-a08a-7a432d2e3b26" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65ad9e631f05dd18ef8228a7a5dac329", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65ad9e631f05dd18ef8228a7a5dac329", - "x-ms-correlation-request-id": "ce3c3c7c-1dfc-4178-ad22-ab8a8684eef2", - "x-ms-ratelimit-remaining-subscription-reads": "11374", - "x-ms-request-id": "73cfe7f3-d9cb-4f54-8d49-f723b56c596d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031216Z:ce3c3c7c-1dfc-4178-ad22-ab8a8684eef2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb56f4a55b6c13eabec4a104b82992f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb56f4a55b6c13eabec4a104b82992f9", - "x-ms-correlation-request-id": "33ef9759-a146-4b91-9b6d-ca2ab930d94e", - "x-ms-ratelimit-remaining-subscription-reads": "11373", - "x-ms-request-id": "f307ccaf-d4fd-427c-bdad-ddd0badf70b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031218Z:33ef9759-a146-4b91-9b6d-ca2ab930d94e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "800ff499e9b2e1529e563d3a4d1955e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "800ff499e9b2e1529e563d3a4d1955e3", - "x-ms-correlation-request-id": "63629f7a-51ef-418d-99bd-bd7e04af215a", - "x-ms-ratelimit-remaining-subscription-reads": "11372", - "x-ms-request-id": "fe4484ad-d5d8-4e4c-9c6f-bdfcceb24bce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031219Z:63629f7a-51ef-418d-99bd-bd7e04af215a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "39a255ac3919077db39aa7407e1425c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39a255ac3919077db39aa7407e1425c6", - "x-ms-correlation-request-id": "54a8e63b-09b4-4449-ba14-e97bdb59cfe7", - "x-ms-ratelimit-remaining-subscription-reads": "11371", - "x-ms-request-id": "594bc50e-3566-4bbd-b94f-11fcf2af1e05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031220Z:54a8e63b-09b4-4449-ba14-e97bdb59cfe7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b10e2eef43cabb77a2754c151eafc6a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b10e2eef43cabb77a2754c151eafc6a4", - "x-ms-correlation-request-id": "438fc572-4675-44df-a3cf-41463094850d", - "x-ms-ratelimit-remaining-subscription-reads": "11370", - "x-ms-request-id": "07d46ca5-ce67-4529-b913-a35c83fcdb8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031222Z:438fc572-4675-44df-a3cf-41463094850d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6257be6f598660e07607cc174111638a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6257be6f598660e07607cc174111638a", - "x-ms-correlation-request-id": "087bbdd7-2bea-479d-986d-5c4a8c4ae4e8", - "x-ms-ratelimit-remaining-subscription-reads": "11369", - "x-ms-request-id": "95810120-2660-4639-8970-fb4934d80bdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031223Z:087bbdd7-2bea-479d-986d-5c4a8c4ae4e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f4b7730a30b6818dee696a4ec67e903", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f4b7730a30b6818dee696a4ec67e903", - "x-ms-correlation-request-id": "d482d67e-7e97-4d57-a65c-75b2d8220fe4", - "x-ms-ratelimit-remaining-subscription-reads": "11368", - "x-ms-request-id": "5279aab6-b9cb-4691-85d8-f2f5185c5e5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031224Z:d482d67e-7e97-4d57-a65c-75b2d8220fe4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bfd103d4c3bc963f4eae3ac3765f7991", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfd103d4c3bc963f4eae3ac3765f7991", - "x-ms-correlation-request-id": "869f9a41-ac99-4ed9-8c93-77d0afed7665", - "x-ms-ratelimit-remaining-subscription-reads": "11367", - "x-ms-request-id": "e4020617-002f-416e-9417-2949d069e861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031226Z:869f9a41-ac99-4ed9-8c93-77d0afed7665" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a7e4c211a764cb98a5ee849fc23b740f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7e4c211a764cb98a5ee849fc23b740f", - "x-ms-correlation-request-id": "4cb4d94d-ab8b-4ada-9a4a-acfab2a9f49a", - "x-ms-ratelimit-remaining-subscription-reads": "11366", - "x-ms-request-id": "5d9aa08c-f298-435f-9447-2dc4fb9b03a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031227Z:4cb4d94d-ab8b-4ada-9a4a-acfab2a9f49a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e43c91da33f6dcd37b4d05d6955f27e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e43c91da33f6dcd37b4d05d6955f27e", - "x-ms-correlation-request-id": "b9195d6b-d164-4a28-84bd-f4efe003fb94", - "x-ms-ratelimit-remaining-subscription-reads": "11365", - "x-ms-request-id": "e21b074e-5e51-424d-8e2e-eb773d20178a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031228Z:b9195d6b-d164-4a28-84bd-f4efe003fb94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2a92056d42832d9e6a051acd3ea0d412", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a92056d42832d9e6a051acd3ea0d412", - "x-ms-correlation-request-id": "223b93f4-d1b4-4d67-ad53-e235b8387ca9", - "x-ms-ratelimit-remaining-subscription-reads": "11364", - "x-ms-request-id": "c46d6883-e4c8-4533-a4d6-bc77dd3d54aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031229Z:223b93f4-d1b4-4d67-ad53-e235b8387ca9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ada52a3a3b1c6e51f4766fb0d63b6150", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ada52a3a3b1c6e51f4766fb0d63b6150", - "x-ms-correlation-request-id": "2a59252b-5f08-4172-a7b2-97b59f96fb6f", - "x-ms-ratelimit-remaining-subscription-reads": "11363", - "x-ms-request-id": "341ce349-cd01-43f9-bec6-528056f7ff45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031231Z:2a59252b-5f08-4172-a7b2-97b59f96fb6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/545c5976-8516-405f-8586-9f3de130b5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc3206fc49a8db8c2b16d43a89002f97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:12:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc3206fc49a8db8c2b16d43a89002f97", - "x-ms-correlation-request-id": "16152d44-d159-4eed-a432-c99eb8d08abe", - "x-ms-ratelimit-remaining-subscription-reads": "11362", - "x-ms-request-id": "0ebf8228-2b61-4d1b-a665-41b4bc9467ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031232Z:16152d44-d159-4eed-a432-c99eb8d08abe" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3706/providers/Microsoft.Storage/storageAccounts/sto7539", - "name": "sto7539", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:16.0061858Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:16.0061858Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:12:15.9123784Z", - "primaryEndpoints": { - "blob": "https://sto7539.blob.core.windows.net/", - "queue": "https://sto7539.queue.core.windows.net/", - "table": "https://sto7539.table.core.windows.net/", - "file": "https://sto7539.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "800114036", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json deleted file mode 100644 index 368e1e0bdb8f9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json +++ /dev/null @@ -1,1229 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3604?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4c1d160c13441e49be902feee58c4ea9-d4b76d0b6e2ceb41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6889bcc2c89ee472b254caf0b94f7dff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1851efb-1769-4042-b1af-6ed5b29c5230", - "x-ms-ratelimit-remaining-subscription-writes": "1137", - "x-ms-request-id": "c1851efb-1769-4042-b1af-6ed5b29c5230", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033152Z:c1851efb-1769-4042-b1af-6ed5b29c5230" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604", - "name": "res3604", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto126?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-487ee90afcd80c49bdfd5fe7720fb0e1-efe1822079b40940-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79becf5a7b88d5aa43f30076ee2b7242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79becf5a7b88d5aa43f30076ee2b7242", - "x-ms-correlation-request-id": "895aa229-900b-464b-95d7-acae6461a132", - "x-ms-ratelimit-remaining-subscription-writes": "1136", - "x-ms-request-id": "707604ae-71cb-4fdb-8ffc-584b4a1d96c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033155Z:895aa229-900b-464b-95d7-acae6461a132" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bf75d2e48750d33bec8847ee43c669f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bf75d2e48750d33bec8847ee43c669f", - "x-ms-correlation-request-id": "e34d6305-befd-4c0a-9d8d-908d235911e9", - "x-ms-ratelimit-remaining-subscription-reads": "11709", - "x-ms-request-id": "3f5c93c8-1231-4cb1-9c7f-fa52cef5f1f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033155Z:e34d6305-befd-4c0a-9d8d-908d235911e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b227767d55ca653317fa318d24695eed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b227767d55ca653317fa318d24695eed", - "x-ms-correlation-request-id": "e5408d9d-d5bb-4b5f-b98c-51b3c1acb413", - "x-ms-ratelimit-remaining-subscription-reads": "11708", - "x-ms-request-id": "2c6746e5-4237-40e5-ac82-7f2951bf4bb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033156Z:e5408d9d-d5bb-4b5f-b98c-51b3c1acb413" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "914832a61733dfcc962752817039df0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "914832a61733dfcc962752817039df0b", - "x-ms-correlation-request-id": "81dcd368-a481-4a51-a288-27e644d0a535", - "x-ms-ratelimit-remaining-subscription-reads": "11707", - "x-ms-request-id": "3f63c810-6c2e-409a-9117-cc5fedcabb3f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033158Z:81dcd368-a481-4a51-a288-27e644d0a535" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "00c2b8949a2ed8042992437a17a6e954", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:31:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00c2b8949a2ed8042992437a17a6e954", - "x-ms-correlation-request-id": "e5c4c1b1-079a-4648-ae5a-11060308534a", - "x-ms-ratelimit-remaining-subscription-reads": "11706", - "x-ms-request-id": "d69227fb-98ae-45aa-aa29-8dc3e7c1d23e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033159Z:e5c4c1b1-079a-4648-ae5a-11060308534a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1d8976ad4f3656ba9481ba203b2f5dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d8976ad4f3656ba9481ba203b2f5dd", - "x-ms-correlation-request-id": "21a5d3b1-17f2-41a1-801c-5260c21c5490", - "x-ms-ratelimit-remaining-subscription-reads": "11705", - "x-ms-request-id": "9e92fd2c-8b59-407d-a65a-56142d33bd11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033200Z:21a5d3b1-17f2-41a1-801c-5260c21c5490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6bf9251b5da60bbe2d7067a1d452c7f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bf9251b5da60bbe2d7067a1d452c7f0", - "x-ms-correlation-request-id": "0a5f7095-52b2-4cc6-8cff-7bde1978053b", - "x-ms-ratelimit-remaining-subscription-reads": "11704", - "x-ms-request-id": "8a6755fe-8ec5-44f1-a173-1421f1c072a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033202Z:0a5f7095-52b2-4cc6-8cff-7bde1978053b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d816fe3e2d61bf174d5d56e67f61d577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d816fe3e2d61bf174d5d56e67f61d577", - "x-ms-correlation-request-id": "6cf77692-d0b2-400d-9e6a-6449a1db817b", - "x-ms-ratelimit-remaining-subscription-reads": "11703", - "x-ms-request-id": "58c4e0bf-2f39-48ed-a682-010ae9e7467b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033203Z:6cf77692-d0b2-400d-9e6a-6449a1db817b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f15e659d7dac0dadd8cc83836dc99157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f15e659d7dac0dadd8cc83836dc99157", - "x-ms-correlation-request-id": "f40b127a-97e2-4466-85b1-d4d52cc43a30", - "x-ms-ratelimit-remaining-subscription-reads": "11702", - "x-ms-request-id": "68eb27fc-69fe-4872-82e3-fc76420c8ed5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033204Z:f40b127a-97e2-4466-85b1-d4d52cc43a30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04642a801c9bee7c0e3a1d4906d88ccc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04642a801c9bee7c0e3a1d4906d88ccc", - "x-ms-correlation-request-id": "8e414eef-6e1a-46e2-a31b-29a8d04d260e", - "x-ms-ratelimit-remaining-subscription-reads": "11701", - "x-ms-request-id": "2c1bd39c-527b-414c-a23b-332e836e65f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033206Z:8e414eef-6e1a-46e2-a31b-29a8d04d260e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e03ef9bd6f3c04451090094a9945183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e03ef9bd6f3c04451090094a9945183", - "x-ms-correlation-request-id": "66c9d2d0-e121-4c0e-90bc-a4deda546a91", - "x-ms-ratelimit-remaining-subscription-reads": "11700", - "x-ms-request-id": "2fabbc12-b394-44fe-90d2-c9e1704fd8eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033207Z:66c9d2d0-e121-4c0e-90bc-a4deda546a91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5465ffcbd0fd81dbe970e3715f630600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5465ffcbd0fd81dbe970e3715f630600", - "x-ms-correlation-request-id": "86116de8-5591-45a1-b606-46f878b8872f", - "x-ms-ratelimit-remaining-subscription-reads": "11699", - "x-ms-request-id": "f265fa40-b1c9-40b2-8d83-eb4dcb4e4a96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033208Z:86116de8-5591-45a1-b606-46f878b8872f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7de8b74023c6aa63e6a3b3921ce74579", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7de8b74023c6aa63e6a3b3921ce74579", - "x-ms-correlation-request-id": "909be6a4-3b60-4663-84cf-f73bdba0163e", - "x-ms-ratelimit-remaining-subscription-reads": "11698", - "x-ms-request-id": "174eefcc-d5b8-4e07-aee6-bbfb48b0adb1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033210Z:909be6a4-3b60-4663-84cf-f73bdba0163e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/707604ae-71cb-4fdb-8ffc-584b4a1d96c5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "077d9ae83772cace13828483f2d260ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:32:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "077d9ae83772cace13828483f2d260ed", - "x-ms-correlation-request-id": "900df7b7-aa32-4335-9fcd-8b18d68c13d7", - "x-ms-ratelimit-remaining-subscription-reads": "11697", - "x-ms-request-id": "7424541e-e982-411b-82a0-3ea581ff768a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033211Z:900df7b7-aa32-4335-9fcd-8b18d68c13d7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto126", - "name": "sto126", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:54.6743154Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:54.6743154Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:31:54.5805206Z", - "primaryEndpoints": { - "blob": "https://sto126.blob.core.windows.net/", - "queue": "https://sto126.queue.core.windows.net/", - "table": "https://sto126.table.core.windows.net/", - "file": "https://sto126.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto126?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c272475267b3c14882c78f42911f87a2-6c4164ce92d55249-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1530002d3aca8bd9bbb6d5a1d496402", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:32:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1530002d3aca8bd9bbb6d5a1d496402", - "x-ms-correlation-request-id": "68f97a83-5ae9-47db-b735-66b62e61da9e", - "x-ms-ratelimit-remaining-subscription-writes": "1135", - "x-ms-request-id": "3ca64284-f90e-4072-94f7-cb4088c5f1e4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033213Z:68f97a83-5ae9-47db-b735-66b62e61da9e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto126", - "name": "sto126", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:54.6743154Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:31:54.6743154Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:31:54.5805206Z", - "primaryEndpoints": { - "blob": "https://sto126.blob.core.windows.net/", - "queue": "https://sto126.queue.core.windows.net/", - "table": "https://sto126.table.core.windows.net/", - "file": "https://sto126.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto2479?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-760f4afcc45614498413c8e22f1d3c1f-f33db324993c9b43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c8fc542539315ccdcd56bb7c974adca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c8fc542539315ccdcd56bb7c974adca", - "x-ms-correlation-request-id": "c124be0a-c557-4553-80e4-e2d279191be0", - "x-ms-ratelimit-remaining-subscription-writes": "1134", - "x-ms-request-id": "77b2ca72-e9d0-4aec-b997-b64541c25b3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033216Z:c124be0a-c557-4553-80e4-e2d279191be0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5717590448b9d76e9c74e91093d63f75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5717590448b9d76e9c74e91093d63f75", - "x-ms-correlation-request-id": "951ff762-6e51-4695-8ce5-02fd2b5208af", - "x-ms-ratelimit-remaining-subscription-reads": "11696", - "x-ms-request-id": "d11341c1-85d6-4f91-8d64-657aa54903b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033216Z:951ff762-6e51-4695-8ce5-02fd2b5208af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c269f702e86a8cabe8ca9494b3eab62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c269f702e86a8cabe8ca9494b3eab62", - "x-ms-correlation-request-id": "44d0b568-9a01-49e1-b4d2-8fae7621e1d3", - "x-ms-ratelimit-remaining-subscription-reads": "11695", - "x-ms-request-id": "99b04dc6-9055-4908-beae-f3fc341b518a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033217Z:44d0b568-9a01-49e1-b4d2-8fae7621e1d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70b2afcb555dd4101381ebd5b1f6709c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70b2afcb555dd4101381ebd5b1f6709c", - "x-ms-correlation-request-id": "1b5180ff-388d-40b8-9699-5bc095b985e5", - "x-ms-ratelimit-remaining-subscription-reads": "11694", - "x-ms-request-id": "2d38ea9c-0689-4e8d-bf6e-20f516d88ec0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033219Z:1b5180ff-388d-40b8-9699-5bc095b985e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c91e930bec52d5358e6e992d9f258b5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c91e930bec52d5358e6e992d9f258b5e", - "x-ms-correlation-request-id": "5cac25a3-4fa0-4339-8a98-e97bb3d9655a", - "x-ms-ratelimit-remaining-subscription-reads": "11693", - "x-ms-request-id": "70eac39c-c7d5-42c6-b734-a2f39215986d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033220Z:5cac25a3-4fa0-4339-8a98-e97bb3d9655a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e44586c8ce231b188e52090542f5f6c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e44586c8ce231b188e52090542f5f6c8", - "x-ms-correlation-request-id": "69586213-45d1-4a18-bf30-a61fa7edf9f1", - "x-ms-ratelimit-remaining-subscription-reads": "11692", - "x-ms-request-id": "b16202a1-33c9-45cc-91fd-72bd08dc7012", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033221Z:69586213-45d1-4a18-bf30-a61fa7edf9f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b73d0d1ce11fde1079dce1eebce335ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b73d0d1ce11fde1079dce1eebce335ed", - "x-ms-correlation-request-id": "0c0b4747-5168-48bf-837d-a8844b4a18cc", - "x-ms-ratelimit-remaining-subscription-reads": "11691", - "x-ms-request-id": "3365a2d5-4da7-46ee-8d38-ff31e8b2ed6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033223Z:0c0b4747-5168-48bf-837d-a8844b4a18cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2a0c8df58bb13c787b033a00e3309399", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a0c8df58bb13c787b033a00e3309399", - "x-ms-correlation-request-id": "ebe6edc9-27e2-4cfb-9a87-8780a50fee8d", - "x-ms-ratelimit-remaining-subscription-reads": "11690", - "x-ms-request-id": "724e299c-e440-4b25-8672-fa7b0b6b0257", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033224Z:ebe6edc9-27e2-4cfb-9a87-8780a50fee8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9110d077d3e7e73f76666a46ed295eaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9110d077d3e7e73f76666a46ed295eaa", - "x-ms-correlation-request-id": "12854e4f-7a3b-4221-8a7c-6c18ea3ccf93", - "x-ms-ratelimit-remaining-subscription-reads": "11689", - "x-ms-request-id": "7c397fea-2994-453b-9ba1-ff4cdec4a236", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033225Z:12854e4f-7a3b-4221-8a7c-6c18ea3ccf93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b50f1b1ccce9901695013c1ca60ffb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b50f1b1ccce9901695013c1ca60ffb49", - "x-ms-correlation-request-id": "bf1a79ca-2add-47c7-b2c8-29af90243f76", - "x-ms-ratelimit-remaining-subscription-reads": "11688", - "x-ms-request-id": "ac9a8f1e-ec14-4853-9f22-38b127e8df11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033227Z:bf1a79ca-2add-47c7-b2c8-29af90243f76" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb764749a3d221054d25b44a21314e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb764749a3d221054d25b44a21314e51", - "x-ms-correlation-request-id": "4ce43b8a-44c7-4e45-8b32-8d4f0e4f354c", - "x-ms-ratelimit-remaining-subscription-reads": "11687", - "x-ms-request-id": "5e16fdb6-360b-416a-a4d5-cd7447189943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033228Z:4ce43b8a-44c7-4e45-8b32-8d4f0e4f354c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c7e48fa4de21abb0ba80fce697224067", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7e48fa4de21abb0ba80fce697224067", - "x-ms-correlation-request-id": "40906f29-50a4-41cd-9a14-b7ee05fd7faa", - "x-ms-ratelimit-remaining-subscription-reads": "11686", - "x-ms-request-id": "bbd89cf4-4f96-4677-9c2e-72074110779b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033229Z:40906f29-50a4-41cd-9a14-b7ee05fd7faa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a5fd206b73b378d815ed67c317cb6e63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5fd206b73b378d815ed67c317cb6e63", - "x-ms-correlation-request-id": "0ba2b787-a14e-4681-9459-82f74d8cbe39", - "x-ms-ratelimit-remaining-subscription-reads": "11685", - "x-ms-request-id": "27ceab37-353b-402f-82a7-b933e9ac5d02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033231Z:0ba2b787-a14e-4681-9459-82f74d8cbe39" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77b2ca72-e9d0-4aec-b997-b64541c25b3d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1677ebb2332a6a2897ca3152a71f8a2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:32:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1677ebb2332a6a2897ca3152a71f8a2b", - "x-ms-correlation-request-id": "006b98f9-4f28-433f-936c-b3db40e5fcc3", - "x-ms-ratelimit-remaining-subscription-reads": "11684", - "x-ms-request-id": "a4907ff4-2297-4af9-ad47-ac251dd9a95b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033232Z:006b98f9-4f28-433f-936c-b3db40e5fcc3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3604/providers/Microsoft.Storage/storageAccounts/sto2479", - "name": "sto2479", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:15.5971464Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:15.5971464Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:32:15.5346598Z", - "primaryEndpoints": { - "blob": "https://sto2479.blob.core.windows.net/", - "queue": "https://sto2479.queue.core.windows.net/", - "table": "https://sto2479.table.core.windows.net/", - "file": "https://sto2479.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "616190414", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json deleted file mode 100644 index f1b56299ff6f4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json +++ /dev/null @@ -1,1135 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2233?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e05a2fa057e1974aa5fe18c9d5284083-67a9e26eb419914f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe1d7fb305dc129029124c5e50a76f49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66fdb9c6-6826-40a0-98ac-26f91011fd74", - "x-ms-ratelimit-remaining-subscription-writes": "1029", - "x-ms-request-id": "66fdb9c6-6826-40a0-98ac-26f91011fd74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031235Z:66fdb9c6-6826-40a0-98ac-26f91011fd74" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2233", - "name": "res2233", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2233/providers/Microsoft.Storage/storageAccounts/sto2356?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-4ab7b08c8b5cb346a086d19d19320c20-dfb7e660e9712747-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "659b90fdf03d324220f02fe9d51cd438", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "659b90fdf03d324220f02fe9d51cd438", - "x-ms-correlation-request-id": "7616e759-ed73-4ae0-aabe-d61bd8684882", - "x-ms-ratelimit-remaining-subscription-writes": "1028", - "x-ms-request-id": "d84a6500-1281-4115-8794-f76101f72789", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031238Z:7616e759-ed73-4ae0-aabe-d61bd8684882" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33f7c4544e362c42bbaae5a0e23f3d2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33f7c4544e362c42bbaae5a0e23f3d2f", - "x-ms-correlation-request-id": "aa2b6932-aea0-448f-bd64-aca6e7c6fdfd", - "x-ms-ratelimit-remaining-subscription-reads": "11361", - "x-ms-request-id": "213e2c4c-4769-495b-8e8e-c4e135af4466", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031238Z:aa2b6932-aea0-448f-bd64-aca6e7c6fdfd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e96217890e4123c79f61d02f69a6e1fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e96217890e4123c79f61d02f69a6e1fd", - "x-ms-correlation-request-id": "c0c0bf98-a6e0-4b37-8f4f-bcd240f22902", - "x-ms-ratelimit-remaining-subscription-reads": "11360", - "x-ms-request-id": "3e18767b-f7ca-4dd8-9854-5736a5f36e9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031240Z:c0c0bf98-a6e0-4b37-8f4f-bcd240f22902" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11954981a125f50243da6f54f4505755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11954981a125f50243da6f54f4505755", - "x-ms-correlation-request-id": "899f5f92-08af-4d96-8787-90af61570aa8", - "x-ms-ratelimit-remaining-subscription-reads": "11359", - "x-ms-request-id": "b90471ce-310f-4179-b1be-6848e28ecbd4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031241Z:899f5f92-08af-4d96-8787-90af61570aa8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "391257cf84bf45a4fcd394d57e12c314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "391257cf84bf45a4fcd394d57e12c314", - "x-ms-correlation-request-id": "e4f7677e-1e15-4a55-9eb2-e195baa2d701", - "x-ms-ratelimit-remaining-subscription-reads": "11358", - "x-ms-request-id": "aac0de0a-4660-4b82-bb9d-bba82f2cd7df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031242Z:e4f7677e-1e15-4a55-9eb2-e195baa2d701" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "981fe8c82ba9e80a156ca5679f732f4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "981fe8c82ba9e80a156ca5679f732f4f", - "x-ms-correlation-request-id": "a2dce99b-e6a8-464c-8bf9-275554470abb", - "x-ms-ratelimit-remaining-subscription-reads": "11357", - "x-ms-request-id": "75788235-929e-4f26-a453-48f74dad54fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031244Z:a2dce99b-e6a8-464c-8bf9-275554470abb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "12607a09a894fc3da55014510c2c7731", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12607a09a894fc3da55014510c2c7731", - "x-ms-correlation-request-id": "1c76e6df-bec8-4921-805e-287992259705", - "x-ms-ratelimit-remaining-subscription-reads": "11356", - "x-ms-request-id": "36ad7061-3371-4161-b73b-0d76563912f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031245Z:1c76e6df-bec8-4921-805e-287992259705" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b8b5a16be30a4ac4d292353de3ca688", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b8b5a16be30a4ac4d292353de3ca688", - "x-ms-correlation-request-id": "6e5636b7-17ab-44b4-abc3-ed38699229b6", - "x-ms-ratelimit-remaining-subscription-reads": "11355", - "x-ms-request-id": "1d915246-b390-4f7f-9407-c45c963afe3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031246Z:6e5636b7-17ab-44b4-abc3-ed38699229b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04cb45a4b1b22080aa22f35916b8dce8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04cb45a4b1b22080aa22f35916b8dce8", - "x-ms-correlation-request-id": "d9984b83-7872-49f9-983a-b7324536f331", - "x-ms-ratelimit-remaining-subscription-reads": "11354", - "x-ms-request-id": "431319c6-5465-443f-89f7-8e9a706ea089", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031248Z:d9984b83-7872-49f9-983a-b7324536f331" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "445074f523e74a1ecdbbc56a84ea1d69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "445074f523e74a1ecdbbc56a84ea1d69", - "x-ms-correlation-request-id": "13d5a10b-75c1-46ec-92b7-da3441c4a343", - "x-ms-ratelimit-remaining-subscription-reads": "11353", - "x-ms-request-id": "92c3a1a7-4796-4ddb-9b06-af5f65705190", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031249Z:13d5a10b-75c1-46ec-92b7-da3441c4a343" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c6ad8ba97261657ed96b610ecb538d94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6ad8ba97261657ed96b610ecb538d94", - "x-ms-correlation-request-id": "cec53614-953d-4dc9-bc3b-266460028b6e", - "x-ms-ratelimit-remaining-subscription-reads": "11352", - "x-ms-request-id": "b7ce11f9-627b-4b33-8edc-d937adc2feb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031250Z:cec53614-953d-4dc9-bc3b-266460028b6e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6a5d3a4d61eb81a0278036f6eb169bbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a5d3a4d61eb81a0278036f6eb169bbf", - "x-ms-correlation-request-id": "0d8163f1-16d8-407f-b388-f4b199da4379", - "x-ms-ratelimit-remaining-subscription-reads": "11351", - "x-ms-request-id": "5e06a017-6661-4e17-922d-87dbc2ab3871", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031252Z:0d8163f1-16d8-407f-b388-f4b199da4379" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8aaf8a04150a8287f6ea6b7cc10f7f7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aaf8a04150a8287f6ea6b7cc10f7f7a", - "x-ms-correlation-request-id": "51a3ed5a-dc5c-4599-ac13-226f4886b63f", - "x-ms-ratelimit-remaining-subscription-reads": "11350", - "x-ms-request-id": "dfc5c03b-125e-4929-be51-4467e51a5aa4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031253Z:51a3ed5a-dc5c-4599-ac13-226f4886b63f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d84a6500-1281-4115-8794-f76101f72789?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "491d302eb38d477deb2c9ee03c8779c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:12:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "491d302eb38d477deb2c9ee03c8779c3", - "x-ms-correlation-request-id": "fa0ccc37-dcdf-483a-b67a-e487049cc7a6", - "x-ms-ratelimit-remaining-subscription-reads": "11349", - "x-ms-request-id": "14d17b8a-3133-4f2d-b63b-9484115c0581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031254Z:fa0ccc37-dcdf-483a-b67a-e487049cc7a6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2233/providers/Microsoft.Storage/storageAccounts/sto2356", - "name": "sto2356", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:38.0717608Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:38.0717608Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:12:37.9779704Z", - "primaryEndpoints": { - "dfs": "https://sto2356.dfs.core.windows.net/", - "blob": "https://sto2356.blob.core.windows.net/", - "table": "https://sto2356.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2233/providers/Microsoft.Storage/storageAccounts/sto5051?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "149", - "Content-Type": "application/json", - "traceparent": "00-5e9dfdeba25d70479a6c5eaca2547fc2-5f72f7e10826ad4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4109a2cf02a33789b3da7300f623bf18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Cool" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4109a2cf02a33789b3da7300f623bf18", - "x-ms-correlation-request-id": "9b2bb18d-1c00-4eaa-acb9-0d79cba478a7", - "x-ms-ratelimit-remaining-subscription-writes": "1027", - "x-ms-request-id": "59956d11-4a2b-4769-bc4e-7720de126269", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031257Z:9b2bb18d-1c00-4eaa-acb9-0d79cba478a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1fada7703d052cd7a6e696b2407d51c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fada7703d052cd7a6e696b2407d51c7", - "x-ms-correlation-request-id": "9ec03000-8242-42a0-a787-a2f91d366fab", - "x-ms-ratelimit-remaining-subscription-reads": "11348", - "x-ms-request-id": "0b589e47-6a7b-4955-816d-1ee66e5a0efb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031258Z:9ec03000-8242-42a0-a787-a2f91d366fab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7fde866cbebf7dca6fb8343b62abc00b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:12:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fde866cbebf7dca6fb8343b62abc00b", - "x-ms-correlation-request-id": "501c75a2-3494-454b-850d-0d3e6320d62e", - "x-ms-ratelimit-remaining-subscription-reads": "11347", - "x-ms-request-id": "acb28a9d-4355-4d64-a2f9-068efe1973dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031259Z:501c75a2-3494-454b-850d-0d3e6320d62e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e8f0493a076c312e49b1412ba7f108f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e8f0493a076c312e49b1412ba7f108f", - "x-ms-correlation-request-id": "129f42de-f8c5-4af4-a5d7-2b643c30c9f5", - "x-ms-ratelimit-remaining-subscription-reads": "11346", - "x-ms-request-id": "3ddebd1e-a78d-4831-852c-ab8d5712a6de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031301Z:129f42de-f8c5-4af4-a5d7-2b643c30c9f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f071d816c6c9b2afdc30af4c099bcafb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f071d816c6c9b2afdc30af4c099bcafb", - "x-ms-correlation-request-id": "0f78e529-f809-41ba-81bb-5e394a6a371a", - "x-ms-ratelimit-remaining-subscription-reads": "11345", - "x-ms-request-id": "4bf85b0b-fe03-44ef-8c66-a68d2172f506", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031302Z:0f78e529-f809-41ba-81bb-5e394a6a371a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3b1e8b2502edcc50741a9b23aab8c2ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b1e8b2502edcc50741a9b23aab8c2ef", - "x-ms-correlation-request-id": "ef369dda-4eff-4074-bfc6-56dfee7ffe7c", - "x-ms-ratelimit-remaining-subscription-reads": "11344", - "x-ms-request-id": "b4d2c901-e77a-4dab-9ece-6d6e05c83747", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031303Z:ef369dda-4eff-4074-bfc6-56dfee7ffe7c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8924a5a8cf39cc4255dd7145f0c5ba48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8924a5a8cf39cc4255dd7145f0c5ba48", - "x-ms-correlation-request-id": "403bc6e5-ed93-43fb-b3ee-8b6ca5761875", - "x-ms-ratelimit-remaining-subscription-reads": "11343", - "x-ms-request-id": "1431630f-7756-4f76-8456-58a9f5c67918", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031305Z:403bc6e5-ed93-43fb-b3ee-8b6ca5761875" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2fec18d1d56114a287a47bae2b8b0824", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fec18d1d56114a287a47bae2b8b0824", - "x-ms-correlation-request-id": "2137c7a8-e64c-4a43-8d6c-230f5e84dbf5", - "x-ms-ratelimit-remaining-subscription-reads": "11342", - "x-ms-request-id": "9ec0445f-9f07-430a-8bd2-f3e78ce28ac1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031306Z:2137c7a8-e64c-4a43-8d6c-230f5e84dbf5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63a4bf6e407756c24951e510900bdcaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63a4bf6e407756c24951e510900bdcaf", - "x-ms-correlation-request-id": "cb0efbda-c565-46eb-9728-a4e8df75a2c2", - "x-ms-ratelimit-remaining-subscription-reads": "11341", - "x-ms-request-id": "48d3e2b4-7491-4ebf-b637-a046f423a2ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031307Z:cb0efbda-c565-46eb-9728-a4e8df75a2c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9152526092cbd28e031001945393a0ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9152526092cbd28e031001945393a0ca", - "x-ms-correlation-request-id": "ae9ad29c-613b-4e6c-8351-3d43f3407292", - "x-ms-ratelimit-remaining-subscription-reads": "11340", - "x-ms-request-id": "9daa783a-c0d2-4ca0-9321-6572746741ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031309Z:ae9ad29c-613b-4e6c-8351-3d43f3407292" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30d74dd5562091d15696e50ff091837c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30d74dd5562091d15696e50ff091837c", - "x-ms-correlation-request-id": "665c4763-a39b-4d58-bd0a-fee6ac3f60b0", - "x-ms-ratelimit-remaining-subscription-reads": "11339", - "x-ms-request-id": "9eb1559d-5fa9-4bb4-a31d-eed2a2a63ac6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031310Z:665c4763-a39b-4d58-bd0a-fee6ac3f60b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d94eccc87639db5831d260673f2d02b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d94eccc87639db5831d260673f2d02b5", - "x-ms-correlation-request-id": "5a77a703-e402-4595-9670-6de3d8fa6f2a", - "x-ms-ratelimit-remaining-subscription-reads": "11338", - "x-ms-request-id": "bfe300cb-a662-4c3d-a389-f35d0a74b8e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031311Z:5a77a703-e402-4595-9670-6de3d8fa6f2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "433a1ab1ab34098e80c03a35ac7fe271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "433a1ab1ab34098e80c03a35ac7fe271", - "x-ms-correlation-request-id": "59140fb4-5d0e-4244-aeaa-18d69950dfd8", - "x-ms-ratelimit-remaining-subscription-reads": "11337", - "x-ms-request-id": "0208ac9f-81c8-4f0a-943d-26cb8551f980", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031313Z:59140fb4-5d0e-4244-aeaa-18d69950dfd8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59956d11-4a2b-4769-bc4e-7720de126269?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87cb848cc7445e91f4fbff4df66a5128", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1139", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:13:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87cb848cc7445e91f4fbff4df66a5128", - "x-ms-correlation-request-id": "c3a81c67-9cc9-4c32-bb70-119714c7ac46", - "x-ms-ratelimit-remaining-subscription-reads": "11336", - "x-ms-request-id": "b3f05d47-a831-49f4-8361-6c8ce37eb2d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031314Z:c3a81c67-9cc9-4c32-bb70-119714c7ac46" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2233/providers/Microsoft.Storage/storageAccounts/sto5051", - "name": "sto5051", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:56.9640083Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:12:56.9640083Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Cool", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:12:56.8858535Z", - "primaryEndpoints": { - "dfs": "https://sto5051.dfs.core.windows.net/", - "blob": "https://sto5051.blob.core.windows.net/", - "table": "https://sto5051.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "424194235", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json deleted file mode 100644 index 588a394c9fd32..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json +++ /dev/null @@ -1,1135 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3188?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8ee4095e4afe7c4c9f15362f0a9cf7ef-557ebd5501e15e4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de6e24c70039c71af69aed5b77d5c515", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c1901564-f935-4d63-b416-fc75d8080d54", - "x-ms-ratelimit-remaining-subscription-writes": "1133", - "x-ms-request-id": "c1901564-f935-4d63-b416-fc75d8080d54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033235Z:c1901564-f935-4d63-b416-fc75d8080d54" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3188", - "name": "res3188", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3188/providers/Microsoft.Storage/storageAccounts/sto4590?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-46bc5d8f95c98e4aa46806d6d347b56f-9a43464bbcc6b94c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd41251ff248ffdae15f3da9f9201e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd41251ff248ffdae15f3da9f9201e4f", - "x-ms-correlation-request-id": "d1897a11-5a2a-4e7c-a99a-be284ed3eb30", - "x-ms-ratelimit-remaining-subscription-writes": "1132", - "x-ms-request-id": "892a6c9a-8afe-4d69-a9e6-058b4e7cda97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033238Z:d1897a11-5a2a-4e7c-a99a-be284ed3eb30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "45a40de809b47bdc03391ebb8a4ca0cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45a40de809b47bdc03391ebb8a4ca0cc", - "x-ms-correlation-request-id": "e4eb32a7-02a3-47f1-b2ee-7fa46a502199", - "x-ms-ratelimit-remaining-subscription-reads": "11683", - "x-ms-request-id": "08e2740a-285d-4fcd-9953-ea8945dd16ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033238Z:e4eb32a7-02a3-47f1-b2ee-7fa46a502199" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d32f273d288d4d9e71eaa9a9eea7ceb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d32f273d288d4d9e71eaa9a9eea7ceb2", - "x-ms-correlation-request-id": "1dc3a809-8d92-41e4-bb4e-6b505121ac22", - "x-ms-ratelimit-remaining-subscription-reads": "11682", - "x-ms-request-id": "f0b8f2fe-a4d4-45d8-980d-402e338757e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033240Z:1dc3a809-8d92-41e4-bb4e-6b505121ac22" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ebc1a58fd87c9c9b150cb509b3f8ccc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebc1a58fd87c9c9b150cb509b3f8ccc7", - "x-ms-correlation-request-id": "a6e5ed59-67da-4677-b808-879a042e90c2", - "x-ms-ratelimit-remaining-subscription-reads": "11681", - "x-ms-request-id": "f55c14d7-168e-42bd-9714-6a404311e9bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033241Z:a6e5ed59-67da-4677-b808-879a042e90c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09f537fefbffc00a6e57d4ca60338d5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09f537fefbffc00a6e57d4ca60338d5c", - "x-ms-correlation-request-id": "64a3f5cb-33f1-4b37-9ea6-05a562e85fa3", - "x-ms-ratelimit-remaining-subscription-reads": "11680", - "x-ms-request-id": "21f2b8e9-c4bd-42fe-813e-048dcb11459f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033242Z:64a3f5cb-33f1-4b37-9ea6-05a562e85fa3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e42c6c6ab48b65508c92be8173959978", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e42c6c6ab48b65508c92be8173959978", - "x-ms-correlation-request-id": "2008c08b-14f2-4a6e-9615-946e37db0fc0", - "x-ms-ratelimit-remaining-subscription-reads": "11679", - "x-ms-request-id": "2b3d3e33-1ddf-468d-8b58-f7b7997f79dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033244Z:2008c08b-14f2-4a6e-9615-946e37db0fc0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6aae11dc4b193b39a007d2404d13ce1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6aae11dc4b193b39a007d2404d13ce1", - "x-ms-correlation-request-id": "21cce33a-8edf-4f04-9340-0077d0ac65fe", - "x-ms-ratelimit-remaining-subscription-reads": "11678", - "x-ms-request-id": "afdf70bf-057d-4f4a-a1ae-151d301c39f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033245Z:21cce33a-8edf-4f04-9340-0077d0ac65fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "479e587ee8cc493ce7907d6d3c894dd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "479e587ee8cc493ce7907d6d3c894dd8", - "x-ms-correlation-request-id": "14f94f3a-e813-4e16-b452-6c5a8a533460", - "x-ms-ratelimit-remaining-subscription-reads": "11677", - "x-ms-request-id": "504ed0f5-17b5-4d04-bf84-6b8d28c251ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033246Z:14f94f3a-e813-4e16-b452-6c5a8a533460" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7eac5bbdd688a5abb998498a372b60bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eac5bbdd688a5abb998498a372b60bb", - "x-ms-correlation-request-id": "84e36169-ec2c-4566-a76e-0ab2c547296e", - "x-ms-ratelimit-remaining-subscription-reads": "11676", - "x-ms-request-id": "00bd606f-393f-47fe-a0ef-1b8b76267b2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033248Z:84e36169-ec2c-4566-a76e-0ab2c547296e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a02dc5552f735aba560cf2047455711", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a02dc5552f735aba560cf2047455711", - "x-ms-correlation-request-id": "05861bee-5c67-4910-af45-1f5c1bd5f52c", - "x-ms-ratelimit-remaining-subscription-reads": "11675", - "x-ms-request-id": "6daf8f83-c6e0-4f8f-a9ff-5d3cbff37613", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033249Z:05861bee-5c67-4910-af45-1f5c1bd5f52c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a867a4b3be24a759acf88d349eb212bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a867a4b3be24a759acf88d349eb212bb", - "x-ms-correlation-request-id": "45350910-d27a-4f1e-82ac-169214329265", - "x-ms-ratelimit-remaining-subscription-reads": "11674", - "x-ms-request-id": "15542e25-f9b3-4991-b853-749891199795", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033250Z:45350910-d27a-4f1e-82ac-169214329265" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6018c22f33866ae1b077d827078b5e73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6018c22f33866ae1b077d827078b5e73", - "x-ms-correlation-request-id": "bb2416d3-d9b7-4767-b259-e02163574fdf", - "x-ms-ratelimit-remaining-subscription-reads": "11673", - "x-ms-request-id": "f9c3f418-83fa-4691-a187-e26ae5a4b4ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033252Z:bb2416d3-d9b7-4767-b259-e02163574fdf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92d73841b8c49696825a6dfec47697f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92d73841b8c49696825a6dfec47697f3", - "x-ms-correlation-request-id": "d96382c0-3127-4a2f-99d6-1d1ef1c4a3f6", - "x-ms-ratelimit-remaining-subscription-reads": "11672", - "x-ms-request-id": "762b119f-83fb-4229-a848-ee91cb8505fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033253Z:d96382c0-3127-4a2f-99d6-1d1ef1c4a3f6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/892a6c9a-8afe-4d69-a9e6-058b4e7cda97?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "85f0134ef62d7f8bc3fcf7ade532a021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:32:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85f0134ef62d7f8bc3fcf7ade532a021", - "x-ms-correlation-request-id": "c710f205-b603-4a63-89ba-ce30940b3735", - "x-ms-ratelimit-remaining-subscription-reads": "11671", - "x-ms-request-id": "b7d335bd-25f4-4ca6-baed-7dad83dde487", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033254Z:c710f205-b603-4a63-89ba-ce30940b3735" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3188/providers/Microsoft.Storage/storageAccounts/sto4590", - "name": "sto4590", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:38.0534783Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:38.0534783Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:32:37.9753763Z", - "primaryEndpoints": { - "dfs": "https://sto4590.dfs.core.windows.net/", - "blob": "https://sto4590.blob.core.windows.net/", - "table": "https://sto4590.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3188/providers/Microsoft.Storage/storageAccounts/sto2209?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "149", - "Content-Type": "application/json", - "traceparent": "00-126a174f7036e0449fee67b136bb7b9f-d6eb13a292fa954e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65f31a9a7fda77f72b81dd2bc5e2a539", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Cool" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65f31a9a7fda77f72b81dd2bc5e2a539", - "x-ms-correlation-request-id": "4fb5d92e-cd95-4d56-a893-308caa75b7ac", - "x-ms-ratelimit-remaining-subscription-writes": "1131", - "x-ms-request-id": "d48a7cde-b371-4956-b2ab-e98b5d912893", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033257Z:4fb5d92e-cd95-4d56-a893-308caa75b7ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aa644cba3183ce181c7859ac1960bae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa644cba3183ce181c7859ac1960bae0", - "x-ms-correlation-request-id": "686bd7fd-c2fc-495c-b035-fc90bf237efb", - "x-ms-ratelimit-remaining-subscription-reads": "11670", - "x-ms-request-id": "f85dbee0-99a1-4b6c-9f9b-c6ba52b2c4c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033257Z:686bd7fd-c2fc-495c-b035-fc90bf237efb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ffcdbe56ad59c186d4a9b982b02fb642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:32:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffcdbe56ad59c186d4a9b982b02fb642", - "x-ms-correlation-request-id": "5e777701-53e6-4401-bc6e-84ad8129869e", - "x-ms-ratelimit-remaining-subscription-reads": "11669", - "x-ms-request-id": "1c548225-fdcd-4b93-be1a-6afe596dfb65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033259Z:5e777701-53e6-4401-bc6e-84ad8129869e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79718cd0fb7daeb6cd0ad6227e99304c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79718cd0fb7daeb6cd0ad6227e99304c", - "x-ms-correlation-request-id": "3e78ed3f-2549-4e94-8ef7-80e6ae7000e2", - "x-ms-ratelimit-remaining-subscription-reads": "11668", - "x-ms-request-id": "bd378bb4-284f-4b44-9656-3f3ecf0779dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033300Z:3e78ed3f-2549-4e94-8ef7-80e6ae7000e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0270ee9cb11b0cf7c6a3d5da78951eec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0270ee9cb11b0cf7c6a3d5da78951eec", - "x-ms-correlation-request-id": "91e8040c-3166-44fc-953d-1a2784f2cff2", - "x-ms-ratelimit-remaining-subscription-reads": "11667", - "x-ms-request-id": "91f8496a-2dcb-4106-941c-5db5a11c6364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033301Z:91e8040c-3166-44fc-953d-1a2784f2cff2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ddb17c141ee5b63081e324ed663423a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ddb17c141ee5b63081e324ed663423a", - "x-ms-correlation-request-id": "a8109a8e-ac51-40bb-9243-2a77817826f4", - "x-ms-ratelimit-remaining-subscription-reads": "11666", - "x-ms-request-id": "fab32fed-4317-4b12-93a2-18ad72f2d598", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033303Z:a8109a8e-ac51-40bb-9243-2a77817826f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c1e56c78b4bf1e279564b2da25db3637", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1e56c78b4bf1e279564b2da25db3637", - "x-ms-correlation-request-id": "4bffd694-8a02-4f1a-b478-0d77dc467a37", - "x-ms-ratelimit-remaining-subscription-reads": "11665", - "x-ms-request-id": "75622eff-e23c-4dde-ab0e-4399d4f0ffe0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033304Z:4bffd694-8a02-4f1a-b478-0d77dc467a37" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6760eaeca3be5b5e8b14f9fc7ea83662", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6760eaeca3be5b5e8b14f9fc7ea83662", - "x-ms-correlation-request-id": "73c624bf-a489-49ba-9e3f-38b90c45bf10", - "x-ms-ratelimit-remaining-subscription-reads": "11664", - "x-ms-request-id": "f8fd555d-c76c-4962-b6ab-b0bb10db90c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033305Z:73c624bf-a489-49ba-9e3f-38b90c45bf10" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b619b605cb00d2defbcf7898e88352c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b619b605cb00d2defbcf7898e88352c", - "x-ms-correlation-request-id": "a0d389f6-453f-4dd3-a486-dafc474fc1ac", - "x-ms-ratelimit-remaining-subscription-reads": "11663", - "x-ms-request-id": "bd7fd13f-d2ed-47b5-ae1f-791b6a4c2a2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033307Z:a0d389f6-453f-4dd3-a486-dafc474fc1ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec62fbe8da03d57c0e8a35aabb2aa0ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec62fbe8da03d57c0e8a35aabb2aa0ec", - "x-ms-correlation-request-id": "2c227960-1b06-4cc4-b343-5ffe12b35c49", - "x-ms-ratelimit-remaining-subscription-reads": "11662", - "x-ms-request-id": "0f3313c6-a36d-4838-8869-91505083df0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033308Z:2c227960-1b06-4cc4-b343-5ffe12b35c49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a7a502e2a7a8f87bd537701abd4cc03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a7a502e2a7a8f87bd537701abd4cc03", - "x-ms-correlation-request-id": "52ac77fc-6800-4149-92e6-73f8267e934f", - "x-ms-ratelimit-remaining-subscription-reads": "11661", - "x-ms-request-id": "645c6b63-1ae5-4771-b743-b7a2c2efe61d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033309Z:52ac77fc-6800-4149-92e6-73f8267e934f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8314ccdf4a46855f1e8cfd25278252c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8314ccdf4a46855f1e8cfd25278252c5", - "x-ms-correlation-request-id": "e04f3b64-07d3-4f37-9da4-92119aeee450", - "x-ms-ratelimit-remaining-subscription-reads": "11660", - "x-ms-request-id": "a6c7ab97-ca67-4380-a8c4-6147728d5d78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033311Z:e04f3b64-07d3-4f37-9da4-92119aeee450" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e5b0a1cab0ebdb274d22eaf627b293a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e5b0a1cab0ebdb274d22eaf627b293a", - "x-ms-correlation-request-id": "d971ff67-d642-444d-ad4d-876edf2bb956", - "x-ms-ratelimit-remaining-subscription-reads": "11659", - "x-ms-request-id": "71eb2170-2102-4990-ac5e-85de866f1238", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033312Z:d971ff67-d642-444d-ad4d-876edf2bb956" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d48a7cde-b371-4956-b2ab-e98b5d912893?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eecb32bd1c16e4a6f0f56bed2d61683a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1139", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:33:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eecb32bd1c16e4a6f0f56bed2d61683a", - "x-ms-correlation-request-id": "aac2719b-845a-4656-ab86-af5c9811b69e", - "x-ms-ratelimit-remaining-subscription-reads": "11658", - "x-ms-request-id": "3fa38def-b7c3-48dc-81cf-849859c46e96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033313Z:aac2719b-845a-4656-ab86-af5c9811b69e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3188/providers/Microsoft.Storage/storageAccounts/sto2209", - "name": "sto2209", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:56.9293147Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:32:56.9293147Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Cool", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:32:56.8355625Z", - "primaryEndpoints": { - "dfs": "https://sto2209.dfs.core.windows.net/", - "blob": "https://sto2209.blob.core.windows.net/", - "table": "https://sto2209.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1013359920", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json deleted file mode 100644 index 6172ec0563ac4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json +++ /dev/null @@ -1,751 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4548?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-0b946d83d72c124ab1663797297e60bf-1ebff4d4e615fb43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec584e8bd89ce34c4ae0b1ab34f3b391", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67f411b4-5aae-40a9-9e53-c3afb07d8c05", - "x-ms-ratelimit-remaining-subscription-writes": "1026", - "x-ms-request-id": "67f411b4-5aae-40a9-9e53-c3afb07d8c05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031317Z:67f411b4-5aae-40a9-9e53-c3afb07d8c05" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4548", - "name": "res4548", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4548/providers/Microsoft.Storage/storageAccounts/sto7764?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "99", - "Content-Type": "application/json", - "traceparent": "00-83c71470fb0f3a4fa1e0fab69b7eaa26-da62ae70841b1546-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e5a25af4fb07d9ae97414240a19b8bf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "BlockBlobStorage", - "location": "centraluseuap", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5a25af4fb07d9ae97414240a19b8bf0", - "x-ms-correlation-request-id": "2cbd479e-3d17-401c-8d34-45bd94c5d793", - "x-ms-ratelimit-remaining-subscription-writes": "1025", - "x-ms-request-id": "47624161-03c6-4996-a6e3-4e3926e0ed34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031322Z:2cbd479e-3d17-401c-8d34-45bd94c5d793" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "49ba14d428cb5383a912049709a2a845", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49ba14d428cb5383a912049709a2a845", - "x-ms-correlation-request-id": "a7682143-13b2-410d-a2b9-831ddf3922b3", - "x-ms-ratelimit-remaining-subscription-reads": "11335", - "x-ms-request-id": "1fd9d502-e56e-43fa-bcfe-11d425ac6100", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031322Z:a7682143-13b2-410d-a2b9-831ddf3922b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5cb1ba2635ee5e41d4df29ce708a33a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cb1ba2635ee5e41d4df29ce708a33a4", - "x-ms-correlation-request-id": "9ad13d0b-b64e-447a-953b-cb104e73590f", - "x-ms-ratelimit-remaining-subscription-reads": "11334", - "x-ms-request-id": "f1708a8f-93ee-475e-a9b3-9250bd2b6149", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031323Z:9ad13d0b-b64e-447a-953b-cb104e73590f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d6bc41041e05a251371b22591efb918", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d6bc41041e05a251371b22591efb918", - "x-ms-correlation-request-id": "7a7bbdc3-9aa2-4418-bc2d-11821c030f5e", - "x-ms-ratelimit-remaining-subscription-reads": "11333", - "x-ms-request-id": "85a03f83-fbea-4e0f-8067-be3aa75616c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031325Z:7a7bbdc3-9aa2-4418-bc2d-11821c030f5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ebfd4490d4429f8fd35c75ecfeb5e21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebfd4490d4429f8fd35c75ecfeb5e21e", - "x-ms-correlation-request-id": "73e555c2-84da-4d8f-870c-e6d4ddbbae56", - "x-ms-ratelimit-remaining-subscription-reads": "11332", - "x-ms-request-id": "7a5c3094-2079-4f30-b563-5ee5d8510cda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031326Z:73e555c2-84da-4d8f-870c-e6d4ddbbae56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "458660de1b36e5659556487d821bcde4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "458660de1b36e5659556487d821bcde4", - "x-ms-correlation-request-id": "9053c0d9-ce01-4539-823d-6507f205467f", - "x-ms-ratelimit-remaining-subscription-reads": "11331", - "x-ms-request-id": "6970b2a7-a09d-49f6-b677-140ff2087289", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031327Z:9053c0d9-ce01-4539-823d-6507f205467f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c3d1125488d3c6134ccba84cc395c5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c3d1125488d3c6134ccba84cc395c5d", - "x-ms-correlation-request-id": "0d70e9e7-a608-45be-9daa-10b0438e7525", - "x-ms-ratelimit-remaining-subscription-reads": "11330", - "x-ms-request-id": "a4bd54ad-4719-478f-b3d5-8dd1b5fd5fb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031329Z:0d70e9e7-a608-45be-9daa-10b0438e7525" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3046948e736875e1de1856eb8c121db7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3046948e736875e1de1856eb8c121db7", - "x-ms-correlation-request-id": "ffe5dd01-84cb-4d72-97ff-83c242c0076f", - "x-ms-ratelimit-remaining-subscription-reads": "11329", - "x-ms-request-id": "e16d8580-4cc5-47d1-be56-84d230360c8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031330Z:ffe5dd01-84cb-4d72-97ff-83c242c0076f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "edc6908eb5779691fe4a116a60e1185c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edc6908eb5779691fe4a116a60e1185c", - "x-ms-correlation-request-id": "067c3fe8-f833-43f9-b1af-00de470d55a7", - "x-ms-ratelimit-remaining-subscription-reads": "11328", - "x-ms-request-id": "d282bad4-b671-484f-829a-2af724daed9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031331Z:067c3fe8-f833-43f9-b1af-00de470d55a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eeeeeafa9dd5b27b2fc84e75f176b021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeeeeafa9dd5b27b2fc84e75f176b021", - "x-ms-correlation-request-id": "f523d61f-f4c0-4e13-b01a-89ad2967e977", - "x-ms-ratelimit-remaining-subscription-reads": "11327", - "x-ms-request-id": "d50feb5e-f96e-4d44-a46d-7757b2b18655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031333Z:f523d61f-f4c0-4e13-b01a-89ad2967e977" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3bf503ae6f72d9e603b0311e627614fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bf503ae6f72d9e603b0311e627614fc", - "x-ms-correlation-request-id": "8c439b39-8e87-4b47-ad2b-468a90c79812", - "x-ms-ratelimit-remaining-subscription-reads": "11326", - "x-ms-request-id": "e8c10204-9a0b-4215-a207-238eba71c74c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031334Z:8c439b39-8e87-4b47-ad2b-468a90c79812" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a1f0faff2f24f0e21414bdaf671ba488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1f0faff2f24f0e21414bdaf671ba488", - "x-ms-correlation-request-id": "4e8c5b42-73f6-4c27-bb9b-b15afd4f6f82", - "x-ms-ratelimit-remaining-subscription-reads": "11325", - "x-ms-request-id": "2054e732-538a-4f2e-9fc3-51d24da55c83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031335Z:4e8c5b42-73f6-4c27-bb9b-b15afd4f6f82" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5dbbf099ddeb8be90415ea246b5d50b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dbbf099ddeb8be90415ea246b5d50b9", - "x-ms-correlation-request-id": "0bf3638a-a622-484c-9c39-f20a5e28eb9b", - "x-ms-ratelimit-remaining-subscription-reads": "11324", - "x-ms-request-id": "0292e67a-ecaf-4f95-80ef-00d9ea121d0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031337Z:0bf3638a-a622-484c-9c39-f20a5e28eb9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f77652b30e857ffd2005275eb23671e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f77652b30e857ffd2005275eb23671e7", - "x-ms-correlation-request-id": "b7cf0398-ede2-48e6-8550-abafe9dac478", - "x-ms-ratelimit-remaining-subscription-reads": "11323", - "x-ms-request-id": "0ec973fb-aafc-40a1-8de2-855e05ecdce8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031338Z:b7cf0398-ede2-48e6-8550-abafe9dac478" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7285a90cb7ba221011659d0f44bd84b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7285a90cb7ba221011659d0f44bd84b7", - "x-ms-correlation-request-id": "130aeddd-5ea4-4696-9768-7f741c4394b2", - "x-ms-ratelimit-remaining-subscription-reads": "11322", - "x-ms-request-id": "2ab0103d-9f7d-43a4-9b4a-e964a101073a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031339Z:130aeddd-5ea4-4696-9768-7f741c4394b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "15fc03c4aca58a02f23c3ce6b58ad9ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15fc03c4aca58a02f23c3ce6b58ad9ce", - "x-ms-correlation-request-id": "467a4186-6609-40b5-9ac0-744ca5151af3", - "x-ms-ratelimit-remaining-subscription-reads": "11321", - "x-ms-request-id": "f7e4fd75-198f-4b9c-81e7-9777a9c2d34f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031341Z:467a4186-6609-40b5-9ac0-744ca5151af3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c21703a3ddd7fcfe4154e62071ed3b62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c21703a3ddd7fcfe4154e62071ed3b62", - "x-ms-correlation-request-id": "867d64cb-d3ac-4f16-bffa-5f331660555d", - "x-ms-ratelimit-remaining-subscription-reads": "11320", - "x-ms-request-id": "859bb687-28e7-4881-821e-35e779d0c60d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031342Z:867d64cb-d3ac-4f16-bffa-5f331660555d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae9a70805c395f42a6fa7f7e7a296c86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae9a70805c395f42a6fa7f7e7a296c86", - "x-ms-correlation-request-id": "6a037810-7049-4cd7-895b-1713e25f4640", - "x-ms-ratelimit-remaining-subscription-reads": "11319", - "x-ms-request-id": "e066ef77-5ec3-46c1-b5cf-f509523fdce4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031343Z:6a037810-7049-4cd7-895b-1713e25f4640" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/47624161-03c6-4996-a6e3-4e3926e0ed34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "416cce8bc1a6e6df0500d351c6e21804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1038", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:13:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "416cce8bc1a6e6df0500d351c6e21804", - "x-ms-correlation-request-id": "7ed3814d-dd53-40bb-a773-e2888d77cc1b", - "x-ms-ratelimit-remaining-subscription-reads": "11318", - "x-ms-request-id": "078f7751-efda-40ab-b9e5-2437b9e23615", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031345Z:7ed3814d-dd53-40bb-a773-e2888d77cc1b" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "BlockBlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4548/providers/Microsoft.Storage/storageAccounts/sto7764", - "name": "sto7764", - "type": "Microsoft.Storage/storageAccounts", - "location": "centraluseuap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:13:21.4510597Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:13:21.4510597Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:13:21.4010532Z", - "primaryEndpoints": { - "dfs": "https://sto7764.dfs.core.windows.net/", - "web": "https://sto7764.z2.web.core.windows.net/", - "blob": "https://sto7764.blob.core.windows.net/" - }, - "primaryLocation": "centraluseuap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1477591326", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json deleted file mode 100644 index 149f2ffe6d1f4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json +++ /dev/null @@ -1,581 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9459?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d25f6feb7f5dbc4f975c8615e3f53b8a-5f4d75baf10d7f47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2bfcd389f6cfcae13e63c3625a4a32b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b3c9883-3092-492f-8224-404cc9f2ba51", - "x-ms-ratelimit-remaining-subscription-writes": "1130", - "x-ms-request-id": "2b3c9883-3092-492f-8224-404cc9f2ba51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033317Z:2b3c9883-3092-492f-8224-404cc9f2ba51" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9459", - "name": "res9459", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9459/providers/Microsoft.Storage/storageAccounts/sto1609?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "99", - "Content-Type": "application/json", - "traceparent": "00-0c3e633b4047ec4790376c4b47b63ec8-704f60e67f9ebc4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "458241f630cc54404805d62c56d95a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "BlockBlobStorage", - "location": "centraluseuap", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "458241f630cc54404805d62c56d95a25", - "x-ms-correlation-request-id": "5de45b42-c63d-4471-964f-6674fc6fcecd", - "x-ms-ratelimit-remaining-subscription-writes": "1129", - "x-ms-request-id": "54a95e89-0119-4e68-8cf3-6332b1173164", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033320Z:5de45b42-c63d-4471-964f-6674fc6fcecd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "46992ad0cb7c9c6b7e4e2499d8cfbd0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46992ad0cb7c9c6b7e4e2499d8cfbd0c", - "x-ms-correlation-request-id": "d1316b2f-55d7-45fb-8f1c-cbaf32e0b453", - "x-ms-ratelimit-remaining-subscription-reads": "11657", - "x-ms-request-id": "0a43ec6c-7b3b-4dc9-a204-63b70e699528", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033321Z:d1316b2f-55d7-45fb-8f1c-cbaf32e0b453" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "203910e13bed5c8fd4a4a5469c4807b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "203910e13bed5c8fd4a4a5469c4807b8", - "x-ms-correlation-request-id": "820c692c-01e3-4855-905a-6a8b7bdf1652", - "x-ms-ratelimit-remaining-subscription-reads": "11656", - "x-ms-request-id": "f0d543ad-1c68-43ec-9600-d6b64ef9e64b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033322Z:820c692c-01e3-4855-905a-6a8b7bdf1652" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c5cd943144020a91818716575d305d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c5cd943144020a91818716575d305d0", - "x-ms-correlation-request-id": "25c31525-d614-4c00-8ce3-f7d4e2fde16a", - "x-ms-ratelimit-remaining-subscription-reads": "11655", - "x-ms-request-id": "c6ef665b-5393-49a6-b827-096ac88359ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033323Z:25c31525-d614-4c00-8ce3-f7d4e2fde16a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c1687c9a255940f9a3d72d72625ff36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c1687c9a255940f9a3d72d72625ff36", - "x-ms-correlation-request-id": "810a73fc-7a94-467f-a925-5b764e65cdaf", - "x-ms-ratelimit-remaining-subscription-reads": "11654", - "x-ms-request-id": "50af0850-8333-4d1f-a031-9dd50191568c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033325Z:810a73fc-7a94-467f-a925-5b764e65cdaf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff566b469173cdcc671907d4ca2ae601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff566b469173cdcc671907d4ca2ae601", - "x-ms-correlation-request-id": "2e60fabc-80c8-4d6a-829f-f2fd4035d9aa", - "x-ms-ratelimit-remaining-subscription-reads": "11653", - "x-ms-request-id": "a9d9e835-dd88-4756-85ec-f8c5d0fbd7db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033326Z:2e60fabc-80c8-4d6a-829f-f2fd4035d9aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "157cd49eca32a063c9c79103a2d1f9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "157cd49eca32a063c9c79103a2d1f9f2", - "x-ms-correlation-request-id": "7ce13a24-108a-4fda-aeae-b4671005ebaf", - "x-ms-ratelimit-remaining-subscription-reads": "11652", - "x-ms-request-id": "23920235-821e-4f8c-a933-91838038781c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033327Z:7ce13a24-108a-4fda-aeae-b4671005ebaf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a1e3a19067c385cba48d53c9a3aca70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a1e3a19067c385cba48d53c9a3aca70", - "x-ms-correlation-request-id": "f1e3a4f6-7fa3-498b-be07-cd8783301ae3", - "x-ms-ratelimit-remaining-subscription-reads": "11651", - "x-ms-request-id": "06e13d69-1f40-4972-b2fb-c03789e47607", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033329Z:f1e3a4f6-7fa3-498b-be07-cd8783301ae3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "51397056eaa97b0408b535acffc92b95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51397056eaa97b0408b535acffc92b95", - "x-ms-correlation-request-id": "078740da-3002-4845-923d-3cd389d798d1", - "x-ms-ratelimit-remaining-subscription-reads": "11650", - "x-ms-request-id": "57f6ae69-ab30-4083-aa01-f5a16b2ce0f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033330Z:078740da-3002-4845-923d-3cd389d798d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8fbb151fdc0c978477445be9f526058f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fbb151fdc0c978477445be9f526058f", - "x-ms-correlation-request-id": "fcdb3450-6ef7-4877-b5d5-7d485bbb5d93", - "x-ms-ratelimit-remaining-subscription-reads": "11649", - "x-ms-request-id": "2d201808-f464-49f3-902a-1bc832297148", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033331Z:fcdb3450-6ef7-4877-b5d5-7d485bbb5d93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31ac21fca8982e4936a202c6d1b038f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31ac21fca8982e4936a202c6d1b038f1", - "x-ms-correlation-request-id": "3e043b73-989d-4948-90dc-5d0537f18a40", - "x-ms-ratelimit-remaining-subscription-reads": "11648", - "x-ms-request-id": "6ef977a8-838b-489c-9aa4-ba478acd135b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033332Z:3e043b73-989d-4948-90dc-5d0537f18a40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "851c3f1d3a7e7a64eba1d9648f1a86e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "851c3f1d3a7e7a64eba1d9648f1a86e1", - "x-ms-correlation-request-id": "d31e8252-b633-4366-88fe-006d0ebaad23", - "x-ms-ratelimit-remaining-subscription-reads": "11647", - "x-ms-request-id": "58eedfea-fe22-47a5-9e33-108d3877da42", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033334Z:d31e8252-b633-4366-88fe-006d0ebaad23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "deafa6affa1c77fccb8c5869dabec6c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deafa6affa1c77fccb8c5869dabec6c7", - "x-ms-correlation-request-id": "da5d56c4-f47c-4837-b64f-140cf96fbf08", - "x-ms-ratelimit-remaining-subscription-reads": "11646", - "x-ms-request-id": "f103018a-0876-48cf-bdd6-bc6fbff9035e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033335Z:da5d56c4-f47c-4837-b64f-140cf96fbf08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/54a95e89-0119-4e68-8cf3-6332b1173164?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6cc690c800ac110bd3145f7cee59f1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1038", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:33:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6cc690c800ac110bd3145f7cee59f1c", - "x-ms-correlation-request-id": "33a5b074-6e59-4d6e-b403-5b5695436fa7", - "x-ms-ratelimit-remaining-subscription-reads": "11645", - "x-ms-request-id": "431e40d1-3b57-477b-9677-dd83cc81665f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033336Z:33a5b074-6e59-4d6e-b403-5b5695436fa7" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "BlockBlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9459/providers/Microsoft.Storage/storageAccounts/sto1609", - "name": "sto1609", - "type": "Microsoft.Storage/storageAccounts", - "location": "centraluseuap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:33:20.0275425Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:33:20.0275425Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:33:19.9563589Z", - "primaryEndpoints": { - "dfs": "https://sto1609.dfs.core.windows.net/", - "web": "https://sto1609.z2.web.core.windows.net/", - "blob": "https://sto1609.blob.core.windows.net/" - }, - "primaryLocation": "centraluseuap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1641817921", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json deleted file mode 100644 index 8e27e8a818176..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json +++ /dev/null @@ -1,603 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res271?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-989a97fe01715541abf51e2ffcbbe15f-102ff15f6e4ce845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc5e637cc98586c6998ff849070f50f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4df66531-7a3d-47cf-94c7-227638c986ab", - "x-ms-ratelimit-remaining-subscription-writes": "1024", - "x-ms-request-id": "4df66531-7a3d-47cf-94c7-227638c986ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031347Z:4df66531-7a3d-47cf-94c7-227638c986ab" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res271", - "name": "res271", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res271/providers/Microsoft.Storage/storageAccounts/sto1615?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-8bf4e40cd4db2c46bb8dfd8e5767e23f-ec6479a64c73ba43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "675415e18f591e4b31d03af22e5c21ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "675415e18f591e4b31d03af22e5c21ae", - "x-ms-correlation-request-id": "2cd6a369-1089-4769-80f2-5492d676e98d", - "x-ms-ratelimit-remaining-subscription-writes": "1023", - "x-ms-request-id": "c350fcf7-68ea-4893-819b-380fcd8195c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031351Z:2cd6a369-1089-4769-80f2-5492d676e98d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b11efd157742d42212bd54f98c946a32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b11efd157742d42212bd54f98c946a32", - "x-ms-correlation-request-id": "4b8ab745-6dec-47e2-b79f-78484b320fa7", - "x-ms-ratelimit-remaining-subscription-reads": "11317", - "x-ms-request-id": "863e60a6-11e8-4122-9332-8dfb55e09302", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031351Z:4b8ab745-6dec-47e2-b79f-78484b320fa7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bd79ad720d35526c9a0ce6f6ea0e5b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bd79ad720d35526c9a0ce6f6ea0e5b3", - "x-ms-correlation-request-id": "c3310738-abf9-4022-a2ac-ea27cf502a09", - "x-ms-ratelimit-remaining-subscription-reads": "11316", - "x-ms-request-id": "b73500c7-ee85-4581-9c1c-c76b4f7e90da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031353Z:c3310738-abf9-4022-a2ac-ea27cf502a09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31dd54d46f3eb76b91a8c13237522704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31dd54d46f3eb76b91a8c13237522704", - "x-ms-correlation-request-id": "8ed59e36-18df-481f-b83c-4441289c4e12", - "x-ms-ratelimit-remaining-subscription-reads": "11315", - "x-ms-request-id": "129865bb-d0be-46c9-b6b9-d600edcf0313", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031354Z:8ed59e36-18df-481f-b83c-4441289c4e12" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9dd4ee7ea0a5f412d6c9e7a2a9b36572", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9dd4ee7ea0a5f412d6c9e7a2a9b36572", - "x-ms-correlation-request-id": "94440100-3d3d-4209-a5f5-f943bfae67f5", - "x-ms-ratelimit-remaining-subscription-reads": "11314", - "x-ms-request-id": "0c59b3a4-e8f8-46ea-97d8-83bd458941ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031355Z:94440100-3d3d-4209-a5f5-f943bfae67f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3724a1d839b667f32e1fc92a5ef41d77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3724a1d839b667f32e1fc92a5ef41d77", - "x-ms-correlation-request-id": "dc2c6c07-2c4d-4a40-9d86-6ea988d623ca", - "x-ms-ratelimit-remaining-subscription-reads": "11313", - "x-ms-request-id": "569fb064-9b68-4b06-9f74-f631211c8c60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031357Z:dc2c6c07-2c4d-4a40-9d86-6ea988d623ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80f1ca7847cb340d42e85a7587c90ede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80f1ca7847cb340d42e85a7587c90ede", - "x-ms-correlation-request-id": "b8e49cf9-9c70-4668-a0f2-e261b6dc2f18", - "x-ms-ratelimit-remaining-subscription-reads": "11312", - "x-ms-request-id": "78a08a8c-6284-49d6-8ee5-5e24004a8437", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031358Z:b8e49cf9-9c70-4668-a0f2-e261b6dc2f18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "965a4f43ef2e444dfa6d6e86d6e795e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:13:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "965a4f43ef2e444dfa6d6e86d6e795e2", - "x-ms-correlation-request-id": "0053457c-b1e6-46bc-8dfd-c25106255125", - "x-ms-ratelimit-remaining-subscription-reads": "11311", - "x-ms-request-id": "84b348c0-23a8-48f7-8f65-1ba4c8a3fa7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031359Z:0053457c-b1e6-46bc-8dfd-c25106255125" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de2a70abe5c190a693eff5cedf7edf65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de2a70abe5c190a693eff5cedf7edf65", - "x-ms-correlation-request-id": "c006904f-0600-4486-a37b-dbf631817f1c", - "x-ms-ratelimit-remaining-subscription-reads": "11310", - "x-ms-request-id": "7184a804-a18a-4b89-b57f-4822409484c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031401Z:c006904f-0600-4486-a37b-dbf631817f1c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0fe7eb11879989487dac855ed8875d5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fe7eb11879989487dac855ed8875d5a", - "x-ms-correlation-request-id": "a4633a14-2972-4de6-903b-42f9ba3486a5", - "x-ms-ratelimit-remaining-subscription-reads": "11309", - "x-ms-request-id": "8b5ef3b2-0ebc-41b6-95f9-9f739deb7b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031402Z:a4633a14-2972-4de6-903b-42f9ba3486a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "17ca7752309f5e1ca8c9023ef97f657c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ca7752309f5e1ca8c9023ef97f657c", - "x-ms-correlation-request-id": "919bf707-f995-47dc-a7da-ad63af6109cb", - "x-ms-ratelimit-remaining-subscription-reads": "11308", - "x-ms-request-id": "38cc0b58-85b9-429a-8737-e5f11d97e6fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031403Z:919bf707-f995-47dc-a7da-ad63af6109cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea75098d86ff234828a060155f48b70c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea75098d86ff234828a060155f48b70c", - "x-ms-correlation-request-id": "9993042a-6c5c-4463-9706-5d5e45edc9c8", - "x-ms-ratelimit-remaining-subscription-reads": "11307", - "x-ms-request-id": "50ef7dfe-523c-48aa-83c4-ea2a52dec3ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031405Z:9993042a-6c5c-4463-9706-5d5e45edc9c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "677b9b92c8b3e0c6cf8966cf85098ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "677b9b92c8b3e0c6cf8966cf85098ffe", - "x-ms-correlation-request-id": "9b9571ad-f1b8-4e6c-8686-4015b0e76b92", - "x-ms-ratelimit-remaining-subscription-reads": "11306", - "x-ms-request-id": "bbf43b9c-3287-4854-bb4b-83b4696b6c2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031406Z:9b9571ad-f1b8-4e6c-8686-4015b0e76b92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c350fcf7-68ea-4893-819b-380fcd8195c4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfd008477212cc5a2fa7eefecf06fe60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:14:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfd008477212cc5a2fa7eefecf06fe60", - "x-ms-correlation-request-id": "c8e9f33b-091e-487e-a896-4435efe8c020", - "x-ms-ratelimit-remaining-subscription-reads": "11305", - "x-ms-request-id": "12d5d849-4b6f-41f9-a935-cbfc3f187bf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031407Z:c8e9f33b-091e-487e-a896-4435efe8c020" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res271/providers/Microsoft.Storage/storageAccounts/sto1615", - "name": "sto1615", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:13:51.0936658Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:13:51.0936658Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:13:50.9999087Z", - "primaryEndpoints": { - "blob": "https://sto1615.blob.core.windows.net/", - "queue": "https://sto1615.queue.core.windows.net/", - "table": "https://sto1615.table.core.windows.net/", - "file": "https://sto1615.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "651454788", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json deleted file mode 100644 index a4c1e89fed7ab..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json +++ /dev/null @@ -1,603 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res500?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-24a5bc1e16e8174483aec5d26554721b-82c5d7a081e58c46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b45d52eafabd89f250595269f27196ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae24ae2d-8525-4d64-a0df-35348741468e", - "x-ms-ratelimit-remaining-subscription-writes": "1128", - "x-ms-request-id": "ae24ae2d-8525-4d64-a0df-35348741468e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033339Z:ae24ae2d-8525-4d64-a0df-35348741468e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res500", - "name": "res500", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res500/providers/Microsoft.Storage/storageAccounts/sto7973?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-5010f0c82ee70b4aafeeb40431293894-0fe06298d899b442-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d397cd3ee128e738c500fc4d392ac30a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d397cd3ee128e738c500fc4d392ac30a", - "x-ms-correlation-request-id": "a81c12cb-b366-4054-9e7c-e1df4354863d", - "x-ms-ratelimit-remaining-subscription-writes": "1127", - "x-ms-request-id": "a8c30729-6d76-425b-a55e-be423dbb2401", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033343Z:a81c12cb-b366-4054-9e7c-e1df4354863d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5feb0bfd913870c224cdf7f9f53c172e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5feb0bfd913870c224cdf7f9f53c172e", - "x-ms-correlation-request-id": "d8d24084-3800-4f17-aba9-f13f2a1ceebc", - "x-ms-ratelimit-remaining-subscription-reads": "11644", - "x-ms-request-id": "cf55413f-85d7-4e53-b248-c356453006c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033343Z:d8d24084-3800-4f17-aba9-f13f2a1ceebc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bbd5e8fce9cc88d04b7ee59d6e5c747", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bbd5e8fce9cc88d04b7ee59d6e5c747", - "x-ms-correlation-request-id": "393429b4-b76e-4dc7-bd91-97aa5d083030", - "x-ms-ratelimit-remaining-subscription-reads": "11643", - "x-ms-request-id": "b969af75-bbcc-4511-a1ab-98b131a35f02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033344Z:393429b4-b76e-4dc7-bd91-97aa5d083030" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d4f9230633fa4d29389fb0e7ecfe9a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d4f9230633fa4d29389fb0e7ecfe9a8", - "x-ms-correlation-request-id": "2012a94f-4dc9-4a0a-b979-46742eb96bf5", - "x-ms-ratelimit-remaining-subscription-reads": "11642", - "x-ms-request-id": "3af70af8-b436-4542-825a-df43709249aa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033346Z:2012a94f-4dc9-4a0a-b979-46742eb96bf5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c1c3dcb7b4c12ecd7d235a80a269993e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1c3dcb7b4c12ecd7d235a80a269993e", - "x-ms-correlation-request-id": "212127ef-59f9-4276-bcfa-647047717b1e", - "x-ms-ratelimit-remaining-subscription-reads": "11641", - "x-ms-request-id": "eaa68ecd-521c-4b12-835a-73ead647d239", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033347Z:212127ef-59f9-4276-bcfa-647047717b1e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63c9b005e9ec2bef8b188812d37f4935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63c9b005e9ec2bef8b188812d37f4935", - "x-ms-correlation-request-id": "2c39e924-e4bd-4a63-8efe-7d597d4eddc9", - "x-ms-ratelimit-remaining-subscription-reads": "11640", - "x-ms-request-id": "d0bc87f7-ce7a-48e4-bed1-672321faca72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033348Z:2c39e924-e4bd-4a63-8efe-7d597d4eddc9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "faa146ce06227c86c420af1b0951022a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faa146ce06227c86c420af1b0951022a", - "x-ms-correlation-request-id": "7d0979aa-5eb2-4027-8650-41e32d96e9fa", - "x-ms-ratelimit-remaining-subscription-reads": "11639", - "x-ms-request-id": "ddc27079-e7ae-44d2-801d-28a957e4f39c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033350Z:7d0979aa-5eb2-4027-8650-41e32d96e9fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd09bcef8606cdbced9735a82bbb5bfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd09bcef8606cdbced9735a82bbb5bfe", - "x-ms-correlation-request-id": "ca88a5ce-17a1-4cae-b019-88e9172f1023", - "x-ms-ratelimit-remaining-subscription-reads": "11638", - "x-ms-request-id": "a477f641-2e2e-467b-bfe6-8db312a59c67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033351Z:ca88a5ce-17a1-4cae-b019-88e9172f1023" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5cb225d99fc7ff1c2a4c9fcb3ad3223a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cb225d99fc7ff1c2a4c9fcb3ad3223a", - "x-ms-correlation-request-id": "5d51ae99-c60d-4be7-9606-b73de34eead4", - "x-ms-ratelimit-remaining-subscription-reads": "11637", - "x-ms-request-id": "07bf5f14-9618-43ce-b5ff-08a21141ece0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033352Z:5d51ae99-c60d-4be7-9606-b73de34eead4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "16225e167c75472f8ad30c8ad0dd5109", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16225e167c75472f8ad30c8ad0dd5109", - "x-ms-correlation-request-id": "d34a102e-a2ea-474e-ac7f-991e0b38319b", - "x-ms-ratelimit-remaining-subscription-reads": "11636", - "x-ms-request-id": "52f462d2-d3d4-4e74-8bd3-d934679d817f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033354Z:d34a102e-a2ea-474e-ac7f-991e0b38319b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e442b1c5a59e5062a009a3b9e7f09319", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e442b1c5a59e5062a009a3b9e7f09319", - "x-ms-correlation-request-id": "423c581d-b4d1-4d84-b4b0-9a7d8e74cf85", - "x-ms-ratelimit-remaining-subscription-reads": "11635", - "x-ms-request-id": "5833922c-ae30-4808-8729-873fb3d37957", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033355Z:423c581d-b4d1-4d84-b4b0-9a7d8e74cf85" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc91fb7444985d88f66bd2f492912e4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc91fb7444985d88f66bd2f492912e4c", - "x-ms-correlation-request-id": "ea120481-ab67-4538-963e-e3afffed4524", - "x-ms-ratelimit-remaining-subscription-reads": "11634", - "x-ms-request-id": "1a42d3cc-fd3e-46a4-8214-911047639182", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033356Z:ea120481-ab67-4538-963e-e3afffed4524" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "890696fa3e91709bfcd2766cd9756099", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:33:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "890696fa3e91709bfcd2766cd9756099", - "x-ms-correlation-request-id": "b532a966-9755-410a-9de0-79ae145f35ba", - "x-ms-ratelimit-remaining-subscription-reads": "11633", - "x-ms-request-id": "c209335c-81fd-47bb-8ffe-1e50e4f900d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033358Z:b532a966-9755-410a-9de0-79ae145f35ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a8c30729-6d76-425b-a55e-be423dbb2401?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d515f240844b807028e5ed33d36ebd0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:33:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d515f240844b807028e5ed33d36ebd0e", - "x-ms-correlation-request-id": "919a1db0-e8a7-4c64-b379-ebdfadb3a608", - "x-ms-ratelimit-remaining-subscription-reads": "11632", - "x-ms-request-id": "43f2df11-d6e2-405a-b8c5-87d3f1c8268e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033359Z:919a1db0-e8a7-4c64-b379-ebdfadb3a608" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res500/providers/Microsoft.Storage/storageAccounts/sto7973", - "name": "sto7973", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:33:42.7193721Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:33:42.7193721Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:33:42.6256416Z", - "primaryEndpoints": { - "blob": "https://sto7973.blob.core.windows.net/", - "queue": "https://sto7973.queue.core.windows.net/", - "table": "https://sto7973.table.core.windows.net/", - "file": "https://sto7973.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1296832525", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json deleted file mode 100644 index f6ce6e6d4c44f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json +++ /dev/null @@ -1,750 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7467?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4a9a1d5995e0fe4b89db9ffab09090f2-e306c4222481a849-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2aa773d548fbdfbfb603f422f24cec9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "abfa3f4a-ab57-4c91-a6f1-03c7b3a95796", - "x-ms-ratelimit-remaining-subscription-writes": "1022", - "x-ms-request-id": "abfa3f4a-ab57-4c91-a6f1-03c7b3a95796", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031410Z:abfa3f4a-ab57-4c91-a6f1-03c7b3a95796" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7467", - "name": "res7467", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7467/providers/Microsoft.Storage/storageAccounts/sto6955?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "94", - "Content-Type": "application/json", - "traceparent": "00-c13bdb2f74e43c45bd3f0e6a94f76e26-4e92fbe125ef1548-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e5bd3df3da96f0b2aea439e954c17d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "FileStorage", - "location": "centraluseuap", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e5bd3df3da96f0b2aea439e954c17d2", - "x-ms-correlation-request-id": "19a66000-bff6-4547-b3cc-61d693edc410", - "x-ms-ratelimit-remaining-subscription-writes": "1021", - "x-ms-request-id": "32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031413Z:19a66000-bff6-4547-b3cc-61d693edc410" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c4d2463f7aa362b9cbbd05e7b4021b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c4d2463f7aa362b9cbbd05e7b4021b7", - "x-ms-correlation-request-id": "7fe68b30-f42e-4f48-8ebe-c3ddf40ff833", - "x-ms-ratelimit-remaining-subscription-reads": "11304", - "x-ms-request-id": "0d074c8b-1088-4444-93ad-ad9a34d7cfbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031414Z:7fe68b30-f42e-4f48-8ebe-c3ddf40ff833" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c454fdcfd01bf38660c53192471dc3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c454fdcfd01bf38660c53192471dc3a", - "x-ms-correlation-request-id": "6c325366-9e3f-454a-ba36-e76c86fea271", - "x-ms-ratelimit-remaining-subscription-reads": "11303", - "x-ms-request-id": "e0b3aaff-b735-4057-8aac-f2eac731def0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031415Z:6c325366-9e3f-454a-ba36-e76c86fea271" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "703b2e037afeb528d3b4031d4f0fd3fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "703b2e037afeb528d3b4031d4f0fd3fa", - "x-ms-correlation-request-id": "d3f47b11-9621-455b-abbf-c5c7cefc2ce9", - "x-ms-ratelimit-remaining-subscription-reads": "11302", - "x-ms-request-id": "0f5340ae-a9ba-4d2c-a72d-de9fc65181f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031416Z:d3f47b11-9621-455b-abbf-c5c7cefc2ce9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "43bc616e9aaa6513ec8e369da412122a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43bc616e9aaa6513ec8e369da412122a", - "x-ms-correlation-request-id": "f2c70a65-c039-4da6-9f61-fbf5bf992f17", - "x-ms-ratelimit-remaining-subscription-reads": "11301", - "x-ms-request-id": "30557a72-27c4-477f-a9bf-94bf1b9310a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031417Z:f2c70a65-c039-4da6-9f61-fbf5bf992f17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d5b95deb00562b8278f784cfa1a6f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d5b95deb00562b8278f784cfa1a6f57", - "x-ms-correlation-request-id": "5be3d3cc-7ece-4975-8b00-a8358d2eec6a", - "x-ms-ratelimit-remaining-subscription-reads": "11300", - "x-ms-request-id": "0eb96a38-b281-4dc4-b834-ff5a1c87eed1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031419Z:5be3d3cc-7ece-4975-8b00-a8358d2eec6a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2ab583999b4688f1ad58470438a11c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2ab583999b4688f1ad58470438a11c1", - "x-ms-correlation-request-id": "098f2d7c-0c0c-4a6e-b051-6d3c4e23dfdb", - "x-ms-ratelimit-remaining-subscription-reads": "11299", - "x-ms-request-id": "2ca34086-42ce-46f7-90a7-bbc8ec704aad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031420Z:098f2d7c-0c0c-4a6e-b051-6d3c4e23dfdb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b93ed8a286b4bef4a95a1b1b22c66ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b93ed8a286b4bef4a95a1b1b22c66ad1", - "x-ms-correlation-request-id": "dad4dba9-547b-4bfc-9a2d-45ce30be389c", - "x-ms-ratelimit-remaining-subscription-reads": "11298", - "x-ms-request-id": "f0821381-f17c-458f-a389-19ab7518f5ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031421Z:dad4dba9-547b-4bfc-9a2d-45ce30be389c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b64df1f4f66457506f232302b481e9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b64df1f4f66457506f232302b481e9c", - "x-ms-correlation-request-id": "0af7993a-7bf6-44a4-8dbc-feaab9941768", - "x-ms-ratelimit-remaining-subscription-reads": "11297", - "x-ms-request-id": "276424ec-4be2-491d-b96e-22e16ff58d5b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031423Z:0af7993a-7bf6-44a4-8dbc-feaab9941768" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21aab67db5dcb3a363ed195a7d744553", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21aab67db5dcb3a363ed195a7d744553", - "x-ms-correlation-request-id": "8cc693a4-93f9-4a0e-906c-380b03bb254c", - "x-ms-ratelimit-remaining-subscription-reads": "11296", - "x-ms-request-id": "1e5a0b7d-161d-4621-9c24-d1d436c817b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031424Z:8cc693a4-93f9-4a0e-906c-380b03bb254c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6450b26ac526525a63f9b3c153c49260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6450b26ac526525a63f9b3c153c49260", - "x-ms-correlation-request-id": "f15ec76b-3323-4d4a-b2a0-8e159190ff2f", - "x-ms-ratelimit-remaining-subscription-reads": "11295", - "x-ms-request-id": "29ba5a24-25db-4c58-9e88-ef9e55e7b909", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031425Z:f15ec76b-3323-4d4a-b2a0-8e159190ff2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b9d7e3b481c69f53cb1e879361ac791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9d7e3b481c69f53cb1e879361ac791", - "x-ms-correlation-request-id": "8a9695d0-06c9-4395-b74f-363066241608", - "x-ms-ratelimit-remaining-subscription-reads": "11294", - "x-ms-request-id": "7a436f9c-5596-425f-a392-11a095cf6cbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031427Z:8a9695d0-06c9-4395-b74f-363066241608" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "78c5deadb9f7b8765b57bee202e15f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78c5deadb9f7b8765b57bee202e15f9e", - "x-ms-correlation-request-id": "34cc47e9-de6e-4836-b520-bd2ad5fa56c7", - "x-ms-ratelimit-remaining-subscription-reads": "11293", - "x-ms-request-id": "c57ff651-de99-4d65-a585-702bc2d3d533", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031428Z:34cc47e9-de6e-4836-b520-bd2ad5fa56c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe1eb85ad9d72237bde72875dde11c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe1eb85ad9d72237bde72875dde11c48", - "x-ms-correlation-request-id": "cf9759e1-53ed-4ba0-b54d-0e296536577f", - "x-ms-ratelimit-remaining-subscription-reads": "11292", - "x-ms-request-id": "516c79ac-59f8-4023-ac13-6c69723ebf57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031429Z:cf9759e1-53ed-4ba0-b54d-0e296536577f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7514213119ff826908e510c58a13675a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7514213119ff826908e510c58a13675a", - "x-ms-correlation-request-id": "25caae98-23dd-4034-9b8d-d960938f1d28", - "x-ms-ratelimit-remaining-subscription-reads": "11291", - "x-ms-request-id": "b0d80d73-dd83-4a17-acb3-4f8ebb45517b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031431Z:25caae98-23dd-4034-9b8d-d960938f1d28" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e1f4951c9fbd3baa7a3bb109101da7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e1f4951c9fbd3baa7a3bb109101da7a", - "x-ms-correlation-request-id": "36954429-379a-4032-afac-392f07bdf96e", - "x-ms-ratelimit-remaining-subscription-reads": "11290", - "x-ms-request-id": "24468419-9e49-4b0b-80ff-d61ab28ddab1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031432Z:36954429-379a-4032-afac-392f07bdf96e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0b0753aeacd409f4f9cf6f2c97297aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0b0753aeacd409f4f9cf6f2c97297aa", - "x-ms-correlation-request-id": "971f66df-ebbe-4b8c-a45d-94597ab02ee3", - "x-ms-ratelimit-remaining-subscription-reads": "11289", - "x-ms-request-id": "52e84f45-d38a-4929-9a36-26ab221a1f4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031433Z:971f66df-ebbe-4b8c-a45d-94597ab02ee3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9323ce809ec1684d6740cd5c5e59f007", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9323ce809ec1684d6740cd5c5e59f007", - "x-ms-correlation-request-id": "276d9881-3531-4b91-9e66-b2780c4c0517", - "x-ms-ratelimit-remaining-subscription-reads": "11288", - "x-ms-request-id": "d4a82aeb-5326-4d18-b561-0d496c08e860", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031435Z:276d9881-3531-4b91-9e66-b2780c4c0517" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/32f5d8b9-85bf-4fac-ba0a-a774a5f5a8db?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "148a950a8662678caade2f5fd2c80935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "971", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:14:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "148a950a8662678caade2f5fd2c80935", - "x-ms-correlation-request-id": "9fb0c494-303a-4a16-b24a-c8976475fe7b", - "x-ms-ratelimit-remaining-subscription-reads": "11287", - "x-ms-request-id": "ac788c1c-7935-4feb-9813-9e973b2f3bb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031436Z:9fb0c494-303a-4a16-b24a-c8976475fe7b" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "FileStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7467/providers/Microsoft.Storage/storageAccounts/sto6955", - "name": "sto6955", - "type": "Microsoft.Storage/storageAccounts", - "location": "centraluseuap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:14:12.6392276Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:14:12.6392276Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:14:12.5692281Z", - "primaryEndpoints": { - "file": "https://sto6955.file.core.windows.net/" - }, - "primaryLocation": "centraluseuap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1286433170", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json deleted file mode 100644 index c0a70f30be9d2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json +++ /dev/null @@ -1,580 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6303?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-25c871c05bd362418053f82eb5d1b40e-2ff207eeef7e6742-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b83e2c1ffa9a05d5a6034ee9848e83b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c5ff25d-8ebe-4dc6-8fa6-08b0949e90dd", - "x-ms-ratelimit-remaining-subscription-writes": "1126", - "x-ms-request-id": "9c5ff25d-8ebe-4dc6-8fa6-08b0949e90dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033402Z:9c5ff25d-8ebe-4dc6-8fa6-08b0949e90dd" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6303", - "name": "res6303", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6303/providers/Microsoft.Storage/storageAccounts/sto3657?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "94", - "Content-Type": "application/json", - "traceparent": "00-eb7338c673410c498da805e01e8ec5f7-2a60c11676459743-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab387cbf8d3fff508495991272471137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "FileStorage", - "location": "centraluseuap", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab387cbf8d3fff508495991272471137", - "x-ms-correlation-request-id": "bb37ef42-f98a-4466-9c27-072e8ed72399", - "x-ms-ratelimit-remaining-subscription-writes": "1125", - "x-ms-request-id": "915a7370-0309-4d2c-bad2-26fe4bb2e028", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033405Z:bb37ef42-f98a-4466-9c27-072e8ed72399" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7c464a9ce4949ee0eeb816643cf334bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c464a9ce4949ee0eeb816643cf334bc", - "x-ms-correlation-request-id": "e157eae9-30f6-4a5d-bf97-a7b666fa0b65", - "x-ms-ratelimit-remaining-subscription-reads": "11631", - "x-ms-request-id": "730cf89e-9d35-4b8c-884a-030d4586c9a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033405Z:e157eae9-30f6-4a5d-bf97-a7b666fa0b65" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e516b23c8225c92ae4483ef8bc3e5b76", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e516b23c8225c92ae4483ef8bc3e5b76", - "x-ms-correlation-request-id": "5588c90b-c88c-49ed-b8ca-e8b374a774e5", - "x-ms-ratelimit-remaining-subscription-reads": "11630", - "x-ms-request-id": "c59916b1-1215-471f-97ed-13c6377713e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033407Z:5588c90b-c88c-49ed-b8ca-e8b374a774e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2876e0d6950089a2c7bf40dcdf33b379", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2876e0d6950089a2c7bf40dcdf33b379", - "x-ms-correlation-request-id": "c8a65d2e-4bcf-4ce8-a31b-ea787fff987e", - "x-ms-ratelimit-remaining-subscription-reads": "11629", - "x-ms-request-id": "2208b3f1-3e94-4c35-b4ee-cee741b5bce0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033408Z:c8a65d2e-4bcf-4ce8-a31b-ea787fff987e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1d51412d9f71a941f7d984ba5e8e2af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1d51412d9f71a941f7d984ba5e8e2af", - "x-ms-correlation-request-id": "131aed47-1588-4e71-9399-0d2f1989f4f1", - "x-ms-ratelimit-remaining-subscription-reads": "11628", - "x-ms-request-id": "e7548380-28f8-4091-8f1b-9c1e92532c30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033409Z:131aed47-1588-4e71-9399-0d2f1989f4f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b8da05d0c7da6bc0f8c1d65414ee9b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b8da05d0c7da6bc0f8c1d65414ee9b0", - "x-ms-correlation-request-id": "09cbfb50-2524-433b-ab99-d8a8e22c2dbb", - "x-ms-ratelimit-remaining-subscription-reads": "11627", - "x-ms-request-id": "afa5ce62-864d-4676-bb01-37213f3608ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033411Z:09cbfb50-2524-433b-ab99-d8a8e22c2dbb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a8e5c5946a69fd7e4b5c0883fd56e3df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8e5c5946a69fd7e4b5c0883fd56e3df", - "x-ms-correlation-request-id": "d0699a45-70e7-49f5-bd58-a6b547ff6a51", - "x-ms-ratelimit-remaining-subscription-reads": "11626", - "x-ms-request-id": "a761ff14-56c0-4e1a-a2c3-372b60d30bea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033412Z:d0699a45-70e7-49f5-bd58-a6b547ff6a51" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3f7e90dd58a506fc572ee16abb2ed8d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f7e90dd58a506fc572ee16abb2ed8d1", - "x-ms-correlation-request-id": "8c0f3065-6f69-4998-97b3-5c858bdaf3b7", - "x-ms-ratelimit-remaining-subscription-reads": "11625", - "x-ms-request-id": "ca7c4a22-457a-4220-81c9-76013b066fee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033413Z:8c0f3065-6f69-4998-97b3-5c858bdaf3b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0b7e7943902f34521900f200339a9b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0b7e7943902f34521900f200339a9b8", - "x-ms-correlation-request-id": "25b52625-5df4-43f4-88d1-2c32e7ce16ed", - "x-ms-ratelimit-remaining-subscription-reads": "11624", - "x-ms-request-id": "daf5cbc8-0019-45c9-81a8-34ba07891c20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033415Z:25b52625-5df4-43f4-88d1-2c32e7ce16ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0883ea9a9cf3c0ac9df503b8813421d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0883ea9a9cf3c0ac9df503b8813421d", - "x-ms-correlation-request-id": "7365787c-71a6-4732-9c9c-4ac0a4e42711", - "x-ms-ratelimit-remaining-subscription-reads": "11623", - "x-ms-request-id": "16663fe6-56eb-4209-b029-f79e0205e0b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033416Z:7365787c-71a6-4732-9c9c-4ac0a4e42711" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "15ef3683039fa3dd4b8b1e1548db021e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15ef3683039fa3dd4b8b1e1548db021e", - "x-ms-correlation-request-id": "836a307b-41a0-44cd-8005-0c3fe9518145", - "x-ms-ratelimit-remaining-subscription-reads": "11622", - "x-ms-request-id": "7d75b6bb-187a-43ab-96b3-e391f370a33d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033417Z:836a307b-41a0-44cd-8005-0c3fe9518145" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7dc1298528a5ea01dd7a1723e80a6a0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dc1298528a5ea01dd7a1723e80a6a0d", - "x-ms-correlation-request-id": "6992ad98-f140-47f7-9dd6-6c777369449e", - "x-ms-ratelimit-remaining-subscription-reads": "11621", - "x-ms-request-id": "b3cf450c-50a2-4f0e-9310-67ed9206384a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033419Z:6992ad98-f140-47f7-9dd6-6c777369449e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd9df24d9449a51860e465448af4f4ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd9df24d9449a51860e465448af4f4ed", - "x-ms-correlation-request-id": "bd513b78-58ab-41d9-92d7-c12f6d942ed0", - "x-ms-ratelimit-remaining-subscription-reads": "11620", - "x-ms-request-id": "f246532c-a0e8-4f6d-af86-329750cbb674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033420Z:bd513b78-58ab-41d9-92d7-c12f6d942ed0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/centraluseuap/asyncoperations/915a7370-0309-4d2c-bad2-26fe4bb2e028?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5eb632dcc5515b7735043724ebb9bb41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "971", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:34:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5eb632dcc5515b7735043724ebb9bb41", - "x-ms-correlation-request-id": "3bf2c677-f05c-4606-aee2-bf8702b08448", - "x-ms-ratelimit-remaining-subscription-reads": "11619", - "x-ms-request-id": "cb0bc728-6d2a-469e-bca6-ceae71c3a7d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033421Z:3bf2c677-f05c-4606-aee2-bf8702b08448" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "FileStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6303/providers/Microsoft.Storage/storageAccounts/sto3657", - "name": "sto3657", - "type": "Microsoft.Storage/storageAccounts", - "location": "centraluseuap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:04.9834432Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:04.9834432Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:34:04.9134432Z", - "primaryEndpoints": { - "file": "https://sto3657.file.core.windows.net/" - }, - "primaryLocation": "centraluseuap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1242194565", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json deleted file mode 100644 index 2951c12d211ac..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json +++ /dev/null @@ -1,1135 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5425?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-72c3665861dfaa4d8f3b97d96e2590d3-4c9071ceb575044a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a540f8bda647d619f3965ce4c9c486a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "16c257c4-dfb4-4412-961c-0b78a15485bc", - "x-ms-ratelimit-remaining-subscription-writes": "1020", - "x-ms-request-id": "16c257c4-dfb4-4412-961c-0b78a15485bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031439Z:16c257c4-dfb4-4412-961c-0b78a15485bc" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5425", - "name": "res5425", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5425/providers/Microsoft.Storage/storageAccounts/sto8465?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "157", - "Content-Type": "application/json", - "traceparent": "00-d3706400197f4b4888c74a9b3a34375b-e76c11558a335446-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df9ec47839cbd0f5488902f0a63139a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df9ec47839cbd0f5488902f0a63139a0", - "x-ms-correlation-request-id": "48e48aa9-1b23-4d23-a891-0aad45e8d789", - "x-ms-ratelimit-remaining-subscription-writes": "1019", - "x-ms-request-id": "685db84a-c798-4b5e-88af-5bb81802e8c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031442Z:48e48aa9-1b23-4d23-a891-0aad45e8d789" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "08c797a3ac3d1b44649392d87baf9233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08c797a3ac3d1b44649392d87baf9233", - "x-ms-correlation-request-id": "bcc68894-8b53-438c-9636-a824868300dc", - "x-ms-ratelimit-remaining-subscription-reads": "11286", - "x-ms-request-id": "d2fc326f-2152-4f99-936b-9ffbc3f61874", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031443Z:bcc68894-8b53-438c-9636-a824868300dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e317ab9400130252540a484f779df85b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e317ab9400130252540a484f779df85b", - "x-ms-correlation-request-id": "71a02719-2f01-4439-a98c-c165f9ad0655", - "x-ms-ratelimit-remaining-subscription-reads": "11285", - "x-ms-request-id": "5bfe884c-0a90-4610-8b88-8b1ca2968e4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031444Z:71a02719-2f01-4439-a98c-c165f9ad0655" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0f4c190e3169d863203b1a4de39718e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f4c190e3169d863203b1a4de39718e8", - "x-ms-correlation-request-id": "8114b1b6-4f55-45d6-9cac-85bdc665c54c", - "x-ms-ratelimit-remaining-subscription-reads": "11284", - "x-ms-request-id": "5320c2cf-3459-4d71-9e9b-2d0ca8227ac9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031445Z:8114b1b6-4f55-45d6-9cac-85bdc665c54c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2cc48de997d5a3d545c5b33264f5a3c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cc48de997d5a3d545c5b33264f5a3c6", - "x-ms-correlation-request-id": "eb3a3c30-b033-4430-92b3-49f75ef24789", - "x-ms-ratelimit-remaining-subscription-reads": "11283", - "x-ms-request-id": "2e574c20-f942-41f4-9cf0-6c80585897bc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031447Z:eb3a3c30-b033-4430-92b3-49f75ef24789" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62c9379b836262c9483fc3d7e6041fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62c9379b836262c9483fc3d7e6041fbc", - "x-ms-correlation-request-id": "bdde80c1-5444-48a8-a383-4a100fa57d4f", - "x-ms-ratelimit-remaining-subscription-reads": "11282", - "x-ms-request-id": "3a8210b7-7653-4a42-b3d7-102b7e69c7ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031448Z:bdde80c1-5444-48a8-a383-4a100fa57d4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea655ff2ccd9778543a9c9a47d31742b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea655ff2ccd9778543a9c9a47d31742b", - "x-ms-correlation-request-id": "c4ea51d0-bedf-422a-8159-1bcfcad3bbe2", - "x-ms-ratelimit-remaining-subscription-reads": "11281", - "x-ms-request-id": "a5e8200e-2999-4717-a42a-e27dd830fb9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031449Z:c4ea51d0-bedf-422a-8159-1bcfcad3bbe2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "abb25397b6cd6685c361e495d3febd41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abb25397b6cd6685c361e495d3febd41", - "x-ms-correlation-request-id": "2bbc214c-96bb-40dc-a2d7-76dc9dc227c7", - "x-ms-ratelimit-remaining-subscription-reads": "11280", - "x-ms-request-id": "28a62df0-8cad-486f-992c-b4665eeb8768", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031451Z:2bbc214c-96bb-40dc-a2d7-76dc9dc227c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "043ff7a5b98fceedb1521eb9b925e516", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "043ff7a5b98fceedb1521eb9b925e516", - "x-ms-correlation-request-id": "d10d6791-469f-46f8-8cc7-de7a88751be8", - "x-ms-ratelimit-remaining-subscription-reads": "11279", - "x-ms-request-id": "f9ac5359-efcd-4f3d-a48d-b295052399dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031452Z:d10d6791-469f-46f8-8cc7-de7a88751be8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "923f98cb73513ceed9ff2678e8f0a344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "923f98cb73513ceed9ff2678e8f0a344", - "x-ms-correlation-request-id": "eec5df4e-0b58-4f50-a82d-415d581e1653", - "x-ms-ratelimit-remaining-subscription-reads": "11278", - "x-ms-request-id": "80570582-fd9f-4344-ba6a-856593029412", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031453Z:eec5df4e-0b58-4f50-a82d-415d581e1653" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86fe88eb6ff2de9b66e3fa7b97ccac9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86fe88eb6ff2de9b66e3fa7b97ccac9e", - "x-ms-correlation-request-id": "fa0df358-99c4-4cde-84c9-343e67c6cc3f", - "x-ms-ratelimit-remaining-subscription-reads": "11277", - "x-ms-request-id": "916a7f45-3e09-4c4f-a4fa-b7f39e29412d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031455Z:fa0df358-99c4-4cde-84c9-343e67c6cc3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3bcacd7b2bbe32ef08022a909375e6c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bcacd7b2bbe32ef08022a909375e6c1", - "x-ms-correlation-request-id": "3d67a4cf-080d-408f-8cad-37ef916b9831", - "x-ms-ratelimit-remaining-subscription-reads": "11276", - "x-ms-request-id": "4d297990-9cdb-4670-9a00-ec835c7c2b2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031456Z:3d67a4cf-080d-408f-8cad-37ef916b9831" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30cdd9ae5f265b24fd612c6e7973a40d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:14:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30cdd9ae5f265b24fd612c6e7973a40d", - "x-ms-correlation-request-id": "2d1b66e1-845f-46d7-a77f-477687ac873a", - "x-ms-ratelimit-remaining-subscription-reads": "11275", - "x-ms-request-id": "d740f4af-11ae-464b-9cdc-1a4cd6689037", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031457Z:2d1b66e1-845f-46d7-a77f-477687ac873a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/685db84a-c798-4b5e-88af-5bb81802e8c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1afc88526825c08599cc7def450b4af0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:14:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1afc88526825c08599cc7def450b4af0", - "x-ms-correlation-request-id": "11672fdc-60e4-4bf9-9900-4f28abcfdf34", - "x-ms-ratelimit-remaining-subscription-reads": "11274", - "x-ms-request-id": "aeaa6e49-e5eb-4eb7-8924-737230bf292c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031458Z:11672fdc-60e4-4bf9-9900-4f28abcfdf34" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5425/providers/Microsoft.Storage/storageAccounts/sto8465", - "name": "sto8465", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:14:42.2705578Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:14:42.2705578Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:14:42.1767536Z", - "primaryEndpoints": { - "blob": "https://sto8465.blob.core.windows.net/", - "queue": "https://sto8465.queue.core.windows.net/", - "table": "https://sto8465.table.core.windows.net/", - "file": "https://sto8465.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5425/providers/Microsoft.Storage/storageAccounts/sto7108?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-d4bed96b268db94cad94575ef6a25df5-6627e965dfcfe640-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bdcc38fd7cfe1c77a86e3e5dff81b895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bdcc38fd7cfe1c77a86e3e5dff81b895", - "x-ms-correlation-request-id": "fc1aff1c-f3f0-4e25-91c2-49568a23b365", - "x-ms-ratelimit-remaining-subscription-writes": "1018", - "x-ms-request-id": "a32467a2-f448-4eef-b529-559daef0e5f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031501Z:fc1aff1c-f3f0-4e25-91c2-49568a23b365" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40713b16e6a6d60e10df72b72a28c118", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40713b16e6a6d60e10df72b72a28c118", - "x-ms-correlation-request-id": "e1eecae1-b444-482c-9617-27b59b37e473", - "x-ms-ratelimit-remaining-subscription-reads": "11273", - "x-ms-request-id": "9116fc5e-4577-4be0-a03d-847353a2a5af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031501Z:e1eecae1-b444-482c-9617-27b59b37e473" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2891e7143fce31779c866af1e41d3b73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2891e7143fce31779c866af1e41d3b73", - "x-ms-correlation-request-id": "2347df2d-ff86-4f17-89d5-af0f06824e41", - "x-ms-ratelimit-remaining-subscription-reads": "11272", - "x-ms-request-id": "4de7bbca-1603-49ac-9400-054f63f3c5e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031503Z:2347df2d-ff86-4f17-89d5-af0f06824e41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3474c58770f77ef0e66fa9959e41b2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3474c58770f77ef0e66fa9959e41b2b", - "x-ms-correlation-request-id": "483e284c-dd78-4be6-94db-d93305c1af30", - "x-ms-ratelimit-remaining-subscription-reads": "11271", - "x-ms-request-id": "406e65eb-02f9-4a3b-a83b-85e60997555a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031504Z:483e284c-dd78-4be6-94db-d93305c1af30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f9457e4beea4d623c33fa4207c1cf1f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9457e4beea4d623c33fa4207c1cf1f2", - "x-ms-correlation-request-id": "b7926485-3d3b-4783-af7a-97e9f1bb8890", - "x-ms-ratelimit-remaining-subscription-reads": "11270", - "x-ms-request-id": "098cc790-452e-4d56-8848-ea615115976c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031505Z:b7926485-3d3b-4783-af7a-97e9f1bb8890" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de5efea4fde09c08f819196745ded8b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de5efea4fde09c08f819196745ded8b7", - "x-ms-correlation-request-id": "e9a955c9-c516-4402-84f9-079688c24cb9", - "x-ms-ratelimit-remaining-subscription-reads": "11269", - "x-ms-request-id": "0eeaa3ce-92b7-4e28-8f96-9683168c5f15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031507Z:e9a955c9-c516-4402-84f9-079688c24cb9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "66a63e6a41d769cf287100d0d3cefaf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66a63e6a41d769cf287100d0d3cefaf1", - "x-ms-correlation-request-id": "b8058fbe-c67c-4c38-a7ee-f4268d9399e8", - "x-ms-ratelimit-remaining-subscription-reads": "11268", - "x-ms-request-id": "e09940c3-7b78-4831-acab-cf47eaa9e5f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031508Z:b8058fbe-c67c-4c38-a7ee-f4268d9399e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5af507743d854d4a76a9018ad4bc90e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5af507743d854d4a76a9018ad4bc90e5", - "x-ms-correlation-request-id": "25eeece7-a990-445b-b03b-2c55322ab973", - "x-ms-ratelimit-remaining-subscription-reads": "11267", - "x-ms-request-id": "746e3bcd-717d-48e8-bc11-5d69b5f69225", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031509Z:25eeece7-a990-445b-b03b-2c55322ab973" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3eb5ec678b76631a2ff5b56ffd38c929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eb5ec678b76631a2ff5b56ffd38c929", - "x-ms-correlation-request-id": "314ecdfe-9a6d-4732-9c0e-7189848276cb", - "x-ms-ratelimit-remaining-subscription-reads": "11266", - "x-ms-request-id": "7394b800-cfe8-4ea5-bb7e-e787287bc1e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031511Z:314ecdfe-9a6d-4732-9c0e-7189848276cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3df2281f7de82d32f359f02e3f44956c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3df2281f7de82d32f359f02e3f44956c", - "x-ms-correlation-request-id": "a8840d40-b274-4207-b358-5de31d3f47aa", - "x-ms-ratelimit-remaining-subscription-reads": "11265", - "x-ms-request-id": "a1b6b970-c20a-4303-b519-6dd3b4c37d7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031512Z:a8840d40-b274-4207-b358-5de31d3f47aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7681be0bc19e97aec922a9087da503d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7681be0bc19e97aec922a9087da503d", - "x-ms-correlation-request-id": "91c37706-be7a-4560-98f9-d85a65b699e6", - "x-ms-ratelimit-remaining-subscription-reads": "11264", - "x-ms-request-id": "064abe3e-b1e9-4739-817d-332da44404ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031513Z:91c37706-be7a-4560-98f9-d85a65b699e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac6bd7df53c9eafcba874a1d9bec23eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac6bd7df53c9eafcba874a1d9bec23eb", - "x-ms-correlation-request-id": "e8fcb884-23de-42d7-bcd7-194632e9b6e5", - "x-ms-ratelimit-remaining-subscription-reads": "11263", - "x-ms-request-id": "ea8e5621-8dd1-4a4d-b461-0e76c36aaf9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031515Z:e8fcb884-23de-42d7-bcd7-194632e9b6e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e18f4960e2cf6310ad09515652a1a618", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e18f4960e2cf6310ad09515652a1a618", - "x-ms-correlation-request-id": "f2423729-634e-4fb6-8f7f-f2a8866e3929", - "x-ms-ratelimit-remaining-subscription-reads": "11262", - "x-ms-request-id": "0da7b986-2ae8-480b-9da9-896afe34fdbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031516Z:f2423729-634e-4fb6-8f7f-f2a8866e3929" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a32467a2-f448-4eef-b529-559daef0e5f5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "684eb208e9d98da31f7e2d91715d4d00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:15:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "684eb208e9d98da31f7e2d91715d4d00", - "x-ms-correlation-request-id": "3dd7b770-a8ab-4e49-b5bf-b9342d3a1862", - "x-ms-ratelimit-remaining-subscription-reads": "11261", - "x-ms-request-id": "15441eff-4563-40b0-a059-a94a9759694b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031517Z:3dd7b770-a8ab-4e49-b5bf-b9342d3a1862" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5425/providers/Microsoft.Storage/storageAccounts/sto7108", - "name": "sto7108", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:01.0212780Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:01.0212780Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:15:00.9275293Z", - "primaryEndpoints": { - "blob": "https://sto7108.blob.core.windows.net/", - "queue": "https://sto7108.queue.core.windows.net/", - "table": "https://sto7108.table.core.windows.net/", - "file": "https://sto7108.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1640709758", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json deleted file mode 100644 index edfcdb1c7124d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json +++ /dev/null @@ -1,1135 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9955?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ad5772160bc12a49bd0fe3cbdffcaa03-7b137e1fddb42f49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c6e4e412b7ce79382df469706168adf8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65f7c5a4-60d3-4a6f-ab0d-944f551df069", - "x-ms-ratelimit-remaining-subscription-writes": "1124", - "x-ms-request-id": "65f7c5a4-60d3-4a6f-ab0d-944f551df069", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033424Z:65f7c5a4-60d3-4a6f-ab0d-944f551df069" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9955", - "name": "res9955", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9955/providers/Microsoft.Storage/storageAccounts/sto1824?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "157", - "Content-Type": "application/json", - "traceparent": "00-c8a418509b7f1f4dba5722e4a1f8620d-9d173b6634a3634d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "376bc494d948e586efe26e95e6589217", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "376bc494d948e586efe26e95e6589217", - "x-ms-correlation-request-id": "0dd767d1-fcc0-451d-9675-ac0e43084970", - "x-ms-ratelimit-remaining-subscription-writes": "1123", - "x-ms-request-id": "1490da7b-d75a-481f-b139-e80ca1077f60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033427Z:0dd767d1-fcc0-451d-9675-ac0e43084970" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f2e6147eda440b9b3fe9c7550b980e11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2e6147eda440b9b3fe9c7550b980e11", - "x-ms-correlation-request-id": "d2307bd5-edf6-4fa1-99f2-39e24a15f934", - "x-ms-ratelimit-remaining-subscription-reads": "11618", - "x-ms-request-id": "934ed0a1-bf89-4719-8c50-a1706b40e394", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033427Z:d2307bd5-edf6-4fa1-99f2-39e24a15f934" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c39649dd6b10482b8c512ce598eca37d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c39649dd6b10482b8c512ce598eca37d", - "x-ms-correlation-request-id": "f1c6c461-b33f-43fe-8f67-3186bc184ca2", - "x-ms-ratelimit-remaining-subscription-reads": "11617", - "x-ms-request-id": "dff0103c-5304-4812-b472-c1f2b154d9a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033428Z:f1c6c461-b33f-43fe-8f67-3186bc184ca2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d216fc10a071f7d34ddc30fc84e10e73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d216fc10a071f7d34ddc30fc84e10e73", - "x-ms-correlation-request-id": "daaa90b5-1f3f-4c8e-a027-eeffa2e5c67a", - "x-ms-ratelimit-remaining-subscription-reads": "11616", - "x-ms-request-id": "ef36228f-b446-4905-ba24-fd3c50d933b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033430Z:daaa90b5-1f3f-4c8e-a027-eeffa2e5c67a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8bc2f550fdb1361e89e65f2aeb67253", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8bc2f550fdb1361e89e65f2aeb67253", - "x-ms-correlation-request-id": "25421602-e623-4bdc-b245-488d1611a1a8", - "x-ms-ratelimit-remaining-subscription-reads": "11615", - "x-ms-request-id": "bbadecc6-434f-45e9-8377-98d62ff5cddb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033431Z:25421602-e623-4bdc-b245-488d1611a1a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e454a453b813d9f769f75333b2fc3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e454a453b813d9f769f75333b2fc3aa", - "x-ms-correlation-request-id": "4b895eb9-2bda-46ca-ae58-d64fb6007a29", - "x-ms-ratelimit-remaining-subscription-reads": "11614", - "x-ms-request-id": "f2712002-edc9-454d-8b30-40dd0e9d0a94", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033432Z:4b895eb9-2bda-46ca-ae58-d64fb6007a29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6990b942aa3000a29b03e9d23ae04997", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6990b942aa3000a29b03e9d23ae04997", - "x-ms-correlation-request-id": "87f15ba3-e41b-4508-9baf-ea5243e9dfad", - "x-ms-ratelimit-remaining-subscription-reads": "11613", - "x-ms-request-id": "3816bf2a-9ce9-4039-8d26-733261af95a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033434Z:87f15ba3-e41b-4508-9baf-ea5243e9dfad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3ab6dc6a009c19f18f7f823c992dd7b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ab6dc6a009c19f18f7f823c992dd7b8", - "x-ms-correlation-request-id": "52b5330e-cbb1-4f34-a298-012d2a3999bf", - "x-ms-ratelimit-remaining-subscription-reads": "11612", - "x-ms-request-id": "2fe06477-d2df-4015-9f6f-315687d93cdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033435Z:52b5330e-cbb1-4f34-a298-012d2a3999bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5b0badb08269a22a744737e52cc0296", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5b0badb08269a22a744737e52cc0296", - "x-ms-correlation-request-id": "033ea0b0-e812-4871-9ab1-5c1081aa3543", - "x-ms-ratelimit-remaining-subscription-reads": "11611", - "x-ms-request-id": "2ba1b13a-beb1-4111-9ed6-d27c163a6151", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033436Z:033ea0b0-e812-4871-9ab1-5c1081aa3543" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5ec9de558879420ec777d9b12865676d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ec9de558879420ec777d9b12865676d", - "x-ms-correlation-request-id": "f29adc8d-9eb6-4443-9dec-8221092c01c8", - "x-ms-ratelimit-remaining-subscription-reads": "11610", - "x-ms-request-id": "7b575f40-023a-419a-918e-3cb4f9694cdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033438Z:f29adc8d-9eb6-4443-9dec-8221092c01c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80f7312b54306171ba1b92588d73c6c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80f7312b54306171ba1b92588d73c6c3", - "x-ms-correlation-request-id": "64487e47-94e6-476d-ae55-a69af2d97b32", - "x-ms-ratelimit-remaining-subscription-reads": "11609", - "x-ms-request-id": "998b14cf-820e-47c9-b311-453f32efc1ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033439Z:64487e47-94e6-476d-ae55-a69af2d97b32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbe6ec7c7963523fac6d2dae2f717242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbe6ec7c7963523fac6d2dae2f717242", - "x-ms-correlation-request-id": "4f10cf74-93c0-4d7c-b6cc-231fdcf80e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11608", - "x-ms-request-id": "4f28d8cb-f83e-4fd2-b3cb-e35392f6373f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033440Z:4f10cf74-93c0-4d7c-b6cc-231fdcf80e8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "205305dd81d401656c68a45df5b6b554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "205305dd81d401656c68a45df5b6b554", - "x-ms-correlation-request-id": "b973f5e4-d7fa-4cae-95a1-6102315fc770", - "x-ms-ratelimit-remaining-subscription-reads": "11607", - "x-ms-request-id": "48333d21-3fae-48fc-9ae3-79d7f42c5c8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033442Z:b973f5e4-d7fa-4cae-95a1-6102315fc770" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1490da7b-d75a-481f-b139-e80ca1077f60?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c3416b0ab7fb10af2a4d4c226c23148", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:34:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c3416b0ab7fb10af2a4d4c226c23148", - "x-ms-correlation-request-id": "0ce79167-308c-4668-9679-932ce0288a31", - "x-ms-ratelimit-remaining-subscription-reads": "11606", - "x-ms-request-id": "a368c176-8d2f-493f-999e-fb57ffcf3a2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033444Z:0ce79167-308c-4668-9679-932ce0288a31" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9955/providers/Microsoft.Storage/storageAccounts/sto1824", - "name": "sto1824", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:26.8324614Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:26.8324614Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:34:26.7387059Z", - "primaryEndpoints": { - "blob": "https://sto1824.blob.core.windows.net/", - "queue": "https://sto1824.queue.core.windows.net/", - "table": "https://sto1824.table.core.windows.net/", - "file": "https://sto1824.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9955/providers/Microsoft.Storage/storageAccounts/sto878?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-bd39a26116d4064eb0bb06a848768ed6-9b8951cbf3db574a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "877a50a9a620fbee86e54efad5e15df5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "877a50a9a620fbee86e54efad5e15df5", - "x-ms-correlation-request-id": "05987376-bb6e-4f35-8aa4-3bc9dcc16912", - "x-ms-ratelimit-remaining-subscription-writes": "1122", - "x-ms-request-id": "3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033446Z:05987376-bb6e-4f35-8aa4-3bc9dcc16912" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a5b35c362d3b09342739b6995c0fdc10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5b35c362d3b09342739b6995c0fdc10", - "x-ms-correlation-request-id": "7306af39-2dd9-48f3-a84f-c4bcfc375b2f", - "x-ms-ratelimit-remaining-subscription-reads": "11605", - "x-ms-request-id": "d1456a31-624b-48ea-a767-88e2104cca4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033447Z:7306af39-2dd9-48f3-a84f-c4bcfc375b2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d09de4718c3740a8d488d7e77be4de2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d09de4718c3740a8d488d7e77be4de2", - "x-ms-correlation-request-id": "9537c6d1-3d77-4103-8f1e-80de7c240e47", - "x-ms-ratelimit-remaining-subscription-reads": "11604", - "x-ms-request-id": "e6cf24f3-9ab3-4212-a5ee-1ba15bb1bd56", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033448Z:9537c6d1-3d77-4103-8f1e-80de7c240e47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79c4a40bb72d8bb9a5f4f2047f29d5eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79c4a40bb72d8bb9a5f4f2047f29d5eb", - "x-ms-correlation-request-id": "6f69a93e-2d38-4d32-ada6-c285dcb3db9d", - "x-ms-ratelimit-remaining-subscription-reads": "11603", - "x-ms-request-id": "63de2248-5a8c-4198-9031-cc6054fa6004", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033449Z:6f69a93e-2d38-4d32-ada6-c285dcb3db9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfe81dc48c9a1de7513f17f3a0b59268", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfe81dc48c9a1de7513f17f3a0b59268", - "x-ms-correlation-request-id": "b250d28b-e9e8-4042-897f-35be63bc6a51", - "x-ms-ratelimit-remaining-subscription-reads": "11602", - "x-ms-request-id": "690057bd-110b-45c0-a6ee-3d694bf64994", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033451Z:b250d28b-e9e8-4042-897f-35be63bc6a51" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b88ed3eb634b8fe3247da8ce2605f564", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88ed3eb634b8fe3247da8ce2605f564", - "x-ms-correlation-request-id": "f9a996be-f9fb-4e96-bedd-2ba5d2207af2", - "x-ms-ratelimit-remaining-subscription-reads": "11601", - "x-ms-request-id": "f51b57ec-015f-44bc-b3fc-148d9619c716", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033452Z:f9a996be-f9fb-4e96-bedd-2ba5d2207af2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5ab9a1737dd57e48bca627eea0c6ebef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ab9a1737dd57e48bca627eea0c6ebef", - "x-ms-correlation-request-id": "28f7001d-8e56-40e1-8181-92a5e4af3ce2", - "x-ms-ratelimit-remaining-subscription-reads": "11600", - "x-ms-request-id": "1b6de0ce-2e3c-445f-baab-94862f099428", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033453Z:28f7001d-8e56-40e1-8181-92a5e4af3ce2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ab1889621c9a61a03a59aa1ce418f74b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab1889621c9a61a03a59aa1ce418f74b", - "x-ms-correlation-request-id": "f039f968-a03d-4e36-85b7-26ac58178d69", - "x-ms-ratelimit-remaining-subscription-reads": "11599", - "x-ms-request-id": "58597b3f-ab32-4420-b6ee-238850a78384", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033455Z:f039f968-a03d-4e36-85b7-26ac58178d69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe80b24a38fb6e928b10fba43bf5ef5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe80b24a38fb6e928b10fba43bf5ef5e", - "x-ms-correlation-request-id": "d1b4cded-eab4-48b1-84d5-e1eb412009b3", - "x-ms-ratelimit-remaining-subscription-reads": "11598", - "x-ms-request-id": "538186ce-6595-4ca0-8823-e039a54a5d88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033456Z:d1b4cded-eab4-48b1-84d5-e1eb412009b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9d6cb89249ec56c901571f7cd32c99a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d6cb89249ec56c901571f7cd32c99a4", - "x-ms-correlation-request-id": "0a74fd7a-7785-480b-ba07-9b146e4c0fd1", - "x-ms-ratelimit-remaining-subscription-reads": "11597", - "x-ms-request-id": "a84954b9-bc12-44f2-8281-78dd632e4592", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033457Z:0a74fd7a-7785-480b-ba07-9b146e4c0fd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eda3dbafed452af4f7aa208a20fb2545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:34:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eda3dbafed452af4f7aa208a20fb2545", - "x-ms-correlation-request-id": "d904b516-933d-4e73-9865-357dfb58df6b", - "x-ms-ratelimit-remaining-subscription-reads": "11596", - "x-ms-request-id": "73d8a96c-4875-4e2b-85ad-5f874ab6d1bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033459Z:d904b516-933d-4e73-9865-357dfb58df6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c894c6a5aab005fe92afda318169a5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c894c6a5aab005fe92afda318169a5e", - "x-ms-correlation-request-id": "3c362d80-79d2-493e-8102-4906768b648d", - "x-ms-ratelimit-remaining-subscription-reads": "11595", - "x-ms-request-id": "3b092929-7d8d-4e19-91d4-50380898026f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033500Z:3c362d80-79d2-493e-8102-4906768b648d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60f557760151a518c441a641293e3505", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60f557760151a518c441a641293e3505", - "x-ms-correlation-request-id": "fa0db136-7d19-4955-bd96-3abd063743dd", - "x-ms-ratelimit-remaining-subscription-reads": "11594", - "x-ms-request-id": "8b77c04f-a7d2-4804-8085-ce1a5e42560a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033501Z:fa0db136-7d19-4955-bd96-3abd063743dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3050fe52-44a2-4d7b-b6d3-ba8b9d78fbd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8612da326ca255f87ca2041bef5011e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1162", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:35:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8612da326ca255f87ca2041bef5011e0", - "x-ms-correlation-request-id": "250f203e-4cff-4df3-9172-f6ce93df58bd", - "x-ms-ratelimit-remaining-subscription-reads": "11593", - "x-ms-request-id": "355509e5-73b3-443a-a499-a2679e79bb03", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033503Z:250f203e-4cff-4df3-9172-f6ce93df58bd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9955/providers/Microsoft.Storage/storageAccounts/sto878", - "name": "sto878", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:46.3681198Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:34:46.3681198Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:34:46.2743563Z", - "primaryEndpoints": { - "blob": "https://sto878.blob.core.windows.net/", - "queue": "https://sto878.queue.core.windows.net/", - "table": "https://sto878.table.core.windows.net/", - "file": "https://sto878.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "90279037", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json deleted file mode 100644 index ac2cc0dc42a21..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json +++ /dev/null @@ -1,587 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res220?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-52a01cecee57a6448477f1efc06da3ef-48eece7ae27f2848-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bfbb371abf76fe17f919ccf7e099ce3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "039c1a6e-384a-4645-aa2c-10a42fcbc2d7", - "x-ms-ratelimit-remaining-subscription-writes": "1017", - "x-ms-request-id": "039c1a6e-384a-4645-aa2c-10a42fcbc2d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031520Z:039c1a6e-384a-4645-aa2c-10a42fcbc2d7" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res220", - "name": "res220", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res220/providers/Microsoft.Storage/storageAccounts/sto8438?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-89c506db803cb946bd2df303b4ecd0f8-40d58742dc39a54f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "02de6a66a4557cde5664b6bfca4c5985", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02de6a66a4557cde5664b6bfca4c5985", - "x-ms-correlation-request-id": "447e1ca5-f593-4189-a24b-d10144a78806", - "x-ms-ratelimit-remaining-subscription-writes": "1016", - "x-ms-request-id": "3e520d99-88fc-4572-b35c-185969788854", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031523Z:447e1ca5-f593-4189-a24b-d10144a78806" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6929cdc0c8d0e1b1ddfa0472bb0b545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6929cdc0c8d0e1b1ddfa0472bb0b545", - "x-ms-correlation-request-id": "12407d34-b883-4e90-8d44-bdc609135482", - "x-ms-ratelimit-remaining-subscription-reads": "11260", - "x-ms-request-id": "aba90425-93fa-4a02-ba6a-866848b1a77d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031524Z:12407d34-b883-4e90-8d44-bdc609135482" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09fc4a435630b103843b8e5734d8ee35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09fc4a435630b103843b8e5734d8ee35", - "x-ms-correlation-request-id": "201f782c-1e04-4c55-8d8d-2f46602d5374", - "x-ms-ratelimit-remaining-subscription-reads": "11259", - "x-ms-request-id": "22fd347b-6040-4d02-8a64-7aa654a8c49e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031525Z:201f782c-1e04-4c55-8d8d-2f46602d5374" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2de2c85473ba75f7e45d6fe1149e77c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2de2c85473ba75f7e45d6fe1149e77c3", - "x-ms-correlation-request-id": "dc5b71e4-23cf-4760-841d-758a2d056e19", - "x-ms-ratelimit-remaining-subscription-reads": "11258", - "x-ms-request-id": "670c5008-d06c-4ad5-bf7e-3c52d525256a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031526Z:dc5b71e4-23cf-4760-841d-758a2d056e19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "43c32a48062485bd99e061527ec4d945", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43c32a48062485bd99e061527ec4d945", - "x-ms-correlation-request-id": "1858a316-57e3-4dd1-8845-e73ab668f8ac", - "x-ms-ratelimit-remaining-subscription-reads": "11257", - "x-ms-request-id": "c9844080-8055-42bd-b8cc-209b2a8908a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031528Z:1858a316-57e3-4dd1-8845-e73ab668f8ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63f26bf188cdcf8a528624d2e7219de5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63f26bf188cdcf8a528624d2e7219de5", - "x-ms-correlation-request-id": "1f9f756f-8b52-4c57-bc2f-6cd0720bf46d", - "x-ms-ratelimit-remaining-subscription-reads": "11256", - "x-ms-request-id": "3fdb7b73-8694-4085-9060-07e6d02d7409", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031529Z:1f9f756f-8b52-4c57-bc2f-6cd0720bf46d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "090ecac3ab154e100a5c94da11a4f720", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "090ecac3ab154e100a5c94da11a4f720", - "x-ms-correlation-request-id": "5ad8b86c-fc33-437b-9d6f-001888295983", - "x-ms-ratelimit-remaining-subscription-reads": "11255", - "x-ms-request-id": "714b02fb-3c34-474f-8d19-3beec66062e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031530Z:5ad8b86c-fc33-437b-9d6f-001888295983" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a8f02a8314abc0f6a0f3f09ee1eb9e77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8f02a8314abc0f6a0f3f09ee1eb9e77", - "x-ms-correlation-request-id": "cc6a89c7-ee11-4433-85b1-1c63fc6e2683", - "x-ms-ratelimit-remaining-subscription-reads": "11254", - "x-ms-request-id": "8d6886d0-85c5-4b91-9e3d-543fa9daa7ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031532Z:cc6a89c7-ee11-4433-85b1-1c63fc6e2683" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b38e7c42d0b6452f5aa45870f3afbead", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b38e7c42d0b6452f5aa45870f3afbead", - "x-ms-correlation-request-id": "976388cb-0151-4af5-aeea-ec538449acb6", - "x-ms-ratelimit-remaining-subscription-reads": "11253", - "x-ms-request-id": "eae18b2b-3deb-4ef3-ba3b-a1d0473e7eae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031533Z:976388cb-0151-4af5-aeea-ec538449acb6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc4e048ef430af39d44d6821ba726c1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc4e048ef430af39d44d6821ba726c1f", - "x-ms-correlation-request-id": "a37b341f-db86-481b-ae60-85daf0391c3c", - "x-ms-ratelimit-remaining-subscription-reads": "11252", - "x-ms-request-id": "6377648f-4a32-4a7c-875f-a3ff282278a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031534Z:a37b341f-db86-481b-ae60-85daf0391c3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95971cbe4316b36afaaa4e07bb85ccf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95971cbe4316b36afaaa4e07bb85ccf0", - "x-ms-correlation-request-id": "77752579-9f23-4475-bb36-637100dbbabb", - "x-ms-ratelimit-remaining-subscription-reads": "11251", - "x-ms-request-id": "71df24e5-34d0-42f3-b0d5-af1d6c80f0c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031536Z:77752579-9f23-4475-bb36-637100dbbabb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc0f4235e29c4d4642dfdf68670d8be7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc0f4235e29c4d4642dfdf68670d8be7", - "x-ms-correlation-request-id": "ce68009d-09c5-4bf2-9a76-63d2d4d5ddd2", - "x-ms-ratelimit-remaining-subscription-reads": "11250", - "x-ms-request-id": "8f04e1d3-0e9f-49db-81bd-66844d5cb601", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031537Z:ce68009d-09c5-4bf2-9a76-63d2d4d5ddd2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6b2393728184b979a9bc185a632f34e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6b2393728184b979a9bc185a632f34e", - "x-ms-correlation-request-id": "5ffed1fb-782e-45ab-ac01-c6e8a51f29b4", - "x-ms-ratelimit-remaining-subscription-reads": "11249", - "x-ms-request-id": "619f7730-42e2-4743-a5bf-212591063221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031538Z:5ffed1fb-782e-45ab-ac01-c6e8a51f29b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3e520d99-88fc-4572-b35c-185969788854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77ec78818f63db82d649523664014cec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1252", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:15:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77ec78818f63db82d649523664014cec", - "x-ms-correlation-request-id": "058963b9-ccb2-46cf-9b2f-c8b6a6341ab2", - "x-ms-ratelimit-remaining-subscription-reads": "11248", - "x-ms-request-id": "4c19bc95-4044-4db2-bd10-810d309a9ea9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031540Z:058963b9-ccb2-46cf-9b2f-c8b6a6341ab2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res220/providers/Microsoft.Storage/storageAccounts/sto8438", - "name": "sto8438", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:23.4127999Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:23.4127999Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:15:23.3190502Z", - "primaryEndpoints": { - "dfs": "https://sto8438.dfs.core.windows.net/", - "web": "https://sto8438.z20.web.core.windows.net/", - "blob": "https://sto8438.blob.core.windows.net/", - "queue": "https://sto8438.queue.core.windows.net/", - "table": "https://sto8438.table.core.windows.net/", - "file": "https://sto8438.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2077866397", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json deleted file mode 100644 index 4b3e62ef4dc47..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json +++ /dev/null @@ -1,587 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9834?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8c5bae1b9c649149b27d49c4ac3e8529-a1e781c673694745-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b04e12aca42586c5c070ad60f75bcd2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70d19cb6-f16f-48fa-8195-b7ec40123849", - "x-ms-ratelimit-remaining-subscription-writes": "1121", - "x-ms-request-id": "70d19cb6-f16f-48fa-8195-b7ec40123849", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033505Z:70d19cb6-f16f-48fa-8195-b7ec40123849" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9834", - "name": "res9834", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9834/providers/Microsoft.Storage/storageAccounts/sto6375?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-e8a02e40fe572a4eb31b7e470b4892d2-fa3e80373f9dd240-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "465f8dacf0359101e7937e79ea41073d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465f8dacf0359101e7937e79ea41073d", - "x-ms-correlation-request-id": "8932779b-0dc3-43d3-9d07-d6c381433604", - "x-ms-ratelimit-remaining-subscription-writes": "1120", - "x-ms-request-id": "d982095e-810c-438d-8e6a-e993df1e1689", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033508Z:8932779b-0dc3-43d3-9d07-d6c381433604" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "68a5ec6290a1f1f403e95a37eddf71c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68a5ec6290a1f1f403e95a37eddf71c6", - "x-ms-correlation-request-id": "9767b0ad-74f7-446f-a627-c57d64a26e63", - "x-ms-ratelimit-remaining-subscription-reads": "11592", - "x-ms-request-id": "7593353f-81a8-4ef6-bd88-533ec759c600", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033508Z:9767b0ad-74f7-446f-a627-c57d64a26e63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "083d9902a5be93a2bf1eb900927cdc49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "083d9902a5be93a2bf1eb900927cdc49", - "x-ms-correlation-request-id": "95c19675-c23a-4fe1-9a9a-06d33db4c4ef", - "x-ms-ratelimit-remaining-subscription-reads": "11591", - "x-ms-request-id": "1fd2f19f-a007-4061-9e76-2db62f77a874", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033510Z:95c19675-c23a-4fe1-9a9a-06d33db4c4ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe16161f9f9b419c780c2972be9652ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe16161f9f9b419c780c2972be9652ad", - "x-ms-correlation-request-id": "90de7a97-9c12-40a6-8abb-0289a061d420", - "x-ms-ratelimit-remaining-subscription-reads": "11590", - "x-ms-request-id": "938588fe-28ce-4d1d-9992-8f591be4497b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033511Z:90de7a97-9c12-40a6-8abb-0289a061d420" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c8297c46b60bcaa4912a882d6f35f86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c8297c46b60bcaa4912a882d6f35f86", - "x-ms-correlation-request-id": "9ea451e1-d74f-451b-b4b9-b213bc772ac6", - "x-ms-ratelimit-remaining-subscription-reads": "11589", - "x-ms-request-id": "b0a38dfa-f6a7-4f2b-867c-05d92e5eb7a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033512Z:9ea451e1-d74f-451b-b4b9-b213bc772ac6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d717110d72c8632afcfb90b17c2fd529", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d717110d72c8632afcfb90b17c2fd529", - "x-ms-correlation-request-id": "1dced705-58b2-4cc9-b250-3ca5fae2a89d", - "x-ms-ratelimit-remaining-subscription-reads": "11588", - "x-ms-request-id": "1fa1cb98-2016-45f0-9f62-81eab195f07d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033514Z:1dced705-58b2-4cc9-b250-3ca5fae2a89d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa3c0bcbbffab3e86c5ab489f6196a84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa3c0bcbbffab3e86c5ab489f6196a84", - "x-ms-correlation-request-id": "e4d13ed0-3d43-4507-a6c4-772dcab56a69", - "x-ms-ratelimit-remaining-subscription-reads": "11587", - "x-ms-request-id": "8dea6fdc-48a8-4671-82e2-dfeb1fdfb661", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033515Z:e4d13ed0-3d43-4507-a6c4-772dcab56a69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac64a2ad7b7e51e56d1e1f65dbf84019", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac64a2ad7b7e51e56d1e1f65dbf84019", - "x-ms-correlation-request-id": "7d2db5f7-bdb1-4b7d-9e78-5c1741b13719", - "x-ms-ratelimit-remaining-subscription-reads": "11586", - "x-ms-request-id": "0d19c1cb-2a97-492c-be96-e2648736e124", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033516Z:7d2db5f7-bdb1-4b7d-9e78-5c1741b13719" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbb77e3c65b74e8c28646a6ebea16de3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb77e3c65b74e8c28646a6ebea16de3", - "x-ms-correlation-request-id": "ad0ed328-5777-4953-a71f-11d9f186ba4c", - "x-ms-ratelimit-remaining-subscription-reads": "11585", - "x-ms-request-id": "26561412-df6c-48c9-b87d-1d90aede5b5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033518Z:ad0ed328-5777-4953-a71f-11d9f186ba4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "da030b9029cb50aa26eb8ddca083d873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da030b9029cb50aa26eb8ddca083d873", - "x-ms-correlation-request-id": "ac3af6b0-847d-4eb8-b2af-857ff01377d3", - "x-ms-ratelimit-remaining-subscription-reads": "11584", - "x-ms-request-id": "3e8f9f50-a540-4247-9ce3-9b2ff5fe3c8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033519Z:ac3af6b0-847d-4eb8-b2af-857ff01377d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "774c9a1a9f6248cd1616831a117792cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "774c9a1a9f6248cd1616831a117792cc", - "x-ms-correlation-request-id": "5f3e7c09-b190-4ace-98ff-86513d0799ab", - "x-ms-ratelimit-remaining-subscription-reads": "11583", - "x-ms-request-id": "5fec5680-82eb-47a7-b016-8aa61f9ed0ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033520Z:5f3e7c09-b190-4ace-98ff-86513d0799ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfd43bb165f5134ed467a4ccd7b0ada5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfd43bb165f5134ed467a4ccd7b0ada5", - "x-ms-correlation-request-id": "7a8e3b3f-370c-45bb-a791-3fb62a7440b8", - "x-ms-ratelimit-remaining-subscription-reads": "11582", - "x-ms-request-id": "553524de-2c5c-4f51-8b48-570324f2632c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033522Z:7a8e3b3f-370c-45bb-a791-3fb62a7440b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2353f68cf554f1813ebbc3b4a58f3eaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2353f68cf554f1813ebbc3b4a58f3eaf", - "x-ms-correlation-request-id": "7a635a7f-0992-4397-a1c8-24fb51cfd11f", - "x-ms-ratelimit-remaining-subscription-reads": "11581", - "x-ms-request-id": "521e3fd6-ae9e-4eed-97f4-e07337bd34f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033523Z:7a635a7f-0992-4397-a1c8-24fb51cfd11f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d982095e-810c-438d-8e6a-e993df1e1689?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "642ac15808afb47e4c39a3fbfb017066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1253", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:35:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "642ac15808afb47e4c39a3fbfb017066", - "x-ms-correlation-request-id": "dcd48a3c-0097-4bfa-afc4-22682e7b92cb", - "x-ms-ratelimit-remaining-subscription-reads": "11580", - "x-ms-request-id": "68aab8a9-29df-4bf3-9199-2fde634c69fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033524Z:dcd48a3c-0097-4bfa-afc4-22682e7b92cb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9834/providers/Microsoft.Storage/storageAccounts/sto6375", - "name": "sto6375", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:35:07.9683987Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:35:07.9683987Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:35:07.8746296Z", - "primaryEndpoints": { - "dfs": "https://sto6375.dfs.core.windows.net/", - "web": "https://sto6375.z20.web.core.windows.net/", - "blob": "https://sto6375.blob.core.windows.net/", - "queue": "https://sto6375.queue.core.windows.net/", - "table": "https://sto6375.table.core.windows.net/", - "file": "https://sto6375.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1529688992", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json deleted file mode 100644 index a6d953bce8be6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json +++ /dev/null @@ -1,573 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res7411?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cbfc0f0b1ec1c74aa2ecf9b2872d3f56-5ffbd55a9621d943-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2b1ff186e737c57373d7fda7d0fa9376", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:42:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4d9ffdb7-59a1-42db-99bf-04ad8fb72937", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "4d9ffdb7-59a1-42db-99bf-04ad8fb72937", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064254Z:4d9ffdb7-59a1-42db-99bf-04ad8fb72937" - }, - "ResponseBody": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7411", - "name": "res7411", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7411/providers/Microsoft.Storage/storageAccounts/sto4243?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "213", - "Content-Type": "application/json", - "traceparent": "00-cdc0f467d2a2dd4680d9c1d00e3631ec-9947e10e10d64f4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6a7e9f466c2889a59f85d4a52496baed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "East US 2 EUAP", - "properties": { - "encryption": { - "services": { - "table": { - "keyType": "Account" - }, - "queue": { - "keyType": "Account" - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:42:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a7e9f466c2889a59f85d4a52496baed", - "x-ms-correlation-request-id": "55642615-8f55-4454-b5c4-a687b41e538b", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5486efbb-0d25-465f-94c1-391bb3f8860b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064258Z:55642615-8f55-4454-b5c4-a687b41e538b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80489c353244855e7aa198619f204f41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:42:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80489c353244855e7aa198619f204f41", - "x-ms-correlation-request-id": "630af9b0-dd0b-4902-8ebe-ebd561456b8b", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "1a87ac9d-6d1c-4974-be76-7a9c92ce1359", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064259Z:630af9b0-dd0b-4902-8ebe-ebd561456b8b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42cdba424fd8efc79046d27c6ae17e82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42cdba424fd8efc79046d27c6ae17e82", - "x-ms-correlation-request-id": "7f355911-10b5-46ca-94c2-360e3775e999", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "46274670-22cf-411a-b59e-735a308ea260", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064300Z:7f355911-10b5-46ca-94c2-360e3775e999" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8770ec3f3a4ed0a85a35acf9bfac9877", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8770ec3f3a4ed0a85a35acf9bfac9877", - "x-ms-correlation-request-id": "bdfd0ba6-99bd-4e02-85d7-f40c22e96f0c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0c97dc54-0572-40a7-aac1-3241f75c4e63", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064302Z:bdfd0ba6-99bd-4e02-85d7-f40c22e96f0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5080bf5c024fe50fd459effe5fe11a98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5080bf5c024fe50fd459effe5fe11a98", - "x-ms-correlation-request-id": "05e68537-97b7-4ac1-9b38-9ac5a42f35fc", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "002623f0-1515-4d69-b58d-c65f11994f0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064303Z:05e68537-97b7-4ac1-9b38-9ac5a42f35fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2221622c8af07f311fce8a3a2ce30e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2221622c8af07f311fce8a3a2ce30e4", - "x-ms-correlation-request-id": "3181f34b-b49b-42e7-a46b-a54a5e030bab", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "637f6ff5-db4e-4576-a112-d4d62f482378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064304Z:3181f34b-b49b-42e7-a46b-a54a5e030bab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aa1f5aad2e613d32dd8ab2f54baa7178", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa1f5aad2e613d32dd8ab2f54baa7178", - "x-ms-correlation-request-id": "4501f43e-500d-43a1-bcc5-b3f1f7e21b3b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0f2e65c9-aea4-4bf5-86ee-a8b2e702e41f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064306Z:4501f43e-500d-43a1-bcc5-b3f1f7e21b3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a8d7131ae58a94c7cc783e531a6c4306", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8d7131ae58a94c7cc783e531a6c4306", - "x-ms-correlation-request-id": "2e2a3db8-6c0b-4795-bb19-215767f50ec0", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "b6c668ec-9045-4f74-b1e8-29d5844feda7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064307Z:2e2a3db8-6c0b-4795-bb19-215767f50ec0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04510b286fc2f437e4e5d52515febc67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04510b286fc2f437e4e5d52515febc67", - "x-ms-correlation-request-id": "a9533806-ace0-4a0e-9687-40c8f4ca410a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "f179fdbc-0e4a-48a9-8674-91784fed8081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064308Z:a9533806-ace0-4a0e-9687-40c8f4ca410a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e88708a87f6c759928bdee8efde2271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e88708a87f6c759928bdee8efde2271", - "x-ms-correlation-request-id": "a0cafda1-179a-4dad-8c25-1eed0f854439", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "955eba94-1717-42cd-ad96-e9cda249dcbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064310Z:a0cafda1-179a-4dad-8c25-1eed0f854439" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fccab476c59aab6dce2c4a510a27ece", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fccab476c59aab6dce2c4a510a27ece", - "x-ms-correlation-request-id": "ee094c96-fb34-4009-8eff-4efd7cf7033c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "89ad4fe4-3121-43bd-95a2-3e71f84c5b54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064311Z:ee094c96-fb34-4009-8eff-4efd7cf7033c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aac8d6bcb4e3a10fb1897236914e0405", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac8d6bcb4e3a10fb1897236914e0405", - "x-ms-correlation-request-id": "8f712a5f-1a9d-4e99-a064-96ba54cdc193", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5abf5615-6b23-4c58-a11c-bc7d83395089", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064312Z:8f712a5f-1a9d-4e99-a064-96ba54cdc193" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/5486efbb-0d25-465f-94c1-391bb3f8860b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "69dd63c27c311e0ebaddb214c2b4b6f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1384", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 06:43:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69dd63c27c311e0ebaddb214c2b4b6f0", - "x-ms-correlation-request-id": "e6e3addf-63a0-4b8c-b973-6479be84ed56", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3b9df59c-0d6c-4e30-9044-56081973c909", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064314Z:e6e3addf-63a0-4b8c-b973-6479be84ed56" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res7411/providers/Microsoft.Storage/storageAccounts/sto4243", - "name": "sto4243", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2euap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:42:57.5153990Z" - }, - "table": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:42:57.5153990Z" - }, - "queue": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:42:57.5153990Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:42:57.5153990Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T06:42:57.4454034Z", - "primaryEndpoints": { - "dfs": "https://sto4243.dfs.core.windows.net/", - "web": "https://sto4243.z3.web.core.windows.net/", - "blob": "https://sto4243.blob.core.windows.net/", - "queue": "https://sto4243.queue.core.windows.net/", - "table": "https://sto4243.table.core.windows.net/", - "file": "https://sto4243.file.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1708950483", - "SUBSCRIPTION_ID": "45b60d85-fd72-427a-a708-f994d26e593e" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json deleted file mode 100644 index 6642341c5d8e8..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json +++ /dev/null @@ -1,607 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourcegroups/res3037?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a9f41b7c5197ca4cbcf4928ece3fbb76-93f943c62b47c542-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5110cbeac48ea7f025929be31e324c47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab5f81fa-da92-422e-833c-10638c5eb6d7", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ab5f81fa-da92-422e-833c-10638c5eb6d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064319Z:ab5f81fa-da92-422e-833c-10638c5eb6d7" - }, - "ResponseBody": { - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3037", - "name": "res3037", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3037/providers/Microsoft.Storage/storageAccounts/sto9579?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "213", - "Content-Type": "application/json", - "traceparent": "00-97c32981f4b5c44d81f6519fb81613af-eed64e3d8624034e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0f90e8ab4b33af1d8f63d46451c5e72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "East US 2 EUAP", - "properties": { - "encryption": { - "services": { - "table": { - "keyType": "Account" - }, - "queue": { - "keyType": "Account" - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0f90e8ab4b33af1d8f63d46451c5e72", - "x-ms-correlation-request-id": "a7cb1742-a330-46ec-8981-135e48475d4d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "cd4c7178-7b87-4229-a6bd-925552fcbe99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064321Z:a7cb1742-a330-46ec-8981-135e48475d4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb2482991fab16361f16b5cdb361e076", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb2482991fab16361f16b5cdb361e076", - "x-ms-correlation-request-id": "ec2fafa6-07e7-4ef3-bd4b-34db4bdf00d7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c4987aa5-c4cd-4da7-89a4-96441fc8bf9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064322Z:ec2fafa6-07e7-4ef3-bd4b-34db4bdf00d7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dbd0713ddd5a913719b47ca9abc61e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbd0713ddd5a913719b47ca9abc61e79", - "x-ms-correlation-request-id": "8a1fa2d3-cb03-457f-8e3e-6effb4e5f6c5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "8495673a-c9f8-4a71-9156-2cab753d3c3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064323Z:8a1fa2d3-cb03-457f-8e3e-6effb4e5f6c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2ac226673f82ec620db4afa43279102", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2ac226673f82ec620db4afa43279102", - "x-ms-correlation-request-id": "098d50dd-d2bf-4a6b-bdfa-50a63717cf2b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "ffd167f7-6e02-4f19-aa32-6592cf0db38a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064324Z:098d50dd-d2bf-4a6b-bdfa-50a63717cf2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "abee922ab38dbcc14b92d1f7a38c6b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abee922ab38dbcc14b92d1f7a38c6b59", - "x-ms-correlation-request-id": "38268a25-5ee2-4035-8be2-52a18b17f9f2", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "272474ab-4265-4868-9b73-f9f566989cab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064326Z:38268a25-5ee2-4035-8be2-52a18b17f9f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "90673bf81db4ca7daaa2bb7e933d4df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90673bf81db4ca7daaa2bb7e933d4df2", - "x-ms-correlation-request-id": "eaa96b0d-e3da-4079-8934-94809d03a336", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2b34125e-08fe-49a4-86ba-09f9273a16d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064327Z:eaa96b0d-e3da-4079-8934-94809d03a336" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "197f792272d7b3ec61f07765a1cf8b93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "197f792272d7b3ec61f07765a1cf8b93", - "x-ms-correlation-request-id": "0fbfb709-f2ee-49be-9348-e0c8e9321f9e", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0c1af95f-043d-42d8-8a95-92f84290908b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064328Z:0fbfb709-f2ee-49be-9348-e0c8e9321f9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0701f17001bf0c4d142300ebf842290e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0701f17001bf0c4d142300ebf842290e", - "x-ms-correlation-request-id": "596c936f-fd37-477d-a17e-42c17efafe07", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1954cc58-439e-4d1e-818a-af52de02b4d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064330Z:596c936f-fd37-477d-a17e-42c17efafe07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29d4df45510c85814fb42ec4a61828db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29d4df45510c85814fb42ec4a61828db", - "x-ms-correlation-request-id": "d279a847-3c45-422c-b24e-079be54fc1e7", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "5c276ee2-7555-4a60-9886-b84f432df2a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064331Z:d279a847-3c45-422c-b24e-079be54fc1e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a10e2717463b21322b7304b37200ba1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a10e2717463b21322b7304b37200ba1f", - "x-ms-correlation-request-id": "15cd8a89-75c5-4a2a-853a-674f017df2d4", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "c5788f3b-5d88-4a41-80e6-431029a30ca8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064333Z:15cd8a89-75c5-4a2a-853a-674f017df2d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c22069c761fb1e866f7bb70bd28965fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c22069c761fb1e866f7bb70bd28965fc", - "x-ms-correlation-request-id": "a228d6bb-d09b-4e82-9772-614efd3625d8", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "42e493dd-f832-471b-849e-74ff803bf58c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064334Z:a228d6bb-d09b-4e82-9772-614efd3625d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0d424fb8733ffd2acb3fe994dcd134e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0d424fb8733ffd2acb3fe994dcd134e", - "x-ms-correlation-request-id": "887bed23-66ce-4c16-933b-d7f5e8e6c4ff", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "e9f16f3e-4790-4eeb-93eb-611e41ee73d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064335Z:887bed23-66ce-4c16-933b-d7f5e8e6c4ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3dfd0ff966f7b5e0a1f032bf8e274ea2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 06:43:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3dfd0ff966f7b5e0a1f032bf8e274ea2", - "x-ms-correlation-request-id": "6a10994a-d75d-4ff6-aedb-53687d2bab06", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "a9bcdd60-881b-4af9-ad3c-77cd879dd306", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064336Z:6a10994a-d75d-4ff6-aedb-53687d2bab06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/providers/Microsoft.Storage/locations/eastus2euap/asyncoperations/cd4c7178-7b87-4229-a6bd-925552fcbe99?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4db8080eea2c40eb9621164763edd1a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1384", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 06:43:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4db8080eea2c40eb9621164763edd1a2", - "x-ms-correlation-request-id": "dbb971b0-4311-4b51-bb0e-d21f697081da", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "c3ce2ca9-1701-4a67-9f31-08537416bc72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T064338Z:dbb971b0-4311-4b51-bb0e-d21f697081da" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/45b60d85-fd72-427a-a708-f994d26e593e/resourceGroups/res3037/providers/Microsoft.Storage/storageAccounts/sto9579", - "name": "sto9579", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2euap", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:43:21.3989068Z" - }, - "table": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:43:21.3989068Z" - }, - "queue": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:43:21.3989068Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T06:43:21.3989068Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T06:43:21.3339261Z", - "primaryEndpoints": { - "dfs": "https://sto9579.dfs.core.windows.net/", - "web": "https://sto9579.z3.web.core.windows.net/", - "blob": "https://sto9579.blob.core.windows.net/", - "queue": "https://sto9579.queue.core.windows.net/", - "table": "https://sto9579.table.core.windows.net/", - "file": "https://sto9579.file.core.windows.net/" - }, - "primaryLocation": "eastus2euap", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "239747815", - "SUBSCRIPTION_ID": "45b60d85-fd72-427a-a708-f994d26e593e" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json deleted file mode 100644 index 0ad130a8ebfc7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json +++ /dev/null @@ -1,648 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6693?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-469b14729f6fb946b1216e08e4aff242-bead349363277941-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c70f528cf1b3d8d33a10c1932f669c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f970e1b9-c128-4407-86d5-18cd5396260f", - "x-ms-ratelimit-remaining-subscription-writes": "1013", - "x-ms-request-id": "f970e1b9-c128-4407-86d5-18cd5396260f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031552Z:f970e1b9-c128-4407-86d5-18cd5396260f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693", - "name": "res6693", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c829403e8656704db6df2f1c75e31b0e-7ade01f44a919d4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8270fe4c383a2b2233f75fb1023b198", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 14 Sep 2020 03:15:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbc93c2e-937a-426f-b214-db234a0eb5ca", - "x-ms-ratelimit-remaining-subscription-deletes": "14929", - "x-ms-request-id": "bbc93c2e-937a-426f-b214-db234a0eb5ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031553Z:bbc93c2e-937a-426f-b214-db234a0eb5ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693/providers/Microsoft.Storage/storageAccounts/sto7148?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-994d2db23f82524899b7b391f0011d87-0c93b88c7fbdd449-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "26421a1e454cb10fb4f2aead85aca1c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26421a1e454cb10fb4f2aead85aca1c5", - "x-ms-correlation-request-id": "ad288918-465f-47a0-b6f8-1b0ff68ac3e2", - "x-ms-ratelimit-remaining-subscription-writes": "1012", - "x-ms-request-id": "0a1c615c-1e23-4f07-bc0c-407359a466f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031555Z:ad288918-465f-47a0-b6f8-1b0ff68ac3e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c1178291d5aca971746ced104f59e92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1178291d5aca971746ced104f59e92", - "x-ms-correlation-request-id": "cac2a66f-85b2-4914-9cf0-b0381ee4df72", - "x-ms-ratelimit-remaining-subscription-reads": "11247", - "x-ms-request-id": "1fee4017-e5e6-4690-8201-750b523d4650", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031556Z:cac2a66f-85b2-4914-9cf0-b0381ee4df72" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f46136d4279b537350a2b9a8d093daec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f46136d4279b537350a2b9a8d093daec", - "x-ms-correlation-request-id": "a0df548b-4a0d-4e8b-a3fc-d41b8e708629", - "x-ms-ratelimit-remaining-subscription-reads": "11246", - "x-ms-request-id": "d964ca50-db96-40ba-a8ca-2e9bb19bb582", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031557Z:a0df548b-4a0d-4e8b-a3fc-d41b8e708629" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c834fda549b916a974c5860fcf89b77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c834fda549b916a974c5860fcf89b77", - "x-ms-correlation-request-id": "b5f56f0b-c0d7-4b35-9c6e-ccf32c32087b", - "x-ms-ratelimit-remaining-subscription-reads": "11245", - "x-ms-request-id": "9ec60b50-eedb-4422-9cbf-e44343b642b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031559Z:b5f56f0b-c0d7-4b35-9c6e-ccf32c32087b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a0a7e106226702c204bdfbb863eef984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:15:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0a7e106226702c204bdfbb863eef984", - "x-ms-correlation-request-id": "4aae4ecd-4762-42a0-bf96-d77fa580dafe", - "x-ms-ratelimit-remaining-subscription-reads": "11244", - "x-ms-request-id": "4a9d54b8-07a0-4859-bffe-979fae442b4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031600Z:4aae4ecd-4762-42a0-bf96-d77fa580dafe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4f6e26c91717ff7cccf5d4fce135658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4f6e26c91717ff7cccf5d4fce135658", - "x-ms-correlation-request-id": "5201225e-fc62-41f6-b5ca-02abf12eb0b1", - "x-ms-ratelimit-remaining-subscription-reads": "11243", - "x-ms-request-id": "9f4c0818-b67a-42f1-892c-7ff0400946b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031601Z:5201225e-fc62-41f6-b5ca-02abf12eb0b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "efa2420739ebb7858d8107dd59b12ea8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efa2420739ebb7858d8107dd59b12ea8", - "x-ms-correlation-request-id": "f847715f-d128-4565-b1f3-b0b6270daece", - "x-ms-ratelimit-remaining-subscription-reads": "11242", - "x-ms-request-id": "340d23f6-b159-4bdd-b754-5827ff3b437e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031603Z:f847715f-d128-4565-b1f3-b0b6270daece" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1af4d452e6017406ea28d498c57233f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1af4d452e6017406ea28d498c57233f1", - "x-ms-correlation-request-id": "a28a0674-220b-4a87-bedb-eae7d5b828eb", - "x-ms-ratelimit-remaining-subscription-reads": "11241", - "x-ms-request-id": "4528cab4-0993-46b1-8043-f865558d5b93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031604Z:a28a0674-220b-4a87-bedb-eae7d5b828eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21b1a367094c32985d3e27ef8919261a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b1a367094c32985d3e27ef8919261a", - "x-ms-correlation-request-id": "4d1de683-f008-4283-a772-f62d1991fd22", - "x-ms-ratelimit-remaining-subscription-reads": "11240", - "x-ms-request-id": "fa754677-3ff0-4ee5-a9c2-ce11cbe701c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031605Z:4d1de683-f008-4283-a772-f62d1991fd22" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fafdb4a03c1e20563c2d05c365edf21a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fafdb4a03c1e20563c2d05c365edf21a", - "x-ms-correlation-request-id": "238268e1-96a2-49d8-83dd-d860463f75b3", - "x-ms-ratelimit-remaining-subscription-reads": "11239", - "x-ms-request-id": "3647dc60-f94c-4101-8a14-2619b9069ffc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031607Z:238268e1-96a2-49d8-83dd-d860463f75b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b676154e0c00495c3bc2bcc3bf16ebd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b676154e0c00495c3bc2bcc3bf16ebd0", - "x-ms-correlation-request-id": "de8af3bb-6ae2-4d9a-bb47-276dbcf38967", - "x-ms-ratelimit-remaining-subscription-reads": "11238", - "x-ms-request-id": "41597f21-f8c9-4ed4-b7fb-a841207f1e78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031608Z:de8af3bb-6ae2-4d9a-bb47-276dbcf38967" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10f7ba0139752ad34c90e41e04d5cc70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10f7ba0139752ad34c90e41e04d5cc70", - "x-ms-correlation-request-id": "70ac48f5-f06d-4efe-800c-99a469501501", - "x-ms-ratelimit-remaining-subscription-reads": "11237", - "x-ms-request-id": "7f165a29-cca6-4a4f-8e79-6f39356a44b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031609Z:70ac48f5-f06d-4efe-800c-99a469501501" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a1c615c-1e23-4f07-bc0c-407359a466f6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73a10c4c70a3931958b3be5c7f926025", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:16:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73a10c4c70a3931958b3be5c7f926025", - "x-ms-correlation-request-id": "fdd71892-0ce8-4897-9dd1-ed9efe31c88a", - "x-ms-ratelimit-remaining-subscription-reads": "11236", - "x-ms-request-id": "586b855f-2df0-44da-bd4a-b2a2bd865fe2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031611Z:fdd71892-0ce8-4897-9dd1-ed9efe31c88a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693/providers/Microsoft.Storage/storageAccounts/sto7148", - "name": "sto7148", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:55.1798186Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:15:55.1798186Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:15:55.0860420Z", - "primaryEndpoints": { - "blob": "https://sto7148.blob.core.windows.net/", - "queue": "https://sto7148.queue.core.windows.net/", - "table": "https://sto7148.table.core.windows.net/", - "file": "https://sto7148.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693/providers/Microsoft.Storage/storageAccounts/sto7148?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3176ff640803b5439eb101854138ef39-1f4723569f8b3046-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aac13542e1f515a5424b696f283d4565", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac13542e1f515a5424b696f283d4565", - "x-ms-correlation-request-id": "0e62e97a-e993-4c8f-8f3b-53614b086a6f", - "x-ms-ratelimit-remaining-subscription-deletes": "14928", - "x-ms-request-id": "b9fbc738-082b-42e0-9f16-5229367afe45", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031615Z:0e62e97a-e993-4c8f-8f3b-53614b086a6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6693/providers/Microsoft.Storage/storageAccounts/sto7148?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2a5ae12e1c641e4bab125724e55fe286-aa4fc2beffc8cd4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b3774cf57775912ca063b8c17a76aab9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 14 Sep 2020 03:16:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9c13c036-e4e6-44ed-ac2b-89165539be1c", - "x-ms-ratelimit-remaining-subscription-deletes": "14927", - "x-ms-request-id": "9c13c036-e4e6-44ed-ac2b-89165539be1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031615Z:9c13c036-e4e6-44ed-ac2b-89165539be1c" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "736252759", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json deleted file mode 100644 index c370ae14f7487..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json +++ /dev/null @@ -1,682 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7607?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b6aa7e66a20e084e8736a57ded953b0b-602804405e2eff40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f9d8d7487a5c7d2adde0b6afae3dd53b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7c84da0b-c624-4c0d-9cd6-feaaddfd2ea0", - "x-ms-ratelimit-remaining-subscription-writes": "1117", - "x-ms-request-id": "7c84da0b-c624-4c0d-9cd6-feaaddfd2ea0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033536Z:7c84da0b-c624-4c0d-9cd6-feaaddfd2ea0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607", - "name": "res7607", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7432bb6f6723624ea051558fd9c7f5db-78cae0c8eea5cd48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6ff068faafceffc5a38eb0f79de55b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 14 Sep 2020 03:35:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "63440cbf-f93c-46e0-9e4f-56449793551c", - "x-ms-ratelimit-remaining-subscription-deletes": "14968", - "x-ms-request-id": "63440cbf-f93c-46e0-9e4f-56449793551c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033537Z:63440cbf-f93c-46e0-9e4f-56449793551c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607/providers/Microsoft.Storage/storageAccounts/sto6737?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-be398905a857444fba0d3d2f9f6a62b2-297cb9edbab0044a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a33b9b6bcbcbf99df9dc5294818c24f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a33b9b6bcbcbf99df9dc5294818c24f5", - "x-ms-correlation-request-id": "3b014de4-5dca-4e53-ad13-6aad81b8ed09", - "x-ms-ratelimit-remaining-subscription-writes": "1116", - "x-ms-request-id": "25cb700e-bf47-40b7-86a1-a171a16cf0b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033540Z:3b014de4-5dca-4e53-ad13-6aad81b8ed09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a243830197993ac362ed02cdaa5ad8ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a243830197993ac362ed02cdaa5ad8ac", - "x-ms-correlation-request-id": "991b2ffb-c969-446a-a7a8-b6a8e1d8beaf", - "x-ms-ratelimit-remaining-subscription-reads": "11579", - "x-ms-request-id": "ceda96b2-4e36-4ce5-8be2-e8d945e5e103", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033540Z:991b2ffb-c969-446a-a7a8-b6a8e1d8beaf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2c41ac6f5c2e1d5fd60ba2da80edff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2c41ac6f5c2e1d5fd60ba2da80edff5", - "x-ms-correlation-request-id": "ef564d80-9ed6-47cf-bad4-e94eb64bad14", - "x-ms-ratelimit-remaining-subscription-reads": "11578", - "x-ms-request-id": "f7b98d5d-a335-4283-93e1-a58d2c7cf0fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033542Z:ef564d80-9ed6-47cf-bad4-e94eb64bad14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe93c7dd82491d5c77585d6887cf308e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe93c7dd82491d5c77585d6887cf308e", - "x-ms-correlation-request-id": "94d9b939-1d5a-4b4a-87b8-0229acee1293", - "x-ms-ratelimit-remaining-subscription-reads": "11577", - "x-ms-request-id": "71f52889-5c1e-4c3c-a86d-6f724616cf20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033543Z:94d9b939-1d5a-4b4a-87b8-0229acee1293" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ffc877c55c3f0bc9ad62a438dd969254", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffc877c55c3f0bc9ad62a438dd969254", - "x-ms-correlation-request-id": "1551be9b-ba18-4f5c-894b-aec5438ca5e7", - "x-ms-ratelimit-remaining-subscription-reads": "11576", - "x-ms-request-id": "12a73fc2-4454-4611-937c-c3c463ca0964", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033544Z:1551be9b-ba18-4f5c-894b-aec5438ca5e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e2f00d0edac74362bda72b69976c592d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2f00d0edac74362bda72b69976c592d", - "x-ms-correlation-request-id": "32edab5b-e7c0-4f03-ae91-4ea4b3ff3057", - "x-ms-ratelimit-remaining-subscription-reads": "11575", - "x-ms-request-id": "c1d7220f-823b-47a9-9cb7-80631379ff35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033546Z:32edab5b-e7c0-4f03-ae91-4ea4b3ff3057" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31672b30df4580b6fd8750e7dd233fe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31672b30df4580b6fd8750e7dd233fe0", - "x-ms-correlation-request-id": "97aab7cd-c53e-46eb-9e76-f3617efe38d1", - "x-ms-ratelimit-remaining-subscription-reads": "11574", - "x-ms-request-id": "1cea092d-f247-4137-bba4-92bb222195b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033547Z:97aab7cd-c53e-46eb-9e76-f3617efe38d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a5a09c64ddfeac614844297315f7441", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a5a09c64ddfeac614844297315f7441", - "x-ms-correlation-request-id": "aea01ade-c61e-4540-b7c7-b7563b99caa2", - "x-ms-ratelimit-remaining-subscription-reads": "11573", - "x-ms-request-id": "fdc6baab-d7ce-448e-80bc-89514bf0075d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033548Z:aea01ade-c61e-4540-b7c7-b7563b99caa2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1087708612f2f0e566fe5408a7b669a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1087708612f2f0e566fe5408a7b669a", - "x-ms-correlation-request-id": "03c21f34-e0c0-4bfc-8e68-112885719b20", - "x-ms-ratelimit-remaining-subscription-reads": "11572", - "x-ms-request-id": "311f5b45-3ab9-4ff0-8f6b-3c3ec83bf3e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033550Z:03c21f34-e0c0-4bfc-8e68-112885719b20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ea34a67df11e24e657c1cc19d1e4f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ea34a67df11e24e657c1cc19d1e4f9e", - "x-ms-correlation-request-id": "860e1a94-6165-447d-b57e-d7db314cbef4", - "x-ms-ratelimit-remaining-subscription-reads": "11571", - "x-ms-request-id": "35f26d1e-bd0d-4b1f-8134-2e05e963483e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033551Z:860e1a94-6165-447d-b57e-d7db314cbef4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "66de0f138e1b65b1fa2b236f68866098", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66de0f138e1b65b1fa2b236f68866098", - "x-ms-correlation-request-id": "a4ae35b6-0480-4edc-9bd8-85da6cc62d00", - "x-ms-ratelimit-remaining-subscription-reads": "11570", - "x-ms-request-id": "1df802fa-84ed-4b72-9786-652c0e7dd4d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033552Z:a4ae35b6-0480-4edc-9bd8-85da6cc62d00" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e630a71ee5bc282f29254bb2444d9137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e630a71ee5bc282f29254bb2444d9137", - "x-ms-correlation-request-id": "63687839-11bd-4cf5-a390-71cdc28d85d0", - "x-ms-ratelimit-remaining-subscription-reads": "11569", - "x-ms-request-id": "b81eed07-494b-429a-8f79-a7c27aeb27d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033554Z:63687839-11bd-4cf5-a390-71cdc28d85d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b2d461fff9cd97e983e93e6bbde7adf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:35:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b2d461fff9cd97e983e93e6bbde7adf", - "x-ms-correlation-request-id": "5587adf6-1a32-4efc-b3ea-7be476f903b8", - "x-ms-ratelimit-remaining-subscription-reads": "11568", - "x-ms-request-id": "3c4e3415-5f29-466c-aa49-101039cd884f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033555Z:5587adf6-1a32-4efc-b3ea-7be476f903b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/25cb700e-bf47-40b7-86a1-a171a16cf0b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5a2831c69ee2de1dfb53cf642ff20ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:35:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5a2831c69ee2de1dfb53cf642ff20ad", - "x-ms-correlation-request-id": "deb91953-1770-4acc-952e-1b1ff14973b5", - "x-ms-ratelimit-remaining-subscription-reads": "11567", - "x-ms-request-id": "71d25a74-cbbd-4d6b-b647-1cb50fd0bb2d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033556Z:deb91953-1770-4acc-952e-1b1ff14973b5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607/providers/Microsoft.Storage/storageAccounts/sto6737", - "name": "sto6737", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:35:39.9729455Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:35:39.9729455Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:35:39.8791958Z", - "primaryEndpoints": { - "blob": "https://sto6737.blob.core.windows.net/", - "queue": "https://sto6737.queue.core.windows.net/", - "table": "https://sto6737.table.core.windows.net/", - "file": "https://sto6737.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607/providers/Microsoft.Storage/storageAccounts/sto6737?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cbcad9ebe0a4a74ab860e144c33749c1-d98ec22dd2fd4446-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "214feb99e5581efc28564d7e52496d4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "214feb99e5581efc28564d7e52496d4a", - "x-ms-correlation-request-id": "611bb015-6cc1-443d-9ae5-4043b592702c", - "x-ms-ratelimit-remaining-subscription-deletes": "14967", - "x-ms-request-id": "e09282b1-4aca-45a0-ac99-bfef7e400c05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033601Z:611bb015-6cc1-443d-9ae5-4043b592702c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7607/providers/Microsoft.Storage/storageAccounts/sto6737?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e943e9bda9f49d41962ec1c1dab34f77-06e467ea6e4db94f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0956caa9caab64964ff9be6c3889699", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Mon, 14 Sep 2020 03:36:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "09813d2e-e292-4e38-ab13-3354348c9df0", - "x-ms-ratelimit-remaining-subscription-deletes": "14966", - "x-ms-request-id": "09813d2e-e292-4e38-ab13-3354348c9df0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033601Z:09813d2e-e292-4e38-ab13-3354348c9df0" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "781384104", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json deleted file mode 100644 index 00ae747c801c9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json +++ /dev/null @@ -1,1904 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7355?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e8730dbbd914e24283cd59a73f710976-129c659494a74840-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4351448b77712dc22f9a75cd62e3404f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1826ef48-0ced-47d7-885d-970a96a6630c", - "x-ms-ratelimit-remaining-subscription-writes": "1011", - "x-ms-request-id": "1826ef48-0ced-47d7-885d-970a96a6630c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031618Z:1826ef48-0ced-47d7-885d-970a96a6630c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355", - "name": "res7355", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto9700?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-a3f02c4a7318154090f1dc99c345c50a-499a579de89af648-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fb12e40a8c754e81be6e317ebad6419b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb12e40a8c754e81be6e317ebad6419b", - "x-ms-correlation-request-id": "f6d18afa-636f-4225-8be4-ea7ffdcacce3", - "x-ms-ratelimit-remaining-subscription-writes": "1010", - "x-ms-request-id": "3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031621Z:f6d18afa-636f-4225-8be4-ea7ffdcacce3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "272608364878b6dcf02904befe1bbbf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "272608364878b6dcf02904befe1bbbf7", - "x-ms-correlation-request-id": "5c32e66f-cb5a-4619-883a-872c32109875", - "x-ms-ratelimit-remaining-subscription-reads": "11235", - "x-ms-request-id": "e1639184-95c4-4736-afd9-7305f7000ad3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031621Z:5c32e66f-cb5a-4619-883a-872c32109875" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b87a4721a78b58c502ea098ea7e22331", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b87a4721a78b58c502ea098ea7e22331", - "x-ms-correlation-request-id": "02700c27-ccd6-4617-8f0b-0b4783c18ac0", - "x-ms-ratelimit-remaining-subscription-reads": "11234", - "x-ms-request-id": "86f5268b-e39f-470f-89d5-8085fcde97f9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031623Z:02700c27-ccd6-4617-8f0b-0b4783c18ac0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b247a99619af7d23ba31ec10ac2329d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b247a99619af7d23ba31ec10ac2329d6", - "x-ms-correlation-request-id": "cc314010-ea69-4de3-b39b-96edcfbadb86", - "x-ms-ratelimit-remaining-subscription-reads": "11233", - "x-ms-request-id": "d6229a5f-833f-4fce-a583-11cbe97bdb8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031624Z:cc314010-ea69-4de3-b39b-96edcfbadb86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e37eed2b1f128ffc43ce248d3f4e0e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e37eed2b1f128ffc43ce248d3f4e0e0d", - "x-ms-correlation-request-id": "838eb38c-835a-4be8-b86f-085340662b71", - "x-ms-ratelimit-remaining-subscription-reads": "11232", - "x-ms-request-id": "cf593256-59cf-43ac-b0f8-9ddbe290f743", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031625Z:838eb38c-835a-4be8-b86f-085340662b71" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5528d20609d3074723fcfd5abbb4abdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5528d20609d3074723fcfd5abbb4abdf", - "x-ms-correlation-request-id": "3181149f-2c80-4422-a2b5-0fd47ca76066", - "x-ms-ratelimit-remaining-subscription-reads": "11231", - "x-ms-request-id": "aca53d14-d1ec-4240-b555-c7c6deb12ade", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031627Z:3181149f-2c80-4422-a2b5-0fd47ca76066" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b96232c13f64771facb86fe0f4953d6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b96232c13f64771facb86fe0f4953d6c", - "x-ms-correlation-request-id": "d4235ff0-b21c-4000-93b7-0b78694ad50f", - "x-ms-ratelimit-remaining-subscription-reads": "11230", - "x-ms-request-id": "3eb85684-03b9-4dae-9ad1-b9467b09f71e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031629Z:d4235ff0-b21c-4000-93b7-0b78694ad50f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "da0ade22d4fa2203a576c01521a2d48e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da0ade22d4fa2203a576c01521a2d48e", - "x-ms-correlation-request-id": "037118a2-75bf-4adc-967e-0bb8d6d0dffa", - "x-ms-ratelimit-remaining-subscription-reads": "11229", - "x-ms-request-id": "c4eab134-f8a6-4f54-a313-a24bbf4ae6c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031630Z:037118a2-75bf-4adc-967e-0bb8d6d0dffa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dcc452355ebc7a9b3b0a81a9967128e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dcc452355ebc7a9b3b0a81a9967128e", - "x-ms-correlation-request-id": "7ec3abe7-5126-4e4a-a956-a43688419d70", - "x-ms-ratelimit-remaining-subscription-reads": "11228", - "x-ms-request-id": "ab069f15-52c5-46f1-8889-490de5544b76", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031631Z:7ec3abe7-5126-4e4a-a956-a43688419d70" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc3791bed1aaede42f3f13ed7f0a550a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc3791bed1aaede42f3f13ed7f0a550a", - "x-ms-correlation-request-id": "9b644517-7e22-4a85-a86d-38dcdd881197", - "x-ms-ratelimit-remaining-subscription-reads": "11227", - "x-ms-request-id": "70434239-6598-4ff5-aaba-7f31ce4599fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031633Z:9b644517-7e22-4a85-a86d-38dcdd881197" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "afbde0e430c9cd803443274a2be8883e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afbde0e430c9cd803443274a2be8883e", - "x-ms-correlation-request-id": "c6e778be-9a20-41c2-b6ad-8f4e46c1b886", - "x-ms-ratelimit-remaining-subscription-reads": "11226", - "x-ms-request-id": "2a20dcc1-3178-47c7-8178-1b4868092459", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031634Z:c6e778be-9a20-41c2-b6ad-8f4e46c1b886" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "90563163f76a51e460dedeac41bc48a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90563163f76a51e460dedeac41bc48a8", - "x-ms-correlation-request-id": "844fa20f-0694-45b0-815f-c1310fdf3142", - "x-ms-ratelimit-remaining-subscription-reads": "11225", - "x-ms-request-id": "24de1512-fe2e-4d45-92e4-8dc6b6a89a68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031635Z:844fa20f-0694-45b0-815f-c1310fdf3142" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3b7f8dfa-71eb-4894-99fc-1ddf3ea62dad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b9369e5b63a98dc4106aa866aa9ac246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:16:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9369e5b63a98dc4106aa866aa9ac246", - "x-ms-correlation-request-id": "2d12986d-67cb-4c26-b69d-47ecf60e4e3f", - "x-ms-ratelimit-remaining-subscription-reads": "11224", - "x-ms-request-id": "4d52d60e-d3f3-4f5e-bc7c-1b844afd5066", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031637Z:2d12986d-67cb-4c26-b69d-47ecf60e4e3f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto9700", - "name": "sto9700", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:20.9625592Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:20.9625592Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:20.8687277Z", - "primaryEndpoints": { - "dfs": "https://sto9700.dfs.core.windows.net/", - "blob": "https://sto9700.blob.core.windows.net/", - "table": "https://sto9700.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto9700?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-85819a2e171d1e4baf3676772e77556d-7f62788355bc024e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d89d4b7c5b3ec9ffc6b4eea52d48c78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:16:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d89d4b7c5b3ec9ffc6b4eea52d48c78", - "x-ms-correlation-request-id": "a756bcae-854e-47eb-843d-f4b8afe13c03", - "x-ms-ratelimit-remaining-subscription-reads": "11223", - "x-ms-request-id": "af4f5db5-55eb-45b4-aa44-0bff6603828b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031637Z:a756bcae-854e-47eb-843d-f4b8afe13c03" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto9700", - "name": "sto9700", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:20.9625592Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:20.9625592Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:20.8687277Z", - "primaryEndpoints": { - "dfs": "https://sto9700.dfs.core.windows.net/", - "blob": "https://sto9700.blob.core.windows.net/", - "table": "https://sto9700.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto2614?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-ba5bb1fc22e15e43aacec81f87e36150-b8db264adea3ff46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8cee7efbcfb100956dc980004f7da7c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cee7efbcfb100956dc980004f7da7c5", - "x-ms-correlation-request-id": "fa027273-d4c9-4512-b20c-ca1a229861c5", - "x-ms-ratelimit-remaining-subscription-writes": "1009", - "x-ms-request-id": "3d342b76-f807-47d9-bbcb-141a385bdb2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031639Z:fa027273-d4c9-4512-b20c-ca1a229861c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2b6b2fde35abe8953f89dfea459f9d7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b6b2fde35abe8953f89dfea459f9d7f", - "x-ms-correlation-request-id": "e824d8f7-4974-4c2f-8088-9e3f2f1c33ad", - "x-ms-ratelimit-remaining-subscription-reads": "11222", - "x-ms-request-id": "90cae0a4-88b5-4c8d-997c-8981e71df907", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031640Z:e824d8f7-4974-4c2f-8088-9e3f2f1c33ad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbce89c41fdf004689588d671257ec93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbce89c41fdf004689588d671257ec93", - "x-ms-correlation-request-id": "38ebcc5a-a059-447e-8547-4c41f1fa6622", - "x-ms-ratelimit-remaining-subscription-reads": "11221", - "x-ms-request-id": "8c9414ee-930a-4a84-876b-c14b5d7f7051", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031641Z:38ebcc5a-a059-447e-8547-4c41f1fa6622" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2021448e7b11e61a020c2da81b0a505e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2021448e7b11e61a020c2da81b0a505e", - "x-ms-correlation-request-id": "2afa13e0-e1b3-4bfa-931d-19b0d7163f8c", - "x-ms-ratelimit-remaining-subscription-reads": "11220", - "x-ms-request-id": "61f72cda-a801-4cef-83f8-4d83d585cef5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031642Z:2afa13e0-e1b3-4bfa-931d-19b0d7163f8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b793dac7f0bbe5ce86ba252a72dd5e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b793dac7f0bbe5ce86ba252a72dd5e7", - "x-ms-correlation-request-id": "07f20b7a-cbeb-4901-8013-12bc196f5eae", - "x-ms-ratelimit-remaining-subscription-reads": "11219", - "x-ms-request-id": "9a711c18-cea3-4c99-bad7-5580862b3111", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031644Z:07f20b7a-cbeb-4901-8013-12bc196f5eae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "005c4b9c7c7d486d6ee7b9d3f29de57f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "005c4b9c7c7d486d6ee7b9d3f29de57f", - "x-ms-correlation-request-id": "fde0d130-367b-477f-8ba3-b9020eb2c4e6", - "x-ms-ratelimit-remaining-subscription-reads": "11218", - "x-ms-request-id": "aef42489-de0e-4b7e-ad96-e1e941c8ba47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031645Z:fde0d130-367b-477f-8ba3-b9020eb2c4e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4ba2e0861de0e88e86337a6d9c73ed4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4ba2e0861de0e88e86337a6d9c73ed4", - "x-ms-correlation-request-id": "fa258d33-f45c-4057-ac14-80484f04da03", - "x-ms-ratelimit-remaining-subscription-reads": "11217", - "x-ms-request-id": "2b6e81d5-6389-4695-9138-41f6cc45ee8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031646Z:fa258d33-f45c-4057-ac14-80484f04da03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cf0c45374fad2fe0d0301c23c688cb4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf0c45374fad2fe0d0301c23c688cb4b", - "x-ms-correlation-request-id": "a51b0d14-545e-4cfc-ae96-e5f8cc3107a7", - "x-ms-ratelimit-remaining-subscription-reads": "11216", - "x-ms-request-id": "2751ad3f-c17c-4e10-a23a-24d8a82f02dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031648Z:a51b0d14-545e-4cfc-ae96-e5f8cc3107a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "794a228500723b09c34e181a45c66fa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "794a228500723b09c34e181a45c66fa7", - "x-ms-correlation-request-id": "512bf914-0a0f-4991-bdf0-ce317365688d", - "x-ms-ratelimit-remaining-subscription-reads": "11215", - "x-ms-request-id": "44723e8e-de6f-4ffb-8cd8-22aba9828b01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031649Z:512bf914-0a0f-4991-bdf0-ce317365688d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad9ce4a81591b8d24d8a04ae4565485f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad9ce4a81591b8d24d8a04ae4565485f", - "x-ms-correlation-request-id": "d01e3d5f-c3d2-481d-b9f5-76da832a142f", - "x-ms-ratelimit-remaining-subscription-reads": "11214", - "x-ms-request-id": "5fa4cf0a-e921-4f0c-9adc-fc4cd9712167", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031650Z:d01e3d5f-c3d2-481d-b9f5-76da832a142f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b620ec97c57c36623bd10c5f37c6ea09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b620ec97c57c36623bd10c5f37c6ea09", - "x-ms-correlation-request-id": "525e708d-1e17-4b5c-831f-a8c6b1e57602", - "x-ms-ratelimit-remaining-subscription-reads": "11213", - "x-ms-request-id": "cd41c7d3-b25d-4fe5-a6eb-af04cbe9b6c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031652Z:525e708d-1e17-4b5c-831f-a8c6b1e57602" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e17a74c01eec70b950922be7fb5bf55d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e17a74c01eec70b950922be7fb5bf55d", - "x-ms-correlation-request-id": "1a4e2403-2e33-467e-8d73-672396482ab1", - "x-ms-ratelimit-remaining-subscription-reads": "11212", - "x-ms-request-id": "a99da22a-a8db-4875-aabf-d0472bc5a89d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031653Z:1a4e2403-2e33-467e-8d73-672396482ab1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5983b905b8a6e22b826571c009728087", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5983b905b8a6e22b826571c009728087", - "x-ms-correlation-request-id": "1ba0f41f-f500-4176-8538-c1ed2b94ad46", - "x-ms-ratelimit-remaining-subscription-reads": "11211", - "x-ms-request-id": "7751a716-8e55-4306-9e40-dd15acb17766", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031654Z:1ba0f41f-f500-4176-8538-c1ed2b94ad46" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d342b76-f807-47d9-bbcb-141a385bdb2c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0edfba067ea787232b066e99a7a3ae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0edfba067ea787232b066e99a7a3ae0", - "x-ms-correlation-request-id": "0c5d07d8-4ff1-41a3-b8db-dc00a6739581", - "x-ms-ratelimit-remaining-subscription-reads": "11210", - "x-ms-request-id": "1fb82f61-9628-43a5-9f5c-aeb559771e9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031656Z:0c5d07d8-4ff1-41a3-b8db-dc00a6739581" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto2614", - "name": "sto2614", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:39.4632998Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:39.4632998Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:39.3695527Z", - "primaryEndpoints": { - "dfs": "https://sto2614.dfs.core.windows.net/", - "blob": "https://sto2614.blob.core.windows.net/", - "table": "https://sto2614.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto2614?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c8d829f9f011e14db4fa8faeae009fe8-0a67da544a8ed947-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d59aedb9043086249975e86adf966dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:16:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d59aedb9043086249975e86adf966dd", - "x-ms-correlation-request-id": "70dc6c98-ff71-40d7-96bc-9e96d504bb7a", - "x-ms-ratelimit-remaining-subscription-reads": "11209", - "x-ms-request-id": "212ea799-aa8c-46aa-a652-1301a92ee29d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031656Z:70dc6c98-ff71-40d7-96bc-9e96d504bb7a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto2614", - "name": "sto2614", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:39.4632998Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:39.4632998Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:39.3695527Z", - "primaryEndpoints": { - "dfs": "https://sto2614.dfs.core.windows.net/", - "blob": "https://sto2614.blob.core.windows.net/", - "table": "https://sto2614.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto5392?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "150", - "Content-Type": "application/json", - "traceparent": "00-418311f938178244b22eb8617e5d8a6a-99050f61a4ce7b40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0046a311256e9e72460a27f651414808", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0046a311256e9e72460a27f651414808", - "x-ms-correlation-request-id": "9b215e6d-81fe-4785-ae78-56b114a4bb26", - "x-ms-ratelimit-remaining-subscription-writes": "1008", - "x-ms-request-id": "ab769909-224a-421a-bce2-c973dfb7083e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031659Z:9b215e6d-81fe-4785-ae78-56b114a4bb26" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7d789493a33b5723bbb3639686cb607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:16:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7d789493a33b5723bbb3639686cb607", - "x-ms-correlation-request-id": "7627a58e-17a3-4fb0-a0ba-c0c5c90ddc30", - "x-ms-ratelimit-remaining-subscription-reads": "11208", - "x-ms-request-id": "3dc9425b-7bb8-4231-b876-113f963c5db6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031659Z:7627a58e-17a3-4fb0-a0ba-c0c5c90ddc30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1c5b564f0c140ec45f3667899e1f955b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c5b564f0c140ec45f3667899e1f955b", - "x-ms-correlation-request-id": "068269ff-b9b8-4cd1-8da1-c305ba04297c", - "x-ms-ratelimit-remaining-subscription-reads": "11207", - "x-ms-request-id": "7b947473-3de7-48f1-afe3-b1667deebca9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031700Z:068269ff-b9b8-4cd1-8da1-c305ba04297c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c8acef3f516af0d41e2e1e5ccc0ba72b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8acef3f516af0d41e2e1e5ccc0ba72b", - "x-ms-correlation-request-id": "863f9293-80de-43ce-89bf-12e595e0ea4a", - "x-ms-ratelimit-remaining-subscription-reads": "11206", - "x-ms-request-id": "152dd5b7-ebed-4a16-a8bf-fffb09c7f8f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031702Z:863f9293-80de-43ce-89bf-12e595e0ea4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2037f2eae8f3d23c4c997fdd3e8171c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2037f2eae8f3d23c4c997fdd3e8171c", - "x-ms-correlation-request-id": "5d666045-9158-49db-8ebd-ca323ccbf862", - "x-ms-ratelimit-remaining-subscription-reads": "11205", - "x-ms-request-id": "f77e7ff0-c120-4377-8955-2864044efd4d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031703Z:5d666045-9158-49db-8ebd-ca323ccbf862" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79f9db26eec0fe9d816bfee5ed674154", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79f9db26eec0fe9d816bfee5ed674154", - "x-ms-correlation-request-id": "189f4df4-89d4-4fb3-9c38-582d152c166c", - "x-ms-ratelimit-remaining-subscription-reads": "11204", - "x-ms-request-id": "5e515da9-5837-46c3-ab24-dded8d48debe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031704Z:189f4df4-89d4-4fb3-9c38-582d152c166c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e5b3b8ee21b90cbcb6f03a1b9d71d35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e5b3b8ee21b90cbcb6f03a1b9d71d35", - "x-ms-correlation-request-id": "2deb3df3-b2d2-4604-9946-00128693ff0e", - "x-ms-ratelimit-remaining-subscription-reads": "11203", - "x-ms-request-id": "893e8163-1a56-482c-ac78-0527091151f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031706Z:2deb3df3-b2d2-4604-9946-00128693ff0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f13602172d11406be2053124af3d4f5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f13602172d11406be2053124af3d4f5c", - "x-ms-correlation-request-id": "e497c4cb-fa39-4ce7-9bed-5910e4482f0b", - "x-ms-ratelimit-remaining-subscription-reads": "11202", - "x-ms-request-id": "7bdd97d2-4f9d-4936-ad5f-86d081f0b40d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031707Z:e497c4cb-fa39-4ce7-9bed-5910e4482f0b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "976e4287f98d44001069ad50eafc44aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "976e4287f98d44001069ad50eafc44aa", - "x-ms-correlation-request-id": "57fe31de-2152-4a12-a718-139f826a8b83", - "x-ms-ratelimit-remaining-subscription-reads": "11201", - "x-ms-request-id": "2c3d4902-0aad-4056-9fb6-01485cba41f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031708Z:57fe31de-2152-4a12-a718-139f826a8b83" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ebcec94d50316143cf1b3c16b1a6e08e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebcec94d50316143cf1b3c16b1a6e08e", - "x-ms-correlation-request-id": "9182edb7-1390-45f4-9e37-af30b7bf57c8", - "x-ms-ratelimit-remaining-subscription-reads": "11200", - "x-ms-request-id": "4011ae3f-b61b-40f2-a83e-fabb487c02ab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031710Z:9182edb7-1390-45f4-9e37-af30b7bf57c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7619a72085691ea701f2e1a87f1a56e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7619a72085691ea701f2e1a87f1a56e5", - "x-ms-correlation-request-id": "fe0ae2ff-c371-4141-80af-a4b258351404", - "x-ms-ratelimit-remaining-subscription-reads": "11199", - "x-ms-request-id": "7fa82752-40d7-4d91-9d85-5e96aed1d778", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031711Z:fe0ae2ff-c371-4141-80af-a4b258351404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6d686c0636f372bff0dc772bcea9269", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6d686c0636f372bff0dc772bcea9269", - "x-ms-correlation-request-id": "015a9697-aa23-40fc-8718-d37cf640c898", - "x-ms-ratelimit-remaining-subscription-reads": "11198", - "x-ms-request-id": "d89bd1f9-7143-4fb6-921c-a7ee768d834a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031712Z:015a9697-aa23-40fc-8718-d37cf640c898" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42301f88cee2c84121b0ea3f6e9be1b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42301f88cee2c84121b0ea3f6e9be1b5", - "x-ms-correlation-request-id": "09176081-0b24-465c-97e4-85cc9b0fff73", - "x-ms-ratelimit-remaining-subscription-reads": "11197", - "x-ms-request-id": "24fdc9d7-5770-4af3-941e-a15edb61e52e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031714Z:09176081-0b24-465c-97e4-85cc9b0fff73" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab769909-224a-421a-bce2-c973dfb7083e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2a5556c5facfbc1e7be1775bbe356116", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a5556c5facfbc1e7be1775bbe356116", - "x-ms-correlation-request-id": "3843e3b4-42c7-46f0-8bb6-9b005c9311ed", - "x-ms-ratelimit-remaining-subscription-reads": "11196", - "x-ms-request-id": "8fb4d55d-b5da-493d-8734-80cd2af11cb2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031715Z:3843e3b4-42c7-46f0-8bb6-9b005c9311ed" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto5392", - "name": "sto5392", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:58.6526702Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:58.6526702Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:58.5589370Z", - "primaryEndpoints": { - "dfs": "https://sto5392.dfs.core.windows.net/", - "blob": "https://sto5392.blob.core.windows.net/", - "table": "https://sto5392.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto5392-secondary.dfs.core.windows.net/", - "blob": "https://sto5392-secondary.blob.core.windows.net/", - "table": "https://sto5392-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto5392?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-633275e3d00eed47b10165cfd79b142c-3f94846fb09d994b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f20775f13eaf203450ec5be79ecc864", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:17:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f20775f13eaf203450ec5be79ecc864", - "x-ms-correlation-request-id": "2625a4e3-7bd7-4192-aa4a-de04138d3044", - "x-ms-ratelimit-remaining-subscription-reads": "11195", - "x-ms-request-id": "79f5d1ef-3be1-4984-a4c4-1a7b2479bde6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031715Z:2625a4e3-7bd7-4192-aa4a-de04138d3044" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7355/providers/Microsoft.Storage/storageAccounts/sto5392", - "name": "sto5392", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:58.6526702Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:16:58.6526702Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:16:58.5589370Z", - "primaryEndpoints": { - "dfs": "https://sto5392.dfs.core.windows.net/", - "blob": "https://sto5392.blob.core.windows.net/", - "table": "https://sto5392.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto5392-secondary.dfs.core.windows.net/", - "blob": "https://sto5392-secondary.blob.core.windows.net/", - "table": "https://sto5392-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "975301765", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json deleted file mode 100644 index 38af2ef620768..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json +++ /dev/null @@ -1,1938 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1542?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7f63fd618f25ca48bab13ae73679d11a-dd7adb927a88c242-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93e0c2783f2a1d317eb271b5f337e18a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a8c1aa4-4cae-4e44-b166-cf85e0d74ada", - "x-ms-ratelimit-remaining-subscription-writes": "1115", - "x-ms-request-id": "5a8c1aa4-4cae-4e44-b166-cf85e0d74ada", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033604Z:5a8c1aa4-4cae-4e44-b166-cf85e0d74ada" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542", - "name": "res1542", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto2844?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-e6038d87175d114aa003d3c166e807f7-40adc1865c1eca4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e8f291276a7b0965eb374dd6330eaa63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8f291276a7b0965eb374dd6330eaa63", - "x-ms-correlation-request-id": "d8da2730-d976-402d-93ae-3d70cdf797a9", - "x-ms-ratelimit-remaining-subscription-writes": "1114", - "x-ms-request-id": "3349268d-464c-4367-8c81-958b50f214fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033606Z:d8da2730-d976-402d-93ae-3d70cdf797a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0c9009dda852964c53545e631db3da7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0c9009dda852964c53545e631db3da7", - "x-ms-correlation-request-id": "f6842556-d135-4e37-9cd6-b981a2f39bc7", - "x-ms-ratelimit-remaining-subscription-reads": "11566", - "x-ms-request-id": "b0044f46-65f1-485a-9b02-18c753fba14a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033606Z:f6842556-d135-4e37-9cd6-b981a2f39bc7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de1cd3485041a1689ea37aa5acc1d0d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de1cd3485041a1689ea37aa5acc1d0d4", - "x-ms-correlation-request-id": "182d6c0e-ee7d-446a-acca-432786c5c92f", - "x-ms-ratelimit-remaining-subscription-reads": "11565", - "x-ms-request-id": "11095bb6-5628-47b8-94ac-b633515f7afa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033608Z:182d6c0e-ee7d-446a-acca-432786c5c92f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3339295cca44eade46ffa530400b1d91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3339295cca44eade46ffa530400b1d91", - "x-ms-correlation-request-id": "24bed0b8-84ff-4593-b7a4-57f213c23b16", - "x-ms-ratelimit-remaining-subscription-reads": "11564", - "x-ms-request-id": "3153f227-ec0d-4b03-878c-6dd378267d38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033609Z:24bed0b8-84ff-4593-b7a4-57f213c23b16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "665a1697fbfa4ce2972841e25fbf7c03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "665a1697fbfa4ce2972841e25fbf7c03", - "x-ms-correlation-request-id": "1c27baf1-c3e2-45d1-ad35-3f95272622f0", - "x-ms-ratelimit-remaining-subscription-reads": "11563", - "x-ms-request-id": "052d4da9-c54a-4ab2-a1f2-438c34cfb6c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033610Z:1c27baf1-c3e2-45d1-ad35-3f95272622f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "078970650aa27d63f5329741ab376093", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "078970650aa27d63f5329741ab376093", - "x-ms-correlation-request-id": "97de8031-5283-4f43-859a-856f1f397e23", - "x-ms-ratelimit-remaining-subscription-reads": "11562", - "x-ms-request-id": "9a444a02-4f0f-4102-8f41-99f091941b1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033612Z:97de8031-5283-4f43-859a-856f1f397e23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "950de8866a6661da47ec9b1c89fb8a87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "950de8866a6661da47ec9b1c89fb8a87", - "x-ms-correlation-request-id": "34e5b0da-6325-4736-adea-93b631a922cb", - "x-ms-ratelimit-remaining-subscription-reads": "11561", - "x-ms-request-id": "8bdfed33-c753-4240-b76c-2cb653be924e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033613Z:34e5b0da-6325-4736-adea-93b631a922cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0caa18315818defb3dd70c763a0a160", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0caa18315818defb3dd70c763a0a160", - "x-ms-correlation-request-id": "a858f4e4-5316-48a5-bb33-e5e928d26c6b", - "x-ms-ratelimit-remaining-subscription-reads": "11560", - "x-ms-request-id": "d2c96e40-e8da-40e4-9da3-60bfe2c9778b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033614Z:a858f4e4-5316-48a5-bb33-e5e928d26c6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "765cadc7e6b1fb9c9628bfb56f46f4fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "765cadc7e6b1fb9c9628bfb56f46f4fa", - "x-ms-correlation-request-id": "d59c1225-78a5-4897-bc34-390de172ec0c", - "x-ms-ratelimit-remaining-subscription-reads": "11559", - "x-ms-request-id": "ce2ab6ff-ca60-4403-9f62-06aae33362e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033616Z:d59c1225-78a5-4897-bc34-390de172ec0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09be10a7906c7011f980e189f912fda7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09be10a7906c7011f980e189f912fda7", - "x-ms-correlation-request-id": "acfd0080-204a-4789-803d-3a159f23716f", - "x-ms-ratelimit-remaining-subscription-reads": "11558", - "x-ms-request-id": "3cf75d32-326f-485f-bbc6-6b2b8c4ca10f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033617Z:acfd0080-204a-4789-803d-3a159f23716f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "db553a4b149f9cd604cf395956391d6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db553a4b149f9cd604cf395956391d6d", - "x-ms-correlation-request-id": "30fc0c77-1650-42f9-9258-9e7ba48b4559", - "x-ms-ratelimit-remaining-subscription-reads": "11557", - "x-ms-request-id": "b777a54d-f521-4ce5-a21a-afb5d15081c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033618Z:30fc0c77-1650-42f9-9258-9e7ba48b4559" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "531f76e898e236f49bec7d3005120183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "531f76e898e236f49bec7d3005120183", - "x-ms-correlation-request-id": "e65c71f3-2e1a-44e9-a8b3-c4fdb695c773", - "x-ms-ratelimit-remaining-subscription-reads": "11556", - "x-ms-request-id": "6b9b7f1c-331d-4047-b4bc-363df98ae643", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033620Z:e65c71f3-2e1a-44e9-a8b3-c4fdb695c773" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "346a182a18f1935a3a21049d56b81abf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "346a182a18f1935a3a21049d56b81abf", - "x-ms-correlation-request-id": "50e66578-faad-4f80-8263-bb9a6f0afb33", - "x-ms-ratelimit-remaining-subscription-reads": "11555", - "x-ms-request-id": "86b4234e-0087-4b9c-979f-2d328ffdbce5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033621Z:50e66578-faad-4f80-8263-bb9a6f0afb33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3349268d-464c-4367-8c81-958b50f214fe?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "83a17462aaf3b2c4461e3fb397a597f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:36:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83a17462aaf3b2c4461e3fb397a597f1", - "x-ms-correlation-request-id": "69eed9b5-a22b-4a15-8b9d-d22d770ec802", - "x-ms-ratelimit-remaining-subscription-reads": "11554", - "x-ms-request-id": "60d82788-1e02-4742-88ba-92526910ce2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033622Z:69eed9b5-a22b-4a15-8b9d-d22d770ec802" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto2844", - "name": "sto2844", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:06.1261797Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:06.1261797Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:06.0168298Z", - "primaryEndpoints": { - "dfs": "https://sto2844.dfs.core.windows.net/", - "blob": "https://sto2844.blob.core.windows.net/", - "table": "https://sto2844.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto2844?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-89d25e524281c24b9ae2baf8d6e09514-1c4039611bdb3f41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3d2eb6cde8cfcf7b1b8c18c09356e0e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:36:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d2eb6cde8cfcf7b1b8c18c09356e0e3", - "x-ms-correlation-request-id": "e6c429aa-371f-42f8-a103-22dbeb21ba95", - "x-ms-ratelimit-remaining-subscription-reads": "11553", - "x-ms-request-id": "b9e34457-c306-4ae4-b596-78d0f872c92e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033623Z:e6c429aa-371f-42f8-a103-22dbeb21ba95" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto2844", - "name": "sto2844", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:06.1261797Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:06.1261797Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:06.0168298Z", - "primaryEndpoints": { - "dfs": "https://sto2844.dfs.core.windows.net/", - "blob": "https://sto2844.blob.core.windows.net/", - "table": "https://sto2844.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto1878?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-58bf65965923724a966b0182da3787bc-f5b457bd2f6b7c43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "90cebdd17e71809054b7eed3d9a7fc95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90cebdd17e71809054b7eed3d9a7fc95", - "x-ms-correlation-request-id": "fb553747-1e04-4746-988a-1ea3d832c513", - "x-ms-ratelimit-remaining-subscription-writes": "1113", - "x-ms-request-id": "6f8cceed-3f72-4947-bd83-ed0b58a1a2ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033625Z:fb553747-1e04-4746-988a-1ea3d832c513" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d9e15c3e06d74e8025ade917faa8f674", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9e15c3e06d74e8025ade917faa8f674", - "x-ms-correlation-request-id": "c3ae6326-c72e-4cab-849c-75fe19462c27", - "x-ms-ratelimit-remaining-subscription-reads": "11552", - "x-ms-request-id": "a9d143c2-a25e-462b-88b1-2a18d061f4f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033625Z:c3ae6326-c72e-4cab-849c-75fe19462c27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8035838f3f86f558cd5498a01629ee50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8035838f3f86f558cd5498a01629ee50", - "x-ms-correlation-request-id": "9ca29eff-6e08-42ae-9b05-7f6a733d8cb0", - "x-ms-ratelimit-remaining-subscription-reads": "11551", - "x-ms-request-id": "57673794-a914-49a7-a45f-f44b2f53a21e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033627Z:9ca29eff-6e08-42ae-9b05-7f6a733d8cb0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7c94fe9823c684bd92817adcf3d87f4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c94fe9823c684bd92817adcf3d87f4f", - "x-ms-correlation-request-id": "d56dd5be-c087-43bb-bab2-d2e6e9ae7680", - "x-ms-ratelimit-remaining-subscription-reads": "11550", - "x-ms-request-id": "561124c8-e1af-4447-ad63-9239fe7bdaa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033628Z:d56dd5be-c087-43bb-bab2-d2e6e9ae7680" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dd7f3da9ecefe6804ec0b836de037fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dd7f3da9ecefe6804ec0b836de037fc", - "x-ms-correlation-request-id": "d4ff2353-b7be-4f19-aa47-b9b6cd65978f", - "x-ms-ratelimit-remaining-subscription-reads": "11549", - "x-ms-request-id": "becca27d-b3c2-4d15-89e8-7ff572fc4b88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033629Z:d4ff2353-b7be-4f19-aa47-b9b6cd65978f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fc7f99bf7a146cadc5b0ee05c47b01f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc7f99bf7a146cadc5b0ee05c47b01f4", - "x-ms-correlation-request-id": "5df4be5c-fe29-4ece-a738-e65280d37f93", - "x-ms-ratelimit-remaining-subscription-reads": "11548", - "x-ms-request-id": "466efc10-71ec-4899-9dba-e3cf4b8c723e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033631Z:5df4be5c-fe29-4ece-a738-e65280d37f93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "23c548d4e051f981959578da173a17b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23c548d4e051f981959578da173a17b1", - "x-ms-correlation-request-id": "a2f74627-eafa-4328-9cb1-356b53e3e796", - "x-ms-ratelimit-remaining-subscription-reads": "11547", - "x-ms-request-id": "a50827e1-73db-403e-bedb-47d6ddd0ab8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033632Z:a2f74627-eafa-4328-9cb1-356b53e3e796" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a1d7e498359603b456b481daf633a88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a1d7e498359603b456b481daf633a88", - "x-ms-correlation-request-id": "06e53f3d-2093-4417-8359-d74c3d07337c", - "x-ms-ratelimit-remaining-subscription-reads": "11546", - "x-ms-request-id": "f678bd26-509e-4a62-b47d-27a198667bb7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033633Z:06e53f3d-2093-4417-8359-d74c3d07337c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "24ae16ea141bdeaa1785667e01d3548b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24ae16ea141bdeaa1785667e01d3548b", - "x-ms-correlation-request-id": "c29e1208-e8dd-4065-ac02-5a8f11d5e459", - "x-ms-ratelimit-remaining-subscription-reads": "11545", - "x-ms-request-id": "eda8bcd9-5f5b-4cab-8d73-306c748139c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033635Z:c29e1208-e8dd-4065-ac02-5a8f11d5e459" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "46bc3c99a65e519b0d64dde698644932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46bc3c99a65e519b0d64dde698644932", - "x-ms-correlation-request-id": "653b5e99-f5be-4bf3-a19e-439ec0da6374", - "x-ms-ratelimit-remaining-subscription-reads": "11544", - "x-ms-request-id": "82db778f-014a-4b11-96a6-3374c2a4b917", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033636Z:653b5e99-f5be-4bf3-a19e-439ec0da6374" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01efef5bf28c3496d43e43d41cbd5e72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01efef5bf28c3496d43e43d41cbd5e72", - "x-ms-correlation-request-id": "761c4d3c-ed5a-4f5b-8f8b-2b4c2b946500", - "x-ms-ratelimit-remaining-subscription-reads": "11543", - "x-ms-request-id": "04229e89-49cf-42fb-a2b9-783cbf18acb0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033637Z:761c4d3c-ed5a-4f5b-8f8b-2b4c2b946500" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7383bc16f3a6432a7b5d17b637c346b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7383bc16f3a6432a7b5d17b637c346b2", - "x-ms-correlation-request-id": "95959238-2412-4e16-b71a-5c666d5aeaf4", - "x-ms-ratelimit-remaining-subscription-reads": "11542", - "x-ms-request-id": "8336ec9d-346a-48d1-b43d-1dfd9d36aaf4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033639Z:95959238-2412-4e16-b71a-5c666d5aeaf4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1222343b53e4a7ffa587721f63c7344f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1222343b53e4a7ffa587721f63c7344f", - "x-ms-correlation-request-id": "31826b61-7d83-4fb2-8359-5dad547a448d", - "x-ms-ratelimit-remaining-subscription-reads": "11541", - "x-ms-request-id": "96799ec6-15ee-4715-82ca-5c41fece9ec6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033640Z:31826b61-7d83-4fb2-8359-5dad547a448d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6f8cceed-3f72-4947-bd83-ed0b58a1a2ed?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dbcf6b05d6e1688bc5ab852edbdffd10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:36:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbcf6b05d6e1688bc5ab852edbdffd10", - "x-ms-correlation-request-id": "0f4104b7-b3f1-48d4-bccf-e02dcfbc51ca", - "x-ms-ratelimit-remaining-subscription-reads": "11540", - "x-ms-request-id": "07243de5-44f9-4ab2-bb4e-7f69aa8a495f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033641Z:0f4104b7-b3f1-48d4-bccf-e02dcfbc51ca" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto1878", - "name": "sto1878", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:25.1460811Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:25.1460811Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:25.0366974Z", - "primaryEndpoints": { - "dfs": "https://sto1878.dfs.core.windows.net/", - "blob": "https://sto1878.blob.core.windows.net/", - "table": "https://sto1878.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto1878?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6d99f22b6151e04dac578e7dd2385a12-ffdd11823f237f43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e79890f84c9bc38dbddccd1f810ae0b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:36:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e79890f84c9bc38dbddccd1f810ae0b4", - "x-ms-correlation-request-id": "6b7c69e4-6f39-4aac-ab53-966005e68083", - "x-ms-ratelimit-remaining-subscription-reads": "11539", - "x-ms-request-id": "b05ba7b7-88f2-4e2f-8dc9-98dcdbf80c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033642Z:6b7c69e4-6f39-4aac-ab53-966005e68083" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto1878", - "name": "sto1878", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:25.1460811Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:25.1460811Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:25.0366974Z", - "primaryEndpoints": { - "dfs": "https://sto1878.dfs.core.windows.net/", - "blob": "https://sto1878.blob.core.windows.net/", - "table": "https://sto1878.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto4789?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "150", - "Content-Type": "application/json", - "traceparent": "00-7bf84f1e61d6314b875b0e81d53dabc1-7c52ccb3dd3b254a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbb1c7286af365d1a9ba4c38cdd0ccc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb1c7286af365d1a9ba4c38cdd0ccc6", - "x-ms-correlation-request-id": "d71246c4-9cf5-4fd6-8872-ed07878e9a08", - "x-ms-ratelimit-remaining-subscription-writes": "1112", - "x-ms-request-id": "9342b0c0-4341-4956-94ee-795dbf3a0e34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033645Z:d71246c4-9cf5-4fd6-8872-ed07878e9a08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1306d1ca322e8d1cbf323ee10055f5ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1306d1ca322e8d1cbf323ee10055f5ed", - "x-ms-correlation-request-id": "342c1730-2820-466c-8883-ec2f4612b01c", - "x-ms-ratelimit-remaining-subscription-reads": "11538", - "x-ms-request-id": "36b40f57-698a-4084-9683-f7d1f4de0603", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033645Z:342c1730-2820-466c-8883-ec2f4612b01c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f95070f0ee3db8512f8eee74ccc5c3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f95070f0ee3db8512f8eee74ccc5c3d", - "x-ms-correlation-request-id": "22eb260b-cbd8-416c-b259-ba36d6e16262", - "x-ms-ratelimit-remaining-subscription-reads": "11537", - "x-ms-request-id": "10112e94-fda1-46aa-82f1-8e59ae83fd47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033647Z:22eb260b-cbd8-416c-b259-ba36d6e16262" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fc6d91d3b8c95797459913fb0ed3b888", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc6d91d3b8c95797459913fb0ed3b888", - "x-ms-correlation-request-id": "eea5341e-f734-4b15-a2d6-11a6ea00b0d3", - "x-ms-ratelimit-remaining-subscription-reads": "11536", - "x-ms-request-id": "a34ea065-4c27-4569-9958-f7b0fd0ba6f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033648Z:eea5341e-f734-4b15-a2d6-11a6ea00b0d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01f53016c6d6bcd74b2b0035433441f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01f53016c6d6bcd74b2b0035433441f2", - "x-ms-correlation-request-id": "57a2d4c9-ff9e-40d1-b228-aa5e6bb43f2f", - "x-ms-ratelimit-remaining-subscription-reads": "11535", - "x-ms-request-id": "457eff8f-b2ed-48fb-8cfa-99049aa6ec68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033649Z:57a2d4c9-ff9e-40d1-b228-aa5e6bb43f2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e0d01d6f9e757246f3eda4afb89cd3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e0d01d6f9e757246f3eda4afb89cd3f", - "x-ms-correlation-request-id": "139fe9a9-75ec-4427-b2c1-1227466b1ad4", - "x-ms-ratelimit-remaining-subscription-reads": "11534", - "x-ms-request-id": "40b3130b-328a-4a53-9799-132309f3ef8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033651Z:139fe9a9-75ec-4427-b2c1-1227466b1ad4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1cd166405ad70c67bab1b09eb7621311", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cd166405ad70c67bab1b09eb7621311", - "x-ms-correlation-request-id": "f2762f7c-0ded-4e01-ad5e-65a6e63de396", - "x-ms-ratelimit-remaining-subscription-reads": "11533", - "x-ms-request-id": "927dd54f-c3dc-4bee-b925-6dd468221793", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033652Z:f2762f7c-0ded-4e01-ad5e-65a6e63de396" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c25205849c61ca00c9d9297ec8dc1c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c25205849c61ca00c9d9297ec8dc1c2", - "x-ms-correlation-request-id": "a05edc43-aee7-4b86-b556-e6705227cf04", - "x-ms-ratelimit-remaining-subscription-reads": "11532", - "x-ms-request-id": "a59e4fab-7407-4c32-a43a-6446d13fd753", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033653Z:a05edc43-aee7-4b86-b556-e6705227cf04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ddf4c15d24627b1b9a00b43648859f0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddf4c15d24627b1b9a00b43648859f0c", - "x-ms-correlation-request-id": "ac88937f-10c7-4dab-9b00-152cf86f2249", - "x-ms-ratelimit-remaining-subscription-reads": "11531", - "x-ms-request-id": "4cfb993f-577f-4ea8-b865-5820c5b5011b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033655Z:ac88937f-10c7-4dab-9b00-152cf86f2249" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "daf1c82ac164f779c5b51039c8cf202d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf1c82ac164f779c5b51039c8cf202d", - "x-ms-correlation-request-id": "d93b10d3-f974-4f0e-906a-bfc1d2bb0231", - "x-ms-ratelimit-remaining-subscription-reads": "11530", - "x-ms-request-id": "4bc1846d-b20a-40e4-8edd-0f2744524fed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033656Z:d93b10d3-f974-4f0e-906a-bfc1d2bb0231" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f641eeef366d33ae05a971c5946ad386", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f641eeef366d33ae05a971c5946ad386", - "x-ms-correlation-request-id": "4cc6eabf-95f0-4990-b0ff-9056fdac5605", - "x-ms-ratelimit-remaining-subscription-reads": "11529", - "x-ms-request-id": "10bcd6e4-3311-4727-8770-fb224b0841ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033657Z:4cc6eabf-95f0-4990-b0ff-9056fdac5605" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "236d85fee69b9c5e48fd17ad13e1b3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:36:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "236d85fee69b9c5e48fd17ad13e1b3cb", - "x-ms-correlation-request-id": "31c96703-3aa6-461a-a0bb-fba3637228b9", - "x-ms-ratelimit-remaining-subscription-reads": "11528", - "x-ms-request-id": "9b37efa7-d1a6-459d-8410-e3693955e263", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033659Z:31c96703-3aa6-461a-a0bb-fba3637228b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a4687e0a944f49f1abed5ba4fb3625b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a4687e0a944f49f1abed5ba4fb3625b", - "x-ms-correlation-request-id": "ee253857-5069-4517-b52a-d64800ba4b53", - "x-ms-ratelimit-remaining-subscription-reads": "11527", - "x-ms-request-id": "03fb6dd9-a8fb-4867-a81e-083b6f573dd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033700Z:ee253857-5069-4517-b52a-d64800ba4b53" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9342b0c0-4341-4956-94ee-795dbf3a0e34?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "433a89e1fc62099290a4ad701f012023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:37:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "433a89e1fc62099290a4ad701f012023", - "x-ms-correlation-request-id": "f01de286-c063-42e9-b8e0-a8e594cc1215", - "x-ms-ratelimit-remaining-subscription-reads": "11526", - "x-ms-request-id": "190d75b1-86e1-4819-b14b-1ce86ec2a7da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033701Z:f01de286-c063-42e9-b8e0-a8e594cc1215" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto4789", - "name": "sto4789", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:45.1641620Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:45.1641620Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:45.0548254Z", - "primaryEndpoints": { - "dfs": "https://sto4789.dfs.core.windows.net/", - "blob": "https://sto4789.blob.core.windows.net/", - "table": "https://sto4789.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto4789-secondary.dfs.core.windows.net/", - "blob": "https://sto4789-secondary.blob.core.windows.net/", - "table": "https://sto4789-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto4789?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-3cabdb09f287cb489e3604066fd65664-465dfddc32db504a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0de5a6f579245542e67809dc10a34d95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:37:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0de5a6f579245542e67809dc10a34d95", - "x-ms-correlation-request-id": "64db8af3-fc8b-4e44-8260-f78de7741779", - "x-ms-ratelimit-remaining-subscription-reads": "11525", - "x-ms-request-id": "d49eb516-7ce1-4696-952e-b7783bd8fc88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033702Z:64db8af3-fc8b-4e44-8260-f78de7741779" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1542/providers/Microsoft.Storage/storageAccounts/sto4789", - "name": "sto4789", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:45.1641620Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:36:45.1641620Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:36:45.0548254Z", - "primaryEndpoints": { - "dfs": "https://sto4789.dfs.core.windows.net/", - "blob": "https://sto4789.blob.core.windows.net/", - "table": "https://sto4789.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto4789-secondary.dfs.core.windows.net/", - "blob": "https://sto4789-secondary.blob.core.windows.net/", - "table": "https://sto4789-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "710177360", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json deleted file mode 100644 index 3106e14dae7cd..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json +++ /dev/null @@ -1,783 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3158?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-84ae6917e657b649a6dd2c92d2af7ab6-a483c233d68ec540-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "608e48cd1d2b988a19cbf733c9c42e65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1ba67ffe-c059-48fd-86b2-7c9e03191aac", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1ba67ffe-c059-48fd-86b2-7c9e03191aac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040334Z:1ba67ffe-c059-48fd-86b2-7c9e03191aac" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158", - "name": "res3158", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-79182dbe069c254984ec84b709ef330f-62ca07846d7ea34f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b193e7cbc5d17ae134d80619e0c19e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b193e7cbc5d17ae134d80619e0c19e51", - "x-ms-correlation-request-id": "96f73e95-e1d6-4ec8-a529-86f73caee766", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "9f8e497c-4d36-40e9-b8db-7dfc1ec05e84", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040340Z:96f73e95-e1d6-4ec8-a529-86f73caee766" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "432f22615e2482fcace5f744847e3809", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "432f22615e2482fcace5f744847e3809", - "x-ms-correlation-request-id": "150b2963-442e-4c82-bd99-4cd83b80dc2c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "5327991a-b4ff-41e0-80c7-75897f67e667", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040341Z:150b2963-442e-4c82-bd99-4cd83b80dc2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "364de2592b3cbbf7182a9807dc5c177b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "364de2592b3cbbf7182a9807dc5c177b", - "x-ms-correlation-request-id": "4ef6ae68-261b-40a1-a812-708684c9d0b2", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "3fa8e028-2ef3-487d-a26c-17b9f87f4bbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040342Z:4ef6ae68-261b-40a1-a812-708684c9d0b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "beb763335a921d2d926f8d1a188ae49a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "beb763335a921d2d926f8d1a188ae49a", - "x-ms-correlation-request-id": "213d24a9-9b3a-4a72-8a4b-8834498e3ed1", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "478289e4-e318-46bc-814c-ad88321ffe83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040343Z:213d24a9-9b3a-4a72-8a4b-8834498e3ed1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "802ce0916e6c36662a732af9c6f5a650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "802ce0916e6c36662a732af9c6f5a650", - "x-ms-correlation-request-id": "fb8c9e99-ca87-44d9-8ae1-c2803fbbe4d6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "23d09e7f-ef4c-4253-b9c2-b434416f9c60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040345Z:fb8c9e99-ca87-44d9-8ae1-c2803fbbe4d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21117bce7ac6fe76b42fa4cc9edda38e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21117bce7ac6fe76b42fa4cc9edda38e", - "x-ms-correlation-request-id": "e53a2740-34e8-42b3-a0a6-0c99fc40175d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "cc7c4122-fc29-4f82-9459-6314796b986c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040346Z:e53a2740-34e8-42b3-a0a6-0c99fc40175d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fc75fd46972fc40efc81941f2f33579c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc75fd46972fc40efc81941f2f33579c", - "x-ms-correlation-request-id": "db1374b5-551c-4d47-a2cf-3c1abc6b6275", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "8047a097-3ac2-482e-a3ef-97e56c4624fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040347Z:db1374b5-551c-4d47-a2cf-3c1abc6b6275" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c4c3dc9c37917d4692dcb3dca99984c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c4c3dc9c37917d4692dcb3dca99984c", - "x-ms-correlation-request-id": "f5aa2186-a57f-45d9-8afb-57ca6cf02298", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2f0265ad-70cd-4d58-a886-7fd613ada50d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040349Z:f5aa2186-a57f-45d9-8afb-57ca6cf02298" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c8b29ccfa97f36206d4c2445e657ce81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8b29ccfa97f36206d4c2445e657ce81", - "x-ms-correlation-request-id": "7e9077d4-cda8-4e6a-a5ed-8546ab91d1b8", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "cdbf6dcd-3b69-4c04-9dcc-d2f7b4970b1a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040350Z:7e9077d4-cda8-4e6a-a5ed-8546ab91d1b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "610207d707918314295e9302cbd1fa62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "610207d707918314295e9302cbd1fa62", - "x-ms-correlation-request-id": "0c0ee72e-f729-436a-8162-43772960f621", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "86601a42-71c7-4006-bf40-2656050770db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040351Z:0c0ee72e-f729-436a-8162-43772960f621" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "934f47e98f80201d1c152f2d9e8f3011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "934f47e98f80201d1c152f2d9e8f3011", - "x-ms-correlation-request-id": "f5cf505f-7363-4f39-8fc8-feedea721212", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "96e95220-4cf3-4107-a8eb-d76e60b33dce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040352Z:f5cf505f-7363-4f39-8fc8-feedea721212" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3654a5e3797c8bb872f9f20161e6a9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3654a5e3797c8bb872f9f20161e6a9b", - "x-ms-correlation-request-id": "cf436677-edb0-4c00-b4bb-9fd7a9622dfc", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "fe68e7fc-9f19-4d6f-9121-267204eacc9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040354Z:cf436677-edb0-4c00-b4bb-9fd7a9622dfc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e5bc1523b084800e9e2447bd7e7e49a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:03:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e5bc1523b084800e9e2447bd7e7e49a", - "x-ms-correlation-request-id": "b96b8538-670d-4106-845b-f688b129d70d", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "fbb31638-e007-4388-963f-dcc1cfcde8d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040355Z:b96b8538-670d-4106-845b-f688b129d70d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f8e497c-4d36-40e9-b8db-7dfc1ec05e84?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81a3812d366bb2cb8c860b51effd09fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1559", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:03:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81a3812d366bb2cb8c860b51effd09fd", - "x-ms-correlation-request-id": "a350509e-6fb2-47fb-bdd3-ca82b86b90ae", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1d29d8a0-1cf8-48b3-87c3-43e59e975c87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040356Z:a350509e-6fb2-47fb-bdd3-ca82b86b90ae" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499", - "name": "sto499", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:03:40.0895008Z", - "primaryEndpoints": { - "dfs": "https://sto499.dfs.core.windows.net/", - "web": "https://sto499.z20.web.core.windows.net/", - "blob": "https://sto499.blob.core.windows.net/", - "queue": "https://sto499.queue.core.windows.net/", - "table": "https://sto499.table.core.windows.net/", - "file": "https://sto499.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto499-secondary.dfs.core.windows.net/", - "web": "https://sto499-secondary.z20.web.core.windows.net/", - "blob": "https://sto499-secondary.blob.core.windows.net/", - "queue": "https://sto499-secondary.queue.core.windows.net/", - "table": "https://sto499-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7154056acab9a64dbf580ae016fbd517-8041f39aa2def240-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dddb93aa923322094a1ddab4f23ff09f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1559", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:03:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dddb93aa923322094a1ddab4f23ff09f", - "x-ms-correlation-request-id": "743e4f52-4b69-4f83-9ef0-7803d9f52aa5", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "ca7af05c-be53-4ccc-9783-9572078376eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040357Z:743e4f52-4b69-4f83-9ef0-7803d9f52aa5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499", - "name": "sto499", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:03:40.0895008Z", - "primaryEndpoints": { - "dfs": "https://sto499.dfs.core.windows.net/", - "web": "https://sto499.z20.web.core.windows.net/", - "blob": "https://sto499.blob.core.windows.net/", - "queue": "https://sto499.queue.core.windows.net/", - "table": "https://sto499.table.core.windows.net/", - "file": "https://sto499.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto499-secondary.dfs.core.windows.net/", - "web": "https://sto499-secondary.z20.web.core.windows.net/", - "blob": "https://sto499-secondary.blob.core.windows.net/", - "queue": "https://sto499-secondary.queue.core.windows.net/", - "table": "https://sto499-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499?api-version=2019-06-01\u0026$expand=geoReplicationStats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-30c80324cea4b64997a192ba6e17a709-69bf3edfa4b6cb47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95f2054ae97b1b30f6a9128130af58ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1664", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:03:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95f2054ae97b1b30f6a9128130af58ec", - "x-ms-correlation-request-id": "01c16a74-59e5-42ec-bf13-6e9372a2ee4c", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "1f15c5ff-3f08-4889-a20f-1eea77e2b5ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040357Z:01c16a74-59e5-42ec-bf13-6e9372a2ee4c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3158/providers/Microsoft.Storage/storageAccounts/sto499", - "name": "sto499", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "geoReplicationStats": { - "status": "Unavailable", - "lastSyncTime": "2020-09-14T04:03:40Z", - "canFailover": false - }, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:03:40.1832597Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:03:40.0895008Z", - "primaryEndpoints": { - "dfs": "https://sto499.dfs.core.windows.net/", - "web": "https://sto499.z20.web.core.windows.net/", - "blob": "https://sto499.blob.core.windows.net/", - "queue": "https://sto499.queue.core.windows.net/", - "table": "https://sto499.table.core.windows.net/", - "file": "https://sto499.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto499-secondary.dfs.core.windows.net/", - "web": "https://sto499-secondary.z20.web.core.windows.net/", - "blob": "https://sto499-secondary.blob.core.windows.net/", - "queue": "https://sto499-secondary.queue.core.windows.net/", - "table": "https://sto499-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "472497821", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json deleted file mode 100644 index 41f05e979bc85..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json +++ /dev/null @@ -1,783 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4421?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4c5ea65f38be6a439858009a6b5ec492-321003ac2c799140-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61115464553e76bb0cbccbdf65681a17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84464dbf-2286-4c88-bbda-1c877c055ab8", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "84464dbf-2286-4c88-bbda-1c877c055ab8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040402Z:84464dbf-2286-4c88-bbda-1c877c055ab8" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421", - "name": "res4421", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-efc1c6ca20c7224db3bb427be5b86f19-89a92fca29eb174d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bac175118474613e58085983be25fe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bac175118474613e58085983be25fe5", - "x-ms-correlation-request-id": "a692f632-f440-4192-9582-985ba49701ed", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "1f5444e1-8bcb-4249-88ba-57b29c2ad52a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040405Z:a692f632-f440-4192-9582-985ba49701ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc20b9ade8b23b1cfd1a59d436ded0da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc20b9ade8b23b1cfd1a59d436ded0da", - "x-ms-correlation-request-id": "0c1c3a83-86ee-404d-8d4a-b9bc6fb5e981", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "9a4d3a85-581c-4666-83c5-626040629655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040406Z:0c1c3a83-86ee-404d-8d4a-b9bc6fb5e981" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee21fa6ca682b16a50d10cdef88c87a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee21fa6ca682b16a50d10cdef88c87a1", - "x-ms-correlation-request-id": "7f3f086b-a5f9-4dc0-8e08-acc42af791b4", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "628c2542-8521-414d-82c0-d45a60121971", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040407Z:7f3f086b-a5f9-4dc0-8e08-acc42af791b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "82ea8fbfa2c25b325c5c73f447f3a470", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82ea8fbfa2c25b325c5c73f447f3a470", - "x-ms-correlation-request-id": "6a6d5920-7016-4383-9a9f-f5ad6d89557d", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "6febcecc-4b57-4691-84d5-a3bd225914f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040408Z:6a6d5920-7016-4383-9a9f-f5ad6d89557d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c41b4599d22207734e6e6ce0dc3e4371", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c41b4599d22207734e6e6ce0dc3e4371", - "x-ms-correlation-request-id": "14a14518-102a-4100-8ac0-a66cd5dcadc1", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d0aa9ed2-e027-4f00-be4e-31b75307896e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040410Z:14a14518-102a-4100-8ac0-a66cd5dcadc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a615b7934ef4ca17c7c6912632766a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a615b7934ef4ca17c7c6912632766a5c", - "x-ms-correlation-request-id": "aa959bd6-3a74-4d63-b0af-e290f45b60f8", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "cc69b80a-fd87-418e-b2ce-f57c7d4e7e69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040412Z:aa959bd6-3a74-4d63-b0af-e290f45b60f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2459b2dc270ec7f1be2335335527e1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2459b2dc270ec7f1be2335335527e1d", - "x-ms-correlation-request-id": "11e20663-3ff3-4d9f-9dee-c288c8dc541a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "f695dd29-8226-4834-a51b-6a3556917031", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040413Z:11e20663-3ff3-4d9f-9dee-c288c8dc541a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f600218fddd4a7c2d51fc5c414dd5d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f600218fddd4a7c2d51fc5c414dd5d8", - "x-ms-correlation-request-id": "b36cfbee-e494-4d96-9dc6-37c54bcc4148", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "c11fbf95-d211-4f89-9e2a-202026f3b993", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040414Z:b36cfbee-e494-4d96-9dc6-37c54bcc4148" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40b3100490f9d10038298b111ac49475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40b3100490f9d10038298b111ac49475", - "x-ms-correlation-request-id": "bc7fb5e2-b5e3-44aa-b1bf-0dd3fe18974f", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "646491d0-63ed-4b1b-b900-e9473311cee2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040416Z:bc7fb5e2-b5e3-44aa-b1bf-0dd3fe18974f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "300d7447da162f7e1ffa841fc523abce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "300d7447da162f7e1ffa841fc523abce", - "x-ms-correlation-request-id": "c5b36fc8-f0fc-4c3d-bfe9-a5e1e0105fc8", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "36467787-8c32-42ca-a948-f13b969da2fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040417Z:c5b36fc8-f0fc-4c3d-bfe9-a5e1e0105fc8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "254e5b0d3e9e8824018e57b4726a2f69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "254e5b0d3e9e8824018e57b4726a2f69", - "x-ms-correlation-request-id": "9424b523-ea4b-4537-afb4-52d7c79abffe", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "57273c32-cf64-410b-abe2-66ba58e6adb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040418Z:9424b523-ea4b-4537-afb4-52d7c79abffe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc1487bca53f2ac2918321ff0be10b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc1487bca53f2ac2918321ff0be10b15", - "x-ms-correlation-request-id": "5f9261eb-ac40-48f3-97a1-67fffef76b6f", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "1388bcf9-a955-4165-921e-df1140dfb31a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040420Z:5f9261eb-ac40-48f3-97a1-67fffef76b6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf04bc7e6f7508d64f842e8783cabdb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 04:04:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf04bc7e6f7508d64f842e8783cabdb4", - "x-ms-correlation-request-id": "d66fd470-c63e-4570-9e55-fcc7d442cbfe", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "9052deff-d28e-456b-ae93-2bc09d839eef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040421Z:d66fd470-c63e-4570-9e55-fcc7d442cbfe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1f5444e1-8bcb-4249-88ba-57b29c2ad52a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e631bcade0e688e9924931b1d247d20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1572", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:04:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e631bcade0e688e9924931b1d247d20", - "x-ms-correlation-request-id": "0c816db5-20c0-4b0b-ab1d-0018695d9a9d", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "584199ac-7584-4850-ac3a-babed48803c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040422Z:0c816db5-20c0-4b0b-ab1d-0018695d9a9d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095", - "name": "sto8095", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:04:05.1412117Z", - "primaryEndpoints": { - "dfs": "https://sto8095.dfs.core.windows.net/", - "web": "https://sto8095.z20.web.core.windows.net/", - "blob": "https://sto8095.blob.core.windows.net/", - "queue": "https://sto8095.queue.core.windows.net/", - "table": "https://sto8095.table.core.windows.net/", - "file": "https://sto8095.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto8095-secondary.dfs.core.windows.net/", - "web": "https://sto8095-secondary.z20.web.core.windows.net/", - "blob": "https://sto8095-secondary.blob.core.windows.net/", - "queue": "https://sto8095-secondary.queue.core.windows.net/", - "table": "https://sto8095-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fe38914d01d8e045a675f34b5cc892b0-3eafa7c90aeced4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b536428370664cf4b00c7cbb763aa7c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1572", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:04:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b536428370664cf4b00c7cbb763aa7c7", - "x-ms-correlation-request-id": "9592a994-fa95-4bcb-9d58-03162fdb8928", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "2531a29a-f901-4ed8-b344-b0f207c6bb6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040423Z:9592a994-fa95-4bcb-9d58-03162fdb8928" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095", - "name": "sto8095", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:04:05.1412117Z", - "primaryEndpoints": { - "dfs": "https://sto8095.dfs.core.windows.net/", - "web": "https://sto8095.z20.web.core.windows.net/", - "blob": "https://sto8095.blob.core.windows.net/", - "queue": "https://sto8095.queue.core.windows.net/", - "table": "https://sto8095.table.core.windows.net/", - "file": "https://sto8095.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto8095-secondary.dfs.core.windows.net/", - "web": "https://sto8095-secondary.z20.web.core.windows.net/", - "blob": "https://sto8095-secondary.blob.core.windows.net/", - "queue": "https://sto8095-secondary.queue.core.windows.net/", - "table": "https://sto8095-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095?api-version=2019-06-01\u0026$expand=geoReplicationStats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-707cab9aba5c58488f1bd091efb53d65-76db07d8f1f4a74f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef356cc5cd7ea0072e9c2651dbbbeb2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1677", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 04:04:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef356cc5cd7ea0072e9c2651dbbbeb2b", - "x-ms-correlation-request-id": "c52ee134-9dc6-47c1-bdd1-69dd72af0880", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "5cf25709-3387-4357-9558-7c504c6fa777", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T040423Z:c52ee134-9dc6-47c1-bdd1-69dd72af0880" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4421/providers/Microsoft.Storage/storageAccounts/sto8095", - "name": "sto8095", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "geoReplicationStats": { - "status": "Unavailable", - "lastSyncTime": "2020-09-14T04:04:05Z", - "canFailover": false - }, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T04:04:05.2193456Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T04:04:05.1412117Z", - "primaryEndpoints": { - "dfs": "https://sto8095.dfs.core.windows.net/", - "web": "https://sto8095.z20.web.core.windows.net/", - "blob": "https://sto8095.blob.core.windows.net/", - "queue": "https://sto8095.queue.core.windows.net/", - "table": "https://sto8095.table.core.windows.net/", - "file": "https://sto8095.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto8095-secondary.dfs.core.windows.net/", - "web": "https://sto8095-secondary.z20.web.core.windows.net/", - "blob": "https://sto8095-secondary.blob.core.windows.net/", - "queue": "https://sto8095-secondary.queue.core.windows.net/", - "table": "https://sto8095-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "142724253", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json deleted file mode 100644 index 37bc92254b5ef..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json +++ /dev/null @@ -1,640 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7707?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4b2d4987f85c4b4590f11ad0d08608b9-e4ce5f69ed2da244-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2c4d8a6b78f2cc46ec0adae5ccd3a85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7332e84d-cfc4-4199-8756-60d4b75bdcef", - "x-ms-ratelimit-remaining-subscription-writes": "1005", - "x-ms-request-id": "7332e84d-cfc4-4199-8756-60d4b75bdcef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031723Z:7332e84d-cfc4-4199-8756-60d4b75bdcef" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7707", - "name": "res7707", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7707/providers/Microsoft.Storage/storageAccounts/sto2926?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-b48320115f00f443b31fcd42257f3a1e-9ca84a49709ddb44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4cad3adcaf14f0347737c4291ceb42c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cad3adcaf14f0347737c4291ceb42c6", - "x-ms-correlation-request-id": "2230c19f-2295-47b5-a26e-3dfefea1cafc", - "x-ms-ratelimit-remaining-subscription-writes": "1004", - "x-ms-request-id": "187acf39-dbcf-48b1-ab96-776dfc9670b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031726Z:2230c19f-2295-47b5-a26e-3dfefea1cafc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3f3fde24841a289290c21880000352d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f3fde24841a289290c21880000352d4", - "x-ms-correlation-request-id": "d138e97f-47f3-4601-b90a-9ff41473ebbc", - "x-ms-ratelimit-remaining-subscription-reads": "11194", - "x-ms-request-id": "777af98e-6be7-4f1b-bb00-7eaee8c248ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031726Z:d138e97f-47f3-4601-b90a-9ff41473ebbc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93b3e76bca78494ffae77eab68547983", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93b3e76bca78494ffae77eab68547983", - "x-ms-correlation-request-id": "abd1aa5f-409e-402a-a2de-0daf25234181", - "x-ms-ratelimit-remaining-subscription-reads": "11193", - "x-ms-request-id": "3bfa4422-cbd1-4025-906f-101ace80b2cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031727Z:abd1aa5f-409e-402a-a2de-0daf25234181" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3d04dfab03ac24aca79a2ba87abfc5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d04dfab03ac24aca79a2ba87abfc5ca", - "x-ms-correlation-request-id": "3e537e25-a7b7-4692-8230-1acb85a2976e", - "x-ms-ratelimit-remaining-subscription-reads": "11192", - "x-ms-request-id": "f440c598-7035-46aa-9875-01a232def499", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031729Z:3e537e25-a7b7-4692-8230-1acb85a2976e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e747216f7415a6c8ff5443205e6c03b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e747216f7415a6c8ff5443205e6c03b", - "x-ms-correlation-request-id": "427d3cfa-f44d-44ed-abb5-b9284befc11b", - "x-ms-ratelimit-remaining-subscription-reads": "11191", - "x-ms-request-id": "7c1212a4-b16b-4c31-a7f3-efdb0830a259", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031730Z:427d3cfa-f44d-44ed-abb5-b9284befc11b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21d4954814fe67283b8eecdd9fa7cf3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21d4954814fe67283b8eecdd9fa7cf3b", - "x-ms-correlation-request-id": "350b7563-46fc-41a4-82c5-e2051fd06972", - "x-ms-ratelimit-remaining-subscription-reads": "11190", - "x-ms-request-id": "ecb24402-3189-48ed-a4c9-9acdeabc3f0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031731Z:350b7563-46fc-41a4-82c5-e2051fd06972" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f595b322eae0b34272aaadb6be7a1fc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f595b322eae0b34272aaadb6be7a1fc1", - "x-ms-correlation-request-id": "23ad39b6-62ae-4140-bb9f-2006bc8c1f8c", - "x-ms-ratelimit-remaining-subscription-reads": "11189", - "x-ms-request-id": "a6740e62-7604-408a-af13-45196579fc09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031733Z:23ad39b6-62ae-4140-bb9f-2006bc8c1f8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e55ff0daa3ea01cc4a0c53b20b8fbae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e55ff0daa3ea01cc4a0c53b20b8fbae8", - "x-ms-correlation-request-id": "e6362e19-ceac-4570-b3f0-b260f734163a", - "x-ms-ratelimit-remaining-subscription-reads": "11188", - "x-ms-request-id": "c4e5822f-0ebd-46d6-8cd0-78eba774cda2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031734Z:e6362e19-ceac-4570-b3f0-b260f734163a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "520f0926cb505e5a5221af546671a8c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "520f0926cb505e5a5221af546671a8c0", - "x-ms-correlation-request-id": "e01570c8-ebec-405a-a51d-3259fcf056f8", - "x-ms-ratelimit-remaining-subscription-reads": "11187", - "x-ms-request-id": "70b8b1d1-8382-40bd-a26c-56fd393f5578", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031735Z:e01570c8-ebec-405a-a51d-3259fcf056f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "af032b6fe9477e50e794aad3968fa7e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af032b6fe9477e50e794aad3968fa7e2", - "x-ms-correlation-request-id": "f00d4a7d-02ce-4bb0-bbf0-bf731f5d1e07", - "x-ms-ratelimit-remaining-subscription-reads": "11186", - "x-ms-request-id": "ac190295-4157-482a-96a4-34eefee2a4be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031737Z:f00d4a7d-02ce-4bb0-bbf0-bf731f5d1e07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b590c5f0cc6a0f70950192c9f4789ad9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b590c5f0cc6a0f70950192c9f4789ad9", - "x-ms-correlation-request-id": "585ad33f-63e6-4977-b779-3f8a42cec94e", - "x-ms-ratelimit-remaining-subscription-reads": "11185", - "x-ms-request-id": "32c106e0-d289-4bf2-bf54-dac6defe183b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031739Z:585ad33f-63e6-4977-b779-3f8a42cec94e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e04393630a8c3da0b8916abc2087c8c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e04393630a8c3da0b8916abc2087c8c3", - "x-ms-correlation-request-id": "772768e8-d0ca-442c-9eae-11ddd05c89d1", - "x-ms-ratelimit-remaining-subscription-reads": "11184", - "x-ms-request-id": "5e884de1-85b8-4049-8eee-9fb645b25623", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031740Z:772768e8-d0ca-442c-9eae-11ddd05c89d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/187acf39-dbcf-48b1-ab96-776dfc9670b9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a164cc79f3e1a256baf41a465687896f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a164cc79f3e1a256baf41a465687896f", - "x-ms-correlation-request-id": "b49f1380-989b-4ed4-9446-42edf7ce5dd8", - "x-ms-ratelimit-remaining-subscription-reads": "11183", - "x-ms-request-id": "13638fdd-b453-4e18-a772-84fb4bcc7eac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031741Z:b49f1380-989b-4ed4-9446-42edf7ce5dd8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7707/providers/Microsoft.Storage/storageAccounts/sto2926", - "name": "sto2926", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:25.5463442Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:25.5463442Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:17:25.4525941Z", - "primaryEndpoints": { - "dfs": "https://sto2926.dfs.core.windows.net/", - "blob": "https://sto2926.blob.core.windows.net/", - "table": "https://sto2926.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7707/providers/Microsoft.Storage/storageAccounts/sto2926?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ef5fa10e9f4bab4c80342e932105c417-ad3788377269534a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "036fd1f9c74ce5562552fdd962b3ee0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "036fd1f9c74ce5562552fdd962b3ee0e", - "x-ms-correlation-request-id": "3841e5a9-c3e3-4f66-a84e-36c3ad57d6a4", - "x-ms-ratelimit-remaining-subscription-reads": "11182", - "x-ms-request-id": "74a78b04-6bc6-46ed-b4a8-264b96793f15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031741Z:3841e5a9-c3e3-4f66-a84e-36c3ad57d6a4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7707/providers/Microsoft.Storage/storageAccounts/sto2926", - "name": "sto2926", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:25.5463442Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:25.5463442Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:17:25.4525941Z", - "primaryEndpoints": { - "dfs": "https://sto2926.dfs.core.windows.net/", - "blob": "https://sto2926.blob.core.windows.net/", - "table": "https://sto2926.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1784159687", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json deleted file mode 100644 index 4644c081ceb31..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json +++ /dev/null @@ -1,674 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1890?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-fa6a9e808d75cb4e9c105a263f103537-cfa4de0c0278c64e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e7d6a3e2d2d62b4a252112856501bed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3aa1aaae-6763-42de-b165-323dd67680f6", - "x-ms-ratelimit-remaining-subscription-writes": "1109", - "x-ms-request-id": "3aa1aaae-6763-42de-b165-323dd67680f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033709Z:3aa1aaae-6763-42de-b165-323dd67680f6" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1890", - "name": "res1890", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1890/providers/Microsoft.Storage/storageAccounts/sto7916?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-fed215aad74d6542a6ea074257daffc4-d18897675ef4164e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38e1348ee76440a223618bae673e22b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38e1348ee76440a223618bae673e22b9", - "x-ms-correlation-request-id": "9dfbb285-fbd1-4065-8cc2-ce481ed19379", - "x-ms-ratelimit-remaining-subscription-writes": "1108", - "x-ms-request-id": "fc4c2277-a002-44ab-851e-522a5681155d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033711Z:9dfbb285-fbd1-4065-8cc2-ce481ed19379" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5784a4f0994b83d9dbce09cb29b43b14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5784a4f0994b83d9dbce09cb29b43b14", - "x-ms-correlation-request-id": "35dcb133-6105-402d-843e-c9ce70c72a41", - "x-ms-ratelimit-remaining-subscription-reads": "11524", - "x-ms-request-id": "c5299bba-70e5-478a-ba47-1e96b581e4c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033712Z:35dcb133-6105-402d-843e-c9ce70c72a41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2fc56fefea71cd92d2ee4b776756d0ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fc56fefea71cd92d2ee4b776756d0ee", - "x-ms-correlation-request-id": "24c5fc34-b301-4659-ad47-3d0432cd6f7d", - "x-ms-ratelimit-remaining-subscription-reads": "11523", - "x-ms-request-id": "4cc127b7-7d4b-4c3c-b6c5-93cfd93507e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033713Z:24c5fc34-b301-4659-ad47-3d0432cd6f7d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2bdbdf0cab9f66d47262613b696c939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2bdbdf0cab9f66d47262613b696c939", - "x-ms-correlation-request-id": "e378c6ee-ceae-4d28-89dd-16f9815b4e53", - "x-ms-ratelimit-remaining-subscription-reads": "11522", - "x-ms-request-id": "c99d8295-fc41-417f-bd4e-bee8fbc4b58c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033714Z:e378c6ee-ceae-4d28-89dd-16f9815b4e53" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "005c6bb1416f055c11b6855d4e621b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "005c6bb1416f055c11b6855d4e621b85", - "x-ms-correlation-request-id": "c143bbc4-5f60-41e4-82af-90a59980be2b", - "x-ms-ratelimit-remaining-subscription-reads": "11521", - "x-ms-request-id": "44889f70-1306-4b63-ac92-0c3ba50f0e29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033716Z:c143bbc4-5f60-41e4-82af-90a59980be2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6cda1bfe78f6245a01cfe84ac47f173b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cda1bfe78f6245a01cfe84ac47f173b", - "x-ms-correlation-request-id": "58450b97-d05b-44d7-a0c4-ecd52925250c", - "x-ms-ratelimit-remaining-subscription-reads": "11520", - "x-ms-request-id": "1cb6c2ed-d3a9-43e9-acb0-a93358dd3711", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033717Z:58450b97-d05b-44d7-a0c4-ecd52925250c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fcc51124cffaaf7f60b8b0034510a8e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fcc51124cffaaf7f60b8b0034510a8e4", - "x-ms-correlation-request-id": "aaf127ca-23fb-4081-b93d-60cbe642c55f", - "x-ms-ratelimit-remaining-subscription-reads": "11519", - "x-ms-request-id": "daaf6b4a-980a-4c64-9575-c11ba1e283c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033718Z:aaf127ca-23fb-4081-b93d-60cbe642c55f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b15a10b5dbc38431037fea058124192", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b15a10b5dbc38431037fea058124192", - "x-ms-correlation-request-id": "83b08da5-2fbe-4655-93c1-adc0c6748d4f", - "x-ms-ratelimit-remaining-subscription-reads": "11518", - "x-ms-request-id": "c26f825a-7c53-461c-9e72-a6edfeb922cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033720Z:83b08da5-2fbe-4655-93c1-adc0c6748d4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c39499f1e9d2e8a9c2b0b3dc857def1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c39499f1e9d2e8a9c2b0b3dc857def1", - "x-ms-correlation-request-id": "dface3f9-a09c-4a52-be84-b9224928e978", - "x-ms-ratelimit-remaining-subscription-reads": "11517", - "x-ms-request-id": "fc7c51f5-23f7-4e6b-b442-7ae4611a7c53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033721Z:dface3f9-a09c-4a52-be84-b9224928e978" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "223e04267b69c67fcd8cecc3d1de574e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "223e04267b69c67fcd8cecc3d1de574e", - "x-ms-correlation-request-id": "650814b0-d24e-4966-b8e4-48865052646e", - "x-ms-ratelimit-remaining-subscription-reads": "11516", - "x-ms-request-id": "c1f4836d-567e-49a4-9b99-d02cbcebed7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033722Z:650814b0-d24e-4966-b8e4-48865052646e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fc631d776bd7ed4617e6fe91520670b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc631d776bd7ed4617e6fe91520670b8", - "x-ms-correlation-request-id": "4efcc88a-4fd0-48f7-be6a-d0af24b3302d", - "x-ms-ratelimit-remaining-subscription-reads": "11515", - "x-ms-request-id": "d9d3b239-d5d3-4dc9-b8b8-1ad937afd3ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033724Z:4efcc88a-4fd0-48f7-be6a-d0af24b3302d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "53790d581ed32329ca726f1132c75dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53790d581ed32329ca726f1132c75dbd", - "x-ms-correlation-request-id": "fffbe077-5b35-44ff-899f-9580f29b5eb0", - "x-ms-ratelimit-remaining-subscription-reads": "11514", - "x-ms-request-id": "7b3d4ead-78a8-4c65-a4ab-bf0ea311ce50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033725Z:fffbe077-5b35-44ff-899f-9580f29b5eb0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aac6bdd3e2f3ba1abd510b827dee74c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:37:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac6bdd3e2f3ba1abd510b827dee74c7", - "x-ms-correlation-request-id": "f29f8b27-deaa-4d71-8bbd-8f93157f6386", - "x-ms-ratelimit-remaining-subscription-reads": "11513", - "x-ms-request-id": "918d77e3-ef53-4df5-8e24-41af60a760d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033726Z:f29f8b27-deaa-4d71-8bbd-8f93157f6386" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc4c2277-a002-44ab-851e-522a5681155d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c36a331b0364587af4403264fc35bb4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:37:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36a331b0364587af4403264fc35bb4f", - "x-ms-correlation-request-id": "01628c69-8af2-4062-9ad7-0674087e59ad", - "x-ms-ratelimit-remaining-subscription-reads": "11512", - "x-ms-request-id": "603556a1-9524-406a-b5f2-8d49d8dfced2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033728Z:01628c69-8af2-4062-9ad7-0674087e59ad" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1890/providers/Microsoft.Storage/storageAccounts/sto7916", - "name": "sto7916", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:37:11.4468589Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:37:11.4468589Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:37:11.3530875Z", - "primaryEndpoints": { - "dfs": "https://sto7916.dfs.core.windows.net/", - "blob": "https://sto7916.blob.core.windows.net/", - "table": "https://sto7916.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1890/providers/Microsoft.Storage/storageAccounts/sto7916?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4ba09d22d906d54f95c725a2f96b0d08-ddca3e0276eca54a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "94bd4089c64076c5f2bf968113a6a6db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:37:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94bd4089c64076c5f2bf968113a6a6db", - "x-ms-correlation-request-id": "777672ad-a94c-4f8b-b331-f0df452199dd", - "x-ms-ratelimit-remaining-subscription-reads": "11511", - "x-ms-request-id": "4a7f8203-a20c-4c5f-9a3f-80af5c65a1a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033728Z:777672ad-a94c-4f8b-b331-f0df452199dd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1890/providers/Microsoft.Storage/storageAccounts/sto7916", - "name": "sto7916", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:37:11.4468589Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:37:11.4468589Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:37:11.3530875Z", - "primaryEndpoints": { - "dfs": "https://sto7916.dfs.core.windows.net/", - "blob": "https://sto7916.blob.core.windows.net/", - "table": "https://sto7916.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1117272193", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json deleted file mode 100644 index 865cd3b9241a0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json +++ /dev/null @@ -1,2547 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6757?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2a18d313f410a14e8fe97c664327ec42-f5e21d35210e8344-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4cf0023711ad89a1dc04625a0ec707b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f14c57ed-d2de-4c76-98d7-6a073263add0", - "x-ms-ratelimit-remaining-subscription-writes": "1003", - "x-ms-request-id": "f14c57ed-d2de-4c76-98d7-6a073263add0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031744Z:f14c57ed-d2de-4c76-98d7-6a073263add0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757", - "name": "res6757", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto621?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-bb386b8e79c53146920a07f384eeb1cd-69eaaf4c067ffa45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fefc385e3956b213c36327724ce104f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fefc385e3956b213c36327724ce104f2", - "x-ms-correlation-request-id": "8e616f67-5e5c-44ec-bc89-9ed6bdfefce9", - "x-ms-ratelimit-remaining-subscription-writes": "1002", - "x-ms-request-id": "e2ede5de-7699-498c-b3fc-c078ca9209f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031748Z:8e616f67-5e5c-44ec-bc89-9ed6bdfefce9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ffa1fe0bf20674f6fdefc678ddf00e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffa1fe0bf20674f6fdefc678ddf00e2c", - "x-ms-correlation-request-id": "a6f956f0-2c35-4eff-85a7-d6dd1387f719", - "x-ms-ratelimit-remaining-subscription-reads": "11181", - "x-ms-request-id": "e6604538-631d-4188-9599-450fb7319597", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031748Z:a6f956f0-2c35-4eff-85a7-d6dd1387f719" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "981415c2cbde3c26a132af38c513aff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "981415c2cbde3c26a132af38c513aff5", - "x-ms-correlation-request-id": "692e5f32-7d85-40cf-aeab-9bda84035d48", - "x-ms-ratelimit-remaining-subscription-reads": "11180", - "x-ms-request-id": "0d83caf1-b2d4-4d5c-8426-bc8cf7d53fd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031749Z:692e5f32-7d85-40cf-aeab-9bda84035d48" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d6622960540a8eb3f105bc75b1dec5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d6622960540a8eb3f105bc75b1dec5e", - "x-ms-correlation-request-id": "a522efdf-a355-4c32-a70e-1db7a9c60cfa", - "x-ms-ratelimit-remaining-subscription-reads": "11179", - "x-ms-request-id": "5ac6ba15-1731-4a32-b177-429b402fce37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031751Z:a522efdf-a355-4c32-a70e-1db7a9c60cfa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed3d470e34b84027d8645dd442bdaeea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed3d470e34b84027d8645dd442bdaeea", - "x-ms-correlation-request-id": "f408efa5-5c6b-4cd3-bf11-2908acfc4143", - "x-ms-ratelimit-remaining-subscription-reads": "11178", - "x-ms-request-id": "4bae447e-91fb-485b-98a9-46ca13cfab41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031752Z:f408efa5-5c6b-4cd3-bf11-2908acfc4143" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bae2d040c18abdec296c58cd6f5ee084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bae2d040c18abdec296c58cd6f5ee084", - "x-ms-correlation-request-id": "62cf3792-07b1-472c-b1d5-46ef0230a795", - "x-ms-ratelimit-remaining-subscription-reads": "11177", - "x-ms-request-id": "e2cbfd0f-c0f5-4cb1-91c1-6adb5bdbd144", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031753Z:62cf3792-07b1-472c-b1d5-46ef0230a795" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d2a5145c1d6623cfb2575dba7176581", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d2a5145c1d6623cfb2575dba7176581", - "x-ms-correlation-request-id": "d82478c8-304a-4f87-9638-ab562d3c663b", - "x-ms-ratelimit-remaining-subscription-reads": "11176", - "x-ms-request-id": "4323b38a-0d62-4553-b41c-7f65708cfbf3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031755Z:d82478c8-304a-4f87-9638-ab562d3c663b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a877161313b4dd35b7fc44cdb59d179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a877161313b4dd35b7fc44cdb59d179", - "x-ms-correlation-request-id": "b7420079-2c3c-41a8-b651-54de6f6cf715", - "x-ms-ratelimit-remaining-subscription-reads": "11175", - "x-ms-request-id": "22eaf24e-bc9a-47c2-8809-4e913a9a9ae8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031756Z:b7420079-2c3c-41a8-b651-54de6f6cf715" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f18ed98431937e139380bf644b111512", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f18ed98431937e139380bf644b111512", - "x-ms-correlation-request-id": "516c11cb-233f-4f61-995e-b545c45b5427", - "x-ms-ratelimit-remaining-subscription-reads": "11174", - "x-ms-request-id": "0d5c0a86-c780-4781-82e8-e3fee626a1ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031757Z:516c11cb-233f-4f61-995e-b545c45b5427" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd6bd60656d614487ddc2256fdf086a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd6bd60656d614487ddc2256fdf086a1", - "x-ms-correlation-request-id": "9424504f-8025-402d-9513-31cc2f441633", - "x-ms-ratelimit-remaining-subscription-reads": "11173", - "x-ms-request-id": "da3aaefa-f92e-4170-b4e2-06acb23d5fe4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031759Z:9424504f-8025-402d-9513-31cc2f441633" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ce57fb54748930ee5e09f7bb726f0149", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:17:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce57fb54748930ee5e09f7bb726f0149", - "x-ms-correlation-request-id": "42da6767-0e7d-48c7-95cd-78285dbfef31", - "x-ms-ratelimit-remaining-subscription-reads": "11172", - "x-ms-request-id": "6b088df5-0886-495d-87e8-bbe91349da02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031800Z:42da6767-0e7d-48c7-95cd-78285dbfef31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0445b16ad3ed2ea2907a73b70fbc81a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0445b16ad3ed2ea2907a73b70fbc81a3", - "x-ms-correlation-request-id": "a233a987-e687-4c7f-88ea-31417d671902", - "x-ms-ratelimit-remaining-subscription-reads": "11171", - "x-ms-request-id": "191dad7d-3334-43b4-99e5-91d4a1a0234f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031801Z:a233a987-e687-4c7f-88ea-31417d671902" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f0f1ef946ba9289e83b9fcd5e8da10e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f0f1ef946ba9289e83b9fcd5e8da10e", - "x-ms-correlation-request-id": "dd4a82fc-426b-4b28-8d3e-874d0c084ce6", - "x-ms-ratelimit-remaining-subscription-reads": "11170", - "x-ms-request-id": "e297e623-0d47-45a0-ae67-cb1ff6847163", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031803Z:dd4a82fc-426b-4b28-8d3e-874d0c084ce6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e2ede5de-7699-498c-b3fc-c078ca9209f7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4becd8da81ab81b359283e0e003620a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4becd8da81ab81b359283e0e003620a1", - "x-ms-correlation-request-id": "24cb3605-b960-4376-8953-84f4e177c902", - "x-ms-ratelimit-remaining-subscription-reads": "11169", - "x-ms-request-id": "a1e0f1ea-e5fb-4d70-9ceb-c7bddab91b8d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031804Z:24cb3605-b960-4376-8953-84f4e177c902" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto621", - "name": "sto621", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:47.7191457Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:47.7191457Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:17:47.6253847Z", - "primaryEndpoints": { - "blob": "https://sto621.blob.core.windows.net/", - "queue": "https://sto621.queue.core.windows.net/", - "table": "https://sto621.table.core.windows.net/", - "file": "https://sto621.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto621?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4ff18c2934a59a4c811240c1f3013b44-3e8677a0818eb447-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "54c15388b25f238e28b21bb233d5cf03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54c15388b25f238e28b21bb233d5cf03", - "x-ms-correlation-request-id": "dba6025d-636e-4613-b894-ec95652f7a61", - "x-ms-ratelimit-remaining-subscription-reads": "11168", - "x-ms-request-id": "c87feb8e-c318-4789-a5bd-be27ce072529", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031804Z:dba6025d-636e-4613-b894-ec95652f7a61" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto621", - "name": "sto621", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:47.7191457Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:17:47.7191457Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:17:47.6253847Z", - "primaryEndpoints": { - "blob": "https://sto621.blob.core.windows.net/", - "queue": "https://sto621.queue.core.windows.net/", - "table": "https://sto621.table.core.windows.net/", - "file": "https://sto621.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto4232?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-093cb2ffc3a0054cb750ebe9776714fc-d78c8369bb993547-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36dc65d835cf77f86a8ef691087a92b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36dc65d835cf77f86a8ef691087a92b2", - "x-ms-correlation-request-id": "6b6d334b-cc89-487d-b179-c84c04acd9d0", - "x-ms-ratelimit-remaining-subscription-writes": "1001", - "x-ms-request-id": "6add832e-c89f-41cf-8f3f-a042b4a12884", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031807Z:6b6d334b-cc89-487d-b179-c84c04acd9d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a363a59ea5952d25b4ae9d1bbfc1aae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a363a59ea5952d25b4ae9d1bbfc1aae", - "x-ms-correlation-request-id": "ae4aac4d-0220-491d-ad91-01b87226614c", - "x-ms-ratelimit-remaining-subscription-reads": "11167", - "x-ms-request-id": "1c4a0024-de84-416a-b6a4-305259d05946", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031807Z:ae4aac4d-0220-491d-ad91-01b87226614c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36986920c3908a37b7b4ec0712ff1169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36986920c3908a37b7b4ec0712ff1169", - "x-ms-correlation-request-id": "1ff9cbba-4ba4-452a-b4dd-b73a27ec30f2", - "x-ms-ratelimit-remaining-subscription-reads": "11166", - "x-ms-request-id": "47d11c52-142d-4832-8b69-6d6df71ea953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031808Z:1ff9cbba-4ba4-452a-b4dd-b73a27ec30f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd377240f74430582bf2af8164dc6d4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd377240f74430582bf2af8164dc6d4d", - "x-ms-correlation-request-id": "ea7633ab-7894-4e38-87f2-98725b6ac5ee", - "x-ms-ratelimit-remaining-subscription-reads": "11165", - "x-ms-request-id": "8d37db5e-05b6-4344-90ec-4ca1f82076dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031810Z:ea7633ab-7894-4e38-87f2-98725b6ac5ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fdd774ad166996f403abe3a5fdca3f5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd774ad166996f403abe3a5fdca3f5b", - "x-ms-correlation-request-id": "a52b2680-5457-40d9-a19b-a17d959c1fa8", - "x-ms-ratelimit-remaining-subscription-reads": "11164", - "x-ms-request-id": "26fa23b9-bc77-4d23-a2a9-5a76522a1fe7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031811Z:a52b2680-5457-40d9-a19b-a17d959c1fa8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "499080384dc5296a10670b9d14b526da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "499080384dc5296a10670b9d14b526da", - "x-ms-correlation-request-id": "6ffc2785-e259-4df9-9391-bc25a9579bc5", - "x-ms-ratelimit-remaining-subscription-reads": "11163", - "x-ms-request-id": "3fbb8be2-8dfd-465a-ab84-08300ff8a0da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031812Z:6ffc2785-e259-4df9-9391-bc25a9579bc5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e599f47142829ff7ea1ca9814b23260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e599f47142829ff7ea1ca9814b23260", - "x-ms-correlation-request-id": "6770c79a-cfaf-41db-84f2-feae1c013360", - "x-ms-ratelimit-remaining-subscription-reads": "11162", - "x-ms-request-id": "6579686e-17c8-4373-878a-e44fda27dab0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031814Z:6770c79a-cfaf-41db-84f2-feae1c013360" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e34954b2234b608809aeec010b56824d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e34954b2234b608809aeec010b56824d", - "x-ms-correlation-request-id": "1f3ab620-a3d0-4b7f-9317-c3603ace4099", - "x-ms-ratelimit-remaining-subscription-reads": "11161", - "x-ms-request-id": "584fc9a4-d21e-421e-897e-c04f9ecdb632", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031815Z:1f3ab620-a3d0-4b7f-9317-c3603ace4099" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e5e0884a17124338066ca2382d1155d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e5e0884a17124338066ca2382d1155d", - "x-ms-correlation-request-id": "7c3015c3-176a-43bc-b1ee-55e2cff262f7", - "x-ms-ratelimit-remaining-subscription-reads": "11160", - "x-ms-request-id": "0aee68b2-ffa1-4850-a239-5bb5f86b6b87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031816Z:7c3015c3-176a-43bc-b1ee-55e2cff262f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0eaaa35436c238f17f8947927fe1e27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0eaaa35436c238f17f8947927fe1e27", - "x-ms-correlation-request-id": "6dfb7aea-cb31-4d20-bd14-d2444dbc1c55", - "x-ms-ratelimit-remaining-subscription-reads": "11159", - "x-ms-request-id": "5d3b21c9-c4af-4d0b-8572-8b83162c51fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031818Z:6dfb7aea-cb31-4d20-bd14-d2444dbc1c55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b137c1fd35411ef202462e45964dd38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b137c1fd35411ef202462e45964dd38", - "x-ms-correlation-request-id": "4c630655-7136-4efd-981f-26dc0e0f2d84", - "x-ms-ratelimit-remaining-subscription-reads": "11158", - "x-ms-request-id": "e3957c59-4b99-4f62-905c-e95eec2849ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031819Z:4c630655-7136-4efd-981f-26dc0e0f2d84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60cc8e99c26b41e1793a47780cbafc82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60cc8e99c26b41e1793a47780cbafc82", - "x-ms-correlation-request-id": "305a56f9-6190-4286-b0f2-6aab328c5e84", - "x-ms-ratelimit-remaining-subscription-reads": "11157", - "x-ms-request-id": "4427e62b-c71d-45df-b22c-704a4debf624", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031820Z:305a56f9-6190-4286-b0f2-6aab328c5e84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0604a24809be6109bbd99f48e1aacab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0604a24809be6109bbd99f48e1aacab2", - "x-ms-correlation-request-id": "6fdf3b4f-c5c2-4c5d-a351-83282275f466", - "x-ms-ratelimit-remaining-subscription-reads": "11156", - "x-ms-request-id": "c750b92d-0dae-4406-8c9f-7e23b9f7a1ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031822Z:6fdf3b4f-c5c2-4c5d-a351-83282275f466" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6add832e-c89f-41cf-8f3f-a042b4a12884?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "99df5c1bbd325dbc9bd192198b760466", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99df5c1bbd325dbc9bd192198b760466", - "x-ms-correlation-request-id": "5ea28d8b-677a-4cda-a713-1c2623d8776a", - "x-ms-ratelimit-remaining-subscription-reads": "11155", - "x-ms-request-id": "97a5af29-a78f-44b2-b005-7251ca3263f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031823Z:5ea28d8b-677a-4cda-a713-1c2623d8776a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto4232", - "name": "sto4232", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:06.8468880Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:06.8468880Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:06.7531425Z", - "primaryEndpoints": { - "blob": "https://sto4232.blob.core.windows.net/", - "queue": "https://sto4232.queue.core.windows.net/", - "table": "https://sto4232.table.core.windows.net/", - "file": "https://sto4232.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto4232?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a2fa98295a73124983572ab5c88cd450-0f5d902bf5062541-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b69cdf27d7609079856aa591229960cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b69cdf27d7609079856aa591229960cf", - "x-ms-correlation-request-id": "d612a2cc-d0c8-41d4-afca-532050cb2e94", - "x-ms-ratelimit-remaining-subscription-reads": "11154", - "x-ms-request-id": "5cdfae68-bd3d-401c-8608-9a797407e418", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031823Z:d612a2cc-d0c8-41d4-afca-532050cb2e94" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto4232", - "name": "sto4232", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:06.8468880Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:06.8468880Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:06.7531425Z", - "primaryEndpoints": { - "blob": "https://sto4232.blob.core.windows.net/", - "queue": "https://sto4232.queue.core.windows.net/", - "table": "https://sto4232.table.core.windows.net/", - "file": "https://sto4232.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto678?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-3430be9ff1baad4b9c01daaf79240b47-6a192e00c400d345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "af5d957063da8b50e6a76bec76efd544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af5d957063da8b50e6a76bec76efd544", - "x-ms-correlation-request-id": "4406c610-886b-44ab-9809-09a6ae3873d6", - "x-ms-ratelimit-remaining-subscription-writes": "1000", - "x-ms-request-id": "9ed3a456-4bdf-4a64-aad3-6a331cb808d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031826Z:4406c610-886b-44ab-9809-09a6ae3873d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f6a8c3715419c48c8f11cfb96c8d1996", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6a8c3715419c48c8f11cfb96c8d1996", - "x-ms-correlation-request-id": "2197876d-2276-4214-abee-28a35de6fb7f", - "x-ms-ratelimit-remaining-subscription-reads": "11153", - "x-ms-request-id": "0078a90c-4569-4439-a97e-90b3e1d0469a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031826Z:2197876d-2276-4214-abee-28a35de6fb7f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9bc60945f785cc14219cc8a4f8873bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9bc60945f785cc14219cc8a4f8873bc", - "x-ms-correlation-request-id": "143ba954-2d11-48a9-948c-8ff30a7d65c0", - "x-ms-ratelimit-remaining-subscription-reads": "11152", - "x-ms-request-id": "7a3584e2-999f-4d18-9e24-a32c5788a65b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031828Z:143ba954-2d11-48a9-948c-8ff30a7d65c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b37a696cde467f2bac5b72fc4499d755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b37a696cde467f2bac5b72fc4499d755", - "x-ms-correlation-request-id": "a0f3fbd2-844a-4af7-8f69-82eee42d20e5", - "x-ms-ratelimit-remaining-subscription-reads": "11151", - "x-ms-request-id": "49b7710d-030e-4c25-b580-dd9043c93b52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031829Z:a0f3fbd2-844a-4af7-8f69-82eee42d20e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7327d36516d1289024cb40088027406", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7327d36516d1289024cb40088027406", - "x-ms-correlation-request-id": "7126be85-8bdb-4db8-a2ed-b5e9eb6112b0", - "x-ms-ratelimit-remaining-subscription-reads": "11150", - "x-ms-request-id": "5a91ba52-bb5b-4f5f-91a5-7cc63499b7df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031830Z:7126be85-8bdb-4db8-a2ed-b5e9eb6112b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "034c139d6612b64f353d3c1dedc418a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "034c139d6612b64f353d3c1dedc418a9", - "x-ms-correlation-request-id": "193a6621-bd20-4a98-83af-a7199ca0cb25", - "x-ms-ratelimit-remaining-subscription-reads": "11149", - "x-ms-request-id": "1a69881f-dea9-46e6-ad1c-ec55bfc843a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031831Z:193a6621-bd20-4a98-83af-a7199ca0cb25" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2537741bc551b4edf68b0fa2a2af7aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2537741bc551b4edf68b0fa2a2af7aa", - "x-ms-correlation-request-id": "ad2fbdb5-7b00-4d63-8cc4-19b72858af83", - "x-ms-ratelimit-remaining-subscription-reads": "11148", - "x-ms-request-id": "7d9ab397-79f7-4761-8f2d-0152a447f975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031833Z:ad2fbdb5-7b00-4d63-8cc4-19b72858af83" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "305f6be7d44cd0432e7c8130146c253d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "305f6be7d44cd0432e7c8130146c253d", - "x-ms-correlation-request-id": "3b7bf69d-01d2-4dd9-b42a-823630f1bc08", - "x-ms-ratelimit-remaining-subscription-reads": "11147", - "x-ms-request-id": "e3501f35-4fa2-49e6-a63e-696496b3a279", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031834Z:3b7bf69d-01d2-4dd9-b42a-823630f1bc08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11be0a33a2aee1b0c43123a9b5548b0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11be0a33a2aee1b0c43123a9b5548b0a", - "x-ms-correlation-request-id": "739d2bd0-4f75-4d2f-bf7f-aea7ab23b533", - "x-ms-ratelimit-remaining-subscription-reads": "11146", - "x-ms-request-id": "1a3468d5-a802-4ca2-8046-11821e2be29e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031836Z:739d2bd0-4f75-4d2f-bf7f-aea7ab23b533" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81359245e7656c5c3383a3d93a1e0673", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81359245e7656c5c3383a3d93a1e0673", - "x-ms-correlation-request-id": "581bebe3-24b8-4b9b-92bf-63a2c4894cd5", - "x-ms-ratelimit-remaining-subscription-reads": "11145", - "x-ms-request-id": "bc868477-c9f4-48dd-9c30-93d37be7a39a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031837Z:581bebe3-24b8-4b9b-92bf-63a2c4894cd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1fc67343e66c44fbba7d6b1ab1991bd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fc67343e66c44fbba7d6b1ab1991bd9", - "x-ms-correlation-request-id": "9b519d1a-56be-40fd-957d-ebc4d934d394", - "x-ms-ratelimit-remaining-subscription-reads": "11144", - "x-ms-request-id": "eb12dfc6-1367-42b0-8ad6-e1100fe6b7ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031838Z:9b519d1a-56be-40fd-957d-ebc4d934d394" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "81eb76f0a3364cd8ae51dd2bfed7a6a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81eb76f0a3364cd8ae51dd2bfed7a6a6", - "x-ms-correlation-request-id": "74ffb8ec-2212-4e0d-a3b7-ec82cb43cbed", - "x-ms-ratelimit-remaining-subscription-reads": "11143", - "x-ms-request-id": "13016b40-9e97-4d90-aba2-def66e527daa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031840Z:74ffb8ec-2212-4e0d-a3b7-ec82cb43cbed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4166af2b6c8e5e9e96f1c7e77b42bb99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4166af2b6c8e5e9e96f1c7e77b42bb99", - "x-ms-correlation-request-id": "7904e70c-4224-4db8-b1f3-59df880856e0", - "x-ms-ratelimit-remaining-subscription-reads": "11142", - "x-ms-request-id": "4a0d8e14-3132-4f39-b344-af6c57e1fd47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031841Z:7904e70c-4224-4db8-b1f3-59df880856e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9ed3a456-4bdf-4a64-aad3-6a331cb808d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4e8ca6784329f3d9a7a711a09d046e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1361", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4e8ca6784329f3d9a7a711a09d046e2", - "x-ms-correlation-request-id": "d2df7683-2271-4a2a-9546-da97f0b442a5", - "x-ms-ratelimit-remaining-subscription-reads": "11141", - "x-ms-request-id": "d52b560b-bc7e-4cea-902b-fe7ecab7afe1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031842Z:d2df7683-2271-4a2a-9546-da97f0b442a5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto678", - "name": "sto678", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:25.9120253Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:25.9120253Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:25.8182738Z", - "primaryEndpoints": { - "blob": "https://sto678.blob.core.windows.net/", - "queue": "https://sto678.queue.core.windows.net/", - "table": "https://sto678.table.core.windows.net/", - "file": "https://sto678.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto678-secondary.blob.core.windows.net/", - "queue": "https://sto678-secondary.queue.core.windows.net/", - "table": "https://sto678-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto678?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-459c5b6092e87f4b9962cc6ca1958225-61e942994a50c046-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "02efc4d7d933844bd88ceb44dcf0d06c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1361", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:18:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02efc4d7d933844bd88ceb44dcf0d06c", - "x-ms-correlation-request-id": "7f615955-8479-467d-9563-4e2d27f54c0d", - "x-ms-ratelimit-remaining-subscription-reads": "11140", - "x-ms-request-id": "b06d87ba-612b-4db3-9ae1-9dbb88070538", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031842Z:7f615955-8479-467d-9563-4e2d27f54c0d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto678", - "name": "sto678", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:25.9120253Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:25.9120253Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:25.8182738Z", - "primaryEndpoints": { - "blob": "https://sto678.blob.core.windows.net/", - "queue": "https://sto678.queue.core.windows.net/", - "table": "https://sto678.table.core.windows.net/", - "file": "https://sto678.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto678-secondary.blob.core.windows.net/", - "queue": "https://sto678-secondary.queue.core.windows.net/", - "table": "https://sto678-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto7602?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b8c50d37685f544c96dc84737b96c886-023593d255373546-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "34c34396e2efa67371c6a713fa8454c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_ZRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34c34396e2efa67371c6a713fa8454c6", - "x-ms-correlation-request-id": "803866a4-a08a-452b-9e8b-cea79d17961d", - "x-ms-ratelimit-remaining-subscription-writes": "999", - "x-ms-request-id": "e49edecc-0dd8-48be-ba5a-e61106a6ed81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031846Z:803866a4-a08a-452b-9e8b-cea79d17961d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c58305aa120cf5f35149906d32378a53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c58305aa120cf5f35149906d32378a53", - "x-ms-correlation-request-id": "61e99dd9-5d03-4397-bf31-7c4de481f295", - "x-ms-ratelimit-remaining-subscription-reads": "11139", - "x-ms-request-id": "2a37d4b2-83b7-4900-a8a5-0189c498479e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031846Z:61e99dd9-5d03-4397-bf31-7c4de481f295" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f799243719e0dd19dd35b48cf5ce0c78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f799243719e0dd19dd35b48cf5ce0c78", - "x-ms-correlation-request-id": "defa2008-290b-420f-81d0-7f1b2512a718", - "x-ms-ratelimit-remaining-subscription-reads": "11138", - "x-ms-request-id": "56b003fa-9d89-4c80-8b57-2ea58b83a3c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031847Z:defa2008-290b-420f-81d0-7f1b2512a718" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f569fc038f0099b9f11b650928f85b47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f569fc038f0099b9f11b650928f85b47", - "x-ms-correlation-request-id": "c22fe842-50b3-441c-a1fe-8c99a3083a92", - "x-ms-ratelimit-remaining-subscription-reads": "11137", - "x-ms-request-id": "bad23e14-4e10-46af-a988-e9385cf3e1ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031849Z:c22fe842-50b3-441c-a1fe-8c99a3083a92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "746d98d8cb5f90caeba5e8d65d66ff82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "746d98d8cb5f90caeba5e8d65d66ff82", - "x-ms-correlation-request-id": "fd65e369-a3c0-4a9d-858c-1fc4558a2077", - "x-ms-ratelimit-remaining-subscription-reads": "11136", - "x-ms-request-id": "961529e3-cc24-49d6-bf0f-eafc7afd7827", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031850Z:fd65e369-a3c0-4a9d-858c-1fc4558a2077" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "356a173c95cea8536a0006c4b310b5e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "356a173c95cea8536a0006c4b310b5e4", - "x-ms-correlation-request-id": "ae9812fe-5946-4d42-9b8b-bc7bc7afb9b8", - "x-ms-ratelimit-remaining-subscription-reads": "11135", - "x-ms-request-id": "9bdb8b9b-9c78-4697-9375-d4fd0e71c482", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031851Z:ae9812fe-5946-4d42-9b8b-bc7bc7afb9b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5db36dda9860371932d8095ba7e33b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5db36dda9860371932d8095ba7e33b8a", - "x-ms-correlation-request-id": "4e1468f4-c717-45b8-97b6-1c8c8792e719", - "x-ms-ratelimit-remaining-subscription-reads": "11134", - "x-ms-request-id": "e9b78fcd-e55f-42c8-a8d3-708fc565efaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031853Z:4e1468f4-c717-45b8-97b6-1c8c8792e719" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10cce21b268e437845c5095fc505ddda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10cce21b268e437845c5095fc505ddda", - "x-ms-correlation-request-id": "0487c0f7-37db-4b31-afd7-d8caf5f99b54", - "x-ms-ratelimit-remaining-subscription-reads": "11133", - "x-ms-request-id": "68a14765-b476-4e1d-8453-cad5b85d96e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031854Z:0487c0f7-37db-4b31-afd7-d8caf5f99b54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0fc03efa1b3a422fe3202f68bf80187", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0fc03efa1b3a422fe3202f68bf80187", - "x-ms-correlation-request-id": "cffcb150-16d4-4606-9c55-88f26819eabb", - "x-ms-ratelimit-remaining-subscription-reads": "11132", - "x-ms-request-id": "3c205d10-6a15-4461-89d7-8d965045c7bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031855Z:cffcb150-16d4-4606-9c55-88f26819eabb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0a87bc4a544b455f46f189a8eba722d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0a87bc4a544b455f46f189a8eba722d", - "x-ms-correlation-request-id": "71a8c0c6-79ac-45a3-be61-090711a0ea64", - "x-ms-ratelimit-remaining-subscription-reads": "11131", - "x-ms-request-id": "00712960-9567-4e33-856c-2ae14e32ea22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031857Z:71a8c0c6-79ac-45a3-be61-090711a0ea64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a46b2efb4be679d6bf28115c2382b84d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a46b2efb4be679d6bf28115c2382b84d", - "x-ms-correlation-request-id": "0a9b3ff0-08c1-4170-9c0b-a6b5c24238d3", - "x-ms-ratelimit-remaining-subscription-reads": "11130", - "x-ms-request-id": "8bb426c0-b121-42a6-895e-8495b8d3b81a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031858Z:0a9b3ff0-08c1-4170-9c0b-a6b5c24238d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "499a81c40c5c4a96ad48fb4489881544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:18:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "499a81c40c5c4a96ad48fb4489881544", - "x-ms-correlation-request-id": "6c349711-0d9b-426f-b1d4-5810f05b1794", - "x-ms-ratelimit-remaining-subscription-reads": "11129", - "x-ms-request-id": "6cdb1ef9-5d60-494a-91c1-89ff873c9070", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031859Z:6c349711-0d9b-426f-b1d4-5810f05b1794" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5dfbd5c05d8c78a0a42f101b93f99071", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dfbd5c05d8c78a0a42f101b93f99071", - "x-ms-correlation-request-id": "59b9f98b-0f60-4628-9cd9-a0fa84a537ea", - "x-ms-ratelimit-remaining-subscription-reads": "11128", - "x-ms-request-id": "6e8d7e5b-addc-42cd-9d5b-2754c273e6fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031901Z:59b9f98b-0f60-4628-9cd9-a0fa84a537ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e49edecc-0dd8-48be-ba5a-e61106a6ed81?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0cd6cbb7281feed09721f69e4f92f037", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cd6cbb7281feed09721f69e4f92f037", - "x-ms-correlation-request-id": "f814bdc7-7e16-4cf8-8ba7-01f39c974538", - "x-ms-ratelimit-remaining-subscription-reads": "11127", - "x-ms-request-id": "a499b8a3-25f8-4ad9-b60f-3c6147838679", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031902Z:f814bdc7-7e16-4cf8-8ba7-01f39c974538" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto7602", - "name": "sto7602", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:45.7905579Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:45.7905579Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:45.6967965Z", - "primaryEndpoints": { - "blob": "https://sto7602.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto7602?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-94947569e4b0a747a8413df6e80b7d4d-635f796ff0b89c48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d9bcd125a8767c0e122a52dfb7bb6b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d9bcd125a8767c0e122a52dfb7bb6b3", - "x-ms-correlation-request-id": "753f12ac-e8d4-45d5-822d-e73666c965b4", - "x-ms-ratelimit-remaining-subscription-reads": "11126", - "x-ms-request-id": "1f063d3c-0487-42d5-a0eb-8c0cfd040e1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031902Z:753f12ac-e8d4-45d5-822d-e73666c965b4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6757/providers/Microsoft.Storage/storageAccounts/sto7602", - "name": "sto7602", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:45.7905579Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:18:45.7905579Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:18:45.6967965Z", - "primaryEndpoints": { - "blob": "https://sto7602.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2128096068", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json deleted file mode 100644 index 271c2298d01a5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json +++ /dev/null @@ -1,2513 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4929?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5e12ddb847f14c46af2a2dc73e124803-3f1d044a293fb342-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c960bb0bcfcc44d50620e2500ffbc19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cb5025d-734c-4d96-8fe0-1edb1689819f", - "x-ms-ratelimit-remaining-subscription-writes": "1036", - "x-ms-request-id": "7cb5025d-734c-4d96-8fe0-1edb1689819f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035433Z:7cb5025d-734c-4d96-8fe0-1edb1689819f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929", - "name": "res4929", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto6703?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a2129334387554479446505f758442a0-5e4614e74e252c46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a2d00586ec95986b15678a3ada0e204", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a2d00586ec95986b15678a3ada0e204", - "x-ms-correlation-request-id": "38a6e2d3-3f4b-43f9-918c-9da8ebb244eb", - "x-ms-ratelimit-remaining-subscription-writes": "1035", - "x-ms-request-id": "c4ad12d4-0538-4084-b7d3-06bc16075a04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035438Z:38a6e2d3-3f4b-43f9-918c-9da8ebb244eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b02ff40c8bde8e8236f413f9e96a7760", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b02ff40c8bde8e8236f413f9e96a7760", - "x-ms-correlation-request-id": "fe7fdac4-96af-4925-9f5c-c492a94a3660", - "x-ms-ratelimit-remaining-subscription-reads": "11141", - "x-ms-request-id": "f1d7721e-facb-4032-8501-721d5eff3201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035439Z:fe7fdac4-96af-4925-9f5c-c492a94a3660" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b54eb81c4e4d08ea3be3c4a4c442b797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b54eb81c4e4d08ea3be3c4a4c442b797", - "x-ms-correlation-request-id": "7dfdbe74-bc39-406b-8760-fdc16d3e80f0", - "x-ms-ratelimit-remaining-subscription-reads": "11140", - "x-ms-request-id": "fe1f70b5-7b37-4c96-8e83-ad4c8a69ed4e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035440Z:7dfdbe74-bc39-406b-8760-fdc16d3e80f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b897f6cd32703f269dd4af133cca60dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b897f6cd32703f269dd4af133cca60dc", - "x-ms-correlation-request-id": "ce773b6a-1126-48af-8ae6-736613b0a4a1", - "x-ms-ratelimit-remaining-subscription-reads": "11139", - "x-ms-request-id": "ffc3dfe5-bce3-4ff3-9851-15f8cd1d4095", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035441Z:ce773b6a-1126-48af-8ae6-736613b0a4a1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea2748add3cabd340a2674fac7ddcaf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea2748add3cabd340a2674fac7ddcaf4", - "x-ms-correlation-request-id": "3039dbfe-fa89-4a5b-824d-bb29db789080", - "x-ms-ratelimit-remaining-subscription-reads": "11138", - "x-ms-request-id": "aaa105a3-2673-488a-b3c0-f3ff5d3f4f55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035443Z:3039dbfe-fa89-4a5b-824d-bb29db789080" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f32c7c3cbed2e9f0920f17799ed7cc71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f32c7c3cbed2e9f0920f17799ed7cc71", - "x-ms-correlation-request-id": "6bcbf543-6dc2-4195-b6dd-97299c506847", - "x-ms-ratelimit-remaining-subscription-reads": "11137", - "x-ms-request-id": "65d56174-9dea-4baa-92c9-efce7ce0eeee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035444Z:6bcbf543-6dc2-4195-b6dd-97299c506847" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cf7e883cd1af9ccc2d9ae49be2b78bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cf7e883cd1af9ccc2d9ae49be2b78bf", - "x-ms-correlation-request-id": "1dc316d7-e40c-4bb8-8d21-707048d25aea", - "x-ms-ratelimit-remaining-subscription-reads": "11136", - "x-ms-request-id": "0ae95026-30ac-434d-a1f5-1cb81a312513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035445Z:1dc316d7-e40c-4bb8-8d21-707048d25aea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bfd6bb096c9dee09583d58bbbbbb1f33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfd6bb096c9dee09583d58bbbbbb1f33", - "x-ms-correlation-request-id": "6df586a1-705e-4967-a64f-2c112eba0caf", - "x-ms-ratelimit-remaining-subscription-reads": "11135", - "x-ms-request-id": "f18810b8-0fea-4b38-8e3c-04c674805d80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035446Z:6df586a1-705e-4967-a64f-2c112eba0caf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de77035a4ee66fd9af3331f910a62b66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de77035a4ee66fd9af3331f910a62b66", - "x-ms-correlation-request-id": "decd7a08-a5b7-4b49-81c6-35261b4591ab", - "x-ms-ratelimit-remaining-subscription-reads": "11134", - "x-ms-request-id": "8e82a2b3-eee9-491a-8932-b02668a6997a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035448Z:decd7a08-a5b7-4b49-81c6-35261b4591ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e26f57970c0016d3df0823dc75113d06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e26f57970c0016d3df0823dc75113d06", - "x-ms-correlation-request-id": "8d303d71-c4e1-4a5d-ae7a-fd16fa65c7b6", - "x-ms-ratelimit-remaining-subscription-reads": "11133", - "x-ms-request-id": "fafd2eca-83a8-4184-877d-bf54b831f71d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035449Z:8d303d71-c4e1-4a5d-ae7a-fd16fa65c7b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbef7bba99b3bbd9e267106a3b0fdeb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbef7bba99b3bbd9e267106a3b0fdeb1", - "x-ms-correlation-request-id": "445e73fc-c89c-4b79-84d1-efe4510289c2", - "x-ms-ratelimit-remaining-subscription-reads": "11132", - "x-ms-request-id": "cd9e0554-4f04-47fe-8ecb-5871c080412e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035450Z:445e73fc-c89c-4b79-84d1-efe4510289c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6424f1123c4b4d322f61ffdd2afcfa9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6424f1123c4b4d322f61ffdd2afcfa9e", - "x-ms-correlation-request-id": "4106c25d-9583-4b55-adb7-afc4e55dfe1a", - "x-ms-ratelimit-remaining-subscription-reads": "11131", - "x-ms-request-id": "2be47c8d-9695-45d5-8513-e5e886e11370", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035452Z:4106c25d-9583-4b55-adb7-afc4e55dfe1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "943e2af570b7fdb37eb30099fc68dbcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "943e2af570b7fdb37eb30099fc68dbcf", - "x-ms-correlation-request-id": "880dd5d5-0387-4420-94e0-809d07c199f5", - "x-ms-ratelimit-remaining-subscription-reads": "11130", - "x-ms-request-id": "0edeeedc-815c-48e4-9871-db8b810cb300", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035453Z:880dd5d5-0387-4420-94e0-809d07c199f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ad12d4-0538-4084-b7d3-06bc16075a04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "83ca722ad9ed7eba48a18b5299fb91e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:54:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83ca722ad9ed7eba48a18b5299fb91e5", - "x-ms-correlation-request-id": "9138c1c1-1dd1-4441-8318-73bde381c13b", - "x-ms-ratelimit-remaining-subscription-reads": "11129", - "x-ms-request-id": "f3c9bef5-cfa2-4904-bf4e-6f1485f70423", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035454Z:9138c1c1-1dd1-4441-8318-73bde381c13b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto6703", - "name": "sto6703", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:38.2876428Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:38.2876428Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:54:38.2251513Z", - "primaryEndpoints": { - "blob": "https://sto6703.blob.core.windows.net/", - "queue": "https://sto6703.queue.core.windows.net/", - "table": "https://sto6703.table.core.windows.net/", - "file": "https://sto6703.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto6703?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b6ffde7bc615b348954060654b7f3e0c-9285d0d0d9a8e247-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1075726c49d1a1f93d26e5983c9951c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:54:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1075726c49d1a1f93d26e5983c9951c7", - "x-ms-correlation-request-id": "b63c75e2-b673-408c-be6e-1ab3dc643f1c", - "x-ms-ratelimit-remaining-subscription-reads": "11128", - "x-ms-request-id": "070c8881-e41c-46bb-8193-8249a6dd129d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035455Z:b63c75e2-b673-408c-be6e-1ab3dc643f1c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto6703", - "name": "sto6703", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:38.2876428Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:38.2876428Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:54:38.2251513Z", - "primaryEndpoints": { - "blob": "https://sto6703.blob.core.windows.net/", - "queue": "https://sto6703.queue.core.windows.net/", - "table": "https://sto6703.table.core.windows.net/", - "file": "https://sto6703.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto5170?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-92af3723fe35b0468708449b5ebb490a-256f182ed33a164e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7b3308676321bb16fc04c15e5606482", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7b3308676321bb16fc04c15e5606482", - "x-ms-correlation-request-id": "afee3993-ed84-4485-bdcc-2344bbea2105", - "x-ms-ratelimit-remaining-subscription-writes": "1034", - "x-ms-request-id": "3f97b38a-f199-4188-9b23-06295fab5399", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035458Z:afee3993-ed84-4485-bdcc-2344bbea2105" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "68ccc350d948f6b3c159a110fce4bcdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68ccc350d948f6b3c159a110fce4bcdc", - "x-ms-correlation-request-id": "5446720d-2835-4b02-824f-f05ef2d00d6f", - "x-ms-ratelimit-remaining-subscription-reads": "11127", - "x-ms-request-id": "72f7e576-1178-4b3a-803d-829fce04ea79", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035459Z:5446720d-2835-4b02-824f-f05ef2d00d6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "217663c1c76dbbd332d23f0930ea274d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:54:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "217663c1c76dbbd332d23f0930ea274d", - "x-ms-correlation-request-id": "d7975a72-7888-4059-bcb5-6e822c3f27f5", - "x-ms-ratelimit-remaining-subscription-reads": "11126", - "x-ms-request-id": "6a432a3b-b735-462a-923d-cb8f2373e7f3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035500Z:d7975a72-7888-4059-bcb5-6e822c3f27f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21c49d7efb9448396636c89a28ede493", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21c49d7efb9448396636c89a28ede493", - "x-ms-correlation-request-id": "38e817f3-c2ef-4e9e-af43-92b81b448fe9", - "x-ms-ratelimit-remaining-subscription-reads": "11125", - "x-ms-request-id": "2ca68f20-5465-49da-9269-e665700c6a50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035501Z:38e817f3-c2ef-4e9e-af43-92b81b448fe9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9004696c20ab8941ef1036769aaac5d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9004696c20ab8941ef1036769aaac5d6", - "x-ms-correlation-request-id": "11851f90-0c2a-4ccc-b7d2-2f35f1b120f3", - "x-ms-ratelimit-remaining-subscription-reads": "11124", - "x-ms-request-id": "0796cce3-0cbd-445f-87d9-92eae014e234", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035503Z:11851f90-0c2a-4ccc-b7d2-2f35f1b120f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e9154319a1fc6482a2eba37fe399344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e9154319a1fc6482a2eba37fe399344", - "x-ms-correlation-request-id": "d00d0e52-cabb-4a66-9f30-7684f5e9e55c", - "x-ms-ratelimit-remaining-subscription-reads": "11123", - "x-ms-request-id": "b4775bb9-e7fb-4565-8b4a-0b521ccbf725", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035504Z:d00d0e52-cabb-4a66-9f30-7684f5e9e55c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c79dabee97e55ea15c3b3184c4c2adbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c79dabee97e55ea15c3b3184c4c2adbc", - "x-ms-correlation-request-id": "ea0cf704-2b6b-4db1-9311-a93f0a1cdd86", - "x-ms-ratelimit-remaining-subscription-reads": "11122", - "x-ms-request-id": "0e77b947-f28e-43de-aa64-5b90851d382d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035505Z:ea0cf704-2b6b-4db1-9311-a93f0a1cdd86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d468f270855bd174203e667d65098bb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d468f270855bd174203e667d65098bb6", - "x-ms-correlation-request-id": "a2dfefaa-871a-4a51-9663-df3e34e864bc", - "x-ms-ratelimit-remaining-subscription-reads": "11121", - "x-ms-request-id": "2fc7e9ff-7c4e-4121-94c0-c935ca39d421", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035507Z:a2dfefaa-871a-4a51-9663-df3e34e864bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee88f17dfd0c9af1b23302e469c30167", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee88f17dfd0c9af1b23302e469c30167", - "x-ms-correlation-request-id": "9d6cab1b-cdb4-4371-904a-9ab2339dca48", - "x-ms-ratelimit-remaining-subscription-reads": "11120", - "x-ms-request-id": "4d4a97dd-a65d-4a5c-979f-9a989c2fb0fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035508Z:9d6cab1b-cdb4-4371-904a-9ab2339dca48" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0cc6fe80bed168e837cca6a73123f853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cc6fe80bed168e837cca6a73123f853", - "x-ms-correlation-request-id": "a71952f3-4663-4b83-a4cd-28683f599da6", - "x-ms-ratelimit-remaining-subscription-reads": "11119", - "x-ms-request-id": "a96aeed8-70b4-4496-850d-5e8e4d5c8e73", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035509Z:a71952f3-4663-4b83-a4cd-28683f599da6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2077bb0bf3972af01ce2228838f675d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2077bb0bf3972af01ce2228838f675d", - "x-ms-correlation-request-id": "b8fdff99-e706-4e96-90b5-1d10da3f5e40", - "x-ms-ratelimit-remaining-subscription-reads": "11118", - "x-ms-request-id": "8a016be7-7368-4478-ac79-b625f7e07f3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035511Z:b8fdff99-e706-4e96-90b5-1d10da3f5e40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "67fdfe3c7e42bfe5091fb7405749688f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67fdfe3c7e42bfe5091fb7405749688f", - "x-ms-correlation-request-id": "17f8a23f-2076-45fb-b0cc-65710fab38ee", - "x-ms-ratelimit-remaining-subscription-reads": "11117", - "x-ms-request-id": "3b12250a-fbcb-4364-8d67-dc30b703c727", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035512Z:17f8a23f-2076-45fb-b0cc-65710fab38ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed34ae3a2ebcc12d4e540a029bc0e5a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed34ae3a2ebcc12d4e540a029bc0e5a7", - "x-ms-correlation-request-id": "456bd6b3-2eb9-4d2f-ad96-23f41a278156", - "x-ms-ratelimit-remaining-subscription-reads": "11116", - "x-ms-request-id": "7d4f160c-527d-4f9e-9cb4-abb78c817fb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035513Z:456bd6b3-2eb9-4d2f-ad96-23f41a278156" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3f97b38a-f199-4188-9b23-06295fab5399?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "326a4964912631109648c91a076f1bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "326a4964912631109648c91a076f1bb7", - "x-ms-correlation-request-id": "75bcca90-356b-42ed-a1ce-fcf0936dc039", - "x-ms-ratelimit-remaining-subscription-reads": "11115", - "x-ms-request-id": "1fb93a39-f1b2-434d-b5a7-e22a3d1c05f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035514Z:75bcca90-356b-42ed-a1ce-fcf0936dc039" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto5170", - "name": "sto5170", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:58.2259769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:58.2259769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:54:58.1478115Z", - "primaryEndpoints": { - "blob": "https://sto5170.blob.core.windows.net/", - "queue": "https://sto5170.queue.core.windows.net/", - "table": "https://sto5170.table.core.windows.net/", - "file": "https://sto5170.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto5170?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-468e6182a440e5418471c5db266814a7-289e7d08adfc014c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4ed92657a5b0ea0d13c18ee74e22348", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4ed92657a5b0ea0d13c18ee74e22348", - "x-ms-correlation-request-id": "5d575c9a-9196-4cd4-8a82-90d04ef139d2", - "x-ms-ratelimit-remaining-subscription-reads": "11114", - "x-ms-request-id": "6e37306b-e2a6-4ed7-ae9b-775fd0fbf039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035515Z:5d575c9a-9196-4cd4-8a82-90d04ef139d2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto5170", - "name": "sto5170", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:58.2259769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:54:58.2259769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:54:58.1478115Z", - "primaryEndpoints": { - "blob": "https://sto5170.blob.core.windows.net/", - "queue": "https://sto5170.queue.core.windows.net/", - "table": "https://sto5170.table.core.windows.net/", - "file": "https://sto5170.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto7322?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-d6a683fc8dcdaa458316e1ba0e2c5672-8ac431c67e46d14a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ddb0f3936dfa9689e0357746513b9df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddb0f3936dfa9689e0357746513b9df", - "x-ms-correlation-request-id": "b9a8371d-e9b1-47e9-a0e0-6f673ac0cad0", - "x-ms-ratelimit-remaining-subscription-writes": "1033", - "x-ms-request-id": "2c418604-10b9-4d78-8e87-839aa97fb415", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035517Z:b9a8371d-e9b1-47e9-a0e0-6f673ac0cad0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8e080250d932fd72a443658222ca9bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8e080250d932fd72a443658222ca9bd", - "x-ms-correlation-request-id": "8221bbb7-01e8-4b0f-9532-04971476ef79", - "x-ms-ratelimit-remaining-subscription-reads": "11113", - "x-ms-request-id": "673f7851-db8e-499f-bd03-3911348606b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035518Z:8221bbb7-01e8-4b0f-9532-04971476ef79" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "20b538821a462875c2f16583d47e2f7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20b538821a462875c2f16583d47e2f7c", - "x-ms-correlation-request-id": "083880a5-ae56-4ae1-b9fa-b48a1eadb21d", - "x-ms-ratelimit-remaining-subscription-reads": "11112", - "x-ms-request-id": "4f6c03aa-b662-45eb-95fc-d63ab48e3f85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035519Z:083880a5-ae56-4ae1-b9fa-b48a1eadb21d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e44fa345c0322b4c7c6cde8edbf4c77b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e44fa345c0322b4c7c6cde8edbf4c77b", - "x-ms-correlation-request-id": "346f36e7-40ab-4691-964c-fedc327eaf02", - "x-ms-ratelimit-remaining-subscription-reads": "11111", - "x-ms-request-id": "8ea245c6-4849-49db-8c0b-c87f7e0cb698", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035520Z:346f36e7-40ab-4691-964c-fedc327eaf02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4067a3b29c6b0a6d0bb835a1a8535bab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4067a3b29c6b0a6d0bb835a1a8535bab", - "x-ms-correlation-request-id": "3a32e362-e932-4989-bd72-577bfd303480", - "x-ms-ratelimit-remaining-subscription-reads": "11110", - "x-ms-request-id": "b49ddb74-2b0c-40bc-a29e-8baecd31455a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035522Z:3a32e362-e932-4989-bd72-577bfd303480" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7f12b914c4ddc18aec8aa4d93be64cce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f12b914c4ddc18aec8aa4d93be64cce", - "x-ms-correlation-request-id": "077af995-977f-4365-ac89-5be562749615", - "x-ms-ratelimit-remaining-subscription-reads": "11109", - "x-ms-request-id": "1baa04d8-d746-4d9e-9f03-7b791b1d9c2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035523Z:077af995-977f-4365-ac89-5be562749615" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31d0e929ef17a9103544d87a8baa8328", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31d0e929ef17a9103544d87a8baa8328", - "x-ms-correlation-request-id": "eff612f6-62ec-400d-8391-733224216b32", - "x-ms-ratelimit-remaining-subscription-reads": "11108", - "x-ms-request-id": "92d17f9c-cc02-45f4-a000-093da8cb96fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035524Z:eff612f6-62ec-400d-8391-733224216b32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "227a331148e2ed9e18a553e1f894cf24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "227a331148e2ed9e18a553e1f894cf24", - "x-ms-correlation-request-id": "b7ce24ff-55d4-4bf4-9812-e67a34bce03c", - "x-ms-ratelimit-remaining-subscription-reads": "11107", - "x-ms-request-id": "7fdcfbda-049d-4b96-b12c-1dfd5233328a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035525Z:b7ce24ff-55d4-4bf4-9812-e67a34bce03c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "be78676b29822594a8684999ec103642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be78676b29822594a8684999ec103642", - "x-ms-correlation-request-id": "19c71e7e-2f64-4a45-9eee-b668f09c819c", - "x-ms-ratelimit-remaining-subscription-reads": "11106", - "x-ms-request-id": "e7f51f28-a76c-42d8-b202-531123a8a06c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035527Z:19c71e7e-2f64-4a45-9eee-b668f09c819c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "07c77c072a6ce1eb4be218719c2fb0a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07c77c072a6ce1eb4be218719c2fb0a1", - "x-ms-correlation-request-id": "fc1c9dc4-5f8c-47e4-9609-f1f4dab8d495", - "x-ms-ratelimit-remaining-subscription-reads": "11105", - "x-ms-request-id": "6a221243-5881-442e-a95b-671a7864e0d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035528Z:fc1c9dc4-5f8c-47e4-9609-f1f4dab8d495" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "230fb474c431e7a59f557979fe040108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "230fb474c431e7a59f557979fe040108", - "x-ms-correlation-request-id": "5f486eb7-f29c-4fdf-8ffa-462e985cc0b1", - "x-ms-ratelimit-remaining-subscription-reads": "11104", - "x-ms-request-id": "92da6c8b-47b7-4192-8667-e0a24f5ba7f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035530Z:5f486eb7-f29c-4fdf-8ffa-462e985cc0b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cd9106ec8cc40b77b9673a011228879", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cd9106ec8cc40b77b9673a011228879", - "x-ms-correlation-request-id": "0deeaf98-ee65-4595-80bc-b626893bbc53", - "x-ms-ratelimit-remaining-subscription-reads": "11103", - "x-ms-request-id": "40fbf31f-9eff-4738-995f-82485a7fa0b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035531Z:0deeaf98-ee65-4595-80bc-b626893bbc53" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3724a8b813004310d6e06817b172e346", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3724a8b813004310d6e06817b172e346", - "x-ms-correlation-request-id": "22664b2c-fa9e-44fe-abf4-7ef32a30ef5f", - "x-ms-ratelimit-remaining-subscription-reads": "11102", - "x-ms-request-id": "f9d53ab3-db00-43d3-a209-f2cc841eda2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035532Z:22664b2c-fa9e-44fe-abf4-7ef32a30ef5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2c418604-10b9-4d78-8e87-839aa97fb415?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b0310e13455acd5fccfa89b5105d67d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1370", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b0310e13455acd5fccfa89b5105d67d", - "x-ms-correlation-request-id": "530d1f16-8359-4472-99aa-c72c4508f716", - "x-ms-ratelimit-remaining-subscription-reads": "11101", - "x-ms-request-id": "7e962318-4b2a-4174-b157-6aa261aa0db7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035533Z:530d1f16-8359-4472-99aa-c72c4508f716" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto7322", - "name": "sto7322", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:17.3205080Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:17.3205080Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:17.2580055Z", - "primaryEndpoints": { - "blob": "https://sto7322.blob.core.windows.net/", - "queue": "https://sto7322.queue.core.windows.net/", - "table": "https://sto7322.table.core.windows.net/", - "file": "https://sto7322.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto7322-secondary.blob.core.windows.net/", - "queue": "https://sto7322-secondary.queue.core.windows.net/", - "table": "https://sto7322-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto7322?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-15999a1cb89a3748b8117b178a675a75-13ba5a13fd03b445-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "56c1ffccc9e05b08ff96a5ec5fa08e09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1370", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56c1ffccc9e05b08ff96a5ec5fa08e09", - "x-ms-correlation-request-id": "e7e8824c-b8a6-45d5-b25c-344c12d50b13", - "x-ms-ratelimit-remaining-subscription-reads": "11100", - "x-ms-request-id": "2ac6c434-dfa9-44e1-b923-801580ef1dcf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035534Z:e7e8824c-b8a6-45d5-b25c-344c12d50b13" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto7322", - "name": "sto7322", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:17.3205080Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:17.3205080Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:17.2580055Z", - "primaryEndpoints": { - "blob": "https://sto7322.blob.core.windows.net/", - "queue": "https://sto7322.queue.core.windows.net/", - "table": "https://sto7322.table.core.windows.net/", - "file": "https://sto7322.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto7322-secondary.blob.core.windows.net/", - "queue": "https://sto7322-secondary.queue.core.windows.net/", - "table": "https://sto7322-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto2531?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-05f1741b7b5d8a4abee4cdb2d063a63e-bf2ef9870c24fd40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01be2cb3fd1f8323d2783a316a75f1d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_ZRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01be2cb3fd1f8323d2783a316a75f1d1", - "x-ms-correlation-request-id": "4397c49c-4271-4313-bb82-9097259e1c8d", - "x-ms-ratelimit-remaining-subscription-writes": "1032", - "x-ms-request-id": "b5aad98c-6dbd-4956-99ac-bee480ed156d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035536Z:4397c49c-4271-4313-bb82-9097259e1c8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "25e89f40d546ce5edc3d83678ed7f08a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25e89f40d546ce5edc3d83678ed7f08a", - "x-ms-correlation-request-id": "34715393-1905-4776-90fa-9255d9e6997d", - "x-ms-ratelimit-remaining-subscription-reads": "11099", - "x-ms-request-id": "0c13b2d3-5ff4-43a1-a7ab-9d3f14b689c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035537Z:34715393-1905-4776-90fa-9255d9e6997d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "74e2d3a5dc542657c5a7f8777164f4e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74e2d3a5dc542657c5a7f8777164f4e9", - "x-ms-correlation-request-id": "b591ac86-7d59-45bd-8f0d-49678647e3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11098", - "x-ms-request-id": "11d6caf0-cd09-4069-b12b-5b1000836b8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035538Z:b591ac86-7d59-45bd-8f0d-49678647e3ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbf0de2bcc8d348b8c7cd57308fe8831", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbf0de2bcc8d348b8c7cd57308fe8831", - "x-ms-correlation-request-id": "08a54b4c-a13c-4d27-931e-74964a6c36e6", - "x-ms-ratelimit-remaining-subscription-reads": "11097", - "x-ms-request-id": "667fc1ba-231d-4fa7-8a18-20e1950ee130", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035539Z:08a54b4c-a13c-4d27-931e-74964a6c36e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb1a01b6d706630747c15f9fdce65d78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb1a01b6d706630747c15f9fdce65d78", - "x-ms-correlation-request-id": "6c3e7bc1-f1c2-40ad-a688-c7e45c77b726", - "x-ms-ratelimit-remaining-subscription-reads": "11096", - "x-ms-request-id": "3f5baeb2-cfc0-4845-8729-d0b60c832f07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035541Z:6c3e7bc1-f1c2-40ad-a688-c7e45c77b726" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b03c994924e6d8fd48ade8d807e41dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b03c994924e6d8fd48ade8d807e41dc6", - "x-ms-correlation-request-id": "2a10916b-db7d-45ef-bb48-e03fac7ab658", - "x-ms-ratelimit-remaining-subscription-reads": "11095", - "x-ms-request-id": "71234903-81fb-4fd2-bd59-483bb37191b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035542Z:2a10916b-db7d-45ef-bb48-e03fac7ab658" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6fc1c71f384953e3d68c84cb6ceb58a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fc1c71f384953e3d68c84cb6ceb58a6", - "x-ms-correlation-request-id": "44343b40-0099-4ceb-a24c-64973cc5ba31", - "x-ms-ratelimit-remaining-subscription-reads": "11094", - "x-ms-request-id": "d8bf9597-dfc0-44c3-bfa3-47d8a67cedc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035543Z:44343b40-0099-4ceb-a24c-64973cc5ba31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f2a5d1fd7c2914a04417258ef2f5c63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f2a5d1fd7c2914a04417258ef2f5c63", - "x-ms-correlation-request-id": "aff49388-b82a-460b-80c2-9c6f03eae25c", - "x-ms-ratelimit-remaining-subscription-reads": "11093", - "x-ms-request-id": "59ea07d5-e4a9-48e6-8a73-44047784576a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035545Z:aff49388-b82a-460b-80c2-9c6f03eae25c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "147f98a3ed25102eb6e8da5aa0316c5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "147f98a3ed25102eb6e8da5aa0316c5c", - "x-ms-correlation-request-id": "1beab366-fd5a-4d04-97e3-e9cca285d395", - "x-ms-ratelimit-remaining-subscription-reads": "11092", - "x-ms-request-id": "4e1a5deb-51ad-4b56-9a66-26199423153d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035546Z:1beab366-fd5a-4d04-97e3-e9cca285d395" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aab84155aeb947047d2f6b08c68a63a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aab84155aeb947047d2f6b08c68a63a6", - "x-ms-correlation-request-id": "4a8194f0-50bf-42f7-af08-005beef98e1d", - "x-ms-ratelimit-remaining-subscription-reads": "11091", - "x-ms-request-id": "969e7558-cfa3-40da-bfed-8bded833555d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035547Z:4a8194f0-50bf-42f7-af08-005beef98e1d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4272130436c31812f19b8d9fdf0f1d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4272130436c31812f19b8d9fdf0f1d2", - "x-ms-correlation-request-id": "987536ea-9a33-4644-ae93-00b03a38f7c8", - "x-ms-ratelimit-remaining-subscription-reads": "11090", - "x-ms-request-id": "0b99d22b-15d8-4063-8358-92bb8f1e111e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035549Z:987536ea-9a33-4644-ae93-00b03a38f7c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae0315d5b176f5a9943897f582254a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae0315d5b176f5a9943897f582254a2c", - "x-ms-correlation-request-id": "efad5db9-9210-42f0-a22d-2be402f54d31", - "x-ms-ratelimit-remaining-subscription-reads": "11089", - "x-ms-request-id": "0b4fa572-95d2-4579-b8bc-7030ed9e37e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035550Z:efad5db9-9210-42f0-a22d-2be402f54d31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b5aad98c-6dbd-4956-99ac-bee480ed156d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7f293384970912f0bf877ba0f52a498c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f293384970912f0bf877ba0f52a498c", - "x-ms-correlation-request-id": "2da92f08-c94f-4ec2-b354-072ec01d1eff", - "x-ms-ratelimit-remaining-subscription-reads": "11088", - "x-ms-request-id": "ad4c3aa3-45a1-43dd-9fb5-defe0fad4be2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035552Z:2da92f08-c94f-4ec2-b354-072ec01d1eff" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto2531", - "name": "sto2531", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:36.3996715Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:36.3996715Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:36.3371633Z", - "primaryEndpoints": { - "blob": "https://sto2531.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto2531?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-89ae24c1f1e17847a43d1cf181f429ad-612e512d81e72f4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b032983db5867e2f78323f33ab8baf09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:55:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b032983db5867e2f78323f33ab8baf09", - "x-ms-correlation-request-id": "8e730c18-72e9-43c2-bcbf-8a662a2eb115", - "x-ms-ratelimit-remaining-subscription-reads": "11087", - "x-ms-request-id": "91160d43-47d1-4a13-aa58-248708ffb51c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035552Z:8e730c18-72e9-43c2-bcbf-8a662a2eb115" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4929/providers/Microsoft.Storage/storageAccounts/sto2531", - "name": "sto2531", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:36.3996715Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:36.3996715Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:36.3371633Z", - "primaryEndpoints": { - "blob": "https://sto2531.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "153481808", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json deleted file mode 100644 index 57074f20af488..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json +++ /dev/null @@ -1,740 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res130?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-eced27403720354a97d9bd96cf00500c-c27e733804baf145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a61ec19e451bf0a390fd61e46b38ae50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1f555197-997a-4af9-aac7-b1b006807e5f", - "x-ms-ratelimit-remaining-subscription-writes": "998", - "x-ms-request-id": "1f555197-997a-4af9-aac7-b1b006807e5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031906Z:1f555197-997a-4af9-aac7-b1b006807e5f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res130", - "name": "res130", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res130/providers/Microsoft.Storage/storageAccounts/sto5198?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-943d62e960adfd4bb937e8c99f01b91b-78b3cfbe78147e41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b9fc6d5611fd5c8b50a4000857cf021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b9fc6d5611fd5c8b50a4000857cf021", - "x-ms-correlation-request-id": "b389cded-9f87-46c0-9fc8-802d4c35f975", - "x-ms-ratelimit-remaining-subscription-writes": "997", - "x-ms-request-id": "f21448c2-940d-4d00-b43b-51aae385589d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031909Z:b389cded-9f87-46c0-9fc8-802d4c35f975" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6885caf0e6e607f55d1653b63f00a81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6885caf0e6e607f55d1653b63f00a81", - "x-ms-correlation-request-id": "03a57117-d50b-4a51-a3b8-55019552e81f", - "x-ms-ratelimit-remaining-subscription-reads": "11125", - "x-ms-request-id": "b4061664-80d9-45f8-b61d-2595520437cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031910Z:03a57117-d50b-4a51-a3b8-55019552e81f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b74c371396cb7a579caf51eb7fdcb4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b74c371396cb7a579caf51eb7fdcb4c", - "x-ms-correlation-request-id": "b60ca771-fc23-43eb-8e17-9352182a5cd6", - "x-ms-ratelimit-remaining-subscription-reads": "11124", - "x-ms-request-id": "0f9a17c1-3aac-4a91-979f-25845c5bf917", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031911Z:b60ca771-fc23-43eb-8e17-9352182a5cd6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2950ac400af4e8b23de1c12db81172a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2950ac400af4e8b23de1c12db81172a4", - "x-ms-correlation-request-id": "efb2ddee-b8a7-40a8-80ee-b063c4931f88", - "x-ms-ratelimit-remaining-subscription-reads": "11123", - "x-ms-request-id": "098a3525-d1f9-4699-9a62-56bf90523a8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031912Z:efb2ddee-b8a7-40a8-80ee-b063c4931f88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "465928f54df47627b6d06ca41960a857", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465928f54df47627b6d06ca41960a857", - "x-ms-correlation-request-id": "b4aea2b5-4398-45a5-9afd-dca9bff4e327", - "x-ms-ratelimit-remaining-subscription-reads": "11122", - "x-ms-request-id": "cbde8ab0-e6c3-4096-aa0a-0cb0818c50ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031913Z:b4aea2b5-4398-45a5-9afd-dca9bff4e327" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6fb1806e09f678c108b3e8a7777ff68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6fb1806e09f678c108b3e8a7777ff68", - "x-ms-correlation-request-id": "a99a504e-dce0-430c-9efa-41ce72a65e75", - "x-ms-ratelimit-remaining-subscription-reads": "11121", - "x-ms-request-id": "e660ad18-d19c-47d7-b26d-c488c8fded8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031915Z:a99a504e-dce0-430c-9efa-41ce72a65e75" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f29515884a4f25785da73239d0ecfdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f29515884a4f25785da73239d0ecfdd", - "x-ms-correlation-request-id": "b7cd5f05-f793-4d7b-8126-ea855406f758", - "x-ms-ratelimit-remaining-subscription-reads": "11120", - "x-ms-request-id": "2bce2a21-7c0b-48c6-9f27-2386253dd201", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031916Z:b7cd5f05-f793-4d7b-8126-ea855406f758" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f276939bb1514059bf236680f9cfe3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f276939bb1514059bf236680f9cfe3e", - "x-ms-correlation-request-id": "967f25a2-b9ec-4026-9274-a613e5854041", - "x-ms-ratelimit-remaining-subscription-reads": "11119", - "x-ms-request-id": "a9897344-b229-4380-8090-d35bac2ca234", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031917Z:967f25a2-b9ec-4026-9274-a613e5854041" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c74b03d0193782b3c00931c56d68c902", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c74b03d0193782b3c00931c56d68c902", - "x-ms-correlation-request-id": "54105b42-d2d7-4c8e-b9eb-f39f690b8718", - "x-ms-ratelimit-remaining-subscription-reads": "11118", - "x-ms-request-id": "e84bd950-c3be-4e97-88ed-d6114e373259", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031919Z:54105b42-d2d7-4c8e-b9eb-f39f690b8718" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e5060bc60509d534b14f3b24eeee2e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e5060bc60509d534b14f3b24eeee2e8", - "x-ms-correlation-request-id": "2d366441-0cd4-4d52-acb1-99119acfe76f", - "x-ms-ratelimit-remaining-subscription-reads": "11117", - "x-ms-request-id": "72790169-6242-4779-9b67-9417e42217b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031920Z:2d366441-0cd4-4d52-acb1-99119acfe76f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "995334dc07c220a6b6a5de0c8a40a632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "995334dc07c220a6b6a5de0c8a40a632", - "x-ms-correlation-request-id": "d59dcfe2-4013-4f4d-b4c6-e50ad82e324b", - "x-ms-ratelimit-remaining-subscription-reads": "11116", - "x-ms-request-id": "80204712-1855-4384-b16c-a53915eb8a81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031922Z:d59dcfe2-4013-4f4d-b4c6-e50ad82e324b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aeac3328f04c70edb0ae7b22250033d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aeac3328f04c70edb0ae7b22250033d2", - "x-ms-correlation-request-id": "df289c84-2f11-4e1d-b2ca-95a3790cf7b7", - "x-ms-ratelimit-remaining-subscription-reads": "11115", - "x-ms-request-id": "0f5284b4-692d-4791-a020-cb50f3d97615", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031923Z:df289c84-2f11-4e1d-b2ca-95a3790cf7b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "39e848263015b540ba3057ab8146120b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39e848263015b540ba3057ab8146120b", - "x-ms-correlation-request-id": "8aa75baf-b7e7-42f3-a268-7091d36d4358", - "x-ms-ratelimit-remaining-subscription-reads": "11114", - "x-ms-request-id": "cb66ff86-b342-41a4-a293-6ff23b86c1cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031924Z:8aa75baf-b7e7-42f3-a268-7091d36d4358" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a8ac16d3342ec9c46e3e8138b83fab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a8ac16d3342ec9c46e3e8138b83fab5", - "x-ms-correlation-request-id": "f4507760-3e4b-4ad4-a954-ed526866464f", - "x-ms-ratelimit-remaining-subscription-reads": "11113", - "x-ms-request-id": "0488339c-c46e-4a43-b92d-18ef81b65c77", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031925Z:f4507760-3e4b-4ad4-a954-ed526866464f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "41e50c716d57f81df3f6f41b9841ee69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41e50c716d57f81df3f6f41b9841ee69", - "x-ms-correlation-request-id": "a4d52549-f6c8-4a5d-a705-661714cf3081", - "x-ms-ratelimit-remaining-subscription-reads": "11112", - "x-ms-request-id": "1bdaaae6-6c41-45f8-9533-029509f4c2af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031927Z:a4d52549-f6c8-4a5d-a705-661714cf3081" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/f21448c2-940d-4d00-b43b-51aae385589d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64b4709c1876f38fabfcf232472d2a37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1226", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64b4709c1876f38fabfcf232472d2a37", - "x-ms-correlation-request-id": "a9659499-b876-4915-8bcf-f2f5aa52aa5e", - "x-ms-ratelimit-remaining-subscription-reads": "11111", - "x-ms-request-id": "6f06ceba-263a-466a-8871-369cd62148f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031928Z:a9659499-b876-4915-8bcf-f2f5aa52aa5e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res130/providers/Microsoft.Storage/storageAccounts/sto5198", - "name": "sto5198", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:09.1703941Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:09.1703941Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:19:09.0766582Z", - "primaryEndpoints": { - "dfs": "https://sto5198.dfs.core.windows.net/", - "web": "https://sto5198.z6.web.core.windows.net/", - "blob": "https://sto5198.blob.core.windows.net/", - "queue": "https://sto5198.queue.core.windows.net/", - "table": "https://sto5198.table.core.windows.net/", - "file": "https://sto5198.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res130/providers/Microsoft.Storage/storageAccounts/sto5198?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4afc56022dbf9c4899e41e26e626b61b-1a4aa946fd5eb040-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "753aa235d16100b4a492274b3f815305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1226", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "753aa235d16100b4a492274b3f815305", - "x-ms-correlation-request-id": "18c6cea6-2e08-429f-91d8-2fc9dd570cf8", - "x-ms-ratelimit-remaining-subscription-reads": "11110", - "x-ms-request-id": "904d334e-b3d2-4010-a57f-0d446d4b2f85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031928Z:18c6cea6-2e08-429f-91d8-2fc9dd570cf8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res130/providers/Microsoft.Storage/storageAccounts/sto5198", - "name": "sto5198", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:09.1703941Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:09.1703941Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:19:09.0766582Z", - "primaryEndpoints": { - "dfs": "https://sto5198.dfs.core.windows.net/", - "web": "https://sto5198.z6.web.core.windows.net/", - "blob": "https://sto5198.blob.core.windows.net/", - "queue": "https://sto5198.queue.core.windows.net/", - "table": "https://sto5198.table.core.windows.net/", - "file": "https://sto5198.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "674193131", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json deleted file mode 100644 index 66b4cb2eebc56..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json +++ /dev/null @@ -1,706 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1763?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-54d0d7de13d23b49bf7fcca8d8436bbf-0b9cb28d6fc25e49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "abf3fa6799923eb89c1a01b5373d5b47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30157f42-edcb-49c8-9173-dc880e6e53f6", - "x-ms-ratelimit-remaining-subscription-writes": "1104", - "x-ms-request-id": "30157f42-edcb-49c8-9173-dc880e6e53f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033801Z:30157f42-edcb-49c8-9173-dc880e6e53f6" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1763", - "name": "res1763", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1763/providers/Microsoft.Storage/storageAccounts/sto8297?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-d5246b0bb4232e459e1e561b1b7786fd-229fb4ab98d8e54d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac401d44a7bcf6129d3166502ec2d1ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac401d44a7bcf6129d3166502ec2d1ca", - "x-ms-correlation-request-id": "87e663d8-ee3a-43ac-9b66-7217c904cda0", - "x-ms-ratelimit-remaining-subscription-writes": "1103", - "x-ms-request-id": "e410d674-ca22-4877-a342-e242a21aa6e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033803Z:87e663d8-ee3a-43ac-9b66-7217c904cda0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf01777cb33252abe1b5f56852ee6e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf01777cb33252abe1b5f56852ee6e57", - "x-ms-correlation-request-id": "d7c44f34-35b4-48fb-a3e6-1384344356e8", - "x-ms-ratelimit-remaining-subscription-reads": "11496", - "x-ms-request-id": "dbe5b08c-0157-4f7e-819b-d08db6260081", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033804Z:d7c44f34-35b4-48fb-a3e6-1384344356e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2cfeb2ff49733dd22fcd5c19b2248d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2cfeb2ff49733dd22fcd5c19b2248d8", - "x-ms-correlation-request-id": "3bd9a0c4-316a-438b-880f-d89037118154", - "x-ms-ratelimit-remaining-subscription-reads": "11495", - "x-ms-request-id": "180e713b-04f2-49e1-8669-e86eeb7d85d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033805Z:3bd9a0c4-316a-438b-880f-d89037118154" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6d3ef5a11c1b497ef7171421a92f1e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6d3ef5a11c1b497ef7171421a92f1e8", - "x-ms-correlation-request-id": "0da82fa4-2ea9-4a99-970c-ffadfb2f9631", - "x-ms-ratelimit-remaining-subscription-reads": "11494", - "x-ms-request-id": "adcab203-cf56-491e-ad78-6a398b206123", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033806Z:0da82fa4-2ea9-4a99-970c-ffadfb2f9631" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2bfb48b34f588de99cd9c36dee9b7be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2bfb48b34f588de99cd9c36dee9b7be", - "x-ms-correlation-request-id": "fea05a75-fffb-4fec-8d2f-d56e1dc1192f", - "x-ms-ratelimit-remaining-subscription-reads": "11493", - "x-ms-request-id": "e95717fc-6038-4750-a3b9-01a0151282f7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033807Z:fea05a75-fffb-4fec-8d2f-d56e1dc1192f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "620d1d6cb81a1e96541ab325839a1990", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "620d1d6cb81a1e96541ab325839a1990", - "x-ms-correlation-request-id": "272a24d9-f1f5-46c0-a71d-ee9871c956eb", - "x-ms-ratelimit-remaining-subscription-reads": "11492", - "x-ms-request-id": "27604ec1-242d-4b99-84e6-bd2591464067", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033809Z:272a24d9-f1f5-46c0-a71d-ee9871c956eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e636ed0b866326e2114b1cf37561d605", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e636ed0b866326e2114b1cf37561d605", - "x-ms-correlation-request-id": "6829ae32-a9a5-4fb9-829b-eb9439bf9cab", - "x-ms-ratelimit-remaining-subscription-reads": "11491", - "x-ms-request-id": "47d1b8b3-372f-4739-81f5-471bd45126ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033810Z:6829ae32-a9a5-4fb9-829b-eb9439bf9cab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fdd6b2b98e84d3cd1ea16eda80b804fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd6b2b98e84d3cd1ea16eda80b804fe", - "x-ms-correlation-request-id": "3c0c55ed-9f41-4064-b72a-208e4b039452", - "x-ms-ratelimit-remaining-subscription-reads": "11490", - "x-ms-request-id": "9b54f8eb-d7b3-4ea1-aebb-8dac91de77fa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033811Z:3c0c55ed-9f41-4064-b72a-208e4b039452" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f02b0bb4d1b3e65b3ae651cf9ba3a9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f02b0bb4d1b3e65b3ae651cf9ba3a9f2", - "x-ms-correlation-request-id": "8877e534-9c89-4882-85f6-3dbecab9d684", - "x-ms-ratelimit-remaining-subscription-reads": "11489", - "x-ms-request-id": "6c6943f3-06a2-4d56-96d0-19ce4faca58e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033812Z:8877e534-9c89-4882-85f6-3dbecab9d684" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d16cae441bc47c0c2063c8c21707a658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d16cae441bc47c0c2063c8c21707a658", - "x-ms-correlation-request-id": "f54bce2a-6217-46b0-9d54-65d9ef577325", - "x-ms-ratelimit-remaining-subscription-reads": "11488", - "x-ms-request-id": "7c511ef1-e007-4fa6-9d0d-ebc7139ad613", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033814Z:f54bce2a-6217-46b0-9d54-65d9ef577325" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "693e1d46e535e85257efc39d3dfd377a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "693e1d46e535e85257efc39d3dfd377a", - "x-ms-correlation-request-id": "68aff225-18f9-4826-9b6f-8deca5721799", - "x-ms-ratelimit-remaining-subscription-reads": "11487", - "x-ms-request-id": "4f510d2f-8a0d-4bbc-a6c8-c8b9f824ec31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033815Z:68aff225-18f9-4826-9b6f-8deca5721799" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2967bf8334c993affafcf500898ce32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2967bf8334c993affafcf500898ce32", - "x-ms-correlation-request-id": "7c5ce94c-261d-4633-9410-99fbd8ed8b0a", - "x-ms-ratelimit-remaining-subscription-reads": "11486", - "x-ms-request-id": "d476da95-1ca5-4b21-a4c9-940da4e752ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033816Z:7c5ce94c-261d-4633-9410-99fbd8ed8b0a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e88f9403f645fbd5b8379d5586e3e22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e88f9403f645fbd5b8379d5586e3e22", - "x-ms-correlation-request-id": "d1ce1349-2122-4c93-a3b6-db00ca5274a7", - "x-ms-ratelimit-remaining-subscription-reads": "11485", - "x-ms-request-id": "f7aee136-e067-4225-a9ff-12dc63821866", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033817Z:d1ce1349-2122-4c93-a3b6-db00ca5274a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9cca4d2cd471130be3a569861502dfbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cca4d2cd471130be3a569861502dfbe", - "x-ms-correlation-request-id": "ef8f777e-da3f-4084-9f97-ea5468c04f45", - "x-ms-ratelimit-remaining-subscription-reads": "11484", - "x-ms-request-id": "f7e3ab94-414f-4454-9ebd-30a761f964d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033819Z:ef8f777e-da3f-4084-9f97-ea5468c04f45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/e410d674-ca22-4877-a342-e242a21aa6e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "445d9020b875b815be3676c8ba644091", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:38:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "445d9020b875b815be3676c8ba644091", - "x-ms-correlation-request-id": "6f072d56-6626-4791-bfdd-d3147d8b9b26", - "x-ms-ratelimit-remaining-subscription-reads": "11483", - "x-ms-request-id": "030b3874-99f1-46e6-affa-eb7447c37c9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033820Z:6f072d56-6626-4791-bfdd-d3147d8b9b26" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1763/providers/Microsoft.Storage/storageAccounts/sto8297", - "name": "sto8297", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:03.1173190Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:03.1173190Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:38:03.0391953Z", - "primaryEndpoints": { - "dfs": "https://sto8297.dfs.core.windows.net/", - "web": "https://sto8297.z6.web.core.windows.net/", - "blob": "https://sto8297.blob.core.windows.net/", - "queue": "https://sto8297.queue.core.windows.net/", - "table": "https://sto8297.table.core.windows.net/", - "file": "https://sto8297.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1763/providers/Microsoft.Storage/storageAccounts/sto8297?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b78fc8656f77db46a6e28ad2cebf5301-66719997de0e2c45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb23ad7032ce6cc0ed759abfd6364959", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:38:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb23ad7032ce6cc0ed759abfd6364959", - "x-ms-correlation-request-id": "ee7a98c8-b964-409d-9d54-3aff75fdc3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11482", - "x-ms-request-id": "0ef39113-e67b-44b4-b6fa-5040df0774e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033820Z:ee7a98c8-b964-409d-9d54-3aff75fdc3ff" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1763/providers/Microsoft.Storage/storageAccounts/sto8297", - "name": "sto8297", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:03.1173190Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:03.1173190Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:38:03.0391953Z", - "primaryEndpoints": { - "dfs": "https://sto8297.dfs.core.windows.net/", - "web": "https://sto8297.z6.web.core.windows.net/", - "blob": "https://sto8297.blob.core.windows.net/", - "queue": "https://sto8297.queue.core.windows.net/", - "table": "https://sto8297.table.core.windows.net/", - "file": "https://sto8297.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "155830635", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json deleted file mode 100644 index 702b475accaca..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1396?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f910e04086d87941b750e1d6c159fc29-c4d4a7ebe5ff5a4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70abdde29c6c954daf988f6c1b04448e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da6f75db-a903-40cd-8a8b-1933b699c105", - "x-ms-ratelimit-remaining-subscription-writes": "996", - "x-ms-request-id": "da6f75db-a903-40cd-8a8b-1933b699c105", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031932Z:da6f75db-a903-40cd-8a8b-1933b699c105" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1396", - "name": "res1396", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1396/providers/Microsoft.Storage/storageAccounts/sto8658?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-e023e829a83e94488931115ccc3f1e16-67e79eee79846f4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ef4fe7d5b65e5e1e159612f823f3d8e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef4fe7d5b65e5e1e159612f823f3d8e4", - "x-ms-correlation-request-id": "b19d2df6-86db-439f-a7ad-cab1ab2f8924", - "x-ms-ratelimit-remaining-subscription-writes": "995", - "x-ms-request-id": "e9e76790-f78d-44a5-8de9-49bd4e72cc59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031934Z:b19d2df6-86db-439f-a7ad-cab1ab2f8924" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e586d7c56cf327838d1256053b9c8ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e586d7c56cf327838d1256053b9c8ba4", - "x-ms-correlation-request-id": "9b3b8bde-62d0-4a14-911e-05b385aeaea1", - "x-ms-ratelimit-remaining-subscription-reads": "11109", - "x-ms-request-id": "3058dd0f-a89a-4721-a8a5-8e2939069cbd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031934Z:9b3b8bde-62d0-4a14-911e-05b385aeaea1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "24af88b7250368cfeaa3f2667734fa9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24af88b7250368cfeaa3f2667734fa9f", - "x-ms-correlation-request-id": "eeb3d8d0-c0ca-4b26-b621-78c5f80cce20", - "x-ms-ratelimit-remaining-subscription-reads": "11108", - "x-ms-request-id": "085a5c21-28dd-4d37-9024-b2b813ad5503", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031936Z:eeb3d8d0-c0ca-4b26-b621-78c5f80cce20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b32af4df26dfff05c19db6a16f77060", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b32af4df26dfff05c19db6a16f77060", - "x-ms-correlation-request-id": "e8b824a5-0ae1-46d6-8939-560cef9514ce", - "x-ms-ratelimit-remaining-subscription-reads": "11107", - "x-ms-request-id": "528122ce-e3af-4227-ab96-c88eb8a6c44e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031937Z:e8b824a5-0ae1-46d6-8939-560cef9514ce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "db329a6c24c79f5f081dfb4f7a1cb059", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db329a6c24c79f5f081dfb4f7a1cb059", - "x-ms-correlation-request-id": "3e38c9b6-7ef5-47f9-a89a-c30621474c73", - "x-ms-ratelimit-remaining-subscription-reads": "11106", - "x-ms-request-id": "62de4e69-daed-42cb-aefc-cb0b185b7dc8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031938Z:3e38c9b6-7ef5-47f9-a89a-c30621474c73" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8bb8b7173f6ac43797afc8e94a6451f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bb8b7173f6ac43797afc8e94a6451f2", - "x-ms-correlation-request-id": "25106668-22ef-46f5-aca8-64e48abc4ca3", - "x-ms-ratelimit-remaining-subscription-reads": "11105", - "x-ms-request-id": "834a579c-f56b-4814-a274-0087cd5cc3d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031940Z:25106668-22ef-46f5-aca8-64e48abc4ca3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ddfa91331f0128d74f92424ff7a1843f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddfa91331f0128d74f92424ff7a1843f", - "x-ms-correlation-request-id": "1fe8a696-ca00-4401-91a7-395faed141c0", - "x-ms-ratelimit-remaining-subscription-reads": "11104", - "x-ms-request-id": "6a2125aa-3555-4524-94ea-ffbf92e8d1d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031941Z:1fe8a696-ca00-4401-91a7-395faed141c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f528269e43f2cf6626d43175c7655a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f528269e43f2cf6626d43175c7655a4", - "x-ms-correlation-request-id": "597b5063-c671-440f-be1f-94464e67726c", - "x-ms-ratelimit-remaining-subscription-reads": "11103", - "x-ms-request-id": "9637e1b5-fe08-4a6c-9242-34c12199a52e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031942Z:597b5063-c671-440f-be1f-94464e67726c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e91c09cbd222f857df8f3bd7fde7cdf6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e91c09cbd222f857df8f3bd7fde7cdf6", - "x-ms-correlation-request-id": "b1789f6e-38c3-4ed1-82e7-aba586977da4", - "x-ms-ratelimit-remaining-subscription-reads": "11102", - "x-ms-request-id": "32c0cffa-96cf-4101-8a32-c754564fa968", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031944Z:b1789f6e-38c3-4ed1-82e7-aba586977da4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c87f892bf2124fb29bce7a93dbbfccd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c87f892bf2124fb29bce7a93dbbfccd9", - "x-ms-correlation-request-id": "1c73522f-7c47-41f8-9884-fd49e1809124", - "x-ms-ratelimit-remaining-subscription-reads": "11101", - "x-ms-request-id": "fd3415ec-06b9-4ffb-8004-ab120b0df1a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031945Z:1c73522f-7c47-41f8-9884-fd49e1809124" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed839e3d9b84961d2a5a7fb0a81f2f7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed839e3d9b84961d2a5a7fb0a81f2f7b", - "x-ms-correlation-request-id": "2bf9d157-a84a-4dfd-a2d8-e857f4a7bb2d", - "x-ms-ratelimit-remaining-subscription-reads": "11100", - "x-ms-request-id": "14071892-89e1-478a-ad97-43f0479de930", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031946Z:2bf9d157-a84a-4dfd-a2d8-e857f4a7bb2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2ec4da08df6d99256cd4d5358c41c1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2ec4da08df6d99256cd4d5358c41c1f", - "x-ms-correlation-request-id": "82a0c4d1-25be-4e1d-81d5-1439586a4eee", - "x-ms-ratelimit-remaining-subscription-reads": "11099", - "x-ms-request-id": "1131a676-c5a6-471b-ae9f-3895b100672d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031948Z:82a0c4d1-25be-4e1d-81d5-1439586a4eee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5e9962c2df638f716be89db77202a67c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e9962c2df638f716be89db77202a67c", - "x-ms-correlation-request-id": "3d2d8c59-dfb4-445b-b1bb-29cba9e5f199", - "x-ms-ratelimit-remaining-subscription-reads": "11098", - "x-ms-request-id": "568ae898-98d4-4d4d-99c3-d7241a32e88c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031949Z:3d2d8c59-dfb4-445b-b1bb-29cba9e5f199" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e9e76790-f78d-44a5-8de9-49bd4e72cc59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8df3ff9ff9d3afe30caa97b74dc93e65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8df3ff9ff9d3afe30caa97b74dc93e65", - "x-ms-correlation-request-id": "d5ff508b-ef8c-4720-81ef-ac9ffcad1a43", - "x-ms-ratelimit-remaining-subscription-reads": "11097", - "x-ms-request-id": "3c394a20-efd4-4cb4-8c62-3930d14448f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031950Z:d5ff508b-ef8c-4720-81ef-ac9ffcad1a43" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1396/providers/Microsoft.Storage/storageAccounts/sto8658", - "name": "sto8658", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:34.1831645Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:34.1831645Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:19:34.0893883Z", - "primaryEndpoints": { - "blob": "https://sto8658.blob.core.windows.net/", - "queue": "https://sto8658.queue.core.windows.net/", - "table": "https://sto8658.table.core.windows.net/", - "file": "https://sto8658.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1396/providers/Microsoft.Storage/storageAccounts/sto8658/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-814975d643e35b4c9ae22a4cec5453e9-c0792131878d0241-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "46ed603dd085c017dc5c670defda6753", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "bftq", - "signedResourceTypes": "sco", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2020-09-14T03:19:49.9129550Z", - "signedExpiry": "2020-09-14T04:19:49.9129550Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "203", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:19:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46ed603dd085c017dc5c670defda6753", - "x-ms-correlation-request-id": "6584500a-0cd3-4b72-a446-ca5372ed7a14", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "b62c3e33-b75b-42f0-a1a4-85cd3cb09cbc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031951Z:6584500a-0cd3-4b72-a446-ca5372ed7a14" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=bftq\u0026srt=sco\u0026sp=rdwlacup\u0026st=2020-09-14T03%3A19%3A49.9129550Z\u0026se=2020-09-14T04%3A19%3A49.9129550Z\u0026spr=https,http\u0026sig=E1MLdlo86JGjY6nsYpXIZ%2B6zaHs4XP3uBApkvLdZ2sg%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:19:49.9129550\u002B08:00", - "RandomSeed": "514676531", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json deleted file mode 100644 index 4364a0e550ed3..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json +++ /dev/null @@ -1,604 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5170?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9b96722895b0d746a4b2bb08c49e74da-a116a0a34f9f154e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2fc6e94d3e5e3bf8dfa96747133d007d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b8620607-9230-4760-9c99-bad13f1ac859", - "x-ms-ratelimit-remaining-subscription-writes": "1102", - "x-ms-request-id": "b8620607-9230-4760-9c99-bad13f1ac859", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033823Z:b8620607-9230-4760-9c99-bad13f1ac859" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5170", - "name": "res5170", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5170/providers/Microsoft.Storage/storageAccounts/sto1746?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-e61fa2cf7c183b47ac3750a8deaf7731-fbc95871246bb64d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "355ef2d2f061ca5a78f4087de079ab8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "355ef2d2f061ca5a78f4087de079ab8e", - "x-ms-correlation-request-id": "142dd610-218c-42d1-839c-9d513b96cb3f", - "x-ms-ratelimit-remaining-subscription-writes": "1101", - "x-ms-request-id": "31acc20b-7149-4803-8312-9853dc66652f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033826Z:142dd610-218c-42d1-839c-9d513b96cb3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c1d64b3767caf9eb6c64e64af0befe30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1d64b3767caf9eb6c64e64af0befe30", - "x-ms-correlation-request-id": "b29d7a6f-239f-4795-9fb1-9e214f754d16", - "x-ms-ratelimit-remaining-subscription-reads": "11481", - "x-ms-request-id": "08ef8e09-b7e9-4b7e-8d29-a22908c32045", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033826Z:b29d7a6f-239f-4795-9fb1-9e214f754d16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60feb8bc39e78f6fcee50295a1ecb2d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60feb8bc39e78f6fcee50295a1ecb2d2", - "x-ms-correlation-request-id": "6062cf9e-9626-410e-b897-47b83eab4c14", - "x-ms-ratelimit-remaining-subscription-reads": "11480", - "x-ms-request-id": "885a8717-6dc9-4eb1-9a7d-2e8ce9ec20d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033827Z:6062cf9e-9626-410e-b897-47b83eab4c14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9445e275e9a2aec4f21ed8ac5cd98874", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9445e275e9a2aec4f21ed8ac5cd98874", - "x-ms-correlation-request-id": "f0205eb0-6ddd-4f6e-a0ae-107ae0f80318", - "x-ms-ratelimit-remaining-subscription-reads": "11479", - "x-ms-request-id": "3f299cb3-57ba-4658-9fc8-69392666df00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033829Z:f0205eb0-6ddd-4f6e-a0ae-107ae0f80318" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5fb11ecd1ea7fe3ddc47f3e46455577f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fb11ecd1ea7fe3ddc47f3e46455577f", - "x-ms-correlation-request-id": "68b67476-a016-4c3f-9f8d-a39a814b0d2a", - "x-ms-ratelimit-remaining-subscription-reads": "11478", - "x-ms-request-id": "f26dc8e4-dab1-4efd-9d8c-b028f88141ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033830Z:68b67476-a016-4c3f-9f8d-a39a814b0d2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dd413b16a78d28df44f6dc860c333f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dd413b16a78d28df44f6dc860c333f5", - "x-ms-correlation-request-id": "b6994871-39fb-4d70-8fd9-598c1622cf79", - "x-ms-ratelimit-remaining-subscription-reads": "11477", - "x-ms-request-id": "693f72d6-5b11-4fd3-b68a-49fc66f3ec0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033831Z:b6994871-39fb-4d70-8fd9-598c1622cf79" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "82c88e5c533b572aa546b85bf6df4a9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82c88e5c533b572aa546b85bf6df4a9c", - "x-ms-correlation-request-id": "5d9f07ac-a1a4-4adc-a0c3-3ecfe9d2392a", - "x-ms-ratelimit-remaining-subscription-reads": "11476", - "x-ms-request-id": "877892fb-fb1f-4a13-8232-2a48f0051e7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033833Z:5d9f07ac-a1a4-4adc-a0c3-3ecfe9d2392a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "48fa58c77b0562fb91de6b58b0749d18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48fa58c77b0562fb91de6b58b0749d18", - "x-ms-correlation-request-id": "9b79f693-8f56-482d-a149-d17d2b09b0a5", - "x-ms-ratelimit-remaining-subscription-reads": "11475", - "x-ms-request-id": "18c2fc79-b20c-4060-902a-72816ad33f7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033834Z:9b79f693-8f56-482d-a149-d17d2b09b0a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d587fe13d58d5e44e97d6832b131db14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d587fe13d58d5e44e97d6832b131db14", - "x-ms-correlation-request-id": "ff06d57b-9e27-4572-b20a-e99e2998580a", - "x-ms-ratelimit-remaining-subscription-reads": "11474", - "x-ms-request-id": "34c30f60-b582-4253-a445-c90ed8795dc9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033836Z:ff06d57b-9e27-4572-b20a-e99e2998580a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0801d105eac8e1ef9365f15ce8d2a630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0801d105eac8e1ef9365f15ce8d2a630", - "x-ms-correlation-request-id": "eb08ca84-3d92-423e-99ca-379d80ffcb4e", - "x-ms-ratelimit-remaining-subscription-reads": "11473", - "x-ms-request-id": "7e588877-67fd-4920-b4a7-1484b175490a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033837Z:eb08ca84-3d92-423e-99ca-379d80ffcb4e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8479fa97457f20f149c5f8712c9b15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8479fa97457f20f149c5f8712c9b15f", - "x-ms-correlation-request-id": "8ef5783f-a87b-49c8-bd34-56e289ebae15", - "x-ms-ratelimit-remaining-subscription-reads": "11472", - "x-ms-request-id": "40407ea5-73c9-4a12-a247-750b59d35187", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033839Z:8ef5783f-a87b-49c8-bd34-56e289ebae15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df525602957229500ea64127e3e77517", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df525602957229500ea64127e3e77517", - "x-ms-correlation-request-id": "f138930c-c143-4afc-8e97-bb11610950b9", - "x-ms-ratelimit-remaining-subscription-reads": "11471", - "x-ms-request-id": "bfa0f225-ca61-482d-946f-5fe319e64fd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033841Z:f138930c-c143-4afc-8e97-bb11610950b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31acc20b-7149-4803-8312-9853dc66652f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "128838d7e3e990bdc10ff32c8b67cfca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:38:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "128838d7e3e990bdc10ff32c8b67cfca", - "x-ms-correlation-request-id": "4600388e-de67-424b-95c0-8ffd1c437afc", - "x-ms-ratelimit-remaining-subscription-reads": "11470", - "x-ms-request-id": "4fa0b864-5f73-4d6c-88ae-788d9102fbe6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033842Z:4600388e-de67-424b-95c0-8ffd1c437afc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5170/providers/Microsoft.Storage/storageAccounts/sto1746", - "name": "sto1746", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:25.7949585Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:25.7949585Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:38:25.6855928Z", - "primaryEndpoints": { - "blob": "https://sto1746.blob.core.windows.net/", - "queue": "https://sto1746.queue.core.windows.net/", - "table": "https://sto1746.table.core.windows.net/", - "file": "https://sto1746.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5170/providers/Microsoft.Storage/storageAccounts/sto1746/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-ab400ecc363b354f9c681f31c7af3ef4-7efc978682df614e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "925991b4c67f14bd4f1eeab132e80e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "bftq", - "signedResourceTypes": "sco", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2020-09-14T03:38:41.7057665Z", - "signedExpiry": "2020-09-14T04:38:41.7057665Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "209", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:38:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "925991b4c67f14bd4f1eeab132e80e2c", - "x-ms-correlation-request-id": "52e89347-4fc7-4e82-a2ed-11234390338d", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "1025eab4-1597-4d49-a882-4569852140be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033842Z:52e89347-4fc7-4e82-a2ed-11234390338d" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=bftq\u0026srt=sco\u0026sp=rdwlacup\u0026st=2020-09-14T03%3A38%3A41.7057665Z\u0026se=2020-09-14T04%3A38%3A41.7057665Z\u0026spr=https,http\u0026sig=ze4%2B2VeBXV9r8lK%2FBkD72%2FOBDXE%2BSHhSvtKwemn4eAI%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:38:41.7057665\u002B08:00", - "RandomSeed": "2042394430", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json deleted file mode 100644 index fda7b9cc0d99d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json +++ /dev/null @@ -1,635 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1791?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d15c987f2337994b8b21c7c6be8eaaa4-810a8b074e7c2243-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f91af783b5d914068e85264215bf6797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "75694c0a-da7d-457b-a2fd-53e6aeb3ba08", - "x-ms-ratelimit-remaining-subscription-writes": "994", - "x-ms-request-id": "75694c0a-da7d-457b-a2fd-53e6aeb3ba08", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031953Z:75694c0a-da7d-457b-a2fd-53e6aeb3ba08" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1791", - "name": "res1791", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1791/providers/Microsoft.Storage/storageAccounts/sto1005?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-cc87f7e5e7c417479b9b89fbd88ff905-0ef321b685484443-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7546c8d4be543612794a5358bd5708e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7546c8d4be543612794a5358bd5708e5", - "x-ms-correlation-request-id": "5e30ce61-15c7-46c8-bfc1-b4eeef06e1cd", - "x-ms-ratelimit-remaining-subscription-writes": "993", - "x-ms-request-id": "aa01ce57-2df7-4ba3-992e-a10f44100bf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031957Z:5e30ce61-15c7-46c8-bfc1-b4eeef06e1cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7539ebde5d4c392f07c2606bb2bbd12e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7539ebde5d4c392f07c2606bb2bbd12e", - "x-ms-correlation-request-id": "e7b0597f-3633-4e3a-8eb3-bd39d0a3e762", - "x-ms-ratelimit-remaining-subscription-reads": "11096", - "x-ms-request-id": "c53e79ec-a312-4fc0-a097-ab53c7ac331d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031957Z:e7b0597f-3633-4e3a-8eb3-bd39d0a3e762" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7c125c1ee9b850a236b7af7509fd53ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c125c1ee9b850a236b7af7509fd53ed", - "x-ms-correlation-request-id": "a941bccc-2f71-4e38-a210-74233be17035", - "x-ms-ratelimit-remaining-subscription-reads": "11095", - "x-ms-request-id": "26f7e3e0-747a-409b-b06e-2e0aabe9d8b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T031959Z:a941bccc-2f71-4e38-a210-74233be17035" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d27a405f931da5991475a6242426db09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:19:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d27a405f931da5991475a6242426db09", - "x-ms-correlation-request-id": "0eb1f27b-ba86-4be8-8ce4-1dbda3a72542", - "x-ms-ratelimit-remaining-subscription-reads": "11094", - "x-ms-request-id": "be3b5d87-04f7-4891-863b-b4043f552071", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032000Z:0eb1f27b-ba86-4be8-8ce4-1dbda3a72542" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86f6860c6e79f45a48e83e94adb92f0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86f6860c6e79f45a48e83e94adb92f0a", - "x-ms-correlation-request-id": "6819c9a0-e65e-413b-8060-b9267fac6266", - "x-ms-ratelimit-remaining-subscription-reads": "11093", - "x-ms-request-id": "b64bac3f-4c2b-427f-951e-4f1c5e9eebe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032001Z:6819c9a0-e65e-413b-8060-b9267fac6266" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "720b736fff408b10c36d6843437d2b0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "720b736fff408b10c36d6843437d2b0f", - "x-ms-correlation-request-id": "99386803-c546-4013-9566-d53c495b157d", - "x-ms-ratelimit-remaining-subscription-reads": "11092", - "x-ms-request-id": "061a9d9b-5d5f-4215-8368-fbcfd675a34b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032002Z:99386803-c546-4013-9566-d53c495b157d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8368a6dccc06f173e68689345405f85a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8368a6dccc06f173e68689345405f85a", - "x-ms-correlation-request-id": "8529a43f-b806-407f-b4f1-77b448f732de", - "x-ms-ratelimit-remaining-subscription-reads": "11091", - "x-ms-request-id": "10d8f036-9d76-4bc9-a4a5-1e7bd9442342", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032004Z:8529a43f-b806-407f-b4f1-77b448f732de" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1b49b45691b0dc8756bc30c0516b1cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1b49b45691b0dc8756bc30c0516b1cb", - "x-ms-correlation-request-id": "8f270b17-0155-47ee-8dec-eaf71d560676", - "x-ms-ratelimit-remaining-subscription-reads": "11090", - "x-ms-request-id": "a6beb3f3-a712-4b9e-b0b8-9b6fd609d491", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032005Z:8f270b17-0155-47ee-8dec-eaf71d560676" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "06b82fbdac50a30300198bba75db36be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06b82fbdac50a30300198bba75db36be", - "x-ms-correlation-request-id": "e172adc6-6f53-4c5b-9f6e-45549c790b9e", - "x-ms-ratelimit-remaining-subscription-reads": "11089", - "x-ms-request-id": "52a785ba-b628-4153-b420-45b01e7ef956", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032006Z:e172adc6-6f53-4c5b-9f6e-45549c790b9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a7fd0d747ac872f4dd5a0d9b0866ebcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7fd0d747ac872f4dd5a0d9b0866ebcf", - "x-ms-correlation-request-id": "2a4ac882-75de-4eed-b43b-e4cdf7f5c307", - "x-ms-ratelimit-remaining-subscription-reads": "11088", - "x-ms-request-id": "79328ab7-99aa-44a2-8e6b-728eca64ab69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032008Z:2a4ac882-75de-4eed-b43b-e4cdf7f5c307" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2577bdd5f14c990a9811b101de0e989a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2577bdd5f14c990a9811b101de0e989a", - "x-ms-correlation-request-id": "c869ccc8-1978-4149-8d32-7c80e1f97bea", - "x-ms-ratelimit-remaining-subscription-reads": "11087", - "x-ms-request-id": "de6bc120-d2ab-44c7-b8b1-7a38318906db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032009Z:c869ccc8-1978-4149-8d32-7c80e1f97bea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7970534091942023b4629f59f689b99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7970534091942023b4629f59f689b99", - "x-ms-correlation-request-id": "ec7c0f8a-0e33-4695-8e52-53246d630614", - "x-ms-ratelimit-remaining-subscription-reads": "11086", - "x-ms-request-id": "1b324885-9485-4ad3-9a06-f80830f04d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032010Z:ec7c0f8a-0e33-4695-8e52-53246d630614" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7e4bc2e1163837103630fb7c9f294cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7e4bc2e1163837103630fb7c9f294cf", - "x-ms-correlation-request-id": "d1fbf2a9-5aab-449b-a708-4e29436a3857", - "x-ms-ratelimit-remaining-subscription-reads": "11085", - "x-ms-request-id": "b75034b5-ac9e-4c71-a749-fd553ab99033", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032012Z:d1fbf2a9-5aab-449b-a708-4e29436a3857" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aa01ce57-2df7-4ba3-992e-a10f44100bf6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "026672c2f3cecbb6bb35ea06c814fa30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:20:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "026672c2f3cecbb6bb35ea06c814fa30", - "x-ms-correlation-request-id": "87da78f4-4e6e-40e6-8fdf-b03bba6aea9a", - "x-ms-ratelimit-remaining-subscription-reads": "11084", - "x-ms-request-id": "9547b872-f56d-432e-9fe2-309e9427a896", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032013Z:87da78f4-4e6e-40e6-8fdf-b03bba6aea9a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1791/providers/Microsoft.Storage/storageAccounts/sto1005", - "name": "sto1005", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:56.9185578Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:19:56.9185578Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:19:56.8403694Z", - "primaryEndpoints": { - "blob": "https://sto1005.blob.core.windows.net/", - "queue": "https://sto1005.queue.core.windows.net/", - "table": "https://sto1005.table.core.windows.net/", - "file": "https://sto1005.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1791/providers/Microsoft.Storage/storageAccounts/sto1005/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-ba6489342f08af41bd69874c52a0b26f-af52b6132df59d4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22d31776e02923369414f4b5fa4b7948", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T04:20:12.6113437Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:20:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22d31776e02923369414f4b5fa4b7948", - "x-ms-correlation-request-id": "8c1c15e2-1ede-43fd-96ea-98f698f0de2a", - "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "176148f2-2458-4b0f-b998-0220a51081e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032013Z:8c1c15e2-1ede-43fd-96ea-98f698f0de2a" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2020-09-14T04%3A20%3A12.6113437Z\u0026sig=LgJ8SdyAKXbdefZ1UlrUHWTLQ7rT9abxB3lqY4z6a%2Fc%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:20:12.6113437\u002B08:00", - "RandomSeed": "36845145", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json deleted file mode 100644 index 6a7ad21c8d7f8..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json +++ /dev/null @@ -1,601 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7690?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-72dc3397af020141a2619d84ffa7a728-da3f18e7b50af74d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f72511a66125c2651298bfa9b5bf3f37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "933f3382-583b-41c2-8a3e-a8c6444c8f51", - "x-ms-ratelimit-remaining-subscription-writes": "1100", - "x-ms-request-id": "933f3382-583b-41c2-8a3e-a8c6444c8f51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033845Z:933f3382-583b-41c2-8a3e-a8c6444c8f51" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7690", - "name": "res7690", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7690/providers/Microsoft.Storage/storageAccounts/sto8486?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b66fd9526226024e855b1aa8483cb562-4da114795da84e42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec6f869b2f44a006ef2182d757743a68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec6f869b2f44a006ef2182d757743a68", - "x-ms-correlation-request-id": "fb7a6098-6841-4707-82f6-2a1e834e1899", - "x-ms-ratelimit-remaining-subscription-writes": "1099", - "x-ms-request-id": "9a7554d6-b22b-480d-94d1-a99d7148d938", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033848Z:fb7a6098-6841-4707-82f6-2a1e834e1899" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5badfb1cb1a4e1621f57353fe2eabb23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5badfb1cb1a4e1621f57353fe2eabb23", - "x-ms-correlation-request-id": "b2de4e64-d7f9-4cb9-86cf-74ffd587e316", - "x-ms-ratelimit-remaining-subscription-reads": "11469", - "x-ms-request-id": "616af60d-51e3-48d5-97a4-df5c82c9e059", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033849Z:b2de4e64-d7f9-4cb9-86cf-74ffd587e316" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df2d4085c9ae41b8ecb5f110eb385a9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df2d4085c9ae41b8ecb5f110eb385a9e", - "x-ms-correlation-request-id": "b1eede72-83f3-4cfc-9674-d12b1a1ae487", - "x-ms-ratelimit-remaining-subscription-reads": "11468", - "x-ms-request-id": "fb7c43e5-744e-47fa-87c7-150636307e9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033850Z:b1eede72-83f3-4cfc-9674-d12b1a1ae487" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5bba53b3dec7d7c47dae4e75245ad610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bba53b3dec7d7c47dae4e75245ad610", - "x-ms-correlation-request-id": "7acad030-8c24-4e4e-aa8c-bf32dcc6fac2", - "x-ms-ratelimit-remaining-subscription-reads": "11467", - "x-ms-request-id": "98ff63b6-8e8a-4e8b-a9a4-38a0ca11adb9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033851Z:7acad030-8c24-4e4e-aa8c-bf32dcc6fac2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "054820788d235380436c6feebf51f6e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "054820788d235380436c6feebf51f6e6", - "x-ms-correlation-request-id": "e4eeb7f0-46c9-44cf-9241-bdd86ca5ea61", - "x-ms-ratelimit-remaining-subscription-reads": "11466", - "x-ms-request-id": "d9fd6cc1-9759-4125-a13a-342c5e9eb761", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033853Z:e4eeb7f0-46c9-44cf-9241-bdd86ca5ea61" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f8b97fc6030a65c7c5662007b431d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f8b97fc6030a65c7c5662007b431d92", - "x-ms-correlation-request-id": "1686d0ad-577c-4cb9-aee9-aff0be96d760", - "x-ms-ratelimit-remaining-subscription-reads": "11465", - "x-ms-request-id": "a98b32e1-928d-4594-a4f2-bd204be6814d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033854Z:1686d0ad-577c-4cb9-aee9-aff0be96d760" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cb98e1de55f0267bd267185b6fd5172b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb98e1de55f0267bd267185b6fd5172b", - "x-ms-correlation-request-id": "89c36279-286f-401b-8059-f9aacff7f16f", - "x-ms-ratelimit-remaining-subscription-reads": "11464", - "x-ms-request-id": "8fb90c7a-3282-4f43-bfcd-4b51f2b0f621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033855Z:89c36279-286f-401b-8059-f9aacff7f16f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8c7867b747ce18dfc3a188cd2b7fd8ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c7867b747ce18dfc3a188cd2b7fd8ff", - "x-ms-correlation-request-id": "c6f67ca4-ccd0-4310-a4d9-3b04541f34f5", - "x-ms-ratelimit-remaining-subscription-reads": "11463", - "x-ms-request-id": "30e80209-917a-483b-aa6f-b233dd2e4dd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033857Z:c6f67ca4-ccd0-4310-a4d9-3b04541f34f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de0fdd4e2bb9a7f61c65bcc9470137a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de0fdd4e2bb9a7f61c65bcc9470137a6", - "x-ms-correlation-request-id": "9804fdf8-a8c2-4757-a9e5-190b545614c4", - "x-ms-ratelimit-remaining-subscription-reads": "11462", - "x-ms-request-id": "f4eb715c-8800-4985-aca2-93f2c4ad9498", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033858Z:9804fdf8-a8c2-4757-a9e5-190b545614c4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1348363e90ca97c40180074eccadfa52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:38:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1348363e90ca97c40180074eccadfa52", - "x-ms-correlation-request-id": "b8aaa626-e2f1-423e-9edb-c7857357ed98", - "x-ms-ratelimit-remaining-subscription-reads": "11461", - "x-ms-request-id": "5b0cc59e-1c3c-4cc3-a423-b57745256f6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033859Z:b8aaa626-e2f1-423e-9edb-c7857357ed98" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "920c188e39c58c7171d170688a16d0c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "920c188e39c58c7171d170688a16d0c2", - "x-ms-correlation-request-id": "6a116efb-3895-48c0-a6d4-dd28bfa6ed44", - "x-ms-ratelimit-remaining-subscription-reads": "11460", - "x-ms-request-id": "86311ce7-91d2-4383-a243-7ae99d9eea18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033901Z:6a116efb-3895-48c0-a6d4-dd28bfa6ed44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f48ee26ac536be351878dc3923a7db6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f48ee26ac536be351878dc3923a7db6e", - "x-ms-correlation-request-id": "e7036139-a6c3-47ec-9af0-d98ce0ea5329", - "x-ms-ratelimit-remaining-subscription-reads": "11459", - "x-ms-request-id": "215e2e47-f5fa-40f4-9f3c-f3a082298da6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033902Z:e7036139-a6c3-47ec-9af0-d98ce0ea5329" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a7554d6-b22b-480d-94d1-a99d7148d938?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2f3a6a6aa5f404e0c5bca1f9205b0ceb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:39:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f3a6a6aa5f404e0c5bca1f9205b0ceb", - "x-ms-correlation-request-id": "c04807b0-6466-4059-9e88-62ea9513817e", - "x-ms-ratelimit-remaining-subscription-reads": "11458", - "x-ms-request-id": "02643498-ebc0-4fdb-a9ae-fc0bb81895e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033903Z:c04807b0-6466-4059-9e88-62ea9513817e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7690/providers/Microsoft.Storage/storageAccounts/sto8486", - "name": "sto8486", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:47.6864996Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:38:47.6864996Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:38:47.5927217Z", - "primaryEndpoints": { - "blob": "https://sto8486.blob.core.windows.net/", - "queue": "https://sto8486.queue.core.windows.net/", - "table": "https://sto8486.table.core.windows.net/", - "file": "https://sto8486.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7690/providers/Microsoft.Storage/storageAccounts/sto8486/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-4d0cffc9718e274c95bb74c6aac8814f-6bedee3f7afe0243-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eae344b0061fc91be24e794d5c3868c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T04:39:02.8758317Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:39:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eae344b0061fc91be24e794d5c3868c9", - "x-ms-correlation-request-id": "2930c398-b5ac-43c6-a779-d7210acb89d0", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "5418f624-394f-431d-b8a3-76c55ec2caa9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033904Z:2930c398-b5ac-43c6-a779-d7210acb89d0" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2020-09-14T04%3A39%3A02.8758317Z\u0026sig=LepFEy16hC9Uk61K1s1YjDipRe6pg5CLZMC%2Bn1OD93s%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:39:02.8758317\u002B08:00", - "RandomSeed": "1168424947", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json deleted file mode 100644 index 791f0a72deed2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7518?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e66e01d6a2b1e540910585332dcc2840-42a60cb12385f34d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d4be3e1a308ff3d22f07c45d3764ab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9b4eddc4-bc02-46cb-a3a9-add9ce06d95f", - "x-ms-ratelimit-remaining-subscription-writes": "992", - "x-ms-request-id": "9b4eddc4-bc02-46cb-a3a9-add9ce06d95f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032016Z:9b4eddc4-bc02-46cb-a3a9-add9ce06d95f" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7518", - "name": "res7518", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7518/providers/Microsoft.Storage/storageAccounts/sto8165?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8b2309d4b3e45148bc29c384804d5864-f26ce814b644064b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "08c5602514caa2220fbf519191ec8e95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08c5602514caa2220fbf519191ec8e95", - "x-ms-correlation-request-id": "f5443403-a767-448d-997f-f3db19890df5", - "x-ms-ratelimit-remaining-subscription-writes": "991", - "x-ms-request-id": "8d1e6f30-2c05-4f91-bf30-b425ed61aafd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032019Z:f5443403-a767-448d-997f-f3db19890df5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4302134dcf17cf1728cbf9e3eb6e9104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4302134dcf17cf1728cbf9e3eb6e9104", - "x-ms-correlation-request-id": "b3233891-8da1-4fb6-9990-73a8acdaa5aa", - "x-ms-ratelimit-remaining-subscription-reads": "11083", - "x-ms-request-id": "276d8d56-82f5-4220-9d8b-4bd2a25396ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032019Z:b3233891-8da1-4fb6-9990-73a8acdaa5aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a32b0eed629dc9e341fb617ec8ace65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a32b0eed629dc9e341fb617ec8ace65", - "x-ms-correlation-request-id": "58c0dd0f-ce26-494f-829f-5c20d85c2540", - "x-ms-ratelimit-remaining-subscription-reads": "11082", - "x-ms-request-id": "cc9c60d4-c202-4cfa-9638-67c68a21490b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032020Z:58c0dd0f-ce26-494f-829f-5c20d85c2540" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e4370454bead17d4451b5b94f47bae3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e4370454bead17d4451b5b94f47bae3", - "x-ms-correlation-request-id": "c4e884c9-9ce3-43cc-baa5-02efbccc5ebc", - "x-ms-ratelimit-remaining-subscription-reads": "11081", - "x-ms-request-id": "0ea6459b-82af-4a94-a60e-d3114f303fc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032022Z:c4e884c9-9ce3-43cc-baa5-02efbccc5ebc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "23aa22215f7777b774250ff818ffe29e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23aa22215f7777b774250ff818ffe29e", - "x-ms-correlation-request-id": "19599824-46f8-4400-951c-cfae1e945cf2", - "x-ms-ratelimit-remaining-subscription-reads": "11080", - "x-ms-request-id": "1c6a9ce8-11c9-4512-a77e-252a2cfd50c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032023Z:19599824-46f8-4400-951c-cfae1e945cf2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a9e93fc122ba21a3260d6d821e58dec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a9e93fc122ba21a3260d6d821e58dec", - "x-ms-correlation-request-id": "33c3245c-1621-4dce-91ba-a65a43db23d6", - "x-ms-ratelimit-remaining-subscription-reads": "11079", - "x-ms-request-id": "0900aeaa-03fc-4bb6-9d01-acbaee51c76f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032024Z:33c3245c-1621-4dce-91ba-a65a43db23d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c9f6d364aadfe5eeb9cb09c43c85b944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9f6d364aadfe5eeb9cb09c43c85b944", - "x-ms-correlation-request-id": "23cad2d0-223b-407b-b83e-e1154ccfc989", - "x-ms-ratelimit-remaining-subscription-reads": "11078", - "x-ms-request-id": "4e766650-35a3-4a62-a6fb-cd1f7637f319", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032026Z:23cad2d0-223b-407b-b83e-e1154ccfc989" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbbd166e40a90eb70808f11688df568f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbbd166e40a90eb70808f11688df568f", - "x-ms-correlation-request-id": "bd7f8e4b-d0d6-40eb-9fd6-24c4af4ce885", - "x-ms-ratelimit-remaining-subscription-reads": "11077", - "x-ms-request-id": "5613a2a8-fed1-416c-8a8d-05be7c222e31", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032027Z:bd7f8e4b-d0d6-40eb-9fd6-24c4af4ce885" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44932297190951bfa5b9c15f085566ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44932297190951bfa5b9c15f085566ac", - "x-ms-correlation-request-id": "71abe433-885c-4361-a8fe-838fd547e204", - "x-ms-ratelimit-remaining-subscription-reads": "11076", - "x-ms-request-id": "b8c1e93f-d36f-4c43-8811-7bf3671f6786", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032028Z:71abe433-885c-4361-a8fe-838fd547e204" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a6992a6d22724431be8c1d7b9d75dda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a6992a6d22724431be8c1d7b9d75dda", - "x-ms-correlation-request-id": "652923b5-46e1-4add-996d-7a6bddd2e654", - "x-ms-ratelimit-remaining-subscription-reads": "11075", - "x-ms-request-id": "8b8f543a-d931-4a69-b5c3-1687ad5cb174", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032030Z:652923b5-46e1-4add-996d-7a6bddd2e654" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "192d7a7574f2553a576b15ef7e5805b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "192d7a7574f2553a576b15ef7e5805b2", - "x-ms-correlation-request-id": "ab5ab80e-4191-4b86-ad9f-da5eb196eb44", - "x-ms-ratelimit-remaining-subscription-reads": "11074", - "x-ms-request-id": "6d357b97-34fd-447d-a5ed-55210052c4e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032031Z:ab5ab80e-4191-4b86-ad9f-da5eb196eb44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f56f44a14b75c567de6e282157e898ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f56f44a14b75c567de6e282157e898ce", - "x-ms-correlation-request-id": "dd101a34-6dca-49e3-a811-0831c3de823e", - "x-ms-ratelimit-remaining-subscription-reads": "11073", - "x-ms-request-id": "bfe2dedb-e7c1-4cf2-a87c-ee941edb2e35", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032032Z:dd101a34-6dca-49e3-a811-0831c3de823e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ee9e75b4c2831b95714b2bcbd53a6c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ee9e75b4c2831b95714b2bcbd53a6c3", - "x-ms-correlation-request-id": "b115c49a-155d-4f86-b184-2fa9999ffd41", - "x-ms-ratelimit-remaining-subscription-reads": "11072", - "x-ms-request-id": "3b6fff4c-17f7-427a-a6fd-6a71f98ac5b9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032034Z:b115c49a-155d-4f86-b184-2fa9999ffd41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8d1e6f30-2c05-4f91-bf30-b425ed61aafd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "74350ee26867296413683b844c19fd6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:20:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74350ee26867296413683b844c19fd6f", - "x-ms-correlation-request-id": "dd692cbf-6a30-477e-8946-f0be5ac220fb", - "x-ms-ratelimit-remaining-subscription-reads": "11071", - "x-ms-request-id": "5bcde133-b954-43bb-824c-f3ceca1bfd0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032035Z:dd692cbf-6a30-477e-8946-f0be5ac220fb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7518/providers/Microsoft.Storage/storageAccounts/sto8165", - "name": "sto8165", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:18.6537574Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:18.6537574Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:20:18.5756628Z", - "primaryEndpoints": { - "blob": "https://sto8165.blob.core.windows.net/", - "queue": "https://sto8165.queue.core.windows.net/", - "table": "https://sto8165.table.core.windows.net/", - "file": "https://sto8165.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7518/providers/Microsoft.Storage/storageAccounts/sto8165/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-69356c2370e29846986dc861800aacae-8b75a1bbd88be745-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "979446d3776e558a8b3d9d6099ab078b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T02:20:34.5160932Z" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:20:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "979446d3776e558a8b3d9d6099ab078b", - "x-ms-correlation-request-id": "071d02f5-a132-4fc3-b702-db3e63b81811", - "x-ms-ratelimit-remaining-subscription-writes": "1179", - "x-ms-request-id": "de24540a-e840-49fe-b623-49d7836061d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032035Z:071d02f5-a132-4fc3-b702-db3e63b81811" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:20:34.5160932\u002B08:00", - "RandomSeed": "511688618", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json deleted file mode 100644 index 8a8951c8f13a5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res835?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ab2e945aa997184282f2a578d356a226-3e007011458df845-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d103a57bc2164993900c753517423ef1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b9becc8-8545-4630-ad10-86563b552846", - "x-ms-ratelimit-remaining-subscription-writes": "1098", - "x-ms-request-id": "2b9becc8-8545-4630-ad10-86563b552846", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033907Z:2b9becc8-8545-4630-ad10-86563b552846" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res835", - "name": "res835", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res835/providers/Microsoft.Storage/storageAccounts/sto9866?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-e0ded174303b974e8db3353d6f2d7f56-170e6c87c0a1d841-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3a1eac1a4d132b90fb4a4a562811413d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a1eac1a4d132b90fb4a4a562811413d", - "x-ms-correlation-request-id": "07190131-d0c1-4233-8a20-ef5063c43045", - "x-ms-ratelimit-remaining-subscription-writes": "1097", - "x-ms-request-id": "76e6f68c-5511-4519-8ee9-57f20833b07b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033910Z:07190131-d0c1-4233-8a20-ef5063c43045" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "38f9ebe30c83576772a51b7849f268fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38f9ebe30c83576772a51b7849f268fa", - "x-ms-correlation-request-id": "4cdd0517-2985-45db-bf7d-cf98787c9c97", - "x-ms-ratelimit-remaining-subscription-reads": "11457", - "x-ms-request-id": "dce3b90f-2c11-44b9-8654-446077006ba9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033911Z:4cdd0517-2985-45db-bf7d-cf98787c9c97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "16ccf834acce4a3639d0db0aa8c4904c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16ccf834acce4a3639d0db0aa8c4904c", - "x-ms-correlation-request-id": "9fb9809b-1bc1-489a-aeb2-97686925efef", - "x-ms-ratelimit-remaining-subscription-reads": "11456", - "x-ms-request-id": "c200b45b-6869-46d2-ab8f-a086a624bb69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033912Z:9fb9809b-1bc1-489a-aeb2-97686925efef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c733a3408183eb9c517d1d4b4fa046c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c733a3408183eb9c517d1d4b4fa046c", - "x-ms-correlation-request-id": "acc91c73-a87d-48a2-9d1f-24ed87ca9d13", - "x-ms-ratelimit-remaining-subscription-reads": "11455", - "x-ms-request-id": "3a3534df-87c4-455a-b1e4-e6357a33c542", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033913Z:acc91c73-a87d-48a2-9d1f-24ed87ca9d13" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a296aaa1ffe13740b4aeffb2315cafae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a296aaa1ffe13740b4aeffb2315cafae", - "x-ms-correlation-request-id": "deed02c6-5c3a-47be-ba12-2d35b9eb5c77", - "x-ms-ratelimit-remaining-subscription-reads": "11454", - "x-ms-request-id": "26219fa8-519f-46b3-885c-2da5a6d23d52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033915Z:deed02c6-5c3a-47be-ba12-2d35b9eb5c77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e43ce152b7f2ce13e8e51b7da61953e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e43ce152b7f2ce13e8e51b7da61953e", - "x-ms-correlation-request-id": "6a62d5a4-bca4-4a9f-8a38-2ddb2d8d4301", - "x-ms-ratelimit-remaining-subscription-reads": "11453", - "x-ms-request-id": "097943e7-24ab-4ee6-b10e-63ccaaf8ed29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033916Z:6a62d5a4-bca4-4a9f-8a38-2ddb2d8d4301" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd696ecced2e346af93b886a09070c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd696ecced2e346af93b886a09070c68", - "x-ms-correlation-request-id": "b400013c-5393-47ec-b42d-80d68249fd05", - "x-ms-ratelimit-remaining-subscription-reads": "11452", - "x-ms-request-id": "1296ad59-4ac5-4c35-86df-0bc4cca9cf61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033917Z:b400013c-5393-47ec-b42d-80d68249fd05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e6bf2368f5b776ecc96a6453ae895c52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6bf2368f5b776ecc96a6453ae895c52", - "x-ms-correlation-request-id": "4b6408c1-1a8d-42ba-8baa-a638d68446c7", - "x-ms-ratelimit-remaining-subscription-reads": "11451", - "x-ms-request-id": "04fe3693-9f4a-4efe-b869-2ee2d8173d4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033919Z:4b6408c1-1a8d-42ba-8baa-a638d68446c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3e6c018b2f32780630e1443a3772337", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3e6c018b2f32780630e1443a3772337", - "x-ms-correlation-request-id": "e5f70c22-5d1f-4ae4-a13c-ee524cdde3a3", - "x-ms-ratelimit-remaining-subscription-reads": "11450", - "x-ms-request-id": "f7c7c844-1a00-46ed-9ecb-34a42e52f5b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033920Z:e5f70c22-5d1f-4ae4-a13c-ee524cdde3a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b64ee981afa2d68782f334c389178670", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b64ee981afa2d68782f334c389178670", - "x-ms-correlation-request-id": "9b70e4e6-7045-4f0d-a2f7-34b0f4487d93", - "x-ms-ratelimit-remaining-subscription-reads": "11449", - "x-ms-request-id": "1c1f2e2c-e00d-4d76-81c3-66913b4437f1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033921Z:9b70e4e6-7045-4f0d-a2f7-34b0f4487d93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "485135df4920b674a39782a8e1a8d251", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "485135df4920b674a39782a8e1a8d251", - "x-ms-correlation-request-id": "36e5b8a6-3009-45e0-a1b8-7b16c03df5ae", - "x-ms-ratelimit-remaining-subscription-reads": "11448", - "x-ms-request-id": "c78fab14-b4c5-4eeb-96c8-ea3162023891", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033923Z:36e5b8a6-3009-45e0-a1b8-7b16c03df5ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4d22c47a53b69b0381040007ebc9e4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4d22c47a53b69b0381040007ebc9e4c", - "x-ms-correlation-request-id": "310fa258-8681-4ef8-849a-486e4232eed0", - "x-ms-ratelimit-remaining-subscription-reads": "11447", - "x-ms-request-id": "4897e838-2da0-4589-a253-b67e9f23a7c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033924Z:310fa258-8681-4ef8-849a-486e4232eed0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d64a488da2637177498130a2ddff5d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d64a488da2637177498130a2ddff5d9", - "x-ms-correlation-request-id": "a589d54b-b252-4075-b414-b6cdedb6d02f", - "x-ms-ratelimit-remaining-subscription-reads": "11446", - "x-ms-request-id": "e5868331-746d-4d41-8a70-e78d55ad9f47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033925Z:a589d54b-b252-4075-b414-b6cdedb6d02f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76e6f68c-5511-4519-8ee9-57f20833b07b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5c7ce220c244393584e70f10087337e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:39:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c7ce220c244393584e70f10087337e7", - "x-ms-correlation-request-id": "c12d6175-d8cd-4504-a574-918c28fb868a", - "x-ms-ratelimit-remaining-subscription-reads": "11445", - "x-ms-request-id": "13add614-2210-4c03-ad6a-117f1108531f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033927Z:c12d6175-d8cd-4504-a574-918c28fb868a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res835/providers/Microsoft.Storage/storageAccounts/sto9866", - "name": "sto9866", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:10.2967506Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:10.2967506Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:39:10.2029597Z", - "primaryEndpoints": { - "blob": "https://sto9866.blob.core.windows.net/", - "queue": "https://sto9866.queue.core.windows.net/", - "table": "https://sto9866.table.core.windows.net/", - "file": "https://sto9866.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res835/providers/Microsoft.Storage/storageAccounts/sto9866/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-ee2d3f3943409d4c884597822811c9cb-eb3e73479b07ff41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c2035f965446c2a159a4fa292a53b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T02:39:26.2296767Z" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:39:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c2035f965446c2a159a4fa292a53b59", - "x-ms-correlation-request-id": "871bb375-f88d-440f-a920-4e7e7557f59c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "259f70fa-07fa-40e8-b37f-c9ad380593a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033927Z:871bb375-f88d-440f-a920-4e7e7557f59c" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:39:26.2296767\u002B08:00", - "RandomSeed": "1894905418", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json deleted file mode 100644 index 3055c5cb45eb9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json +++ /dev/null @@ -1,1270 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9129?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-aadd1ca1d04b2a4288c42d95066b3b0c-29c129a42b628741-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4e62ab50cfaaf650b4367cdf54fa20a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d91a5641-a1b8-410f-99d0-5f8592cbf83d", - "x-ms-ratelimit-remaining-subscription-writes": "990", - "x-ms-request-id": "d91a5641-a1b8-410f-99d0-5f8592cbf83d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032038Z:d91a5641-a1b8-410f-99d0-5f8592cbf83d" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129", - "name": "res9129", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a761139df6582b12a594bb2552587d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1f3a5d2-c7c7-42e4-9ef8-0b87ccd6c047", - "x-ms-ratelimit-remaining-subscription-reads": "11070", - "x-ms-request-id": "a1f3a5d2-c7c7-42e4-9ef8-0b87ccd6c047", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032038Z:a1f3a5d2-c7c7-42e4-9ef8-0b87ccd6c047" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto7936?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-fead74c7de27234cb52abb9387b2d32d-0716263c493fab4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f75128bec53b5282bb0e96381139089", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f75128bec53b5282bb0e96381139089", - "x-ms-correlation-request-id": "37380b47-37bc-442d-9afc-3b9d89fadfaf", - "x-ms-ratelimit-remaining-subscription-writes": "989", - "x-ms-request-id": "a56844ea-7adc-4a05-ab71-eaf7873ce974", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032041Z:37380b47-37bc-442d-9afc-3b9d89fadfaf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7c820fa33ab274a39f22d4529c82480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7c820fa33ab274a39f22d4529c82480", - "x-ms-correlation-request-id": "ca7d488f-eb87-4fcf-91de-3a5097b8950b", - "x-ms-ratelimit-remaining-subscription-reads": "11069", - "x-ms-request-id": "9e3b6e09-422e-4645-a277-0af4e95a51e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032041Z:ca7d488f-eb87-4fcf-91de-3a5097b8950b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d98f9b2b87207d0cb8dd39abd6148a87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d98f9b2b87207d0cb8dd39abd6148a87", - "x-ms-correlation-request-id": "6d7cd59e-fd81-488c-a2e3-662205795f56", - "x-ms-ratelimit-remaining-subscription-reads": "11068", - "x-ms-request-id": "8c3d621c-518a-4136-915b-dfc605cabf97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032043Z:6d7cd59e-fd81-488c-a2e3-662205795f56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60683054a94b8fde3435c1c0e1146f6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60683054a94b8fde3435c1c0e1146f6e", - "x-ms-correlation-request-id": "290d63fa-e281-4a30-a722-c4e62e1cd1a1", - "x-ms-ratelimit-remaining-subscription-reads": "11067", - "x-ms-request-id": "fe752d1f-9400-4fdc-9edd-133600e4ec87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032044Z:290d63fa-e281-4a30-a722-c4e62e1cd1a1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ee8948482147399134b2ecefa9f5024", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ee8948482147399134b2ecefa9f5024", - "x-ms-correlation-request-id": "57a8b80e-e70c-4fb4-b5a5-f9157142615e", - "x-ms-ratelimit-remaining-subscription-reads": "11066", - "x-ms-request-id": "e15ce761-6c14-4d24-a2c3-c30b6c7fdfc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032045Z:57a8b80e-e70c-4fb4-b5a5-f9157142615e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8f1a567c35f8235bdffa5ebc54c9ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8f1a567c35f8235bdffa5ebc54c9ba4", - "x-ms-correlation-request-id": "dcf6b6ac-661c-407f-84d9-eeb4e0a3de58", - "x-ms-ratelimit-remaining-subscription-reads": "11065", - "x-ms-request-id": "b8e002c3-364c-4ddd-8b1d-b95dc47b4dd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032047Z:dcf6b6ac-661c-407f-84d9-eeb4e0a3de58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4127cb6efc2cd27397f54dff7a0f9595", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4127cb6efc2cd27397f54dff7a0f9595", - "x-ms-correlation-request-id": "a4540297-4ab4-4616-adaf-2e27a931ce3f", - "x-ms-ratelimit-remaining-subscription-reads": "11064", - "x-ms-request-id": "8ef96478-d55e-4ddd-bb2c-14258b4da3d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032048Z:a4540297-4ab4-4616-adaf-2e27a931ce3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3b589ce47622c00e5e66d014dcadadc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b589ce47622c00e5e66d014dcadadc6", - "x-ms-correlation-request-id": "bd06b102-4d4c-4e6c-a554-33ca5b947d0f", - "x-ms-ratelimit-remaining-subscription-reads": "11063", - "x-ms-request-id": "cf02fe4c-cafd-405b-88ea-b8f9524a1f2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032049Z:bd06b102-4d4c-4e6c-a554-33ca5b947d0f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2e6089b00f786bf7321e6169753607ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e6089b00f786bf7321e6169753607ad", - "x-ms-correlation-request-id": "397ff63c-80b9-460f-aeae-c42bd20df01a", - "x-ms-ratelimit-remaining-subscription-reads": "11062", - "x-ms-request-id": "b0e759dc-9ffd-4972-9ac7-bf9328190deb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032051Z:397ff63c-80b9-460f-aeae-c42bd20df01a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29060f6a5ff4f781bc66e2c62b5ef5e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29060f6a5ff4f781bc66e2c62b5ef5e9", - "x-ms-correlation-request-id": "6571ac9a-3f9b-4f9d-ac89-c8681451e6dd", - "x-ms-ratelimit-remaining-subscription-reads": "11061", - "x-ms-request-id": "38af08c7-6f6b-4cab-a8f1-94ff340a61ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032053Z:6571ac9a-3f9b-4f9d-ac89-c8681451e6dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f14f864866afd51da4ec090414a54a28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f14f864866afd51da4ec090414a54a28", - "x-ms-correlation-request-id": "8850c377-c7ba-4a7e-9fe5-77a887e75025", - "x-ms-ratelimit-remaining-subscription-reads": "11060", - "x-ms-request-id": "4ffd3a4b-c2ff-45ce-8c4d-70513cdf496d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032054Z:8850c377-c7ba-4a7e-9fe5-77a887e75025" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cdaa225e84a650d2076872112c3140d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdaa225e84a650d2076872112c3140d4", - "x-ms-correlation-request-id": "8f0c80d1-5849-4fc5-a854-61ec0a9d5718", - "x-ms-ratelimit-remaining-subscription-reads": "11059", - "x-ms-request-id": "f93f5184-e92b-4563-b8a9-05ad06db7695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032055Z:8f0c80d1-5849-4fc5-a854-61ec0a9d5718" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a56844ea-7adc-4a05-ab71-eaf7873ce974?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee21782915e703fef2318407567de317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:20:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee21782915e703fef2318407567de317", - "x-ms-correlation-request-id": "2ab7f993-ae5f-4946-b427-4405fedea921", - "x-ms-ratelimit-remaining-subscription-reads": "11058", - "x-ms-request-id": "99bdcb86-8822-4548-a566-2dadde81e7e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032057Z:2ab7f993-ae5f-4946-b427-4405fedea921" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto7936", - "name": "sto7936", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:40.8578834Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:40.8578834Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:20:40.7797299Z", - "primaryEndpoints": { - "blob": "https://sto7936.blob.core.windows.net/", - "queue": "https://sto7936.queue.core.windows.net/", - "table": "https://sto7936.table.core.windows.net/", - "file": "https://sto7936.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto9367?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c29de81007349745a66d28c21bfb5353-b00c42755f7f4c46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b40867ba4228b4c4ffe947f40ba873ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b40867ba4228b4c4ffe947f40ba873ac", - "x-ms-correlation-request-id": "0cbc9b49-3123-4820-94b3-3a4834cb5507", - "x-ms-ratelimit-remaining-subscription-writes": "988", - "x-ms-request-id": "496545b2-93f1-477e-911a-ebfe1b57dedb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032059Z:0cbc9b49-3123-4820-94b3-3a4834cb5507" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c971f55a1f3736005d3ae82bb60ee689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:20:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c971f55a1f3736005d3ae82bb60ee689", - "x-ms-correlation-request-id": "16eaf8c4-f868-4f8a-b631-56ac09e98417", - "x-ms-ratelimit-remaining-subscription-reads": "11057", - "x-ms-request-id": "b7e6fee3-aed3-4853-a7ae-0903a627f085", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032059Z:16eaf8c4-f868-4f8a-b631-56ac09e98417" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2215b10934779c01ee40d4ccdc4e905", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2215b10934779c01ee40d4ccdc4e905", - "x-ms-correlation-request-id": "3f32ad8e-90c6-41f3-acc9-fc7ad4ce8898", - "x-ms-ratelimit-remaining-subscription-reads": "11056", - "x-ms-request-id": "9f3b6766-adb9-4428-99f1-98db1aa5d801", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032101Z:3f32ad8e-90c6-41f3-acc9-fc7ad4ce8898" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "169ac260a9361575da652621581d6d98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "169ac260a9361575da652621581d6d98", - "x-ms-correlation-request-id": "86f7eaea-0fa4-43fc-8983-6f3f40b49cb5", - "x-ms-ratelimit-remaining-subscription-reads": "11055", - "x-ms-request-id": "02c478b8-432a-4d23-be16-7e0654cb4f00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032102Z:86f7eaea-0fa4-43fc-8983-6f3f40b49cb5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6feeebf5e7d8c63d35f7ab5212b36998", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6feeebf5e7d8c63d35f7ab5212b36998", - "x-ms-correlation-request-id": "214e099b-c039-4e09-8f6a-d76c36e6e9d2", - "x-ms-ratelimit-remaining-subscription-reads": "11054", - "x-ms-request-id": "d3f75e52-570e-41ce-aaca-c709fb125c88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032103Z:214e099b-c039-4e09-8f6a-d76c36e6e9d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4cbe350cf746652e50bc8e26d9f2100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4cbe350cf746652e50bc8e26d9f2100", - "x-ms-correlation-request-id": "e3213396-8767-4a93-90b0-4f4539b01c37", - "x-ms-ratelimit-remaining-subscription-reads": "11053", - "x-ms-request-id": "4feba9cc-54dc-47cd-b370-a078880b1882", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032105Z:e3213396-8767-4a93-90b0-4f4539b01c37" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e15774767ad6792c84d3e13ffe220226", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e15774767ad6792c84d3e13ffe220226", - "x-ms-correlation-request-id": "52ecdcfd-2505-42d9-aff4-03eb768edbe4", - "x-ms-ratelimit-remaining-subscription-reads": "11052", - "x-ms-request-id": "a756ed20-c19c-4ef7-9e1b-e39d06a71bcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032106Z:52ecdcfd-2505-42d9-aff4-03eb768edbe4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75d08efb79522523998789cc1e5b5996", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75d08efb79522523998789cc1e5b5996", - "x-ms-correlation-request-id": "fc28d08c-847e-4db4-a297-54bef3b84526", - "x-ms-ratelimit-remaining-subscription-reads": "11051", - "x-ms-request-id": "ac735912-5457-4280-b00b-3137d06c26e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032107Z:fc28d08c-847e-4db4-a297-54bef3b84526" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9edcaad6885cd6c2b6526fa1ee1368c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9edcaad6885cd6c2b6526fa1ee1368c2", - "x-ms-correlation-request-id": "d3720878-081e-4bd5-aa70-07921ae44033", - "x-ms-ratelimit-remaining-subscription-reads": "11050", - "x-ms-request-id": "de0d3e82-4e60-4a6a-b7fb-9393091c982d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032109Z:d3720878-081e-4bd5-aa70-07921ae44033" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dee6a109accffcae5032484ef05f5a29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dee6a109accffcae5032484ef05f5a29", - "x-ms-correlation-request-id": "0cdb5a37-7f6d-4030-ac0c-212ad35d1944", - "x-ms-ratelimit-remaining-subscription-reads": "11049", - "x-ms-request-id": "1744aa6c-d483-460f-aaf5-a7df13b8455c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032110Z:0cdb5a37-7f6d-4030-ac0c-212ad35d1944" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "54694b79644673cacbf9beff0a823685", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54694b79644673cacbf9beff0a823685", - "x-ms-correlation-request-id": "17d97ec2-6b9a-4eb8-9361-1fa26ee93b9d", - "x-ms-ratelimit-remaining-subscription-reads": "11048", - "x-ms-request-id": "a9927ebb-cdfb-4b83-b254-3f03f2751617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032111Z:17d97ec2-6b9a-4eb8-9361-1fa26ee93b9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cc3c71f7a7429c6fbdf4d2a3f74e656", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cc3c71f7a7429c6fbdf4d2a3f74e656", - "x-ms-correlation-request-id": "cd826bf3-18fa-4059-8726-0f3fc17e451e", - "x-ms-ratelimit-remaining-subscription-reads": "11047", - "x-ms-request-id": "487095dd-1eef-4fbb-a820-fe2bed4bca5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032113Z:cd826bf3-18fa-4059-8726-0f3fc17e451e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a32746f813aaa57cd77213d5edaef2ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a32746f813aaa57cd77213d5edaef2ce", - "x-ms-correlation-request-id": "17b47e4d-decf-4755-8db3-fc43e1837550", - "x-ms-ratelimit-remaining-subscription-reads": "11046", - "x-ms-request-id": "d1ee0216-6923-4eed-9399-115e133d501e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032114Z:17b47e4d-decf-4755-8db3-fc43e1837550" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496545b2-93f1-477e-911a-ebfe1b57dedb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "282ec2fbdd9cffb4843f586716a03357", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:21:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "282ec2fbdd9cffb4843f586716a03357", - "x-ms-correlation-request-id": "d706b5aa-a759-4dd5-82f5-5d5d84e69def", - "x-ms-ratelimit-remaining-subscription-reads": "11045", - "x-ms-request-id": "2f9dcb3f-b9ec-4e30-94f4-7d11f6bd3285", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032115Z:d706b5aa-a759-4dd5-82f5-5d5d84e69def" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto9367", - "name": "sto9367", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:59.0788792Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:59.0788792Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:20:58.9851233Z", - "primaryEndpoints": { - "blob": "https://sto9367.blob.core.windows.net/", - "queue": "https://sto9367.queue.core.windows.net/", - "table": "https://sto9367.table.core.windows.net/", - "file": "https://sto9367.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4076812935a0bdb4b1ea50167f13b4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2347", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:21:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4076812935a0bdb4b1ea50167f13b4c", - "x-ms-correlation-request-id": "a0fc131d-3281-43cf-83e2-10dd8f1d394c", - "x-ms-ratelimit-remaining-subscription-reads": "11044", - "x-ms-request-id": "faf63a56-a6e5-4cc8-83ef-f759adb04a5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032116Z:a0fc131d-3281-43cf-83e2-10dd8f1d394c" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto7936", - "name": "sto7936", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:40.8578834Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:40.8578834Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:20:40.7797299Z", - "primaryEndpoints": { - "blob": "https://sto7936.blob.core.windows.net/", - "queue": "https://sto7936.queue.core.windows.net/", - "table": "https://sto7936.table.core.windows.net/", - "file": "https://sto7936.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9129/providers/Microsoft.Storage/storageAccounts/sto9367", - "name": "sto9367", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:59.0788792Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:20:59.0788792Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:20:58.9851233Z", - "primaryEndpoints": { - "blob": "https://sto9367.blob.core.windows.net/", - "queue": "https://sto9367.queue.core.windows.net/", - "table": "https://sto9367.table.core.windows.net/", - "file": "https://sto9367.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "406801243", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json deleted file mode 100644 index 9f8c9d93d8395..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json +++ /dev/null @@ -1,1270 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2554?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f57c288e640bb14e9a80e54411541d63-52d0b7be3791904c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae3cfc1fdb4bc424a5fd0743ec263eec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6adf6abe-d9be-4e9c-bd26-62c97ce04255", - "x-ms-ratelimit-remaining-subscription-writes": "1096", - "x-ms-request-id": "6adf6abe-d9be-4e9c-bd26-62c97ce04255", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033930Z:6adf6abe-d9be-4e9c-bd26-62c97ce04255" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554", - "name": "res2554", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "448eb42eadbb0659b19b096fe2a4ed8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d45b0198-1564-48a6-bea8-d9c4c6dc6f6c", - "x-ms-ratelimit-remaining-subscription-reads": "11444", - "x-ms-request-id": "d45b0198-1564-48a6-bea8-d9c4c6dc6f6c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033930Z:d45b0198-1564-48a6-bea8-d9c4c6dc6f6c" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto7919?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-59b68f5268bbd74ca8392913bdba6d81-17c6f6a122b6844a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a45023c05bf4652ea0d22d5161d31791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a45023c05bf4652ea0d22d5161d31791", - "x-ms-correlation-request-id": "c85b2100-81b4-4164-903e-bf8fe98ede36", - "x-ms-ratelimit-remaining-subscription-writes": "1095", - "x-ms-request-id": "d5db79e6-2330-4afe-ac97-c07d2a8eb71e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033933Z:c85b2100-81b4-4164-903e-bf8fe98ede36" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "022b127948ed59395fdf1bdb2cb450c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "022b127948ed59395fdf1bdb2cb450c8", - "x-ms-correlation-request-id": "9ca0c2c8-7962-4d5f-95a3-9e56d0659aca", - "x-ms-ratelimit-remaining-subscription-reads": "11443", - "x-ms-request-id": "8b56897b-c360-4992-a82d-8f4f0cf731c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033933Z:9ca0c2c8-7962-4d5f-95a3-9e56d0659aca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bfeddf19c94c699b1ad6df8ab5cb0bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bfeddf19c94c699b1ad6df8ab5cb0bd", - "x-ms-correlation-request-id": "c765d18d-eeeb-4508-b426-fcd76223c1a5", - "x-ms-ratelimit-remaining-subscription-reads": "11442", - "x-ms-request-id": "8194fd24-11f7-4a22-8b7a-60baad380425", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033935Z:c765d18d-eeeb-4508-b426-fcd76223c1a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ed81cd114a79ba34f0091b8de967781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ed81cd114a79ba34f0091b8de967781", - "x-ms-correlation-request-id": "482569b9-c65c-41e9-9e09-4e97281e3576", - "x-ms-ratelimit-remaining-subscription-reads": "11441", - "x-ms-request-id": "6fd281b6-8d69-4635-be47-32c4f1728011", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033936Z:482569b9-c65c-41e9-9e09-4e97281e3576" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6e0e7abe4e3dc7c78645140da41ad03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6e0e7abe4e3dc7c78645140da41ad03", - "x-ms-correlation-request-id": "cbfbd6ae-cb7a-4681-bb00-a8a4f533409f", - "x-ms-ratelimit-remaining-subscription-reads": "11440", - "x-ms-request-id": "fc3feb35-e3fe-4218-976a-80d7986326f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033937Z:cbfbd6ae-cb7a-4681-bb00-a8a4f533409f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0f0a5d2e01dcdd213963cc940ae1e81a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f0a5d2e01dcdd213963cc940ae1e81a", - "x-ms-correlation-request-id": "96f9553e-5a15-4dbd-816f-bb7900184819", - "x-ms-ratelimit-remaining-subscription-reads": "11439", - "x-ms-request-id": "cdaae127-54f5-4245-a21b-b9a923dd8446", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033939Z:96f9553e-5a15-4dbd-816f-bb7900184819" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c34ceb35da7becd9a0fbd642c363c10d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c34ceb35da7becd9a0fbd642c363c10d", - "x-ms-correlation-request-id": "5865b999-d483-4198-8cdd-f8d8778b88c9", - "x-ms-ratelimit-remaining-subscription-reads": "11438", - "x-ms-request-id": "19fb9640-6727-4da8-a1ff-32541b9645e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033941Z:5865b999-d483-4198-8cdd-f8d8778b88c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80898e52678ca9a5c6039c8018e8d297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80898e52678ca9a5c6039c8018e8d297", - "x-ms-correlation-request-id": "acb6ed3e-b815-452a-b5bb-3826776bfbe8", - "x-ms-ratelimit-remaining-subscription-reads": "11437", - "x-ms-request-id": "1ef3a726-51d9-4e68-9ea8-57ff3099b877", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033942Z:acb6ed3e-b815-452a-b5bb-3826776bfbe8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee0a367ceaf45487841d6ee02bde19d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee0a367ceaf45487841d6ee02bde19d6", - "x-ms-correlation-request-id": "3447fb34-8416-4f09-854f-29fef0b723b4", - "x-ms-ratelimit-remaining-subscription-reads": "11436", - "x-ms-request-id": "1700338b-6f51-44ce-88f8-317e2d8468e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033943Z:3447fb34-8416-4f09-854f-29fef0b723b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b41bea26757ce8e46a2fc773d58d4b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b41bea26757ce8e46a2fc773d58d4b8", - "x-ms-correlation-request-id": "7581fc40-509f-457f-8c6e-3d74acc01ff7", - "x-ms-ratelimit-remaining-subscription-reads": "11435", - "x-ms-request-id": "4d8d1b31-2997-4617-8eb9-3af947f948a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033945Z:7581fc40-509f-457f-8c6e-3d74acc01ff7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8dc63e29d25868190635fc6ff8c47ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8dc63e29d25868190635fc6ff8c47ee8", - "x-ms-correlation-request-id": "2554d79c-d199-4a39-aaf7-448113485ef1", - "x-ms-ratelimit-remaining-subscription-reads": "11434", - "x-ms-request-id": "c0c4aee2-b14a-4b45-ab4c-9c143ae619e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033946Z:2554d79c-d199-4a39-aaf7-448113485ef1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "59dec6e956a61440a73ca751ed10162b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59dec6e956a61440a73ca751ed10162b", - "x-ms-correlation-request-id": "74b4a099-4cda-4d00-a291-6adc0041ea9a", - "x-ms-ratelimit-remaining-subscription-reads": "11433", - "x-ms-request-id": "4fb3f740-e0cc-4aa3-99e3-3108d3ec56c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033947Z:74b4a099-4cda-4d00-a291-6adc0041ea9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d5db79e6-2330-4afe-ac97-c07d2a8eb71e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "edb7b6488c18cf7da5d975216b1fd582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:39:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edb7b6488c18cf7da5d975216b1fd582", - "x-ms-correlation-request-id": "53b39fde-7033-447e-a71d-6cb6112aaa3c", - "x-ms-ratelimit-remaining-subscription-reads": "11432", - "x-ms-request-id": "4580facc-e412-46fc-925f-4888139bcd06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033949Z:53b39fde-7033-447e-a71d-6cb6112aaa3c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto7919", - "name": "sto7919", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:32.9227670Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:32.9227670Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:39:32.8289922Z", - "primaryEndpoints": { - "blob": "https://sto7919.blob.core.windows.net/", - "queue": "https://sto7919.queue.core.windows.net/", - "table": "https://sto7919.table.core.windows.net/", - "file": "https://sto7919.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto6867?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-69139dc3e04cf34a8649a51a6beb7994-71d7e08a5b416e45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7a778d14127bfed2b1e51b2ac77af61e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a778d14127bfed2b1e51b2ac77af61e", - "x-ms-correlation-request-id": "8dadb0e8-267e-4d5f-b218-f0af18784a40", - "x-ms-ratelimit-remaining-subscription-writes": "1094", - "x-ms-request-id": "a6cb83d5-d1b7-4d4a-ade2-c861e93381a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033952Z:8dadb0e8-267e-4d5f-b218-f0af18784a40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "82d92c25b09fa4cde4ef66a761a4dd5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82d92c25b09fa4cde4ef66a761a4dd5e", - "x-ms-correlation-request-id": "286e8b0c-0b44-4f9c-b4d7-ada8836ad273", - "x-ms-ratelimit-remaining-subscription-reads": "11431", - "x-ms-request-id": "9110b015-683c-4504-bbba-c26eb34741ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033952Z:286e8b0c-0b44-4f9c-b4d7-ada8836ad273" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f89a037e75924493302f6bc744f1df08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f89a037e75924493302f6bc744f1df08", - "x-ms-correlation-request-id": "20946aec-5aa1-40ed-8d76-fbc1342b229d", - "x-ms-ratelimit-remaining-subscription-reads": "11430", - "x-ms-request-id": "f491afac-df14-4803-bc92-d4e3c42d156f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033954Z:20946aec-5aa1-40ed-8d76-fbc1342b229d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a05b45d73a1207f599e27a169b6e66a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a05b45d73a1207f599e27a169b6e66a", - "x-ms-correlation-request-id": "beabd9fb-aabb-4ec9-bb2e-8e9e39cd4396", - "x-ms-ratelimit-remaining-subscription-reads": "11429", - "x-ms-request-id": "41275a18-f03f-4e50-b397-02ef11ae7162", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033955Z:beabd9fb-aabb-4ec9-bb2e-8e9e39cd4396" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b626fd58f0eb0d59995527045055ff3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b626fd58f0eb0d59995527045055ff3", - "x-ms-correlation-request-id": "a957ac6a-dba6-4499-8a9c-af1128464d12", - "x-ms-ratelimit-remaining-subscription-reads": "11428", - "x-ms-request-id": "793319ba-6b3b-4f06-a3f9-fb8a63dbc92b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033956Z:a957ac6a-dba6-4499-8a9c-af1128464d12" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad495e0f429f0abd83799ff44df1da79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad495e0f429f0abd83799ff44df1da79", - "x-ms-correlation-request-id": "9f3412eb-7efb-407d-8300-a7d02cf3e0b5", - "x-ms-ratelimit-remaining-subscription-reads": "11427", - "x-ms-request-id": "c1c2d211-348e-4385-a45d-31e44b8d0e19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033958Z:9f3412eb-7efb-407d-8300-a7d02cf3e0b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5f10049c48ecdf9df55010b210fdb53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:39:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5f10049c48ecdf9df55010b210fdb53", - "x-ms-correlation-request-id": "3578a1f6-3651-41dd-bd7f-e09e5e2cbeda", - "x-ms-ratelimit-remaining-subscription-reads": "11426", - "x-ms-request-id": "bc6f445e-1924-499b-8f6a-40ddd95516da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033959Z:3578a1f6-3651-41dd-bd7f-e09e5e2cbeda" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a92343e386c93cbb2579794f0e162a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a92343e386c93cbb2579794f0e162a7", - "x-ms-correlation-request-id": "e4213d7e-262e-4635-9ecb-05e01ddb6304", - "x-ms-ratelimit-remaining-subscription-reads": "11425", - "x-ms-request-id": "434408a3-7dde-4a98-b7c6-473a3cfa70d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034000Z:e4213d7e-262e-4635-9ecb-05e01ddb6304" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4426d8ba8a144a64647cce4941b1e974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4426d8ba8a144a64647cce4941b1e974", - "x-ms-correlation-request-id": "630218e9-9aa1-4e6e-8547-8c1075b0332d", - "x-ms-ratelimit-remaining-subscription-reads": "11424", - "x-ms-request-id": "1a71c2a8-7460-44e6-89a2-407500dcfda7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034002Z:630218e9-9aa1-4e6e-8547-8c1075b0332d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19b54c9ecf5f100d355e23362d64ddfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19b54c9ecf5f100d355e23362d64ddfe", - "x-ms-correlation-request-id": "f37e2209-c9ea-4611-95e5-a9c9c3e28234", - "x-ms-ratelimit-remaining-subscription-reads": "11423", - "x-ms-request-id": "4204b69b-1710-4bca-a182-16f5a5f9812b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034003Z:f37e2209-c9ea-4611-95e5-a9c9c3e28234" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "48515af296e8b43ecf47a6ef6a815100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48515af296e8b43ecf47a6ef6a815100", - "x-ms-correlation-request-id": "fab6b048-7a17-4936-a679-ea9cd55fbc99", - "x-ms-ratelimit-remaining-subscription-reads": "11422", - "x-ms-request-id": "3841bcfb-d786-45ab-aa18-f50042edf9ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034004Z:fab6b048-7a17-4936-a679-ea9cd55fbc99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a3f5226e482bea48cb160fb5672d1d00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3f5226e482bea48cb160fb5672d1d00", - "x-ms-correlation-request-id": "d4d0a1c9-33f8-498d-9d81-2b058bef4038", - "x-ms-ratelimit-remaining-subscription-reads": "11421", - "x-ms-request-id": "debf33cb-39c9-4cff-9ede-0211da734f01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034006Z:d4d0a1c9-33f8-498d-9d81-2b058bef4038" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e657cf9fa05f088c0d014a17291da5b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e657cf9fa05f088c0d014a17291da5b3", - "x-ms-correlation-request-id": "5ccc4452-151a-4d8e-8a44-bd58b9a8b05a", - "x-ms-ratelimit-remaining-subscription-reads": "11420", - "x-ms-request-id": "d8499b19-f340-43fd-8483-4bb3d86340b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034007Z:5ccc4452-151a-4d8e-8a44-bd58b9a8b05a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a6cb83d5-d1b7-4d4a-ade2-c861e93381a3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ac8220c396ea9d211667dd187884da1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:40:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ac8220c396ea9d211667dd187884da1", - "x-ms-correlation-request-id": "81f49db4-41cf-4a3d-a07d-98fbe1de35ea", - "x-ms-ratelimit-remaining-subscription-reads": "11419", - "x-ms-request-id": "20ce2272-cbcb-4b08-a75e-3d15795d6458", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034008Z:81f49db4-41cf-4a3d-a07d-98fbe1de35ea" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto6867", - "name": "sto6867", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:51.9076662Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:51.9076662Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:39:51.8139373Z", - "primaryEndpoints": { - "blob": "https://sto6867.blob.core.windows.net/", - "queue": "https://sto6867.queue.core.windows.net/", - "table": "https://sto6867.table.core.windows.net/", - "file": "https://sto6867.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a50a52a6b2acda196ed952afe30c0ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2347", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:40:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a50a52a6b2acda196ed952afe30c0ae", - "x-ms-correlation-request-id": "e2d8a7b4-b32e-4352-9565-ed6368496e1a", - "x-ms-ratelimit-remaining-subscription-reads": "11418", - "x-ms-request-id": "cb436d54-83f4-46a0-a755-e1364dd405ce", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034009Z:e2d8a7b4-b32e-4352-9565-ed6368496e1a" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto6867", - "name": "sto6867", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:51.9076662Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:51.9076662Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:39:51.8139373Z", - "primaryEndpoints": { - "blob": "https://sto6867.blob.core.windows.net/", - "queue": "https://sto6867.queue.core.windows.net/", - "table": "https://sto6867.table.core.windows.net/", - "file": "https://sto6867.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2554/providers/Microsoft.Storage/storageAccounts/sto7919", - "name": "sto7919", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:32.9227670Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:39:32.9227670Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:39:32.8289922Z", - "primaryEndpoints": { - "blob": "https://sto7919.blob.core.windows.net/", - "queue": "https://sto7919.queue.core.windows.net/", - "table": "https://sto7919.table.core.windows.net/", - "file": "https://sto7919.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "213584389", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json deleted file mode 100644 index 8ae33b3874a61..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json +++ /dev/null @@ -1,1537 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res756?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2f7f179b925a724792de6461893f2544-13ac6cce130da24f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0194483dd5fbcfe9c08fe61e682b9d6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bf2e60a2-6976-4df3-8809-1e3621acc7d2", - "x-ms-ratelimit-remaining-subscription-writes": "987", - "x-ms-request-id": "bf2e60a2-6976-4df3-8809-1e3621acc7d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032118Z:bf2e60a2-6976-4df3-8809-1e3621acc7d2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res756", - "name": "res756", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res756/providers/Microsoft.Storage/storageAccounts/sto9655?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-683da8e2af371b42a19452422d44c444-ca5214eaab9a214a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8cfc33d6a2cb8b3a33b40f939ee6dc75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cfc33d6a2cb8b3a33b40f939ee6dc75", - "x-ms-correlation-request-id": "4ba528b9-bb1d-4397-bc2a-f0d9a9c9dd6e", - "x-ms-ratelimit-remaining-subscription-writes": "986", - "x-ms-request-id": "5eff6a71-8210-4c52-bcbb-99f46d1e1449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032122Z:4ba528b9-bb1d-4397-bc2a-f0d9a9c9dd6e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc9bbdd15758a6715a75c821da3b22a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc9bbdd15758a6715a75c821da3b22a8", - "x-ms-correlation-request-id": "f60d2b7c-c9eb-474c-93ea-d653e4111712", - "x-ms-ratelimit-remaining-subscription-reads": "11043", - "x-ms-request-id": "e64a88a8-c2fe-402b-a82e-f810c7080b82", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032122Z:f60d2b7c-c9eb-474c-93ea-d653e4111712" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4d3a8092dd0c0867cda8cad800098ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4d3a8092dd0c0867cda8cad800098ed", - "x-ms-correlation-request-id": "720b86e2-e750-4f32-a872-5a4b8e5be1f5", - "x-ms-ratelimit-remaining-subscription-reads": "11042", - "x-ms-request-id": "b304300f-725d-4648-b342-34310392ef21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032124Z:720b86e2-e750-4f32-a872-5a4b8e5be1f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1c216eb104b3d1dc526e87a4d9547c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1c216eb104b3d1dc526e87a4d9547c4", - "x-ms-correlation-request-id": "f03863fa-7f78-47ec-a4ad-1f5371fe7bd0", - "x-ms-ratelimit-remaining-subscription-reads": "11041", - "x-ms-request-id": "a82f3221-cc2f-40a2-a532-ec1210544dc7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032125Z:f03863fa-7f78-47ec-a4ad-1f5371fe7bd0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a3079fcd472a42737da507dcbc32659", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a3079fcd472a42737da507dcbc32659", - "x-ms-correlation-request-id": "7ba26116-612b-49eb-a393-32c21801d181", - "x-ms-ratelimit-remaining-subscription-reads": "11040", - "x-ms-request-id": "78e01c0c-bc16-41ff-9dc6-070372ec6c16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032126Z:7ba26116-612b-49eb-a393-32c21801d181" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c335dadd4078f95d8b962faa440b72e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c335dadd4078f95d8b962faa440b72e6", - "x-ms-correlation-request-id": "f012195f-6126-46d7-8a26-b75e119c3b63", - "x-ms-ratelimit-remaining-subscription-reads": "11039", - "x-ms-request-id": "470a562a-152a-4a8a-b81c-8bddb79cb141", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032127Z:f012195f-6126-46d7-8a26-b75e119c3b63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "06b1c8934ed0177bee1eaa70c09f7201", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06b1c8934ed0177bee1eaa70c09f7201", - "x-ms-correlation-request-id": "acb9aabb-fc39-4672-98a3-af0440e3e7f2", - "x-ms-ratelimit-remaining-subscription-reads": "11038", - "x-ms-request-id": "47372c45-bd02-4600-a5c3-70a400e52a28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032129Z:acb9aabb-fc39-4672-98a3-af0440e3e7f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "739c8eff835fbb4b1b36bfdba57d5f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "739c8eff835fbb4b1b36bfdba57d5f2b", - "x-ms-correlation-request-id": "eb5dc3e5-026d-4a0c-8f38-e65bb8759c7c", - "x-ms-ratelimit-remaining-subscription-reads": "11037", - "x-ms-request-id": "d4526eb3-a863-483b-afe8-a4c7c2065c27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032130Z:eb5dc3e5-026d-4a0c-8f38-e65bb8759c7c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "02ea69681f128f895e1ed45a96ec38eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02ea69681f128f895e1ed45a96ec38eb", - "x-ms-correlation-request-id": "9cce32e7-ef2b-40a8-b84c-172dd0092a19", - "x-ms-ratelimit-remaining-subscription-reads": "11036", - "x-ms-request-id": "d9c59c64-e457-4ba4-ae13-ae0fd4410268", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032131Z:9cce32e7-ef2b-40a8-b84c-172dd0092a19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b6aa2d24ff6f0f867df6ea998e9f7271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6aa2d24ff6f0f867df6ea998e9f7271", - "x-ms-correlation-request-id": "338c0626-ee6b-488f-adbe-96d700bdd4aa", - "x-ms-ratelimit-remaining-subscription-reads": "11035", - "x-ms-request-id": "e230c3c4-c542-456b-877d-c3542975f9a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032133Z:338c0626-ee6b-488f-adbe-96d700bdd4aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57087fbf6fb4e0ef050d1441aef0242f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57087fbf6fb4e0ef050d1441aef0242f", - "x-ms-correlation-request-id": "201e84f7-707b-4858-9f20-4b960fc33188", - "x-ms-ratelimit-remaining-subscription-reads": "11034", - "x-ms-request-id": "c330f7df-da42-47d9-9c9b-b872243dc6e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032134Z:201e84f7-707b-4858-9f20-4b960fc33188" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77b7d3fea8d268bce2db851b34ef00be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77b7d3fea8d268bce2db851b34ef00be", - "x-ms-correlation-request-id": "95f0fd7c-776d-4996-b0a4-be7209567401", - "x-ms-ratelimit-remaining-subscription-reads": "11033", - "x-ms-request-id": "ccea3072-b444-4538-b871-fa4d610942df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032135Z:95f0fd7c-776d-4996-b0a4-be7209567401" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "179b63abe1e3b4363dcab161ea45608c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "179b63abe1e3b4363dcab161ea45608c", - "x-ms-correlation-request-id": "23029b20-f3be-4853-92e8-3f53e50f0fae", - "x-ms-ratelimit-remaining-subscription-reads": "11032", - "x-ms-request-id": "eee55031-f219-43cf-b5cd-ffe4b8dd9f5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032137Z:23029b20-f3be-4853-92e8-3f53e50f0fae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5eff6a71-8210-4c52-bcbb-99f46d1e1449?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba9bbbd2fae8169ec3a074d9ead3ab15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:21:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba9bbbd2fae8169ec3a074d9ead3ab15", - "x-ms-correlation-request-id": "0dd77e84-c7c8-4547-b9d1-ecf058314a3d", - "x-ms-ratelimit-remaining-subscription-reads": "11031", - "x-ms-request-id": "448a3b91-459e-4254-a28c-4cd5b7759119", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032138Z:0dd77e84-c7c8-4547-b9d1-ecf058314a3d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res756/providers/Microsoft.Storage/storageAccounts/sto9655", - "name": "sto9655", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:21.8930524Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:21.8930524Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:21:21.7837195Z", - "primaryEndpoints": { - "blob": "https://sto9655.blob.core.windows.net/", - "queue": "https://sto9655.queue.core.windows.net/", - "table": "https://sto9655.table.core.windows.net/", - "file": "https://sto9655.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3460?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f85565e45aa8634ca6ff6ca905651aa4-4509c1cfcdf75341-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "554b96554c0c9c1c033a08f75a7e9d7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "852c2211-2401-450b-ac15-6d9095290bf2", - "x-ms-ratelimit-remaining-subscription-writes": "985", - "x-ms-request-id": "852c2211-2401-450b-ac15-6d9095290bf2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032139Z:852c2211-2401-450b-ac15-6d9095290bf2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3460", - "name": "res3460", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3460/providers/Microsoft.Storage/storageAccounts/sto3645?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-58f88cb6dfc70e4faad75a239d716b59-1de6ed402de39b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "45547949b0d685c454436d5dc9691f9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45547949b0d685c454436d5dc9691f9b", - "x-ms-correlation-request-id": "b3b242f2-96e0-4316-8378-3333101819f0", - "x-ms-ratelimit-remaining-subscription-writes": "984", - "x-ms-request-id": "2838e843-cb82-4cc5-9cb5-8e1e0e785f86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032142Z:b3b242f2-96e0-4316-8378-3333101819f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3289f25fc7c0e57f86cfb708af3f39d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3289f25fc7c0e57f86cfb708af3f39d0", - "x-ms-correlation-request-id": "74bcf0c5-909f-40d0-bf8f-ad424d57074c", - "x-ms-ratelimit-remaining-subscription-reads": "11030", - "x-ms-request-id": "a19b8751-6b86-44df-b6be-6433357d895c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032142Z:74bcf0c5-909f-40d0-bf8f-ad424d57074c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea065be864ed84c009d527f1ef2e66ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea065be864ed84c009d527f1ef2e66ec", - "x-ms-correlation-request-id": "6002f3bb-65f1-4616-a6a9-850cb09ba58c", - "x-ms-ratelimit-remaining-subscription-reads": "11029", - "x-ms-request-id": "fd190195-30a3-454c-90e0-e07aad646a5f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032144Z:6002f3bb-65f1-4616-a6a9-850cb09ba58c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7fe9521ece08cda15c98f670d66cfde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7fe9521ece08cda15c98f670d66cfde", - "x-ms-correlation-request-id": "37781758-d8bc-4848-8bc4-d9a9f9e17976", - "x-ms-ratelimit-remaining-subscription-reads": "11028", - "x-ms-request-id": "789a9a5c-c477-4f46-a24e-2c8a397c252b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032145Z:37781758-d8bc-4848-8bc4-d9a9f9e17976" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c2adf0ab3761fae9310528eb9f8df558", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2adf0ab3761fae9310528eb9f8df558", - "x-ms-correlation-request-id": "a7e55773-0e15-4632-9cb4-8aa369a123ab", - "x-ms-ratelimit-remaining-subscription-reads": "11027", - "x-ms-request-id": "55b22dc1-7d45-4502-a398-34158b192e8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032146Z:a7e55773-0e15-4632-9cb4-8aa369a123ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19e6cb696141fcf0807ad523d55977a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19e6cb696141fcf0807ad523d55977a3", - "x-ms-correlation-request-id": "d23481d4-93dc-4aec-8b17-c9ee27604c65", - "x-ms-ratelimit-remaining-subscription-reads": "11026", - "x-ms-request-id": "ea5ff281-7283-4cca-b2be-d453e3707f90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032148Z:d23481d4-93dc-4aec-8b17-c9ee27604c65" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff454905a380ea8aab04a6dac4efec87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff454905a380ea8aab04a6dac4efec87", - "x-ms-correlation-request-id": "4aaeae96-208f-463f-b638-1e47a9eed853", - "x-ms-ratelimit-remaining-subscription-reads": "11025", - "x-ms-request-id": "df0e7f8a-d75f-42d7-aa7d-6fe88224b208", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032149Z:4aaeae96-208f-463f-b638-1e47a9eed853" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "41fe36d4b67f4a9d00b141e661c624d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41fe36d4b67f4a9d00b141e661c624d8", - "x-ms-correlation-request-id": "045e1216-5e17-4ded-a122-e966ba3b660a", - "x-ms-ratelimit-remaining-subscription-reads": "11024", - "x-ms-request-id": "8b43a9ca-a4fa-429d-b2be-4762c8fb7e05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032150Z:045e1216-5e17-4ded-a122-e966ba3b660a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "56e6848ef647c5d740fb6e3dbb153791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56e6848ef647c5d740fb6e3dbb153791", - "x-ms-correlation-request-id": "c6876eca-b03f-4538-84e2-4cdb504c5c30", - "x-ms-ratelimit-remaining-subscription-reads": "11023", - "x-ms-request-id": "2c599d46-ab10-4af3-b548-703efe36f8d3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032152Z:c6876eca-b03f-4538-84e2-4cdb504c5c30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e4f4d8e355a4f23acfbfece61a388e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e4f4d8e355a4f23acfbfece61a388e5", - "x-ms-correlation-request-id": "a2e4395b-524e-4dcd-9553-ce95ea18a350", - "x-ms-ratelimit-remaining-subscription-reads": "11022", - "x-ms-request-id": "736be177-a46a-4326-a4d3-7ee690c04cfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032153Z:a2e4395b-524e-4dcd-9553-ce95ea18a350" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3f4ccddf9509de405f380183475f8eeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f4ccddf9509de405f380183475f8eeb", - "x-ms-correlation-request-id": "3a0633d4-39b1-4b57-bf21-01b9a5170610", - "x-ms-ratelimit-remaining-subscription-reads": "11021", - "x-ms-request-id": "3a8c06af-6a71-4f86-a791-8949e2f906c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032154Z:3a0633d4-39b1-4b57-bf21-01b9a5170610" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1458b0798576587d6196aa4bf708639c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1458b0798576587d6196aa4bf708639c", - "x-ms-correlation-request-id": "88ce6c65-dd03-4e68-b848-14809c64dfe6", - "x-ms-ratelimit-remaining-subscription-reads": "11020", - "x-ms-request-id": "45e436cb-a6f9-4ca4-9eba-37f06ac26121", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032156Z:88ce6c65-dd03-4e68-b848-14809c64dfe6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed5d8872f7c8f8880d713f21349f074c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed5d8872f7c8f8880d713f21349f074c", - "x-ms-correlation-request-id": "fd97b4b3-9253-48f6-8bdb-75dceaa4bbd9", - "x-ms-ratelimit-remaining-subscription-reads": "11019", - "x-ms-request-id": "f582f2e9-1883-41de-8a2b-c17ec35ce9ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032157Z:fd97b4b3-9253-48f6-8bdb-75dceaa4bbd9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2838e843-cb82-4cc5-9cb5-8e1e0e785f86?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b154136d744b596e50f3de72ebf4e656", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b154136d744b596e50f3de72ebf4e656", - "x-ms-correlation-request-id": "aa4d5959-8466-4c40-a7b9-6dfdaf2265de", - "x-ms-ratelimit-remaining-subscription-reads": "11018", - "x-ms-request-id": "15487e3f-e664-446b-9d9f-6e59a4884f4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032158Z:aa4d5959-8466-4c40-a7b9-6dfdaf2265de" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3460/providers/Microsoft.Storage/storageAccounts/sto3645", - "name": "sto3645", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:42.1126036Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:42.1126036Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:21:42.0344757Z", - "primaryEndpoints": { - "blob": "https://sto3645.blob.core.windows.net/", - "queue": "https://sto3645.queue.core.windows.net/", - "table": "https://sto3645.table.core.windows.net/", - "file": "https://sto3645.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf1164d5a1028222275f0605465b24c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "8450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f98560cb-17a9-4ec2-8376-2261119407d1", - "x-ms-original-request-ids": [ - "ea8b760f-27a1-4ee3-94aa-11ec7dc5dd22", - "f90e14f7-3df5-413f-b389-9bf2c6e2ba9e", - "15c79bd8-e1b4-4b30-9c81-be7477dab54c" - ], - "x-ms-ratelimit-remaining-subscription-reads": "11017", - "x-ms-request-id": "f98560cb-17a9-4ec2-8376-2261119407d1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032159Z:f98560cb-17a9-4ec2-8376-2261119407d1" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3460/providers/Microsoft.Storage/storageAccounts/sto3645", - "name": "sto3645", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:42.1126036Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:42.1126036Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:21:42.0344757Z", - "primaryEndpoints": { - "blob": "https://sto3645.blob.core.windows.net/", - "queue": "https://sto3645.queue.core.windows.net/", - "table": "https://sto3645.table.core.windows.net/", - "file": "https://sto3645.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res756/providers/Microsoft.Storage/storageAccounts/sto9655", - "name": "sto9655", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:21.8930524Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:21:21.8930524Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:21:21.7837195Z", - "primaryEndpoints": { - "blob": "https://sto9655.blob.core.windows.net/", - "queue": "https://sto9655.queue.core.windows.net/", - "table": "https://sto9655.table.core.windows.net/", - "file": "https://sto9655.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/clitest.rgjjrymt7wh6tekmqcz2p62v3jgdeckkjqesrshatzfvpo7hrf4zk5og47n6cwdmgh2/providers/Microsoft.Storage/storageAccounts/clistorage4cta2uhbcr", - "name": "clistorage4cta2uhbcr", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:43:04.3141638Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:43:04.3141638Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2018-11-22T01:43:04.2048442Z", - "primaryEndpoints": { - "dfs": "https://clistorage4cta2uhbcr.dfs.core.windows.net/", - "web": "https://clistorage4cta2uhbcr.z22.web.core.windows.net/", - "blob": "https://clistorage4cta2uhbcr.blob.core.windows.net/", - "queue": "https://clistorage4cta2uhbcr.queue.core.windows.net/", - "table": "https://clistorage4cta2uhbcr.table.core.windows.net/", - "file": "https://clistorage4cta2uhbcr.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://clistorage4cta2uhbcr-secondary.dfs.core.windows.net/", - "web": "https://clistorage4cta2uhbcr-secondary.z22.web.core.windows.net/", - "blob": "https://clistorage4cta2uhbcr-secondary.blob.core.windows.net/", - "queue": "https://clistorage4cta2uhbcr-secondary.queue.core.windows.net/", - "table": "https://clistorage4cta2uhbcr-secondary.table.core.windows.net/" - } - } - }, - { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/clitest.rgs2hz37xklfdmuxohpesq7jcltkkmqe5636w2y73jwowx4b4ijkuvtzurzij54e2hp/providers/Microsoft.Storage/storageAccounts/clistoragejh4ehwtlxb", - "name": "clistoragejh4ehwtlxb", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:41:23.3314286Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:41:23.3314286Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2018-11-22T01:41:23.2064365Z", - "primaryEndpoints": { - "dfs": "https://clistoragejh4ehwtlxb.dfs.core.windows.net/", - "web": "https://clistoragejh4ehwtlxb.z22.web.core.windows.net/", - "blob": "https://clistoragejh4ehwtlxb.blob.core.windows.net/", - "queue": "https://clistoragejh4ehwtlxb.queue.core.windows.net/", - "table": "https://clistoragejh4ehwtlxb.table.core.windows.net/", - "file": "https://clistoragejh4ehwtlxb.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://clistoragejh4ehwtlxb-secondary.dfs.core.windows.net/", - "web": "https://clistoragejh4ehwtlxb-secondary.z22.web.core.windows.net/", - "blob": "https://clistoragejh4ehwtlxb-secondary.blob.core.windows.net/", - "queue": "https://clistoragejh4ehwtlxb-secondary.queue.core.windows.net/", - "table": "https://clistoragejh4ehwtlxb-secondary.table.core.windows.net/" - } - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/smokergtest9160/providers/Microsoft.Storage/storageAccounts/smokesatest9160", - "name": "smokesatest9160", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T01:49:33.7267285Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T01:49:33.7267285Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T01:49:33.6485940Z", - "primaryEndpoints": { - "dfs": "https://smokesatest9160.dfs.core.windows.net/", - "web": "https://smokesatest9160.z22.web.core.windows.net/", - "blob": "https://smokesatest9160.blob.core.windows.net/", - "queue": "https://smokesatest9160.queue.core.windows.net/", - "table": "https://smokesatest9160.table.core.windows.net/", - "file": "https://smokesatest9160.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/automationrepro2/providers/Microsoft.Storage/storageAccounts/dixue", - "name": "dixue", - "type": "Microsoft.Storage/storageAccounts", - "location": "southeastasia", - "tags": { - "ms-resource-usage": "azure-cloud-shell" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-02-28T03:22:06.3989756Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-02-28T03:22:06.3989756Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-02-28T03:22:06.3364427Z", - "primaryEndpoints": { - "dfs": "https://dixue.dfs.core.windows.net/", - "web": "https://dixue.z23.web.core.windows.net/", - "blob": "https://dixue.blob.core.windows.net/", - "queue": "https://dixue.queue.core.windows.net/", - "table": "https://dixue.table.core.windows.net/", - "file": "https://dixue.file.core.windows.net/" - }, - "primaryLocation": "southeastasia", - "statusOfPrimary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "121004920", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json deleted file mode 100644 index f0ed8910ef702..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json +++ /dev/null @@ -1,1537 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5316?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4c4cf53d09eb2e4795ac8db862bffc9a-bced3bbdfc99a047-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a13ce9ac04a641baefc8efcd9b9c2be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a5abe444-95d7-4624-a545-09112ebc998b", - "x-ms-ratelimit-remaining-subscription-writes": "1093", - "x-ms-request-id": "a5abe444-95d7-4624-a545-09112ebc998b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034011Z:a5abe444-95d7-4624-a545-09112ebc998b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5316", - "name": "res5316", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5316/providers/Microsoft.Storage/storageAccounts/sto9418?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-f9c9d6a5e974ec468a1a57c601d7f897-adf87b10bc3d494c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e89d9e045a028f49e04f4a8355b123f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e89d9e045a028f49e04f4a8355b123f6", - "x-ms-correlation-request-id": "7fb43518-05c2-4117-ba49-933183f4e13d", - "x-ms-ratelimit-remaining-subscription-writes": "1092", - "x-ms-request-id": "74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034014Z:7fb43518-05c2-4117-ba49-933183f4e13d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0ea79a4b3a68eaaf311c5b470be9916", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0ea79a4b3a68eaaf311c5b470be9916", - "x-ms-correlation-request-id": "0b1766ed-14ab-46eb-a507-036a8bb078ab", - "x-ms-ratelimit-remaining-subscription-reads": "11417", - "x-ms-request-id": "ae057e36-b5f1-476e-baca-9b52f29585b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034014Z:0b1766ed-14ab-46eb-a507-036a8bb078ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0a91d6cb3884b053988a815dd80d9774", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a91d6cb3884b053988a815dd80d9774", - "x-ms-correlation-request-id": "2c0320f3-0bb7-4894-a719-bab8db4163d5", - "x-ms-ratelimit-remaining-subscription-reads": "11416", - "x-ms-request-id": "6996776c-89d1-41d8-a788-10abd280d57f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034016Z:2c0320f3-0bb7-4894-a719-bab8db4163d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dcdf762d43c7574fe718b6568e50a2a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcdf762d43c7574fe718b6568e50a2a8", - "x-ms-correlation-request-id": "899c00fe-6244-4e33-8bee-b924c89fa79f", - "x-ms-ratelimit-remaining-subscription-reads": "11415", - "x-ms-request-id": "a6925076-5b79-4f37-a3bd-1e002e8842b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034017Z:899c00fe-6244-4e33-8bee-b924c89fa79f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21706b0b17db6c4f2639481c314cb5e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21706b0b17db6c4f2639481c314cb5e5", - "x-ms-correlation-request-id": "c7365809-5874-496b-aee0-93c54aa92218", - "x-ms-ratelimit-remaining-subscription-reads": "11414", - "x-ms-request-id": "96e62d92-839f-4b1c-9870-18fa9fa8d42c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034018Z:c7365809-5874-496b-aee0-93c54aa92218" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa86517abddf884f8639226c81fc2247", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa86517abddf884f8639226c81fc2247", - "x-ms-correlation-request-id": "49278057-ca83-4b0a-a136-7d00de114185", - "x-ms-ratelimit-remaining-subscription-reads": "11413", - "x-ms-request-id": "cf32f0a5-49e7-4505-a6eb-8d6eb9f404b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034020Z:49278057-ca83-4b0a-a136-7d00de114185" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d51d8e8759d16982672b58dfa33259b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d51d8e8759d16982672b58dfa33259b", - "x-ms-correlation-request-id": "a2c4387f-1005-45ae-8b3a-68daa387341b", - "x-ms-ratelimit-remaining-subscription-reads": "11412", - "x-ms-request-id": "bcdfc144-229f-4aae-accf-4961c5bf81b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034021Z:a2c4387f-1005-45ae-8b3a-68daa387341b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3ddbd162a8ca4dc91be79aa2f5e3ea29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ddbd162a8ca4dc91be79aa2f5e3ea29", - "x-ms-correlation-request-id": "d1daa6d9-7b3d-4202-8cc1-fdf14995ff99", - "x-ms-ratelimit-remaining-subscription-reads": "11411", - "x-ms-request-id": "d9a3834c-f698-45fa-9f97-f8ff709d2ea4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034022Z:d1daa6d9-7b3d-4202-8cc1-fdf14995ff99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5834001747fa0447b870d36c07c28d52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5834001747fa0447b870d36c07c28d52", - "x-ms-correlation-request-id": "3666a84a-0d57-43bb-8fa4-a342c97c7df6", - "x-ms-ratelimit-remaining-subscription-reads": "11410", - "x-ms-request-id": "13f4a6c9-df16-4e0d-80fa-e85deb9b71e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034024Z:3666a84a-0d57-43bb-8fa4-a342c97c7df6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0098714e5213f7d0f0352b5daf62143", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0098714e5213f7d0f0352b5daf62143", - "x-ms-correlation-request-id": "6b32b11b-b52f-4a77-a947-85777027eacf", - "x-ms-ratelimit-remaining-subscription-reads": "11409", - "x-ms-request-id": "7013b777-d15f-4cfc-8222-a08d737e2ce2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034025Z:6b32b11b-b52f-4a77-a947-85777027eacf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa768c88ccff1ba089d78459d55d4659", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa768c88ccff1ba089d78459d55d4659", - "x-ms-correlation-request-id": "a3fa7f6e-9d62-4d49-95d4-cb1180be94e4", - "x-ms-ratelimit-remaining-subscription-reads": "11408", - "x-ms-request-id": "fc9fb50b-9d62-42cf-9590-4ca14a6bab37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034026Z:a3fa7f6e-9d62-4d49-95d4-cb1180be94e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6d8d485a39d9320783f449f6f59229c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d8d485a39d9320783f449f6f59229c2", - "x-ms-correlation-request-id": "abd9a5ca-efaf-42fa-b780-bc87024817b0", - "x-ms-ratelimit-remaining-subscription-reads": "11407", - "x-ms-request-id": "bae40ec9-dd09-4159-9bcd-2695257f72fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034028Z:abd9a5ca-efaf-42fa-b780-bc87024817b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ae3904f934c4753e6ee274960236ab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ae3904f934c4753e6ee274960236ab2", - "x-ms-correlation-request-id": "c6c85a46-ef50-4a8d-90cf-175c233b6d9a", - "x-ms-ratelimit-remaining-subscription-reads": "11406", - "x-ms-request-id": "5aa3957b-0581-4cb7-bb2e-8a17c606f09d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034029Z:c6c85a46-ef50-4a8d-90cf-175c233b6d9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f24762-b7fa-45e0-8e4b-6fea9c7ab2c6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "925bf8bdb3684f698443770a82a925f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:40:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "925bf8bdb3684f698443770a82a925f7", - "x-ms-correlation-request-id": "6c252ec4-f9a3-4500-8458-d03d8d05882f", - "x-ms-ratelimit-remaining-subscription-reads": "11405", - "x-ms-request-id": "5fe5b229-45f3-4b64-a4d4-6a5b778ded5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034030Z:6c252ec4-f9a3-4500-8458-d03d8d05882f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5316/providers/Microsoft.Storage/storageAccounts/sto9418", - "name": "sto9418", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:13.9255434Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:13.9255434Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:40:13.8161547Z", - "primaryEndpoints": { - "blob": "https://sto9418.blob.core.windows.net/", - "queue": "https://sto9418.queue.core.windows.net/", - "table": "https://sto9418.table.core.windows.net/", - "file": "https://sto9418.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res962?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9f869688029b094991c03a844def4286-127a91660fed9a47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "79440ac20dcbf5c64587eb12bed15f8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f4990a2-afa1-4c1b-9215-3b00074c4536", - "x-ms-ratelimit-remaining-subscription-writes": "1091", - "x-ms-request-id": "5f4990a2-afa1-4c1b-9215-3b00074c4536", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034031Z:5f4990a2-afa1-4c1b-9215-3b00074c4536" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res962", - "name": "res962", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res962/providers/Microsoft.Storage/storageAccounts/sto3654?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-71fcc44f2c554347a8f183d92db228fb-be2b325d174e9947-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9636fd389b599426f6081c48c43cc830", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9636fd389b599426f6081c48c43cc830", - "x-ms-correlation-request-id": "3ab9849a-7535-4ae8-8cc1-0858ef87d242", - "x-ms-ratelimit-remaining-subscription-writes": "1090", - "x-ms-request-id": "5f165a62-5ad9-47e1-aa2b-d101d03c8d6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034034Z:3ab9849a-7535-4ae8-8cc1-0858ef87d242" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2870eb8017c06e681de5d505aaad814a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2870eb8017c06e681de5d505aaad814a", - "x-ms-correlation-request-id": "57115a58-3ad2-4fcc-800e-3954d19a159d", - "x-ms-ratelimit-remaining-subscription-reads": "11404", - "x-ms-request-id": "d1277a03-0b05-47db-887a-0d19290a950a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034034Z:57115a58-3ad2-4fcc-800e-3954d19a159d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3222e1226445465e11a1f9376fa8572f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3222e1226445465e11a1f9376fa8572f", - "x-ms-correlation-request-id": "88336923-5995-4bb9-b109-338ce9c9dc12", - "x-ms-ratelimit-remaining-subscription-reads": "11403", - "x-ms-request-id": "be3bfd3c-0899-44b5-a498-fa9da592627f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034035Z:88336923-5995-4bb9-b109-338ce9c9dc12" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d9c70495a0cb846f36ab07531de5eaf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9c70495a0cb846f36ab07531de5eaf0", - "x-ms-correlation-request-id": "b7d55586-35c3-4859-96cb-df59fc7e168b", - "x-ms-ratelimit-remaining-subscription-reads": "11402", - "x-ms-request-id": "59a8ae20-42e8-47d8-ae31-b0349f91999f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034037Z:b7d55586-35c3-4859-96cb-df59fc7e168b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b5be1a13fa31bd28c2a161e1e31fe74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b5be1a13fa31bd28c2a161e1e31fe74", - "x-ms-correlation-request-id": "e588d245-1613-49fe-8856-ee27af825a09", - "x-ms-ratelimit-remaining-subscription-reads": "11401", - "x-ms-request-id": "82e09857-2815-4a3e-bb7e-e566300db6e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034038Z:e588d245-1613-49fe-8856-ee27af825a09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a56fa58ea7e5817f729efc9a5d0b282c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a56fa58ea7e5817f729efc9a5d0b282c", - "x-ms-correlation-request-id": "ed21666f-a624-4a5b-928e-7d10b1dda641", - "x-ms-ratelimit-remaining-subscription-reads": "11400", - "x-ms-request-id": "c6c5df65-9096-4afe-8009-b86112cc0838", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034039Z:ed21666f-a624-4a5b-928e-7d10b1dda641" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8e9508b7fb4d568b32ab4ca08a516505", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e9508b7fb4d568b32ab4ca08a516505", - "x-ms-correlation-request-id": "89c1bd93-1a85-4673-8fd2-03dd47886853", - "x-ms-ratelimit-remaining-subscription-reads": "11399", - "x-ms-request-id": "8a9aa0cd-f184-40e4-b420-9eb203ef01c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034041Z:89c1bd93-1a85-4673-8fd2-03dd47886853" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "78c492ac4476f90a61d9e9054238be80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78c492ac4476f90a61d9e9054238be80", - "x-ms-correlation-request-id": "ea3134b2-4626-4410-8f84-714eb1a1588d", - "x-ms-ratelimit-remaining-subscription-reads": "11398", - "x-ms-request-id": "7a074aea-b6e8-490d-afbc-3deabce2977f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034042Z:ea3134b2-4626-4410-8f84-714eb1a1588d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1567ea026f9b92271918733a5bdef721", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1567ea026f9b92271918733a5bdef721", - "x-ms-correlation-request-id": "e95a33ef-56b6-4ef1-8d0f-571365cba70e", - "x-ms-ratelimit-remaining-subscription-reads": "11397", - "x-ms-request-id": "a6b54f43-86af-4431-9590-ff99b951963a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034043Z:e95a33ef-56b6-4ef1-8d0f-571365cba70e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "caedf738af4772b5fd9c2c73128613fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caedf738af4772b5fd9c2c73128613fa", - "x-ms-correlation-request-id": "ee5ca59b-d475-417e-a049-7fb96b674ae8", - "x-ms-ratelimit-remaining-subscription-reads": "11396", - "x-ms-request-id": "fdfef83d-50a3-4aa9-857d-e267ceb62b15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034045Z:ee5ca59b-d475-417e-a049-7fb96b674ae8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a09ecbec50e93d696b325e5dd0d09e83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a09ecbec50e93d696b325e5dd0d09e83", - "x-ms-correlation-request-id": "0df8e1c9-b5a0-41f0-bdb4-0ae863779aa2", - "x-ms-ratelimit-remaining-subscription-reads": "11395", - "x-ms-request-id": "a1baf1c9-ffb6-4d36-954b-a94cb3de45a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034046Z:0df8e1c9-b5a0-41f0-bdb4-0ae863779aa2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4bccc7e1f44a523934f417ff42b37f92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bccc7e1f44a523934f417ff42b37f92", - "x-ms-correlation-request-id": "9f2bc3bb-5004-4f76-b0e6-a5bb912c00df", - "x-ms-ratelimit-remaining-subscription-reads": "11394", - "x-ms-request-id": "d4def61e-204a-4610-9fd0-8fafc96fd0fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034047Z:9f2bc3bb-5004-4f76-b0e6-a5bb912c00df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f4d79055740e8378db05f145158a12d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f4d79055740e8378db05f145158a12d", - "x-ms-correlation-request-id": "8998d27d-a825-4e32-910f-e163726023e3", - "x-ms-ratelimit-remaining-subscription-reads": "11393", - "x-ms-request-id": "abc2a00b-5591-4218-a6bc-b7a21a295474", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034049Z:8998d27d-a825-4e32-910f-e163726023e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5f165a62-5ad9-47e1-aa2b-d101d03c8d6a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b91a9fdc8baf8af914b6bf4386afab7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:40:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b91a9fdc8baf8af914b6bf4386afab7", - "x-ms-correlation-request-id": "6d0319ef-b085-4575-944e-662c0532bdc4", - "x-ms-ratelimit-remaining-subscription-reads": "11392", - "x-ms-request-id": "39c98659-0217-4a06-bfac-2c640128981a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034050Z:6d0319ef-b085-4575-944e-662c0532bdc4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res962/providers/Microsoft.Storage/storageAccounts/sto3654", - "name": "sto3654", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:33.7249656Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:33.7249656Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:40:33.6311895Z", - "primaryEndpoints": { - "blob": "https://sto3654.blob.core.windows.net/", - "queue": "https://sto3654.queue.core.windows.net/", - "table": "https://sto3654.table.core.windows.net/", - "file": "https://sto3654.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5758cbb30e838a4390e4bd9a952501db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "8450", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a044cc4-80bb-4ce9-81ac-9f27ddbce241", - "x-ms-original-request-ids": [ - "6a7df79a-33c1-434c-a3ee-c50a7b4a431c", - "399c37d6-ae2c-42d5-aee1-b87868913b20", - "507e9ff1-e639-45c8-8c40-26359d5076c9" - ], - "x-ms-ratelimit-remaining-subscription-reads": "11391", - "x-ms-request-id": "7a044cc4-80bb-4ce9-81ac-9f27ddbce241", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034051Z:7a044cc4-80bb-4ce9-81ac-9f27ddbce241" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res962/providers/Microsoft.Storage/storageAccounts/sto3654", - "name": "sto3654", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:33.7249656Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:33.7249656Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:40:33.6311895Z", - "primaryEndpoints": { - "blob": "https://sto3654.blob.core.windows.net/", - "queue": "https://sto3654.queue.core.windows.net/", - "table": "https://sto3654.table.core.windows.net/", - "file": "https://sto3654.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5316/providers/Microsoft.Storage/storageAccounts/sto9418", - "name": "sto9418", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:13.9255434Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:13.9255434Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:40:13.8161547Z", - "primaryEndpoints": { - "blob": "https://sto9418.blob.core.windows.net/", - "queue": "https://sto9418.queue.core.windows.net/", - "table": "https://sto9418.table.core.windows.net/", - "file": "https://sto9418.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/clitest.rgjjrymt7wh6tekmqcz2p62v3jgdeckkjqesrshatzfvpo7hrf4zk5og47n6cwdmgh2/providers/Microsoft.Storage/storageAccounts/clistorage4cta2uhbcr", - "name": "clistorage4cta2uhbcr", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:43:04.3141638Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:43:04.3141638Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2018-11-22T01:43:04.2048442Z", - "primaryEndpoints": { - "dfs": "https://clistorage4cta2uhbcr.dfs.core.windows.net/", - "web": "https://clistorage4cta2uhbcr.z22.web.core.windows.net/", - "blob": "https://clistorage4cta2uhbcr.blob.core.windows.net/", - "queue": "https://clistorage4cta2uhbcr.queue.core.windows.net/", - "table": "https://clistorage4cta2uhbcr.table.core.windows.net/", - "file": "https://clistorage4cta2uhbcr.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://clistorage4cta2uhbcr-secondary.dfs.core.windows.net/", - "web": "https://clistorage4cta2uhbcr-secondary.z22.web.core.windows.net/", - "blob": "https://clistorage4cta2uhbcr-secondary.blob.core.windows.net/", - "queue": "https://clistorage4cta2uhbcr-secondary.queue.core.windows.net/", - "table": "https://clistorage4cta2uhbcr-secondary.table.core.windows.net/" - } - } - }, - { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/clitest.rgs2hz37xklfdmuxohpesq7jcltkkmqe5636w2y73jwowx4b4ijkuvtzurzij54e2hp/providers/Microsoft.Storage/storageAccounts/clistoragejh4ehwtlxb", - "name": "clistoragejh4ehwtlxb", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:41:23.3314286Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2018-11-22T01:41:23.3314286Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2018-11-22T01:41:23.2064365Z", - "primaryEndpoints": { - "dfs": "https://clistoragejh4ehwtlxb.dfs.core.windows.net/", - "web": "https://clistoragejh4ehwtlxb.z22.web.core.windows.net/", - "blob": "https://clistoragejh4ehwtlxb.blob.core.windows.net/", - "queue": "https://clistoragejh4ehwtlxb.queue.core.windows.net/", - "table": "https://clistoragejh4ehwtlxb.table.core.windows.net/", - "file": "https://clistoragejh4ehwtlxb.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://clistoragejh4ehwtlxb-secondary.dfs.core.windows.net/", - "web": "https://clistoragejh4ehwtlxb-secondary.z22.web.core.windows.net/", - "blob": "https://clistoragejh4ehwtlxb-secondary.blob.core.windows.net/", - "queue": "https://clistoragejh4ehwtlxb-secondary.queue.core.windows.net/", - "table": "https://clistoragejh4ehwtlxb-secondary.table.core.windows.net/" - } - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/smokergtest9160/providers/Microsoft.Storage/storageAccounts/smokesatest9160", - "name": "smokesatest9160", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T01:49:33.7267285Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T01:49:33.7267285Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T01:49:33.6485940Z", - "primaryEndpoints": { - "dfs": "https://smokesatest9160.dfs.core.windows.net/", - "web": "https://smokesatest9160.z22.web.core.windows.net/", - "blob": "https://smokesatest9160.blob.core.windows.net/", - "queue": "https://smokesatest9160.queue.core.windows.net/", - "table": "https://smokesatest9160.table.core.windows.net/", - "file": "https://smokesatest9160.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/automationrepro2/providers/Microsoft.Storage/storageAccounts/dixue", - "name": "dixue", - "type": "Microsoft.Storage/storageAccounts", - "location": "southeastasia", - "tags": { - "ms-resource-usage": "azure-cloud-shell" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-02-28T03:22:06.3989756Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-02-28T03:22:06.3989756Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-02-28T03:22:06.3364427Z", - "primaryEndpoints": { - "dfs": "https://dixue.dfs.core.windows.net/", - "web": "https://dixue.z23.web.core.windows.net/", - "blob": "https://dixue.blob.core.windows.net/", - "queue": "https://dixue.queue.core.windows.net/", - "table": "https://dixue.table.core.windows.net/", - "file": "https://dixue.file.core.windows.net/" - }, - "primaryLocation": "southeastasia", - "statusOfPrimary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1084832529", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTest.json deleted file mode 100644 index 6e6807b175b70..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTest.json +++ /dev/null @@ -1,264 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1275?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-527bcace6713d147aca16bee6d503c2b-81ee7bed7812b74d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f64c9b74df25b60c58f8a2f87ffa912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:22:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0c81eb3-6188-4e53-a007-866df2dc6461", - "x-ms-ratelimit-remaining-subscription-writes": "983", - "x-ms-request-id": "c0c81eb3-6188-4e53-a007-866df2dc6461", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032203Z:c0c81eb3-6188-4e53-a007-866df2dc6461" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1275", - "name": "res1275", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1275/providers/Microsoft.Storage/storageAccounts/sto52?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-029cbe9b95cdc6498097a6f40c67fec5-316ea56d84a3aa40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62d4a90fab7e8b067245029725dfff16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:22:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7ee9e367-137b-4a75-b1bb-1c42f72f3fa5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d4a90fab7e8b067245029725dfff16", - "x-ms-correlation-request-id": "3fc6c9ba-5db3-40dd-a891-e7b2b904a372", - "x-ms-ratelimit-remaining-subscription-writes": "982", - "x-ms-request-id": "7ee9e367-137b-4a75-b1bb-1c42f72f3fa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032205Z:3fc6c9ba-5db3-40dd-a891-e7b2b904a372" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7ee9e367-137b-4a75-b1bb-1c42f72f3fa5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae50dd1a41b31d385ec480085ec3a0af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:22:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7ee9e367-137b-4a75-b1bb-1c42f72f3fa5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae50dd1a41b31d385ec480085ec3a0af", - "x-ms-correlation-request-id": "489a8984-9723-43b4-bc41-8a7ad1a45d9a", - "x-ms-ratelimit-remaining-subscription-reads": "11016", - "x-ms-request-id": "20c1ddd1-a82a-4d90-a4eb-45cd8ef25ea3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032206Z:489a8984-9723-43b4-bc41-8a7ad1a45d9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7ee9e367-137b-4a75-b1bb-1c42f72f3fa5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aace198ad78ba6b0f0b1ea0c6fc1e5fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1155", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:23:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aace198ad78ba6b0f0b1ea0c6fc1e5fa", - "x-ms-correlation-request-id": "f2af8f15-d5b2-4cec-86b3-ee6d3a64e724", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f0def976-2fc4-469a-bacf-3a50bb7c04d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032317Z:f2af8f15-d5b2-4cec-86b3-ee6d3a64e724" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1275/providers/Microsoft.Storage/storageAccounts/sto52", - "name": "sto52", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:22:05.5198584Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:22:05.5198584Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:22:05.4260879Z", - "primaryEndpoints": { - "blob": "https://sto52.blob.core.windows.net/", - "queue": "https://sto52.queue.core.windows.net/", - "table": "https://sto52.table.core.windows.net/", - "file": "https://sto52.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1275/providers/Microsoft.Storage/storageAccounts/sto52/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-75ce17bb85ad7242b3aaa292aec2b24d-c797236d103d4d49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "487d88a1518f76621c00dcb8e9b0c3b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:23:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "487d88a1518f76621c00dcb8e9b0c3b4", - "x-ms-correlation-request-id": "68b4cd4c-a1d1-4473-a59b-b404d2d65122", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "d8ce6f81-e094-4a18-92a9-ec2c24f32bd9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032318Z:68b4cd4c-a1d1-4473-a59b-b404d2d65122" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "7KIadshc3DNrnh57r0h4wBBAxtKWhAYNJXlnum6N4pezv/uZbsSbCW\u002B2RXixezDFEQ72nyKTpncHqiCJlal5hQ==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "Z0z5DihdwB7NWLObALLS/bsZuwpvmeEQqd1peII7utOfExhUqED\u002BVbyI8Ci5ZUWIkBYCFZkNO15wkIwckvHDoQ==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1993162215", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTestAsync.json deleted file mode 100644 index 197079fcdd169..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListKeysTestAsync.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5549?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-24b65790bb755645a1ee580c3afea2c8-2ef71589f4fe8b4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3922e4106940a74bfed7436f3860a925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7422acb6-6622-4923-b510-718a6d8687ea", - "x-ms-ratelimit-remaining-subscription-writes": "1089", - "x-ms-request-id": "7422acb6-6622-4923-b510-718a6d8687ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034055Z:7422acb6-6622-4923-b510-718a6d8687ea" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5549", - "name": "res5549", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5549/providers/Microsoft.Storage/storageAccounts/sto7641?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-0dd06318f55e2b40903905a1b3cdf475-5a95fd9af1b83b40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3480acf6126c9a4cc524c4b5b70f6d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3480acf6126c9a4cc524c4b5b70f6d4", - "x-ms-correlation-request-id": "5dca614c-f4b4-4c5e-a174-80f4fff4e74b", - "x-ms-ratelimit-remaining-subscription-writes": "1088", - "x-ms-request-id": "bffbc919-316d-4c53-bd45-7af07b49eeb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034059Z:5dca614c-f4b4-4c5e-a174-80f4fff4e74b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2309164b0f8982e97d707417ff5ca367", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:40:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2309164b0f8982e97d707417ff5ca367", - "x-ms-correlation-request-id": "ff3d7da9-897b-4db9-ba21-d704bd84c0ef", - "x-ms-ratelimit-remaining-subscription-reads": "11390", - "x-ms-request-id": "69f0b11e-15a8-441a-82ad-597ed389987e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034100Z:ff3d7da9-897b-4db9-ba21-d704bd84c0ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ccf19b4cdf306a7e9505592d06bf9642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccf19b4cdf306a7e9505592d06bf9642", - "x-ms-correlation-request-id": "c4860964-3451-46e9-8c46-4ce0a72f01ff", - "x-ms-ratelimit-remaining-subscription-reads": "11389", - "x-ms-request-id": "6fe3df13-d186-4968-9ba9-1c9d9972671b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034101Z:c4860964-3451-46e9-8c46-4ce0a72f01ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44007064d367374ba9f6c856f15e440d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44007064d367374ba9f6c856f15e440d", - "x-ms-correlation-request-id": "38e0e6d6-c4a8-47b6-8bd7-730f22e1dfd5", - "x-ms-ratelimit-remaining-subscription-reads": "11388", - "x-ms-request-id": "5a2304ae-5d11-44ca-8789-9f32018f139c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034102Z:38e0e6d6-c4a8-47b6-8bd7-730f22e1dfd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9798f35521986caa989f8d83b6bc7cbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9798f35521986caa989f8d83b6bc7cbe", - "x-ms-correlation-request-id": "3250225c-ee80-417c-941d-0d4b9795c8a7", - "x-ms-ratelimit-remaining-subscription-reads": "11387", - "x-ms-request-id": "4694bd7b-4fc7-4a90-bfe7-1ea4ed28bfb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034104Z:3250225c-ee80-417c-941d-0d4b9795c8a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8eb231d95e5c79004fba223a17277837", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8eb231d95e5c79004fba223a17277837", - "x-ms-correlation-request-id": "63121d51-0803-477e-a59a-421635dc3f17", - "x-ms-ratelimit-remaining-subscription-reads": "11386", - "x-ms-request-id": "3ef24499-3100-47ea-a52b-7e1d27aed891", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034105Z:63121d51-0803-477e-a59a-421635dc3f17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "12d74bc1ff2742aac593abc745c780ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12d74bc1ff2742aac593abc745c780ed", - "x-ms-correlation-request-id": "813e17de-dbe6-4998-b1e2-5c6d9fa7899c", - "x-ms-ratelimit-remaining-subscription-reads": "11385", - "x-ms-request-id": "43743c47-cb18-4125-bdef-1e628aa250bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034106Z:813e17de-dbe6-4998-b1e2-5c6d9fa7899c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf7c097ab5abf7b1f31e47ddff705570", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf7c097ab5abf7b1f31e47ddff705570", - "x-ms-correlation-request-id": "26d1d553-8e1a-4049-ab30-f539e7b60f32", - "x-ms-ratelimit-remaining-subscription-reads": "11384", - "x-ms-request-id": "02f79397-6527-4e09-b88c-8085338e08cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034108Z:26d1d553-8e1a-4049-ab30-f539e7b60f32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6ac2552669e4da968670c8c8b2383388", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ac2552669e4da968670c8c8b2383388", - "x-ms-correlation-request-id": "dfe1db5e-ea94-427a-a632-96646f94fe8c", - "x-ms-ratelimit-remaining-subscription-reads": "11383", - "x-ms-request-id": "cdad91e2-ec68-4e0f-b628-e8b7f49bdc9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034109Z:dfe1db5e-ea94-427a-a632-96646f94fe8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dc03439b8ab0b8c9ae01e09b7cc4255", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dc03439b8ab0b8c9ae01e09b7cc4255", - "x-ms-correlation-request-id": "c8630c87-25d3-4563-886e-2ee74f0f88c2", - "x-ms-ratelimit-remaining-subscription-reads": "11382", - "x-ms-request-id": "5d1d49fb-dd89-4b64-ad4f-ea6eb9a1a428", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034110Z:c8630c87-25d3-4563-886e-2ee74f0f88c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "efa13b3e1504100973a2393aece944bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efa13b3e1504100973a2393aece944bb", - "x-ms-correlation-request-id": "46650443-a5e6-4dde-90e7-52036f9e860f", - "x-ms-ratelimit-remaining-subscription-reads": "11381", - "x-ms-request-id": "ff1f21be-806a-48a6-ae39-6e9c690cbcef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034112Z:46650443-a5e6-4dde-90e7-52036f9e860f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cba4bfea47b06dc5c9b6d0044b8d22b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cba4bfea47b06dc5c9b6d0044b8d22b9", - "x-ms-correlation-request-id": "e855b8ce-b8ce-4690-9a58-85e96fec448f", - "x-ms-ratelimit-remaining-subscription-reads": "11380", - "x-ms-request-id": "7d701faa-5278-4aeb-b7c9-e00b045afd7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034113Z:e855b8ce-b8ce-4690-9a58-85e96fec448f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7789732e449723832baf9a087f521fb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7789732e449723832baf9a087f521fb0", - "x-ms-correlation-request-id": "4e3c6419-c91a-461e-a593-fa20dec1d02e", - "x-ms-ratelimit-remaining-subscription-reads": "11379", - "x-ms-request-id": "f4ab2028-2c39-4dcb-88e9-ceac1911f3e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034115Z:4e3c6419-c91a-461e-a593-fa20dec1d02e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bffbc919-316d-4c53-bd45-7af07b49eeb5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f81e629b7728f6a57533264e4505c5e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:41:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f81e629b7728f6a57533264e4505c5e5", - "x-ms-correlation-request-id": "1327be52-a05a-40aa-a727-f0ff92df4ff7", - "x-ms-ratelimit-remaining-subscription-reads": "11378", - "x-ms-request-id": "ab548c47-ad93-41cb-a071-ee9acc6e728f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034116Z:1327be52-a05a-40aa-a727-f0ff92df4ff7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5549/providers/Microsoft.Storage/storageAccounts/sto7641", - "name": "sto7641", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:59.4447245Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:40:59.4447245Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:40:59.3509575Z", - "primaryEndpoints": { - "blob": "https://sto7641.blob.core.windows.net/", - "queue": "https://sto7641.queue.core.windows.net/", - "table": "https://sto7641.table.core.windows.net/", - "file": "https://sto7641.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5549/providers/Microsoft.Storage/storageAccounts/sto7641/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6e2c8c6e4fcb0846bb295c0f719ebf64-0e795ddc5b35f64e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "790c7f80cc5fa6243b809f00adbdee77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:41:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "790c7f80cc5fa6243b809f00adbdee77", - "x-ms-correlation-request-id": "f133dc5a-a515-43cf-a01d-0a17a74770aa", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11997", - "x-ms-request-id": "9f8dd64c-f189-4d1d-9543-a4301e2eab0e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034116Z:f133dc5a-a515-43cf-a01d-0a17a74770aa" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "pYyR2YQ6okV5a/lCGU5NvIZfNtgRhokAO9jXOAhpJ\u002B5RBWF8pNUAAINmYw8UpYZXzNGH4SftvXoeMZWp2pqcPw==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "1fK\u002BXuPgSxGx5nHRDi\u002BOC0ZSRnMB62RluRCXeRO7j3xbXYMj38/pXnbVdRQcEK0ywjVOlVMQuk5dSoeAeICK3g==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "446144600", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json deleted file mode 100644 index 03cec2fe0c34d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9889?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-aef24c0c52c26d4d8777032e601732ee-71002b560c1dc842-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee4bbfdd0467379fd52f4d5c1adedff1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b863a11c-b48a-4db6-86b6-1738b103ba02", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b863a11c-b48a-4db6-86b6-1738b103ba02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032326Z:b863a11c-b48a-4db6-86b6-1738b103ba02" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9889", - "name": "res9889", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9889/providers/Microsoft.Storage/storageAccounts/sto8824?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-17e37a22148b3247a7cbbb4817ce9156-0c1f6b44b71eb746-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d66046d635f70eca1e20cd589c48fb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d66046d635f70eca1e20cd589c48fb5", - "x-ms-correlation-request-id": "5be53582-cbe0-4b47-8028-15ed3098cb5a", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "249c243b-4055-464e-af88-8e168447fdaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032334Z:5be53582-cbe0-4b47-8028-15ed3098cb5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "27dd1a830b415b7e5f7ec62192614b6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27dd1a830b415b7e5f7ec62192614b6b", - "x-ms-correlation-request-id": "97caebdb-49f4-437f-a1a2-d941a5dfe53e", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "b96e29a2-beee-4bf3-a121-860949e6a492", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032334Z:97caebdb-49f4-437f-a1a2-d941a5dfe53e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f316a7be4b457a1265d50a01e49ce9ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f316a7be4b457a1265d50a01e49ce9ab", - "x-ms-correlation-request-id": "458ffe7f-535d-4800-977f-93aef8492a59", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e3e75fe1-b347-4db4-9370-1e378f5bbc39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032335Z:458ffe7f-535d-4800-977f-93aef8492a59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f5258d168e7f8746c3e46142c7dfe21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f5258d168e7f8746c3e46142c7dfe21", - "x-ms-correlation-request-id": "3331f882-86f2-4fe7-a9b2-1ca9904c0543", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "5bab4d6d-f42e-47fa-93a1-5777c95509c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032337Z:3331f882-86f2-4fe7-a9b2-1ca9904c0543" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df9113131dde376e0862c16c007c77c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df9113131dde376e0862c16c007c77c2", - "x-ms-correlation-request-id": "21d69525-cbeb-45c9-86eb-98e04361e29f", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "1c4a8e06-190b-4ff9-b1cb-0c92ee840f20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032338Z:21d69525-cbeb-45c9-86eb-98e04361e29f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3a501a94db0f5584321e860605fe4ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a501a94db0f5584321e860605fe4ee8", - "x-ms-correlation-request-id": "caf2c033-c90f-4a7b-a6c2-3ac61b8642b3", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "80c8b44a-a01d-456d-a4c5-39771c53812d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032339Z:caf2c033-c90f-4a7b-a6c2-3ac61b8642b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d0eee9d60a0ab4cde91a6784a608f7f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0eee9d60a0ab4cde91a6784a608f7f0", - "x-ms-correlation-request-id": "9bdbb900-e71e-4a3e-b9da-7cbbe8f1a31b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0167b3ed-a921-481c-8008-23d237220c7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032341Z:9bdbb900-e71e-4a3e-b9da-7cbbe8f1a31b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "117f83c7c42d37118f3bacc096683209", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "117f83c7c42d37118f3bacc096683209", - "x-ms-correlation-request-id": "f9a43675-b9b8-4402-8c41-74308f464a01", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "dd71a58c-146f-4bf5-bdc4-aae25c53cd21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032342Z:f9a43675-b9b8-4402-8c41-74308f464a01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1795d813a78e8ab74d9b50f574ffae2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1795d813a78e8ab74d9b50f574ffae2a", - "x-ms-correlation-request-id": "6ae61f4b-6329-414f-92f1-06cffe959f39", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a83ca3a9-df72-46da-a5fc-f087fd37e64b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032343Z:6ae61f4b-6329-414f-92f1-06cffe959f39" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "813f96263d7e12bbd7b740cf5d0c1d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "813f96263d7e12bbd7b740cf5d0c1d81", - "x-ms-correlation-request-id": "bce64932-6630-4e3d-8d4b-04403710e4ab", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "b9c99819-019f-438e-90ba-fd017e35a0c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032345Z:bce64932-6630-4e3d-8d4b-04403710e4ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ce715de7e0721f61cbf5c491731cc28f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce715de7e0721f61cbf5c491731cc28f", - "x-ms-correlation-request-id": "4f191c10-faf8-4cc9-8492-10de0a932bca", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "989b722e-66b9-4813-b7e4-e4e5be81c1f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032346Z:4f191c10-faf8-4cc9-8492-10de0a932bca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0099828cb128d58a1d833fd766e82c40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0099828cb128d58a1d833fd766e82c40", - "x-ms-correlation-request-id": "c3db29a1-6515-4140-8bb8-8cbc2180b9da", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e085c252-371e-4830-a385-dc8e73f98327", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032347Z:c3db29a1-6515-4140-8bb8-8cbc2180b9da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "170dcf7de08d46b7341fb58979299fbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "170dcf7de08d46b7341fb58979299fbb", - "x-ms-correlation-request-id": "446cd93f-0211-4d5a-ab46-046e1e508486", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "4a07c444-7855-4ec8-aea5-04306f6de0c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032348Z:446cd93f-0211-4d5a-ab46-046e1e508486" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/249c243b-4055-464e-af88-8e168447fdaa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "db42b0f41d733558d29bb0efa08ab9e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:23:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db42b0f41d733558d29bb0efa08ab9e3", - "x-ms-correlation-request-id": "31f00423-9834-44f9-b8af-16a7dcdcede6", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "5226a5d1-63c1-4b10-a39f-02cf1eb3b53d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032350Z:31f00423-9834-44f9-b8af-16a7dcdcede6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9889/providers/Microsoft.Storage/storageAccounts/sto8824", - "name": "sto8824", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:23:33.6711735Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:23:33.6711735Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:23:33.5930734Z", - "primaryEndpoints": { - "blob": "https://sto8824.blob.core.windows.net/", - "queue": "https://sto8824.queue.core.windows.net/", - "table": "https://sto8824.table.core.windows.net/", - "file": "https://sto8824.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9889/providers/Microsoft.Storage/storageAccounts/sto8824/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "238", - "Content-Type": "application/json", - "traceparent": "00-3fe289422b7d2a44a2c50d762cf9456c-4acad31f3cb57844-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a31383c8ab0fab02ca52cb09fb015cf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto8824/music", - "signedResource": "c", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2020-09-14T03:23:49.3830292Z", - "signedExpiry": "2020-09-14T04:23:49.3830292Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "196", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:23:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a31383c8ab0fab02ca52cb09fb015cf3", - "x-ms-correlation-request-id": "c1aa6110-8a54-4d03-8c41-85b111ce61c3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "2718d543-b3a0-4d41-8fc4-a39cadfcf84d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032350Z:c1aa6110-8a54-4d03-8c41-85b111ce61c3" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2020-09-14T03%3A23%3A49.3830292Z\u0026se=2020-09-14T04%3A23%3A49.3830292Z\u0026sp=rdwlacup\u0026sig=PYk1Z71H%2FI4wK3XShLWz8JTzl%2FksqVChMTQgeae%2BUlI%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:23:49.3830292\u002B08:00", - "RandomSeed": "1444890381", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json deleted file mode 100644 index cfbc33382af76..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json +++ /dev/null @@ -1,638 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2583?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9a1891c3993a0641aac6e4b2597df7b7-9018dd4eb5007345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "be0b889d946c2769f6be73fb08e8e2ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f054d9d5-f60e-46df-896b-bcbf3417462b", - "x-ms-ratelimit-remaining-subscription-writes": "1087", - "x-ms-request-id": "f054d9d5-f60e-46df-896b-bcbf3417462b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034120Z:f054d9d5-f60e-46df-896b-bcbf3417462b" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2583", - "name": "res2583", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2583/providers/Microsoft.Storage/storageAccounts/sto3194?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-4ac8ff7f83bb094585e6f53c059de4af-4c5b9f81f7602249-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77888942768518b44877736353753a81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77888942768518b44877736353753a81", - "x-ms-correlation-request-id": "2b1f9d24-cb67-4e1e-a749-c4c1f7856487", - "x-ms-ratelimit-remaining-subscription-writes": "1086", - "x-ms-request-id": "ad36fcbc-10c5-4a0a-8032-8274c50e04f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034122Z:2b1f9d24-cb67-4e1e-a749-c4c1f7856487" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f730046808a111857a6231df5c3a348", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f730046808a111857a6231df5c3a348", - "x-ms-correlation-request-id": "38afbec8-4ed9-49d9-838d-a3491b17200a", - "x-ms-ratelimit-remaining-subscription-reads": "11377", - "x-ms-request-id": "4a431d80-3981-4036-aee7-6fe1990c0fae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034123Z:38afbec8-4ed9-49d9-838d-a3491b17200a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "649979390b1e465e010f8fe87774b363", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "649979390b1e465e010f8fe87774b363", - "x-ms-correlation-request-id": "7a7d46c5-b0d2-407e-a0aa-1f63301a023f", - "x-ms-ratelimit-remaining-subscription-reads": "11376", - "x-ms-request-id": "e19cca3c-22d7-4c48-aced-8644283e2e93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034124Z:7a7d46c5-b0d2-407e-a0aa-1f63301a023f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "521c3d20cb01eef76bb26683d7698224", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "521c3d20cb01eef76bb26683d7698224", - "x-ms-correlation-request-id": "d51b2387-652c-48e4-a331-11adc8287c68", - "x-ms-ratelimit-remaining-subscription-reads": "11375", - "x-ms-request-id": "39cbcd36-85f2-4847-94ca-92aee65205f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034125Z:d51b2387-652c-48e4-a331-11adc8287c68" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea06b6f9f24b3b17a22d6d7af12f99e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea06b6f9f24b3b17a22d6d7af12f99e3", - "x-ms-correlation-request-id": "1d3f1e8a-b6ab-4e3f-825b-44fd2b5f03b1", - "x-ms-ratelimit-remaining-subscription-reads": "11374", - "x-ms-request-id": "824d9385-5e95-462a-907a-d81e6f25c0ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034127Z:1d3f1e8a-b6ab-4e3f-825b-44fd2b5f03b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b8fdc0f250a76d4681aaf86ca4da6f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8fdc0f250a76d4681aaf86ca4da6f98", - "x-ms-correlation-request-id": "3a0508a8-27c0-4888-b018-81d9963456ad", - "x-ms-ratelimit-remaining-subscription-reads": "11372", - "x-ms-request-id": "b89b6654-2d46-40bf-9248-6019b5ed46c7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034128Z:3a0508a8-27c0-4888-b018-81d9963456ad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0ee6a8dc96d2d1825e1b0d45e7dfc3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0ee6a8dc96d2d1825e1b0d45e7dfc3c", - "x-ms-correlation-request-id": "ebbf3ad8-99f0-4e5c-a237-44efed4c6af3", - "x-ms-ratelimit-remaining-subscription-reads": "11371", - "x-ms-request-id": "7cea8e4a-da88-4518-98aa-12cd517c2791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034129Z:ebbf3ad8-99f0-4e5c-a237-44efed4c6af3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "17908318ca6ba97d6f9969a0f9ab96c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17908318ca6ba97d6f9969a0f9ab96c7", - "x-ms-correlation-request-id": "182284d6-5d35-4792-a5df-607b898995e1", - "x-ms-ratelimit-remaining-subscription-reads": "11370", - "x-ms-request-id": "ae8a84a5-2345-4b77-aa8e-cdc1bb0c8bd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034131Z:182284d6-5d35-4792-a5df-607b898995e1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86edd4bed8412975a8cf92c59f720f04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86edd4bed8412975a8cf92c59f720f04", - "x-ms-correlation-request-id": "6e1c4267-68db-45bd-8fef-dce1b07aef69", - "x-ms-ratelimit-remaining-subscription-reads": "11369", - "x-ms-request-id": "44a602ce-6e13-4e96-8563-d5531c37eadf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034132Z:6e1c4267-68db-45bd-8fef-dce1b07aef69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2054bcae584ac32ced4451d45f77347a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2054bcae584ac32ced4451d45f77347a", - "x-ms-correlation-request-id": "1b011ab5-48a3-47ae-81ed-916a423674d8", - "x-ms-ratelimit-remaining-subscription-reads": "11368", - "x-ms-request-id": "f315b5f4-0aa4-4aff-a477-91b20e234e64", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034133Z:1b011ab5-48a3-47ae-81ed-916a423674d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8916e94a75903ffb0e666e9c37b70afd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8916e94a75903ffb0e666e9c37b70afd", - "x-ms-correlation-request-id": "e8b1b46e-54d9-418e-9339-0304de68553c", - "x-ms-ratelimit-remaining-subscription-reads": "11367", - "x-ms-request-id": "b374146a-9948-4f02-8679-72ed89c69b3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034135Z:e8b1b46e-54d9-418e-9339-0304de68553c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3df265897556667da82a98fc87a0ca30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3df265897556667da82a98fc87a0ca30", - "x-ms-correlation-request-id": "899c99a5-08e2-4425-bb8c-87c3f59cb007", - "x-ms-ratelimit-remaining-subscription-reads": "11366", - "x-ms-request-id": "f2035704-b7bf-44ae-a58e-a2499f404dd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034136Z:899c99a5-08e2-4425-bb8c-87c3f59cb007" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b67a189b855b3873c11412e3e98f8b36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b67a189b855b3873c11412e3e98f8b36", - "x-ms-correlation-request-id": "c1767e4e-e3f2-4c6c-9318-317b6b480789", - "x-ms-ratelimit-remaining-subscription-reads": "11365", - "x-ms-request-id": "5f544bee-6d7f-401c-bed7-9eb257586773", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034137Z:c1767e4e-e3f2-4c6c-9318-317b6b480789" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad36fcbc-10c5-4a0a-8032-8274c50e04f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa4a533af684d5236bb0e066ddfeb76d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:41:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa4a533af684d5236bb0e066ddfeb76d", - "x-ms-correlation-request-id": "834eb0e0-8d0c-4c3a-bec3-1773a1a16d83", - "x-ms-ratelimit-remaining-subscription-reads": "11364", - "x-ms-request-id": "c6c04bf3-8e1e-427a-bb8f-f4dcab430767", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034139Z:834eb0e0-8d0c-4c3a-bec3-1773a1a16d83" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2583/providers/Microsoft.Storage/storageAccounts/sto3194", - "name": "sto3194", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:41:22.2917127Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:41:22.2917127Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:41:22.1823523Z", - "primaryEndpoints": { - "blob": "https://sto3194.blob.core.windows.net/", - "queue": "https://sto3194.queue.core.windows.net/", - "table": "https://sto3194.table.core.windows.net/", - "file": "https://sto3194.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2583/providers/Microsoft.Storage/storageAccounts/sto3194/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "238", - "Content-Type": "application/json", - "traceparent": "00-d649fa7ff5f54149ba3fd89a91f6d69e-dd6e216b75b73e45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1e003e9c533c03a2f1ba7c4262997d18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto3194/music", - "signedResource": "c", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2020-09-14T03:41:38.1777103Z", - "signedExpiry": "2020-09-14T04:41:38.1777103Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "192", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:41:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e003e9c533c03a2f1ba7c4262997d18", - "x-ms-correlation-request-id": "012b44b6-f831-451b-86fd-5bbb53d130a9", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "d48bd89f-da84-4dc6-8baf-9123e450b1e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034139Z:012b44b6-f831-451b-86fd-5bbb53d130a9" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2020-09-14T03%3A41%3A38.1777103Z\u0026se=2020-09-14T04%3A41%3A38.1777103Z\u0026sp=rdwlacup\u0026sig=J1iqnk1W4%2BYQmVDK2gnJ9LFIo0tmwjQxdFWmvymp1gM%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:41:38.1777103\u002B08:00", - "RandomSeed": "1221489086", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json deleted file mode 100644 index 3add06c466e53..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json +++ /dev/null @@ -1,635 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9424?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-fce6568f45dc8841959dcfc77924e8a8-980ce8614593b348-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2895f05afca28d5f92e5dfb30cd65dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2f067d74-9639-4b96-b7a2-f783afe6fa97", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "2f067d74-9639-4b96-b7a2-f783afe6fa97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032354Z:2f067d74-9639-4b96-b7a2-f783afe6fa97" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9424", - "name": "res9424", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9424/providers/Microsoft.Storage/storageAccounts/sto2410?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c6f2a4303cc77e48b84bacb40b0d233c-9278a4b6f601ac40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eb1983e4198c924f2bfbdf1938ebd51d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb1983e4198c924f2bfbdf1938ebd51d", - "x-ms-correlation-request-id": "e1adc7cb-c887-4b40-8bbc-5b4ac2cd1a7e", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "148f1d70-99d3-4679-94c3-496b5f6a2bd2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032357Z:e1adc7cb-c887-4b40-8bbc-5b4ac2cd1a7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ccaf0cde9f4ed6cd469677017f7359fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccaf0cde9f4ed6cd469677017f7359fa", - "x-ms-correlation-request-id": "2572a8f8-b649-4c76-880c-3e215cf8a40d", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "a848690f-d820-4da3-a0a1-b9f2e09f8bad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032358Z:2572a8f8-b649-4c76-880c-3e215cf8a40d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2bed9509dcf280e824f712a76a57d0f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:23:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bed9509dcf280e824f712a76a57d0f6", - "x-ms-correlation-request-id": "1ced44c2-a3c2-4ace-bf58-0b864c0fad77", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "f7455fba-cdf7-4f1f-9fd5-9cce0317bd44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032359Z:1ced44c2-a3c2-4ace-bf58-0b864c0fad77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2b3b83c6093b7fcfdd94b2deec5da266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b3b83c6093b7fcfdd94b2deec5da266", - "x-ms-correlation-request-id": "7849d972-88b4-4a8b-9ca9-8066ff0c364b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "fd70408d-2b91-4637-84fc-74ad1c9a886c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032400Z:7849d972-88b4-4a8b-9ca9-8066ff0c364b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2beeb48b09460269232fa7568d266bee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2beeb48b09460269232fa7568d266bee", - "x-ms-correlation-request-id": "fa88a04a-0bd3-471b-a546-38be41368402", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "812358a4-36df-48cf-8ff4-882d7b7f36b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032402Z:fa88a04a-0bd3-471b-a546-38be41368402" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fb3a80c62e3800bec66e4e5e290a93c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb3a80c62e3800bec66e4e5e290a93c7", - "x-ms-correlation-request-id": "9b4b1193-dd4f-4265-b677-dffa229ce957", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "da57f14e-26f3-4789-bc77-e00ef3db0275", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032403Z:9b4b1193-dd4f-4265-b677-dffa229ce957" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b61cab55a469bdaf1a38070c6179f1b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b61cab55a469bdaf1a38070c6179f1b6", - "x-ms-correlation-request-id": "6b95caf7-7198-468a-b054-f57e0bd2455e", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d03d8e0d-147f-4775-abfa-0f7a15f79654", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032404Z:6b95caf7-7198-468a-b054-f57e0bd2455e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b18c328a6225c2df6ee65d8ba0bd819", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b18c328a6225c2df6ee65d8ba0bd819", - "x-ms-correlation-request-id": "8fa52e17-bc31-4376-b8a5-8774516065e4", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "9c6056a6-b14e-42b4-94fc-e2ce83a2bcfc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032406Z:8fa52e17-bc31-4376-b8a5-8774516065e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e100e09bb5092185d17de1ff27b19e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e100e09bb5092185d17de1ff27b19e4d", - "x-ms-correlation-request-id": "23149485-872c-4fca-8c43-3b16710efb23", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "82fa59ba-6644-4185-a5ff-d050f90d2bbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032407Z:23149485-872c-4fca-8c43-3b16710efb23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6636977c28f2afa47ec0bf7b3ed7020e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6636977c28f2afa47ec0bf7b3ed7020e", - "x-ms-correlation-request-id": "6acf5cd6-e569-45a4-8c71-5d9b1a28b678", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "f547e692-517c-4fd7-bc97-a52bfe375f9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032408Z:6acf5cd6-e569-45a4-8c71-5d9b1a28b678" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8170ee5f107872ad3ef69aa5c42e3444", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8170ee5f107872ad3ef69aa5c42e3444", - "x-ms-correlation-request-id": "57e5bda1-9fb5-43d5-8034-776cff6afb27", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "d4a898a5-7ef0-4450-a28b-fa52ae2f5386", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032410Z:57e5bda1-9fb5-43d5-8034-776cff6afb27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "235c184f72d573263b516349f50ae2fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "235c184f72d573263b516349f50ae2fa", - "x-ms-correlation-request-id": "f41933df-6bcc-46c7-a65a-21b08f1a4459", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "cd575daf-b8a3-4acb-859d-ebd6bad6c210", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032411Z:f41933df-6bcc-46c7-a65a-21b08f1a4459" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "399fd27a1d406cd4eac327fc8dffea50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "399fd27a1d406cd4eac327fc8dffea50", - "x-ms-correlation-request-id": "9b5106f9-9434-4be7-9832-e19d045d67c8", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "dbc58e85-67aa-4f35-8218-c09e5f9cb0cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032412Z:9b5106f9-9434-4be7-9832-e19d045d67c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/148f1d70-99d3-4679-94c3-496b5f6a2bd2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "262b7b8bde7bed39c7fd4526ac637d34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "262b7b8bde7bed39c7fd4526ac637d34", - "x-ms-correlation-request-id": "fe7c1c37-bb5f-4e12-b498-8a2e51f574b8", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "fe7237da-a362-43b8-94f6-fe88694f5a2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032414Z:fe7c1c37-bb5f-4e12-b498-8a2e51f574b8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9424/providers/Microsoft.Storage/storageAccounts/sto2410", - "name": "sto2410", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:23:57.4538505Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:23:57.4538505Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:23:57.3596221Z", - "primaryEndpoints": { - "blob": "https://sto2410.blob.core.windows.net/", - "queue": "https://sto2410.queue.core.windows.net/", - "table": "https://sto2410.table.core.windows.net/", - "file": "https://sto2410.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9424/providers/Microsoft.Storage/storageAccounts/sto2410/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "138", - "Content-Type": "application/json", - "traceparent": "00-2dd55f4b035d104c85ab5373480fabcc-b37e267f0ad73f4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f12aa013fb8e310343ef39124b2ae53c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto2410/music", - "signedResource": "c", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T04:24:13.2470112Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "135", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f12aa013fb8e310343ef39124b2ae53c", - "x-ms-correlation-request-id": "626117e0-5565-4d85-bde2-74c1f0e843fd", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "50116088-1acc-4e78-8323-aa8d537b8436", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032414Z:626117e0-5565-4d85-bde2-74c1f0e843fd" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2020-09-14T04%3A24%3A13.2470112Z\u0026sp=rl\u0026sig=Ez0ELSljlK13CUrOFGe8TQDmt83s7aeWOt4Wb%2BuqcnQ%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:24:13.2470112\u002B08:00", - "RandomSeed": "324415888", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json deleted file mode 100644 index 67154c04b2b95..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json +++ /dev/null @@ -1,635 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res502?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-53f61ca95404f44aa1077e0e2c980c4b-78f78f77d478ce49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64cbbe2e15f8e4d72064ccf3fcc7f652", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3201b95-4eba-4f48-a046-45359e760189", - "x-ms-ratelimit-remaining-subscription-writes": "1085", - "x-ms-request-id": "a3201b95-4eba-4f48-a046-45359e760189", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034142Z:a3201b95-4eba-4f48-a046-45359e760189" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res502", - "name": "res502", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res502/providers/Microsoft.Storage/storageAccounts/sto3176?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-1e8053ddae34e349948492f354fdfcbe-4835c135c7cea24e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42195bdea33195017e745b70580f0932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42195bdea33195017e745b70580f0932", - "x-ms-correlation-request-id": "3c89cbc3-8251-40ce-9983-bb7e581d16ed", - "x-ms-ratelimit-remaining-subscription-writes": "1084", - "x-ms-request-id": "abb24ee9-90db-48ce-b3d4-b0ce4b183d29", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034145Z:3c89cbc3-8251-40ce-9983-bb7e581d16ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f564f8004141afdc9ce7aa17c73c754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f564f8004141afdc9ce7aa17c73c754", - "x-ms-correlation-request-id": "272f2b84-439a-4989-abb7-011f6809391a", - "x-ms-ratelimit-remaining-subscription-reads": "11363", - "x-ms-request-id": "f8e7b47e-ec60-4144-a16d-219812308c90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034145Z:272f2b84-439a-4989-abb7-011f6809391a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d46c1c212b0c30e18d1b088a7f85693", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d46c1c212b0c30e18d1b088a7f85693", - "x-ms-correlation-request-id": "dd972c1d-adea-4740-a189-b04ae3a53f3d", - "x-ms-ratelimit-remaining-subscription-reads": "11362", - "x-ms-request-id": "852e2452-8578-46e8-8bd9-21990ea18873", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034146Z:dd972c1d-adea-4740-a189-b04ae3a53f3d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09f011c76ab9b11d9d2b766aa0a1cb1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09f011c76ab9b11d9d2b766aa0a1cb1e", - "x-ms-correlation-request-id": "20fc0091-8a00-41ce-a673-e9a4dbb985f4", - "x-ms-ratelimit-remaining-subscription-reads": "11361", - "x-ms-request-id": "10d8165d-fbd3-468e-8752-908eea68e91e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034148Z:20fc0091-8a00-41ce-a673-e9a4dbb985f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d46a8e07fa46e9940928642547473d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d46a8e07fa46e9940928642547473d1", - "x-ms-correlation-request-id": "e2caf30f-69e9-4dc4-bdd7-2aad29778b98", - "x-ms-ratelimit-remaining-subscription-reads": "11360", - "x-ms-request-id": "c6c0fbf0-7199-409b-8d4f-33cbadad2c34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034149Z:e2caf30f-69e9-4dc4-bdd7-2aad29778b98" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6bdae677be83589aa39490849ca42277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bdae677be83589aa39490849ca42277", - "x-ms-correlation-request-id": "482d14e8-3a5e-410b-90c0-32c8d170d5d8", - "x-ms-ratelimit-remaining-subscription-reads": "11359", - "x-ms-request-id": "44e238a3-a0a8-4d50-8243-b98e0357e175", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034150Z:482d14e8-3a5e-410b-90c0-32c8d170d5d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fea79106d9b147ef7782c826e3db5d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fea79106d9b147ef7782c826e3db5d28", - "x-ms-correlation-request-id": "2167e612-ccdf-4d0d-b703-8860c3b00635", - "x-ms-ratelimit-remaining-subscription-reads": "11358", - "x-ms-request-id": "b7d9d663-75ae-41f4-b288-21c8d665a99e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034152Z:2167e612-ccdf-4d0d-b703-8860c3b00635" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "baf2a5b75fc6229a0deeda10ef14d19c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "baf2a5b75fc6229a0deeda10ef14d19c", - "x-ms-correlation-request-id": "2dc1c72a-df71-4948-ba8f-3c1c38e2a7ad", - "x-ms-ratelimit-remaining-subscription-reads": "11357", - "x-ms-request-id": "2b3a1370-1335-4aa3-8599-88c9107bcbed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034153Z:2dc1c72a-df71-4948-ba8f-3c1c38e2a7ad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c23b0e6f75cd9e1ff793f301f67374c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c23b0e6f75cd9e1ff793f301f67374c7", - "x-ms-correlation-request-id": "a4a128c7-ce9e-428a-b240-806e47d01d75", - "x-ms-ratelimit-remaining-subscription-reads": "11356", - "x-ms-request-id": "7fc853da-734a-406a-af2f-9adb777ff513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034154Z:a4a128c7-ce9e-428a-b240-806e47d01d75" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f6cd673668b1a6b1f785f0c3ffdf5762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6cd673668b1a6b1f785f0c3ffdf5762", - "x-ms-correlation-request-id": "3d9128d3-f47a-449c-9503-5350aa59050c", - "x-ms-ratelimit-remaining-subscription-reads": "11355", - "x-ms-request-id": "ca77b142-b943-4832-ad80-1c09bb6f3ebc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034156Z:3d9128d3-f47a-449c-9503-5350aa59050c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d5b62cb09a9f425b8554c3336c982c9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5b62cb09a9f425b8554c3336c982c9a", - "x-ms-correlation-request-id": "4649f87a-ab02-43a1-ab69-aaf3521068c7", - "x-ms-ratelimit-remaining-subscription-reads": "11354", - "x-ms-request-id": "13ac4118-ca66-4312-a05c-385cae300a28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034157Z:4649f87a-ab02-43a1-ab69-aaf3521068c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87d91279db4707ea5d94ca47845b9f17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87d91279db4707ea5d94ca47845b9f17", - "x-ms-correlation-request-id": "ed18404a-f02a-4ec0-b159-fc0ce2cc5c61", - "x-ms-ratelimit-remaining-subscription-reads": "11353", - "x-ms-request-id": "bf3936d8-42f5-4dce-83ee-56c3eb4ec852", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034159Z:ed18404a-f02a-4ec0-b159-fc0ce2cc5c61" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c951913c9fbc9b280c8b705da57e3a5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:41:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c951913c9fbc9b280c8b705da57e3a5f", - "x-ms-correlation-request-id": "aa71ecfa-e78b-4e35-a5fb-cf814483cd03", - "x-ms-ratelimit-remaining-subscription-reads": "11352", - "x-ms-request-id": "8bab15e7-f4ae-47fc-9b19-041804e72da3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034200Z:aa71ecfa-e78b-4e35-a5fb-cf814483cd03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/abb24ee9-90db-48ce-b3d4-b0ce4b183d29?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ec495659cf06d41b42af780acf13bd2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec495659cf06d41b42af780acf13bd2a", - "x-ms-correlation-request-id": "9ee2c598-f449-4316-a312-15f5ba3f424f", - "x-ms-ratelimit-remaining-subscription-reads": "11351", - "x-ms-request-id": "ca6f7a30-a42e-43b1-9c6c-079df5e1b152", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034201Z:9ee2c598-f449-4316-a312-15f5ba3f424f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res502/providers/Microsoft.Storage/storageAccounts/sto3176", - "name": "sto3176", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:41:44.9019886Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:41:44.9019886Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:41:44.7926015Z", - "primaryEndpoints": { - "blob": "https://sto3176.blob.core.windows.net/", - "queue": "https://sto3176.queue.core.windows.net/", - "table": "https://sto3176.table.core.windows.net/", - "file": "https://sto3176.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res502/providers/Microsoft.Storage/storageAccounts/sto3176/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "138", - "Content-Type": "application/json", - "traceparent": "00-ba3d0776902193459b469484339573b8-7bb3414ba3f8724c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "daf7abb46246dadde93d7bbb6a8d61de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto3176/music", - "signedResource": "c", - "signedPermission": "rl", - "signedExpiry": "2020-09-14T04:42:00.7021373Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "137", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf7abb46246dadde93d7bbb6a8d61de", - "x-ms-correlation-request-id": "31fce475-fab7-4fd2-8799-823ae3c02e59", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "82a0c76e-4897-4a72-9b68-06b4086a6488", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034201Z:31fce475-fab7-4fd2-8799-823ae3c02e59" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2020-09-14T04%3A42%3A00.7021373Z\u0026sp=rl\u0026sig=g1MHMEp3etpnZpC7jJ%2F3cXUFdevlh6JfJ67VFe%2BA7Sw%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2020-09-14T11:42:00.7021373\u002B08:00", - "RandomSeed": "1351279343", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json deleted file mode 100644 index 50a4ea4006ed1..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json +++ /dev/null @@ -1,636 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4589?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f80478d7adbfa041984f879ab0773e49-8cebaa699d0a7e48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8c464e7c9136a9479bd4b2f37d7eb699", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5199c96-ed61-433a-a3be-6955c13a3ea1", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "f5199c96-ed61-433a-a3be-6955c13a3ea1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032417Z:f5199c96-ed61-433a-a3be-6955c13a3ea1" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4589", - "name": "res4589", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4589/providers/Microsoft.Storage/storageAccounts/sto2314?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-0538e9f2dfd4e745b43af7b5bfc9656c-e25bfe642f4b5d40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a56c03e50c7dbdf45716a177e4b02a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a56c03e50c7dbdf45716a177e4b02a7", - "x-ms-correlation-request-id": "6e5adfb5-2105-4ff8-a265-5496ce841936", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ea6908ba-5ca6-4063-81f6-c7d0455a303e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032420Z:6e5adfb5-2105-4ff8-a265-5496ce841936" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a205eb0a75dfeb467b1f11fdc921c89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a205eb0a75dfeb467b1f11fdc921c89", - "x-ms-correlation-request-id": "e2b23f89-fd3a-48ef-a929-74bc605efdd7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "9d6c68f4-24e5-46c1-b088-cc7c656afc6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032420Z:e2b23f89-fd3a-48ef-a929-74bc605efdd7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "404a4caf3ad153792403d8e9c53ea143", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "404a4caf3ad153792403d8e9c53ea143", - "x-ms-correlation-request-id": "b971bdd5-8f93-4d02-863f-9426698785cf", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "86a51658-524a-4048-b144-c21aeca70ddd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032421Z:b971bdd5-8f93-4d02-863f-9426698785cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2066f058b72b8b4a89e6f7d7fa7c75af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2066f058b72b8b4a89e6f7d7fa7c75af", - "x-ms-correlation-request-id": "7c4c9f4f-886c-4f6c-9d62-975c5c2cac3b", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "61357a75-8116-4700-9384-f2826c062516", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032423Z:7c4c9f4f-886c-4f6c-9d62-975c5c2cac3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "edf001c0d8b675a8e5cd2559ceca3829", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edf001c0d8b675a8e5cd2559ceca3829", - "x-ms-correlation-request-id": "8938583f-7ccc-4cf9-a6de-ba530fd9fce5", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "fa540e35-8e24-4c3d-af57-1f9075e0bfdd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032424Z:8938583f-7ccc-4cf9-a6de-ba530fd9fce5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ebc7ad0ffc2bf85e02beb7eb43a158a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebc7ad0ffc2bf85e02beb7eb43a158a8", - "x-ms-correlation-request-id": "1e7df2c6-cd77-40b7-ade6-bd6263fa40f5", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "55b343bc-3dcb-44a8-b6f4-94b2bc97a43b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032425Z:1e7df2c6-cd77-40b7-ade6-bd6263fa40f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c329298eb34d7f8d48f03a5d92f0bdbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c329298eb34d7f8d48f03a5d92f0bdbe", - "x-ms-correlation-request-id": "a2210808-078e-45fb-be06-2c13bcb36e27", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "1f5f1bd4-01fb-4e38-bc5b-a326eba37bbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032427Z:a2210808-078e-45fb-be06-2c13bcb36e27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4dc8cead8ab4c483a3f8ebf821bc3243", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dc8cead8ab4c483a3f8ebf821bc3243", - "x-ms-correlation-request-id": "bbf59e99-5170-4901-b1fb-75e02614ab1f", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "e19ffec9-fae8-403e-ad44-7334f0bb9449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032428Z:bbf59e99-5170-4901-b1fb-75e02614ab1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4cb7d7474a15cdb2048a33bc1006511", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4cb7d7474a15cdb2048a33bc1006511", - "x-ms-correlation-request-id": "7eaf247e-5f35-4ba1-aea6-9207d35988bf", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "0380e6ff-8efc-4dd5-874d-cc3390b077d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032429Z:7eaf247e-5f35-4ba1-aea6-9207d35988bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "753df9010bd903f3a6652054c8955e8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "753df9010bd903f3a6652054c8955e8b", - "x-ms-correlation-request-id": "3087a1c0-550e-4743-bc00-bbb85afae6e2", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "805d45e9-4bbb-4f95-86b3-caaaea652c69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032431Z:3087a1c0-550e-4743-bc00-bbb85afae6e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "15e9f6be1824381cf26c2c6ce64802a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15e9f6be1824381cf26c2c6ce64802a2", - "x-ms-correlation-request-id": "bc576e0f-0455-4732-a833-c58261cb79db", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "b7101267-aee8-4b72-8b91-1a9128ddcc68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032432Z:bc576e0f-0455-4732-a833-c58261cb79db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28f6d993bd7f686a89c7fe3c5487948b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28f6d993bd7f686a89c7fe3c5487948b", - "x-ms-correlation-request-id": "a1ec40df-a85b-4c82-ab57-199b8c3b51bf", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "6d8136c0-93f9-4711-9b89-b8b5c63d6f28", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032433Z:a1ec40df-a85b-4c82-ab57-199b8c3b51bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cb7c17e95016e8ecdc04826ddf871c5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb7c17e95016e8ecdc04826ddf871c5e", - "x-ms-correlation-request-id": "441259ca-69da-4f77-8043-8d2ade5b3040", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "430cd73d-b941-4722-bdea-9cd2a10b7309", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032435Z:441259ca-69da-4f77-8043-8d2ade5b3040" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6908ba-5ca6-4063-81f6-c7d0455a303e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eec17e62369e010c8b818b5d1adfe46b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eec17e62369e010c8b818b5d1adfe46b", - "x-ms-correlation-request-id": "18e539c3-ecbb-49a2-94cd-9a20e15976b9", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "51acdfe3-6eca-4f55-846f-aed0a4324a36", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032436Z:18e539c3-ecbb-49a2-94cd-9a20e15976b9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4589/providers/Microsoft.Storage/storageAccounts/sto2314", - "name": "sto2314", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:19.8610282Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:19.8610282Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:24:19.7672866Z", - "primaryEndpoints": { - "blob": "https://sto2314.blob.core.windows.net/", - "queue": "https://sto2314.queue.core.windows.net/", - "table": "https://sto2314.table.core.windows.net/", - "file": "https://sto2314.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4589/providers/Microsoft.Storage/storageAccounts/sto2314/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-63423739e974aa469ecf2615f7516e3f-51e9fca577921346-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cf82a1d836cb428bec0d4b7a3afd8901", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto2314/music", - "signedResource": "b", - "signedPermission": "rl" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf82a1d836cb428bec0d4b7a3afd8901", - "x-ms-correlation-request-id": "3b660032-5463-486e-8d1d-2a74905a6646", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8453ad74-fa40-4fa2-9120-5ffbd9a7b971", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032436Z:3b660032-5463-486e-8d1d-2a74905a6646" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "RandomSeed": "1459974806", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json deleted file mode 100644 index c3c33289fc65c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json +++ /dev/null @@ -1,636 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res181?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-50de45023fd58d4092ea03a2857cc69c-f9545dc1e9c5bb45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62dba48641be194a8f440530d80358fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "35bb97c9-25d5-452e-b590-988c1c892b57", - "x-ms-ratelimit-remaining-subscription-writes": "1083", - "x-ms-request-id": "35bb97c9-25d5-452e-b590-988c1c892b57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034204Z:35bb97c9-25d5-452e-b590-988c1c892b57" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res181", - "name": "res181", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res181/providers/Microsoft.Storage/storageAccounts/sto6288?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-aeefe24ae906f746b6b568a0db8d92a0-60794f61e4e58f40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c7ca911c709192cb7bbee813dab272e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7ca911c709192cb7bbee813dab272e4", - "x-ms-correlation-request-id": "83acb00d-01fc-4fec-bb12-66d39ffc9c2c", - "x-ms-ratelimit-remaining-subscription-writes": "1082", - "x-ms-request-id": "30bccce7-59e9-4f83-8dd0-11faa92d05df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034208Z:83acb00d-01fc-4fec-bb12-66d39ffc9c2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "967356027af633f40fd042826205b491", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "967356027af633f40fd042826205b491", - "x-ms-correlation-request-id": "6b9aad3a-738b-4442-b37f-e7c9be0a3ca8", - "x-ms-ratelimit-remaining-subscription-reads": "11350", - "x-ms-request-id": "11eaba3e-5001-4db5-a22e-833efaf5eb0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034208Z:6b9aad3a-738b-4442-b37f-e7c9be0a3ca8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "50fc4c92965d86f55efc75a32dbec4ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50fc4c92965d86f55efc75a32dbec4ee", - "x-ms-correlation-request-id": "603544d8-f44b-4a15-9395-f86fa6195030", - "x-ms-ratelimit-remaining-subscription-reads": "11349", - "x-ms-request-id": "d4446ded-29e4-4d4c-9e50-cd0d5190fdb5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034209Z:603544d8-f44b-4a15-9395-f86fa6195030" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "841050c3dc3f61edbdc7535d53b06c4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "841050c3dc3f61edbdc7535d53b06c4c", - "x-ms-correlation-request-id": "08fc2240-0df1-4a67-860a-1108f123d4f0", - "x-ms-ratelimit-remaining-subscription-reads": "11348", - "x-ms-request-id": "39f1e81c-033e-4fa4-8f52-f94d6c7a6722", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034211Z:08fc2240-0df1-4a67-860a-1108f123d4f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "817ab139aa916b3a60ed37f905500551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "817ab139aa916b3a60ed37f905500551", - "x-ms-correlation-request-id": "81baced1-2844-4c9d-a847-c455a623eca7", - "x-ms-ratelimit-remaining-subscription-reads": "11347", - "x-ms-request-id": "2b477276-26b2-4223-8209-0faa2bbef1e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034212Z:81baced1-2844-4c9d-a847-c455a623eca7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "11bf530b2ff4b6525e9a9295429733ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11bf530b2ff4b6525e9a9295429733ae", - "x-ms-correlation-request-id": "11dbbc9b-e988-4f42-84c7-9afe46ba0b1f", - "x-ms-ratelimit-remaining-subscription-reads": "11346", - "x-ms-request-id": "9c6f11c0-2e9d-4a87-b5da-de5878960db0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034213Z:11dbbc9b-e988-4f42-84c7-9afe46ba0b1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7c6a28904344185d15a42351a4f35c6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c6a28904344185d15a42351a4f35c6c", - "x-ms-correlation-request-id": "adfbdf30-1d7f-42e2-a92c-54f732f56898", - "x-ms-ratelimit-remaining-subscription-reads": "11345", - "x-ms-request-id": "bb677b38-d3cf-474e-8f1f-ae301e3a5d25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034215Z:adfbdf30-1d7f-42e2-a92c-54f732f56898" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ff5202c25af109575fc323f617a529c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff5202c25af109575fc323f617a529c8", - "x-ms-correlation-request-id": "6031430e-7027-4b98-84d5-7e5526143223", - "x-ms-ratelimit-remaining-subscription-reads": "11344", - "x-ms-request-id": "25e91060-1fdc-46de-bb12-f78d6bd5e491", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034216Z:6031430e-7027-4b98-84d5-7e5526143223" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc6989ba89e6c80cf6a6fb4f0c00126a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc6989ba89e6c80cf6a6fb4f0c00126a", - "x-ms-correlation-request-id": "f33d1e74-43c1-4aeb-9478-e455bf943fc1", - "x-ms-ratelimit-remaining-subscription-reads": "11343", - "x-ms-request-id": "c1675f43-d61e-48f0-bb5d-376146bb8617", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034217Z:f33d1e74-43c1-4aeb-9478-e455bf943fc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40d2263e334536bdd0611d812066016f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40d2263e334536bdd0611d812066016f", - "x-ms-correlation-request-id": "f5970226-1a75-443b-9f89-f203bf680c1b", - "x-ms-ratelimit-remaining-subscription-reads": "11342", - "x-ms-request-id": "16c09baa-1b18-44f0-abe0-52d62e4e6ebc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034219Z:f5970226-1a75-443b-9f89-f203bf680c1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a975a7b7f8a3886f58a094a5e07fd5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a975a7b7f8a3886f58a094a5e07fd5e", - "x-ms-correlation-request-id": "8afbdee6-4682-4b05-ab00-714028ff6879", - "x-ms-ratelimit-remaining-subscription-reads": "11341", - "x-ms-request-id": "91bbb7c6-0656-4248-b4ea-99aa003bda47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034220Z:8afbdee6-4682-4b05-ab00-714028ff6879" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1b8b8b0e8d28683cc330c856b8ba88f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b8b8b0e8d28683cc330c856b8ba88f", - "x-ms-correlation-request-id": "087656a5-c2c1-4e90-aba2-cb90a7883e92", - "x-ms-ratelimit-remaining-subscription-reads": "11340", - "x-ms-request-id": "ea7539b5-5586-4297-9893-0b1897389230", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034221Z:087656a5-c2c1-4e90-aba2-cb90a7883e92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1d48ba5f768bee09f9a4aba2a72d7c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d48ba5f768bee09f9a4aba2a72d7c8", - "x-ms-correlation-request-id": "bbdfe018-1dcc-40d1-bc00-5d09c87404b5", - "x-ms-ratelimit-remaining-subscription-reads": "11339", - "x-ms-request-id": "9e25c6a3-fa04-4da6-9c84-a57798d2ac9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034223Z:bbdfe018-1dcc-40d1-bc00-5d09c87404b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/30bccce7-59e9-4f83-8dd0-11faa92d05df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "67d0be640fae929dd7114e577301cd6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67d0be640fae929dd7114e577301cd6a", - "x-ms-correlation-request-id": "38286027-cda9-498b-82d0-256c1fa4df77", - "x-ms-ratelimit-remaining-subscription-reads": "11338", - "x-ms-request-id": "bc13ff63-6854-4312-b933-9507c810c84c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034224Z:38286027-cda9-498b-82d0-256c1fa4df77" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res181/providers/Microsoft.Storage/storageAccounts/sto6288", - "name": "sto6288", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:07.7310208Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:07.7310208Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:42:07.6372665Z", - "primaryEndpoints": { - "blob": "https://sto6288.blob.core.windows.net/", - "queue": "https://sto6288.queue.core.windows.net/", - "table": "https://sto6288.table.core.windows.net/", - "file": "https://sto6288.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res181/providers/Microsoft.Storage/storageAccounts/sto6288/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-6aec6669f5346f46a40dc1a1243458ee-4dab179e8ed5254f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d2a579e24c33b9f6d7f951389ec95c59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto6288/music", - "signedResource": "b", - "signedPermission": "rl" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2a579e24c33b9f6d7f951389ec95c59", - "x-ms-correlation-request-id": "b737c87f-8d61-4507-819f-008aaa6c48c3", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "6e44dbd0-ffa8-4e3b-a724-c28578d2b069", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034224Z:b737c87f-8d61-4507-819f-008aaa6c48c3" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "RandomSeed": "1388085827", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json deleted file mode 100644 index a23be675b3414..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json +++ /dev/null @@ -1,691 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5590?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8e3e7ea3d7c70a4d84c82a527569561b-370f02179e4b704b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7bebfa8fd752eb69f03322d6a6073efa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7da391a0-9182-4f52-9ec8-c58fe091b025", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "7da391a0-9182-4f52-9ec8-c58fe091b025", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032439Z:7da391a0-9182-4f52-9ec8-c58fe091b025" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5590", - "name": "res5590", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5590/providers/Microsoft.Storage/storageAccounts/sto6079?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-f11f4681b722984da53766216ced9d16-97039b98185a514d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21231c3d5d749875ab20d42baec002ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21231c3d5d749875ab20d42baec002ad", - "x-ms-correlation-request-id": "e2106181-6893-4325-9444-69f1d6ee3206", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "9c9b0167-9fd3-46c3-a186-3d3bcc939cab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032442Z:e2106181-6893-4325-9444-69f1d6ee3206" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbecbd1b09a49c1b76e3a6b794c04173", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbecbd1b09a49c1b76e3a6b794c04173", - "x-ms-correlation-request-id": "af28149e-396c-424a-9578-5ef6b70cbf6a", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "beeb94b1-9032-4387-ba2c-4cedc23fe893", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032442Z:af28149e-396c-424a-9578-5ef6b70cbf6a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a45a28203f7ce0420f9c7e4411771508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a45a28203f7ce0420f9c7e4411771508", - "x-ms-correlation-request-id": "74b4d412-2ab4-403e-a4d9-e3dd91d1cc63", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "f8200bc0-a481-47aa-86a7-e08dd888b6f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032444Z:74b4d412-2ab4-403e-a4d9-e3dd91d1cc63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f10fbc3d46d34109462544bbb655f2e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f10fbc3d46d34109462544bbb655f2e2", - "x-ms-correlation-request-id": "77eb6e38-0c62-4b3d-9e2b-2e1ccc681b0e", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "15bf522c-e79d-45fd-9a89-1c20f942eebd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032445Z:77eb6e38-0c62-4b3d-9e2b-2e1ccc681b0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5aded8ee3d48db9b7b0cab078ad68afe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5aded8ee3d48db9b7b0cab078ad68afe", - "x-ms-correlation-request-id": "2da0301b-ecc1-49cd-ba9a-24a939fb9c71", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "f867c31b-dba5-480d-b3b0-a60cd101cf6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032446Z:2da0301b-ecc1-49cd-ba9a-24a939fb9c71" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7799ecd50b0d99f1f185e57fa862aba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7799ecd50b0d99f1f185e57fa862aba", - "x-ms-correlation-request-id": "6cd0daf6-ee9f-4ac4-bbaa-790d2ab961e6", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "8ffd0eaf-9079-463a-9a67-cf21124b8c66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032448Z:6cd0daf6-ee9f-4ac4-bbaa-790d2ab961e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "39569caabb9900bf213376c79b02b76f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39569caabb9900bf213376c79b02b76f", - "x-ms-correlation-request-id": "623e0f6f-df0c-462e-923a-8d9da1172b8d", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "babcbeab-7c23-487e-ac6f-beee2e8be296", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032449Z:623e0f6f-df0c-462e-923a-8d9da1172b8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "17ee469a1adb9d3139053b2fde44e1f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ee469a1adb9d3139053b2fde44e1f4", - "x-ms-correlation-request-id": "205188ef-482b-482b-ad13-8ebd25be00c9", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "cfd7f51c-92c4-4f6a-b775-db356b6cd041", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032450Z:205188ef-482b-482b-ad13-8ebd25be00c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee5cf0e251801265df78b57ddad83e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee5cf0e251801265df78b57ddad83e1c", - "x-ms-correlation-request-id": "528adca2-eb00-4dd2-8511-34482c12c334", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "e963f1dd-4bd4-4309-afdc-44e5f689907b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032452Z:528adca2-eb00-4dd2-8511-34482c12c334" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4bcee6112988fdf6ab80094808f21dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4bcee6112988fdf6ab80094808f21dd", - "x-ms-correlation-request-id": "c024f26b-599b-48c5-a70e-f0456febf70c", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "d3c5bd31-7047-44c8-8b46-ae974ef4f90e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032453Z:c024f26b-599b-48c5-a70e-f0456febf70c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aae48252c8a549efe0db386265b4c360", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aae48252c8a549efe0db386265b4c360", - "x-ms-correlation-request-id": "f0ff52fd-79b5-4ff4-bd8e-b9b592754639", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "de0e50ac-93ee-4a43-9c7a-de7d36736ed2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032454Z:f0ff52fd-79b5-4ff4-bd8e-b9b592754639" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0cd1ec62c88d05b11cc84c751d1914f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0cd1ec62c88d05b11cc84c751d1914f", - "x-ms-correlation-request-id": "3a1ebc69-67ad-4b0d-98a8-9eb05f09ec20", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "e80f092a-69f7-4929-a8d3-c6c8e5d0f079", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032456Z:3a1ebc69-67ad-4b0d-98a8-9eb05f09ec20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "572ad85693f39977ff72d4bcd97c2ab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:24:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "572ad85693f39977ff72d4bcd97c2ab5", - "x-ms-correlation-request-id": "96126c5f-917f-4d89-9430-6e7bd17f5f29", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "0f32b90b-c5a5-4217-a342-8b3c1bc3021f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032457Z:96126c5f-917f-4d89-9430-6e7bd17f5f29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9c9b0167-9fd3-46c3-a186-3d3bcc939cab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62cd9ff431c12654261498d94328f80e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62cd9ff431c12654261498d94328f80e", - "x-ms-correlation-request-id": "b66cb339-a10d-48f2-8be0-9d9250a8baa0", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "2f5e255b-5db6-467f-82d3-b955d30fd1c9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032458Z:b66cb339-a10d-48f2-8be0-9d9250a8baa0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5590/providers/Microsoft.Storage/storageAccounts/sto6079", - "name": "sto6079", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:42.1012704Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:42.1012704Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:24:42.0387229Z", - "primaryEndpoints": { - "blob": "https://sto6079.blob.core.windows.net/", - "queue": "https://sto6079.queue.core.windows.net/", - "table": "https://sto6079.table.core.windows.net/", - "file": "https://sto6079.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5590/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8c0be94a6b89326da734f115579ef694", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1179", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:24:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c0be94a6b89326da734f115579ef694", - "x-ms-correlation-request-id": "77f4d0c6-9a8c-4654-a6d1-f9640a94cb24", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "3c98af9f-1506-4d89-b219-b5651e6e6aa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032459Z:77f4d0c6-9a8c-4654-a6d1-f9640a94cb24" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5590/providers/Microsoft.Storage/storageAccounts/sto6079", - "name": "sto6079", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:42.1012704Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:24:42.1012704Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:24:42.0387229Z", - "primaryEndpoints": { - "blob": "https://sto6079.blob.core.windows.net/", - "queue": "https://sto6079.queue.core.windows.net/", - "table": "https://sto6079.table.core.windows.net/", - "file": "https://sto6079.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1414121852", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json deleted file mode 100644 index 2a4b62e9b261d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json +++ /dev/null @@ -1,691 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6848?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a192116d8221b649aba54c95a868afc3-77451f273142bb46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09946403f441eec55b90eedacc7a9e59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cff40a8f-0f10-4e53-92e7-e46a5d43db11", - "x-ms-ratelimit-remaining-subscription-writes": "1081", - "x-ms-request-id": "cff40a8f-0f10-4e53-92e7-e46a5d43db11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034227Z:cff40a8f-0f10-4e53-92e7-e46a5d43db11" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6848", - "name": "res6848", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6848/providers/Microsoft.Storage/storageAccounts/sto6163?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-2863b62b53c39c4da960d4d63cb67e95-58d2ffee7275524e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f454c6e6d1125bb3b670a7717f06f3ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f454c6e6d1125bb3b670a7717f06f3ad", - "x-ms-correlation-request-id": "777fca8f-326d-4716-a461-304942992e04", - "x-ms-ratelimit-remaining-subscription-writes": "1080", - "x-ms-request-id": "539e8bd6-9756-4d24-8e65-7822e0f6be07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034230Z:777fca8f-326d-4716-a461-304942992e04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0eb3d116af8e92f0e0ae8a841e7cdb89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0eb3d116af8e92f0e0ae8a841e7cdb89", - "x-ms-correlation-request-id": "023e3782-75da-4183-9293-976706c4a6c6", - "x-ms-ratelimit-remaining-subscription-reads": "11337", - "x-ms-request-id": "310d94e5-c959-4ef0-81c1-12aecd4d0cd6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034230Z:023e3782-75da-4183-9293-976706c4a6c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd8f2dfa0ef6e49484d9f7f51c12981c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd8f2dfa0ef6e49484d9f7f51c12981c", - "x-ms-correlation-request-id": "1589809a-5ce4-495d-a769-3aa4e054b184", - "x-ms-ratelimit-remaining-subscription-reads": "11336", - "x-ms-request-id": "330fe4d6-fc5f-4dbe-be10-20838e341a58", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034231Z:1589809a-5ce4-495d-a769-3aa4e054b184" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ae5b0eb5e5538d1ecc146ae676bd5c80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae5b0eb5e5538d1ecc146ae676bd5c80", - "x-ms-correlation-request-id": "892dac9a-1992-4f54-a40f-d039c60a78dc", - "x-ms-ratelimit-remaining-subscription-reads": "11335", - "x-ms-request-id": "838bc76e-6e8a-42db-b586-c2d8267cfa2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034233Z:892dac9a-1992-4f54-a40f-d039c60a78dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95a62b41fd0a08a23cce89b5b8fb76ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95a62b41fd0a08a23cce89b5b8fb76ce", - "x-ms-correlation-request-id": "34db24d4-77ec-41a2-8c8e-ba1549cb6184", - "x-ms-ratelimit-remaining-subscription-reads": "11334", - "x-ms-request-id": "95eeb7ce-ef5e-4416-8148-aeb469a94d61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034234Z:34db24d4-77ec-41a2-8c8e-ba1549cb6184" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0fce6e152d2115350e02f0e1a3ad6ec6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fce6e152d2115350e02f0e1a3ad6ec6", - "x-ms-correlation-request-id": "7df77220-4135-4768-b487-2d4f058c5e01", - "x-ms-ratelimit-remaining-subscription-reads": "11333", - "x-ms-request-id": "2d557d51-6fca-480a-9722-4168cb7d8fe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034235Z:7df77220-4135-4768-b487-2d4f058c5e01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1b4777c036bb7116c5271855c69d5d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b4777c036bb7116c5271855c69d5d0", - "x-ms-correlation-request-id": "5e2c6dfe-1507-4ffa-a77b-3fc9db3cdd26", - "x-ms-ratelimit-remaining-subscription-reads": "11332", - "x-ms-request-id": "19dcce2f-32be-446f-a643-0cd4fd499a65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034237Z:5e2c6dfe-1507-4ffa-a77b-3fc9db3cdd26" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "08d19c9e4def135ff59186080cc0658e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08d19c9e4def135ff59186080cc0658e", - "x-ms-correlation-request-id": "c374a1f9-cd05-46ad-8aa7-90529a511dcb", - "x-ms-ratelimit-remaining-subscription-reads": "11331", - "x-ms-request-id": "ef3b1f85-7d86-435b-8694-5377bc2f9881", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034238Z:c374a1f9-cd05-46ad-8aa7-90529a511dcb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4038c260854712625c17a2cebbb0b8a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4038c260854712625c17a2cebbb0b8a4", - "x-ms-correlation-request-id": "9eecbbc5-6587-4f3e-948f-4d84a6ec2b7f", - "x-ms-ratelimit-remaining-subscription-reads": "11330", - "x-ms-request-id": "275dca27-e278-403e-9717-4dccf4122e9e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034239Z:9eecbbc5-6587-4f3e-948f-4d84a6ec2b7f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0643202d65dc2fd718a0fbda7c09aaac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0643202d65dc2fd718a0fbda7c09aaac", - "x-ms-correlation-request-id": "dd34bacf-f14f-4f45-85dd-e88da62b49b6", - "x-ms-ratelimit-remaining-subscription-reads": "11329", - "x-ms-request-id": "52eb7bbb-f9ef-4cf3-bb5f-b81fbe55c92c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034241Z:dd34bacf-f14f-4f45-85dd-e88da62b49b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9924e3ed943118893abeabd7aa905844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9924e3ed943118893abeabd7aa905844", - "x-ms-correlation-request-id": "8a306dbf-52ec-46f3-9697-831fcd8a47a3", - "x-ms-ratelimit-remaining-subscription-reads": "11328", - "x-ms-request-id": "d75ffb3d-091d-4fc2-93f8-834aaf2c3ebd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034242Z:8a306dbf-52ec-46f3-9697-831fcd8a47a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecdbe1d85e7cfab1ea0928a789879553", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecdbe1d85e7cfab1ea0928a789879553", - "x-ms-correlation-request-id": "47d13ccd-8730-4836-829c-c3e46b891739", - "x-ms-ratelimit-remaining-subscription-reads": "11327", - "x-ms-request-id": "da42effe-9259-40cd-9bed-832a4631216c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034243Z:47d13ccd-8730-4836-829c-c3e46b891739" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d8e0f66d1f8b9873962bcc1eba008487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8e0f66d1f8b9873962bcc1eba008487", - "x-ms-correlation-request-id": "77e96cd5-580f-45a8-92c0-7178da20b324", - "x-ms-ratelimit-remaining-subscription-reads": "11326", - "x-ms-request-id": "9e701b0c-21a4-46ee-99f2-52256669c138", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034245Z:77e96cd5-580f-45a8-92c0-7178da20b324" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/539e8bd6-9756-4d24-8e65-7822e0f6be07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a02b747bd2d8e30312aaf276be18eb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a02b747bd2d8e30312aaf276be18eb2", - "x-ms-correlation-request-id": "c02b7fb6-657f-46a6-91ee-4778c0275647", - "x-ms-ratelimit-remaining-subscription-reads": "11324", - "x-ms-request-id": "6105873e-de99-4f46-abac-8a183b4d9a0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034246Z:c02b7fb6-657f-46a6-91ee-4778c0275647" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6848/providers/Microsoft.Storage/storageAccounts/sto6163", - "name": "sto6163", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:29.6538152Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:29.6538152Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:42:29.5601054Z", - "primaryEndpoints": { - "blob": "https://sto6163.blob.core.windows.net/", - "queue": "https://sto6163.queue.core.windows.net/", - "table": "https://sto6163.table.core.windows.net/", - "file": "https://sto6163.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6848/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b469582980afb9b86e425550929340ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1179", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b469582980afb9b86e425550929340ea", - "x-ms-correlation-request-id": "6646688a-b3ac-4b85-81c0-7e56fb94cc8c", - "x-ms-ratelimit-remaining-subscription-reads": "11323", - "x-ms-request-id": "56ae1e50-325a-4850-8cba-ac091154bfa3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034246Z:6646688a-b3ac-4b85-81c0-7e56fb94cc8c" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6848/providers/Microsoft.Storage/storageAccounts/sto6163", - "name": "sto6163", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:29.6538152Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:29.6538152Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:42:29.5601054Z", - "primaryEndpoints": { - "blob": "https://sto6163.blob.core.windows.net/", - "queue": "https://sto6163.queue.core.windows.net/", - "table": "https://sto6163.table.core.windows.net/", - "file": "https://sto6163.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "2044591196", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json deleted file mode 100644 index a802c06ce3766..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/usages?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c1fb18e638634c45a6b7c99b2fbccec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "128", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:25:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c1fb18e638634c45a6b7c99b2fbccec", - "x-ms-correlation-request-id": "ca704f96-3658-452f-9986-a553ab84b2bb", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "d75e734d-c24f-4860-b2f9-2904b154f449", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032501Z:ca704f96-3658-452f-9986-a553ab84b2bb" - }, - "ResponseBody": { - "value": [ - { - "unit": "Count", - "currentValue": 2, - "limit": 250, - "name": { - "value": "StorageAccounts", - "localizedValue": "Storage Accounts" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1030169175", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json deleted file mode 100644 index 59078004df1f5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json +++ /dev/null @@ -1,53 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/usages?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bbce3e0b0ffeb86c2e8ae9059d110302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "128", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:42:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbce3e0b0ffeb86c2e8ae9059d110302", - "x-ms-correlation-request-id": "3267157b-2382-4dac-895d-acb1b9e4bf9c", - "x-ms-ratelimit-remaining-subscription-reads": "11322", - "x-ms-request-id": "6293b550-7747-46a4-9daf-677d8deac0e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034248Z:3267157b-2382-4dac-895d-acb1b9e4bf9c" - }, - "ResponseBody": { - "value": [ - { - "unit": "Count", - "currentValue": 2, - "limit": 250, - "name": { - "value": "StorageAccounts", - "localizedValue": "Storage Accounts" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1996316571", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json deleted file mode 100644 index 60bd64dde79ee..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json +++ /dev/null @@ -1,706 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7718?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4f83072c884cc849a8fa8d9932dec142-3c8a9a0483962746-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "13c0ab541c8da672ba88b90025b1f3b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a6b5d46c-1534-4dab-81b0-46f1c41b050e", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "a6b5d46c-1534-4dab-81b0-46f1c41b050e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032502Z:a6b5d46c-1534-4dab-81b0-46f1c41b050e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7718", - "name": "res7718", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7718/providers/Microsoft.Storage/storageAccounts/sto2853?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-c3225b587a09cb41992dbd1275845ffa-abbc73e05554cf45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "249434c66bf06963e1bab438cd292923", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "249434c66bf06963e1bab438cd292923", - "x-ms-correlation-request-id": "da535483-b9ae-4e7a-a8a6-017abf02a0ef", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "6bc7597c-b404-4b1e-8ace-2f6459e6eeab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032505Z:da535483-b9ae-4e7a-a8a6-017abf02a0ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d59694c325540645da9ac62be6eed5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d59694c325540645da9ac62be6eed5f", - "x-ms-correlation-request-id": "3bba9921-45bc-48c8-bcfa-41d95d3ee302", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "87c3e3dc-3178-432a-b0e9-cf0bd073e15f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032505Z:3bba9921-45bc-48c8-bcfa-41d95d3ee302" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "09addd901c32915ef832819935793c99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09addd901c32915ef832819935793c99", - "x-ms-correlation-request-id": "dda6e120-25f4-4940-8177-974fc7c437cc", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "f92305c2-4441-4434-8984-7dd748dcf612", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032506Z:dda6e120-25f4-4940-8177-974fc7c437cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "63ebf71f1bcf45ce43803e0888d9a235", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63ebf71f1bcf45ce43803e0888d9a235", - "x-ms-correlation-request-id": "a6d59b9f-eb17-477f-ba41-95c7add38f97", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "fdd1b850-5620-4df6-8548-4fac89baeacf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032507Z:a6d59b9f-eb17-477f-ba41-95c7add38f97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4f59d569919a308a0bc81522b1cb0be3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f59d569919a308a0bc81522b1cb0be3", - "x-ms-correlation-request-id": "9993ed2a-7321-44f7-a6a5-b3234bda0e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "dfb5eb62-61b4-4ae2-b27d-5f346a48ad54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032509Z:9993ed2a-7321-44f7-a6a5-b3234bda0e8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c742126c898274900f67c5b2dd55091e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c742126c898274900f67c5b2dd55091e", - "x-ms-correlation-request-id": "958a7673-6831-4b9f-9adc-ed7390a029a8", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "756494d5-d057-4cdd-b461-4b319c437ff5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032510Z:958a7673-6831-4b9f-9adc-ed7390a029a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f2f4b90ed208dfe6dbb570706ab9478", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f2f4b90ed208dfe6dbb570706ab9478", - "x-ms-correlation-request-id": "d34ddbf0-899e-4c7e-b108-99948b7e7382", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "0467b948-c792-4a28-bd80-021af4f5e361", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032512Z:d34ddbf0-899e-4c7e-b108-99948b7e7382" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "759b5b75db97dfb245e44033ccd752b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "759b5b75db97dfb245e44033ccd752b5", - "x-ms-correlation-request-id": "4c3c1408-5a6b-4be7-a7f5-52234ee386a3", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "a1c31f6b-41ad-47cf-ae90-0408552668c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032513Z:4c3c1408-5a6b-4be7-a7f5-52234ee386a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6592f6beab9b7fc214b45ac731886d63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6592f6beab9b7fc214b45ac731886d63", - "x-ms-correlation-request-id": "86da7e97-e8ab-4e75-ac80-33722b3ecf88", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "2fd301a3-9c9e-416d-acc1-7e1fe1235166", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032514Z:86da7e97-e8ab-4e75-ac80-33722b3ecf88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "813d4dd293b9b48799501a3baccbc195", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "813d4dd293b9b48799501a3baccbc195", - "x-ms-correlation-request-id": "00453b07-4037-4f03-b745-359fc96dfa3e", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "dee9dc41-d065-4b31-9466-9c6ef469fff6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032515Z:00453b07-4037-4f03-b745-359fc96dfa3e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1048a2682f19c9dc991c61e281ebadbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1048a2682f19c9dc991c61e281ebadbc", - "x-ms-correlation-request-id": "cf757dac-b808-4e10-a717-499725796d94", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "24db8fa5-713b-4c92-bef9-4e26a72717f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032517Z:cf757dac-b808-4e10-a717-499725796d94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e60dd77d19a2afc6eddcc4b9086d249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e60dd77d19a2afc6eddcc4b9086d249", - "x-ms-correlation-request-id": "798106f6-92d5-43fc-ba43-68c93be0de87", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "20995592-4b60-4b8e-be16-a3f38dd5d9be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032518Z:798106f6-92d5-43fc-ba43-68c93be0de87" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f5ec4f25d3fa3497073e89d32a533ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f5ec4f25d3fa3497073e89d32a533ad", - "x-ms-correlation-request-id": "9da3c4f4-130b-4033-bc1a-042758e75f57", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "84002d16-7bde-49a4-b4cf-3ce6445567dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032519Z:9da3c4f4-130b-4033-bc1a-042758e75f57" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfc45da2436a97fba51ea13b63913912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfc45da2436a97fba51ea13b63913912", - "x-ms-correlation-request-id": "be4b1ac5-29d8-4c5d-b16e-51c5d2c7a65b", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "38bc60fd-1b33-431b-a420-7c9b5d030903", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032521Z:be4b1ac5-29d8-4c5d-b16e-51c5d2c7a65b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/6bc7597c-b404-4b1e-8ace-2f6459e6eeab?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bcef17491d8d197c93bd0e26e85ef8c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:25:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcef17491d8d197c93bd0e26e85ef8c9", - "x-ms-correlation-request-id": "05052e74-87e6-4113-ba83-8b1235783257", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "e96e2514-a304-4aff-8fdb-2582c50efc70", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032522Z:05052e74-87e6-4113-ba83-8b1235783257" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7718/providers/Microsoft.Storage/storageAccounts/sto2853", - "name": "sto2853", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:04.3827674Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:04.3827674Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:25:04.3202659Z", - "primaryEndpoints": { - "dfs": "https://sto2853.dfs.core.windows.net/", - "web": "https://sto2853.z6.web.core.windows.net/", - "blob": "https://sto2853.blob.core.windows.net/", - "queue": "https://sto2853.queue.core.windows.net/", - "table": "https://sto2853.table.core.windows.net/", - "file": "https://sto2853.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7718/providers/Microsoft.Storage/storageAccounts/sto2853?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5b3c661b7229db4cb4e7b6679aa47245-5f6ba9ac21cddd4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33a81ea903c2afdec8c7ea21bc0d40df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:25:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33a81ea903c2afdec8c7ea21bc0d40df", - "x-ms-correlation-request-id": "5029d8b5-524a-41b1-815f-b2d6f809aa4b", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "25c8159f-c6e2-4a74-a479-3955146548e5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032522Z:5029d8b5-524a-41b1-815f-b2d6f809aa4b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7718/providers/Microsoft.Storage/storageAccounts/sto2853", - "name": "sto2853", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:04.3827674Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:04.3827674Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:25:04.3202659Z", - "primaryEndpoints": { - "dfs": "https://sto2853.dfs.core.windows.net/", - "web": "https://sto2853.z6.web.core.windows.net/", - "blob": "https://sto2853.blob.core.windows.net/", - "queue": "https://sto2853.queue.core.windows.net/", - "table": "https://sto2853.table.core.windows.net/", - "file": "https://sto2853.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1081706831", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json deleted file mode 100644 index b821341b96cc5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json +++ /dev/null @@ -1,706 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9096?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e580f5dd73aeae45888e438eae5f0cc7-c9b9f4727f484346-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "53e6b6d03fc743a7f0169125910572e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f49c1112-d3d3-4bb9-b992-70d3829982f5", - "x-ms-ratelimit-remaining-subscription-writes": "1079", - "x-ms-request-id": "f49c1112-d3d3-4bb9-b992-70d3829982f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034250Z:f49c1112-d3d3-4bb9-b992-70d3829982f5" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9096", - "name": "res9096", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9096/providers/Microsoft.Storage/storageAccounts/sto9945?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-ab09aded42a68f49a9989e3298ed5c94-db0f1d9bc7bf9d45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "003f33b199b8426ad39ac6743e6836fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "003f33b199b8426ad39ac6743e6836fd", - "x-ms-correlation-request-id": "f1e96ee9-9f23-4311-a57c-eee0eb64254a", - "x-ms-ratelimit-remaining-subscription-writes": "1078", - "x-ms-request-id": "30e5f590-1c54-4a0a-a98e-69751aa62eb3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034252Z:f1e96ee9-9f23-4311-a57c-eee0eb64254a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "485df9ecb34f1c177b11f3a5e1cfb2ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "485df9ecb34f1c177b11f3a5e1cfb2ad", - "x-ms-correlation-request-id": "ddeaf842-31ca-420b-90a6-3609cc8e3b04", - "x-ms-ratelimit-remaining-subscription-reads": "11321", - "x-ms-request-id": "2e2e2f6e-7280-4f90-b719-c1fa6e935b1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034253Z:ddeaf842-31ca-420b-90a6-3609cc8e3b04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "99dd285ad7d64a2959a9a7da385cf9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99dd285ad7d64a2959a9a7da385cf9f2", - "x-ms-correlation-request-id": "f3f499b5-6c2f-49d4-8482-6ac348b2a310", - "x-ms-ratelimit-remaining-subscription-reads": "11320", - "x-ms-request-id": "09affd5a-fc2d-4863-91d4-c52c7356cbfd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034254Z:f3f499b5-6c2f-49d4-8482-6ac348b2a310" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4487fdceed0bffae537f8fcd7235b489", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4487fdceed0bffae537f8fcd7235b489", - "x-ms-correlation-request-id": "213343fc-7d70-4631-b18c-b6d264d5e153", - "x-ms-ratelimit-remaining-subscription-reads": "11319", - "x-ms-request-id": "65428dea-91eb-45f1-8c47-a995deab1ad8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034255Z:213343fc-7d70-4631-b18c-b6d264d5e153" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21b3b32b320315f1d013efa50b3de31f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b3b32b320315f1d013efa50b3de31f", - "x-ms-correlation-request-id": "4d3b6895-5afe-4c23-8297-962a487f6d31", - "x-ms-ratelimit-remaining-subscription-reads": "11318", - "x-ms-request-id": "0165e64c-3d80-4ba2-a5c2-7b5ef47e6861", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034256Z:4d3b6895-5afe-4c23-8297-962a487f6d31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3d601186e476ca279de4557475bd723", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3d601186e476ca279de4557475bd723", - "x-ms-correlation-request-id": "04eb2e9f-0072-427e-a76f-a85dad5948a4", - "x-ms-ratelimit-remaining-subscription-reads": "11317", - "x-ms-request-id": "53e50842-5125-451d-ab9e-60f1e5149bf9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034258Z:04eb2e9f-0072-427e-a76f-a85dad5948a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "84ae1ef4d8a89bee0c7274f8fd09f315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84ae1ef4d8a89bee0c7274f8fd09f315", - "x-ms-correlation-request-id": "5e80931f-aa8d-4874-85ce-3df8bf97d0bb", - "x-ms-ratelimit-remaining-subscription-reads": "11316", - "x-ms-request-id": "6f42e3dc-74e7-4e0c-9c13-17fbab674b38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034259Z:5e80931f-aa8d-4874-85ce-3df8bf97d0bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "71b5709bd05fbc411147a725ec9acd74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:42:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71b5709bd05fbc411147a725ec9acd74", - "x-ms-correlation-request-id": "a53a93b1-f747-4721-ad27-6c34b46cbefa", - "x-ms-ratelimit-remaining-subscription-reads": "11315", - "x-ms-request-id": "68a9c212-8d85-4737-ac0f-8820db8f8118", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034300Z:a53a93b1-f747-4721-ad27-6c34b46cbefa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ecb0cc3b5e8e4076123ad7d4faaa6e6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecb0cc3b5e8e4076123ad7d4faaa6e6f", - "x-ms-correlation-request-id": "dda53bda-52ec-4b3b-8201-91a84f46c85d", - "x-ms-ratelimit-remaining-subscription-reads": "11314", - "x-ms-request-id": "a402db06-91f2-4b84-9ba9-5e2aaf74a1dd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034301Z:dda53bda-52ec-4b3b-8201-91a84f46c85d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7bb2fea66a624c3ddf2736130c9af72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7bb2fea66a624c3ddf2736130c9af72", - "x-ms-correlation-request-id": "40745ed8-b562-44e0-9c44-ca2b9a331233", - "x-ms-ratelimit-remaining-subscription-reads": "11313", - "x-ms-request-id": "1aa513c7-945a-4c60-9d7f-6f5cd92be674", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034303Z:40745ed8-b562-44e0-9c44-ca2b9a331233" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31bcffa506583d87fa745e24f96cc266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31bcffa506583d87fa745e24f96cc266", - "x-ms-correlation-request-id": "c02acfef-461a-4ed0-93f8-1436da57db5d", - "x-ms-ratelimit-remaining-subscription-reads": "11312", - "x-ms-request-id": "f5c25819-cb0c-4e68-9be3-44ab396e449d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034304Z:c02acfef-461a-4ed0-93f8-1436da57db5d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd3a37d8f6ded4ce088c0f9ceb141049", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd3a37d8f6ded4ce088c0f9ceb141049", - "x-ms-correlation-request-id": "ba35c9de-703e-4461-985b-0252ccc6fd34", - "x-ms-ratelimit-remaining-subscription-reads": "11311", - "x-ms-request-id": "d096812a-633b-4201-b880-a4c4ea3a6f30", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034305Z:ba35c9de-703e-4461-985b-0252ccc6fd34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fa2f658b3dede317a87edd31089f2a70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa2f658b3dede317a87edd31089f2a70", - "x-ms-correlation-request-id": "ad4ffb10-b15d-482b-8c2a-702fd6eafeef", - "x-ms-ratelimit-remaining-subscription-reads": "11310", - "x-ms-request-id": "a242752f-40a0-4e45-9026-af352dea3593", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034306Z:ad4ffb10-b15d-482b-8c2a-702fd6eafeef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f8890c2ff18eaf9330e728ccf7ea51e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8890c2ff18eaf9330e728ccf7ea51e5", - "x-ms-correlation-request-id": "3bc4fa66-b000-433e-8344-bbcc69972317", - "x-ms-ratelimit-remaining-subscription-reads": "11309", - "x-ms-request-id": "ee5be688-079c-4064-be79-dcdf5237107a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034308Z:3bc4fa66-b000-433e-8344-bbcc69972317" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westeurope/asyncoperations/30e5f590-1c54-4a0a-a98e-69751aa62eb3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93991464c73d9a7820571460199dcc69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93991464c73d9a7820571460199dcc69", - "x-ms-correlation-request-id": "f46ba257-e655-40d8-96dd-650d0ff3ac98", - "x-ms-ratelimit-remaining-subscription-reads": "11308", - "x-ms-request-id": "0b628d83-34d1-4466-b9f9-68303fef557b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034309Z:f46ba257-e655-40d8-96dd-650d0ff3ac98" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9096/providers/Microsoft.Storage/storageAccounts/sto9945", - "name": "sto9945", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:52.0878288Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:52.0878288Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:42:51.9941038Z", - "primaryEndpoints": { - "dfs": "https://sto9945.dfs.core.windows.net/", - "web": "https://sto9945.z6.web.core.windows.net/", - "blob": "https://sto9945.blob.core.windows.net/", - "queue": "https://sto9945.queue.core.windows.net/", - "table": "https://sto9945.table.core.windows.net/", - "file": "https://sto9945.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9096/providers/Microsoft.Storage/storageAccounts/sto9945?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-97fd259d30b39244825130a3a0eb3ba2-bf7419d79d419041-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de6d9f61178b99bad280c905154aecbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de6d9f61178b99bad280c905154aecbe", - "x-ms-correlation-request-id": "daf07ae8-263f-41f5-aa68-c03d26c8d5ec", - "x-ms-ratelimit-remaining-subscription-reads": "11307", - "x-ms-request-id": "426f6597-ffee-4776-a536-dd252164aeeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034309Z:daf07ae8-263f-41f5-aa68-c03d26c8d5ec" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9096/providers/Microsoft.Storage/storageAccounts/sto9945", - "name": "sto9945", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:52.0878288Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:42:52.0878288Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:42:51.9941038Z", - "primaryEndpoints": { - "dfs": "https://sto9945.dfs.core.windows.net/", - "web": "https://sto9945.z6.web.core.windows.net/", - "blob": "https://sto9945.blob.core.windows.net/", - "queue": "https://sto9945.queue.core.windows.net/", - "table": "https://sto9945.table.core.windows.net/", - "file": "https://sto9945.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "831806548", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json deleted file mode 100644 index 67cc8fd6b0cad..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json +++ /dev/null @@ -1,709 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1802?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-387da78ceab3334da5c768e8a42f1ee6-5288e675c9ed2d4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ca1dd616b23efaad0d8aeb4c7e64010", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27afddaa-3399-41c7-9ec5-b016f77fca43", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "27afddaa-3399-41c7-9ec5-b016f77fca43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032525Z:27afddaa-3399-41c7-9ec5-b016f77fca43" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802", - "name": "res1802", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "118", - "Content-Type": "application/json", - "traceparent": "00-77044be7bda2f747a6463e9c7b805438-9dfdf145ccc1294c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4950f940a4af618c672e530b876460a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4950f940a4af618c672e530b876460a6", - "x-ms-correlation-request-id": "f5686692-c45a-4121-9c7f-f66e9f68b047", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "47242e29-8690-4293-b7f0-249bf8ac499f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032529Z:f5686692-c45a-4121-9c7f-f66e9f68b047" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc5d6dc91f3439b2141abc3d56e44974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc5d6dc91f3439b2141abc3d56e44974", - "x-ms-correlation-request-id": "8240e499-50f6-4b33-9b8a-49860ef231d1", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "88582409-4c05-4a0a-a562-2f73b720f2ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032529Z:8240e499-50f6-4b33-9b8a-49860ef231d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "50700e4e7c6f3902514743f538fa65a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50700e4e7c6f3902514743f538fa65a6", - "x-ms-correlation-request-id": "b5afe6e1-171e-4d69-89f8-450f93f32c8e", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "4cf593d2-3d71-476e-bb5b-e7b55586868f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032531Z:b5afe6e1-171e-4d69-89f8-450f93f32c8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1941a71b94063772e3977f1b496ab221", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1941a71b94063772e3977f1b496ab221", - "x-ms-correlation-request-id": "1d49e575-edfc-4be2-8845-1a74a070b229", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "40fe5441-4fbe-43c1-a086-dd68ad04483a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032532Z:1d49e575-edfc-4be2-8845-1a74a070b229" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed43f870c2504d3d6a247aecdbbc001a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed43f870c2504d3d6a247aecdbbc001a", - "x-ms-correlation-request-id": "f6554866-b001-4cde-8dd5-6e4f2496a3d6", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "8df0114d-96e5-45c2-af7e-619fb7d4059c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032533Z:f6554866-b001-4cde-8dd5-6e4f2496a3d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "af2116b42fa2b96d9b386dd8fce7efe6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af2116b42fa2b96d9b386dd8fce7efe6", - "x-ms-correlation-request-id": "a8fb14ca-909f-4c74-b32c-b4ba4d35ddcc", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "09d9d60c-3417-4b43-8e61-06854f59c2e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032535Z:a8fb14ca-909f-4c74-b32c-b4ba4d35ddcc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4085219577b658566af4afe219855c26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4085219577b658566af4afe219855c26", - "x-ms-correlation-request-id": "094930d7-24c6-4113-bf6c-0b54238b822a", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "dfdcae36-0616-4a6e-86f0-7abb4e9931b0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032536Z:094930d7-24c6-4113-bf6c-0b54238b822a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "336665960248407f8a8a521754645182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "336665960248407f8a8a521754645182", - "x-ms-correlation-request-id": "d5b7a806-107c-447e-b1ae-4e7f08cdf608", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "af4b0744-c764-4fba-b561-034893e76b9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032537Z:d5b7a806-107c-447e-b1ae-4e7f08cdf608" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b9579334c0373c63c0c945ae7f8a9f16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9579334c0373c63c0c945ae7f8a9f16", - "x-ms-correlation-request-id": "0c7913ba-ce87-49ec-989e-2086b7868f0b", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "4300682a-471b-4dbe-a8d0-f1be8f81aa38", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032538Z:0c7913ba-ce87-49ec-989e-2086b7868f0b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "964147dcbc80929da244b52c253e0305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "964147dcbc80929da244b52c253e0305", - "x-ms-correlation-request-id": "fc068ea9-a30d-4ce6-9a54-489ba71b921d", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "0578516e-2787-4649-8a23-7568b40d3385", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032540Z:fc068ea9-a30d-4ce6-9a54-489ba71b921d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86ae2da2a22dd6ee022a737fbcd1c1ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86ae2da2a22dd6ee022a737fbcd1c1ff", - "x-ms-correlation-request-id": "c61e82b8-8185-41b2-ac1d-a760c42e9387", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "956b1992-ad16-4834-b8b0-9282858ccbe0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032541Z:c61e82b8-8185-41b2-ac1d-a760c42e9387" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d3a3beaba237802f6c417f30a361681", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d3a3beaba237802f6c417f30a361681", - "x-ms-correlation-request-id": "f1eb239b-3d99-4de3-88fe-f9054572432e", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "943a2094-cfb4-4b94-9691-4f77fefbad2c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032542Z:f1eb239b-3d99-4de3-88fe-f9054572432e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "520b40c519dc3ae8586a9456481ed5d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "520b40c519dc3ae8586a9456481ed5d1", - "x-ms-correlation-request-id": "541ebdff-fcad-4e58-b38e-d9e1f256d760", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "bb4b5763-880d-4c15-8ce0-7d33133236e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032544Z:541ebdff-fcad-4e58-b38e-d9e1f256d760" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/47242e29-8690-4293-b7f0-249bf8ac499f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ea42b583f604e8e12b3590688bfbcbcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:25:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea42b583f604e8e12b3590688bfbcbcb", - "x-ms-correlation-request-id": "f0c0a9cc-f612-4ac3-8ff3-1646a6ec56a9", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "3e311b50-00be-4bc1-8611-b40117790de4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032545Z:f0c0a9cc-f612-4ac3-8ff3-1646a6ec56a9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108", - "name": "sto8108", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:28.6225420Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:28.6225420Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:25:28.5287700Z", - "primaryEndpoints": { - "dfs": "https://sto8108.dfs.core.windows.net/", - "web": "https://sto8108.z22.web.core.windows.net/", - "blob": "https://sto8108.blob.core.windows.net/", - "queue": "https://sto8108.queue.core.windows.net/", - "table": "https://sto8108.table.core.windows.net/", - "file": "https://sto8108.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0bf2b862f2eead47990ba27ab1ff42bd-2da293563e781547-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7cbaf2136ec5d0235300b5b826ab2fd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2153", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:25:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cbaf2136ec5d0235300b5b826ab2fd7", - "x-ms-correlation-request-id": "84df220d-b772-4fa7-b808-c9cc8dde0bdf", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "8f781875-edaf-4ea9-9b39-ad89b013641c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032546Z:84df220d-b772-4fa7-b808-c9cc8dde0bdf" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/blob", - "name": "blob", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "blob", - "requiredMembers": [ - "blob" - ], - "requiredZoneNames": [ - "privatelink.blob.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/table", - "name": "table", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "table", - "requiredMembers": [ - "table" - ], - "requiredZoneNames": [ - "privatelink.table.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/queue", - "name": "queue", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "queue", - "requiredMembers": [ - "queue" - ], - "requiredZoneNames": [ - "privatelink.queue.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/file", - "name": "file", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "file", - "requiredMembers": [ - "file" - ], - "requiredZoneNames": [ - "privatelink.file.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/web", - "name": "web", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "web", - "requiredMembers": [ - "web" - ], - "requiredZoneNames": [ - "privatelink.web.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1802/providers/Microsoft.Storage/storageAccounts/sto8108/privateLinkResources/dfs", - "name": "dfs", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "dfs", - "requiredMembers": [ - "dfs" - ], - "requiredZoneNames": [ - "privatelink.dfs.core.windows.net" - ] - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1854390806", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json deleted file mode 100644 index 498d9618baeee..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json +++ /dev/null @@ -1,709 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res3593?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-47fa714243476048bf4031e664f83b69-553c28494b805e41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e906084054c49ddf5260a9840b07f24e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "409541a6-c254-4cad-80a7-a071d05306e2", - "x-ms-ratelimit-remaining-subscription-writes": "1077", - "x-ms-request-id": "409541a6-c254-4cad-80a7-a071d05306e2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034312Z:409541a6-c254-4cad-80a7-a071d05306e2" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593", - "name": "res3593", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "118", - "Content-Type": "application/json", - "traceparent": "00-33bb08ff9967024c8cd93cd56273c57b-6f5b4c95ee6d7340-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ba5e701fdd968cf5944daa9cd1dd1d7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba5e701fdd968cf5944daa9cd1dd1d7f", - "x-ms-correlation-request-id": "e49bdc01-5011-4c50-b1e4-709940320dad", - "x-ms-ratelimit-remaining-subscription-writes": "1076", - "x-ms-request-id": "bf1e336e-6694-442a-9a22-24afbc567472", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034315Z:e49bdc01-5011-4c50-b1e4-709940320dad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03d9a0435adf2baa105d300635018182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03d9a0435adf2baa105d300635018182", - "x-ms-correlation-request-id": "c6ea5b13-f0d4-463e-9c37-4d1d3916f56c", - "x-ms-ratelimit-remaining-subscription-reads": "11306", - "x-ms-request-id": "cb0559f0-7c2c-4a25-9bbd-a09957b9f326", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034315Z:c6ea5b13-f0d4-463e-9c37-4d1d3916f56c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4204048b2e969ae0d26b215451a3b913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4204048b2e969ae0d26b215451a3b913", - "x-ms-correlation-request-id": "5d8c0b3f-da10-45cf-908e-32963116db69", - "x-ms-ratelimit-remaining-subscription-reads": "11305", - "x-ms-request-id": "6ca43703-adf4-4c66-b276-7afeae3bc88a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034316Z:5d8c0b3f-da10-45cf-908e-32963116db69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3059af061a04ad9f1a300f655397be97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3059af061a04ad9f1a300f655397be97", - "x-ms-correlation-request-id": "44be3e0e-3c0f-4911-a055-5c4870a9621b", - "x-ms-ratelimit-remaining-subscription-reads": "11304", - "x-ms-request-id": "9ffef882-2afd-4132-ae93-747fa7a036b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034318Z:44be3e0e-3c0f-4911-a055-5c4870a9621b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cdc608c1047d1464bf3e30743855d96d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdc608c1047d1464bf3e30743855d96d", - "x-ms-correlation-request-id": "5bad16a9-2625-42ba-bec7-5274c2954848", - "x-ms-ratelimit-remaining-subscription-reads": "11303", - "x-ms-request-id": "8e0059db-7848-4cbb-adab-1897c71168a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034319Z:5bad16a9-2625-42ba-bec7-5274c2954848" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86ff1da350a8717e645628651e7a473b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86ff1da350a8717e645628651e7a473b", - "x-ms-correlation-request-id": "b0068a3a-949e-4633-b479-da0581b51234", - "x-ms-ratelimit-remaining-subscription-reads": "11302", - "x-ms-request-id": "9072cfa7-7625-4041-8e92-615c329b180a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034320Z:b0068a3a-949e-4633-b479-da0581b51234" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "489389acebdc02954a4470c5e92b74c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "489389acebdc02954a4470c5e92b74c4", - "x-ms-correlation-request-id": "e1e4e18f-f85b-4dec-b132-35360ae3672c", - "x-ms-ratelimit-remaining-subscription-reads": "11301", - "x-ms-request-id": "84c51044-7083-407c-86f5-4e2aa59eadd5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034321Z:e1e4e18f-f85b-4dec-b132-35360ae3672c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36c2a257379770ef8a546926dbfef644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36c2a257379770ef8a546926dbfef644", - "x-ms-correlation-request-id": "ebee257f-4534-4bf4-b78a-a82a0c967d13", - "x-ms-ratelimit-remaining-subscription-reads": "11300", - "x-ms-request-id": "2c865a6f-0ba1-4396-9b70-c6a118cb20a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034323Z:ebee257f-4534-4bf4-b78a-a82a0c967d13" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aec7f5f790c2b89087fd3b63e0b98839", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aec7f5f790c2b89087fd3b63e0b98839", - "x-ms-correlation-request-id": "315c4594-8c6d-4140-9f44-260ca7b17e02", - "x-ms-ratelimit-remaining-subscription-reads": "11299", - "x-ms-request-id": "45db4983-46d6-49cc-8f02-f17fe5acdb3b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034324Z:315c4594-8c6d-4140-9f44-260ca7b17e02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b0e64e110b875a39a22be87826f274b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b0e64e110b875a39a22be87826f274b", - "x-ms-correlation-request-id": "39c902ad-079f-4067-84d6-3138895e02ff", - "x-ms-ratelimit-remaining-subscription-reads": "11298", - "x-ms-request-id": "7d367f46-b07e-49a6-afb1-75cdc280806a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034325Z:39c902ad-079f-4067-84d6-3138895e02ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f3ce2b4dc563c6021109af99fc8b90d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3ce2b4dc563c6021109af99fc8b90d1", - "x-ms-correlation-request-id": "c92ae75e-6d71-4780-b662-f5d5f2d165c3", - "x-ms-ratelimit-remaining-subscription-reads": "11297", - "x-ms-request-id": "7b3c1516-8acf-408e-bf95-895bde6ae97a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034326Z:c92ae75e-6d71-4780-b662-f5d5f2d165c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "77442fcc7bf0e68b5152149fd2083518", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77442fcc7bf0e68b5152149fd2083518", - "x-ms-correlation-request-id": "b78b551b-f83c-4453-9704-6a98e29decf3", - "x-ms-ratelimit-remaining-subscription-reads": "11296", - "x-ms-request-id": "aa3f113f-a7c0-4717-aa3d-a7cf19613257", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034328Z:b78b551b-f83c-4453-9704-6a98e29decf3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b416efd694eb1bd5624869af6109780e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b416efd694eb1bd5624869af6109780e", - "x-ms-correlation-request-id": "3f88d3ab-5954-4c04-912b-0a395ba45490", - "x-ms-ratelimit-remaining-subscription-reads": "11295", - "x-ms-request-id": "1668224e-f69c-4a57-bb43-c1d4a5f9748c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034329Z:3f88d3ab-5954-4c04-912b-0a395ba45490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/bf1e336e-6694-442a-9a22-24afbc567472?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52bbed92af2ad25ba0e7a110b162f309", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1212", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52bbed92af2ad25ba0e7a110b162f309", - "x-ms-correlation-request-id": "2c80f3f9-0299-4acf-94c9-ae3d290ff18e", - "x-ms-ratelimit-remaining-subscription-reads": "11294", - "x-ms-request-id": "34bb83e8-f9de-4c82-ab03-12b6a5ec362d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034330Z:2c80f3f9-0299-4acf-94c9-ae3d290ff18e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791", - "name": "sto791", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:43:14.6475684Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:43:14.6475684Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:43:14.5694652Z", - "primaryEndpoints": { - "dfs": "https://sto791.dfs.core.windows.net/", - "web": "https://sto791.z22.web.core.windows.net/", - "blob": "https://sto791.blob.core.windows.net/", - "queue": "https://sto791.queue.core.windows.net/", - "table": "https://sto791.table.core.windows.net/", - "file": "https://sto791.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-781bcfc805027a4187c24f4d4a4a5c1b-f32bcaa3aae76547-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0cc397d3dc7538e5592815a711dc8548", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2147", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cc397d3dc7538e5592815a711dc8548", - "x-ms-correlation-request-id": "730cbf41-74c0-4598-8649-b25b245d7761", - "x-ms-ratelimit-remaining-subscription-reads": "11293", - "x-ms-request-id": "99f59b42-0243-4156-8379-85430521ef16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034331Z:730cbf41-74c0-4598-8649-b25b245d7761" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/blob", - "name": "blob", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "blob", - "requiredMembers": [ - "blob" - ], - "requiredZoneNames": [ - "privatelink.blob.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/table", - "name": "table", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "table", - "requiredMembers": [ - "table" - ], - "requiredZoneNames": [ - "privatelink.table.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/queue", - "name": "queue", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "queue", - "requiredMembers": [ - "queue" - ], - "requiredZoneNames": [ - "privatelink.queue.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/file", - "name": "file", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "file", - "requiredMembers": [ - "file" - ], - "requiredZoneNames": [ - "privatelink.file.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/web", - "name": "web", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "web", - "requiredMembers": [ - "web" - ], - "requiredZoneNames": [ - "privatelink.web.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res3593/providers/Microsoft.Storage/storageAccounts/sto791/privateLinkResources/dfs", - "name": "dfs", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "dfs", - "requiredMembers": [ - "dfs" - ], - "requiredZoneNames": [ - "privatelink.dfs.core.windows.net" - ] - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1002957771", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json new file mode 100644 index 0000000000000..71e6d85736fad --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json @@ -0,0 +1,814 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86b6c0845936de454d6cbad0670bed66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b26a6375-b813-428d-95af-bc93b2155e88", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b26a6375-b813-428d-95af-bc93b2155e88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061347Z:b26a6375-b813-428d-95af-bc93b2155e88" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6967?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-7e08fce167021844b0aa702a1d8db0e0-96d2bcae42639d44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "77674652312041108260a66c191d7802", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fb97d872-5b78-4eac-9104-861f266254f8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "fb97d872-5b78-4eac-9104-861f266254f8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061351Z:fb97d872-5b78-4eac-9104-861f266254f8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967", + "name": "teststorageRG-6967", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d5b549c271bd126422d00425021d859", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d5b549c271bd126422d00425021d859", + "x-ms-correlation-request-id": "5a9e66bb-8f06-4b04-b3cf-9be434afabf3", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "1529c203-52ea-4d28-9d33-38abd4ab88f6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061402Z:5a9e66bb-8f06-4b04-b3cf-9be434afabf3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "986e65573f0b2a0b209534f230cef061", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "986e65573f0b2a0b209534f230cef061", + "x-ms-correlation-request-id": "4a6093e8-9416-4958-8d0e-7c8726cae9a2", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8c505ec6-6e83-4e3a-80c3-bf0a550df3cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061402Z:4a6093e8-9416-4958-8d0e-7c8726cae9a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d844d888caa909bb4d5b72650419a62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d844d888caa909bb4d5b72650419a62", + "x-ms-correlation-request-id": "0748497b-0f2b-4c40-8106-462464702665", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d09e113d-c03a-43e8-9cd3-443714678539", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061403Z:0748497b-0f2b-4c40-8106-462464702665" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebea63da3fb2a84ddf48cbd1d7ad55a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebea63da3fb2a84ddf48cbd1d7ad55a7", + "x-ms-correlation-request-id": "3f553814-72c0-4680-bba4-2fd2b7228cd5", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "1606069d-588d-45ef-a943-7d3ef0dff86b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061405Z:3f553814-72c0-4680-bba4-2fd2b7228cd5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e95c7504255ccbf2c9dee33688e5dadf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e95c7504255ccbf2c9dee33688e5dadf", + "x-ms-correlation-request-id": "4c012bec-b628-4b59-904d-50289561a4e5", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "24fc2477-fb93-40d9-ae6a-0fc4408fdd0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061406Z:4c012bec-b628-4b59-904d-50289561a4e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd18d2fa05e349af00dc4e62c0c9b907", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd18d2fa05e349af00dc4e62c0c9b907", + "x-ms-correlation-request-id": "05c94788-dbe1-48d0-860d-ecc7555941d5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "34214755-ebd5-4b16-9127-d247d02a033c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061407Z:05c94788-dbe1-48d0-860d-ecc7555941d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "db210f80b0e4b406701f21d45b1620fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "db210f80b0e4b406701f21d45b1620fa", + "x-ms-correlation-request-id": "a6dc4296-3540-46f5-ad6f-17f26deb81a7", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "9155da2f-79b6-4dc5-9940-1afdbdf81d27", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061409Z:a6dc4296-3540-46f5-ad6f-17f26deb81a7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04d7ec6e8794ffc3c613e97fd7900a00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04d7ec6e8794ffc3c613e97fd7900a00", + "x-ms-correlation-request-id": "2071a0c5-e120-4206-81ae-bdef9fe54bb6", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "e4a955c2-c9fc-4f38-9c0d-070a93ca9b22", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061410Z:2071a0c5-e120-4206-81ae-bdef9fe54bb6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78b6dc24fec349facc645dc4e3daede9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78b6dc24fec349facc645dc4e3daede9", + "x-ms-correlation-request-id": "119381cc-ef5e-4bc7-95cd-82be47ecfa3c", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "dd300d07-8662-4a0e-b7c8-4bbf0dc38ade", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061411Z:119381cc-ef5e-4bc7-95cd-82be47ecfa3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4f353bcb4f2f8734c2215d1c786dcdf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4f353bcb4f2f8734c2215d1c786dcdf", + "x-ms-correlation-request-id": "61511d6f-9e14-44fa-987f-a1b2b8c22a9c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "8c0e86d7-dff0-4486-b879-c99014b4b145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061413Z:61511d6f-9e14-44fa-987f-a1b2b8c22a9c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7faf2115a7606f37f18d372f29ff1ceb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7faf2115a7606f37f18d372f29ff1ceb", + "x-ms-correlation-request-id": "46b9224d-8698-4e4c-bc64-b4d91dbfe686", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "3280cd5d-fbe6-4777-b612-26cbe091f3ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061414Z:46b9224d-8698-4e4c-bc64-b4d91dbfe686" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83c30026359c6f0d68bd2ca0e9298246", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83c30026359c6f0d68bd2ca0e9298246", + "x-ms-correlation-request-id": "4046c05c-831c-431e-91e7-e79324dfad09", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "33753cb5-633f-488e-bcd7-3dfad2fd2b2f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061415Z:4046c05c-831c-431e-91e7-e79324dfad09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c1af7e876d2a14881c84e2657d43cf4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c1af7e876d2a14881c84e2657d43cf4c", + "x-ms-correlation-request-id": "ab004e8e-67db-4630-ac9f-69c74808fad4", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "1d4f729f-6c30-4372-a54c-e0501d453bbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061417Z:ab004e8e-67db-4630-ac9f-69c74808fad4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c7aa290658c2df42133f16a37b9685c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:14:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c7aa290658c2df42133f16a37b9685c8", + "x-ms-correlation-request-id": "b1f8de76-cb27-485a-a876-9c0f9fd0c00d", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6b96e0b8-c78a-4e3d-ab91-44566abe7e2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061418Z:b1f8de76-cb27-485a-a876-9c0f9fd0c00d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794", + "name": "storage1794", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:13:59.1362834Z", + "key2": "2021-08-17T06:13:59.1362834Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:13:59.0269336Z", + "primaryEndpoints": { + "blob": "https://storage1794.blob.core.windows.net/", + "queue": "https://storage1794.queue.core.windows.net/", + "table": "https://storage1794.table.core.windows.net/", + "file": "https://storage1794.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794/listKeys?api-version=2021-04-01\u0026$expand=kerb", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aba8f10a5a4fb8c077af671853a8f225", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:14:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aba8f10a5a4fb8c077af671853a8f225", + "x-ms-correlation-request-id": "ec79c9e8-07bd-4adf-9d9f-99a2d85bfe09", + "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", + "x-ms-request-id": "626a02cc-07c0-4685-a219-3a1c3717af3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061418Z:ec79c9e8-07bd-4adf-9d9f-99a2d85bfe09" + }, + "ResponseBody": { + "keys": [ + { + "creationTime": "2021-08-17T06:13:59.1362834Z", + "keyName": "key1", + "value": "DPuQm5RYDGc1Hc\u002BtntlMXMF9vaX5zyKPyCYWdk8JJXT6U5bXEeLI4RkYXcSqgPdsd3Zu4h\u002BlcXs8gGrKawSa1g==", + "permissions": "FULL" + }, + { + "creationTime": "2021-08-17T06:13:59.1362834Z", + "keyName": "key2", + "value": "LeXGxDKS/lZf11dPxvYUPsSjdnBj3lkYl3Nactr514CJz1pqcEGqJHXj5RpnFp4fFEZRvWjw3wPjFxbH2InlBQ==", + "permissions": "FULL" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794/regenerateKey?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "18", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf9adfedbb7e2e833cd0adeb56e59885", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "keyName": "key2" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:14:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf9adfedbb7e2e833cd0adeb56e59885", + "x-ms-correlation-request-id": "36eaf1c0-6f60-4cf1-847a-c642a35b41d2", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "79ef03da-da5e-49e3-bb58-64c868e6834d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061419Z:36eaf1c0-6f60-4cf1-847a-c642a35b41d2" + }, + "ResponseBody": { + "keys": [ + { + "creationTime": "2021-08-17T06:13:59.1362834Z", + "keyName": "key1", + "value": "DPuQm5RYDGc1Hc\u002BtntlMXMF9vaX5zyKPyCYWdk8JJXT6U5bXEeLI4RkYXcSqgPdsd3Zu4h\u002BlcXs8gGrKawSa1g==", + "permissions": "FULL" + }, + { + "creationTime": "2021-08-17T06:14:19.3714424Z", + "keyName": "key2", + "value": "3B6xe75fmGqAH6ApgZnkti3A/Nhe/0rkQ7Es843vEKEV5OXpifIUP\u002BXUAvSHrm8sUKUczfIOXUSj8gmq2n4UEQ==", + "permissions": "FULL" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c5a1afe249aacfc69f14f13f1298b6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:14:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c5a1afe249aacfc69f14f13f1298b6b", + "x-ms-correlation-request-id": "b6aadb0e-6340-4f1b-94e2-b1ebeed9d1f8", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0c836f2e-8ddb-4329-a92f-d4bd87a0f194", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061420Z:b6aadb0e-6340-4f1b-94e2-b1ebeed9d1f8" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794", + "name": "storage1794", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:13:59.1362834Z", + "key2": "2021-08-17T06:14:19.3714424Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:13:59.0269336Z", + "primaryEndpoints": { + "blob": "https://storage1794.blob.core.windows.net/", + "queue": "https://storage1794.queue.core.windows.net/", + "table": "https://storage1794.table.core.windows.net/", + "file": "https://storage1794.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cb5f14dc5fc4e496d7a6e7facd56291", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:14:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cb5f14dc5fc4e496d7a6e7facd56291", + "x-ms-correlation-request-id": "0d764097-c711-4c8c-8fa6-36274eccd91d", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "36da4e0e-09fd-49d2-9ea1-a2ab1447bebd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061427Z:0d764097-c711-4c8c-8fa6-36274eccd91d" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1787184899", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json new file mode 100644 index 0000000000000..fa35c3d2b0fe3 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json @@ -0,0 +1,814 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a0e685ae5be2e1f21a93263189a44ddd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "94b98e2c-92ef-47aa-8196-10311629faf7", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "94b98e2c-92ef-47aa-8196-10311629faf7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061247Z:94b98e2c-92ef-47aa-8196-10311629faf7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5510?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-ac23f83247616e43b4355ce9c0315f4d-29a5ea23f0a55c45-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0a44f4655c1de7dd6d1de65bc6d70d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "fe1211a8-3941-40d7-a928-4bc3cee672e1", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "fe1211a8-3941-40d7-a928-4bc3cee672e1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061248Z:fe1211a8-3941-40d7-a928-4bc3cee672e1" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510", + "name": "teststorageRG-5510", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a69e050f09bdd3517b2ec204d4a8202", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9a69e050f09bdd3517b2ec204d4a8202", + "x-ms-correlation-request-id": "3d1b0656-d72f-40ae-9768-93d290b88bcc", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c71b0021-3070-4bbb-a6fe-b905d446733b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061253Z:3d1b0656-d72f-40ae-9768-93d290b88bcc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c54b8c0617455fd19c7b90f695d908c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c54b8c0617455fd19c7b90f695d908c", + "x-ms-correlation-request-id": "76bfafde-b3f0-4abc-af28-d95229aaca38", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c05e28bb-2aca-4db0-a56d-22f66a30eafe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061253Z:76bfafde-b3f0-4abc-af28-d95229aaca38" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9af1db4ea1be72cf1dd877966b14da62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9af1db4ea1be72cf1dd877966b14da62", + "x-ms-correlation-request-id": "a5924a97-ae2f-4f6d-9553-1b2f6c83432c", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7fa85f41-692e-40eb-a69f-3821d20b0928", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061255Z:a5924a97-ae2f-4f6d-9553-1b2f6c83432c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "955f33db16f6128e2559b63924b327c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "955f33db16f6128e2559b63924b327c4", + "x-ms-correlation-request-id": "65b6ce63-43d2-46e0-9a58-48d012ba2139", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3bf990b0-5478-478b-ae14-d6c9c196c94e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061256Z:65b6ce63-43d2-46e0-9a58-48d012ba2139" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "27d2f8743cc21ef9e8e24e9be966e904", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "27d2f8743cc21ef9e8e24e9be966e904", + "x-ms-correlation-request-id": "163d7eb2-214e-4cc9-9f5b-40e61c134c14", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "77225080-27e3-408a-a472-4797bb8866e3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061257Z:163d7eb2-214e-4cc9-9f5b-40e61c134c14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "353456ecfafd37964cdf7565eb954d69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "353456ecfafd37964cdf7565eb954d69", + "x-ms-correlation-request-id": "774da12b-5df9-4307-b856-281711d00a28", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "3b7d4e30-08f4-4066-bbbe-38a9d45f9b3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061258Z:774da12b-5df9-4307-b856-281711d00a28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7321b2b0b2429e9f3a40ac13c8f328be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:12:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7321b2b0b2429e9f3a40ac13c8f328be", + "x-ms-correlation-request-id": "ad2fb08c-3e76-4c07-b53c-1c6975bb37fc", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "4040f385-c50a-48fa-ab73-dc97305fd26a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061300Z:ad2fb08c-3e76-4c07-b53c-1c6975bb37fc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd4db16ff27f79c7629adae3c7933352", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd4db16ff27f79c7629adae3c7933352", + "x-ms-correlation-request-id": "a1b67251-07fc-4e35-baf1-fbec0502a8ca", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "3ad2deec-62b9-4ee7-ab04-bffd4b30c740", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061301Z:a1b67251-07fc-4e35-baf1-fbec0502a8ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37ebe494764439c1b795fabd4e826f59", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "37ebe494764439c1b795fabd4e826f59", + "x-ms-correlation-request-id": "eb2d5abf-5046-465c-907f-2464b20bd006", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "802303fe-9a89-4dc3-acca-80ac58d21a02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061302Z:eb2d5abf-5046-465c-907f-2464b20bd006" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39f6b6b68048bdeaeba810a8d7bcd7a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39f6b6b68048bdeaeba810a8d7bcd7a6", + "x-ms-correlation-request-id": "1f829c7d-0553-490a-a2d9-f64216189e02", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "044d4fa1-ce71-40b5-b661-d6e890501c65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061304Z:1f829c7d-0553-490a-a2d9-f64216189e02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e47f5a0cf107f879f01316eaf8092be0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e47f5a0cf107f879f01316eaf8092be0", + "x-ms-correlation-request-id": "255bfe4a-35f7-414f-bd64-5b4d49fe74dc", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "32f94087-9c8b-4639-8725-fe53a69c2504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061305Z:255bfe4a-35f7-414f-bd64-5b4d49fe74dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "102d812afa9d1409f92d4b9c661962fa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "102d812afa9d1409f92d4b9c661962fa", + "x-ms-correlation-request-id": "4ae76464-cbd3-45a5-90d3-991da4a5fb40", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "bfef0139-c0ef-472f-96fe-24f745de20eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061306Z:4ae76464-cbd3-45a5-90d3-991da4a5fb40" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f4b054bd8b02c4513cfd48356900c5e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f4b054bd8b02c4513cfd48356900c5e1", + "x-ms-correlation-request-id": "f8cee4b7-53b4-4695-a5ce-f3ef1e09c287", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "2293cef9-6acc-4f3a-9118-058cc394653b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061308Z:f8cee4b7-53b4-4695-a5ce-f3ef1e09c287" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "567d307cc68e1108506bead9a6dd92d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:13:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "567d307cc68e1108506bead9a6dd92d7", + "x-ms-correlation-request-id": "de9cb3de-2b21-4e17-a994-aaf713b01b42", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "a046d53f-9c33-43fd-806a-ab0a31ed797e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061309Z:de9cb3de-2b21-4e17-a994-aaf713b01b42" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428", + "name": "storage5428", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:12:51.4618207Z", + "key2": "2021-08-17T06:12:51.4618207Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:12:51.3054943Z", + "primaryEndpoints": { + "blob": "https://storage5428.blob.core.windows.net/", + "queue": "https://storage5428.queue.core.windows.net/", + "table": "https://storage5428.table.core.windows.net/", + "file": "https://storage5428.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428/listKeys?api-version=2021-04-01\u0026$expand=kerb", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a42c1bb137599fdd2f68d49fb2d4aaf9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:13:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a42c1bb137599fdd2f68d49fb2d4aaf9", + "x-ms-correlation-request-id": "43e83757-319e-4b12-b7ad-e54104b4fcba", + "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", + "x-ms-request-id": "bc43f53e-a897-4195-8932-7bedee05b628", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061309Z:43e83757-319e-4b12-b7ad-e54104b4fcba" + }, + "ResponseBody": { + "keys": [ + { + "creationTime": "2021-08-17T06:12:51.4618207Z", + "keyName": "key1", + "value": "BD4MOw4v2mQKP5YqrTUFnEhhvS25wwfzOYhi8Ucp5lcIhoI2Mf7BRggXfvKIAUMEQG/I6fsnCbL8euDeOSimaA==", + "permissions": "FULL" + }, + { + "creationTime": "2021-08-17T06:12:51.4618207Z", + "keyName": "key2", + "value": "HCLxfPesUqJi0nld9bWHZnhGZXAqdMQq8pbemta\u002BAfTsXXcon6mxmy\u002BdNccr2nG8i6px5AcIoMiqjRz4vV\u002B3\u002BA==", + "permissions": "FULL" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428/regenerateKey?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "18", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "362069680b9bf76c4b9ea397a1781e5f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "keyName": "key2" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "380", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:13:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "362069680b9bf76c4b9ea397a1781e5f", + "x-ms-correlation-request-id": "f4db4452-75da-42da-a076-731b7be32a2d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "00223ca1-6819-4c60-b158-65b342c0e791", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061310Z:f4db4452-75da-42da-a076-731b7be32a2d" + }, + "ResponseBody": { + "keys": [ + { + "creationTime": "2021-08-17T06:12:51.4618207Z", + "keyName": "key1", + "value": "BD4MOw4v2mQKP5YqrTUFnEhhvS25wwfzOYhi8Ucp5lcIhoI2Mf7BRggXfvKIAUMEQG/I6fsnCbL8euDeOSimaA==", + "permissions": "FULL" + }, + { + "creationTime": "2021-08-17T06:13:10.4312448Z", + "keyName": "key2", + "value": "S0WlKJ3y/iYwUdKJZsQ8s/IiQFxtsPwOvXcFNuaZNaseTDl7W46NUZmd3L84NshAu9Itztq5ke8W0UoFqvTs3A==", + "permissions": "FULL" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4d84716b21d3448852de2726f2685f7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 17 Aug 2021 06:13:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4d84716b21d3448852de2726f2685f7b", + "x-ms-correlation-request-id": "d7616536-7b81-4660-8f80-a2bfb0873f16", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "434269de-2200-4a11-8f14-b0db90610a98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061311Z:d7616536-7b81-4660-8f80-a2bfb0873f16" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428", + "name": "storage5428", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-17T06:12:51.4618207Z", + "key2": "2021-08-17T06:13:10.4312448Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-17T06:12:51.3054943Z", + "primaryEndpoints": { + "blob": "https://storage5428.blob.core.windows.net/", + "queue": "https://storage5428.queue.core.windows.net/", + "table": "https://storage5428.table.core.windows.net/", + "file": "https://storage5428.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c71f0c05cbca53caf3558bb9346feb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 17 Aug 2021 06:13:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c71f0c05cbca53caf3558bb9346feb7", + "x-ms-correlation-request-id": "aec2a3fb-895e-4fac-93df-0802a9965a85", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "109420bd-055a-4f06-8219-8677d1cea11c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061319Z:aec2a3fb-895e-4fac-93df-0802a9965a85" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1511272188", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json deleted file mode 100644 index a1a1b1ce7ea86..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json +++ /dev/null @@ -1,689 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4300?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ae76696071514f498b7f106560aa91df-0e9c12f6c9cfa045-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "771f75e3660f13396343b3abcb70ea20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "322949d2-2606-42a5-a958-ebba7dac5d5e", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "322949d2-2606-42a5-a958-ebba7dac5d5e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032548Z:322949d2-2606-42a5-a958-ebba7dac5d5e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4300", - "name": "res4300", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4300/providers/Microsoft.Storage/storageAccounts/sto6120?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a1f20750e0489f4e80ae71a7c222b0d6-3a1511f4ccbb6042-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "78f373a2a7b6849063ce24b5b0bf8421", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78f373a2a7b6849063ce24b5b0bf8421", - "x-ms-correlation-request-id": "bad742dc-d0a3-4d7a-b8f6-f728d08989f1", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "10b912ae-567f-4908-b463-01f9795a7960", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032552Z:bad742dc-d0a3-4d7a-b8f6-f728d08989f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4d2ccff6a06ce2c8ff2ac97155db384", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4d2ccff6a06ce2c8ff2ac97155db384", - "x-ms-correlation-request-id": "962bc96d-93cf-47ed-8d33-8159feb55e9c", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "996f81cf-0243-4165-bf23-91d253977e4f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032552Z:962bc96d-93cf-47ed-8d33-8159feb55e9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1d998a2f1700be5b79b2990b6a68aec7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d998a2f1700be5b79b2990b6a68aec7", - "x-ms-correlation-request-id": "3327760e-17ff-4e53-a588-fc3452d79e00", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "985d4ffb-130c-4513-b464-a18404f02364", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032554Z:3327760e-17ff-4e53-a588-fc3452d79e00" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3b6877d8fedc71a251b7ac738622b81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3b6877d8fedc71a251b7ac738622b81", - "x-ms-correlation-request-id": "c2f99761-5ef8-4428-b338-9994530f6484", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "cd8d0350-a050-41ef-9ea5-deee88932c3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032555Z:c2f99761-5ef8-4428-b338-9994530f6484" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4bf8b8f73203e79c70137a53d1216326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bf8b8f73203e79c70137a53d1216326", - "x-ms-correlation-request-id": "d81dd2c4-43a7-422b-a29f-72a8066cd3a1", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "5897e904-2834-41d2-a7ed-161cbd58733d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032556Z:d81dd2c4-43a7-422b-a29f-72a8066cd3a1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d1ae444cfa79f976fd1f7e59d948617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d1ae444cfa79f976fd1f7e59d948617", - "x-ms-correlation-request-id": "1c1ef427-cd64-453e-82dc-48884d90be8e", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "7099fc66-003d-4d73-8eda-66ff792249ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032558Z:1c1ef427-cd64-453e-82dc-48884d90be8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1131787636f4bc3ebce73d915c6f604", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:25:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1131787636f4bc3ebce73d915c6f604", - "x-ms-correlation-request-id": "18996585-586d-4507-ab3e-be0d152dcb85", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "79f2b056-d13f-4650-a07f-5abdb64c9f1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032559Z:18996585-586d-4507-ab3e-be0d152dcb85" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "538353b79d4727da2158dc313ab74adc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "538353b79d4727da2158dc313ab74adc", - "x-ms-correlation-request-id": "221103e4-2ff6-45e7-8f1e-b10cbebbf1aa", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "fa63e21f-fb87-4c4e-808f-9a493e14b044", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032600Z:221103e4-2ff6-45e7-8f1e-b10cbebbf1aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b9cc628db20de0b621cfa2d85cbd8aa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9cc628db20de0b621cfa2d85cbd8aa8", - "x-ms-correlation-request-id": "514e22c3-4a3a-47eb-95a4-0e005c22f3f7", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "c9e538cd-760e-4ca9-bd0f-c11391434cd8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032602Z:514e22c3-4a3a-47eb-95a4-0e005c22f3f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a2df3da3310e9cf3cec901786921033", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a2df3da3310e9cf3cec901786921033", - "x-ms-correlation-request-id": "7d16f1f9-ca55-40d3-b0c4-3bb5171b7832", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "df3ac201-7755-4ada-9b14-92f6f50fcf41", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032603Z:7d16f1f9-ca55-40d3-b0c4-3bb5171b7832" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b24b96843cfa05f69ca23278fb02ca63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b24b96843cfa05f69ca23278fb02ca63", - "x-ms-correlation-request-id": "e56c84de-43c4-4b2d-94d1-23d56797a539", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "6d9f381e-5133-41d4-a47f-b8295225aa13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032604Z:e56c84de-43c4-4b2d-94d1-23d56797a539" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "465633ce00895acb93e37d21229f598f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465633ce00895acb93e37d21229f598f", - "x-ms-correlation-request-id": "c53ec017-413f-4a69-9e8a-d1a2bf0767e5", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "5d5a7fe6-e918-48a6-92b4-66777056823f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032606Z:c53ec017-413f-4a69-9e8a-d1a2bf0767e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c6536ebed7729eaefd27ad6e0157ee3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6536ebed7729eaefd27ad6e0157ee3a", - "x-ms-correlation-request-id": "2e86422b-207b-4b0c-a4a2-65e1dafc217d", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "a2737256-52ec-43b0-b906-2b8a3dc06520", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032607Z:2e86422b-207b-4b0c-a4a2-65e1dafc217d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/10b912ae-567f-4908-b463-01f9795a7960?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "53482c22c93b84aacaf01f17bfd4e3fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53482c22c93b84aacaf01f17bfd4e3fc", - "x-ms-correlation-request-id": "e05edf02-1f05-47bb-a642-c37e11956946", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "00a5818d-8dee-4358-81cf-87083dbde876", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032608Z:e05edf02-1f05-47bb-a642-c37e11956946" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4300/providers/Microsoft.Storage/storageAccounts/sto6120", - "name": "sto6120", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:52.1519782Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:25:52.1519782Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:25:52.0582424Z", - "primaryEndpoints": { - "blob": "https://sto6120.blob.core.windows.net/", - "queue": "https://sto6120.queue.core.windows.net/", - "table": "https://sto6120.table.core.windows.net/", - "file": "https://sto6120.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4300/providers/Microsoft.Storage/storageAccounts/sto6120/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f5a038b29433ea42abc261b3eb70b65d-27e60c68da91154d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8cb9a24803aef7f185b84962525d593b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cb9a24803aef7f185b84962525d593b", - "x-ms-correlation-request-id": "1eac7cd1-0981-4698-ab0d-430dce40056a", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11998", - "x-ms-request-id": "e919fb64-92a7-4c41-b662-0e70bb4393b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032609Z:1eac7cd1-0981-4698-ab0d-430dce40056a" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "db/NeIAyvmKBKzxeDUYeRaELhbyO2kf8dZ8jfIbwz2s3z42OvKh2B46wQC4J0tMTmKEdwnf0p5yVCn1byPor6w==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "OXBJIq5Cf5bIM\u002B3\u002BGxYqC9cpmCgy\u002BxIDn/VuD8giJUU3Nb9N0Ps\u002BvW2mcH7aIABtcFQWwv\u002BE9LhUzu/dBYeY2Q==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4300/providers/Microsoft.Storage/storageAccounts/sto6120/regenerateKey?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "traceparent": "00-ea53de7a2efe164585a52e3f1c0ecad4-738a81d5ed17c549-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5ff43f50657f453c4cffc81b797df28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5ff43f50657f453c4cffc81b797df28", - "x-ms-correlation-request-id": "a8cc4202-0094-47fd-948d-136c81c54801", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "263089c6-d0d4-4305-a113-5c0e0f334495", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032609Z:a8cc4202-0094-47fd-948d-136c81c54801" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "db/NeIAyvmKBKzxeDUYeRaELhbyO2kf8dZ8jfIbwz2s3z42OvKh2B46wQC4J0tMTmKEdwnf0p5yVCn1byPor6w==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "M5wsHt4xlmMeuumxYmioZKGwlmDRirBtVH1LoWEAqde06EBpA0aLErZuL9iPqRtYpWBdtXcC\u002BUb2jdMp/Krk6A==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "79179145", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json deleted file mode 100644 index 998b6b3772ba9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json +++ /dev/null @@ -1,689 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2222?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b02c74f5179e214fa9c3230e8fc2a08f-2e2c83d077987041-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28665c2a95c97cfe34a7008a30ad1b5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bc50dee9-4eb7-490d-b459-c1b857c92465", - "x-ms-ratelimit-remaining-subscription-writes": "1075", - "x-ms-request-id": "bc50dee9-4eb7-490d-b459-c1b857c92465", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034333Z:bc50dee9-4eb7-490d-b459-c1b857c92465" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2222", - "name": "res2222", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2222/providers/Microsoft.Storage/storageAccounts/sto9607?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b74b401e4adb1d40aa336a13568deae9-522baf3f7bb9c140-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4738cf4b2703a48b5ba7e4604fbf5188", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4738cf4b2703a48b5ba7e4604fbf5188", - "x-ms-correlation-request-id": "99aa8918-db61-4c61-827f-da1d1370eb07", - "x-ms-ratelimit-remaining-subscription-writes": "1074", - "x-ms-request-id": "6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034336Z:99aa8918-db61-4c61-827f-da1d1370eb07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "29f16c0a1b7d3426da836eee1a1be4e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29f16c0a1b7d3426da836eee1a1be4e7", - "x-ms-correlation-request-id": "feea1eb6-f2fc-4ff5-b0cc-9bcbccacd2b3", - "x-ms-ratelimit-remaining-subscription-reads": "11292", - "x-ms-request-id": "d1b59d85-2ef9-4e43-ad04-9ead6ba19679", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034337Z:feea1eb6-f2fc-4ff5-b0cc-9bcbccacd2b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1b701af0a8b3cfbc68964c27899d026", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1b701af0a8b3cfbc68964c27899d026", - "x-ms-correlation-request-id": "65af29b7-a1cb-4d64-b03d-f10826dea6df", - "x-ms-ratelimit-remaining-subscription-reads": "11291", - "x-ms-request-id": "0ab5e8d5-68aa-4a0e-bb9f-0a4d18a94c11", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034338Z:65af29b7-a1cb-4d64-b03d-f10826dea6df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e255f80027ce5d0ba55b79c6a11a94c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e255f80027ce5d0ba55b79c6a11a94c7", - "x-ms-correlation-request-id": "36979d20-499e-4f8c-8b01-d49c33ab57ff", - "x-ms-ratelimit-remaining-subscription-reads": "11290", - "x-ms-request-id": "a6d98d3f-dab9-4bd0-99b0-3d35cde8f4a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034339Z:36979d20-499e-4f8c-8b01-d49c33ab57ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d242c75bc67d006070b562f3b664bc41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d242c75bc67d006070b562f3b664bc41", - "x-ms-correlation-request-id": "c1567c46-1f10-46a7-88ef-417a474fe663", - "x-ms-ratelimit-remaining-subscription-reads": "11289", - "x-ms-request-id": "62eabdb3-dae5-4c76-9038-a1add9388832", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034341Z:c1567c46-1f10-46a7-88ef-417a474fe663" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "21ed47b302c58719f6593b2f90359aac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21ed47b302c58719f6593b2f90359aac", - "x-ms-correlation-request-id": "0805cea9-0404-43af-b943-86b321a1ff59", - "x-ms-ratelimit-remaining-subscription-reads": "11288", - "x-ms-request-id": "031e5fd7-e699-4bf3-ae52-4e57e9658502", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034342Z:0805cea9-0404-43af-b943-86b321a1ff59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b0679cf4fd573aa998557219c417a641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0679cf4fd573aa998557219c417a641", - "x-ms-correlation-request-id": "75af73d6-4b66-4e0c-b17d-1c740e7185ab", - "x-ms-ratelimit-remaining-subscription-reads": "11287", - "x-ms-request-id": "4c830205-4555-4679-b9f4-81004e4ba335", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034343Z:75af73d6-4b66-4e0c-b17d-1c740e7185ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5a13389f732d5902aebadc238a316f3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a13389f732d5902aebadc238a316f3b", - "x-ms-correlation-request-id": "a6119eeb-15d3-4660-a8e7-f8a37c057d76", - "x-ms-ratelimit-remaining-subscription-reads": "11286", - "x-ms-request-id": "d82c025c-fb3e-4783-80f1-49b8a236d6d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034344Z:a6119eeb-15d3-4660-a8e7-f8a37c057d76" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "19feb61a0cfcb5e99db2896f8fffc3de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19feb61a0cfcb5e99db2896f8fffc3de", - "x-ms-correlation-request-id": "5c83fbe7-f024-4b32-adec-244be07fd3c0", - "x-ms-ratelimit-remaining-subscription-reads": "11285", - "x-ms-request-id": "d385329d-8c17-40ca-901c-524d683d0764", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034346Z:5c83fbe7-f024-4b32-adec-244be07fd3c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "578ffab24022817e9a0d019d2185b066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "578ffab24022817e9a0d019d2185b066", - "x-ms-correlation-request-id": "82f4f909-e177-48b5-88ee-2c6c8410a9ba", - "x-ms-ratelimit-remaining-subscription-reads": "11284", - "x-ms-request-id": "11bc8b36-af6d-47d2-98f8-bbd2edfd0e3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034347Z:82f4f909-e177-48b5-88ee-2c6c8410a9ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0dfe36e58c1893444f5dbc7aea92c9ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dfe36e58c1893444f5dbc7aea92c9ae", - "x-ms-correlation-request-id": "480bd372-7ca4-4a77-ae17-46e89258e536", - "x-ms-ratelimit-remaining-subscription-reads": "11283", - "x-ms-request-id": "7ff8be09-6806-4a3a-b2bf-73ec7cb4b9eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034348Z:480bd372-7ca4-4a77-ae17-46e89258e536" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8f70fdf718a1da19387d7fee0a4c9417", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f70fdf718a1da19387d7fee0a4c9417", - "x-ms-correlation-request-id": "b2bbb920-6bce-4c35-8eb9-9708b29abe02", - "x-ms-ratelimit-remaining-subscription-reads": "11282", - "x-ms-request-id": "65cda76e-c5c6-4be2-88d4-f7acab1a77dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034350Z:b2bbb920-6bce-4c35-8eb9-9708b29abe02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "588a2202b50125c5b5fc08c483049607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "588a2202b50125c5b5fc08c483049607", - "x-ms-correlation-request-id": "b127bb19-b382-40f1-888f-8dc4741a46d9", - "x-ms-ratelimit-remaining-subscription-reads": "11281", - "x-ms-request-id": "eec7bd4c-bf3e-4b21-b116-23dc72a2f480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034352Z:b127bb19-b382-40f1-888f-8dc4741a46d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6d1e80c2-0955-4d55-a9df-a3f4b7aa5c65?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "24a552442014cdc41d24d59b0c558802", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24a552442014cdc41d24d59b0c558802", - "x-ms-correlation-request-id": "bc1c95e5-cce5-4515-9f22-64bd0fa29c8c", - "x-ms-ratelimit-remaining-subscription-reads": "11280", - "x-ms-request-id": "69868b03-735e-4359-a997-97cbcea0916b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034353Z:bc1c95e5-cce5-4515-9f22-64bd0fa29c8c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2222/providers/Microsoft.Storage/storageAccounts/sto9607", - "name": "sto9607", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:43:35.8753159Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:43:35.8753159Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:43:35.7971836Z", - "primaryEndpoints": { - "blob": "https://sto9607.blob.core.windows.net/", - "queue": "https://sto9607.queue.core.windows.net/", - "table": "https://sto9607.table.core.windows.net/", - "file": "https://sto9607.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2222/providers/Microsoft.Storage/storageAccounts/sto9607/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ef563037514b2a4caf18374ca2aaec90-caf3da1615240e47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c877a4c9700841ad374bd9a50f545634", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c877a4c9700841ad374bd9a50f545634", - "x-ms-correlation-request-id": "f792c6c6-1985-487a-97e8-325ffb9e0c5d", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11996", - "x-ms-request-id": "3729a5c0-2d8a-4e14-841d-b2b7b14c9009", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034353Z:f792c6c6-1985-487a-97e8-325ffb9e0c5d" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "GxPBz0JX6HMS\u002BjaOGY0GKQmrEPQb/9m17OouKIng\u002Bt7tXjvMFCzSkP5jznCGxrVmxwaRbGUo1\u002BQjEywQG8stEQ==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "\u002Bj6usDajMva4BI\u002BNt39R6p4qlDn9KhC924SryCt9EyRHsUbyPBNGEpgPS1JM6PPtU43wDaNUhTvfkjmHmUjaXw==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2222/providers/Microsoft.Storage/storageAccounts/sto9607/regenerateKey?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "traceparent": "00-5f548f68911a3944ba2e164ccaa41942-8b504ce3f89edf48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7aa78e66fa6e2025dbc3adddf2a1860", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:43:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7aa78e66fa6e2025dbc3adddf2a1860", - "x-ms-correlation-request-id": "1d6a46cd-5b92-4ffe-85a0-b58658d28be3", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "ddf65ffd-cb9a-41c5-8c75-1a48ccd2517d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034354Z:1d6a46cd-5b92-4ffe-85a0-b58658d28be3" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "GxPBz0JX6HMS\u002BjaOGY0GKQmrEPQb/9m17OouKIng\u002Bt7tXjvMFCzSkP5jznCGxrVmxwaRbGUo1\u002BQjEywQG8stEQ==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "BBWLtz51xIBbmPugIuK3cZ3zGU6PtnxU9ahag8XDzpOkJP0Qa47Co3si1WRWDHgfPWK7jeWWckJuf1vTNdfU9g==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1921424629", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json deleted file mode 100644 index 1765cfc476937..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json +++ /dev/null @@ -1,624 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res528?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9f56093317b67246945891f89ae941c7-6d3fb8f83a25474f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac27f3c50b5cf3744c3bed407ad7e85d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cff77b8d-c5d7-452e-ac67-124862671289", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "cff77b8d-c5d7-452e-ac67-124862671289", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032612Z:cff77b8d-c5d7-452e-ac67-124862671289" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res528", - "name": "res528", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res528/providers/Microsoft.Storage/storageAccounts/sto2508?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-96802b8048545240a3de361b2ac9937f-718e09cf0f5e6d4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d96c88215d66b16c09d6881d70bce824", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d96c88215d66b16c09d6881d70bce824", - "x-ms-correlation-request-id": "86d417a7-3015-4e16-b973-0fe24ff6e5e7", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "d3eaa4f1-a54d-46db-a717-b6b0f0260264", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032615Z:86d417a7-3015-4e16-b973-0fe24ff6e5e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d95b2d72040a955fbbfb5335ecd6dc7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d95b2d72040a955fbbfb5335ecd6dc7f", - "x-ms-correlation-request-id": "1b148873-f3d7-4aaf-9b92-aa60b72d1d27", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "00ef18bd-cb1b-4fe7-87e7-60223ea22c57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032615Z:1b148873-f3d7-4aaf-9b92-aa60b72d1d27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28e71c05eb5e976849e1e6ec6ba0b4c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28e71c05eb5e976849e1e6ec6ba0b4c8", - "x-ms-correlation-request-id": "6e1ee953-03c1-46f3-b620-dc97e28e5337", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "da169ce3-d992-49de-ae97-39c8f2e30160", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032617Z:6e1ee953-03c1-46f3-b620-dc97e28e5337" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "43abaf300e608e194ff3b72936099f1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43abaf300e608e194ff3b72936099f1c", - "x-ms-correlation-request-id": "7666ab2f-ceb0-4d39-bd1f-f068056f1e81", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "0d4e621e-6fea-4830-a782-d0c8fa2051a9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032618Z:7666ab2f-ceb0-4d39-bd1f-f068056f1e81" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e0c6729d7d598779c4c490291d722a1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0c6729d7d598779c4c490291d722a1a", - "x-ms-correlation-request-id": "9c11d453-4428-4136-92c6-6755bb3778d8", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "13bddaba-6cea-43c4-b517-802ef3678952", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032619Z:9c11d453-4428-4136-92c6-6755bb3778d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c048a47982bf61f0259d86b333e603f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c048a47982bf61f0259d86b333e603f", - "x-ms-correlation-request-id": "433abd44-29df-409e-8bbe-d902127ebae9", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "488c55a3-54d0-490b-b601-085c6e9d79b2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032621Z:433abd44-29df-409e-8bbe-d902127ebae9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f84fca42d3d9b26e36247e9c7ef071dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f84fca42d3d9b26e36247e9c7ef071dd", - "x-ms-correlation-request-id": "d137b5d3-afb4-4b89-8c6f-e2499712b750", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "73c94e50-cdc5-44f4-b9d8-59b8916460fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032622Z:d137b5d3-afb4-4b89-8c6f-e2499712b750" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "abe29cc9620404f153d0de00a40e5385", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abe29cc9620404f153d0de00a40e5385", - "x-ms-correlation-request-id": "53e15008-3b18-4a9a-90b0-cbd5023a48cd", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "3af45c1a-dadb-494a-b36d-d213028779c2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032623Z:53e15008-3b18-4a9a-90b0-cbd5023a48cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52e65163312274411c5206071a827811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52e65163312274411c5206071a827811", - "x-ms-correlation-request-id": "4883d8c1-4998-4e04-88f8-28fe1d575111", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "a3995bb4-07c8-41f9-b884-fcfba60acc60", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032625Z:4883d8c1-4998-4e04-88f8-28fe1d575111" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "97a1fbe8b45cdf3ad94ba408f46d0d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97a1fbe8b45cdf3ad94ba408f46d0d28", - "x-ms-correlation-request-id": "2cc4ede4-469e-4c54-8b8c-0d4995662b23", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "3926946f-5185-4d9d-b4c5-b87f9ac03d24", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032626Z:2cc4ede4-469e-4c54-8b8c-0d4995662b23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c38f8d01e0997ba5b6e8fb25ceae9d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c38f8d01e0997ba5b6e8fb25ceae9d1", - "x-ms-correlation-request-id": "9b9b483e-34c1-43ab-a1d1-50f4bb12163a", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "8e150e5d-567b-44ff-92cc-65d891cc006f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032627Z:9b9b483e-34c1-43ab-a1d1-50f4bb12163a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a918cd57bb6cae29160779d78c387fae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a918cd57bb6cae29160779d78c387fae", - "x-ms-correlation-request-id": "a45f7e91-45c9-4f80-acc8-535e38407afa", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "32eec79d-0ec0-46b2-895b-81e07cbd22b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032629Z:a45f7e91-45c9-4f80-acc8-535e38407afa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2236de444b49c90740093ced258783ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2236de444b49c90740093ced258783ef", - "x-ms-correlation-request-id": "3250fdd9-23ac-4a9f-90dc-1f88f0362ad4", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "fa094ebe-0a34-4d20-b938-6cce709c75c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032630Z:3250fdd9-23ac-4a9f-90dc-1f88f0362ad4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d3eaa4f1-a54d-46db-a717-b6b0f0260264?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "27b1d361645514bbcf8a1502a5e30b22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27b1d361645514bbcf8a1502a5e30b22", - "x-ms-correlation-request-id": "cbfcae2a-768f-4a88-9607-08a758208444", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "67d71d6c-0e7b-4bb9-bac9-e05893d1dce4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032631Z:cbfcae2a-768f-4a88-9607-08a758208444" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res528/providers/Microsoft.Storage/storageAccounts/sto2508", - "name": "sto2508", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:26:15.1217204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:26:15.1217204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:26:15.0279446Z", - "primaryEndpoints": { - "blob": "https://sto2508.blob.core.windows.net/", - "queue": "https://sto2508.queue.core.windows.net/", - "table": "https://sto2508.table.core.windows.net/", - "file": "https://sto2508.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res528/providers/Microsoft.Storage/storageAccounts/sto2508/revokeUserDelegationKeys?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-290592cfafa86948a8bb457661e5a302-929dd204fbe59d4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e6ee0eec7b30b87c54e69637f3b898e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e6ee0eec7b30b87c54e69637f3b898e", - "x-ms-correlation-request-id": "6d555ac4-f8da-46ec-864f-30f62a0463d5", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "5b45a539-c2c8-436a-b5a2-46946b0b3df5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032632Z:6d555ac4-f8da-46ec-864f-30f62a0463d5" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1377977988", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json deleted file mode 100644 index 415bab76d24ce..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json +++ /dev/null @@ -1,624 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4287?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-55d5b05d65445e4e9a11d2fe752b13c1-610f804bdc3ae449-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "343a33d7e7f39a27ba7e0c8ea997eccb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:43:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6173fcac-3202-498f-a0d7-4bd5078e7623", - "x-ms-ratelimit-remaining-subscription-writes": "1073", - "x-ms-request-id": "6173fcac-3202-498f-a0d7-4bd5078e7623", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034357Z:6173fcac-3202-498f-a0d7-4bd5078e7623" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4287", - "name": "res4287", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4287/providers/Microsoft.Storage/storageAccounts/sto3573?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c830e9e9de68e347b432156b64b0d4fd-e0809f244056644f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "67948ab20fc6318f39f6b11baff5a97f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67948ab20fc6318f39f6b11baff5a97f", - "x-ms-correlation-request-id": "a5944fda-b18a-4bd7-a0df-697bc73d2245", - "x-ms-ratelimit-remaining-subscription-writes": "1072", - "x-ms-request-id": "15d8f31d-4fa0-4216-b1c0-a46d9d824ae1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034400Z:a5944fda-b18a-4bd7-a0df-697bc73d2245" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "01c075f2f2702311ab02baf0757e0a89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01c075f2f2702311ab02baf0757e0a89", - "x-ms-correlation-request-id": "c93dd2e3-d72a-4000-b166-c1a5bf6c2be8", - "x-ms-ratelimit-remaining-subscription-reads": "11279", - "x-ms-request-id": "1551cad1-a393-4428-baa8-533195f36812", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034400Z:c93dd2e3-d72a-4000-b166-c1a5bf6c2be8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33200e63d79a6d8903a39acea9f4a5d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33200e63d79a6d8903a39acea9f4a5d8", - "x-ms-correlation-request-id": "840f2858-3b94-4e6e-8ef7-83907beaf02d", - "x-ms-ratelimit-remaining-subscription-reads": "11278", - "x-ms-request-id": "4115aa73-22bf-4065-85ac-027637f6de72", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034402Z:840f2858-3b94-4e6e-8ef7-83907beaf02d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3a29a20aa734950f522e486b8a967b4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a29a20aa734950f522e486b8a967b4e", - "x-ms-correlation-request-id": "14fa46e9-8a96-4f42-8ba9-f04a33efaea5", - "x-ms-ratelimit-remaining-subscription-reads": "11277", - "x-ms-request-id": "95b73ca7-0c6b-4422-9b37-7c0af10552a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034403Z:14fa46e9-8a96-4f42-8ba9-f04a33efaea5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d36ddecb8401a74ec53fecd574279b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d36ddecb8401a74ec53fecd574279b6", - "x-ms-correlation-request-id": "8966a061-59dc-4138-8995-d20e1402ff08", - "x-ms-ratelimit-remaining-subscription-reads": "11276", - "x-ms-request-id": "63a82fc7-c011-44c8-b868-0a1a03db9d9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034404Z:8966a061-59dc-4138-8995-d20e1402ff08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d3e6e15dd055bb54ff8ae06c8f1de26d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3e6e15dd055bb54ff8ae06c8f1de26d", - "x-ms-correlation-request-id": "7251a8c8-3c15-4fe5-b17e-a2d9cca75ba0", - "x-ms-ratelimit-remaining-subscription-reads": "11275", - "x-ms-request-id": "62df4391-d735-46ce-8fd4-2b31ccc2c5ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034406Z:7251a8c8-3c15-4fe5-b17e-a2d9cca75ba0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cce24c2827be52972d0e4ee1a9413e10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cce24c2827be52972d0e4ee1a9413e10", - "x-ms-correlation-request-id": "acbd0fef-d7ae-4cc2-ae5a-6fd110f87e64", - "x-ms-ratelimit-remaining-subscription-reads": "11274", - "x-ms-request-id": "6a29a184-b389-428e-80fd-134494d4a09d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034407Z:acbd0fef-d7ae-4cc2-ae5a-6fd110f87e64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a90e91b4a7b01cf8887b7eb5d8088ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a90e91b4a7b01cf8887b7eb5d8088ace", - "x-ms-correlation-request-id": "01e6cbc4-a3c1-4f2a-a3d1-2936a067cf35", - "x-ms-ratelimit-remaining-subscription-reads": "11273", - "x-ms-request-id": "d545c6f6-04cd-404c-80b6-88a91de6a7ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034408Z:01e6cbc4-a3c1-4f2a-a3d1-2936a067cf35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0aa49071ad6035f84994a646827312bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aa49071ad6035f84994a646827312bd", - "x-ms-correlation-request-id": "595266ba-7e70-46b8-a630-e55ee948e608", - "x-ms-ratelimit-remaining-subscription-reads": "11272", - "x-ms-request-id": "0055c59f-ff56-4938-afa7-2befaea38916", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034410Z:595266ba-7e70-46b8-a630-e55ee948e608" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fdb7cf4c380e80bc54c54342a9e27a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdb7cf4c380e80bc54c54342a9e27a25", - "x-ms-correlation-request-id": "ccbdd381-50b5-4444-a1cc-0aa247610d16", - "x-ms-ratelimit-remaining-subscription-reads": "11271", - "x-ms-request-id": "5eeb0391-54e4-4681-a674-9241277b304c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034411Z:ccbdd381-50b5-4444-a1cc-0aa247610d16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "18707f83339d07b099d95f1c01b29915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18707f83339d07b099d95f1c01b29915", - "x-ms-correlation-request-id": "823292bb-dfb2-4670-a132-7d9bb5768ec2", - "x-ms-ratelimit-remaining-subscription-reads": "11270", - "x-ms-request-id": "d4f840c6-3be8-4704-bdc8-5e27acea7390", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034412Z:823292bb-dfb2-4670-a132-7d9bb5768ec2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0869c1698d5038bfd423b69a69b58b67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0869c1698d5038bfd423b69a69b58b67", - "x-ms-correlation-request-id": "448a24fe-85af-4ac0-8437-cac28ee05907", - "x-ms-ratelimit-remaining-subscription-reads": "11269", - "x-ms-request-id": "0dccfd3f-2066-4068-afba-be67fe69073c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034413Z:448a24fe-85af-4ac0-8437-cac28ee05907" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03c28119f902181f1faf6435d8a07fa2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03c28119f902181f1faf6435d8a07fa2", - "x-ms-correlation-request-id": "5be39c38-d201-4e90-8f68-5a72a88563eb", - "x-ms-ratelimit-remaining-subscription-reads": "11268", - "x-ms-request-id": "ca2ee8e5-f410-466a-a944-f33ce4b517a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034415Z:5be39c38-d201-4e90-8f68-5a72a88563eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/15d8f31d-4fa0-4216-b1c0-a46d9d824ae1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e8d92d2c7178f6d4bf3844797d159ee4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:44:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8d92d2c7178f6d4bf3844797d159ee4", - "x-ms-correlation-request-id": "e8181de3-8908-43b7-b7e6-ecd630833f2e", - "x-ms-ratelimit-remaining-subscription-reads": "11267", - "x-ms-request-id": "b8812471-d2bf-43d0-8860-c686d3bba774", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034416Z:e8181de3-8908-43b7-b7e6-ecd630833f2e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4287/providers/Microsoft.Storage/storageAccounts/sto3573", - "name": "sto3573", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:00.0013420Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:00.0013420Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:43:59.9075953Z", - "primaryEndpoints": { - "blob": "https://sto3573.blob.core.windows.net/", - "queue": "https://sto3573.queue.core.windows.net/", - "table": "https://sto3573.table.core.windows.net/", - "file": "https://sto3573.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4287/providers/Microsoft.Storage/storageAccounts/sto3573/revokeUserDelegationKeys?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-734c5a09cb7993439c4e2075cf7e018a-5664697e19934f40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8002f84d96ef6f13a151e8a1298a5f33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8002f84d96ef6f13a151e8a1298a5f33", - "x-ms-correlation-request-id": "02c07192-50fa-40d2-b53d-9121429c235d", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "4acf3828-61a5-4446-9738-56b18243bac6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034417Z:02c07192-50fa-40d2-b53d-9121429c235d" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "593952713", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json deleted file mode 100644 index cf5d29d806e04..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json +++ /dev/null @@ -1,1005 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2709?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6c414b92d4914948989e1128bc513fdf-781b97cfbb777c48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0896c0651fc956d4774de2013b4ddab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d4eb380-aa10-441e-83a8-f7ee2b031d65", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "8d4eb380-aa10-441e-83a8-f7ee2b031d65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032635Z:8d4eb380-aa10-441e-83a8-f7ee2b031d65" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709", - "name": "res2709", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-6e9ddfe8dec3e843b7e7440be54f0ce2-8e3a829fd327a84a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d6c49706ae680411c25764a626d0710", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d6c49706ae680411c25764a626d0710", - "x-ms-correlation-request-id": "779d6f7a-2f76-4206-a303-7562bb146f3a", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "2b4ca704-0869-4694-ad9c-63a8061f0d1f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032637Z:779d6f7a-2f76-4206-a303-7562bb146f3a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1a075cd3fa4021f486fdf2bf64be407", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a075cd3fa4021f486fdf2bf64be407", - "x-ms-correlation-request-id": "6391b0f3-b3f6-4bae-87ae-c16d413031f3", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "b0b68efb-932b-4989-99f1-d55749c7f705", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032638Z:6391b0f3-b3f6-4bae-87ae-c16d413031f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a7770fd7f1bd82bbfeb988731d252741", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7770fd7f1bd82bbfeb988731d252741", - "x-ms-correlation-request-id": "d922584f-1626-487e-ad0b-5cbabd1040ab", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "c33f4579-1e93-4bed-b13b-10259d098d06", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032639Z:d922584f-1626-487e-ad0b-5cbabd1040ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ed7c784635cd5c6ced1d71430f1fbcb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed7c784635cd5c6ced1d71430f1fbcb9", - "x-ms-correlation-request-id": "5b1dec38-02a1-491b-b7fd-eb1b4b355358", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "44612006-73e9-4f9b-86f6-12ef56dbea44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032641Z:5b1dec38-02a1-491b-b7fd-eb1b4b355358" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4944458e3764dc40b91ed3ebb6abe522", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4944458e3764dc40b91ed3ebb6abe522", - "x-ms-correlation-request-id": "e2fdad62-a0be-4034-99ed-7603d8e64820", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "c2659ba5-6afc-492b-ba59-c4cc0679df78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032642Z:e2fdad62-a0be-4034-99ed-7603d8e64820" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ee49e48f6cea13aa31abaa07f7773df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ee49e48f6cea13aa31abaa07f7773df", - "x-ms-correlation-request-id": "0fd8caa1-d08b-4906-80cb-d530e869d940", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "0ee1c283-1370-4484-8f80-6bc414a96357", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032643Z:0fd8caa1-d08b-4906-80cb-d530e869d940" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d7e4cffcdee10fdd389f34af6280a641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7e4cffcdee10fdd389f34af6280a641", - "x-ms-correlation-request-id": "996bc5b2-e3f5-443b-8a10-3eeb51ec0380", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "f058e44f-4fa5-4d6b-b71d-6a10198ee43e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032644Z:996bc5b2-e3f5-443b-8a10-3eeb51ec0380" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "70fb4e373e3a97ea0ba2a5497c9f5c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70fb4e373e3a97ea0ba2a5497c9f5c42", - "x-ms-correlation-request-id": "fa1211b2-4d0b-4154-b4dd-72b439336554", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "e09ac2d6-ba9b-48a7-86af-f1d1c0ed9532", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032646Z:fa1211b2-4d0b-4154-b4dd-72b439336554" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e7eef3ab0dc66a41c1d5452fc28b3f22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7eef3ab0dc66a41c1d5452fc28b3f22", - "x-ms-correlation-request-id": "6b39bd25-b9ba-44fd-9149-9c78fb477ff6", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "fce5e23c-1715-429b-8976-e67329b4577a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032647Z:6b39bd25-b9ba-44fd-9149-9c78fb477ff6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "31687973027bbea4e44dcc3f38939299", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31687973027bbea4e44dcc3f38939299", - "x-ms-correlation-request-id": "114e7e2b-58f7-44f0-8c60-d9acb5b082e9", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "3e9d39de-42fe-46e2-9b56-c2c4e86f6e9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032648Z:114e7e2b-58f7-44f0-8c60-d9acb5b082e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e04f142bf922a7a0d90af64f8bbd480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e04f142bf922a7a0d90af64f8bbd480", - "x-ms-correlation-request-id": "6e4af9ef-0984-4347-9ca8-4a2c98324f34", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "a7c20312-f129-452f-838d-3e26613f2c8a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032650Z:6e4af9ef-0984-4347-9ca8-4a2c98324f34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03d582622b36a8c74f3002794001322d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03d582622b36a8c74f3002794001322d", - "x-ms-correlation-request-id": "8b3d4420-620e-4a23-ade9-3c7b0ec8d0a4", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "ffa1bb2b-2451-4ccb-b26c-9126589bde93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032651Z:8b3d4420-620e-4a23-ade9-3c7b0ec8d0a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1ecac43d186b490ff3e23ea523fc529", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1ecac43d186b490ff3e23ea523fc529", - "x-ms-correlation-request-id": "ee7db171-f510-4570-a70a-7e6785344098", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "e71e9e29-1361-4f10-aba4-0054dd538827", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032652Z:ee7db171-f510-4570-a70a-7e6785344098" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/2b4ca704-0869-4694-ad9c-63a8061f0d1f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b5dd4c788fbd1662295b1e61bd00e90c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1240", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5dd4c788fbd1662295b1e61bd00e90c", - "x-ms-correlation-request-id": "f461d91e-cc50-43d6-904e-062b4f005d1e", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "ddff1a0c-3749-4717-93d8-84beba0239a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032653Z:f461d91e-cc50-43d6-904e-062b4f005d1e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222", - "name": "sto222", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:26:37.1725964Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:26:37.1725964Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:26:37.1101106Z", - "primaryEndpoints": { - "dfs": "https://sto222.dfs.core.windows.net/", - "web": "https://sto222.z22.web.core.windows.net/", - "blob": "https://sto222.blob.core.windows.net/", - "queue": "https://sto222.queue.core.windows.net/", - "table": "https://sto222.table.core.windows.net/", - "file": "https://sto222.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "785", - "Content-Type": "application/json", - "traceparent": "00-26df776448cb9d4fa43bb9c4e12b9d49-fe78b16e7cb08649-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b21825e03cf90f9f22103f808dc560f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90 - }, - "delete": { - "daysAfterModificationGreaterThan": 300 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100 - } - } - }, - "filters": { - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ], - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b21825e03cf90f9f22103f808dc560f", - "x-ms-correlation-request-id": "c32bb01f-83ba-4c29-ba47-755dec3ca742", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "3e9e9ce6-0880-4cf7-8460-2fbb6c41503c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032654Z:c32bb01f-83ba-4c29-ba47-755dec3ca742" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2020-09-14T03:26:54.3289834Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-591206f7f32a594da8698b03e8a724ec-e7480f9b7433dd44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f401d96a7c24b3704ad5a72bb22ef7fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f401d96a7c24b3704ad5a72bb22ef7fe", - "x-ms-correlation-request-id": "a7c06b50-82c4-42cf-a2b0-ae73d10a130e", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "89cf41fe-c407-42c2-94bd-14f81ead1bca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032655Z:a7c06b50-82c4-42cf-a2b0-ae73d10a130e" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2020-09-14T03:26:54.3289834Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-ae288748c710274ab1760c9f1fab38b2-a6c740eb9d075b4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d08c17547a1e755a534cc39c8b690e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08c17547a1e755a534cc39c8b690e4d", - "x-ms-correlation-request-id": "bf910c91-f897-44dd-983b-2bea77075e2d", - "x-ms-ratelimit-remaining-subscription-deletes": "14990", - "x-ms-request-id": "e5606c0a-5141-4bfb-8a72-aa0360ecd9a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032655Z:bf910c91-f897-44dd-983b-2bea77075e2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-85c8a7ac456c474db9451fa38cf53ef1-3e262e471bc85941-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3f60f04f5ffe1e8126e00f95bcdddc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "102", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:26:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3f60f04f5ffe1e8126e00f95bcdddc3", - "x-ms-correlation-request-id": "32b3fac9-3b26-4938-b67a-7b2ed8748d3b", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "b81c1192-05a2-4671-9b34-da37db4be37a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032655Z:32b3fac9-3b26-4938-b67a-7b2ed8748d3b" - }, - "ResponseBody": { - "error": { - "code": "ManagementPolicyNotFound", - "message": "No ManagementPolicy found for account sto222" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2709/providers/Microsoft.Storage/storageAccounts/sto222/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-83145498d9348d46b45019693612bb29-b13e3db4dad24f43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1a305298650f0f17e8ba1d7b9d328e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1a305298650f0f17e8ba1d7b9d328e0", - "x-ms-correlation-request-id": "f7fd2c9f-2106-4900-8b5e-bc226cad08b3", - "x-ms-ratelimit-remaining-subscription-deletes": "14989", - "x-ms-request-id": "926daa55-3cca-4862-8a6b-d40a75ba02ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032656Z:f7fd2c9f-2106-4900-8b5e-bc226cad08b3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2116594249", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json deleted file mode 100644 index 87dc2618f671a..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json +++ /dev/null @@ -1,1039 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res5151?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-539ba40af667dd478f3a95f0f0b15c3f-6833bc27de60f241-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4fae1fad35c3a61adf45e7122dc1f50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aa90e9ea-4f47-415d-84bd-189fd4318d78", - "x-ms-ratelimit-remaining-subscription-writes": "1071", - "x-ms-request-id": "aa90e9ea-4f47-415d-84bd-189fd4318d78", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034419Z:aa90e9ea-4f47-415d-84bd-189fd4318d78" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151", - "name": "res5151", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-aa62350e810bf54a913903a887ef62f5-5fb7658c72b9d747-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fcc093784f2152fee2bfdf8700a3f0c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fcc093784f2152fee2bfdf8700a3f0c5", - "x-ms-correlation-request-id": "2e31e488-5632-4fcf-8261-273375e67712", - "x-ms-ratelimit-remaining-subscription-writes": "1070", - "x-ms-request-id": "7966f7b5-9e40-46b9-a926-b4b86f07db62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034423Z:2e31e488-5632-4fcf-8261-273375e67712" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a5879b5ef74d92d9fca1791381b2ad50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5879b5ef74d92d9fca1791381b2ad50", - "x-ms-correlation-request-id": "bc917880-fb73-4605-99e9-7425746c66fd", - "x-ms-ratelimit-remaining-subscription-reads": "11266", - "x-ms-request-id": "b23b8c90-6f71-4d6d-9253-910facc94326", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034423Z:bc917880-fb73-4605-99e9-7425746c66fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "195eac6e200640d6166094cfced48f12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "195eac6e200640d6166094cfced48f12", - "x-ms-correlation-request-id": "61e14307-7334-4486-987b-4cdaff50e56a", - "x-ms-ratelimit-remaining-subscription-reads": "11265", - "x-ms-request-id": "d6eb30d9-40af-4fc7-96fd-5559b5163509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034424Z:61e14307-7334-4486-987b-4cdaff50e56a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65282ac34a1ccc78ea8634b8be69ddb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65282ac34a1ccc78ea8634b8be69ddb4", - "x-ms-correlation-request-id": "5bfe5167-d970-4ef2-b55d-d6a1356204e1", - "x-ms-ratelimit-remaining-subscription-reads": "11264", - "x-ms-request-id": "0487ae7b-4d9d-426e-96c0-b3db88da8ecf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034426Z:5bfe5167-d970-4ef2-b55d-d6a1356204e1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "16bb30a4e2713eaec4468fec620ac327", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16bb30a4e2713eaec4468fec620ac327", - "x-ms-correlation-request-id": "1e5eebd9-4ca1-49b7-a39e-b075d2fa07f6", - "x-ms-ratelimit-remaining-subscription-reads": "11263", - "x-ms-request-id": "161826d0-e8ed-4623-bdb2-fe6d6d13c039", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034427Z:1e5eebd9-4ca1-49b7-a39e-b075d2fa07f6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "564f6612478a233434922e80ec1d82ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "564f6612478a233434922e80ec1d82ac", - "x-ms-correlation-request-id": "1e578f72-6d09-4978-adbd-a9ba3b0d7a72", - "x-ms-ratelimit-remaining-subscription-reads": "11262", - "x-ms-request-id": "a094da53-0d25-4b23-9c8a-0c2ae9a5ec20", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034428Z:1e578f72-6d09-4978-adbd-a9ba3b0d7a72" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e2ae0837819e1a17ce9a0d5bb8c6ae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e2ae0837819e1a17ce9a0d5bb8c6ae0", - "x-ms-correlation-request-id": "c3a0e678-836b-49fd-92e8-2ef91ec716a3", - "x-ms-ratelimit-remaining-subscription-reads": "11261", - "x-ms-request-id": "1af55e0e-e23d-4844-986b-031d9ec9cb37", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034429Z:c3a0e678-836b-49fd-92e8-2ef91ec716a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "57a60cc386195d29fb97e2dfb32d52a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57a60cc386195d29fb97e2dfb32d52a7", - "x-ms-correlation-request-id": "a77c6d19-9891-445e-b4ad-d509f65be699", - "x-ms-ratelimit-remaining-subscription-reads": "11260", - "x-ms-request-id": "9004471c-e03a-4828-a585-7f9b439d464b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034431Z:a77c6d19-9891-445e-b4ad-d509f65be699" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8269e2c425df990ec56edaa1a65e68a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8269e2c425df990ec56edaa1a65e68a8", - "x-ms-correlation-request-id": "d3528c5f-0eef-486c-a96c-c05390e1c5c9", - "x-ms-ratelimit-remaining-subscription-reads": "11259", - "x-ms-request-id": "ac7e7328-92f1-4653-9ded-e8d53a57ad3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034432Z:d3528c5f-0eef-486c-a96c-c05390e1c5c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dfbd4e282a76fc93b6cda28195c22e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfbd4e282a76fc93b6cda28195c22e4f", - "x-ms-correlation-request-id": "e088bb66-20f9-481c-8e08-6d886420418e", - "x-ms-ratelimit-remaining-subscription-reads": "11258", - "x-ms-request-id": "86b6a737-2298-41b2-9a1e-0655bd833d89", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034433Z:e088bb66-20f9-481c-8e08-6d886420418e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d911f996e8229d00fd0c92abac88b69d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d911f996e8229d00fd0c92abac88b69d", - "x-ms-correlation-request-id": "2fd3a17c-8ee9-40ba-bc82-e6e7b1a01df5", - "x-ms-ratelimit-remaining-subscription-reads": "11257", - "x-ms-request-id": "615c22bb-fc66-4732-abce-d0d4549b2544", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034434Z:2fd3a17c-8ee9-40ba-bc82-e6e7b1a01df5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "64b63a2f727099304e6ccb12828d0303", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64b63a2f727099304e6ccb12828d0303", - "x-ms-correlation-request-id": "61962202-4d37-48b4-88e7-10b95e1996b4", - "x-ms-ratelimit-remaining-subscription-reads": "11256", - "x-ms-request-id": "1eebd385-57e7-468a-824a-f89af3d671f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034436Z:61962202-4d37-48b4-88e7-10b95e1996b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad0a8a3f8e4c40854d1fe26998e74f2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad0a8a3f8e4c40854d1fe26998e74f2d", - "x-ms-correlation-request-id": "ab5cee85-f419-4c89-9931-5eeed45cdb45", - "x-ms-ratelimit-remaining-subscription-reads": "11255", - "x-ms-request-id": "18d0e3b4-4f95-475a-a514-c2b12bd8f687", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034437Z:ab5cee85-f419-4c89-9931-5eeed45cdb45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b510516c90b24dec9788ab61cee1a6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b510516c90b24dec9788ab61cee1a6f", - "x-ms-correlation-request-id": "86a9682e-b7ba-4058-b800-c9132e07c83f", - "x-ms-ratelimit-remaining-subscription-reads": "11254", - "x-ms-request-id": "ffb5da7f-b231-4435-bddf-3eb19cf219cf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034438Z:86a9682e-b7ba-4058-b800-c9132e07c83f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/westus/asyncoperations/7966f7b5-9e40-46b9-a926-b4b86f07db62?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "216b8f08097ea150b576165090c60067", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1248", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:44:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "216b8f08097ea150b576165090c60067", - "x-ms-correlation-request-id": "d6dd8479-9ddd-45ad-99cc-76e3b6421bcc", - "x-ms-ratelimit-remaining-subscription-reads": "11253", - "x-ms-request-id": "d8b7e20c-cadc-45f8-99cd-d3d44b667370", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034439Z:d6dd8479-9ddd-45ad-99cc-76e3b6421bcc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600", - "name": "sto6600", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:22.5616231Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:22.5616231Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:22.4678444Z", - "primaryEndpoints": { - "dfs": "https://sto6600.dfs.core.windows.net/", - "web": "https://sto6600.z22.web.core.windows.net/", - "blob": "https://sto6600.blob.core.windows.net/", - "queue": "https://sto6600.queue.core.windows.net/", - "table": "https://sto6600.table.core.windows.net/", - "file": "https://sto6600.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "785", - "Content-Type": "application/json", - "traceparent": "00-95b8c83b62b51f4ba2bc855149e76644-420594377382ad41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7dfb9e1da83c76f7ace5e3d304ce235f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90 - }, - "delete": { - "daysAfterModificationGreaterThan": 300 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100 - } - } - }, - "filters": { - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ], - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:44:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dfb9e1da83c76f7ace5e3d304ce235f", - "x-ms-correlation-request-id": "54b79856-97ea-4300-8660-94065bd08292", - "x-ms-ratelimit-remaining-subscription-writes": "1069", - "x-ms-request-id": "bce9b4a5-7343-4eda-a072-09de1f212df1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034440Z:54b79856-97ea-4300-8660-94065bd08292" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2020-09-14T03:44:40.3615951Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ce8d3949922a8f46a59e4479573f4550-b2dd4449b5d1e849-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "096072042d7c0dafb4b0a594b28e9402", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:44:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "096072042d7c0dafb4b0a594b28e9402", - "x-ms-correlation-request-id": "b70eabf6-56f6-444f-a0f7-afa9b2a2c635", - "x-ms-ratelimit-remaining-subscription-reads": "11252", - "x-ms-request-id": "56e871c9-6968-4e5a-bba1-e4222eb28a80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034441Z:b70eabf6-56f6-444f-a0f7-afa9b2a2c635" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2020-09-14T03:44:40.3615951Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-f52665b864bdc54f86f3c174301e8fcd-e3f15604085b0944-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7e9823789cf3603397f57598257d9ce6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e9823789cf3603397f57598257d9ce6", - "x-ms-correlation-request-id": "96c71c85-9efc-4d16-a394-a2b170b74fb9", - "x-ms-ratelimit-remaining-subscription-deletes": "14944", - "x-ms-request-id": "d504ff46-8497-4a8a-bac3-32277b81078b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034441Z:96c71c85-9efc-4d16-a394-a2b170b74fb9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-749af8f0fc106a4cbce1c037046b361f-e91729613b599748-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1d4bb752f765efeaeeeec98c0362c31e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:44:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d4bb752f765efeaeeeec98c0362c31e", - "x-ms-correlation-request-id": "e9816a89-e3b3-4a3e-9a4c-db1780f8b894", - "x-ms-ratelimit-remaining-subscription-reads": "11251", - "x-ms-request-id": "260f5d68-89aa-48b9-94fd-3cf22dbe4ba6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034441Z:e9816a89-e3b3-4a3e-9a4c-db1780f8b894" - }, - "ResponseBody": { - "error": { - "code": "ManagementPolicyNotFound", - "message": "No ManagementPolicy found for account sto6600" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res5151/providers/Microsoft.Storage/storageAccounts/sto6600/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5f79dfdc5151974ab235075e13b65cd2-54fd7883b4783646-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e05be151a536686c3f007186b717e737", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e05be151a536686c3f007186b717e737", - "x-ms-correlation-request-id": "649c1bb8-2303-42ff-b765-83e09c8a1bdb", - "x-ms-ratelimit-remaining-subscription-deletes": "14943", - "x-ms-request-id": "f3a3e698-746a-4527-bba8-2653a4e0cfe1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034442Z:649c1bb8-2303-42ff-b765-83e09c8a1bdb" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "711461862", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json deleted file mode 100644 index 780a398a1fee7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json +++ /dev/null @@ -1,1490 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res2960?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-94bab54aefad4441b69b7c3105dab69b-5bf57745d8ad4946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4f04a4ae525224ac4d86a13b9664bee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:26:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f25e98f-f0ac-4ebe-af03-de1e2add3eec", - "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "8f25e98f-f0ac-4ebe-af03-de1e2add3eec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032659Z:8f25e98f-f0ac-4ebe-af03-de1e2add3eec" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960", - "name": "res2960", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-1ed7f60d09556646b97ec5565f520149-df648086faea5f46-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b387d3b263ec93a8857d164bfd74d01b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b387d3b263ec93a8857d164bfd74d01b", - "x-ms-correlation-request-id": "cf24ea03-a951-444a-a45e-a6fce13d05b4", - "x-ms-ratelimit-remaining-subscription-writes": "1179", - "x-ms-request-id": "c70c0a98-1c79-49be-98e6-7f01014692a1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032701Z:cf24ea03-a951-444a-a45e-a6fce13d05b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6ad0bcb525ace75e4841a06734d7c663", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ad0bcb525ace75e4841a06734d7c663", - "x-ms-correlation-request-id": "d4d667e7-a05b-4d24-9d00-93b91f8a9b43", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "10f474f8-a6a6-431e-82eb-ba020a1cf177", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032702Z:d4d667e7-a05b-4d24-9d00-93b91f8a9b43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "409ef899ae63c76939fe41befff14316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "409ef899ae63c76939fe41befff14316", - "x-ms-correlation-request-id": "442aafc8-6859-4da5-b45a-b1caf55d901b", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "be9dbe14-d6e0-4b34-bf31-41b5b025df7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032703Z:442aafc8-6859-4da5-b45a-b1caf55d901b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4195af2665a4f56ec700f7db4b32549b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4195af2665a4f56ec700f7db4b32549b", - "x-ms-correlation-request-id": "da0bcd57-1469-4917-b540-95b7680b1015", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "a08fb3e0-4ebb-41cc-889f-fcc670e36513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032704Z:da0bcd57-1469-4917-b540-95b7680b1015" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "571dff6717d00702530931aee4a0e756", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "571dff6717d00702530931aee4a0e756", - "x-ms-correlation-request-id": "0a881667-8da2-4d9c-92b6-a92ab0af43ae", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "ece22449-4da1-4f6f-8a9a-f63d4a0e863b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032705Z:0a881667-8da2-4d9c-92b6-a92ab0af43ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "84418afe854133bf8aa87863b68e7c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84418afe854133bf8aa87863b68e7c06", - "x-ms-correlation-request-id": "492802c2-6d52-48d9-b817-03c5dc161fd6", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "62d4845e-61e4-4a09-a957-c0e4ddc9fad2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032707Z:492802c2-6d52-48d9-b817-03c5dc161fd6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0056a6aaebd40e45ac8eee9a34c01127", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0056a6aaebd40e45ac8eee9a34c01127", - "x-ms-correlation-request-id": "2fee062d-3dd4-4842-b4d7-775a100f286d", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "a8cfa10e-e489-4fab-b47d-69d04abebc83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032708Z:2fee062d-3dd4-4842-b4d7-775a100f286d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0dca018cff1e2593fe9cd289e9f50c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0dca018cff1e2593fe9cd289e9f50c4", - "x-ms-correlation-request-id": "c3180b07-d696-44d5-b5dd-4677daf01394", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "86dd6580-f992-4b40-92b3-be50ed9378ef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032710Z:c3180b07-d696-44d5-b5dd-4677daf01394" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e032a8de74913824532d7b39725ffc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e032a8de74913824532d7b39725ffc9", - "x-ms-correlation-request-id": "ff7c45a3-8a05-4f9b-a74d-84f0a9b41971", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "04c1709c-eb3c-45ed-8264-2fe920ab3f05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032711Z:ff7c45a3-8a05-4f9b-a74d-84f0a9b41971" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "164a5196bbb1da154c73c1ea1e1c700d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "164a5196bbb1da154c73c1ea1e1c700d", - "x-ms-correlation-request-id": "7af55958-8e1e-406b-a04c-89ad8fa4e2eb", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "516875a9-3a5d-4bad-9472-6a4fa8b108c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032713Z:7af55958-8e1e-406b-a04c-89ad8fa4e2eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "090d293dd3bd31dd1dc97bbef8a64b1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "090d293dd3bd31dd1dc97bbef8a64b1a", - "x-ms-correlation-request-id": "2317cff0-1cb7-4c24-98b0-407356fe1cfd", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "48138d5b-ea59-4674-8cf7-81e75196a63b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032714Z:2317cff0-1cb7-4c24-98b0-407356fe1cfd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4c9203ea3a54d2131528f1d62598f429", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c9203ea3a54d2131528f1d62598f429", - "x-ms-correlation-request-id": "f9c8e37b-5b9e-4fa1-845f-d235160b594c", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "0de758b8-d17e-46da-b264-4d4e8474ec01", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032715Z:f9c8e37b-5b9e-4fa1-845f-d235160b594c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6e75cac1f517c20c7319f8e74056e2a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e75cac1f517c20c7319f8e74056e2a5", - "x-ms-correlation-request-id": "99aeab91-07cd-49f6-8761-939f5b21eb80", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "dc6c4b50-7332-4e2c-bbed-008c6c303dbb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032717Z:99aeab91-07cd-49f6-8761-939f5b21eb80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c70c0a98-1c79-49be-98e6-7f01014692a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b00a628248903b8153bf494e1070b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b00a628248903b8153bf494e1070b85", - "x-ms-correlation-request-id": "801c36b8-caf1-4851-9bc6-ea2c43100b54", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "db4b3887-1b0c-4816-aa85-c83367fc6282", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032718Z:801c36b8-caf1-4851-9bc6-ea2c43100b54" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-29abc76b59f9c740b8d8c49e1fdd0b11-d335f27aa6e81644-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2dfd51d4dc31f502f7cfd93a422b91be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dfd51d4dc31f502f7cfd93a422b91be", - "x-ms-correlation-request-id": "7a464693-4a63-4592-b84f-9a8bda08ddd9", - "x-ms-ratelimit-remaining-subscription-writes": "1178", - "x-ms-request-id": "8a78f758-d2b2-4b22-b142-aefe7e7455d5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032721Z:7a464693-4a63-4592-b84f-9a8bda08ddd9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-49ceb8780bcde342acf479dc6b7350f0-58adab2e5359af47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7fad4c45d9989d9f117158dc0078e06b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fad4c45d9989d9f117158dc0078e06b", - "x-ms-correlation-request-id": "dd0f02a3-c4b1-4e1a-b306-7bf9b23c3977", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f6ad8793-89d4-40cc-83dd-d78db058e623", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032721Z:dd0f02a3-c4b1-4e1a-b306-7bf9b23c3977" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-67a7668b60081c45ad9589d3c71d377c-d67a23e98cb5d444-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee12720eb5594b74a40b24b94a7dc1e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee12720eb5594b74a40b24b94a7dc1e9", - "x-ms-correlation-request-id": "daf415dc-9dd4-45e0-a499-6c01b5b0228a", - "x-ms-ratelimit-remaining-subscription-writes": "1177", - "x-ms-request-id": "5a324306-423a-45ac-bf2b-e37fd3a808d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032727Z:daf415dc-9dd4-45e0-a499-6c01b5b0228a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a05ca72639dd4b44a8a54ff1fa1a9973-04e4b7e8b576ff48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "954e35a98c59fbedb15f1cbf8425f47e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "954e35a98c59fbedb15f1cbf8425f47e", - "x-ms-correlation-request-id": "a5262437-601d-4875-8019-80bdc341eba3", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "9e484f91-7190-41e3-a6ef-3788ff89e445", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032728Z:a5262437-601d-4875-8019-80bdc341eba3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-903a28443ca9ee4a8d5d1d9941e2de08-a592804ef557ed4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cf2c6deea3189065d862da8db5e65293", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf2c6deea3189065d862da8db5e65293", - "x-ms-correlation-request-id": "5e24443d-9f31-4267-bec1-721b5d8ebf29", - "x-ms-ratelimit-remaining-subscription-writes": "1176", - "x-ms-request-id": "790c9fb9-0d80-4479-888b-6a6c217bdb0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032729Z:5e24443d-9f31-4267-bec1-721b5d8ebf29" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8f034013bef69b46821b86f644651c81-c14744e7f800af44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ca336fb04b29821285173cf998b4c77e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca336fb04b29821285173cf998b4c77e", - "x-ms-correlation-request-id": "21771c3d-b79f-4652-97d9-ea17e2121781", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "95aeab17-f387-4a47-983e-f1f1bf2fbf66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032729Z:21771c3d-b79f-4652-97d9-ea17e2121781" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-a4d717e185c5c34db6ed35531fef6f62-301870bc9972b549-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ddcaa516f15106d0d0bdbdf7b15f45cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddcaa516f15106d0d0bdbdf7b15f45cb", - "x-ms-correlation-request-id": "d7dfcfe8-084a-4564-9a5b-3179bfa0a129", - "x-ms-ratelimit-remaining-subscription-writes": "1175", - "x-ms-request-id": "903bb2c7-cc78-4cf0-936f-ec1c1a12c9a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032730Z:d7dfcfe8-084a-4564-9a5b-3179bfa0a129" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a1733806b9103049965c1c43dd759085-8f68a6220eca1e4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "140f880c29f1a3555baa4901666bf824", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "140f880c29f1a3555baa4901666bf824", - "x-ms-correlation-request-id": "a2d56b06-8230-40be-84c3-ed7df6d3ada6", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "d626fed6-e7de-42b8-8ea4-3395e6098f4b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032730Z:a2d56b06-8230-40be-84c3-ed7df6d3ada6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "100", - "Content-Type": "application/json", - "traceparent": "00-2745a4f6e512c44592b3b535c6bec34e-c4e5e9ddd1e0ee4c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10765b9b751bbe429e2dfa6b8e1ad025", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10765b9b751bbe429e2dfa6b8e1ad025", - "x-ms-correlation-request-id": "eaa15ede-b407-44e8-96a4-f49ed9af7f21", - "x-ms-ratelimit-remaining-subscription-writes": "1174", - "x-ms-request-id": "bf5fd263-f57b-4481-b9e2-641fa7415ccd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032731Z:eaa15ede-b407-44e8-96a4-f49ed9af7f21" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e6847835ae3047468486b55d69fcdb23-23e434c1cdc30143-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0fed70d1b2a4ed8c4f2781a6a8ce9f64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fed70d1b2a4ed8c4f2781a6a8ce9f64", - "x-ms-correlation-request-id": "397fc977-ceb5-466a-83b1-450bdad2cf40", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "8dc30a76-2e10-4096-b4a9-0c80cae14f1d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032732Z:397fc977-ceb5-466a-83b1-450bdad2cf40" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res2960/providers/Microsoft.Storage/storageAccounts/sto2143", - "name": "sto2143", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:01.1249632Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:01.0312258Z", - "primaryEndpoints": { - "blob": "https://sto2143.blob.core.windows.net/", - "queue": "https://sto2143.queue.core.windows.net/", - "table": "https://sto2143.table.core.windows.net/", - "file": "https://sto2143.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1584467904", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json deleted file mode 100644 index 553fced9d0ef9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json +++ /dev/null @@ -1,1456 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7085?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b4d668115ba2c849b92b420f62a7fbdf-0232c4e6d213744a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b7f46b5c360522bddec4e3d6fc633cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f7bf5c2-1b27-4b0c-a734-9238e6abe9e1", - "x-ms-ratelimit-remaining-subscription-writes": "1068", - "x-ms-request-id": "3f7bf5c2-1b27-4b0c-a734-9238e6abe9e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034445Z:3f7bf5c2-1b27-4b0c-a734-9238e6abe9e1" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085", - "name": "res7085", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-e1e50acdbb102240b8ef7d19f149aba7-9c4dc8776304cb40-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b274600bdae5431d788c9f53f138b4dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b274600bdae5431d788c9f53f138b4dc", - "x-ms-correlation-request-id": "a56b1ae2-0eb8-4b08-a455-00be486886b2", - "x-ms-ratelimit-remaining-subscription-writes": "1067", - "x-ms-request-id": "60649448-e68b-4fe0-b48c-17fa10a165de", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034448Z:a56b1ae2-0eb8-4b08-a455-00be486886b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b9654cdf6a76bcf6248e7368bffecb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b9654cdf6a76bcf6248e7368bffecb3", - "x-ms-correlation-request-id": "ebc5ad05-0fae-4a8a-bb27-a0d9fda68af5", - "x-ms-ratelimit-remaining-subscription-reads": "11249", - "x-ms-request-id": "42bd4a41-079f-46d5-bcda-e65f65d9d996", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034449Z:ebc5ad05-0fae-4a8a-bb27-a0d9fda68af5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "83c860999ecbfedcb1dd0ced24027059", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83c860999ecbfedcb1dd0ced24027059", - "x-ms-correlation-request-id": "6921f062-6f4e-4d95-8810-6bb55c96fa45", - "x-ms-ratelimit-remaining-subscription-reads": "11248", - "x-ms-request-id": "d881b1e1-21d6-4361-b0a4-5fa2e1b0ac7d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034451Z:6921f062-6f4e-4d95-8810-6bb55c96fa45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c85a5e899a2b03573fdcea825780ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c85a5e899a2b03573fdcea825780ba6", - "x-ms-correlation-request-id": "ed30b423-2a84-4ab9-b787-6d5299442fd1", - "x-ms-ratelimit-remaining-subscription-reads": "11247", - "x-ms-request-id": "66a650e9-01b5-4876-abc6-0ebe727365ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034452Z:ed30b423-2a84-4ab9-b787-6d5299442fd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7281030c20562f2e77976ac9eae2475f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7281030c20562f2e77976ac9eae2475f", - "x-ms-correlation-request-id": "1ddea952-d2ab-49e6-bece-e5812c60f61c", - "x-ms-ratelimit-remaining-subscription-reads": "11246", - "x-ms-request-id": "900eee42-659a-482d-bd3f-6e90c775c26b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034453Z:1ddea952-d2ab-49e6-bece-e5812c60f61c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e54d8ed74f7a00102b170fcecf34d939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e54d8ed74f7a00102b170fcecf34d939", - "x-ms-correlation-request-id": "4a6a6a2d-ffaf-437f-8aba-290a345061dd", - "x-ms-ratelimit-remaining-subscription-reads": "11245", - "x-ms-request-id": "31c4457c-f927-4697-9ed9-d848618794d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034455Z:4a6a6a2d-ffaf-437f-8aba-290a345061dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "20e065d2fd81c7027755240a2f6cc691", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20e065d2fd81c7027755240a2f6cc691", - "x-ms-correlation-request-id": "def3f5b7-0844-4f05-988e-650391d78c6b", - "x-ms-ratelimit-remaining-subscription-reads": "11244", - "x-ms-request-id": "41f873a8-fc13-4ea1-a701-3810a1ce62f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034456Z:def3f5b7-0844-4f05-988e-650391d78c6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "97d06eb5252abd2bf280473f11605f43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97d06eb5252abd2bf280473f11605f43", - "x-ms-correlation-request-id": "055b4106-22f9-432d-a559-04c09505c9e3", - "x-ms-ratelimit-remaining-subscription-reads": "11243", - "x-ms-request-id": "2539b56a-a1f0-4976-abd7-622a39adab9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034457Z:055b4106-22f9-432d-a559-04c09505c9e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "84f731be2601dade8b856e242a06d1be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84f731be2601dade8b856e242a06d1be", - "x-ms-correlation-request-id": "df586a9d-dbf7-4306-9d1e-eb6e3a25cf43", - "x-ms-ratelimit-remaining-subscription-reads": "11242", - "x-ms-request-id": "b29eabdd-34b4-49a6-87cd-df21661229b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034459Z:df586a9d-dbf7-4306-9d1e-eb6e3a25cf43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60187d514164ac0e39232d00b5c2b617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:44:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60187d514164ac0e39232d00b5c2b617", - "x-ms-correlation-request-id": "bd50536b-295b-4756-b5ee-02b5076cba5f", - "x-ms-ratelimit-remaining-subscription-reads": "11241", - "x-ms-request-id": "d7b4df61-72b8-4fe0-99f0-40836d3d465e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034500Z:bd50536b-295b-4756-b5ee-02b5076cba5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe4be1f641748f8f90f50ba4b60792ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe4be1f641748f8f90f50ba4b60792ec", - "x-ms-correlation-request-id": "2e5e1f5d-c0bd-41c0-81c7-31a39c1f2791", - "x-ms-ratelimit-remaining-subscription-reads": "11240", - "x-ms-request-id": "931816bd-1dda-4337-b020-bc817d90610c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034501Z:2e5e1f5d-c0bd-41c0-81c7-31a39c1f2791" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93ee88affe477dde224a4adef9de24c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93ee88affe477dde224a4adef9de24c8", - "x-ms-correlation-request-id": "c83eb8c2-e486-482d-b91b-e4578a80243c", - "x-ms-ratelimit-remaining-subscription-reads": "11239", - "x-ms-request-id": "97f11ee3-2465-4e7e-903e-a967353c6235", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034503Z:c83eb8c2-e486-482d-b91b-e4578a80243c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60649448-e68b-4fe0-b48c-17fa10a165de?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "482e57cfd3ba0f4aed89d06e3569f532", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "482e57cfd3ba0f4aed89d06e3569f532", - "x-ms-correlation-request-id": "1d29ad2b-633e-4da9-ab7e-babe795d1486", - "x-ms-ratelimit-remaining-subscription-reads": "11238", - "x-ms-request-id": "c54849dc-8974-4cc9-a1d1-592f214761ff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034504Z:1d29ad2b-633e-4da9-ab7e-babe795d1486" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-cb4c572e3d547b4ebb6b846e2805eb4a-106f37304de29345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d50419022d4f7cf03cedb29f6b196b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d50419022d4f7cf03cedb29f6b196b1", - "x-ms-correlation-request-id": "ef796707-82df-4dc3-8e71-03bdc02c2428", - "x-ms-ratelimit-remaining-subscription-writes": "1066", - "x-ms-request-id": "a8b59eac-5d5b-4876-a21c-ff1cf0a5d76e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034507Z:ef796707-82df-4dc3-8e71-03bdc02c2428" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e5a88fa9802da04a91a1086745f5432e-2ec0d7701d7a5047-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5fd543d14ad9dc323edea5be2d7047b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fd543d14ad9dc323edea5be2d7047b9", - "x-ms-correlation-request-id": "143ca4f0-4e63-43cc-91fc-abf066e1d967", - "x-ms-ratelimit-remaining-subscription-reads": "11236", - "x-ms-request-id": "9eb00d1a-68c7-4c97-8f6c-6d3ecdfc8ecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034508Z:143ca4f0-4e63-43cc-91fc-abf066e1d967" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-99104d1accda2c40a5c8a573772c31a3-3e207172120db24a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b74d1855f78eadf4883645ebf820183c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b74d1855f78eadf4883645ebf820183c", - "x-ms-correlation-request-id": "7fdd4799-f4fa-4e60-9852-c843d3d6a5b2", - "x-ms-ratelimit-remaining-subscription-writes": "1065", - "x-ms-request-id": "7c61bb23-ff52-49ae-9abe-2d1fd16ad98a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034513Z:7fdd4799-f4fa-4e60-9852-c843d3d6a5b2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9d6a34f252cb0c419339aa946bff05ce-62bf115b39ffcd4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f29d1ff2969446590f74eef57d10ca92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f29d1ff2969446590f74eef57d10ca92", - "x-ms-correlation-request-id": "1d33c7f2-8efa-4275-bfd9-16867c532c46", - "x-ms-ratelimit-remaining-subscription-reads": "11234", - "x-ms-request-id": "92364811-074d-42c7-82ee-293cffa99d55", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034513Z:1d33c7f2-8efa-4275-bfd9-16867c532c46" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-96b1c2bf4d2c7d4099027ef7cac581a3-a883743b6e2f4946-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ded42186de64da234e28d6a30446e41e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ded42186de64da234e28d6a30446e41e", - "x-ms-correlation-request-id": "89d01181-ec97-4c3a-858f-d6f1ad54c6d0", - "x-ms-ratelimit-remaining-subscription-writes": "1064", - "x-ms-request-id": "4ee7ecf7-b7f3-4999-af7e-b7cbe75aeeff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034514Z:89d01181-ec97-4c3a-858f-d6f1ad54c6d0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e14fedab499d0e4c96f0f03802e91b48-43adff325ce9114f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ecb69c555d2be25bf06a81908ff2f78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ecb69c555d2be25bf06a81908ff2f78", - "x-ms-correlation-request-id": "cd5d07ef-1ee4-4df7-9b73-05a89091ff29", - "x-ms-ratelimit-remaining-subscription-reads": "11232", - "x-ms-request-id": "3be5f71b-68f5-4547-b0f1-4aa02d2324e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034515Z:cd5d07ef-1ee4-4df7-9b73-05a89091ff29" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-606bbaf6aba15c4ea4fdf776dc5dd56e-65e4fc79fb51784f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d664b26c3a4b14d7fcc3a36bc0b641c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d664b26c3a4b14d7fcc3a36bc0b641c8", - "x-ms-correlation-request-id": "e35d057a-c8d8-41b6-b456-7b7d614f3ed5", - "x-ms-ratelimit-remaining-subscription-writes": "1063", - "x-ms-request-id": "7bb62fbc-3155-428f-9c4d-7767a8ab5967", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034516Z:e35d057a-c8d8-41b6-b456-7b7d614f3ed5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-aae5d48b1c263e4fbd49d4c318fc94cb-5a9db5ce2c22a24a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "132fd090bb4431c0fc161f5d3509d14f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "132fd090bb4431c0fc161f5d3509d14f", - "x-ms-correlation-request-id": "9b61ff9d-5017-40b4-a7e2-56c832f1de66", - "x-ms-ratelimit-remaining-subscription-reads": "11230", - "x-ms-request-id": "cb8125fe-33db-4572-b73f-b5e05c317ca9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034516Z:9b61ff9d-5017-40b4-a7e2-56c832f1de66" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "100", - "Content-Type": "application/json", - "traceparent": "00-83e816c135f3954c93bf8e022785b4df-673b23f95cd16349-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52365ef80de18bd391b7120fb1b9fe08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52365ef80de18bd391b7120fb1b9fe08", - "x-ms-correlation-request-id": "fd55d7d6-62d7-4c8d-94aa-a40dd3dedc4c", - "x-ms-ratelimit-remaining-subscription-writes": "1062", - "x-ms-request-id": "f9504bf9-8156-4f8f-a3e0-2205067d88fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034517Z:fd55d7d6-62d7-4c8d-94aa-a40dd3dedc4c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-934b6ecf1929b14394b96cf2cfdebf35-832c23d1a588b148-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3889e0c41ccfb034f233da341b79dff2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3889e0c41ccfb034f233da341b79dff2", - "x-ms-correlation-request-id": "78f2749a-d372-4122-82a7-4ee183a0cf32", - "x-ms-ratelimit-remaining-subscription-reads": "11228", - "x-ms-request-id": "2eeb43a3-0a29-488d-aa68-c7731ed2d5d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034517Z:78f2749a-d372-4122-82a7-4ee183a0cf32" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7085/providers/Microsoft.Storage/storageAccounts/sto9261", - "name": "sto9261", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:44:48.5346167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:44:48.4721023Z", - "primaryEndpoints": { - "blob": "https://sto9261.blob.core.windows.net/", - "queue": "https://sto9261.queue.core.windows.net/", - "table": "https://sto9261.table.core.windows.net/", - "file": "https://sto9261.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "393923421", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json deleted file mode 100644 index 18aeace18f86d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res177?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-510cdf492f9cc342bd73bfc80b337b87-b91f06c0db7d6b43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a87f3765f057d424108fb1a5ff6417c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd0a38b6-d397-48de-b66a-80f5728aed7c", - "x-ms-ratelimit-remaining-subscription-writes": "1173", - "x-ms-request-id": "cd0a38b6-d397-48de-b66a-80f5728aed7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032734Z:cd0a38b6-d397-48de-b66a-80f5728aed7c" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177", - "name": "res177", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a94fedc0696abc44966bb06e7275ea36-5240260ef4757e41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c5406f0ccfedf52c1de4a61a6a90a7b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5406f0ccfedf52c1de4a61a6a90a7b6", - "x-ms-correlation-request-id": "04be6401-9e38-47ce-b911-82ef6e4485b6", - "x-ms-ratelimit-remaining-subscription-writes": "1172", - "x-ms-request-id": "0b15e654-21e0-4248-adb8-1f15b8fa3e51", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032737Z:04be6401-9e38-47ce-b911-82ef6e4485b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "87673fa7e0cc23885a54e87a9b63d678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87673fa7e0cc23885a54e87a9b63d678", - "x-ms-correlation-request-id": "5a0be80e-caf8-48cb-b980-c5ac95e6a4eb", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "89f5cdb8-d333-4b67-96bc-6d13194f21eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032737Z:5a0be80e-caf8-48cb-b980-c5ac95e6a4eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b91263545f511ba9a7f874b4f62bae0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b91263545f511ba9a7f874b4f62bae0c", - "x-ms-correlation-request-id": "14c224bd-ce54-49c5-a12c-f22e5515e265", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "fde72de8-fed7-44e0-a7fe-24bca62a5eaf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032739Z:14c224bd-ce54-49c5-a12c-f22e5515e265" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2a72b37620286ceab4ccc18d084daced", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a72b37620286ceab4ccc18d084daced", - "x-ms-correlation-request-id": "8b843ace-d170-4d15-a905-448f3db01ca9", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "1771cd7c-371f-4250-9d2c-e3073b394961", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032740Z:8b843ace-d170-4d15-a905-448f3db01ca9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3ad6162b4fe47a1964bdfd36bd42d2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3ad6162b4fe47a1964bdfd36bd42d2e", - "x-ms-correlation-request-id": "d787b132-8cf1-4ca2-b474-7eccc2854e19", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "53e65a02-0757-4744-a5a9-d8a125e174fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032741Z:d787b132-8cf1-4ca2-b474-7eccc2854e19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e803dba6abf0344f79a604849e1c125a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e803dba6abf0344f79a604849e1c125a", - "x-ms-correlation-request-id": "6a72683c-66a8-4303-880b-3b897c82c30e", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "7c689248-e931-4840-90bf-f5c5c701ea75", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032743Z:6a72683c-66a8-4303-880b-3b897c82c30e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9451874bca7ec20e112b94dd401600e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9451874bca7ec20e112b94dd401600e0", - "x-ms-correlation-request-id": "cc0270c1-2940-44a2-9479-d4b2a7f4b443", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "78887f51-0975-485d-9b34-739fedd3e6c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032744Z:cc0270c1-2940-44a2-9479-d4b2a7f4b443" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2de6939fc449b7fc12786a57af1da97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2de6939fc449b7fc12786a57af1da97a", - "x-ms-correlation-request-id": "fb174875-0677-457b-88b5-d047c1049f62", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "f47fc999-a0e7-43cb-8a7f-5f45f39e8724", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032745Z:fb174875-0677-457b-88b5-d047c1049f62" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e48784399883dcb0cc41d7c41771f362", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e48784399883dcb0cc41d7c41771f362", - "x-ms-correlation-request-id": "7cc55d6c-5a8b-4abb-aba0-abfb5f8fbeeb", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "bef69860-35b3-46c8-961b-795071bdc829", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032747Z:7cc55d6c-5a8b-4abb-aba0-abfb5f8fbeeb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ae524a6e53587118a9982055fb713f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ae524a6e53587118a9982055fb713f4", - "x-ms-correlation-request-id": "d5f92eef-a9da-4ca5-ba81-85c7b4a030e8", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "f7097151-be89-408c-b141-4c7854cf9509", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032748Z:d5f92eef-a9da-4ca5-ba81-85c7b4a030e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bba31a821c8f065ce20a6008ec37a0a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bba31a821c8f065ce20a6008ec37a0a0", - "x-ms-correlation-request-id": "829e9fd1-f849-4736-9265-a8da34c76227", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "eaba6f1b-9af7-4cee-aa08-7193ea72d33d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032749Z:829e9fd1-f849-4736-9265-a8da34c76227" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ab008859e37534473ff59e915ab7c15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ab008859e37534473ff59e915ab7c15", - "x-ms-correlation-request-id": "3b7fd064-ea25-4260-bd74-374e83510345", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "42707264-d9b7-4510-aeda-efe0eb440d80", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032751Z:3b7fd064-ea25-4260-bd74-374e83510345" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fc42e22d38cd8ad3c7de282a84099a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc42e22d38cd8ad3c7de282a84099a52", - "x-ms-correlation-request-id": "58d52987-33f8-40a8-87b8-dbefc367a306", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "ce78380a-3fb0-485a-a9bc-3125f867e770", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032752Z:58d52987-33f8-40a8-87b8-dbefc367a306" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0b15e654-21e0-4248-adb8-1f15b8fa3e51?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5680e2f98806e3bcd550478fc273f137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5680e2f98806e3bcd550478fc273f137", - "x-ms-correlation-request-id": "3c22eb59-8cce-4249-899d-8e9528ab97d3", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "027678cf-20a9-4fcc-b5e9-571dc13774ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032753Z:3c22eb59-8cce-4249-899d-8e9528ab97d3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748", - "name": "sto8748", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:36.9345882Z", - "primaryEndpoints": { - "blob": "https://sto8748.blob.core.windows.net/", - "queue": "https://sto8748.queue.core.windows.net/", - "table": "https://sto8748.table.core.windows.net/", - "file": "https://sto8748.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "67", - "Content-Type": "application/json", - "traceparent": "00-60176e629be0804392491cd9d220cccf-54a1683b5d93ec4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ada4a8da3f54cd23526c2597519ce6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "kind": "StorageV2", - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ada4a8da3f54cd23526c2597519ce6a", - "x-ms-correlation-request-id": "ecc6c6e2-d93e-4722-b569-cf91454f7755", - "x-ms-ratelimit-remaining-subscription-writes": "1171", - "x-ms-request-id": "0ec9a5e4-053b-433e-bccf-40aa2a6e007a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032756Z:ecc6c6e2-d93e-4722-b569-cf91454f7755" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748", - "name": "sto8748", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:36.9345882Z", - "primaryEndpoints": { - "dfs": "https://sto8748.dfs.core.windows.net/", - "web": "https://sto8748.z20.web.core.windows.net/", - "blob": "https://sto8748.blob.core.windows.net/", - "queue": "https://sto8748.queue.core.windows.net/", - "table": "https://sto8748.table.core.windows.net/", - "file": "https://sto8748.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cb57c4b076fc6f42b2e956fdde192dd5-f6b5701993803745-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33ef0665262aa50e265f277df044c754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:27:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33ef0665262aa50e265f277df044c754", - "x-ms-correlation-request-id": "00be9a2f-5a99-4d7f-93c8-5225d34fb836", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "e19e204f-8f96-48fb-bb39-1f3e89c492d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032756Z:00be9a2f-5a99-4d7f-93c8-5225d34fb836" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res177/providers/Microsoft.Storage/storageAccounts/sto8748", - "name": "sto8748", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:27:37.0127152Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:27:36.9345882Z", - "primaryEndpoints": { - "dfs": "https://sto8748.dfs.core.windows.net/", - "web": "https://sto8748.z20.web.core.windows.net/", - "blob": "https://sto8748.blob.core.windows.net/", - "queue": "https://sto8748.queue.core.windows.net/", - "table": "https://sto8748.table.core.windows.net/", - "file": "https://sto8748.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2002331357", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json deleted file mode 100644 index b0edcd3c2633e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res8567?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7dcc89cc2ea80046896fecbd751ce81a-01268ac11160cd45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf8e339c3e29ebb91674263a520c57bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "196a4edc-c8ec-481c-88bc-51ee0af3a4ba", - "x-ms-ratelimit-remaining-subscription-writes": "1061", - "x-ms-request-id": "196a4edc-c8ec-481c-88bc-51ee0af3a4ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034520Z:196a4edc-c8ec-481c-88bc-51ee0af3a4ba" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567", - "name": "res8567", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-015de9cf973f7f45930a73ffafdbf280-d2bf3c1261875145-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3815527ee7fb02b68ea9fc5ab0866c85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3815527ee7fb02b68ea9fc5ab0866c85", - "x-ms-correlation-request-id": "6bdcbd8b-aea9-457a-b979-b37fd1951fe0", - "x-ms-ratelimit-remaining-subscription-writes": "1060", - "x-ms-request-id": "2cb44458-d0d0-4037-8f3a-38e5d8b82c15", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034523Z:6bdcbd8b-aea9-457a-b979-b37fd1951fe0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9498cc011bb74ca0d7bc9a94bd9165ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9498cc011bb74ca0d7bc9a94bd9165ee", - "x-ms-correlation-request-id": "93fa42f1-13d5-4c1c-bc67-f67ef75968c1", - "x-ms-ratelimit-remaining-subscription-reads": "11227", - "x-ms-request-id": "4e6688f1-a5c2-4474-81ec-d6e361d99d9b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034523Z:93fa42f1-13d5-4c1c-bc67-f67ef75968c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8521b4b940e4ad91fb1352e8a06d41f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8521b4b940e4ad91fb1352e8a06d41f6", - "x-ms-correlation-request-id": "fe44bb8f-22f2-4385-ae5c-45c6b7e07b02", - "x-ms-ratelimit-remaining-subscription-reads": "11226", - "x-ms-request-id": "3910ba12-ffe1-4f20-ab3d-3c70caf6d216", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034524Z:fe44bb8f-22f2-4385-ae5c-45c6b7e07b02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3581a30d7ed15cee626a3e136c24555", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3581a30d7ed15cee626a3e136c24555", - "x-ms-correlation-request-id": "25edf65e-2903-430a-8458-10331ff20a95", - "x-ms-ratelimit-remaining-subscription-reads": "11225", - "x-ms-request-id": "1aa2f8e8-126a-4b6e-8aad-e309addfd72c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034526Z:25edf65e-2903-430a-8458-10331ff20a95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0c8f58adf476c1fd3beb98a3c8b8ab6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c8f58adf476c1fd3beb98a3c8b8ab6a", - "x-ms-correlation-request-id": "7cb50ac3-d550-4797-8b0b-3499731afc30", - "x-ms-ratelimit-remaining-subscription-reads": "11224", - "x-ms-request-id": "2a8a1491-f3b4-4125-931c-0d7888819c52", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034527Z:7cb50ac3-d550-4797-8b0b-3499731afc30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a263a47a8238e200e50b9ebd9db07638", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a263a47a8238e200e50b9ebd9db07638", - "x-ms-correlation-request-id": "15c81279-ab9a-4fcb-83f4-56e28f5d319d", - "x-ms-ratelimit-remaining-subscription-reads": "11223", - "x-ms-request-id": "c3b8b810-b971-4c2f-a8bb-8db0f9a659f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034528Z:15c81279-ab9a-4fcb-83f4-56e28f5d319d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "473afdce35dd3b801d97a8013f2a4d2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "473afdce35dd3b801d97a8013f2a4d2d", - "x-ms-correlation-request-id": "c854e36a-0261-4ae6-a20c-48681ce13ed0", - "x-ms-ratelimit-remaining-subscription-reads": "11221", - "x-ms-request-id": "91ab414b-4b76-46a6-9bc5-57a3b56f698b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034530Z:c854e36a-0261-4ae6-a20c-48681ce13ed0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9266387ba25e2b1c58ad266a553f248a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9266387ba25e2b1c58ad266a553f248a", - "x-ms-correlation-request-id": "83e22ecf-d4f9-4dcb-9d5f-7505f864131b", - "x-ms-ratelimit-remaining-subscription-reads": "11220", - "x-ms-request-id": "07af2070-9564-41c8-ad8a-800c993739bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034531Z:83e22ecf-d4f9-4dcb-9d5f-7505f864131b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbd55f75637d458d232785a0d9fea2bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbd55f75637d458d232785a0d9fea2bb", - "x-ms-correlation-request-id": "aa2455d2-36c7-49ec-9e5f-a2e4d29f908e", - "x-ms-ratelimit-remaining-subscription-reads": "11219", - "x-ms-request-id": "62784000-edfd-47fc-a818-c9156c10c64d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034532Z:aa2455d2-36c7-49ec-9e5f-a2e4d29f908e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "644270bee34a2bd9e00fef2f0e15e6dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "644270bee34a2bd9e00fef2f0e15e6dd", - "x-ms-correlation-request-id": "1cd119a8-c2ac-486b-9417-d3b1eeeffbdb", - "x-ms-ratelimit-remaining-subscription-reads": "11218", - "x-ms-request-id": "73ea53a7-49ca-4cbe-bd5e-fc0c0c427ac6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034534Z:1cd119a8-c2ac-486b-9417-d3b1eeeffbdb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df8c1d73825517afab206f371d7c5159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df8c1d73825517afab206f371d7c5159", - "x-ms-correlation-request-id": "c039dcaa-b8ec-4caf-ba9b-e974c085e9c2", - "x-ms-ratelimit-remaining-subscription-reads": "11217", - "x-ms-request-id": "886b647b-8569-469b-b5a5-680f3932afa1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034535Z:c039dcaa-b8ec-4caf-ba9b-e974c085e9c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e4ac6b0abffd924085a9ea6e745d370d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4ac6b0abffd924085a9ea6e745d370d", - "x-ms-correlation-request-id": "f627dbab-3cb4-4074-a492-b040436fd49b", - "x-ms-ratelimit-remaining-subscription-reads": "11216", - "x-ms-request-id": "84d99caa-06ea-425a-b59e-2d561b24e2a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034536Z:f627dbab-3cb4-4074-a492-b040436fd49b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bc2da841c3723c65c02bb82974a20e64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc2da841c3723c65c02bb82974a20e64", - "x-ms-correlation-request-id": "6b9b0c16-1eb2-447f-80a3-c74f1073c490", - "x-ms-ratelimit-remaining-subscription-reads": "11215", - "x-ms-request-id": "7dc214e4-ddea-4b70-a236-dffe3b66e9a4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034538Z:6b9b0c16-1eb2-447f-80a3-c74f1073c490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2cb44458-d0d0-4037-8f3a-38e5d8b82c15?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a22596be0169b3dfdcf959ab9741a34e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a22596be0169b3dfdcf959ab9741a34e", - "x-ms-correlation-request-id": "8fd67c6f-f18a-44a8-a6fc-35548c680bc4", - "x-ms-ratelimit-remaining-subscription-reads": "11214", - "x-ms-request-id": "be8e0323-0c4d-4f18-8a9a-7e103a14524e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034539Z:8fd67c6f-f18a-44a8-a6fc-35548c680bc4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033", - "name": "sto4033", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:22.8491608Z", - "primaryEndpoints": { - "blob": "https://sto4033.blob.core.windows.net/", - "queue": "https://sto4033.queue.core.windows.net/", - "table": "https://sto4033.table.core.windows.net/", - "file": "https://sto4033.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "67", - "Content-Type": "application/json", - "traceparent": "00-9cd4475992419f4b8e91ed7a6a064de5-fbafd44c4ec18a4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "75f561e9954e47e7066f24d207171ee2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "kind": "StorageV2", - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75f561e9954e47e7066f24d207171ee2", - "x-ms-correlation-request-id": "0faa9aab-7dc6-458c-ad62-384a07f375d8", - "x-ms-ratelimit-remaining-subscription-writes": "1059", - "x-ms-request-id": "687654eb-58d9-40e1-ae74-cd20378bfdcc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034542Z:0faa9aab-7dc6-458c-ad62-384a07f375d8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033", - "name": "sto4033", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:22.8491608Z", - "primaryEndpoints": { - "dfs": "https://sto4033.dfs.core.windows.net/", - "web": "https://sto4033.z20.web.core.windows.net/", - "blob": "https://sto4033.blob.core.windows.net/", - "queue": "https://sto4033.queue.core.windows.net/", - "table": "https://sto4033.table.core.windows.net/", - "file": "https://sto4033.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6cfe5ac8fa64ae4b8a2333c969da46ad-3593c095d23ef842-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ddb0869b943740a3c87adf786ab9a47f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:45:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddb0869b943740a3c87adf786ab9a47f", - "x-ms-correlation-request-id": "06cea0b1-4cc1-4db3-807e-09d07e04f940", - "x-ms-ratelimit-remaining-subscription-reads": "11212", - "x-ms-request-id": "27577fb4-1fb5-490e-93da-e7be1ef9881d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034542Z:06cea0b1-4cc1-4db3-807e-09d07e04f940" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8567/providers/Microsoft.Storage/storageAccounts/sto4033", - "name": "sto4033", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:22.9116421Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:22.8491608Z", - "primaryEndpoints": { - "dfs": "https://sto4033.dfs.core.windows.net/", - "web": "https://sto4033.z20.web.core.windows.net/", - "blob": "https://sto4033.blob.core.windows.net/", - "queue": "https://sto4033.queue.core.windows.net/", - "table": "https://sto4033.table.core.windows.net/", - "file": "https://sto4033.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1343692172", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json deleted file mode 100644 index a2409b26c0fb5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res9684?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e153977d8385614bb44f6afeb50aeba3-611d567428a0eb49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "44b53ca269d7cda7152fad839489ee06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:27:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7851d309-b972-48dc-b33d-da95c2c6d625", - "x-ms-ratelimit-remaining-subscription-writes": "1170", - "x-ms-request-id": "7851d309-b972-48dc-b33d-da95c2c6d625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032800Z:7851d309-b972-48dc-b33d-da95c2c6d625" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684", - "name": "res9684", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-d395b8a34438494394ee24685e5a9cf9-db86769c39dea74e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9c4f687e6ddc83d40cd426b174f11878", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c4f687e6ddc83d40cd426b174f11878", - "x-ms-correlation-request-id": "af9c11d5-371d-41da-b270-c93b78963f88", - "x-ms-ratelimit-remaining-subscription-writes": "1169", - "x-ms-request-id": "570f7850-b062-4962-85c5-8e999b5f70e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032803Z:af9c11d5-371d-41da-b270-c93b78963f88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "54554b7ccb80cfc5e0c0cb95811ca03d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54554b7ccb80cfc5e0c0cb95811ca03d", - "x-ms-correlation-request-id": "e233c9d4-a4c9-4930-824f-debaa0320a24", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "0a168c7d-c1b1-4764-8a38-49a4d7c132e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032803Z:e233c9d4-a4c9-4930-824f-debaa0320a24" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f6d0a94b05bebb39e7a26711394d002", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f6d0a94b05bebb39e7a26711394d002", - "x-ms-correlation-request-id": "edb8d8c7-7ed2-463a-8234-32d66c4079f4", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "a502c5ff-6abe-49ad-8f23-390c74b4101d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032805Z:edb8d8c7-7ed2-463a-8234-32d66c4079f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2834541fc39b5af8a4c475e3c7345459", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2834541fc39b5af8a4c475e3c7345459", - "x-ms-correlation-request-id": "0a52798b-d6cd-4fdb-a169-4285520d36ff", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "1855283b-8a6f-4989-a832-8293e4b12170", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032806Z:0a52798b-d6cd-4fdb-a169-4285520d36ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a8ab1ccb959ccc76986ab605a554bb4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8ab1ccb959ccc76986ab605a554bb4b", - "x-ms-correlation-request-id": "fa467a42-80c2-43d4-8209-1897b2e88697", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "376a6c51-d0c9-4fce-a795-c2bc843c1bc2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032807Z:fa467a42-80c2-43d4-8209-1897b2e88697" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2c75c9f077e8d0a111137a963ad02469", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c75c9f077e8d0a111137a963ad02469", - "x-ms-correlation-request-id": "231cf71f-8eaa-4674-8410-3a98f4ca82f9", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "bef49ede-6782-4eae-9934-0700daa18ee4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032809Z:231cf71f-8eaa-4674-8410-3a98f4ca82f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7a5cc2627e88966dd6890310df2b550", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7a5cc2627e88966dd6890310df2b550", - "x-ms-correlation-request-id": "7aa5a193-a276-4ed6-92c9-183a1bf8f559", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "73cedfd8-cca3-4504-9ae9-dad012756fe5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032810Z:7aa5a193-a276-4ed6-92c9-183a1bf8f559" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fef22a0827bf53717adb96891adf92c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fef22a0827bf53717adb96891adf92c7", - "x-ms-correlation-request-id": "5697db47-cf0b-453e-bbd1-5ee846508a1f", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "2e729085-c853-46fb-835b-280b77a0c11d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032811Z:5697db47-cf0b-453e-bbd1-5ee846508a1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d8de4d45c4aec96362eb4e7fe76fc21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8de4d45c4aec96362eb4e7fe76fc21e", - "x-ms-correlation-request-id": "fcbe17f5-5b34-4e7c-8339-d40df1d6508b", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "61c68688-e769-4dfc-be1d-080f5d3d5be0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032813Z:fcbe17f5-5b34-4e7c-8339-d40df1d6508b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "108e2a5d26ddffaa5b527c0d90dd6efd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "108e2a5d26ddffaa5b527c0d90dd6efd", - "x-ms-correlation-request-id": "1678cd3a-537c-4fbf-92b8-13a67e034e42", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "0bb58aab-1371-47ee-a2c4-ba413c7bdab3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032814Z:1678cd3a-537c-4fbf-92b8-13a67e034e42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c0ebc8d6dc1444a2c7299bd3d8f16c0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0ebc8d6dc1444a2c7299bd3d8f16c0a", - "x-ms-correlation-request-id": "ac719409-0334-4ee8-b097-4173b9888ac7", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "72cd1009-b5aa-42fe-b981-6a1dae1cb176", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032815Z:ac719409-0334-4ee8-b097-4173b9888ac7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f02b771882511feaa3df7d5c47553985", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f02b771882511feaa3df7d5c47553985", - "x-ms-correlation-request-id": "f3d494fd-1758-4330-afc9-ffaa587cc847", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "8aa558c6-92ac-430e-8d4b-d11133400503", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032817Z:f3d494fd-1758-4330-afc9-ffaa587cc847" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1ea9517c0283800a884949b48ad62669", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ea9517c0283800a884949b48ad62669", - "x-ms-correlation-request-id": "a72ea5b1-13d8-44f6-9d4b-52fef97c127e", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "a475aa3c-fe01-40a3-b725-197c50ec2a97", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032818Z:a72ea5b1-13d8-44f6-9d4b-52fef97c127e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/570f7850-b062-4962-85c5-8e999b5f70e9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "18f472e57eb154abdecc1d345f46fd71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18f472e57eb154abdecc1d345f46fd71", - "x-ms-correlation-request-id": "3ebb5137-81d8-4281-8d19-3f038dfc8140", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "f3b7d256-4d91-4bca-bcdc-92a88c060e66", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032819Z:3ebb5137-81d8-4281-8d19-3f038dfc8140" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723", - "name": "sto5723", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:02.9669301Z", - "primaryEndpoints": { - "blob": "https://sto5723.blob.core.windows.net/", - "queue": "https://sto5723.queue.core.windows.net/", - "table": "https://sto5723.table.core.windows.net/", - "file": "https://sto5723.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-13cd40a7643b0543bb9a9c07ff9c320f-0a0d8f1724fb224f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "875615ef4d4815866caa6807393594cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "875615ef4d4815866caa6807393594cc", - "x-ms-correlation-request-id": "84bc3b80-2ebd-4a22-b0cb-0a2839516b5b", - "x-ms-ratelimit-remaining-subscription-writes": "1168", - "x-ms-request-id": "f40f4a4e-58b6-4de3-9d22-7ecee01d15fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032822Z:84bc3b80-2ebd-4a22-b0cb-0a2839516b5b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723", - "name": "sto5723", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:02.9669301Z", - "primaryEndpoints": { - "blob": "https://sto5723.blob.core.windows.net/", - "queue": "https://sto5723.queue.core.windows.net/", - "table": "https://sto5723.table.core.windows.net/", - "file": "https://sto5723.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b884c52bf64a14448f716a1a3006569f-264ef211c507d944-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d57614b92161fed4a55540b7e5d62142", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d57614b92161fed4a55540b7e5d62142", - "x-ms-correlation-request-id": "366a1083-9bbb-41aa-8c2b-0638b7666811", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "088dac56-cf22-4820-ba9a-aebfe2886556", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032822Z:366a1083-9bbb-41aa-8c2b-0638b7666811" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res9684/providers/Microsoft.Storage/storageAccounts/sto5723", - "name": "sto5723", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:03.0451273Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:02.9669301Z", - "primaryEndpoints": { - "blob": "https://sto5723.blob.core.windows.net/", - "queue": "https://sto5723.queue.core.windows.net/", - "table": "https://sto5723.table.core.windows.net/", - "file": "https://sto5723.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1516441663", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json deleted file mode 100644 index 37b2ca3293b46..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7809?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-df89319a0b94c747983ffffb6e384ee6-f77cc524ddea9340-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bb3f3384f42815a6e98c1539f4615955", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:55:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bcc6b3d1-500c-4036-8650-488c97d7b2ba", - "x-ms-ratelimit-remaining-subscription-writes": "1031", - "x-ms-request-id": "bcc6b3d1-500c-4036-8650-488c97d7b2ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035557Z:bcc6b3d1-500c-4036-8650-488c97d7b2ba" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809", - "name": "res7809", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-fc9d055e6a368947a09ee931b294333e-ea8cdc3c7f077440-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4cc07557e97576042f6b56a1ec5e6ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4cc07557e97576042f6b56a1ec5e6ab", - "x-ms-correlation-request-id": "3ce7dc96-c12a-4dc6-9ada-40798b67d1b9", - "x-ms-ratelimit-remaining-subscription-writes": "1030", - "x-ms-request-id": "c58fce76-1883-4954-b2d7-3133dd604513", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035600Z:3ce7dc96-c12a-4dc6-9ada-40798b67d1b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0b12c8309f44b5ecde63e5fef0aacac7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b12c8309f44b5ecde63e5fef0aacac7", - "x-ms-correlation-request-id": "a41bc252-d2e3-448a-9aad-85425ab2cb92", - "x-ms-ratelimit-remaining-subscription-reads": "11086", - "x-ms-request-id": "5576427c-aa2b-4c4a-ab3e-6ac56546a4b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035600Z:a41bc252-d2e3-448a-9aad-85425ab2cb92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d1418d2f127d66556203789be31cd7dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1418d2f127d66556203789be31cd7dd", - "x-ms-correlation-request-id": "9786fd03-6146-446e-b520-c0f1d0a07d1a", - "x-ms-ratelimit-remaining-subscription-reads": "11085", - "x-ms-request-id": "07e3e312-2d9f-4b64-b010-840393fd9f16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035602Z:9786fd03-6146-446e-b520-c0f1d0a07d1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "553a759bdab21367a326644109a6d881", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "553a759bdab21367a326644109a6d881", - "x-ms-correlation-request-id": "10a8d04e-d27b-4474-b316-2be003a1f1c8", - "x-ms-ratelimit-remaining-subscription-reads": "11084", - "x-ms-request-id": "11669fd4-b062-4286-8687-6e799d0f743b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035603Z:10a8d04e-d27b-4474-b316-2be003a1f1c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f214d23089231dc372aca9412651d1c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f214d23089231dc372aca9412651d1c2", - "x-ms-correlation-request-id": "5fda85cb-ed92-439a-8e3e-855558cb533a", - "x-ms-ratelimit-remaining-subscription-reads": "11083", - "x-ms-request-id": "12caf06b-c4a7-4479-8537-a05b1b2675ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035604Z:5fda85cb-ed92-439a-8e3e-855558cb533a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b63088c756f5514262d2e56ae145dbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b63088c756f5514262d2e56ae145dbb", - "x-ms-correlation-request-id": "3be6a2f7-1c72-4738-8c06-3f8afda7c878", - "x-ms-ratelimit-remaining-subscription-reads": "11082", - "x-ms-request-id": "6f98684d-e2f3-494d-9872-5785ab9bae4a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035606Z:3be6a2f7-1c72-4738-8c06-3f8afda7c878" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "106af62be50711b9b21de2063026ed52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "106af62be50711b9b21de2063026ed52", - "x-ms-correlation-request-id": "0b9fdfe6-9da6-4bf5-bd4f-e7803bcbe07d", - "x-ms-ratelimit-remaining-subscription-reads": "11081", - "x-ms-request-id": "e570427b-fedf-432e-bbc9-a3dc887d73d7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035607Z:0b9fdfe6-9da6-4bf5-bd4f-e7803bcbe07d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "00b5a1545d43bb11bdbfccf65a6c6e5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00b5a1545d43bb11bdbfccf65a6c6e5e", - "x-ms-correlation-request-id": "768f78f5-a0ed-45d0-ae93-5b825cd1b435", - "x-ms-ratelimit-remaining-subscription-reads": "11080", - "x-ms-request-id": "5f12b2e5-502f-44bd-ab40-16330967a4fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035608Z:768f78f5-a0ed-45d0-ae93-5b825cd1b435" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2f15ed4fc0e6a7bb4e51c852920e2400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f15ed4fc0e6a7bb4e51c852920e2400", - "x-ms-correlation-request-id": "896a3ba7-1efc-4c6f-b48f-9c5be0016722", - "x-ms-ratelimit-remaining-subscription-reads": "11079", - "x-ms-request-id": "3c549820-df14-4c86-92b3-e79cb9a9bf9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035610Z:896a3ba7-1efc-4c6f-b48f-9c5be0016722" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0d01dc405c5fcd77e4af534819c3b746", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d01dc405c5fcd77e4af534819c3b746", - "x-ms-correlation-request-id": "316edfc0-8d5f-4abb-be1e-0a2c14ea00de", - "x-ms-ratelimit-remaining-subscription-reads": "11078", - "x-ms-request-id": "93fbf5ec-b9b0-4d1c-a531-d2521260db85", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035611Z:316edfc0-8d5f-4abb-be1e-0a2c14ea00de" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42b784aebd10936be60eb2f294bf28af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42b784aebd10936be60eb2f294bf28af", - "x-ms-correlation-request-id": "b42efacc-fbfb-4500-9110-c48a9d74cccd", - "x-ms-ratelimit-remaining-subscription-reads": "11077", - "x-ms-request-id": "9e5ccacd-cd1f-4a80-b45f-4ca1de9417a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035612Z:b42efacc-fbfb-4500-9110-c48a9d74cccd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7eb5cb9a616af2ff76474b366d728e8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eb5cb9a616af2ff76474b366d728e8a", - "x-ms-correlation-request-id": "bfd3a6e9-c39a-415f-867e-73bae472dd6f", - "x-ms-ratelimit-remaining-subscription-reads": "11076", - "x-ms-request-id": "08249e76-03ef-4ca9-a513-84ab7c37d936", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035614Z:bfd3a6e9-c39a-415f-867e-73bae472dd6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0ea4829ae15682f0706d2751a9853925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:56:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ea4829ae15682f0706d2751a9853925", - "x-ms-correlation-request-id": "6c547b26-c989-4d38-9fdb-bc8481e3aa81", - "x-ms-ratelimit-remaining-subscription-reads": "11075", - "x-ms-request-id": "d0664a86-2a44-4456-94d6-6907177f6347", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035615Z:6c547b26-c989-4d38-9fdb-bc8481e3aa81" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c58fce76-1883-4954-b2d7-3133dd604513?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4dada387380d4ddb85c4ccc872352673", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:56:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dada387380d4ddb85c4ccc872352673", - "x-ms-correlation-request-id": "b32e56cc-79cb-460a-acc4-da6733d7da17", - "x-ms-ratelimit-remaining-subscription-reads": "11074", - "x-ms-request-id": "b6f28918-c91c-4f56-ad4d-7100247af370", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035616Z:b32e56cc-79cb-460a-acc4-da6733d7da17" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985", - "name": "sto2985", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:59.8055530Z", - "primaryEndpoints": { - "blob": "https://sto2985.blob.core.windows.net/", - "queue": "https://sto2985.queue.core.windows.net/", - "table": "https://sto2985.table.core.windows.net/", - "file": "https://sto2985.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-11249eaec89dbf48b5dad2812886ea72-1c33d9e14f8d4442-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "125828801a1ab859db330dfd39ad49f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "125828801a1ab859db330dfd39ad49f0", - "x-ms-correlation-request-id": "3441eaa8-c5df-4072-8926-6e7210d988b7", - "x-ms-ratelimit-remaining-subscription-writes": "1029", - "x-ms-request-id": "187bebcf-4e59-4f24-b0ae-62641e787625", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035619Z:3441eaa8-c5df-4072-8926-6e7210d988b7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985", - "name": "sto2985", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:59.8055530Z", - "primaryEndpoints": { - "blob": "https://sto2985.blob.core.windows.net/", - "queue": "https://sto2985.queue.core.windows.net/", - "table": "https://sto2985.table.core.windows.net/", - "file": "https://sto2985.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d2f2623e9a64864ba811f728770cf62a-6310946abb172f49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "caaf250e40c4617ca75788911427103b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:56:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caaf250e40c4617ca75788911427103b", - "x-ms-correlation-request-id": "3fab450d-505d-42dc-8155-00b8102e7569", - "x-ms-ratelimit-remaining-subscription-reads": "11073", - "x-ms-request-id": "607afd59-3bbd-42d0-858d-3541a8de1b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T035619Z:3fab450d-505d-42dc-8155-00b8102e7569" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7809/providers/Microsoft.Storage/storageAccounts/sto2985", - "name": "sto2985", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:55:59.8993547Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:55:59.8055530Z", - "primaryEndpoints": { - "blob": "https://sto2985.blob.core.windows.net/", - "queue": "https://sto2985.queue.core.windows.net/", - "table": "https://sto2985.table.core.windows.net/", - "file": "https://sto2985.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "217605627", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json deleted file mode 100644 index 9dc97c6714206..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json +++ /dev/null @@ -1,1184 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res4122?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d33aead668f8fe4cab5e830131446760-0fa1f01440492143-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f5e7c0fb0b2773ed64dba1b15e6556e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d62df233-1b9b-4b78-92a2-fdb0f6be36ee", - "x-ms-ratelimit-remaining-subscription-writes": "1167", - "x-ms-request-id": "d62df233-1b9b-4b78-92a2-fdb0f6be36ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032825Z:d62df233-1b9b-4b78-92a2-fdb0f6be36ee" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122", - "name": "res4122", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-cd809be84c25c740af83d0f8971c0ba9-809f3c0ed836644f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "623943097c1e735ba680dc68dec395c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "623943097c1e735ba680dc68dec395c0", - "x-ms-correlation-request-id": "bdf2a9c1-5857-44b9-92b2-09610079ad0a", - "x-ms-ratelimit-remaining-subscription-writes": "1166", - "x-ms-request-id": "8eb35e48-1575-4080-8e2f-f2f99fde6322", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032828Z:bdf2a9c1-5857-44b9-92b2-09610079ad0a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dca20e84b43c43dd8c81818a100a8617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dca20e84b43c43dd8c81818a100a8617", - "x-ms-correlation-request-id": "d0d776bf-239e-4e77-9545-d9d758bb1b52", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "b31b1041-da1e-485b-a9c5-d4b927ea97fd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032828Z:d0d776bf-239e-4e77-9545-d9d758bb1b52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aae2f10cbce3bcbe3996b3b89cc6e820", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aae2f10cbce3bcbe3996b3b89cc6e820", - "x-ms-correlation-request-id": "7707d74b-4017-4d83-9f7b-08786fba1711", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "1c988838-2bd5-4608-9013-18cf48d63254", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032830Z:7707d74b-4017-4d83-9f7b-08786fba1711" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfe47a8bb820c783de2fa0f8cc7e93a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfe47a8bb820c783de2fa0f8cc7e93a4", - "x-ms-correlation-request-id": "e3f79140-a3de-43ac-b6b0-3deab8fb21a8", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "7c615368-397f-4c93-9e08-698f6c0ec027", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032831Z:e3f79140-a3de-43ac-b6b0-3deab8fb21a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9989c7df4aa3c87e4fe6a2a60124a7c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9989c7df4aa3c87e4fe6a2a60124a7c5", - "x-ms-correlation-request-id": "c98e0e27-0628-4d24-82f8-fb08282b734a", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "43bb1b81-2ca9-46fc-b1c3-6ab46817d8d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032832Z:c98e0e27-0628-4d24-82f8-fb08282b734a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "95fe6098b72653f76e1bccb41bc6efbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95fe6098b72653f76e1bccb41bc6efbb", - "x-ms-correlation-request-id": "c73ecb73-f3d4-4998-9219-ef2c7a58fac9", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "7e4b2522-5feb-459b-b44c-c4ea6b8a6196", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032834Z:c73ecb73-f3d4-4998-9219-ef2c7a58fac9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4d90f034f3d417dfb1c7f3915ddc5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d90f034f3d417dfb1c7f3915ddc5b9", - "x-ms-correlation-request-id": "fc32dbb0-b973-42ee-8a9d-4ba7b72bd76e", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "7cbd8e6d-e3e5-41af-827b-d98d58b71368", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032835Z:fc32dbb0-b973-42ee-8a9d-4ba7b72bd76e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b5fda88fd7f287dd0352b877ecaac89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b5fda88fd7f287dd0352b877ecaac89", - "x-ms-correlation-request-id": "846bf9bf-3709-4b4b-abff-4e31fecf41af", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "7566f924-24d6-49ca-a1a0-654167d5217b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032836Z:846bf9bf-3709-4b4b-abff-4e31fecf41af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f2a2e7f7d24b4888e3bd990a37be3e91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2a2e7f7d24b4888e3bd990a37be3e91", - "x-ms-correlation-request-id": "3df9ab81-9532-41f9-804b-84362a9ad424", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "2736e997-0702-46f6-a5e3-520703229cef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032838Z:3df9ab81-9532-41f9-804b-84362a9ad424" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "402b12558466063b91b0040724f5c331", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "402b12558466063b91b0040724f5c331", - "x-ms-correlation-request-id": "12e0a046-5182-40d0-83da-b7ded90f9112", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "2af93509-7a19-4461-bd9a-c52e3bb4bb2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032839Z:12e0a046-5182-40d0-83da-b7ded90f9112" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2d42f66fd33ab56d521787c26373f111", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d42f66fd33ab56d521787c26373f111", - "x-ms-correlation-request-id": "10b4e81c-bc9d-47db-a3ea-175165da7ce4", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "d0b2f2e1-18f2-477e-bfd9-a5d4c3de3aed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032840Z:10b4e81c-bc9d-47db-a3ea-175165da7ce4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6b3199f66b9e7322ac9c609acd8024ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b3199f66b9e7322ac9c609acd8024ee", - "x-ms-correlation-request-id": "6020611f-19f1-43a7-bfab-1dc3708b61d0", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "f4828d43-bc0e-497a-b73b-fecbb536c69d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032842Z:6020611f-19f1-43a7-bfab-1dc3708b61d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "409a68fa107c8156a475ee4ffc79a21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "409a68fa107c8156a475ee4ffc79a21e", - "x-ms-correlation-request-id": "f8ffe58c-e1ba-4814-9f45-289ef86d1d31", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "09f9cb22-49ea-4fff-8ded-5aa254ea058f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032843Z:f8ffe58c-e1ba-4814-9f45-289ef86d1d31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8eb35e48-1575-4080-8e2f-f2f99fde6322?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a11f2bf57c30392d3cf819d73d3e8d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a11f2bf57c30392d3cf819d73d3e8d1", - "x-ms-correlation-request-id": "f31f4ab3-2d32-4cbf-9292-ca10d0a03474", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "0bd3d546-6cce-4386-a6b4-efbf94f65bf1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032844Z:f31f4ab3-2d32-4cbf-9292-ca10d0a03474" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-771e99d2fa828841a888de3238fe550e-710a69d461d5c34f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fac799f2b0d8e69543afc6297dd37632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fac799f2b0d8e69543afc6297dd37632", - "x-ms-correlation-request-id": "44db852d-7cfe-42c8-b956-5d8f1b8a97f8", - "x-ms-ratelimit-remaining-subscription-writes": "1165", - "x-ms-request-id": "a4f040cc-f076-44e5-8e30-07d472e15aa5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032848Z:44db852d-7cfe-42c8-b956-5d8f1b8a97f8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a051d300bbd5794b861e6f49d3355280-aaa5e3f45248f545-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dadb42fa996fa22ad6966cac8fb90ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dadb42fa996fa22ad6966cac8fb90ed1", - "x-ms-correlation-request-id": "6a06e657-9308-4246-8233-16f42d41a726", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "fba7f437-b337-4c65-bd44-1c661cbe71bb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032848Z:6a06e657-9308-4246-8233-16f42d41a726" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-12c08d49738ae047b268694ddd913c7a-841cedd310eeb34a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "635c1c8da7b10f455c2a471390698600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "635c1c8da7b10f455c2a471390698600", - "x-ms-correlation-request-id": "61a92f0c-73c6-41b2-9b47-512def255fb9", - "x-ms-ratelimit-remaining-subscription-writes": "1164", - "x-ms-request-id": "ad9bbfc4-db02-41fc-9ff8-ff56f1814d18", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032851Z:61a92f0c-73c6-41b2-9b47-512def255fb9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-12adc55ef29e3b4088129e92fc5f85f1-cf29ce85c4cdee45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30a34e580df859626e24244143e85689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30a34e580df859626e24244143e85689", - "x-ms-correlation-request-id": "221c5a7f-2440-41d8-886f-7d337ed5a966", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "0e76c9cb-2a5f-4927-8d4b-a20cf0a4f86a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032852Z:221c5a7f-2440-41d8-886f-7d337ed5a966" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "211", - "Content-Type": "application/json", - "traceparent": "00-79e7a8e0130d94488a466dc43efd2e2b-8dc7057a7e9fb745-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "609bf5a112775280fccc7d445216116d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "609bf5a112775280fccc7d445216116d", - "x-ms-correlation-request-id": "c40e75b3-4f31-4221-a800-75ab02022570", - "x-ms-ratelimit-remaining-subscription-writes": "1163", - "x-ms-request-id": "203ffbab-389a-469c-9526-a401959e72fe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032855Z:c40e75b3-4f31-4221-a800-75ab02022570" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c2dca9cc748c3645ba0c0f35b87c3acc-d552f6735629e141-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40546c10dd1680d9ba03f48d8304cb73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40546c10dd1680d9ba03f48d8304cb73", - "x-ms-correlation-request-id": "2474e107-c659-4278-a155-010a7c112a89", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "12d6d221-2cd9-4c4f-b23d-7f277922de87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032855Z:2474e107-c659-4278-a155-010a7c112a89" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908", - "name": "sto9908", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:28:28.0473771Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:28:27.9692556Z", - "primaryEndpoints": { - "blob": "https://sto9908.blob.core.windows.net/", - "queue": "https://sto9908.queue.core.windows.net/", - "table": "https://sto9908.table.core.windows.net/", - "file": "https://sto9908.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res4122/providers/Microsoft.Storage/storageAccounts/sto9908?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "82", - "Content-Type": "application/json", - "traceparent": "00-0b37a89ffea8534988171a3e909da764-501ba8f692fc8540-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9b72bdd425cd4589ce51342b8f1d0657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:28:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b72bdd425cd4589ce51342b8f1d0657", - "x-ms-correlation-request-id": "ce55bd66-870a-44aa-9e98-b10c238a7a95", - "x-ms-ratelimit-remaining-subscription-writes": "1162", - "x-ms-request-id": "416bf6a9-cee5-4915-8972-f28199cbc9fb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032856Z:ce55bd66-870a-44aa-9e98-b10c238a7a95" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto9908.blob.core.windows.net,sto9908.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "96329361", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json deleted file mode 100644 index 74bd310668934..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json +++ /dev/null @@ -1,1184 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6268?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-74f584188c3c654db35ee31665b8f616-da94c3942b772a4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cbd4cc00ef072edb06639049d6888409", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "12e1b961-6e15-4a3a-ad77-a442007f87c3", - "x-ms-ratelimit-remaining-subscription-writes": "1056", - "x-ms-request-id": "12e1b961-6e15-4a3a-ad77-a442007f87c3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034553Z:12e1b961-6e15-4a3a-ad77-a442007f87c3" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268", - "name": "res6268", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-7b61c3dfd206674a9a540cfffe997646-c4c6fcc5d6746a42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "80af366076b5eac56a2321f261cbb95d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80af366076b5eac56a2321f261cbb95d", - "x-ms-correlation-request-id": "e3895b10-852f-4f8e-b4ac-1141bda1a7eb", - "x-ms-ratelimit-remaining-subscription-writes": "1055", - "x-ms-request-id": "e8a3aecb-703b-43ee-b516-292618c6b523", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034556Z:e3895b10-852f-4f8e-b4ac-1141bda1a7eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8175b45507d7554a0ee19ccbb93ca598", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8175b45507d7554a0ee19ccbb93ca598", - "x-ms-correlation-request-id": "e498a67f-36ac-4c75-ad8b-924af605cdf4", - "x-ms-ratelimit-remaining-subscription-reads": "11211", - "x-ms-request-id": "39246680-ed89-49b3-b3ec-3f0a3abad953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034556Z:e498a67f-36ac-4c75-ad8b-924af605cdf4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0deecd784edce488a4510b276e13d25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0deecd784edce488a4510b276e13d25", - "x-ms-correlation-request-id": "6fc07225-37e2-4c63-a820-02d74b12c216", - "x-ms-ratelimit-remaining-subscription-reads": "11210", - "x-ms-request-id": "1bbdf48d-1b13-4c88-b02b-cfb53c8b70d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034558Z:6fc07225-37e2-4c63-a820-02d74b12c216" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ac9c3e283856ef854d4075caf4e0af34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:45:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac9c3e283856ef854d4075caf4e0af34", - "x-ms-correlation-request-id": "f2568792-eadb-42a0-bc60-3ca9bf8d80b2", - "x-ms-ratelimit-remaining-subscription-reads": "11209", - "x-ms-request-id": "93e99b20-5123-4cab-8015-8719a9d76a83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034559Z:f2568792-eadb-42a0-bc60-3ca9bf8d80b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c00c675e0b65d0f56ca6f791f798df2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c00c675e0b65d0f56ca6f791f798df2c", - "x-ms-correlation-request-id": "d5ffc3b9-3197-457b-8e25-638a7f580ec0", - "x-ms-ratelimit-remaining-subscription-reads": "11208", - "x-ms-request-id": "2af1bb37-1ddf-4c07-8293-9926b1289185", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034600Z:d5ffc3b9-3197-457b-8e25-638a7f580ec0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ba377a3f89f9e4166efa2ad0e7ed9a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ba377a3f89f9e4166efa2ad0e7ed9a9", - "x-ms-correlation-request-id": "0124bd7d-025c-4d41-af7b-580cf7571e8d", - "x-ms-ratelimit-remaining-subscription-reads": "11207", - "x-ms-request-id": "eba9da39-c1f8-4734-8ac4-f5efd59b40af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034602Z:0124bd7d-025c-4d41-af7b-580cf7571e8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e54db967dd51dbf48cc40af40f4f8b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e54db967dd51dbf48cc40af40f4f8b5", - "x-ms-correlation-request-id": "f0ca9f87-7aec-45e5-aa7f-b25aa2212e46", - "x-ms-ratelimit-remaining-subscription-reads": "11206", - "x-ms-request-id": "822e3231-300e-494f-be59-c185ffd34f02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034603Z:f0ca9f87-7aec-45e5-aa7f-b25aa2212e46" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d264961343d6594256d59766848c1ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d264961343d6594256d59766848c1ed", - "x-ms-correlation-request-id": "11449b99-b049-4666-b9e5-d5b55138a3f4", - "x-ms-ratelimit-remaining-subscription-reads": "11205", - "x-ms-request-id": "13b5e232-2b1c-46de-b435-adc554b6b454", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034604Z:11449b99-b049-4666-b9e5-d5b55138a3f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1bfb4dccd0442657b88532d2b8925d72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bfb4dccd0442657b88532d2b8925d72", - "x-ms-correlation-request-id": "2cb3d9ec-8e18-45c2-8d61-1ea2f9c0f0b1", - "x-ms-ratelimit-remaining-subscription-reads": "11204", - "x-ms-request-id": "41194360-ad74-42cd-ae7f-16d03f7b171f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034606Z:2cb3d9ec-8e18-45c2-8d61-1ea2f9c0f0b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c54becf65c57626c46eee9672348b400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c54becf65c57626c46eee9672348b400", - "x-ms-correlation-request-id": "2044504f-0717-455b-8d64-0f46b28e12bf", - "x-ms-ratelimit-remaining-subscription-reads": "11203", - "x-ms-request-id": "6d2bce71-31fb-446b-8059-858aee74dd6b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034607Z:2044504f-0717-455b-8d64-0f46b28e12bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f3e3520adcf89170f200c5b701c2ac93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3e3520adcf89170f200c5b701c2ac93", - "x-ms-correlation-request-id": "0eeed268-52a7-4b05-bccf-168b752f4b63", - "x-ms-ratelimit-remaining-subscription-reads": "11202", - "x-ms-request-id": "d719c60a-319b-4ec3-835e-84288944450b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034608Z:0eeed268-52a7-4b05-bccf-168b752f4b63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7b80e710fcfc6f95e099d455e7ef036f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b80e710fcfc6f95e099d455e7ef036f", - "x-ms-correlation-request-id": "bdcdf515-4566-4450-b475-5fc8baffeb88", - "x-ms-ratelimit-remaining-subscription-reads": "11201", - "x-ms-request-id": "c5da7771-5057-44dc-9b13-8da9078c332a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034610Z:bdcdf515-4566-4450-b475-5fc8baffeb88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "66c732d16aaf197a7cbad35797b56084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66c732d16aaf197a7cbad35797b56084", - "x-ms-correlation-request-id": "67524d69-a8d1-46f2-bb19-2cd76e7be892", - "x-ms-ratelimit-remaining-subscription-reads": "11200", - "x-ms-request-id": "68fdc415-4d83-4a97-bf54-b27ad9622556", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034611Z:67524d69-a8d1-46f2-bb19-2cd76e7be892" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8a3aecb-703b-43ee-b516-292618c6b523?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3c57554238c80e04bd73135f081baa02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c57554238c80e04bd73135f081baa02", - "x-ms-correlation-request-id": "6a7fd088-ec47-424c-b511-79ba46ea7400", - "x-ms-ratelimit-remaining-subscription-reads": "11199", - "x-ms-request-id": "a7335c12-a90e-4345-8fac-58de253c814d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034612Z:6a7fd088-ec47-424c-b511-79ba46ea7400" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-9e20e1fa603c8941829022e74a788a54-b88fec99932e2a47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfe555fd46faa5e46c66ff41293dd82a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfe555fd46faa5e46c66ff41293dd82a", - "x-ms-correlation-request-id": "fed725b4-2f47-4e1e-a9c0-840a1f459887", - "x-ms-ratelimit-remaining-subscription-writes": "1054", - "x-ms-request-id": "98854b82-e3a9-4b65-8d0f-9e93b080f7cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034615Z:fed725b4-2f47-4e1e-a9c0-840a1f459887" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-825192417b32a34d955753b50e79bacd-a38f26e0b826624d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "91134f38c69898a62db8a83b571b1160", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91134f38c69898a62db8a83b571b1160", - "x-ms-correlation-request-id": "cbfdd6ba-b588-46a1-ba0d-4317434fdd1c", - "x-ms-ratelimit-remaining-subscription-reads": "11197", - "x-ms-request-id": "451fabb2-b625-4c00-b26d-49355a448221", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034615Z:cbfdd6ba-b588-46a1-ba0d-4317434fdd1c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-91677adc0749ca458be0aadb76a544b0-baec86f4d541e34b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "425ad01091d0fc8971b1cf6239c2e57f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "425ad01091d0fc8971b1cf6239c2e57f", - "x-ms-correlation-request-id": "e1c972ea-4d8f-4532-9ad2-fcd6eb6ba9bf", - "x-ms-ratelimit-remaining-subscription-writes": "1053", - "x-ms-request-id": "c9962cae-cb7c-4d7e-88f2-dcd4c6227f43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034618Z:e1c972ea-4d8f-4532-9ad2-fcd6eb6ba9bf" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-12cc97c150a49940b2f6a93a33d74e75-958bee913635184f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b826e89b18083669ae4da1419da84e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b826e89b18083669ae4da1419da84e51", - "x-ms-correlation-request-id": "6560268e-bc02-45fa-a162-60cc744782f8", - "x-ms-ratelimit-remaining-subscription-reads": "11195", - "x-ms-request-id": "1ced1889-157e-485c-ad54-d15e59cb7b61", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034618Z:6560268e-bc02-45fa-a162-60cc744782f8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "211", - "Content-Type": "application/json", - "traceparent": "00-781126abdb9c104d9a389f63773d16c9-6a234c44b081ee44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "58309e5595e3a65ac61620e7f7445f6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58309e5595e3a65ac61620e7f7445f6a", - "x-ms-correlation-request-id": "a6b0e026-5e3c-4852-8b34-5916c814a238", - "x-ms-ratelimit-remaining-subscription-writes": "1052", - "x-ms-request-id": "69864c17-1791-4090-a005-68abb94124b5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034623Z:a6b0e026-5e3c-4852-8b34-5916c814a238" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-14d254b8a3825043b22d473ec83fe95c-b288d3de22f61748-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6ea029d358f4f75867239382f0475ec8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ea029d358f4f75867239382f0475ec8", - "x-ms-correlation-request-id": "44957226-3b46-488b-8bfb-7a2e96e2ac00", - "x-ms-ratelimit-remaining-subscription-reads": "11193", - "x-ms-request-id": "587d4759-a52d-4aa6-8501-a3e8ee64c33c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034623Z:44957226-3b46-488b-8bfb-7a2e96e2ac00" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800", - "name": "sto2800", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:45:55.9911343Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:45:55.9130052Z", - "primaryEndpoints": { - "blob": "https://sto2800.blob.core.windows.net/", - "queue": "https://sto2800.queue.core.windows.net/", - "table": "https://sto2800.table.core.windows.net/", - "file": "https://sto2800.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6268/providers/Microsoft.Storage/storageAccounts/sto2800?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "82", - "Content-Type": "application/json", - "traceparent": "00-c1666ecf366df748831441e1d27de3ce-b4e63bd803f91248-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a0d7d628d91059c8d7ff2f1f8823f6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a0d7d628d91059c8d7ff2f1f8823f6a", - "x-ms-correlation-request-id": "f934cac5-84fc-4ad4-b823-5b97821c8bd2", - "x-ms-ratelimit-remaining-subscription-writes": "1051", - "x-ms-request-id": "0c71cbe0-7d6f-4a82-ae9c-67b22a6e1626", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034624Z:f934cac5-84fc-4ad4-b823-5b97821c8bd2" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto2800.blob.core.windows.net,sto2800.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "2096417513", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json deleted file mode 100644 index d15af3d0b5894..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json +++ /dev/null @@ -1,1203 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res7547?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-04403e36b63b3c4aaad2417d017ec313-4b7ecf7b855dc647-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6bd43ec289c14753dc244d7b757f77c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:28:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a4429cef-5725-43a1-b65b-3a0568b6cad0", - "x-ms-ratelimit-remaining-subscription-writes": "1161", - "x-ms-request-id": "a4429cef-5725-43a1-b65b-3a0568b6cad0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032859Z:a4429cef-5725-43a1-b65b-3a0568b6cad0" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547", - "name": "res7547", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-16304978530fb74db7c75e575fe4ccde-7c6ddf23b6b1bb4a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9eeb7e153407cb93b1b742920b974f8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9eeb7e153407cb93b1b742920b974f8a", - "x-ms-correlation-request-id": "6df524cc-fc10-4a01-b43d-56fecef5fbf1", - "x-ms-ratelimit-remaining-subscription-writes": "1160", - "x-ms-request-id": "f84a53a7-e3cc-4c76-9295-0335cea05261", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032902Z:6df524cc-fc10-4a01-b43d-56fecef5fbf1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "12d366581fbb0abb41a010d110b4d08d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12d366581fbb0abb41a010d110b4d08d", - "x-ms-correlation-request-id": "08d1081e-cf6c-4839-a01a-c60eac4ba955", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "d4756612-d823-410d-8dae-8fa124903382", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032902Z:08d1081e-cf6c-4839-a01a-c60eac4ba955" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c371f1fd36cf26d102985eaef8f9dcd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c371f1fd36cf26d102985eaef8f9dcd6", - "x-ms-correlation-request-id": "89678b61-4567-4855-b062-f946d4759d4b", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "2655c2ec-a52b-4ab1-a87c-384d8ff4daea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032903Z:89678b61-4567-4855-b062-f946d4759d4b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a539ee4c3dc4e3ce009d4da2deaa428b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a539ee4c3dc4e3ce009d4da2deaa428b", - "x-ms-correlation-request-id": "fe0580c9-c940-4ea4-a1d8-378b843e80f7", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "a785e2b9-f05e-4587-8f0e-815f0a1b0c4c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032905Z:fe0580c9-c940-4ea4-a1d8-378b843e80f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fd9bad88a869228494ac0f22c10c1147", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd9bad88a869228494ac0f22c10c1147", - "x-ms-correlation-request-id": "39ccddc2-a114-42cc-9980-f058d77dbbf0", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "82cbfe02-9ce1-458f-9948-d58a516349cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032906Z:39ccddc2-a114-42cc-9980-f058d77dbbf0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22853ac42b7ac0c9238dc231e82f4758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22853ac42b7ac0c9238dc231e82f4758", - "x-ms-correlation-request-id": "277e4c32-532e-4e45-b3ee-1d6b6bac75c1", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "e0cb1fb9-583a-4b0c-8db2-fc26b0515cdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032907Z:277e4c32-532e-4e45-b3ee-1d6b6bac75c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4b26d356df5da36d6a1710172dab22f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b26d356df5da36d6a1710172dab22f4", - "x-ms-correlation-request-id": "60f8a1c5-cc0a-4b3c-9a84-69d25e95f858", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "3d05c289-ae3f-428f-bfe4-7c1feb11b73d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032909Z:60f8a1c5-cc0a-4b3c-9a84-69d25e95f858" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a4de068b1f245c10e4dbd9dbe6523a65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4de068b1f245c10e4dbd9dbe6523a65", - "x-ms-correlation-request-id": "92c48a77-07a0-495d-b978-75a3013e35c3", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "bccd08bf-9464-4ab2-a2a5-51e566d0ef7a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032910Z:92c48a77-07a0-495d-b978-75a3013e35c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "eecbb764c6e6e4e9cce1b7631ab29277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eecbb764c6e6e4e9cce1b7631ab29277", - "x-ms-correlation-request-id": "a00f7b5a-db78-41ad-a151-1a5a5294ea54", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "f998b09b-979d-4832-ac48-e468d267b0ea", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032911Z:a00f7b5a-db78-41ad-a151-1a5a5294ea54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e1a6cd6ba3503633c2c967820591bd17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1a6cd6ba3503633c2c967820591bd17", - "x-ms-correlation-request-id": "9945b544-2eaa-4ffb-b86b-10c643f256f2", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "ea3882c5-fd0d-4f05-8d81-728f681e0ee3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032913Z:9945b544-2eaa-4ffb-b86b-10c643f256f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "76b2abdc34dfc50d1cfad74268ad4131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76b2abdc34dfc50d1cfad74268ad4131", - "x-ms-correlation-request-id": "f57d913e-8083-47b7-8fb4-5ca981dee9d6", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "c9892aa3-a4a9-42c1-a0ae-3dfa649040f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032914Z:f57d913e-8083-47b7-8fb4-5ca981dee9d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1870614858acc11484942c1d5f67de3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1870614858acc11484942c1d5f67de3b", - "x-ms-correlation-request-id": "49c80799-4335-4ad2-8477-ce8b276af14c", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "c33790c1-54f2-45f2-8abd-91105fad7873", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032915Z:49c80799-4335-4ad2-8477-ce8b276af14c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f869f241c003798c0e0c556ccf0ce14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f869f241c003798c0e0c556ccf0ce14", - "x-ms-correlation-request-id": "2f079d0c-6890-43c1-841e-e13f02fcdc50", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "33383989-9e94-458b-a0f4-d0b5cae21489", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032917Z:2f079d0c-6890-43c1-841e-e13f02fcdc50" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f84a53a7-e3cc-4c76-9295-0335cea05261?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a3393587a521846b96f0f24a08f065b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3393587a521846b96f0f24a08f065b5", - "x-ms-correlation-request-id": "c0a0a27e-880c-46d8-8cc9-5d3d069344a5", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "519b0f5a-e437-4599-a08e-bb8765f5b714", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032918Z:c0a0a27e-880c-46d8-8cc9-5d3d069344a5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-049ded2f8ad77b438b165dd2832c3f9d-1f2a3ba58490104f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c81e9c1bd2272b31c93958cb93bef493", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c81e9c1bd2272b31c93958cb93bef493", - "x-ms-correlation-request-id": "4c79b33d-6e5f-4ac1-8d5d-045e17696b52", - "x-ms-ratelimit-remaining-subscription-writes": "1159", - "x-ms-request-id": "5d3a1989-cf68-471a-81b2-31f97b02d295", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032920Z:4c79b33d-6e5f-4ac1-8d5d-045e17696b52" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f0165bd3ecb6724496e9ba8dafb60231-614dcbeefe346f4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2f3b0f7b06d1b5ed030ed9e84d9ff0d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f3b0f7b06d1b5ed030ed9e84d9ff0d8", - "x-ms-correlation-request-id": "4738939c-4119-45a5-824e-0f6222e04bcd", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "7f940db2-f5c7-48e5-a8db-8d260470f016", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032921Z:4738939c-4119-45a5-824e-0f6222e04bcd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "142", - "Content-Type": "application/json", - "traceparent": "00-727226d9b5ca5544ac971bd363a1a12d-a6f3a15c076caa44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f0845efc3b5adf88829f9325fa22017b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0845efc3b5adf88829f9325fa22017b", - "x-ms-correlation-request-id": "c7178fbe-b8a9-4694-883c-91d5aa65e86b", - "x-ms-ratelimit-remaining-subscription-writes": "1158", - "x-ms-request-id": "e0b6a9e4-88c3-4f45-9c65-228b6be064e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032923Z:c7178fbe-b8a9-4694-883c-91d5aa65e86b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-faa2ba55d1828b4cb4a0bd56a7938b37-ea23078c53bebc41-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc13ff113ec93f75865bac3272c8bbe1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc13ff113ec93f75865bac3272c8bbe1", - "x-ms-correlation-request-id": "b42895d5-c569-4d25-aedd-a3f48f083f5d", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "afe75713-8ebe-4899-aa77-910622395185", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032923Z:b42895d5-c569-4d25-aedd-a3f48f083f5d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "249", - "Content-Type": "application/json", - "traceparent": "00-6228f1da8287f74287acb0871efd8188-550b9b897f44984f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c4de5d0c6c4f36559cc4c67a15697e52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4de5d0c6c4f36559cc4c67a15697e52", - "x-ms-correlation-request-id": "083283be-726a-45d1-9b7f-c72219d6e2ef", - "x-ms-ratelimit-remaining-subscription-writes": "1157", - "x-ms-request-id": "918a52d4-286f-4be2-bffc-e91202a8a544", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032925Z:083283be-726a-45d1-9b7f-c72219d6e2ef" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5e340ea02897684fbd2e168371d2ecd4-a2a8da41da15834d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "031245246d52a445aadc2f0577fa291c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "031245246d52a445aadc2f0577fa291c", - "x-ms-correlation-request-id": "45e281b4-5198-4c46-86e4-4a642e7deba9", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "a903b843-7784-4e39-b26a-bc503b7d112a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032926Z:45e281b4-5198-4c46-86e4-4a642e7deba9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686", - "name": "sto686", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:01.6749049Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:01.5811047Z", - "primaryEndpoints": { - "blob": "https://sto686.blob.core.windows.net/", - "queue": "https://sto686.queue.core.windows.net/", - "table": "https://sto686.table.core.windows.net/", - "file": "https://sto686.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res7547/providers/Microsoft.Storage/storageAccounts/sto686?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "191", - "Content-Type": "application/json", - "traceparent": "00-886918b342c1b04386c7a82cedc55723-12c0338b10fe4540-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73c65addc0b4d7d1ab12b13e6f2d1e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "232", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73c65addc0b4d7d1ab12b13e6f2d1e0d", - "x-ms-correlation-request-id": "503a0292-19ef-4bb8-be2b-8cac14883069", - "x-ms-ratelimit-remaining-subscription-writes": "1156", - "x-ms-request-id": "d88cd482-3df0-40ff-b513-156e21e6fa13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032926Z:503a0292-19ef-4bb8-be2b-8cac14883069" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto686.blob.core.windows.net,sto686.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "1769721650", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json deleted file mode 100644 index 37f21e5724c77..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json +++ /dev/null @@ -1,1203 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1272?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-133cfd1e07e3694a97cc284d5c76a47b-b525ee3fafca744d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0eaad1a1430a57f238b25ed330d28f63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "274b7b96-646d-43a1-a28d-61ec09ed0b67", - "x-ms-ratelimit-remaining-subscription-writes": "1050", - "x-ms-request-id": "274b7b96-646d-43a1-a28d-61ec09ed0b67", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034627Z:274b7b96-646d-43a1-a28d-61ec09ed0b67" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272", - "name": "res1272", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-acb1b759e480b242b33bc99828d3a7f8-2d6212967f2e8c42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1255fcc6c741b42e2bb49a5e81ae5341", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1255fcc6c741b42e2bb49a5e81ae5341", - "x-ms-correlation-request-id": "896bbdff-c7c5-4e20-b5fd-3c6e8932060b", - "x-ms-ratelimit-remaining-subscription-writes": "1049", - "x-ms-request-id": "a5e471ee-3be2-47a8-95ab-158d788f44c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034629Z:896bbdff-c7c5-4e20-b5fd-3c6e8932060b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "56bc254623a909607b59de8e57f8b704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56bc254623a909607b59de8e57f8b704", - "x-ms-correlation-request-id": "84b39509-ce49-4633-8a62-bf3236719a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11191", - "x-ms-request-id": "39321b71-4bd5-489c-97c5-0a9fba4a223e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034630Z:84b39509-ce49-4633-8a62-bf3236719a6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "40c8910bd5636ba704a1aa9e7b019656", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40c8910bd5636ba704a1aa9e7b019656", - "x-ms-correlation-request-id": "a475b1f3-1773-471a-8f0e-dd766d81b0ba", - "x-ms-ratelimit-remaining-subscription-reads": "11190", - "x-ms-request-id": "c404d03a-0ccf-4a8a-8730-38cb5ab25388", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034631Z:a475b1f3-1773-471a-8f0e-dd766d81b0ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5b184179fcf14498322212b97c695b70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b184179fcf14498322212b97c695b70", - "x-ms-correlation-request-id": "f6d6d702-ba5f-4941-8d1b-51b771a640ab", - "x-ms-ratelimit-remaining-subscription-reads": "11189", - "x-ms-request-id": "1870793b-3b51-4f4b-a33f-e79f7c2d5acd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034632Z:f6d6d702-ba5f-4941-8d1b-51b771a640ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8b2147ebfa0d70f67e51520779c18e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b2147ebfa0d70f67e51520779c18e79", - "x-ms-correlation-request-id": "caa5097f-f6ca-4f96-b7d1-86cdd798d1d4", - "x-ms-ratelimit-remaining-subscription-reads": "11188", - "x-ms-request-id": "5909a9e4-44f1-4f91-bc88-c0e5af6580a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034633Z:caa5097f-f6ca-4f96-b7d1-86cdd798d1d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "161488c25ce00e12f9830e41c3edef9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "161488c25ce00e12f9830e41c3edef9b", - "x-ms-correlation-request-id": "4d99ab19-2682-43af-b72d-474d92658008", - "x-ms-ratelimit-remaining-subscription-reads": "11187", - "x-ms-request-id": "f66cbf62-e52c-47b4-8488-bb9b81cd271a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034635Z:4d99ab19-2682-43af-b72d-474d92658008" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "33b33a460adf7f494aa7dca0aa91cb70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33b33a460adf7f494aa7dca0aa91cb70", - "x-ms-correlation-request-id": "4cc960dc-9570-410b-ad32-af9cb04717ee", - "x-ms-ratelimit-remaining-subscription-reads": "11186", - "x-ms-request-id": "d6179e2b-f055-41a8-9a64-c6d54d91cfde", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034636Z:4cc960dc-9570-410b-ad32-af9cb04717ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f4f7989345548e8f35139289ecb5ad91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4f7989345548e8f35139289ecb5ad91", - "x-ms-correlation-request-id": "8ae65878-dd5c-4e8d-81c0-986bb99ad4b2", - "x-ms-ratelimit-remaining-subscription-reads": "11185", - "x-ms-request-id": "7032b7bd-9fc7-4533-a727-6bdf004b721b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034637Z:8ae65878-dd5c-4e8d-81c0-986bb99ad4b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3fc1b6615b0db79a3f95cc397f716468", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fc1b6615b0db79a3f95cc397f716468", - "x-ms-correlation-request-id": "1d53ff1d-39c1-4dec-af8c-ab8947461d52", - "x-ms-ratelimit-remaining-subscription-reads": "11184", - "x-ms-request-id": "8b04d599-c45e-4d07-8789-8fb6fa90b56d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034639Z:1d53ff1d-39c1-4dec-af8c-ab8947461d52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2bad9db8fbf60046aa24fdcc78c09395", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bad9db8fbf60046aa24fdcc78c09395", - "x-ms-correlation-request-id": "051845f6-4adc-4a4f-8dc6-0953f6da610a", - "x-ms-ratelimit-remaining-subscription-reads": "11183", - "x-ms-request-id": "2733c8a4-4cdd-4243-91a2-6402db3b2678", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034640Z:051845f6-4adc-4a4f-8dc6-0953f6da610a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f33e4af98ccf3763fd3fb5bf79560fc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f33e4af98ccf3763fd3fb5bf79560fc4", - "x-ms-correlation-request-id": "28a378c4-8c92-4a89-9f98-2795c0517b09", - "x-ms-ratelimit-remaining-subscription-reads": "11182", - "x-ms-request-id": "c451c26b-d463-4827-beb6-fdf5013240d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034641Z:28a378c4-8c92-4a89-9f98-2795c0517b09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ed02aae8107669b70c094e85dcd3f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ed02aae8107669b70c094e85dcd3f7e", - "x-ms-correlation-request-id": "9104a7b6-9103-4c66-b6c7-a353e27dde37", - "x-ms-ratelimit-remaining-subscription-reads": "11181", - "x-ms-request-id": "bf738cba-e6e7-4c78-88cb-30e032d4e486", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034643Z:9104a7b6-9103-4c66-b6c7-a353e27dde37" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "353f360170322b9839762db646868754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "353f360170322b9839762db646868754", - "x-ms-correlation-request-id": "c62b33fd-1cbb-4c3e-9602-d7465b87a1d1", - "x-ms-ratelimit-remaining-subscription-reads": "11180", - "x-ms-request-id": "389b0124-11e7-43b4-bc3d-29db8ce11faa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034644Z:c62b33fd-1cbb-4c3e-9602-d7465b87a1d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a5e471ee-3be2-47a8-95ab-158d788f44c1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4d1d391544ef778dafd8830ff77ada2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d1d391544ef778dafd8830ff77ada2f", - "x-ms-correlation-request-id": "2846f5a0-d49d-4a4b-9552-de34eb242600", - "x-ms-ratelimit-remaining-subscription-reads": "11179", - "x-ms-request-id": "254fb135-3c49-4cf0-8490-49d66a63a776", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034645Z:2846f5a0-d49d-4a4b-9552-de34eb242600" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-9e088cc76aac6942a4f4ee308c449971-e326412986b5d642-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "42be36ffda163e9192a5149154e420e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42be36ffda163e9192a5149154e420e9", - "x-ms-correlation-request-id": "e17e78c5-fd3e-48c4-8654-9b634f32ab90", - "x-ms-ratelimit-remaining-subscription-writes": "1048", - "x-ms-request-id": "34854105-aa51-44f1-960f-ffd906980785", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034648Z:e17e78c5-fd3e-48c4-8654-9b634f32ab90" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-089327c108af964db45bdcf6c5e4c5ef-10846ce9ad36f64b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10b7fd9c45c83b3da7deba4a2ffc23ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10b7fd9c45c83b3da7deba4a2ffc23ca", - "x-ms-correlation-request-id": "292bf2c0-6383-4713-b86e-5b6a934b8f03", - "x-ms-ratelimit-remaining-subscription-reads": "11178", - "x-ms-request-id": "9bb4095f-5087-483e-b668-53a2d3083280", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034648Z:292bf2c0-6383-4713-b86e-5b6a934b8f03" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "142", - "Content-Type": "application/json", - "traceparent": "00-deb3e495f780094b9d15cddb9d69065e-3ecd86faa7c47141-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b7d699b7b5a80d7fa601984f54375109", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7d699b7b5a80d7fa601984f54375109", - "x-ms-correlation-request-id": "24f66cf5-ee3b-4662-869a-ecf72b0c2b32", - "x-ms-ratelimit-remaining-subscription-writes": "1047", - "x-ms-request-id": "8f5f1ef1-ad01-4437-aaac-c515f5a257a3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034650Z:24f66cf5-ee3b-4662-869a-ecf72b0c2b32" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-88e662c61d5d164db6f3f9174fc8b3b8-1409a0792f8cf344-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "53a2bba37cb2e6167eaa69c7aceee76f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53a2bba37cb2e6167eaa69c7aceee76f", - "x-ms-correlation-request-id": "9d39f548-f643-4357-a14c-f7529c7d2756", - "x-ms-ratelimit-remaining-subscription-reads": "11177", - "x-ms-request-id": "e878ce5e-89ef-468e-80ab-41d89c2620ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034651Z:9d39f548-f643-4357-a14c-f7529c7d2756" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "249", - "Content-Type": "application/json", - "traceparent": "00-d59427ccfa738248b660a4c95a75263c-4e7af89b4cf3a546-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dad8b18dcd07a79c78e2b51138aed560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dad8b18dcd07a79c78e2b51138aed560", - "x-ms-correlation-request-id": "d4b5b50b-b28a-4e0c-a5e4-1a3122041e83", - "x-ms-ratelimit-remaining-subscription-writes": "1046", - "x-ms-request-id": "046e8c78-0caf-4dc4-9461-64bb48487f8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034653Z:d4b5b50b-b28a-4e0c-a5e4-1a3122041e83" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5e93a42303cd5042aaeed6311d6b9b18-7561ffd19c9ffd47-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "86430dafb26cd6a51ffbdbd0c705aecf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86430dafb26cd6a51ffbdbd0c705aecf", - "x-ms-correlation-request-id": "5cbb456d-0cd3-42f4-9e4c-bf4d70c91c39", - "x-ms-ratelimit-remaining-subscription-reads": "11176", - "x-ms-request-id": "e2ec5172-afa5-45de-be89-becf479ec9c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034654Z:5cbb456d-0cd3-42f4-9e4c-bf4d70c91c39" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320", - "name": "sto7320", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:46:29.2893572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:46:29.1956053Z", - "primaryEndpoints": { - "blob": "https://sto7320.blob.core.windows.net/", - "queue": "https://sto7320.queue.core.windows.net/", - "table": "https://sto7320.table.core.windows.net/", - "file": "https://sto7320.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1272/providers/Microsoft.Storage/storageAccounts/sto7320?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "191", - "Content-Type": "application/json", - "traceparent": "00-68b82566a0734a4cb393abd9f7c3b639-a781f7e979401641-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c05309d44f438fda5ae39bf8f418001e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:46:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c05309d44f438fda5ae39bf8f418001e", - "x-ms-correlation-request-id": "3b1c9362-e2b0-4349-bac0-22c72915b57f", - "x-ms-ratelimit-remaining-subscription-writes": "1045", - "x-ms-request-id": "f70030a7-0d37-409d-9d49-1be3590ab989", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034655Z:3b1c9362-e2b0-4349-bac0-22c72915b57f" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto7320.blob.core.windows.net,sto7320.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "1958884858", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json deleted file mode 100644 index 51d9850794e8a..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json +++ /dev/null @@ -1,775 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res1274?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e3ae253bdf8ffb4994815fda2adb575f-d85bd3c916b4104f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b4eb33c3638d33ec31e9ce873e8108c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "191a74aa-3780-4929-bf6f-2cd88805c2dc", - "x-ms-ratelimit-remaining-subscription-writes": "1155", - "x-ms-request-id": "191a74aa-3780-4929-bf6f-2cd88805c2dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032929Z:191a74aa-3780-4929-bf6f-2cd88805c2dc" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274", - "name": "res1274", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-24ebf0cb33964d4189da97cf109d77cb-4f1109d6b62bd847-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ad8d1986a8e400ddbecc5090b3011f1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad8d1986a8e400ddbecc5090b3011f1e", - "x-ms-correlation-request-id": "d5d557e8-fe90-4424-bc96-84dad57c3b43", - "x-ms-ratelimit-remaining-subscription-writes": "1154", - "x-ms-request-id": "60832619-00d3-4edf-97d7-b3cf2d34a737", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032932Z:d5d557e8-fe90-4424-bc96-84dad57c3b43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e28d7580f398ade0eb3ce979ba37ee7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e28d7580f398ade0eb3ce979ba37ee7", - "x-ms-correlation-request-id": "eb49b9d8-40c3-46c2-b93c-b2d796346799", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "fc30d00c-d7f9-4840-a339-762361b147a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032932Z:eb49b9d8-40c3-46c2-b93c-b2d796346799" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d36568aeec15250e381ff6185628f94a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d36568aeec15250e381ff6185628f94a", - "x-ms-correlation-request-id": "e5f19196-bcfd-4e4c-9fba-f277108a24fe", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "9f37b8ac-2154-49d4-b364-998b999faab3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032934Z:e5f19196-bcfd-4e4c-9fba-f277108a24fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc38b7b511d9cae4ce67ca9f9248d213", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc38b7b511d9cae4ce67ca9f9248d213", - "x-ms-correlation-request-id": "cc634ff5-fa30-4ae6-b63b-a79cc18714b0", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "ff4f9806-a4d0-4fe7-8b76-e7b32f94c7ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032935Z:cc634ff5-fa30-4ae6-b63b-a79cc18714b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e066b4d430f6b84c802d51a18c634e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e066b4d430f6b84c802d51a18c634e6", - "x-ms-correlation-request-id": "b8cb0ace-a230-4624-956c-273912992f26", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "f19ac810-4e4c-43ef-abba-d1ff6edbd5b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032936Z:b8cb0ace-a230-4624-956c-273912992f26" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e4e284baa26a9d0d839a05ad226f93ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4e284baa26a9d0d839a05ad226f93ef", - "x-ms-correlation-request-id": "2c4bc4a5-976a-4554-999a-017598e8b857", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "6b89761d-63bf-4ee0-93fe-327531aaa1b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032938Z:2c4bc4a5-976a-4554-999a-017598e8b857" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ebcbe34d5a22723a33cd13d63bcab108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebcbe34d5a22723a33cd13d63bcab108", - "x-ms-correlation-request-id": "c9db52d9-879b-4021-a44c-86801bff1db1", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "4866fe52-87d3-4da6-8f8c-de1285626ac4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032939Z:c9db52d9-879b-4021-a44c-86801bff1db1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0de5e433ed66aaa85d681a743dd64959", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0de5e433ed66aaa85d681a743dd64959", - "x-ms-correlation-request-id": "ec8b4db7-cef9-4d1e-b882-f1f0a0fc3036", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "c08c199e-6ce6-4c9d-9c66-5e06e314ddef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032940Z:ec8b4db7-cef9-4d1e-b882-f1f0a0fc3036" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "35cde66f48fb5fc44970b19d8f3662b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35cde66f48fb5fc44970b19d8f3662b9", - "x-ms-correlation-request-id": "40da9ee9-3c3b-4866-ae92-8a88ce5f613e", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "22cb1f50-91bf-4e9c-bf4b-b74235b7596d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032942Z:40da9ee9-3c3b-4866-ae92-8a88ce5f613e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3e7afde8858a5f893a208eb93fc6345d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e7afde8858a5f893a208eb93fc6345d", - "x-ms-correlation-request-id": "59e24860-15f7-46d6-bbee-ed3a5603ef1a", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "3156cf84-10ca-4df3-9e20-1978880168dc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032943Z:59e24860-15f7-46d6-bbee-ed3a5603ef1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5567b9847cfcea0d1f85c3f63c0b1b26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5567b9847cfcea0d1f85c3f63c0b1b26", - "x-ms-correlation-request-id": "c56f00d0-e126-46e1-8ede-6341630b0574", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "8eaa217c-ca24-4914-b02e-d197a2d09351", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032944Z:c56f00d0-e126-46e1-8ede-6341630b0574" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "408b61060b5be9cf5d6efadaba0a1f83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "408b61060b5be9cf5d6efadaba0a1f83", - "x-ms-correlation-request-id": "4df51d8e-7091-4459-9afb-773eefc7430d", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "4aa58d05-63b7-4444-ad2c-43aef6f332ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032945Z:4df51d8e-7091-4459-9afb-773eefc7430d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d519533b0ccf6cbcef8f1e04c292222e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d519533b0ccf6cbcef8f1e04c292222e", - "x-ms-correlation-request-id": "bd86ab02-ddc4-4d84-8d60-f54baa385322", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "aeae35a9-0b2a-4c9d-8e0f-e58c036c5717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032947Z:bd86ab02-ddc4-4d84-8d60-f54baa385322" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/60832619-00d3-4edf-97d7-b3cf2d34a737?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "deb36704f33b7801e97ef88e81323014", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deb36704f33b7801e97ef88e81323014", - "x-ms-correlation-request-id": "91d9a31d-f51c-4c36-bb48-aa8bc89c017d", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "dae611d5-2f01-400c-90ee-81fb78fb51d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032948Z:91d9a31d-f51c-4c36-bb48-aa8bc89c017d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639", - "name": "sto6639", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:31.8960454Z", - "primaryEndpoints": { - "blob": "https://sto6639.blob.core.windows.net/", - "queue": "https://sto6639.queue.core.windows.net/", - "table": "https://sto6639.table.core.windows.net/", - "file": "https://sto6639.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", - "traceparent": "00-604bcb4b3152d847ad01955782a8470d-d73533d53f67f346-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e8ba406646f2f957a51f51cceccb26ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8ba406646f2f957a51f51cceccb26ca", - "x-ms-correlation-request-id": "7aeaa7ed-96f7-4d2e-b8b9-b0dcab617ac1", - "x-ms-ratelimit-remaining-subscription-writes": "1153", - "x-ms-request-id": "a6f24d22-a428-427c-8858-c3df295c0338", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032949Z:7aeaa7ed-96f7-4d2e-b8b9-b0dcab617ac1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639", - "name": "sto6639", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:31.8960454Z", - "primaryEndpoints": { - "blob": "https://sto6639.blob.core.windows.net/", - "queue": "https://sto6639.queue.core.windows.net/", - "table": "https://sto6639.table.core.windows.net/", - "file": "https://sto6639.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "49", - "Content-Type": "application/json", - "traceparent": "00-9f76c4f5c9f53248a8988f6876f72968-4c0adc22451bce43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "52d6cb4b4157484852a0ec50142deabd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:29:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52d6cb4b4157484852a0ec50142deabd", - "x-ms-correlation-request-id": "39431d9e-7a6b-4da4-b2d5-25642d93a067", - "x-ms-ratelimit-remaining-subscription-writes": "1152", - "x-ms-request-id": "f9963c6d-209d-41ff-aaec-2e5a5e16817b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032950Z:39431d9e-7a6b-4da4-b2d5-25642d93a067" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto6639", - "name": "sto6639", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:31.9897887Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:31.8960454Z", - "primaryEndpoints": { - "blob": "https://sto6639.blob.core.windows.net/", - "queue": "https://sto6639.queue.core.windows.net/", - "table": "https://sto6639.table.core.windows.net/", - "file": "https://sto6639.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1080698366", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json deleted file mode 100644 index d2a6c41714481..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json +++ /dev/null @@ -1,775 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res8396?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-75314e624e8fc74a84adc2885dae4bcc-4cc07ff3d991fb49-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "36a32f86e3b95f61f43b4beb90ebbdee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:46:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c3e298da-5a14-4f26-afae-9bb56ff26b16", - "x-ms-ratelimit-remaining-subscription-writes": "1044", - "x-ms-request-id": "c3e298da-5a14-4f26-afae-9bb56ff26b16", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034657Z:c3e298da-5a14-4f26-afae-9bb56ff26b16" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396", - "name": "res8396", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-47db0ed247010e4ca53c14edffa7cb72-f2f90cdd8fe1eb42-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6a9507334b14ccbb4ca7a92d275f2e75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a9507334b14ccbb4ca7a92d275f2e75", - "x-ms-correlation-request-id": "68065248-a2f2-4c2e-a10a-854ebab28e7b", - "x-ms-ratelimit-remaining-subscription-writes": "1043", - "x-ms-request-id": "3aa86200-6f14-43d4-9536-a7f0003a577c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034700Z:68065248-a2f2-4c2e-a10a-854ebab28e7b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f0c6a3974e5e371e7696c3bb832cddc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f0c6a3974e5e371e7696c3bb832cddc", - "x-ms-correlation-request-id": "1644734f-defe-4c39-b5f0-c334d70f98e4", - "x-ms-ratelimit-remaining-subscription-reads": "11175", - "x-ms-request-id": "014203b8-4693-4184-9e39-346d0f9e3fd7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034700Z:1644734f-defe-4c39-b5f0-c334d70f98e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f865751c465e4305804daa7c08cacecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f865751c465e4305804daa7c08cacecb", - "x-ms-correlation-request-id": "52baccf3-614b-4be6-b2c0-b938f824200a", - "x-ms-ratelimit-remaining-subscription-reads": "11174", - "x-ms-request-id": "d2b4e527-d567-4919-8c8e-11322bc186d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034702Z:52baccf3-614b-4be6-b2c0-b938f824200a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bcf4c31dbf53b78f817bbf2e824a8f8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcf4c31dbf53b78f817bbf2e824a8f8e", - "x-ms-correlation-request-id": "75edffbe-37ee-4926-9d5b-21168be5eb59", - "x-ms-ratelimit-remaining-subscription-reads": "11173", - "x-ms-request-id": "e877881d-2b86-40c0-a92b-a4cfe226f075", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034703Z:75edffbe-37ee-4926-9d5b-21168be5eb59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "88d466cb911bf28765c8ee98c9f5db1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88d466cb911bf28765c8ee98c9f5db1d", - "x-ms-correlation-request-id": "af677598-9062-4b96-92f6-b37510b7a828", - "x-ms-ratelimit-remaining-subscription-reads": "11172", - "x-ms-request-id": "b572b192-9fa4-49ba-a5f1-50f221c653e7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034704Z:af677598-9062-4b96-92f6-b37510b7a828" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f51da09b113d5d89e6ad77e387d7c135", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f51da09b113d5d89e6ad77e387d7c135", - "x-ms-correlation-request-id": "7fd9593f-482c-4d58-b05d-38b26901f429", - "x-ms-ratelimit-remaining-subscription-reads": "11171", - "x-ms-request-id": "5323e041-e436-4b91-b280-8f9cefcbcd5a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034706Z:7fd9593f-482c-4d58-b05d-38b26901f429" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a1b01bbd45f68cb03b02578ad0f6ed8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1b01bbd45f68cb03b02578ad0f6ed8b", - "x-ms-correlation-request-id": "cae6283e-8177-448c-96a9-6b1edab402a1", - "x-ms-ratelimit-remaining-subscription-reads": "11170", - "x-ms-request-id": "a1bcedfd-6b9c-4a19-b0f6-560fce42923d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034707Z:cae6283e-8177-448c-96a9-6b1edab402a1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e193a2a09a2dba50dd76a26d19a46a8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e193a2a09a2dba50dd76a26d19a46a8e", - "x-ms-correlation-request-id": "66a56088-aca5-4886-8595-67ffd3d3cc21", - "x-ms-ratelimit-remaining-subscription-reads": "11169", - "x-ms-request-id": "e33c5e4b-0788-449f-a4c7-607fdffec005", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034708Z:66a56088-aca5-4886-8595-67ffd3d3cc21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "addbb80739445527f091b93bb9fe8def", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "addbb80739445527f091b93bb9fe8def", - "x-ms-correlation-request-id": "6b8ffb43-2990-4cfe-9dc6-2fbc250537a0", - "x-ms-ratelimit-remaining-subscription-reads": "11168", - "x-ms-request-id": "fb2d33a7-ee9f-428f-b362-c2ab4a0fbec9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034710Z:6b8ffb43-2990-4cfe-9dc6-2fbc250537a0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e543ebc0df432208cbf6c37fa3427297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e543ebc0df432208cbf6c37fa3427297", - "x-ms-correlation-request-id": "e4cbd6e2-e5d3-40b6-a06f-9fe1c0381bda", - "x-ms-ratelimit-remaining-subscription-reads": "11167", - "x-ms-request-id": "d46ed782-ef98-4a76-b5e8-4acfc3896550", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034711Z:e4cbd6e2-e5d3-40b6-a06f-9fe1c0381bda" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1783c8973f1b66477b3df19ce11500df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1783c8973f1b66477b3df19ce11500df", - "x-ms-correlation-request-id": "885eab8c-b9dc-468c-8fc9-1aa82aec101d", - "x-ms-ratelimit-remaining-subscription-reads": "11166", - "x-ms-request-id": "df62ded3-1b6a-4ff1-8c89-e816cd31dc22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034712Z:885eab8c-b9dc-468c-8fc9-1aa82aec101d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2dadb2e98561274ab0b8e24e76a7b2ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dadb2e98561274ab0b8e24e76a7b2ae", - "x-ms-correlation-request-id": "cafbef6c-6d75-4a10-a156-2611255a7c09", - "x-ms-ratelimit-remaining-subscription-reads": "11165", - "x-ms-request-id": "476f29bf-87c8-4c32-851d-872ab809dbf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034714Z:cafbef6c-6d75-4a10-a156-2611255a7c09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1a4221e757a80d4a4dc6a06ee6c41b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1a4221e757a80d4a4dc6a06ee6c41b6", - "x-ms-correlation-request-id": "5a4a2163-0994-4d3f-ab74-7ea42d504c32", - "x-ms-ratelimit-remaining-subscription-reads": "11164", - "x-ms-request-id": "67a31b16-49b8-46ae-b08b-d6424be06a96", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034715Z:5a4a2163-0994-4d3f-ab74-7ea42d504c32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3aa86200-6f14-43d4-9536-a7f0003a577c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f195e4f5459411357e5c67625cf8f0d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1162", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f195e4f5459411357e5c67625cf8f0d3", - "x-ms-correlation-request-id": "a53f144d-43be-4f01-9fd4-16570a3c78b9", - "x-ms-ratelimit-remaining-subscription-reads": "11163", - "x-ms-request-id": "ffe8381f-d7a3-4e5c-9c56-01fa749f1e13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034716Z:a53f144d-43be-4f01-9fd4-16570a3c78b9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572", - "name": "sto572", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:00.1048381Z", - "primaryEndpoints": { - "blob": "https://sto572.blob.core.windows.net/", - "queue": "https://sto572.queue.core.windows.net/", - "table": "https://sto572.table.core.windows.net/", - "file": "https://sto572.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", - "traceparent": "00-25fefeaaf98da446b9da780b5ceca248-f8fe177e81e7884d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf7d428b0f707465de2c88841b433943", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf7d428b0f707465de2c88841b433943", - "x-ms-correlation-request-id": "cecb4970-42fc-4f89-af5d-ab54232b1be6", - "x-ms-ratelimit-remaining-subscription-writes": "1042", - "x-ms-request-id": "e45bd913-a033-4124-8ca1-1a4405dd3f05", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034718Z:cecb4970-42fc-4f89-af5d-ab54232b1be6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572", - "name": "sto572", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:00.1048381Z", - "primaryEndpoints": { - "blob": "https://sto572.blob.core.windows.net/", - "queue": "https://sto572.queue.core.windows.net/", - "table": "https://sto572.table.core.windows.net/", - "file": "https://sto572.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "49", - "Content-Type": "application/json", - "traceparent": "00-71d455e7f58aac47858ea487a2a56526-8e248f1dbd715a44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "92582c77c111d919ec92721d0d7124ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1162", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92582c77c111d919ec92721d0d7124ac", - "x-ms-correlation-request-id": "333e9bdc-b31c-409b-a944-dbaa7c22f7d0", - "x-ms-ratelimit-remaining-subscription-writes": "1041", - "x-ms-request-id": "317b0cfe-e88d-429d-8d78-a067e67bc4f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034719Z:333e9bdc-b31c-409b-a944-dbaa7c22f7d0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res8396/providers/Microsoft.Storage/storageAccounts/sto572", - "name": "sto572", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:00.1829842Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:00.1048381Z", - "primaryEndpoints": { - "blob": "https://sto572.blob.core.windows.net/", - "queue": "https://sto572.queue.core.windows.net/", - "table": "https://sto572.table.core.windows.net/", - "file": "https://sto572.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "68056153", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json deleted file mode 100644 index 17fcab7f0ec1d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json +++ /dev/null @@ -1,1100 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res823?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ccaf78a45cd96344a02482abb08f8810-b35e8553609e7d45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ca09c6104d7f0e1acf0b4862a985ecf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "166", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29e55bc8-96c0-4b41-a0cb-4cb1f18c2f59", - "x-ms-ratelimit-remaining-subscription-writes": "1151", - "x-ms-request-id": "29e55bc8-96c0-4b41-a0cb-4cb1f18c2f59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032953Z:29e55bc8-96c0-4b41-a0cb-4cb1f18c2f59" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823", - "name": "res823", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-b7573c10f774c9428eaf7302a6fa87af-e0a90fd93601bf4d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9106a215ca1dfe7fccf872d2b747c30c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "networkAcls": { - "bypass": "Logging,AzureServices", - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9106a215ca1dfe7fccf872d2b747c30c", - "x-ms-correlation-request-id": "4b2950cf-fbe2-4984-baa9-c86f79ff3725", - "x-ms-ratelimit-remaining-subscription-writes": "1150", - "x-ms-request-id": "4f6d8390-0991-4146-a24b-034b23fa58a7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032956Z:4b2950cf-fbe2-4984-baa9-c86f79ff3725" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "30a9af58b721d244218d0b0b6f1ef4a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30a9af58b721d244218d0b0b6f1ef4a9", - "x-ms-correlation-request-id": "bb1ad84a-6147-4cee-b812-b3cc5cfd56fd", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "cb138613-d04e-4e5b-aff5-680c7af4d218", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032956Z:bb1ad84a-6147-4cee-b812-b3cc5cfd56fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "698e7af17f5448e9e6e73e2af64cc1c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "698e7af17f5448e9e6e73e2af64cc1c0", - "x-ms-correlation-request-id": "488bb1fd-cbc1-4264-a1f6-6a497e036ec2", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "0d68c0f1-ce56-4b3c-95cb-c6a19cecfdd3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032958Z:488bb1fd-cbc1-4264-a1f6-6a497e036ec2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "077a18e1939ee4ebe9362f1bc1b0b035", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:29:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "077a18e1939ee4ebe9362f1bc1b0b035", - "x-ms-correlation-request-id": "d85ebcc9-18f2-4aae-9248-4ee4dffad57f", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "3460d9df-650a-426e-8a65-cebf1f8addc1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T032959Z:d85ebcc9-18f2-4aae-9248-4ee4dffad57f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c3422afdae7dd805c5614a3a781adbd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3422afdae7dd805c5614a3a781adbd5", - "x-ms-correlation-request-id": "2afbcaa5-f09b-4d0c-929e-256914489648", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "fce2c585-fe70-44f4-83e0-3c625cab2943", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033000Z:2afbcaa5-f09b-4d0c-929e-256914489648" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "562a4bcbeda35d0a8eaa7f1e50ce8635", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "562a4bcbeda35d0a8eaa7f1e50ce8635", - "x-ms-correlation-request-id": "a3b33956-e4ad-4c20-8a86-622b52915d4f", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "a4d06960-0cb7-420f-acb2-66d5ae7eefa0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033002Z:a3b33956-e4ad-4c20-8a86-622b52915d4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cc2d0936fe09334213a1413c49b16bcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc2d0936fe09334213a1413c49b16bcf", - "x-ms-correlation-request-id": "eb976621-96bb-4d89-8189-292bbe902eba", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "dd6d43f4-70e8-4187-9c36-e54559cb5595", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033003Z:eb976621-96bb-4d89-8189-292bbe902eba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "764f595a598610911fe434d22ee688f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "764f595a598610911fe434d22ee688f7", - "x-ms-correlation-request-id": "e83b9bfa-d963-4ad6-a71a-9e9f9daa1e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "c8c0f20d-7c67-42ef-9f33-c0b751085ccb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033004Z:e83b9bfa-d963-4ad6-a71a-9e9f9daa1e8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6f0314da0feccdcb08f74202abce14dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f0314da0feccdcb08f74202abce14dd", - "x-ms-correlation-request-id": "b5e62e6b-cb3c-417d-bd78-c67969038424", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "e9d97c69-2f7c-4628-8be5-20743c9382be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033006Z:b5e62e6b-cb3c-417d-bd78-c67969038424" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f6c3b03f107fddaf781dad25ca70052c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6c3b03f107fddaf781dad25ca70052c", - "x-ms-correlation-request-id": "cff9cd3b-daee-40a1-a5b4-d9f6ab685f9d", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "bce3f89c-9c1a-4f24-9f58-b9b8a8ce7537", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033007Z:cff9cd3b-daee-40a1-a5b4-d9f6ab685f9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "34614a19fcae4be28e826d8e168e6551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34614a19fcae4be28e826d8e168e6551", - "x-ms-correlation-request-id": "ae5fa397-a12d-4852-af8a-4985995c187b", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "25bbf2e5-0d5b-4339-a340-4c21d6fbb3db", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033008Z:ae5fa397-a12d-4852-af8a-4985995c187b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7d9356cf9123ca786525f7cf61a50298", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d9356cf9123ca786525f7cf61a50298", - "x-ms-correlation-request-id": "2895e5bf-2c38-4539-ab91-1c7151ea6284", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "6b8692f1-c6fd-42ac-b56a-f229e00e1627", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033010Z:2895e5bf-2c38-4539-ab91-1c7151ea6284" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60e816f2e06c432fcd7768fca220c6e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60e816f2e06c432fcd7768fca220c6e9", - "x-ms-correlation-request-id": "ea7f41bc-55c1-439d-9461-9aa4dc4ac69b", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "cb5f5001-7e47-4c7e-a5fa-775e00545480", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033011Z:ea7f41bc-55c1-439d-9461-9aa4dc4ac69b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f6d8390-0991-4146-a24b-034b23fa58a7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "73555cb787dc8809d297cf880513eae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1214", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73555cb787dc8809d297cf880513eae8", - "x-ms-correlation-request-id": "0042b15a-3b7d-4d97-9edd-d8c21bedcffd", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "ca70ff8a-c1fb-4aec-a90a-a9803053ddaa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033012Z:0042b15a-3b7d-4d97-9edd-d8c21bedcffd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-efdb7db63d785b4dbd9045f0fa41beda-a61f4d57d08ae846-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "009cd57f04a6efe42750b0ab297b2744", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1214", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "009cd57f04a6efe42750b0ab297b2744", - "x-ms-correlation-request-id": "4b1f7d92-cb07-4bd6-a9e9-b151c052ad84", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "ce778a76-ac36-4cad-9e30-53aa08143953", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033013Z:4b1f7d92-cb07-4bd6-a9e9-b151c052ad84" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "177", - "Content-Type": "application/json", - "traceparent": "00-eb3cd0d219356b44ae3cc09ca3a9a8b6-3822fa9a1b79c34d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "04170d5f8f506abb0d608dd410a73eba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "bypass": "Logging, Metrics", - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04170d5f8f506abb0d608dd410a73eba", - "x-ms-correlation-request-id": "d6751e03-bbcc-43f5-88a6-528aefd035ea", - "x-ms-ratelimit-remaining-subscription-writes": "1149", - "x-ms-request-id": "e5dde7b4-b5b8-44a3-9283-165ffe4a1c8e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033014Z:d6751e03-bbcc-43f5-88a6-528aefd035ea" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8e9119ee532aba468f7153102eeb3ab8-119807629f9aa04a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cd7d7f8dc584b34377664b8cd75d5e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd7d7f8dc584b34377664b8cd75d5e57", - "x-ms-correlation-request-id": "d9cb92a1-f95a-4faa-83f4-80d8155a1ec2", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "1109e99a-fb98-43d3-8346-b4ed7e20c83a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033014Z:d9cb92a1-f95a-4faa-83f4-80d8155a1ec2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "56", - "Content-Type": "application/json", - "traceparent": "00-15100dc33678c141a515c4a4c3343095-a94349c73e9c3a48-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f7288b6fe5fbef981931f3457710de80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "defaultAction": "Allow" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7288b6fe5fbef981931f3457710de80", - "x-ms-correlation-request-id": "33956672-5a17-4d3e-b1ec-40a22b9ebfa3", - "x-ms-ratelimit-remaining-subscription-writes": "1148", - "x-ms-request-id": "81ff95f9-3a40-4237-9f53-c7d4adbe656a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033015Z:33956672-5a17-4d3e-b1ec-40a22b9ebfa3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8c3e44e1b1f8f44fa914431897ee9f41-8cc7ee2b5e414945-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a91df51259fd99c0ca648de9432f93af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:30:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a91df51259fd99c0ca648de9432f93af", - "x-ms-correlation-request-id": "a5dd34f2-d5dc-413b-b96d-d2f04680ad12", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "62cdb866-b458-4eb8-8147-bc8ce73990b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033016Z:a5dd34f2-d5dc-413b-b96d-d2f04680ad12" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res823/providers/Microsoft.Storage/storageAccounts/sto8404", - "name": "sto8404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:29:56.1320897Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:29:56.0383635Z", - "primaryEndpoints": { - "blob": "https://sto8404.blob.core.windows.net/", - "queue": "https://sto8404.queue.core.windows.net/", - "table": "https://sto8404.table.core.windows.net/", - "file": "https://sto8404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1258726795", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json deleted file mode 100644 index 7e1ca037cca71..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json +++ /dev/null @@ -1,1100 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourcegroups/res6852?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5d141327d76ab0408e98c26bc0217e73-d99b9badc7f0d34a-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage.Tests/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c186b2b6da9409513f3c07b864679711", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "168", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "792129d3-d297-4fca-83f2-6c4e1406db90", - "x-ms-ratelimit-remaining-subscription-writes": "1040", - "x-ms-request-id": "792129d3-d297-4fca-83f2-6c4e1406db90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034721Z:792129d3-d297-4fca-83f2-6c4e1406db90" - }, - "ResponseBody": { - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852", - "name": "res6852", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-c0c4f2e4552cfa4eb2017c0ec90cd542-7e9c2653d1712b44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1537e67de30e7677a29a5a1af6961b4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "networkAcls": { - "bypass": "Logging,AzureServices", - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1537e67de30e7677a29a5a1af6961b4e", - "x-ms-correlation-request-id": "cc5ba503-36cc-4586-8854-466305ba036f", - "x-ms-ratelimit-remaining-subscription-writes": "1039", - "x-ms-request-id": "cec0c82b-d008-46a1-9ff1-12462273fc19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034724Z:cc5ba503-36cc-4586-8854-466305ba036f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ee26dbab16e0cea70e4bf23ff6ef49a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee26dbab16e0cea70e4bf23ff6ef49a5", - "x-ms-correlation-request-id": "60278cf5-b1e4-444f-9f36-2fdef3511ec3", - "x-ms-ratelimit-remaining-subscription-reads": "11160", - "x-ms-request-id": "04ddd3ed-532b-4718-a0b1-09fc726a3284", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034724Z:60278cf5-b1e4-444f-9f36-2fdef3511ec3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc6469ec60b36759f8afe535b0fee6dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc6469ec60b36759f8afe535b0fee6dd", - "x-ms-correlation-request-id": "84319159-9c96-4fe6-8e24-0a537b2bfaf2", - "x-ms-ratelimit-remaining-subscription-reads": "11159", - "x-ms-request-id": "1205c1f5-f48b-431b-b7fc-81503cf6a47f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034726Z:84319159-9c96-4fe6-8e24-0a537b2bfaf2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b6e5c9f2c70e86ee315a1a623ae9141", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b6e5c9f2c70e86ee315a1a623ae9141", - "x-ms-correlation-request-id": "95c75005-5c34-4da1-a2a7-cf716d84470a", - "x-ms-ratelimit-remaining-subscription-reads": "11158", - "x-ms-request-id": "2d4562aa-cee0-4f87-853c-6204e40e389f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034727Z:95c75005-5c34-4da1-a2a7-cf716d84470a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "268c8d901e604b4a81bff63031711d10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "268c8d901e604b4a81bff63031711d10", - "x-ms-correlation-request-id": "a2bd42fe-d8c7-489e-a87b-69c57b6dc27e", - "x-ms-ratelimit-remaining-subscription-reads": "11157", - "x-ms-request-id": "94af8a52-ed1d-4023-bbfa-8b557d02b47f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034728Z:a2bd42fe-d8c7-489e-a87b-69c57b6dc27e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a9f15642d80bf34fb7cf89dbfb24349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a9f15642d80bf34fb7cf89dbfb24349", - "x-ms-correlation-request-id": "1827e70b-f20c-4888-9527-2f7f7a570404", - "x-ms-ratelimit-remaining-subscription-reads": "11156", - "x-ms-request-id": "7bd2036b-5ee0-4b89-8895-8bc4c3fca27a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034730Z:1827e70b-f20c-4888-9527-2f7f7a570404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "22a5a31ebf71817c112399b0363db771", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22a5a31ebf71817c112399b0363db771", - "x-ms-correlation-request-id": "4e64bf54-3fa5-41e2-9f88-3c933f4200dd", - "x-ms-ratelimit-remaining-subscription-reads": "11155", - "x-ms-request-id": "6fc64c07-e194-4a85-97db-45a14ce8f632", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034731Z:4e64bf54-3fa5-41e2-9f88-3c933f4200dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0e4191f8f60e62c059cd2ae425ad8bce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e4191f8f60e62c059cd2ae425ad8bce", - "x-ms-correlation-request-id": "31f9256e-5c06-4797-88c7-9b98802915c5", - "x-ms-ratelimit-remaining-subscription-reads": "11154", - "x-ms-request-id": "9301cb59-f798-47da-b88f-a71ef7501ece", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034732Z:31f9256e-5c06-4797-88c7-9b98802915c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8d11ac7bfacca49e981e895d948489bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d11ac7bfacca49e981e895d948489bd", - "x-ms-correlation-request-id": "a808a8fe-4bc8-4120-8b86-5cf5e85fc974", - "x-ms-ratelimit-remaining-subscription-reads": "11153", - "x-ms-request-id": "32d2f7b2-ce97-4029-bcdb-cb4b8842a7bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034734Z:a808a8fe-4bc8-4120-8b86-5cf5e85fc974" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2ea586c53571283ae342c9a495985b63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ea586c53571283ae342c9a495985b63", - "x-ms-correlation-request-id": "06ba0ab5-7d04-43d8-96f5-e24763e3e279", - "x-ms-ratelimit-remaining-subscription-reads": "11152", - "x-ms-request-id": "1481b7c0-21e7-47cd-886e-dc44c15e03ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034735Z:06ba0ab5-7d04-43d8-96f5-e24763e3e279" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8935ca97292bfea4f29d75ef6d62cdd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8935ca97292bfea4f29d75ef6d62cdd5", - "x-ms-correlation-request-id": "e5b2d863-8054-4141-95fe-ecf4d5002791", - "x-ms-ratelimit-remaining-subscription-reads": "11151", - "x-ms-request-id": "21842794-7898-4285-ae06-0540fdf760be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034736Z:e5b2d863-8054-4141-95fe-ecf4d5002791" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f1f6d435d08455d72e9a98a30fa0fff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f1f6d435d08455d72e9a98a30fa0fff", - "x-ms-correlation-request-id": "f38e6e97-86eb-4988-a1c4-b5466b9ebd07", - "x-ms-ratelimit-remaining-subscription-reads": "11150", - "x-ms-request-id": "9f691077-2656-4910-8b67-e4f92a33d0fc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034737Z:f38e6e97-86eb-4988-a1c4-b5466b9ebd07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cac625c3ff4e9b91e1a63cd3c04aba81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cac625c3ff4e9b91e1a63cd3c04aba81", - "x-ms-correlation-request-id": "fcd5b9e8-4a69-4df5-a305-aecb2cac72b9", - "x-ms-ratelimit-remaining-subscription-reads": "11149", - "x-ms-request-id": "2f115562-6d3f-4c22-bb35-7e2684b6b878", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034739Z:fcd5b9e8-4a69-4df5-a305-aecb2cac72b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cec0c82b-d008-46a1-9ff1-12462273fc19?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2860f474bc79395b6cf017427f1acdf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1215", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2860f474bc79395b6cf017427f1acdf7", - "x-ms-correlation-request-id": "36748c41-ab91-4ed3-afcf-cff7a605b1c5", - "x-ms-ratelimit-remaining-subscription-reads": "11148", - "x-ms-request-id": "2c62024c-9104-4ad5-bafa-cdda6098f959", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034740Z:36748c41-ab91-4ed3-afcf-cff7a605b1c5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-345895236feae14c9c806b9fb06a1486-e6aafb40fcf7134d-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "482c758d039b4486db83bd61218a8427", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1215", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "482c758d039b4486db83bd61218a8427", - "x-ms-correlation-request-id": "c276afec-72ec-470b-99a0-01260b4389f4", - "x-ms-ratelimit-remaining-subscription-reads": "11147", - "x-ms-request-id": "e014f61a-8f40-4590-9e34-eb35046d6429", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034740Z:c276afec-72ec-470b-99a0-01260b4389f4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "177", - "Content-Type": "application/json", - "traceparent": "00-6158d76c29412849a5403315166a8bfc-e0463982e1ad9543-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "3b15282ee79a0786c98c5d5ee74f1cc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "bypass": "Logging, Metrics", - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b15282ee79a0786c98c5d5ee74f1cc7", - "x-ms-correlation-request-id": "861d1894-cbae-4ecb-944d-4194ba50918e", - "x-ms-ratelimit-remaining-subscription-writes": "1038", - "x-ms-request-id": "8efedbb8-5162-40ba-83a4-cfd490440743", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034742Z:861d1894-cbae-4ecb-944d-4194ba50918e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2bc622f9282b654ab765b32008bac845-6d6961bb8200ba4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4a4644d9721e70e56e1b4cf5fefa18e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a4644d9721e70e56e1b4cf5fefa18e2", - "x-ms-correlation-request-id": "9cb4722d-6635-43ad-a0c1-d58d97cbd17a", - "x-ms-ratelimit-remaining-subscription-reads": "11145", - "x-ms-request-id": "422a2b06-1f35-4e51-bb07-6c435e25d82c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034742Z:9cb4722d-6635-43ad-a0c1-d58d97cbd17a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "56", - "Content-Type": "application/json", - "traceparent": "00-db95184e9feb4b41829eb785bb0aaa40-839473f5adc88f43-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5613f06b9105a55dee247e0fa6285c8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "defaultAction": "Allow" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1251", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5613f06b9105a55dee247e0fa6285c8b", - "x-ms-correlation-request-id": "2fcd10a5-beaa-4165-8f2c-3920bab60f48", - "x-ms-ratelimit-remaining-subscription-writes": "1037", - "x-ms-request-id": "a2876443-afed-47af-9f0e-a548ea48077b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034743Z:2fcd10a5-beaa-4165-8f2c-3920bab60f48" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bb7e84ae0e35cc4cab42e961ba685b9d-c9f8f56f6ab22345-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dc87f5673a43bc0843a4cd7e9a9008cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1251", - "Content-Type": "application/json", - "Date": "Mon, 14 Sep 2020 03:47:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc87f5673a43bc0843a4cd7e9a9008cf", - "x-ms-correlation-request-id": "8cdb7bdf-4a27-4dd2-9468-74374b3d4133", - "x-ms-ratelimit-remaining-subscription-reads": "11143", - "x-ms-request-id": "b6703019-becb-4f59-87ba-971986f3ff98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034744Z:8cdb7bdf-4a27-4dd2-9468-74374b3d4133" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/resourceGroups/res6852/providers/Microsoft.Storage/storageAccounts/sto4138", - "name": "sto4138", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2020-09-14T03:47:24.0277204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2020-09-14T03:47:23.9651758Z", - "primaryEndpoints": { - "blob": "https://sto4138.blob.core.windows.net/", - "queue": "https://sto4138.queue.core.windows.net/", - "table": "https://sto4138.table.core.windows.net/", - "file": "https://sto4138.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1614277827", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTest.json deleted file mode 100644 index 8c3cec129d055..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTest.json +++ /dev/null @@ -1,44048 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/skus?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5f8f92c93a17e665d67b8bd960cdee0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "559353", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:30:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "80805446-9cef-48a9-9472-acac09afae2a", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "80805446-9cef-48a9-9472-acac09afae2a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T033018Z:80805446-9cef-48a9-9472-acac09afae2a" - }, - "ResponseBody": { - "value": [ - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1687888846", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTestAsync.json deleted file mode 100644 index a15aa8e1fd648..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageSKUListTestAsync.json +++ /dev/null @@ -1,44008 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/c9cbd920-c00c-427c-852b-8aaf38badaeb/providers/Microsoft.Storage/skus?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20200914.1", - "(.NET Core 4.6.29130.01; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f14bc96d8a291500ed261bec735d2781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "558893", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 14 Sep 2020 03:47:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "301df710-3b43-4ef3-bed2-3b18307ecce4", - "x-ms-ratelimit-remaining-subscription-reads": "11142", - "x-ms-request-id": "301df710-3b43-4ef3-bed2-3b18307ecce4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200914T034745Z:301df710-3b43-4ef3-bed2-3b18307ecce4" - }, - "ResponseBody": { - "value": [ - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus" - ], - "locationInfo": [ - { - "location": "eastus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2" - ], - "locationInfo": [ - { - "location": "eastus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2(stage)" - ], - "locationInfo": [ - { - "location": "eastus2(stage)", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus" - ], - "locationInfo": [ - { - "location": "westus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westeurope" - ], - "locationInfo": [ - { - "location": "westeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "eastasia" - ], - "locationInfo": [ - { - "location": "eastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southeastasia" - ], - "locationInfo": [ - { - "location": "southeastasia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "japaneast" - ], - "locationInfo": [ - { - "location": "japaneast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "japanwest" - ], - "locationInfo": [ - { - "location": "japanwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northcentralus" - ], - "locationInfo": [ - { - "location": "northcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "southcentralus" - ], - "locationInfo": [ - { - "location": "southcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralus" - ], - "locationInfo": [ - { - "location": "centralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfilestorage", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "northeurope" - ], - "locationInfo": [ - { - "location": "northeurope", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsouth" - ], - "locationInfo": [ - { - "location": "brazilsouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiaeast" - ], - "locationInfo": [ - { - "location": "australiaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiasoutheast" - ], - "locationInfo": [ - { - "location": "australiasoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southindia" - ], - "locationInfo": [ - { - "location": "southindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centralindia" - ], - "locationInfo": [ - { - "location": "centralindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westindia" - ], - "locationInfo": [ - { - "location": "westindia", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadaeast" - ], - "locationInfo": [ - { - "location": "canadaeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "canadacentral" - ], - "locationInfo": [ - { - "location": "canadacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_ZRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westus2" - ], - "locationInfo": [ - { - "location": "westus2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "westcentralus" - ], - "locationInfo": [ - { - "location": "westcentralus", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uksouth" - ], - "locationInfo": [ - { - "location": "uksouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "ukwest" - ], - "locationInfo": [ - { - "location": "ukwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "koreacentral" - ], - "locationInfo": [ - { - "location": "koreacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "koreasouth" - ], - "locationInfo": [ - { - "location": "koreasouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [ - { - "location": "eastus2euap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsBlobInventoryPolicy", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "eastus2euap" - ], - "locationInfo": [], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "eastus2euap" - ], - "locationInfo": [], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsChangeFeedRetention", - "value": "true" - }, - { - "name": "supportsLcmVersionAndSnapshotActions", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsNfsShare", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "centraluseuap" - ], - "locationInfo": [ - { - "location": "centraluseuap", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsNfsv3", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - }, - { - "name": "supportsattributebasedaccesscontrol", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportshoeboxcapacitymetrics", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francecentral" - ], - "locationInfo": [ - { - "location": "francecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsblobtagfiltering", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "francesouth" - ], - "locationInfo": [ - { - "location": "francesouth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsLATFeature", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - }, - { - "name": "supportsBlobContainerRetention", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral" - ], - "locationInfo": [ - { - "location": "australiacentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "australiacentral2" - ], - "locationInfo": [ - { - "location": "australiacentral2", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsarchivepreview", - "value": "true" - }, - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricawest" - ], - "locationInfo": [ - { - "location": "southafricawest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southafricanorth" - ], - "locationInfo": [ - { - "location": "southafricanorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaecentral" - ], - "locationInfo": [ - { - "location": "uaecentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "uaenorth" - ], - "locationInfo": [ - { - "location": "uaenorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandnorth" - ], - "locationInfo": [ - { - "location": "switzerlandnorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "switzerlandwest" - ], - "locationInfo": [ - { - "location": "switzerlandwest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "FileStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "BlockBlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanywestcentral" - ], - "locationInfo": [ - { - "location": "germanywestcentral", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportsRoutingPreferences", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - }, - { - "name": "supportsadlsgen2snapshot", - "value": "true" - }, - { - "name": "supportsadlsgen2staticwebsite", - "value": "true" - }, - { - "name": "supportsadlsgen2wormpolicy", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "germanynorth" - ], - "locationInfo": [ - { - "location": "germanynorth", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsthreatdetection", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwayeast" - ], - "locationInfo": [ - { - "location": "norwayeast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "norwaywest" - ], - "locationInfo": [ - { - "location": "norwaywest", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "southcentralusstg" - ], - "locationInfo": [ - { - "location": "southcentralusstg", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Premium_LRS", - "tier": "Premium", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_ZRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "Storage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportslargefileshares", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "StorageV2", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsfileencryption", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportsstaticwebsite", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_LRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_GRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - }, - { - "resourceType": "storageAccounts", - "name": "Standard_RAGRS", - "tier": "Standard", - "kind": "BlobStorage", - "locations": [ - "brazilsoutheast" - ], - "locationInfo": [ - { - "location": "brazilsoutheast", - "zones": [], - "zoneDetails": [] - } - ], - "capabilities": [ - { - "name": "supportschangenotification", - "value": "true" - }, - { - "name": "supportsmanagementpolicy", - "value": "true" - }, - { - "name": "supportsnetworkacls", - "value": "true" - }, - { - "name": "supportshierarchicalnamespace", - "value": "true" - }, - { - "name": "supportsazureblobfs", - "value": "true" - }, - { - "name": "supportscompliancepolicy", - "value": "true" - }, - { - "name": "supportscustomercontrolledfailover", - "value": "true" - }, - { - "name": "supportsAutomaticSnapshot", - "value": "true" - }, - { - "name": "supportseventgridforadls", - "value": "true" - }, - { - "name": "supportsPrivateEndpointConnections", - "value": "true" - }, - { - "name": "supportsMultiProtocolAccess", - "value": "true" - }, - { - "name": "supportschangefeed", - "value": "true" - }, - { - "name": "supportsfileactivedirectory", - "value": "true" - } - ], - "restrictions": [] - } - ] - } - } - ], - "Variables": { - "RandomSeed": "976569126", - "SUBSCRIPTION_ID": "c9cbd920-c00c-427c-852b-8aaf38badaeb" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccount.json new file mode 100644 index 0000000000000..fd2718a0282c0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccount.json @@ -0,0 +1,1612 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "26bac307e37646517de2a67dce960d56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d52d339b-829d-4493-a960-965b4e28585f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "d52d339b-829d-4493-a960-965b4e28585f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064007Z:d52d339b-829d-4493-a960-965b4e28585f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6524?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-f9dd059bcfd5b14e9d9beb93ed91d66e-8afa01c909446049-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c00361951639f78bdfa0d7c0d6979ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cd21aa7c-3c96-4793-aa03-5bbd592b47f4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "cd21aa7c-3c96-4793-aa03-5bbd592b47f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064008Z:cd21aa7c-3c96-4793-aa03-5bbd592b47f4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524", + "name": "teststorageRG-6524", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adecf2d2db7fc3d0b0053bd61e542775", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adecf2d2db7fc3d0b0053bd61e542775", + "x-ms-correlation-request-id": "2cd86822-4de6-49bd-8032-2a6c4cfabd52", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "548e4304-06af-4f04-9db1-f235b84ef891", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064017Z:2cd86822-4de6-49bd-8032-2a6c4cfabd52" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ac41f047e6a3d72663c5b5d15a28068", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ac41f047e6a3d72663c5b5d15a28068", + "x-ms-correlation-request-id": "6a01740e-4d9b-402a-b7a9-1fd6d12e1655", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a21d99fe-80f4-4317-a114-19ed125aa3a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064017Z:6a01740e-4d9b-402a-b7a9-1fd6d12e1655" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ad897d303ced6b79283ffa9b4798aaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ad897d303ced6b79283ffa9b4798aaf", + "x-ms-correlation-request-id": "2559a051-79b4-4413-a781-57d2090f009c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "db022dde-4a0b-499e-909e-7ac53a364b1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064019Z:2559a051-79b4-4413-a781-57d2090f009c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ffd1fe300c90250a505c0fbb9f03530b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ffd1fe300c90250a505c0fbb9f03530b", + "x-ms-correlation-request-id": "4db8e1db-c03e-4634-9902-615e5bd2ef05", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e880e098-3f87-4086-b591-8e4d0e45f947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064020Z:4db8e1db-c03e-4634-9902-615e5bd2ef05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a183be558b28016f67ed88e77ec989ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a183be558b28016f67ed88e77ec989ed", + "x-ms-correlation-request-id": "450d5bc5-7c41-4cb3-a57a-8eb1cc9832e0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "a76c34d1-db19-4658-93c6-62212729c725", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064021Z:450d5bc5-7c41-4cb3-a57a-8eb1cc9832e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "172cacb281d0c6d88cb3fa72f4fc378f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "172cacb281d0c6d88cb3fa72f4fc378f", + "x-ms-correlation-request-id": "2b648994-2d58-4c74-b871-e93453d1f4ca", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "1c9224b9-4821-4017-8387-b90100c31e3b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064023Z:2b648994-2d58-4c74-b871-e93453d1f4ca" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f653f430e8f5a5878ed098a28323a686", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f653f430e8f5a5878ed098a28323a686", + "x-ms-correlation-request-id": "e7f2070f-2ec3-478d-81ed-4b03b8e7669a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "88046128-6603-431c-a2f3-6283397a9fba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064024Z:e7f2070f-2ec3-478d-81ed-4b03b8e7669a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f30821d33bd6d43be5bc147491fd0c6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f30821d33bd6d43be5bc147491fd0c6b", + "x-ms-correlation-request-id": "b1bacc53-708f-45b1-a6ff-46313ebbf266", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "649e412a-0086-4c0a-ba55-642bf938e37b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064025Z:b1bacc53-708f-45b1-a6ff-46313ebbf266" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ab7f9b69276c9f8248788ffe9364369", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ab7f9b69276c9f8248788ffe9364369", + "x-ms-correlation-request-id": "c760083f-9099-4726-9520-f5919b677577", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "d5b052c8-e073-4db5-b830-cb4d8f024dce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064026Z:c760083f-9099-4726-9520-f5919b677577" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d39e730c44f3f4b8b97e1038d3121391", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d39e730c44f3f4b8b97e1038d3121391", + "x-ms-correlation-request-id": "febe39bb-e562-4286-85d7-284aebdef8ef", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "50ff86d7-3a2d-4aa0-94d4-e3004e28dd6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064028Z:febe39bb-e562-4286-85d7-284aebdef8ef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8aeb2cc31b6c400f283fce4eb33bebaf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8aeb2cc31b6c400f283fce4eb33bebaf", + "x-ms-correlation-request-id": "8a7375ef-bd6c-46ba-80af-157e6d7e1824", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "cfb12c80-6e05-4eda-8496-ccc4ec471288", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064029Z:8a7375ef-bd6c-46ba-80af-157e6d7e1824" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d68ab79395e727740c2d1f781bff512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d68ab79395e727740c2d1f781bff512", + "x-ms-correlation-request-id": "77f18999-ad3c-463c-ac2b-4d3c0e8d912b", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "2ac65f2e-50c5-437c-b232-33a6a30a1b48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064030Z:77f18999-ad3c-463c-ac2b-4d3c0e8d912b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc3cf673b84af0fc635eaab4756a407d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc3cf673b84af0fc635eaab4756a407d", + "x-ms-correlation-request-id": "f487761e-b533-4979-a262-9c5cabc60215", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "6dc2cfe6-cc05-447d-a11d-c611164fdf2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064032Z:f487761e-b533-4979-a262-9c5cabc60215" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/548e4304-06af-4f04-9db1-f235b84ef891?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28be6192f6aa8a33b57949a94a18be69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28be6192f6aa8a33b57949a94a18be69", + "x-ms-correlation-request-id": "24abb44f-6ea5-4bb8-961a-e1fbd6ffe2a1", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "db7c604a-ec22-49a0-87b4-230d96195819", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064033Z:24abb44f-6ea5-4bb8-961a-e1fbd6ffe2a1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcdabc492fffc065ae77b9008fc3fcd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1234", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcdabc492fffc065ae77b9008fc3fcd6", + "x-ms-correlation-request-id": "28f7ca65-92c6-4339-a82a-518d9d3cb575", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "32ab51ad-f7d1-4031-9df9-b7462d4016c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064037Z:28f7ca65-92c6-4339-a82a-518d9d3cb575" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20645381cd007d68c2b207d06e53a64b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1234", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20645381cd007d68c2b207d06e53a64b", + "x-ms-correlation-request-id": "8d8012ce-22d1-43fe-a2d0-eebce161805a", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b9ef9366-3bdd-4ee3-a61a-1b9c9aead95f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064038Z:8d8012ce-22d1-43fe-a2d0-eebce161805a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b96b419f848f637efbfe79323d33faf1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b96b419f848f637efbfe79323d33faf1", + "x-ms-correlation-request-id": "3453e317-c72d-4aeb-8fcc-21c79c551195", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "7b2c5af7-10bd-4a41-bdc4-f52f05d869e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064041Z:3453e317-c72d-4aeb-8fcc-21c79c551195" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f627737c9db37c68545df94d2894515b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f627737c9db37c68545df94d2894515b", + "x-ms-correlation-request-id": "fd4fb339-69a5-4393-8458-f5ad13b7d61f", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ba688c00-e330-43c9-9b5b-d03033d871ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064042Z:fd4fb339-69a5-4393-8458-f5ad13b7d61f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "211", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e606dd04358fd47d40124025335408f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e606dd04358fd47d40124025335408f", + "x-ms-correlation-request-id": "347381c2-b5f9-4ad6-9062-3a0686e80c86", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "63f1dcb8-eb55-4037-80d0-14b8954b546d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064045Z:347381c2-b5f9-4ad6-9062-3a0686e80c86" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb5415b7af2b0298d8ef65318a313b67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb5415b7af2b0298d8ef65318a313b67", + "x-ms-correlation-request-id": "0de35b7d-f43a-4eba-8d9b-4f18962187e5", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "29bfbb46-094a-4256-a5a2-3836bc705448", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064045Z:0de35b7d-f43a-4eba-8d9b-4f18962187e5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "49", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf611eacabd339992b2921b17865281e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1251", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf611eacabd339992b2921b17865281e", + "x-ms-correlation-request-id": "ba8989ca-4d50-4642-a6a1-71e60cd1c987", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "2d90facf-dc3e-4e5a-bc02-5d30a412ac90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064047Z:ba8989ca-4d50-4642-a6a1-71e60cd1c987" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12956a1d5540212fd45e7569de1573a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1251", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12956a1d5540212fd45e7569de1573a3", + "x-ms-correlation-request-id": "d0bc7e5b-2540-498d-bdd8-95d3bce03b89", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "80f82569-9552-47f9-bc22-1b411ec05f3a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064047Z:d0bc7e5b-2540-498d-bdd8-95d3bce03b89" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "48", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3556bdc570d30bbb7b1bd0018ee68973", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3556bdc570d30bbb7b1bd0018ee68973", + "x-ms-correlation-request-id": "12708f28-1d48-42b5-8b84-6f7c39504bc2", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "8f8364c7-a026-47f9-b9c3-6a66068720fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064048Z:12708f28-1d48-42b5-8b84-6f7c39504bc2" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "201446c6289c5627ee40fa7536305b16", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "201446c6289c5627ee40fa7536305b16", + "x-ms-correlation-request-id": "725e74a9-3905-4e43-9e97-0ad0f1bb1805", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "2abcfba8-e6e7-4258-b830-2c70d9c938e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064049Z:725e74a9-3905-4e43-9e97-0ad0f1bb1805" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbec7eb6f30eac4bae899625852e93ed", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1262", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:40:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bbec7eb6f30eac4bae899625852e93ed", + "x-ms-correlation-request-id": "803353a8-7eed-4489-ae51-6cbf2577b0dd", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "541510ca-0550-4be6-8444-60d306033dd9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064049Z:803353a8-7eed-4489-ae51-6cbf2577b0dd" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986", + "name": "storage7986", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:40:15.8857188Z", + "key2": "2021-08-13T06:40:15.8857188Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:40:15.8857188Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:40:15.7764310Z", + "primaryEndpoints": { + "blob": "https://storage7986.blob.core.windows.net/", + "queue": "https://storage7986.queue.core.windows.net/", + "table": "https://storage7986.table.core.windows.net/", + "file": "https://storage7986.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6524/providers/Microsoft.Storage/storageAccounts/storage7986?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97a202d452009d06960046927546d54b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:40:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97a202d452009d06960046927546d54b", + "x-ms-correlation-request-id": "ea2a6fcd-9494-4c3a-958c-9d0f538220f5", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "7691cc3e-43df-490f-b512-87829c849574", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064056Z:ea2a6fcd-9494-4c3a-958c-9d0f538220f5" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1310243599", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountAsync.json new file mode 100644 index 0000000000000..b36c954339830 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/UpdateStorageAccountAsync.json @@ -0,0 +1,1612 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "70d39517b5e6570f897d85ed9f169bf4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "10344e2d-3bfd-4f5f-a8f5-db81ffd605bc", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "10344e2d-3bfd-4f5f-a8f5-db81ffd605bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064101Z:10344e2d-3bfd-4f5f-a8f5-db81ffd605bc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2387?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-3df6b1321153e147ab50530448dcf68c-fa416b11ed54b142-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2f33570de86aa2e3f76ac2aba875c0db", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "925f3808-3845-4c20-ae76-232776a13d43", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "925f3808-3845-4c20-ae76-232776a13d43", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064101Z:925f3808-3845-4c20-ae76-232776a13d43" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387", + "name": "teststorageRG-2387", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "754fe29670710a5a7512d5e563baf620", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "754fe29670710a5a7512d5e563baf620", + "x-ms-correlation-request-id": "bd0b2885-f353-4669-8eb6-0e48474fd1be", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "a3bac181-9b2c-4a9c-b880-d08aede76101", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064106Z:bd0b2885-f353-4669-8eb6-0e48474fd1be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b87fc42ceba59d05fd29ba5813fd3f3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b87fc42ceba59d05fd29ba5813fd3f3c", + "x-ms-correlation-request-id": "7d149509-cbeb-4da3-9574-bf258eac6401", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "1b1af99d-f083-4f24-9e37-ffdc5b571f1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064106Z:7d149509-cbeb-4da3-9574-bf258eac6401" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1beaa17366efafabb763e72eb2b57597", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1beaa17366efafabb763e72eb2b57597", + "x-ms-correlation-request-id": "c8382c2b-a5e1-4bab-9114-d4cc76752c8a", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "b8c4d4cd-0a5a-4759-9f10-9843be5f123a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064107Z:c8382c2b-a5e1-4bab-9114-d4cc76752c8a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9eb8c53d3d3bd57b88e85c062dd3d890", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9eb8c53d3d3bd57b88e85c062dd3d890", + "x-ms-correlation-request-id": "0f42c63a-1f59-4f08-9d30-6716719cd67c", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "da81d6a6-cdf3-48d8-bd7a-357626df2c8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064109Z:0f42c63a-1f59-4f08-9d30-6716719cd67c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2308103b9f4c52018cf014104d7ea47", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2308103b9f4c52018cf014104d7ea47", + "x-ms-correlation-request-id": "b3c07a1b-2ab3-47be-9f32-23ee8078bfb4", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "dbd7958a-f50f-43df-bd90-397186984345", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064110Z:b3c07a1b-2ab3-47be-9f32-23ee8078bfb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e1a22b3a0443601251493060aa482e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e1a22b3a0443601251493060aa482e3", + "x-ms-correlation-request-id": "b5af68fc-33bf-40a3-af51-285cced3444e", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "2c11d201-572e-468c-b785-6758fb368058", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064111Z:b5af68fc-33bf-40a3-af51-285cced3444e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "302a568b828584a3a4f2866b3c3ad1b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "302a568b828584a3a4f2866b3c3ad1b0", + "x-ms-correlation-request-id": "5db4c834-a0c9-4535-90b0-831eb46297ab", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "e816ca60-4e1a-4289-b7de-2ea98fe16c5e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064113Z:5db4c834-a0c9-4535-90b0-831eb46297ab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a5314fd8ab8634b80facddf251abb73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a5314fd8ab8634b80facddf251abb73", + "x-ms-correlation-request-id": "7134493b-5c82-482b-9a09-9420bb2fd250", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "3afa034b-a77b-4097-8065-7ac0efed4b2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064114Z:7134493b-5c82-482b-9a09-9420bb2fd250" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "adb51d4dbaad30c27e96a9511a96f9eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "adb51d4dbaad30c27e96a9511a96f9eb", + "x-ms-correlation-request-id": "f269eaa0-7b33-4e0c-b329-96de774889e9", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "230ea3b4-9969-4f04-85ea-c066d12ad40a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064115Z:f269eaa0-7b33-4e0c-b329-96de774889e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f508e2437751012a0bc6b08bb5c45e8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f508e2437751012a0bc6b08bb5c45e8a", + "x-ms-correlation-request-id": "2a3b3a2a-6785-4e0d-8233-773eca279af6", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "84a3fbb6-757d-4ee5-b4db-177de4b98ae5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064117Z:2a3b3a2a-6785-4e0d-8233-773eca279af6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e1d12372484430352228c22e0f949e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e1d12372484430352228c22e0f949e9", + "x-ms-correlation-request-id": "8f1475c6-5242-44f4-8ab7-217c9992aad7", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "8d63f8ff-5e33-43e5-8391-e657c7a1846e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064118Z:8f1475c6-5242-44f4-8ab7-217c9992aad7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "439ce100c511d522f2b4a1e60a377aba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "439ce100c511d522f2b4a1e60a377aba", + "x-ms-correlation-request-id": "36c0f564-350a-42c0-9dfc-8731e6fce568", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "18fa0ded-12a0-4182-b67c-c487e0cb9a14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064119Z:36c0f564-350a-42c0-9dfc-8731e6fce568" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "071a1f38db781f66dec5a32eeb082112", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "071a1f38db781f66dec5a32eeb082112", + "x-ms-correlation-request-id": "9faf4d5a-dcac-4a57-82b6-b0bddf1aadcb", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "2e9bfdd8-e7a5-4f79-8630-0ea6dadecf30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064121Z:9faf4d5a-dcac-4a57-82b6-b0bddf1aadcb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a3bac181-9b2c-4a9c-b880-d08aede76101?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d48ac67d1a277278f0482bd0821d381b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d48ac67d1a277278f0482bd0821d381b", + "x-ms-correlation-request-id": "1164db82-b1a7-4f4d-84a6-cb19fb2caa99", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "a1e93e50-5e60-4ecb-8552-b53080b4bb4a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064122Z:1164db82-b1a7-4f4d-84a6-cb19fb2caa99" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "47", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0ead1a841df24717b7d644b21f3e9ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1234", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0ead1a841df24717b7d644b21f3e9ea", + "x-ms-correlation-request-id": "019bcd66-c868-4b16-a37f-aa21b77c716c", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "ef5e59ce-3cb6-40d0-8b13-4b5f35fb637b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064125Z:019bcd66-c868-4b16-a37f-aa21b77c716c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44688f93a6ac1d92a6a71630af959cc1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1234", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44688f93a6ac1d92a6a71630af959cc1", + "x-ms-correlation-request-id": "4450213b-67ce-4580-a19e-1d6aeda2fc23", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "8d26affa-c4ab-49dc-9836-8b211c30a4bc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064125Z:4450213b-67ce-4580-a19e-1d6aeda2fc23" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "104", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1986888c601e3b33546558aab62d50fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1986888c601e3b33546558aab62d50fc", + "x-ms-correlation-request-id": "7198ef80-5650-4b10-a6fe-b3473bcc58f5", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "b8c3bfa7-c33a-48d1-868d-977e8c60c3cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064128Z:7198ef80-5650-4b10-a6fe-b3473bcc58f5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f23d415ef4b5016e3fcc19372b4175e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f23d415ef4b5016e3fcc19372b4175e5", + "x-ms-correlation-request-id": "9a91f13b-ba13-418a-af40-040111ce640a", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "9211da38-fb8b-4630-a0bf-a529ca789417", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064128Z:9a91f13b-ba13-418a-af40-040111ce640a" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "211", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99bfa3e0d06d32cb5c2cef464de76779", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_LRS" + }, + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:31 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99bfa3e0d06d32cb5c2cef464de76779", + "x-ms-correlation-request-id": "0a4a9c0d-8bb5-4856-bd9c-93de02b79d90", + "x-ms-ratelimit-remaining-subscription-writes": "1188", + "x-ms-request-id": "72fd2f42-6ddc-4a4f-858a-c7bb001662ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064132Z:0a4a9c0d-8bb5-4856-bd9c-93de02b79d90" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ed11957aa57970b1984da5146fb1013", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ed11957aa57970b1984da5146fb1013", + "x-ms-correlation-request-id": "4208edb8-978a-4fcd-9c8a-da5e7c7245ff", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "1347e485-890f-4b7d-b95b-28e6a824d6a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064132Z:4208edb8-978a-4fcd-9c8a-da5e7c7245ff" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "49", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "12ca73f0b66e8e8f750b95880528b357", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1251", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "12ca73f0b66e8e8f750b95880528b357", + "x-ms-correlation-request-id": "6b24f581-8477-403d-8772-b46c5960e197", + "x-ms-ratelimit-remaining-subscription-writes": "1187", + "x-ms-request-id": "82e26c53-f07b-4f6a-8ecc-665fa56e5f75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064133Z:6b24f581-8477-403d-8772-b46c5960e197" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11dfa065066f368d972780e8f67aec60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1251", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11dfa065066f368d972780e8f67aec60", + "x-ms-correlation-request-id": "41805ccc-90e8-42cb-a373-5792c561ba9e", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "9a382ba0-5cb9-408a-952a-2ed8d22e5209", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064134Z:41805ccc-90e8-42cb-a373-5792c561ba9e" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": false, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "PATCH", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "48", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da55db1b541da00b8a43f84c148292f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "supportsHttpsTrafficOnly": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da55db1b541da00b8a43f84c148292f0", + "x-ms-correlation-request-id": "07abdd70-3645-4278-ba60-00e26bae75fe", + "x-ms-ratelimit-remaining-subscription-writes": "1186", + "x-ms-request-id": "4990810b-a7f5-440d-afc9-d70207793636", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064135Z:07abdd70-3645-4278-ba60-00e26bae75fe" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a6ec82d0ff1ceaa3e5947a4736a697fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1250", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a6ec82d0ff1ceaa3e5947a4736a697fb", + "x-ms-correlation-request-id": "b88d9851-33c5-496b-9968-fa8c81dd73d6", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "b7d851d2-ede3-4807-ae85-8ba7c5de592d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064135Z:b88d9851-33c5-496b-9968-fa8c81dd73d6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "296d351fd9d3103a943e862c0d412114", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1262", + "Content-Type": "application/json", + "Date": "Fri, 13 Aug 2021 06:41:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "296d351fd9d3103a943e862c0d412114", + "x-ms-correlation-request-id": "c37816ef-a976-4020-97df-910fbc26d0f2", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "080f19a8-8e35-494c-9cc3-7b0030ce610a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064136Z:c37816ef-a976-4020-97df-910fbc26d0f2" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_LRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218", + "name": "storage5218", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key3": "value3", + "key4": "value4", + "key5": "value5" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-13T06:41:04.7766264Z", + "key2": "2021-08-13T06:41:04.7766264Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-13T06:41:04.7766264Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-13T06:41:04.6672509Z", + "primaryEndpoints": { + "blob": "https://storage5218.blob.core.windows.net/", + "queue": "https://storage5218.queue.core.windows.net/", + "table": "https://storage5218.table.core.windows.net/", + "file": "https://storage5218.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2387/providers/Microsoft.Storage/storageAccounts/storage5218?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "73178f94458e1b44386bf589d9c46ae3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Fri, 13 Aug 2021 06:41:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "73178f94458e1b44386bf589d9c46ae3", + "x-ms-correlation-request-id": "6923daf7-b345-4e92-a9d2-6c2ae3794dc4", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "d1260270-2bff-43c8-a965-b851aec73726", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T064141Z:6923daf7-b345-4e92-a9d2-6c2ae3794dc4" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2129319618", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTable.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTable.json new file mode 100644 index 0000000000000..24d4921962a2b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTable.json @@ -0,0 +1,1006 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e41666ca518686ab3c4ae761bbb1eb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:51:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b00fa793-fb26-498c-a998-0af1dcb2e92f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b00fa793-fb26-498c-a998-0af1dcb2e92f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015154Z:b00fa793-fb26-498c-a998-0af1dcb2e92f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1579?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-7558b7a0435ae243b197e64fb3652c07-857c28145e73fc44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b6e01e2addbd2bb4e9e9051ba6f0851", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:51:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d567f834-27f9-4967-bfff-949d5844f1b8", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d567f834-27f9-4967-bfff-949d5844f1b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015159Z:d567f834-27f9-4967-bfff-949d5844f1b8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579", + "name": "teststorageRG-1579", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e320ac30fd28c0f5b74e23ac86180a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e320ac30fd28c0f5b74e23ac86180a6", + "x-ms-correlation-request-id": "d6072573-5143-4a59-9c0a-65f3d83adba0", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f363f218-8480-401d-baaf-1989c8d614fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015207Z:d6072573-5143-4a59-9c0a-65f3d83adba0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13f79c251285f10f5ffe8038d898853c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13f79c251285f10f5ffe8038d898853c", + "x-ms-correlation-request-id": "9fc58786-d826-42f9-98dd-81f43723fcfa", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f21304d7-ff3a-47af-87f5-5b028208741a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015208Z:9fc58786-d826-42f9-98dd-81f43723fcfa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0e0aa0f569c337a51acd20809357662", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0e0aa0f569c337a51acd20809357662", + "x-ms-correlation-request-id": "cec7ede8-af94-4200-9bbc-6e1a38fbd754", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "3a265d16-4624-445f-bcee-b56751ca5f0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015209Z:cec7ede8-af94-4200-9bbc-6e1a38fbd754" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c153c1f6d6ac7217e7a9b060f80adb4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c153c1f6d6ac7217e7a9b060f80adb4", + "x-ms-correlation-request-id": "ca6dc462-2120-4d80-9d1d-b9c3d27e5238", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3cde53f2-b436-4848-9519-a9ca698b9a3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015210Z:ca6dc462-2120-4d80-9d1d-b9c3d27e5238" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6bcac9447418ce0922c4c1d94007e829", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6bcac9447418ce0922c4c1d94007e829", + "x-ms-correlation-request-id": "d57c764f-f6ce-4b96-ad2e-63bfcdf2e24c", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "841e6fa5-c7de-4a0a-9072-dc81a6b4dec7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015212Z:d57c764f-f6ce-4b96-ad2e-63bfcdf2e24c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b191d885983a2d289186221bb7324d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b191d885983a2d289186221bb7324d0", + "x-ms-correlation-request-id": "a64df8ac-2a80-4854-b481-cfe7c3b33d44", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "e8348fe3-5273-4e2a-a963-0a5cf226d1ef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015213Z:a64df8ac-2a80-4854-b481-cfe7c3b33d44" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3fc41efe0a6aaa4a33460aa6ab488777", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3fc41efe0a6aaa4a33460aa6ab488777", + "x-ms-correlation-request-id": "65a370da-df36-4f84-861f-a4d192e79aad", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "4b849b65-aa02-468f-bb2b-73524798ffa6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015214Z:65a370da-df36-4f84-861f-a4d192e79aad" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f17e71921267eb31f627e2ff12e712ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f17e71921267eb31f627e2ff12e712ae", + "x-ms-correlation-request-id": "fca7a9d7-9c9c-479b-a3ae-a96bae4d68ea", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "d4e813c5-887a-44d5-bd02-0bfc12a7c59c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015216Z:fca7a9d7-9c9c-479b-a3ae-a96bae4d68ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22daf1a0a8437ebfd36e673c4e2cf740", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22daf1a0a8437ebfd36e673c4e2cf740", + "x-ms-correlation-request-id": "aaac28df-6e8b-4152-8a77-2c9ee987bf1b", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a99509c6-9919-43c9-8d35-46e3d109daef", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015217Z:aaac28df-6e8b-4152-8a77-2c9ee987bf1b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4a8feb9132f5eb68ecd84842274b974c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4a8feb9132f5eb68ecd84842274b974c", + "x-ms-correlation-request-id": "fd5c987e-e580-4eb0-84b1-f0327810986f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "04db04ad-3a8e-4400-af3c-fe4d8458cc6c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015218Z:fd5c987e-e580-4eb0-84b1-f0327810986f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba055b33646de934b2ff1ef8aaf49cca", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba055b33646de934b2ff1ef8aaf49cca", + "x-ms-correlation-request-id": "072bf197-29ab-4133-affb-bd40a01065c3", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8d650e83-e986-4d8f-b3b7-86851269acb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015220Z:072bf197-29ab-4133-affb-bd40a01065c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "276ea230c8586db888ef356a607c5787", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "276ea230c8586db888ef356a607c5787", + "x-ms-correlation-request-id": "325f9aba-1d9b-4db7-b9a8-f15ceab01b16", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "91eb0d01-d114-4bcc-91f5-39f72e3cd96f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015221Z:325f9aba-1d9b-4db7-b9a8-f15ceab01b16" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3081bd73d262cd2b6a597f6136f41f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:52:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3081bd73d262cd2b6a597f6136f41f8", + "x-ms-correlation-request-id": "74abfbe9-f457-4bdb-b881-27d798818957", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "dd9f0f73-cbf7-4fe1-a5ed-683ae180a46d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015222Z:74abfbe9-f457-4bdb-b881-27d798818957" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f363f218-8480-401d-baaf-1989c8d614fe?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84127e3c70dd6bf4a398317e2eca8936", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:52:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84127e3c70dd6bf4a398317e2eca8936", + "x-ms-correlation-request-id": "e0a47f19-a9f3-4524-a354-77bb218fdbb8", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "cef75f0e-59ee-4da3-84ab-6fd155eb914b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015224Z:e0a47f19-a9f3-4524-a354-77bb218fdbb8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357", + "name": "storage4357", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T01:52:06.4604270Z", + "key2": "2021-08-18T01:52:06.4604270Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:52:06.4604270Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:52:06.4604270Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T01:52:06.3667050Z", + "primaryEndpoints": { + "blob": "https://storage4357.blob.core.windows.net/", + "queue": "https://storage4357.queue.core.windows.net/", + "table": "https://storage4357.table.core.windows.net/", + "file": "https://storage4357.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e2196a8a9ecf3a3d04170b230c25918", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:52:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e2196a8a9ecf3a3d04170b230c25918", + "x-ms-correlation-request-id": "acb8cb2d-a0b4-4e26-9614-a8bd500b9a27", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1736a9f7-4f1a-4201-98b1-c30e858f31c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015224Z:acb8cb2d-a0b4-4e26-9614-a8bd500b9a27" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69e12d3daad227679d4f8e0b53feec1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "320", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:52:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69e12d3daad227679d4f8e0b53feec1b", + "x-ms-correlation-request-id": "aaff7a9a-a109-4755-bbab-7414408fbcb2", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "c1ea4740-f0f3-4d53-8122-067ef2d9116f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015248Z:aaff7a9a-a109-4755-bbab-7414408fbcb2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442", + "name": "testtable442", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable442" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4e7d4d610bb2db931eb49cff413ae03e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "343", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4e7d4d610bb2db931eb49cff413ae03e", + "x-ms-correlation-request-id": "156a8f27-8451-42d1-bf85-501ad3871d37", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "f3e40d57-aa9e-4edd-8b91-41c1b8a123e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015421Z:156a8f27-8451-42d1-bf85-501ad3871d37" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442", + "name": "testtable442", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable442" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cf1d019cca8ecd6ba674f5914e87c42", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "343", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9cf1d019cca8ecd6ba674f5914e87c42", + "x-ms-correlation-request-id": "24dc3018-b4e9-408b-947b-844134dd1a92", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "003126fc-cc16-42b9-be0c-dbd9a1ca17bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015425Z:24dc3018-b4e9-408b-947b-844134dd1a92" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442", + "name": "testtable442", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable442" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable4421?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75cf9783cadc31fb99064b1d0d67e562", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75cf9783cadc31fb99064b1d0d67e562", + "x-ms-correlation-request-id": "a94eee6a-c9ff-42e3-9910-518f99bfc13e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "7459c8ce-3a77-4d82-aafd-4b92bf5e85d6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015426Z:a94eee6a-c9ff-42e3-9910-518f99bfc13e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8992e93f-6002-0035-6cd3-932617000000\nTime:2021-08-18T01:54:26.1149012Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82f2506f4f0c95737790934abc3ac636", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82f2506f4f0c95737790934abc3ac636", + "x-ms-correlation-request-id": "f6ba9240-8ba9-443c-80f2-f08b7fecd5d0", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d23214a4-b34b-4160-98c5-dee00d34a4f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015428Z:f6ba9240-8ba9-443c-80f2-f08b7fecd5d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa7b59376b6b4e61d4bf02a180b8de53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa7b59376b6b4e61d4bf02a180b8de53", + "x-ms-correlation-request-id": "8e436db0-c78a-4fa9-bbaa-c29d0a2566ec", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "6fd261f9-6f05-440a-8fd5-3879e887e909", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015430Z:8e436db0-c78a-4fa9-bbaa-c29d0a2566ec" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8992ea08-6002-0035-1ad3-932617000000\nTime:2021-08-18T01:54:30.4539371Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357/tableServices/default/tables/testtable442?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c4e9ec81f9f534362339fe4c36b1755f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c4e9ec81f9f534362339fe4c36b1755f", + "x-ms-correlation-request-id": "3bcd697a-03de-471c-baa9-3ba39bbf947f", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ed393522-8151-4c80-a1ae-214482ff87df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015432Z:3bcd697a-03de-471c-baa9-3ba39bbf947f" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8992ea49-6002-0035-4ed3-932617000000\nTime:2021-08-18T01:54:32.4073038Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4e6143f3beb04f7eea3ae4d4cd114be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:54:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4e6143f3beb04f7eea3ae4d4cd114be", + "x-ms-correlation-request-id": "b83e300b-9189-45b6-8b5d-6cb0599c69b0", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "01c73a15-44c3-4257-ab45-33f4e7fb2c55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015434Z:b83e300b-9189-45b6-8b5d-6cb0599c69b0" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357", + "name": "storage4357", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T01:52:06.4604270Z", + "key2": "2021-08-18T01:52:06.4604270Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:52:06.4604270Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:52:06.4604270Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T01:52:06.3667050Z", + "primaryEndpoints": { + "blob": "https://storage4357.blob.core.windows.net/", + "queue": "https://storage4357.queue.core.windows.net/", + "table": "https://storage4357.table.core.windows.net/", + "file": "https://storage4357.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1579/providers/Microsoft.Storage/storageAccounts/storage4357?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0c840b102503e41234786316c151723", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0c840b102503e41234786316c151723", + "x-ms-correlation-request-id": "74833ec9-ee69-4372-8d45-eb6c192b837a", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "3edf4727-2aca-4f3d-8200-4e901a1ea31f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015444Z:74833ec9-ee69-4372-8d45-eb6c192b837a" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "828893244", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTableAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTableAsync.json new file mode 100644 index 0000000000000..18ba8aea35fff --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/CreateDeleteTableAsync.json @@ -0,0 +1,1006 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e55bf98e715950e48b5e19709073f9c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ca2433fa-a27c-419e-96be-e70c85afca9d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "ca2433fa-a27c-419e-96be-e70c85afca9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015446Z:ca2433fa-a27c-419e-96be-e70c85afca9d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1250?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-c73fad1483a45449b9b65e85211e804b-e64be8f9eacff742-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab4eedcb73c7ad1071bffd682dabaedf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed174ee8-0c11-442c-aa4d-f6e7c99d0bd4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "ed174ee8-0c11-442c-aa4d-f6e7c99d0bd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015447Z:ed174ee8-0c11-442c-aa4d-f6e7c99d0bd4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250", + "name": "teststorageRG-1250", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d58b737175a80cfc7a9ee9f96b68dc9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d58b737175a80cfc7a9ee9f96b68dc9f", + "x-ms-correlation-request-id": "b4130287-6130-4a0b-9f54-671bacbf8a61", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "e8f2d7ab-acb5-4665-bd67-d48aa65023a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015451Z:b4130287-6130-4a0b-9f54-671bacbf8a61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8602a7913b357822519f4dd526b40656", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8602a7913b357822519f4dd526b40656", + "x-ms-correlation-request-id": "b805a156-9206-42e5-b031-837ef1996ddd", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4deb3b82-8292-4be1-87dd-908d35854586", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015451Z:b805a156-9206-42e5-b031-837ef1996ddd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "94dcc921efb2aa5fed409dc1c315241c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "94dcc921efb2aa5fed409dc1c315241c", + "x-ms-correlation-request-id": "526c9d65-ae90-4a32-a638-1f433a397172", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "78f9031e-eb69-4055-8b08-18486c73e099", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015452Z:526c9d65-ae90-4a32-a638-1f433a397172" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3677eeb55651569f5839de979b02483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3677eeb55651569f5839de979b02483", + "x-ms-correlation-request-id": "608beb25-c7c8-4a8d-a240-d44904109dc0", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "32af5647-756a-4a50-b6dd-0468362b0b32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015454Z:608beb25-c7c8-4a8d-a240-d44904109dc0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1dc55be11e81a1b8485899f59d61b53c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1dc55be11e81a1b8485899f59d61b53c", + "x-ms-correlation-request-id": "ccd9b324-f3dd-434a-a91c-dbf8883c7f5f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "3d9e0045-47f7-4ac7-a0a9-4a341110c4a7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015455Z:ccd9b324-f3dd-434a-a91c-dbf8883c7f5f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8ea307a434cccf060c69f2f5176303c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8ea307a434cccf060c69f2f5176303c", + "x-ms-correlation-request-id": "eedfcf3f-5eba-4c73-9488-2d6b01036f6a", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "71a6c73d-116d-4f3f-bf77-54f604dd67e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015456Z:eedfcf3f-5eba-4c73-9488-2d6b01036f6a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "67df191c0650cc9ac5c67b0dbb747793", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "67df191c0650cc9ac5c67b0dbb747793", + "x-ms-correlation-request-id": "541a10fd-7fea-4a61-ba57-8ff0f4d3124a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "8d1836cd-1091-456e-b0bf-2925287ebe33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015458Z:541a10fd-7fea-4a61-ba57-8ff0f4d3124a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "486f61ce7cc69e376bf9bdba7f8950d1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:54:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "486f61ce7cc69e376bf9bdba7f8950d1", + "x-ms-correlation-request-id": "429d5aee-a255-4a7e-a632-009f7791df5c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "8872f9e8-1a9a-4df4-8f71-04b2a4dd05a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015459Z:429d5aee-a255-4a7e-a632-009f7791df5c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84d85d274e8173eb961de286c7e310eb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84d85d274e8173eb961de286c7e310eb", + "x-ms-correlation-request-id": "26255637-e56c-4651-8324-8aa2a200929a", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "f761c5dc-cd5a-4375-b44a-93c6b180969a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015500Z:26255637-e56c-4651-8324-8aa2a200929a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ef600b4ee8069f75e241fb5749df4c3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ef600b4ee8069f75e241fb5749df4c3b", + "x-ms-correlation-request-id": "2dc37615-3e51-4e17-92f8-8f9ce423606b", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "1b5fd22e-f05a-4a43-8d07-072827bd08fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015502Z:2dc37615-3e51-4e17-92f8-8f9ce423606b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ee6a976f39b801276fcb2a899b1d688", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ee6a976f39b801276fcb2a899b1d688", + "x-ms-correlation-request-id": "079677d2-f227-4e07-bc43-c6c944abb8d9", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e6fda8ff-4096-4deb-aade-be31ad81f001", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015503Z:079677d2-f227-4e07-bc43-c6c944abb8d9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "746cd1e860283fcbe739a24052942ab6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "746cd1e860283fcbe739a24052942ab6", + "x-ms-correlation-request-id": "914e4995-b5e5-4dac-b565-42a357b92500", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "dc8fa98b-7e6f-4e47-8fdb-7288c48bcb69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015504Z:914e4995-b5e5-4dac-b565-42a357b92500" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e10a7d1b2fc5b50f8e0790a35cd0630", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e10a7d1b2fc5b50f8e0790a35cd0630", + "x-ms-correlation-request-id": "ecbaec83-7de3-4993-b6d5-f11ce77b21eb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "a015e3a9-6ae0-4649-ac6b-4e29f74e43fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015506Z:ecbaec83-7de3-4993-b6d5-f11ce77b21eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e8f2d7ab-acb5-4665-bd67-d48aa65023a4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "776f736ad7731513dea7766251d22ee2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "776f736ad7731513dea7766251d22ee2", + "x-ms-correlation-request-id": "d490340d-da26-4338-9479-6e81a4ab61fb", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "a5a9e034-73ab-404f-a908-6f1a07d03a9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015507Z:d490340d-da26-4338-9479-6e81a4ab61fb" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229", + "name": "storage8229", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T01:54:49.6856732Z", + "key2": "2021-08-18T01:54:49.6856732Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:54:49.7012661Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:54:49.7012661Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T01:54:49.5919172Z", + "primaryEndpoints": { + "blob": "https://storage8229.blob.core.windows.net/", + "queue": "https://storage8229.queue.core.windows.net/", + "table": "https://storage8229.table.core.windows.net/", + "file": "https://storage8229.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f2d7fcd2b8a0358b81117b47e7c0091a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f2d7fcd2b8a0358b81117b47e7c0091a", + "x-ms-correlation-request-id": "e7f8d180-d4e4-4e2f-8590-4a638f81e9a3", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "a5e80a12-79ca-4029-aa62-b762a47a19d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015507Z:e7f8d180-d4e4-4e2f-8590-4a638f81e9a3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25ded57142b293f9fa40553bee0926b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "323", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25ded57142b293f9fa40553bee0926b2", + "x-ms-correlation-request-id": "8c491c97-7bf3-496f-87f7-edac75fcd8f8", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "0eedd763-5ac1-4f19-b88d-51a8775ab307", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015512Z:8c491c97-7bf3-496f-87f7-edac75fcd8f8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303", + "name": "testtable6303", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable6303" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f53938979014e8b239f6625ccb2e1d9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "346", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f53938979014e8b239f6625ccb2e1d9e", + "x-ms-correlation-request-id": "71422aac-85b5-4d61-b81c-13fb698fe396", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "81f9d16d-3766-45f8-ba91-ccebcd414df8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015512Z:71422aac-85b5-4d61-b81c-13fb698fe396" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303", + "name": "testtable6303", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable6303" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fddf2f5cbd50ba1fde5ea67835fa9207", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "346", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fddf2f5cbd50ba1fde5ea67835fa9207", + "x-ms-correlation-request-id": "157f6ba3-2f1b-417a-8b8d-85d4dbe805f5", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "cf68d299-d082-4846-992e-9780b4457898", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015513Z:157f6ba3-2f1b-417a-8b8d-85d4dbe805f5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303", + "name": "testtable6303", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable6303" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable63031?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "884f955424d0e11e22f5ebbcdf9dc7cc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "884f955424d0e11e22f5ebbcdf9dc7cc", + "x-ms-correlation-request-id": "67ed8303-3efc-4c56-9bf3-ce37b7c0af08", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "1e3455bd-a174-43df-8294-90d819c90f3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015513Z:67ed8303-3efc-4c56-9bf3-ce37b7c0af08" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:4cd4175b-2002-0024-35d4-93bca3000000\nTime:2021-08-18T01:55:13.3773864Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfdeb722292ada62187e16b5ea39b33e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfdeb722292ada62187e16b5ea39b33e", + "x-ms-correlation-request-id": "b26ee6b1-4f4d-407b-8386-5aa496861e1e", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "235edf1e-49f1-47b2-89e9-7bd1a3f6bfdd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015513Z:b26ee6b1-4f4d-407b-8386-5aa496861e1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36075b6494de37cd11feda5ad163da41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36075b6494de37cd11feda5ad163da41", + "x-ms-correlation-request-id": "86297301-4c8f-4c09-ab55-ef3f7f29b7ac", + "x-ms-ratelimit-remaining-subscription-reads": "11956", + "x-ms-request-id": "0d4d8484-b68d-4f0f-a112-4966690bb5da", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015514Z:86297301-4c8f-4c09-ab55-ef3f7f29b7ac" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:4cd417c4-2002-0024-12d4-93bca3000000\nTime:2021-08-18T01:55:14.0638793Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229/tableServices/default/tables/testtable6303?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e55d996d31b2bdc33756f510e68f7e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e55d996d31b2bdc33756f510e68f7e8", + "x-ms-correlation-request-id": "fe675656-41cb-4061-b379-3fe0b2c54ec0", + "x-ms-ratelimit-remaining-subscription-reads": "11955", + "x-ms-request-id": "f2753909-3629-4cf7-9aba-30cd71835223", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015514Z:fe675656-41cb-4061-b379-3fe0b2c54ec0" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:4cd417f4-2002-0024-3dd4-93bca3000000\nTime:2021-08-18T01:55:14.3921131Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8357ac4291958eede9a6ae2b4f0709b5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 01:55:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8357ac4291958eede9a6ae2b4f0709b5", + "x-ms-correlation-request-id": "79d2e80d-c718-4ef9-83eb-29b49208599b", + "x-ms-ratelimit-remaining-subscription-reads": "11954", + "x-ms-request-id": "f76f4e32-45be-4f26-9047-65d4b92002d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015514Z:79d2e80d-c718-4ef9-83eb-29b49208599b" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229", + "name": "storage8229", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T01:54:49.6856732Z", + "key2": "2021-08-18T01:54:49.6856732Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:54:49.7012661Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T01:54:49.7012661Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T01:54:49.5919172Z", + "primaryEndpoints": { + "blob": "https://storage8229.blob.core.windows.net/", + "queue": "https://storage8229.queue.core.windows.net/", + "table": "https://storage8229.table.core.windows.net/", + "file": "https://storage8229.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1250/providers/Microsoft.Storage/storageAccounts/storage8229?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "101fd5a434e490237edb0369257c29a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:55:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "101fd5a434e490237edb0369257c29a8", + "x-ms-correlation-request-id": "da98735a-fd7d-452b-ae72-ff16ebfc5acb", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "5aecc55f-b372-40d8-a938-53176af7f408", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015520Z:da98735a-fd7d-452b-ae72-ff16ebfc5acb" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "14621329", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTables.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTables.json new file mode 100644 index 0000000000000..2bf37e0a5b039 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTables.json @@ -0,0 +1,882 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a41a8be571bcfb3313533f5ec80fc9ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "28ba0238-2492-4915-b548-0048e6ba61c7", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "28ba0238-2492-4915-b548-0048e6ba61c7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020129Z:28ba0238-2492-4915-b548-0048e6ba61c7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8717?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-62bdfc7392fc9643a33e6b93034768b4-6757d4f8c1734a4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec33254f22ebcd05865ca1c5ffad7926", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "86cabf09-b895-42c4-b477-ae9cc25c7e90", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "86cabf09-b895-42c4-b477-ae9cc25c7e90", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020134Z:86cabf09-b895-42c4-b477-ae9cc25c7e90" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717", + "name": "teststorageRG-8717", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "073aef378f2e1444fde4a7df4bd14308", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "073aef378f2e1444fde4a7df4bd14308", + "x-ms-correlation-request-id": "bcb49e35-a8d9-40ec-8641-617340bbc3f1", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "8820f6e5-7038-4d97-9de2-0fd74f7020c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020142Z:bcb49e35-a8d9-40ec-8641-617340bbc3f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dad7fe38a3719520efd7ee3e5dee3a8a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dad7fe38a3719520efd7ee3e5dee3a8a", + "x-ms-correlation-request-id": "61a41776-61c0-4174-8cfa-b62a770fa4f7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "2d8e018d-760b-4dbd-921f-b2932abb5292", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020142Z:61a41776-61c0-4174-8cfa-b62a770fa4f7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f40bc5e92963df9862531f77ab2dee8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f40bc5e92963df9862531f77ab2dee8", + "x-ms-correlation-request-id": "48834905-da69-425e-963e-a444370abef5", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5ca64993-d66f-47a1-a74b-a4d5d3230e20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020143Z:48834905-da69-425e-963e-a444370abef5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4da6e13e68f91b970c4da3f80b2ab8e8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4da6e13e68f91b970c4da3f80b2ab8e8", + "x-ms-correlation-request-id": "26b168fb-87b9-4c5c-895b-869963cea072", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "6cc60616-1d0b-4f68-ace5-a0c337cd533e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020145Z:26b168fb-87b9-4c5c-895b-869963cea072" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79338afc26d3a630059a544b72291a3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79338afc26d3a630059a544b72291a3d", + "x-ms-correlation-request-id": "0bc5c2a3-4737-4266-aae4-114ffd427304", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "30113b2e-5916-4d25-9271-31183c9c6424", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020146Z:0bc5c2a3-4737-4266-aae4-114ffd427304" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c0005f8ec47f59025257248ee00325b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c0005f8ec47f59025257248ee00325b", + "x-ms-correlation-request-id": "ea7bf73c-3a7b-48da-bd13-6a18a50237e9", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "ca38e69a-d14a-40d4-84c8-c5dbd6d60069", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020147Z:ea7bf73c-3a7b-48da-bd13-6a18a50237e9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0fa486d657e1715b000485f144ba8e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0fa486d657e1715b000485f144ba8e3", + "x-ms-correlation-request-id": "b3e34bde-b459-4e51-b275-7ad5108ae7b6", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "c4cb588c-438b-49a3-8196-ab5cbd314f1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020148Z:b3e34bde-b459-4e51-b275-7ad5108ae7b6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "050066323b2a0fa0f93e53aeb4e7b704", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "050066323b2a0fa0f93e53aeb4e7b704", + "x-ms-correlation-request-id": "e36da675-e215-46a7-9b80-0eb7ade5f4fa", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "2f38a726-2811-4d72-812e-1cdad36ac42f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020150Z:e36da675-e215-46a7-9b80-0eb7ade5f4fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29ddf8682a2e93bff0e8cb46a431e1d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29ddf8682a2e93bff0e8cb46a431e1d9", + "x-ms-correlation-request-id": "f3cad27d-474a-4c83-b149-6c5844f0c426", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "1f97e214-03eb-43f2-a6e5-e136b9f8150d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020151Z:f3cad27d-474a-4c83-b149-6c5844f0c426" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88168e7c2c003131a7ebf640126662c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88168e7c2c003131a7ebf640126662c8", + "x-ms-correlation-request-id": "95e8e9d0-38ad-44b2-960d-7f40cedd489b", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "c1559f1d-ece5-47af-b950-d51499a4f642", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020152Z:95e8e9d0-38ad-44b2-960d-7f40cedd489b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cf743497e6e07b4a76c15416f596bc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cf743497e6e07b4a76c15416f596bc8", + "x-ms-correlation-request-id": "c7e69cea-7154-4271-9e49-a70d55aa7f7d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "64c25028-1817-4009-b809-24095a9cebb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020154Z:c7e69cea-7154-4271-9e49-a70d55aa7f7d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25317a5d2fd13b04c7ac8143337e8189", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "25317a5d2fd13b04c7ac8143337e8189", + "x-ms-correlation-request-id": "3c23739a-8dd0-4eaa-a5e5-aa1ba271b414", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "9fbce7a4-5e94-4011-bd9e-44066f60791a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020155Z:3c23739a-8dd0-4eaa-a5e5-aa1ba271b414" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60fd0385c43afe6bda0ee09316efc14d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60fd0385c43afe6bda0ee09316efc14d", + "x-ms-correlation-request-id": "36553e9d-6e93-4ef2-b875-6c38e0b58e6c", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "39bb6c4e-fab1-4eaa-91d0-e069ee53544d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020156Z:36553e9d-6e93-4ef2-b875-6c38e0b58e6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8820f6e5-7038-4d97-9de2-0fd74f7020c9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97e32e803d351af63fbb55c2fc71d328", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97e32e803d351af63fbb55c2fc71d328", + "x-ms-correlation-request-id": "58e2e2a0-60b7-4e73-b0cd-c4d6985fa3cf", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "4b5008e2-7ac2-43dd-9f09-0138ad0250a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020158Z:58e2e2a0-60b7-4e73-b0cd-c4d6985fa3cf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457", + "name": "storage8457", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:01:40.6237995Z", + "key2": "2021-08-18T02:01:40.6237995Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:01:40.6237995Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:01:40.6237995Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:01:40.5144204Z", + "primaryEndpoints": { + "blob": "https://storage8457.blob.core.windows.net/", + "queue": "https://storage8457.queue.core.windows.net/", + "table": "https://storage8457.table.core.windows.net/", + "file": "https://storage8457.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6cbb8ceb0a5c988d0f334bc24e7025d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6cbb8ceb0a5c988d0f334bc24e7025d7", + "x-ms-correlation-request-id": "8ebb451e-0f09-419b-bb6d-4260aa24a904", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7e1c4a34-4d44-4f15-a33f-10ff535b90cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020158Z:8ebb451e-0f09-419b-bb6d-4260aa24a904" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable11499?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e99b05c24853e30c217f6fa901683bb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e99b05c24853e30c217f6fa901683bb7", + "x-ms-correlation-request-id": "2d3abe18-84aa-4c42-adbe-9ac89ab04268", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "628b671e-f37d-4c8c-a125-2be1954fff4e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020159Z:2d3abe18-84aa-4c42-adbe-9ac89ab04268" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable11499", + "name": "testtable11499", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable11499" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable29541?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55348aa776f14aa08801f234cbcf957d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55348aa776f14aa08801f234cbcf957d", + "x-ms-correlation-request-id": "96931ee0-3b7e-4ae1-9d93-db5afed5175b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "c983bc82-0081-4ee6-a25a-5bced7f3b430", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020159Z:96931ee0-3b7e-4ae1-9d93-db5afed5175b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable29541", + "name": "testtable29541", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable29541" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ceaec8d7028d73385f78e80e286532e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "665", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ceaec8d7028d73385f78e80e286532e2", + "x-ms-correlation-request-id": "ee2eca60-adda-4ded-a4be-aef0d235ff2d", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "10c2b8b6-7805-41b0-8118-2cef4b608fff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020159Z:ee2eca60-adda-4ded-a4be-aef0d235ff2d" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable11499", + "name": "testtable11499", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable11499" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457/tableServices/default/tables/testtable29541", + "name": "testtable29541", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable29541" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ac8968794a34c426450605255d81852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:01:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ac8968794a34c426450605255d81852", + "x-ms-correlation-request-id": "a8341533-a023-43ca-9899-2340901a75d9", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "0b6ac730-dba7-4258-8f59-8a7013188f7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020200Z:a8341533-a023-43ca-9899-2340901a75d9" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457", + "name": "storage8457", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:01:40.6237995Z", + "key2": "2021-08-18T02:01:40.6237995Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:01:40.6237995Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:01:40.6237995Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:01:40.5144204Z", + "primaryEndpoints": { + "blob": "https://storage8457.blob.core.windows.net/", + "queue": "https://storage8457.queue.core.windows.net/", + "table": "https://storage8457.table.core.windows.net/", + "file": "https://storage8457.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8717/providers/Microsoft.Storage/storageAccounts/storage8457?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "38d1f1e96cbaa52a52c0f5798d912222", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "38d1f1e96cbaa52a52c0f5798d912222", + "x-ms-correlation-request-id": "df67812d-ea12-4168-acee-9fb0038fe707", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "480feb17-afc9-48d1-8e97-9b88dfa1f46b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020204Z:df67812d-ea12-4168-acee-9fb0038fe707" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "645205607", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTablesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTablesAsync.json new file mode 100644 index 0000000000000..e265912a97507 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/GetAllTablesAsync.json @@ -0,0 +1,882 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d656144aee63accad3da854453ea5d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6b987b76-4bb2-477a-8a5a-7c09da9d5045", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6b987b76-4bb2-477a-8a5a-7c09da9d5045", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020208Z:6b987b76-4bb2-477a-8a5a-7c09da9d5045" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1637?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-0e99895192a2b24b8c69605a945a750a-1634e0c6f460574d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "37991bbb07873a85150f26acb852bd3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b122853f-569a-4514-a51d-18a760ef1332", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "b122853f-569a-4514-a51d-18a760ef1332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020209Z:b122853f-569a-4514-a51d-18a760ef1332" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637", + "name": "teststorageRG-1637", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f0d247c655b70fb5bc97ac3b27c096e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f0d247c655b70fb5bc97ac3b27c096e", + "x-ms-correlation-request-id": "dacf6949-5bde-4223-a2fe-c62faa5019f0", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "e627fbb1-0cf7-412f-847e-c9e2a59ae63f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020213Z:dacf6949-5bde-4223-a2fe-c62faa5019f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81c2531525ccb65f9dc62b3d0b776393", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81c2531525ccb65f9dc62b3d0b776393", + "x-ms-correlation-request-id": "b0966467-09eb-4bfa-8c4e-606cdba2da05", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "4a3c1f17-7b25-4f8e-a949-56d1e36168eb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020213Z:b0966467-09eb-4bfa-8c4e-606cdba2da05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f033d1db723bee3ca2d8d8ac655e366", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f033d1db723bee3ca2d8d8ac655e366", + "x-ms-correlation-request-id": "a8b007bb-a80b-479b-9880-77b092ae8cee", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "2543c681-c742-413a-a4cd-f13278940b9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020215Z:a8b007bb-a80b-479b-9880-77b092ae8cee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5ead8fde88b98fa2d3e3e947911cd47b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5ead8fde88b98fa2d3e3e947911cd47b", + "x-ms-correlation-request-id": "99e5e40a-b2c7-4cab-b918-8bdb0f30f26f", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "5a33c012-01d6-413f-9a9a-30eecdaeb5e9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020216Z:99e5e40a-b2c7-4cab-b918-8bdb0f30f26f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f880b6ecbf15dc77003b69e98d5f047", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f880b6ecbf15dc77003b69e98d5f047", + "x-ms-correlation-request-id": "685e02a9-0bda-4fae-ad74-d98a87ac6dc9", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "301dc67a-3fed-4e07-9cf2-c07410d713b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020217Z:685e02a9-0bda-4fae-ad74-d98a87ac6dc9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c5ec5e304c994d99a734b40ce9c2dae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c5ec5e304c994d99a734b40ce9c2dae", + "x-ms-correlation-request-id": "75e42559-0c43-4650-8de4-9601ceb911e2", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4560704c-39f3-42a0-98ab-dc76f1d64156", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020218Z:75e42559-0c43-4650-8de4-9601ceb911e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba1b115993cd1274c750eeb6d204f6fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba1b115993cd1274c750eeb6d204f6fd", + "x-ms-correlation-request-id": "898cdaad-74f0-40d7-8f6c-6763d82a8024", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "f896d9ce-153a-4c1e-928e-c55680ee621a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020220Z:898cdaad-74f0-40d7-8f6c-6763d82a8024" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc63a1f257bd69b132f3b47e80878fd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc63a1f257bd69b132f3b47e80878fd3", + "x-ms-correlation-request-id": "5c89816d-7f7c-4274-9447-02386659c774", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "c5331d32-df57-4856-8ed2-be3e96e363a4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020221Z:5c89816d-7f7c-4274-9447-02386659c774" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "864507d635b94f7a504bb4791622c296", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "864507d635b94f7a504bb4791622c296", + "x-ms-correlation-request-id": "7d0b75be-992c-42d7-874f-12590eece6cd", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "895d3f7c-bcef-45d3-8245-dd99500cfa56", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020222Z:7d0b75be-992c-42d7-874f-12590eece6cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c4d4d7d603801f060b287d9def69240", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c4d4d7d603801f060b287d9def69240", + "x-ms-correlation-request-id": "7198fa1d-7f41-4a43-bc03-13c2ec56500f", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "eb489598-4b47-4e3c-affe-41e36d6ebdc1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020224Z:7198fa1d-7f41-4a43-bc03-13c2ec56500f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cae01ac070bebc4427147c72a3385310", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cae01ac070bebc4427147c72a3385310", + "x-ms-correlation-request-id": "9a44c711-d180-4acf-8912-05bb59b5fc7c", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "dc19eedf-8ae0-40d4-a66d-6d4c3d53e56c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020225Z:9a44c711-d180-4acf-8912-05bb59b5fc7c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32011d306239759a17432607aea0705a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "32011d306239759a17432607aea0705a", + "x-ms-correlation-request-id": "e48cbb74-f2a6-468b-8c7a-a78aeb3d4060", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "3691bbac-60af-4984-9b56-71f3e267fded", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020226Z:e48cbb74-f2a6-468b-8c7a-a78aeb3d4060" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbb874b8f8410dd709910524e47e5e27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbb874b8f8410dd709910524e47e5e27", + "x-ms-correlation-request-id": "1a624d6a-d241-4413-b21b-6340e27a0c13", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "fd207a23-14b0-4138-aaf6-a91f1085a269", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020228Z:1a624d6a-d241-4413-b21b-6340e27a0c13" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e627fbb1-0cf7-412f-847e-c9e2a59ae63f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0a8775e60f55e077f6bb37b493c0e86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0a8775e60f55e077f6bb37b493c0e86", + "x-ms-correlation-request-id": "4821750e-85b9-4e62-8dbe-4330c34dbd6b", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "050311c4-e007-4bf1-9338-04fca0042b2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020229Z:4821750e-85b9-4e62-8dbe-4330c34dbd6b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579", + "name": "storage4579", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:02:11.6875341Z", + "key2": "2021-08-18T02:02:11.6875341Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:02:11.6875341Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:02:11.6875341Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:02:11.5625814Z", + "primaryEndpoints": { + "blob": "https://storage4579.blob.core.windows.net/", + "queue": "https://storage4579.queue.core.windows.net/", + "table": "https://storage4579.table.core.windows.net/", + "file": "https://storage4579.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2eb921a3578038ce46f428a85c769198", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2eb921a3578038ce46f428a85c769198", + "x-ms-correlation-request-id": "6b3197e9-1966-46c1-bc37-e75aa47a6e69", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "a6c5c3d2-5c20-47f6-8c58-f1b700b646bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020229Z:6b3197e9-1966-46c1-bc37-e75aa47a6e69" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable13656?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aff737a85764596d7cd6455cc3cd827f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aff737a85764596d7cd6455cc3cd827f", + "x-ms-correlation-request-id": "f52c1262-354e-4042-b916-8213b85012b7", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "68fe6c4c-ea7b-4ebb-bc94-a5c8f41eee30", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020230Z:f52c1262-354e-4042-b916-8213b85012b7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable13656", + "name": "testtable13656", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable13656" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable24215?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2fc5c28007a670a87a01385e0209d91a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "326", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2fc5c28007a670a87a01385e0209d91a", + "x-ms-correlation-request-id": "ea15164f-699e-45c7-bf10-b84ac1b81a0c", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "abb2393d-6853-4e67-bb54-a483c21b6e9f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020230Z:ea15164f-699e-45c7-bf10-b84ac1b81a0c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable24215", + "name": "testtable24215", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable24215" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7934995f38e61bcc127dbf8f3e9305b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "665", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7934995f38e61bcc127dbf8f3e9305b", + "x-ms-correlation-request-id": "1ed1d3db-9d00-4ddc-a989-2cd53f339f5d", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d88cb35a-1979-4e9d-89c9-63894f485c8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020230Z:1ed1d3db-9d00-4ddc-a989-2cd53f339f5d" + }, + "ResponseBody": { + "value": [ + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable13656", + "name": "testtable13656", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable13656" + } + }, + { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579/tableServices/default/tables/testtable24215", + "name": "testtable24215", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable24215" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cef5dd25b5d3a1588e8735631f0e5772", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:02:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cef5dd25b5d3a1588e8735631f0e5772", + "x-ms-correlation-request-id": "8be039d8-7cee-45ad-8a09-4e03d97c426b", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "a168fe1c-ed36-4314-ad0c-e0b9056e6e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020231Z:8be039d8-7cee-45ad-8a09-4e03d97c426b" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579", + "name": "storage4579", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:02:11.6875341Z", + "key2": "2021-08-18T02:02:11.6875341Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:02:11.6875341Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:02:11.6875341Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:02:11.5625814Z", + "primaryEndpoints": { + "blob": "https://storage4579.blob.core.windows.net/", + "queue": "https://storage4579.queue.core.windows.net/", + "table": "https://storage4579.table.core.windows.net/", + "file": "https://storage4579.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1637/providers/Microsoft.Storage/storageAccounts/storage4579?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79c62afcab398df005636d7f2cb07c91", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:02:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79c62afcab398df005636d7f2cb07c91", + "x-ms-correlation-request-id": "e2aab424-fe79-448e-9380-6053d6cb3e4b", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "f2043f5d-76fb-47e7-be89-1f1c7911715d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020236Z:e2aab424-fe79-448e-9380-6053d6cb3e4b" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2138206912", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json new file mode 100644 index 0000000000000..af82ec23a1c4e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json @@ -0,0 +1,1006 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46a6b5939b88514f8e0ccb4fa419b4a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:59:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5fa100b8-bfe0-411e-8433-54af0547a4c5", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5fa100b8-bfe0-411e-8433-54af0547a4c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015953Z:5fa100b8-bfe0-411e-8433-54af0547a4c5" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7157?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-92476278dfa6cd408630f9432b4d9004-7eb0ba09bfb8694b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "529d89fcfe2dea63db019afe62ef3973", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 01:59:54 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d2052872-4e91-4df4-8dc7-5965b8d05131", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "d2052872-4e91-4df4-8dc7-5965b8d05131", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015955Z:d2052872-4e91-4df4-8dc7-5965b8d05131" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157", + "name": "teststorageRG-7157", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6233c49ac871432b46961feb3d5c274f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6233c49ac871432b46961feb3d5c274f", + "x-ms-correlation-request-id": "7a440e9e-1842-471c-932d-60c58a162d73", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "29f31484-aecf-4947-832d-43b36279fc14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020003Z:7a440e9e-1842-471c-932d-60c58a162d73" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f07eb8db6671c08b710fe76843fe9da5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f07eb8db6671c08b710fe76843fe9da5", + "x-ms-correlation-request-id": "04480331-8dd4-4add-9763-65906c0054ac", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "87e3f352-804d-4edd-8aca-7f6fa9a94805", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020003Z:04480331-8dd4-4add-9763-65906c0054ac" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e145ae730d2a35970df006c32e75f01a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e145ae730d2a35970df006c32e75f01a", + "x-ms-correlation-request-id": "a949ce43-b1a0-476c-a167-def84db0c60c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "7c708847-6cc9-440d-bc6d-04e2780aa69f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020005Z:a949ce43-b1a0-476c-a167-def84db0c60c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "840f8e7936deb6de824ef4447e4eff5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "840f8e7936deb6de824ef4447e4eff5d", + "x-ms-correlation-request-id": "6c8bf324-90b7-45d6-bef6-806d55dc7d05", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f900be13-b573-4186-a5e2-cd6698d9555b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020006Z:6c8bf324-90b7-45d6-bef6-806d55dc7d05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a442f5103be6cd662149e38160c792fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a442f5103be6cd662149e38160c792fc", + "x-ms-correlation-request-id": "eb2a96ed-ba47-4f1e-a747-0765e242c2b3", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "b8c60184-168c-4dbc-a5f6-440594e6dc9c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020007Z:eb2a96ed-ba47-4f1e-a747-0765e242c2b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b4efcd1e19ef3cc7d08e5edb1852b6be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b4efcd1e19ef3cc7d08e5edb1852b6be", + "x-ms-correlation-request-id": "7c826348-c339-49e8-b16f-c51fb65b073c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "fd529040-5fb8-4f6f-b22b-e3d75a2d9373", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020009Z:7c826348-c339-49e8-b16f-c51fb65b073c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39b3a8f04c333d3327416394525c56bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39b3a8f04c333d3327416394525c56bb", + "x-ms-correlation-request-id": "e9c65c55-4bd7-4f57-9ab5-dff393d9f4d4", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "bc196c80-8c66-45dd-9905-618c507f6798", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020010Z:e9c65c55-4bd7-4f57-9ab5-dff393d9f4d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b025f8bc4a5ef66e2d06d357dc8bb5ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b025f8bc4a5ef66e2d06d357dc8bb5ce", + "x-ms-correlation-request-id": "ba657da9-9dea-4910-8b34-739c9c307262", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7ffe76d6-a470-45e2-971a-0bc7b41e34e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020011Z:ba657da9-9dea-4910-8b34-739c9c307262" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b79024925813d2c899b18cadb632e974", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b79024925813d2c899b18cadb632e974", + "x-ms-correlation-request-id": "053f03f0-fa7b-4200-8582-6a72e45222ba", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "6eb06ecb-fb3b-4e07-b7a7-3ee180ad5ece", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020013Z:053f03f0-fa7b-4200-8582-6a72e45222ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "201fa338062ca5603abc0b2d78dc619c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "201fa338062ca5603abc0b2d78dc619c", + "x-ms-correlation-request-id": "7eedc577-68a5-4ae3-b1a4-10686265d66b", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "5f776fee-ba0b-476c-a9a1-b5d9151f084f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020014Z:7eedc577-68a5-4ae3-b1a4-10686265d66b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d02948c9fcb63a72f5217adbec040fb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d02948c9fcb63a72f5217adbec040fb", + "x-ms-correlation-request-id": "603164ce-0a6d-4314-8684-8de79d2eeb4e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6a0bbd47-9ed5-48b2-becd-49bb378b0962", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020015Z:603164ce-0a6d-4314-8684-8de79d2eeb4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "381f5f1c946c8ca1c4ea7c574d9b5abd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "381f5f1c946c8ca1c4ea7c574d9b5abd", + "x-ms-correlation-request-id": "635f7a2c-592c-48a2-9176-f8a30dd85d93", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "26cf247f-6236-4cd9-8ec2-bd6b079eda02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020017Z:635f7a2c-592c-48a2-9176-f8a30dd85d93" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2120f04fbb3098a8fcbbf0d9eeb2e77a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2120f04fbb3098a8fcbbf0d9eeb2e77a", + "x-ms-correlation-request-id": "4f923ada-9cef-4f9d-8dbd-e7e7ba018db7", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f1c13f3f-4781-4257-a394-622caff6d9e6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020018Z:4f923ada-9cef-4f9d-8dbd-e7e7ba018db7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19100f7c28bcf730f27668e123501593", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19100f7c28bcf730f27668e123501593", + "x-ms-correlation-request-id": "17a4e1d9-270e-4b18-9473-22d817ed3293", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6bc81a79-900c-4f96-a030-6fd9cc6755cd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020019Z:17a4e1d9-270e-4b18-9473-22d817ed3293" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852", + "name": "storage4852", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:00:01.9480120Z", + "key2": "2021-08-18T02:00:01.9480120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:00:01.8542585Z", + "primaryEndpoints": { + "blob": "https://storage4852.blob.core.windows.net/", + "queue": "https://storage4852.queue.core.windows.net/", + "table": "https://storage4852.table.core.windows.net/", + "file": "https://storage4852.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd5d5af81e9f60cbb7863cb0a4c79d12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd5d5af81e9f60cbb7863cb0a4c79d12", + "x-ms-correlation-request-id": "cbfc2dd5-bd94-40c6-824f-0a57e3cf0a8b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "c69d3987-dc05-4e4e-ab3e-8a0feb0907f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020020Z:cbfc2dd5-bd94-40c6-824f-0a57e3cf0a8b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a3dda010041c027282fb952c775aca5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "320", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a3dda010041c027282fb952c775aca5", + "x-ms-correlation-request-id": "85baef32-56ab-4207-b8a3-3e69e36c57a7", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "53407dc1-c78f-44e6-9dad-6d63e9b7d947", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020020Z:85baef32-56ab-4207-b8a3-3e69e36c57a7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", + "name": "testtable445", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable445" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5593e15cda1a445db06136ec7f532ad8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "343", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5593e15cda1a445db06136ec7f532ad8", + "x-ms-correlation-request-id": "5fba3943-8d4d-4c69-87b8-a65f92bd11dc", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "3f9acb0e-e532-4e5e-8594-a8b9c061f046", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020021Z:5fba3943-8d4d-4c69-87b8-a65f92bd11dc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", + "name": "testtable445", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable445" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7521de5608d85ab7360c77ef110df011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "343", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7521de5608d85ab7360c77ef110df011", + "x-ms-correlation-request-id": "b3feeb64-5bcc-4812-930a-41ce417150fc", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8044f588-6df8-4178-8a76-b0e9256d8ad4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020021Z:b3feeb64-5bcc-4812-930a-41ce417150fc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", + "name": "testtable445", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable445" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable4451?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e6470a90bc0927e87df9dadfca3a40d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e6470a90bc0927e87df9dadfca3a40d5", + "x-ms-correlation-request-id": "5c3a43c1-f4f4-43ec-8e07-7f9b1b4ea8b7", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "dcf7a8ba-f704-4b09-bca0-6cc49fe751b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:5c3a43c1-f4f4-43ec-8e07-7f9b1b4ea8b7" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:56d41d14-f002-0027-80d4-93a407000000\nTime:2021-08-18T02:00:21.8785693Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8fbe104365353cd2a391f0d636e32a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8fbe104365353cd2a391f0d636e32a3", + "x-ms-correlation-request-id": "9246ae47-848f-41bc-86ba-63cfd8774e14", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ddfc5f95-45e0-4518-8d27-f8c80b409dc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:9246ae47-848f-41bc-86ba-63cfd8774e14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "755c2571440c9acef5faf7df2ed78ffb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "755c2571440c9acef5faf7df2ed78ffb", + "x-ms-correlation-request-id": "fb618972-f650-44c7-91bb-e5b3dd137b8c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "14463397-00ea-4fb8-b900-ad85153a0ffd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:fb618972-f650-44c7-91bb-e5b3dd137b8c" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:56d41d33-f002-0027-17d4-93a407000000\nTime:2021-08-18T02:00:22.6170931Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30eaa1cc071159bd3df3bcd09cdbc40f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30eaa1cc071159bd3df3bcd09cdbc40f", + "x-ms-correlation-request-id": "043dfa65-fee1-4ba4-910d-361d6ed589ec", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "340a37b8-80ab-4dce-8537-5c33ddc12389", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020023Z:043dfa65-fee1-4ba4-910d-361d6ed589ec" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:56d41d36-f002-0027-1ad4-93a407000000\nTime:2021-08-18T02:00:22.9473276Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a56e37c6cbdec0c91361f3593fee2552", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a56e37c6cbdec0c91361f3593fee2552", + "x-ms-correlation-request-id": "c6a2f93b-409b-4c27-bfa0-ae87a1ea0343", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "2bb888d6-2986-4b39-ad92-14dc636b43a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020023Z:c6a2f93b-409b-4c27-bfa0-ae87a1ea0343" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852", + "name": "storage4852", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:00:01.9480120Z", + "key2": "2021-08-18T02:00:01.9480120Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:00:01.8542585Z", + "primaryEndpoints": { + "blob": "https://storage4852.blob.core.windows.net/", + "queue": "https://storage4852.queue.core.windows.net/", + "table": "https://storage4852.table.core.windows.net/", + "file": "https://storage4852.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c14124a9028369916703381887fdfe1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c14124a9028369916703381887fdfe1a", + "x-ms-correlation-request-id": "ff7bb401-09c1-402d-92e2-901468c0d298", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "1e847458-6ccb-48cd-b29c-3272b53cd972", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020030Z:ff7bb401-09c1-402d-92e2-901468c0d298" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1742935930", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json new file mode 100644 index 0000000000000..6b045e77cbe40 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json @@ -0,0 +1,913 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "86379d5cc08f03a656720717401c3359", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020034Z:7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1164?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-2e1b866411315f41b1cecab843a5a324-9ce6e9746e3b5b4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff0848f765dc1ad437ba85e962fc0561", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5f48f660-e0d1-4250-8dce-626ee0bf7863", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "5f48f660-e0d1-4250-8dce-626ee0bf7863", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020035Z:5f48f660-e0d1-4250-8dce-626ee0bf7863" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164", + "name": "teststorageRG-1164", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "101fbb5f287587846e9531e6517a3e6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "101fbb5f287587846e9531e6517a3e6f", + "x-ms-correlation-request-id": "39a69cb0-f790-4df4-8d22-25a32170df4a", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "9a8af987-fa41-48ce-a64a-29f2d86a2909", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020043Z:39a69cb0-f790-4df4-8d22-25a32170df4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78bcd4b6e739208283786ecfa333e640", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78bcd4b6e739208283786ecfa333e640", + "x-ms-correlation-request-id": "7b3a5b39-7b7e-4daf-b381-5dd5b573fe49", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "2fa09479-f777-4ad6-bc79-a7f18ff7b957", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020044Z:7b3a5b39-7b7e-4daf-b381-5dd5b573fe49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c3c7a462f46df6a83bca41d21636d7a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c3c7a462f46df6a83bca41d21636d7a", + "x-ms-correlation-request-id": "3c94062d-225b-44d7-b402-2513dbe6482a", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "cba70dac-8f9f-4c2b-81e6-96f353847a7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020045Z:3c94062d-225b-44d7-b402-2513dbe6482a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c302e1fc6bd3d36fd9eae891168bf38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c302e1fc6bd3d36fd9eae891168bf38", + "x-ms-correlation-request-id": "290df0c6-5f45-4edd-861e-cba253f5bc67", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "e5477dd7-a6da-445d-80b4-36a26f499911", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020046Z:290df0c6-5f45-4edd-861e-cba253f5bc67" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9fdac671f8b787bc6addf47d4365fe20", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9fdac671f8b787bc6addf47d4365fe20", + "x-ms-correlation-request-id": "2b40ccd0-a049-4f61-ad9d-dc420f7d75c2", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "cb6348cb-22ea-4483-8776-ec71570d3930", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020048Z:2b40ccd0-a049-4f61-ad9d-dc420f7d75c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75b0f30a6a03808244ff7fa781e1ce1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75b0f30a6a03808244ff7fa781e1ce1a", + "x-ms-correlation-request-id": "c007bd9f-7370-4cbe-b292-e0f35ddb9a5a", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "019dadb5-7399-490b-b84c-700baa92d97c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020049Z:c007bd9f-7370-4cbe-b292-e0f35ddb9a5a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5bab6bfcce8827c372a812dfd1b8fa98", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5bab6bfcce8827c372a812dfd1b8fa98", + "x-ms-correlation-request-id": "1c802c06-24b2-4b54-b67c-7eb84a023201", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "91a89294-aab2-4ad8-9110-049702ded0ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020050Z:1c802c06-24b2-4b54-b67c-7eb84a023201" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e7e8da04ab80735435a5bb879140688", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e7e8da04ab80735435a5bb879140688", + "x-ms-correlation-request-id": "c114c945-4f0a-4b86-b06c-53570235b8c1", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "3ce7d56a-e3ed-45cf-b6f8-5a2057f00a87", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020051Z:c114c945-4f0a-4b86-b06c-53570235b8c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d781da0fa2b93c972f89035a57a3ae8b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d781da0fa2b93c972f89035a57a3ae8b", + "x-ms-correlation-request-id": "eefe4f08-90ff-42ed-b047-4fb1f3112cf8", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "8e772412-391c-40cc-917e-324228401a09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020053Z:eefe4f08-90ff-42ed-b047-4fb1f3112cf8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f306e604af62b16136a3172d720bad5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f306e604af62b16136a3172d720bad5d", + "x-ms-correlation-request-id": "df03ba85-1a5d-4357-9b35-81f1b8641e47", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "5c6d8dff-d559-4a92-bb19-87ef17a64b59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020054Z:df03ba85-1a5d-4357-9b35-81f1b8641e47" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7d089a22237fddef642ee2f47dbb0a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7d089a22237fddef642ee2f47dbb0a0", + "x-ms-correlation-request-id": "ab1bb549-40ce-438c-9bd1-803da9beb41c", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "97a04f97-8b97-4c29-8c4e-a5652b4f3b99", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020055Z:ab1bb549-40ce-438c-9bd1-803da9beb41c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385", + "name": "storage2385", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:00:37.4181757Z", + "key2": "2021-08-18T02:00:37.4181757Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:00:37.2931675Z", + "primaryEndpoints": { + "blob": "https://storage2385.blob.core.windows.net/", + "queue": "https://storage2385.queue.core.windows.net/", + "table": "https://storage2385.table.core.windows.net/", + "file": "https://storage2385.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "92b3cfac120e5f2678cfa1158b69c924", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "285", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "92b3cfac120e5f2678cfa1158b69c924", + "x-ms-correlation-request-id": "885244e3-2511-4825-a194-e53ddfc8f417", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "d8fc3c8a-be7e-4ebc-a453-27202210e85c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:885244e3-2511-4825-a194-e53ddfc8f417" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/tableServices", + "properties": { + "cors": { + "corsRules": [] + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2cdb8a554b707e208fd1fc1326a5bf3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "323", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2cdb8a554b707e208fd1fc1326a5bf3", + "x-ms-correlation-request-id": "5881a534-6dd7-4e8d-9f2a-3649ad52d70c", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "456bc6e8-fa52-4805-913f-67b741d68160", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:5881a534-6dd7-4e8d-9f2a-3649ad52d70c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", + "name": "testtable3748", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "tableName": "testtable3748" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "57a281774f1a638f717e6880c9728c79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "346", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "57a281774f1a638f717e6880c9728c79", + "x-ms-correlation-request-id": "14a3c3d5-08ff-4cf6-9717-6b8a582fb872", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "a2cdc585-5f5e-44f4-95ee-7587a397ed86", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:14a3c3d5-08ff-4cf6-9717-6b8a582fb872" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", + "name": "testtable3748", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable3748" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22a154c9cee27bf4d08a0515069e4664", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "346", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "22a154c9cee27bf4d08a0515069e4664", + "x-ms-correlation-request-id": "6ae36119-4fa0-4283-bdc6-cd6cac62198f", + "x-ms-ratelimit-remaining-subscription-reads": "11961", + "x-ms-request-id": "fea3ef79-5c9f-4f94-ac39-fecfc0f5f6a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020057Z:6ae36119-4fa0-4283-bdc6-cd6cac62198f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", + "name": "testtable3748", + "type": "Microsoft.Storage/storageAccounts/tableServices/tables", + "properties": { + "signedIdentifiers": [], + "tableName": "testtable3748" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable37481?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8132246cc2656c0286a6038eb613e96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8132246cc2656c0286a6038eb613e96", + "x-ms-correlation-request-id": "55b1d82e-6011-4202-9280-343fad77f4ef", + "x-ms-ratelimit-remaining-subscription-reads": "11960", + "x-ms-request-id": "77d87d3a-68a3-46a0-8588-99beff86b2a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020057Z:55b1d82e-6011-4202-9280-343fad77f4ef" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8c0ceeb9-2002-000a-1bd4-933c58000000\nTime:2021-08-18T02:00:57.5201398Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "def7a67138c9a9118c26868f49795cd3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 204, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:00:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "def7a67138c9a9118c26868f49795cd3", + "x-ms-correlation-request-id": "9cee3caf-3f6f-4ef7-8508-63d54a9a2772", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "eb7c151d-bcb3-4f41-8633-72248d7fbf1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:9cee3caf-3f6f-4ef7-8508-63d54a9a2772" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a73a0338a45ffd52934afa776dbc8f6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a73a0338a45ffd52934afa776dbc8f6f", + "x-ms-correlation-request-id": "bbc1dddf-83d4-4ab8-8fb5-5678aa48d40e", + "x-ms-ratelimit-remaining-subscription-reads": "11959", + "x-ms-request-id": "fe331db4-23e9-4da8-82e7-fcf329d4a11d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:bbc1dddf-83d4-4ab8-8fb5-5678aa48d40e" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8c0ceed7-2002-000a-36d4-933c58000000\nTime:2021-08-18T02:00:58.2176366Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60a46e4c68a60e9b106a5bff45300cae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 404, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "171", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60a46e4c68a60e9b106a5bff45300cae", + "x-ms-correlation-request-id": "5af24000-a592-4486-bf6b-c8f8aec50dea", + "x-ms-ratelimit-remaining-subscription-reads": "11958", + "x-ms-request-id": "555bef10-73fe-4be1-a419-b2a158aea897", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:5af24000-a592-4486-bf6b-c8f8aec50dea" + }, + "ResponseBody": { + "error": { + "code": "ResourceNotFound", + "message": "The specified resource does not exist.\nRequestId:8c0ceee5-2002-000a-43d4-933c58000000\nTime:2021-08-18T02:00:58.5488715Z" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8008c0e9727cc3753fa4a7e3d9a3bd0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 18 Aug 2021 02:00:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e8008c0e9727cc3753fa4a7e3d9a3bd0", + "x-ms-correlation-request-id": "e797b980-71a7-4f39-9cd7-54e05003d734", + "x-ms-ratelimit-remaining-subscription-reads": "11957", + "x-ms-request-id": "b69586f6-1609-408e-b536-c48ad72e1914", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020059Z:e797b980-71a7-4f39-9cd7-54e05003d734" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385", + "name": "storage2385", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-18T02:00:37.4181757Z", + "key2": "2021-08-18T02:00:37.4181757Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-18T02:00:37.2931675Z", + "primaryEndpoints": { + "blob": "https://storage2385.blob.core.windows.net/", + "queue": "https://storage2385.queue.core.windows.net/", + "table": "https://storage2385.table.core.windows.net/", + "file": "https://storage2385.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "da431797fbd5d02c682b96f44852b763", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 18 Aug 2021 02:01:04 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "da431797fbd5d02c682b96f44852b763", + "x-ms-correlation-request-id": "2157e35d-850e-4025-9899-291604bc3ad6", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "12c1a7c5-a10b-49f8-8a2b-003933a9d892", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020104Z:2157e35d-850e-4025-9899-291604bc3ad6" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "109549220", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs new file mode 100644 index 0000000000000..9e70b11c232bc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -0,0 +1,212 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Collections.Generic; +using System.Threading.Tasks; +using NUnit.Framework; +using Azure.ResourceManager.Resources; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Storage.Tests.Helpers; + +namespace Azure.ResourceManager.Storage.Tests.Tests +{ + public class BlobContainerTests: StorageTestBase + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private BlobServiceContainer blobServiceContainer; + private BlobService blobService; + private BlobContainerContainer blobContainerContainer; + public BlobContainerTests(bool async) : base(async) + { + } + [SetUp] + public async Task createStorageAccountAndGetBlobContainerContainer() + { + resourceGroup = await CreateResourceGroupAsync(); + string accountName = Recording.GenerateAssetName("storage"); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + blobServiceContainer = storageAccount.GetBlobServices(); + blobService = await blobServiceContainer.GetAsync("default"); + blobContainerContainer = blobService.GetBlobContainers(); + } + [TearDown] + public async Task ClearStorageAccount() + { + if (resourceGroup != null) + { + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + { + await account.DeleteAsync(); + } + resourceGroup = null; + storageAccount = null; + } + } + [Test] + [RecordedTest] + public async Task CreateDeleteBlobContainer() + { + //create blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerCreateOperation blobContainerCreateOperation=await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); + BlobContainer container1 = await blobContainerCreateOperation.WaitForCompletionAsync(); + Assert.IsNotNull(container1); + Assert.AreEqual(container1.Id.Name, containerName); + + //validate if created successfully + BlobContainer container2 = await blobContainerContainer.GetAsync(containerName); + AssertBlobContainerEqual(container1, container2); + Assert.IsTrue(await blobContainerContainer.CheckIfExistsAsync(containerName)); + Assert.IsFalse(await blobContainerContainer.CheckIfExistsAsync(containerName + "1")); + BlobContainerData containerData = container1.Data; + Assert.IsEmpty(containerData.Metadata); + Assert.IsFalse(containerData.HasLegalHold); + Assert.IsNull(containerData.PublicAccess); + Assert.False(containerData.HasImmutabilityPolicy); + + //delete blob container + BlobContainerDeleteOperation blobContainerDeleteOperation = await container1.DeleteAsync(); + await blobContainerDeleteOperation.WaitForCompletionResponseAsync(); + + //validate if deleted successfully + BlobContainer blobContainer3 = await blobContainerContainer.GetIfExistsAsync(containerName); + Assert.IsNull(blobContainer3); + Assert.IsFalse(await blobContainerContainer.CheckIfExistsAsync(containerName)); + } + + [Test] + [RecordedTest] + public async Task GetAllBlobContainers() + { + //create two blob containers + string containerName1 = Recording.GenerateAssetName("testblob1"); + string containerName2 = Recording.GenerateAssetName("testblob2"); + BlobContainerCreateOperation blobContainerCreateOperation1 = await blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData()); + BlobContainer container1 = await blobContainerCreateOperation1.WaitForCompletionAsync(); + BlobContainerCreateOperation blobContainerCreateOperation2 = await blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData()); + BlobContainer container2 = await blobContainerCreateOperation2.WaitForCompletionAsync(); + + //validate if there are two containers + BlobContainer container3 = null; + BlobContainer container4 = null; + int count = 0; + await foreach (BlobContainer container in blobContainerContainer.GetAllAsync()) + { + count++; + if (container.Id.Name == containerName1) + container3 = container; + if (container.Id.Name == containerName2) + container4 = container; + } + Assert.AreEqual(count, 2); + Assert.IsNotNull(container3); + Assert.IsNotNull(container4); + } + [Test] + [RecordedTest] + public async Task UpdateBlobContainer() + { + //create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); + BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + + //update metadata, public access + BlobContainerData containerData = container.Data; + containerData.Metadata.Add("key1", "value1"); + containerData.PublicAccess = PublicAccess.Container; + BlobContainer container1=await container.UpdateAsync(containerData); + + //validate + Assert.NotNull(container1); + Assert.NotNull(container1.Data.Metadata); + Assert.AreEqual(container1.Data.Metadata["key1"],"value1"); + Assert.AreEqual(PublicAccess.Container, container.Data.PublicAccess); + Assert.False(container1.Data.HasLegalHold); + Assert.False(container1.Data.HasImmutabilityPolicy); + } + + [Test] + [RecordedTest] + public async Task CreateDeleteImmutabilityPolicy() + { + // create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); + BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + + //create immutability policy + ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; + ImmutabilityPolicy immutabilityPolicy = await container.CreateOrUpdateImmutabilityPolicyAsync(parameters: immutabilityPolicyModel); + + //validate + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(3, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + + //delete immutability policy + immutabilityPolicy = await container.DeleteImmutabilityPolicyAsync(immutabilityPolicy.Etag); + + //validate + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(0, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + } + + [Test] + [RecordedTest] + public async Task SetClearLegalHold() + { + // create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); + BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + + //set legal hold + LegalHold legalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); + LegalHold legalHold =await container.SetLegalHoldAsync(legalHoldModel); + + //validate + Assert.True(legalHold.HasLegalHold); + Assert.AreEqual(new List { "tag1", "tag2", "tag3" }, legalHold.Tags); + + //clear legal hold + legalHold = await container.ClearLegalHoldAsync(legalHoldModel); + + //validate + Assert.False(legalHold.HasLegalHold); + Assert.AreEqual(0, legalHold.Tags.Count); + } + [Test] + [RecordedTest] + public async Task UpdateBlobService() + { + //validate current file service properties + Assert.False(blobService.Data.DeleteRetentionPolicy.Enabled); + Assert.Null(blobService.Data.DeleteRetentionPolicy.Days); + + //update delete retention policy + BlobServiceData serviceData = blobService.Data; + serviceData.DeleteRetentionPolicy = new DeleteRetentionPolicy + { + Enabled = true, + Days = 100 + }; + BlobService service = await blobService.SetServicePropertiesAsync(serviceData); + + //validate update + Assert.True(service.Data.DeleteRetentionPolicy.Enabled); + Assert.AreEqual(service.Data.DeleteRetentionPolicy.Days, 100); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs deleted file mode 100644 index f3458459c2e62..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs +++ /dev/null @@ -1,955 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.Storage.Tests.Helpers; - -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Tests -{ - [RunFrequency(RunTestFrequency.Manually)] - public class BlobServiceTests : StorageTestsManagementClientBase - { - public BlobServiceTests(bool isAsync) : base(isAsync) - { - } - - [SetUp] - public void ClearChallengeCacheforRecord() - { - if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) - { - Initialize(); - } - } - - [TearDown] - public async Task CleanupResourceGroup() - { - await CleanupResourceGroupsAsync(); - } - - // create container - // delete container - [RecordedTest] - public async Task BlobContainersCreateDeleteTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.AreEqual(PublicAccess.None, blobContainer.Value.PublicAccess); - Assert.False(blobContainer.Value.HasImmutabilityPolicy); - Assert.False(blobContainer.Value.HasLegalHold); - - //Delete container, then no container in the storage account - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - AsyncPageable blobContainers = BlobContainersClient.ListAsync(rgName, accountName, include: ListContainersInclude.Deleted); - Task> blobContainersList = blobContainers.ToEnumerableAsync(); - Assert.IsEmpty(blobContainersList.Result); - - //Delete not exist container, won't fail (return 204) - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // update container - // get container properties - [RecordedTest] - public async Task BlobContainersUpdateTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer.Value.Metadata.Add("metadata", "true"); - - blobContainer.Value.PublicAccess = PublicAccess.Container; - var container = new BlobContainer() { PublicAccess = blobContainer.Value.PublicAccess }; - container.Metadata.InitializeFrom(blobContainer.Value.Metadata); - - Response blobContainerSet = await BlobContainersClient.UpdateAsync(rgName, accountName, containerName, - container); - Assert.NotNull(blobContainerSet.Value.Metadata); - Assert.AreEqual(PublicAccess.Container, blobContainerSet.Value.PublicAccess); - Assert.AreEqual(blobContainerSet.Value.Metadata, blobContainerSet.Value.Metadata); - Assert.AreEqual(blobContainerSet.Value.PublicAccess, blobContainerSet.Value.PublicAccess); - Assert.False(blobContainerSet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerSet.Value.HasLegalHold); - - //TODO:In track1 the function use "CloudStorageAccount" class, the class depend on "Microsoft.WindowsAzure.Storage ". - //var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); - //var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName); - //container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); - - Response blobContainerGet = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.AreEqual(blobContainerGet.Value.PublicAccess, blobContainerGet.Value.PublicAccess); - Assert.AreEqual(blobContainerGet.Value.Metadata, blobContainerGet.Value.Metadata); - Assert.False(blobContainerGet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerGet.Value.HasLegalHold); - } - - // create/update container with EncryptionScope - [RecordedTest] - public async Task BlobContainersEncryptionScopeTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - //Create EcryptionScope - string scopeName1 = "testscope1"; - await EncryptionScopesClient.PutAsync(rgName, accountName, scopeName1, - new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }); - - string scopeName2 = "testscope2"; - await EncryptionScopesClient.PutAsync(rgName, accountName, scopeName2, - new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }); - - //Create container - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer() { DefaultEncryptionScope = scopeName1, DenyEncryptionScopeOverride = false }); - Assert.AreEqual(scopeName1, blobContainer.Value.DefaultEncryptionScope); - Assert.False(blobContainer.Value.DenyEncryptionScopeOverride.Value); - - //Update container not support Encryption scope - Response blobContainer2 = await BlobContainersClient.UpdateAsync(rgName, accountName, containerName, new BlobContainer() { DefaultEncryptionScope = scopeName2, DenyEncryptionScopeOverride = true }); - Assert.AreEqual(scopeName2, blobContainer2.Value.DefaultEncryptionScope); - Assert.True(blobContainer2.Value.DenyEncryptionScopeOverride.Value); - } - - // list containers - [RecordedTest] - public async Task BlobContainersListTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName1 = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName1, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer.Value.Metadata.Add("metadata", "true"); - blobContainer.Value.PublicAccess = PublicAccess.Container; - var container = new BlobContainer() - { - PublicAccess = blobContainer.Value.PublicAccess - }; - container.Metadata.InitializeFrom(blobContainer.Value.Metadata); - - Response blobContainerSet = - await BlobContainersClient.UpdateAsync(rgName, accountName, containerName1, - container); - Assert.NotNull(blobContainer.Value.Metadata); - Assert.NotNull(blobContainer.Value.PublicAccess); - Assert.AreEqual(blobContainer.Value.Metadata, blobContainerSet.Value.Metadata); - Assert.AreEqual(blobContainer.Value.PublicAccess, blobContainerSet.Value.PublicAccess); - Assert.False(blobContainerSet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerSet.Value.HasLegalHold); - - string containerName2 = Recording.GenerateAssetName("container"); - Response blobContainer2 = await BlobContainersClient.CreateAsync(rgName, accountName, containerName2, new BlobContainer()); - Assert.IsEmpty(blobContainer2.Value.Metadata); - Assert.Null(blobContainer2.Value.PublicAccess); - - string containerName3 = Recording.GenerateAssetName("container"); - Response blobContainer3 = await BlobContainersClient.CreateAsync(rgName, accountName, containerName3, new BlobContainer()); - Assert.IsEmpty(blobContainer3.Value.Metadata); - Assert.Null(blobContainer3.Value.PublicAccess); - - //TODO:In track1 the function use "CloudStorageAccount" class, the class depend on "Microsoft.WindowsAzure.Storage ". - //var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); - //var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName2); - //container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); - - //List container - AsyncPageable containerList = BlobContainersClient.ListAsync(rgName, accountName, include: ListContainersInclude.Deleted); - Task> containerLists = containerList.ToEnumerableAsync(); - Assert.AreEqual(3, containerLists.Result.Count()); - foreach (ListContainerItem blobContainerList in containerLists.Result) - { - Assert.NotNull(blobContainerList.Name); - Assert.NotNull(blobContainerList.PublicAccess); - Assert.False(blobContainerList.HasImmutabilityPolicy); - Assert.False(blobContainerList.HasLegalHold); - } - - //List container with next link - containerList = BlobContainersClient.ListAsync(rgName, accountName, "2", include: ListContainersInclude.Deleted); - Task>> pages = containerList.AsPages().ToEnumerableAsync(); - Assert.AreEqual(2, pages.Result.Count()); - } - - [RecordedTest] - public async Task BlobContainersGetTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - LegalHold LegalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); - Response legalHold = await BlobContainersClient.SetLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.True(legalHold.Value.HasLegalHold); - Assert.AreEqual(new List { "tag1", "tag2", "tag3" }, legalHold.Value.Tags); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 100; - immutabilityPolicy = await BlobContainersClient.ExtendImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(100, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - blobContainer = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.AreEqual(PublicAccess.None, blobContainer.Value.PublicAccess); - Assert.AreEqual(3, blobContainer.Value.ImmutabilityPolicy.UpdateHistory.Count); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Put, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[0].Update); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Lock, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[1].Update); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Extend, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[2].Update); - Assert.True(blobContainer.Value.LegalHold.HasLegalHold); - Assert.AreEqual(3, blobContainer.Value.LegalHold.Tags.Count); - Assert.AreEqual("tag1", blobContainer.Value.LegalHold.Tags[0].Tag); - Assert.AreEqual("tag2", blobContainer.Value.LegalHold.Tags[1].Tag); - Assert.AreEqual("tag3", blobContainer.Value.LegalHold.Tags[2].Tag); - - legalHold = await BlobContainersClient.ClearLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.False(legalHold.Value.HasLegalHold); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // set/clear legal hold. - [RecordedTest] - public async Task BlobContainersSetLegalHoldTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - LegalHold LegalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); - Response legalHold = await BlobContainersClient.SetLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.True(legalHold.Value.HasLegalHold); - Assert.AreEqual(new List { "tag1", "tag2", "tag3" }, legalHold.Value.Tags); - - legalHold = await BlobContainersClient.ClearLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.False(legalHold.Value.HasLegalHold); - Assert.AreEqual(0, legalHold.Value.Tags.Count); - } - - //TODO:In track1 the function is comment out. - // Lease Blob Containers - //[Test] - //public async Task BlobContainersLeaseTest() - //{ - // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - // using (MockContext context = MockContext.Start(this.GetType())) - // { - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - - // //// Create resource group - // //var rgName = CreateResourceGroup(resourcesClient); - - // //// Create storage account - // //string accountName = TestUtilities.GenerateName("sto"); - // //var parameters = GetDefaultStorageAccountParameters(); - // //parameters.Kind = Kind.StorageV2; - // //var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - // //VerifyAccountProperties(account, false); - - // var rgName = "weitry"; - // string accountName = "weiacl3"; - // string containerName = TestUtilities.GenerateName("container"); - - // // implement case - // try - // { - // BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); - // Assert.Null(blobContainer.Metadata); - // Assert.Null(blobContainer.PublicAccess); - - // //LeaseContainerResponse leaseResponse = storageMgmtClient.BlobContainers.Lease(rgName, accountName, containerName, new LeaseContainerRequest("Acquire", null, 40, 9)); - // LeaseContainerResponse leaseResponse = storageMgmtClient.BlobContainers.Lease(rgName, accountName, containerName); - // Assert.NotNull(leaseResponse.LeaseId); - - // blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); - // Assert.Equal("Leased", blobContainer.LeaseState); - // } - // finally - // { - // storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); - // //// clean up - // //storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - // //resourcesClient.ResourceGroups.Delete(rgName); - // } - // } - //} - - // create and delete immutability policies. - [RecordedTest] - public async Task BlobContainersCreateDeleteImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.DeleteImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(0, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual("Deleted", immutabilityPolicy.Value.State.ToString()); - } - - // update and get immutability policies. - [RecordedTest] - public async Task BlobContainersUpdateImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 5; - immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.GetImmutabilityPolicyAsync(rgName, accountName, containerName); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - } - - // create/update immutability policies with AllowProtectedAppendWrites. - [RecordedTest] - public async Task ImmutabilityPolicyTest_AllowProtectedAppendWrites() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 4, AllowProtectedAppendWrites = true }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(4, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.True(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 5; - ImmutabilityPolicyModel.AllowProtectedAppendWrites = false; - immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.False(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - - immutabilityPolicy = await BlobContainersClient.GetImmutabilityPolicyAsync(rgName, accountName, containerName); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.False(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - } - - // lock immutability policies. - [RecordedTest] - public async Task BlobContainersLockImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // extend immutability policies. - [RecordedTest] - public async Task BlobContainersExtendImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 100; - immutabilityPolicy = await BlobContainersClient.ExtendImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(100, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // Get/Set Blob Service Properties - [RecordedTest] - public async Task BlobServiceTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.False(properties1.Value.DeleteRetentionPolicy.Enabled); - Assert.Null(properties1.Value.DeleteRetentionPolicy.Days); - Assert.Null(properties1.Value.DefaultServiceVersion); - Assert.AreEqual(0, properties1.Value.Cors.CorsRulesValue.Count); - Assert.AreEqual(SkuName.StandardGRS, properties1.Value.Sku.Name); - BlobServiceProperties properties2 = properties1; - properties2.DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 300 - }; - properties2.DefaultServiceVersion = "2017-04-17"; - await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties2); - Response properties3 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties3.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties3.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties3.Value.DefaultServiceVersion); - } - - // Get/Set Cors rules in Blob Service Properties - [RecordedTest] - public async Task BlobServiceCorsTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - BlobServiceProperties properties2 = new BlobServiceProperties - { - DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 300 - }, - DefaultServiceVersion = "2017-04-17", - Cors = new CorsRules() - }; - properties2.Cors.CorsRulesValue.Add( - new CorsRule(allowedOrigins: new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "HEAD", "POST", "OPTIONS", "MERGE", "PUT" }, - maxAgeInSeconds: 100, - exposedHeaders: new string[] { "x-ms-meta-*" }, - allowedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" })); - - properties2.Cors.CorsRulesValue.Add(new CorsRule(allowedOrigins: new string[] { "*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET" }, - maxAgeInSeconds: 2, - exposedHeaders: new string[] { "*" }, - allowedHeaders: new string[] { "*" })); - - properties2.Cors.CorsRulesValue.Add(new CorsRule(allowedOrigins: new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "PUT", "CONNECT" }, - maxAgeInSeconds: 2000, - exposedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x -ms-meta-target*" }, - allowedHeaders: new string[] { "x-ms-meta-12345675754564*" })); - - Response properties3 = await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties2); - Assert.True(properties3.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties3.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties3.Value.DefaultServiceVersion); - - //Validate CORS Rules - Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties3.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties2.Cors.CorsRulesValue[i]; - CorsRule getRule = properties3.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - - Response properties4 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties4.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties4.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties4.Value.DefaultServiceVersion); - - //Validate CORS Rules - Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties4.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties2.Cors.CorsRulesValue[i]; - CorsRule getRule = properties4.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - } - - // List Blob Service - [RecordedTest] - public async Task ListBlobServiceTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - AsyncPageable properties = BlobServicesClient.ListAsync(rgName, accountName); - Task> propertiesList = properties.ToEnumerableAsync(); - Assert.AreEqual(1, propertiesList.Result.Count); - Assert.AreEqual("default", propertiesList.Result[0].Name); - } - - // Point In Time Restore test - [RecordedTest] - [Ignore("Track2: Response restoreStatusResponse = await WaitForCompletionAsync(restoreStatus); Always timeout")] - public async Task PITRTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku Sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: Sku, kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - account = await AccountsClient.GetPropertiesAsync(rgName, accountName, StorageAccountExpand.BlobRestoreStatus); - Assert.Null(account.BlobRestoreStatus); - - // implement case - //enable changefeed and softdelete, and enable restore policy - Response properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - properties.Value.DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 30 - }; - properties.Value.ChangeFeed = new ChangeFeed - { - Enabled = true - }; - properties.Value.RestorePolicy = new RestorePolicyProperties(true) { Days = 5 }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties.Value.RestorePolicy.Enabled); - Assert.AreEqual(5, properties.Value.RestorePolicy.Days); - Assert.True(properties.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(30, properties.Value.DeleteRetentionPolicy.Days); - Assert.True(properties.Value.ChangeFeed.Enabled); - - // restore blobs - //Don't need sleep when playback, or Unit test will be slow. - if (Mode == RecordedTestMode.Record) - { - System.Threading.Thread.Sleep(10000); - } - List ranges = new List - { - new BlobRestoreRange("", "container1/blob1"), - new BlobRestoreRange("container1/blob2", "container2/blob3"), - new BlobRestoreRange("container3/blob3", "") - }; - DateTimeOffset dateTimeOffset = DateTime.UtcNow.AddSeconds(-1); - BlobRestoreParameters BlobRestoreParametersModel = new BlobRestoreParameters(dateTimeOffset, ranges); - Operation restoreStatus = await AccountsClient.StartRestoreBlobRangesAsync(rgName, accountName, BlobRestoreParametersModel); - Response restoreStatusResponse = await WaitForCompletionAsync(restoreStatus); - Assert.AreEqual("Complete", restoreStatusResponse.Value.Status.ToString()); - - account = await AccountsClient.GetPropertiesAsync(rgName, accountName, StorageAccountExpand.BlobRestoreStatus); - Assert.AreEqual("Complete", account.BlobRestoreStatus.Status.ToString()); - } - - // Object replication test - [RecordedTest] - public async Task ORSTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string sourceAccountName = Recording.GenerateAssetName("sto"); - string destAccountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku Sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: Sku, kind: Kind.StorageV2); - StorageAccount sourceAccount = await CreateStorageAccountAsync(rgName, sourceAccountName, parameters); - StorageAccount destAccount = await CreateStorageAccountAsync(rgName, destAccountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, sourceAccount.Sku.Name); - Assert.AreEqual(SkuName.StandardLRS, destAccount.Sku.Name); - - // implement case - //enable changefeed and versioning - Response properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, sourceAccountName); - properties.Value.ChangeFeed = new ChangeFeed { Enabled = true }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, sourceAccountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, sourceAccountName); - Assert.True(properties.Value.IsVersioningEnabled); - Assert.True(properties.Value.ChangeFeed.Enabled); - - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, destAccountName); - properties.Value.ChangeFeed = new ChangeFeed { Enabled = true }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, destAccountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, destAccountName); - Assert.True(properties.Value.IsVersioningEnabled); - Assert.True(properties.Value.ChangeFeed.Enabled); - - //Create Source and dest container - string sourceContainerName1 = "src1"; - string sourceContainerName2 = "src2"; - string destContainerName1 = "dest1"; - string destContainerName2 = "dest2"; - await BlobContainersClient.CreateAsync(rgName, sourceAccountName, sourceContainerName1, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, sourceAccountName, sourceContainerName2, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, destAccountName, destContainerName1, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, destAccountName, destContainerName2, new BlobContainer()); - - //new rules - string minCreationTime = "2020-03-19T16:06:00Z"; - List rules = new List - { - new ObjectReplicationPolicyRule(sourceContainer: sourceContainerName1, destinationContainer: destContainerName1) - { - Filters = new ObjectReplicationPolicyFilter() - { - PrefixMatch = { "aa", "bc d", "123" }, - MinCreationTime = minCreationTime - } - }, - new ObjectReplicationPolicyRule(sourceContainer: sourceContainerName2, destinationContainer: destContainerName2) - }; - - //New policy - ObjectReplicationPolicy policy = new ObjectReplicationPolicy() - { - SourceAccount = sourceAccountName, - DestinationAccount = destAccountName, - }; - policy.Rules.InitializeFrom(rules); - //Set and list policy - await ObjectReplicationPoliciesClient.CreateOrUpdateAsync(rgName, destAccountName, "default", policy); - ObjectReplicationPolicy destpolicy = ObjectReplicationPoliciesClient.ListAsync(rgName, destAccountName).ToEnumerableAsync().Result.First(); - - // Fix the MinCreationTime format, since deserilize the request the string MinCreationTime will be taken as DateTime, so the format will change. But server only allows format "2020-03-19T16:06:00Z" - // This issue can be resolved in the future, when server change MinCreationTime type from string to Datatime - FixMinCreationTimeFormat(destpolicy); - CompareORsPolicy(policy, destpolicy); - - await ObjectReplicationPoliciesClient.CreateOrUpdateAsync(rgName, sourceAccountName, destpolicy.PolicyId, destpolicy); - ObjectReplicationPolicy sourcepolicy = ObjectReplicationPoliciesClient.ListAsync(rgName, sourceAccountName).ToEnumerableAsync().Result.First(); - FixMinCreationTimeFormat(sourcepolicy); - CompareORsPolicy(destpolicy, sourcepolicy, skipIDCompare: false); - - // Get policy - destpolicy = await ObjectReplicationPoliciesClient.GetAsync(rgName, destAccountName, destpolicy.PolicyId); - FixMinCreationTimeFormat(destpolicy); - CompareORsPolicy(policy, destpolicy); - sourcepolicy = await ObjectReplicationPoliciesClient.GetAsync(rgName, sourceAccountName, destpolicy.PolicyId); - FixMinCreationTimeFormat(sourcepolicy); - CompareORsPolicy(policy, sourcepolicy); - - // remove policy - await ObjectReplicationPoliciesClient.DeleteAsync(rgName, sourceAccountName, destpolicy.PolicyId); - await ObjectReplicationPoliciesClient.DeleteAsync(rgName, destAccountName, destpolicy.PolicyId); - } - - /// - /// Fix the MinCreationTime format, since deserilize the request the string MinCreationTime will be taken as DateTime, so the format will change. - /// But server only allows format "2020-03-19T16:06:00Z" - /// This issue can be resolved in the future, when server change MinCreationTime type from string to Datatime. - /// - /// - private static void FixMinCreationTimeFormat(ObjectReplicationPolicy getPolicy) - { - if (getPolicy != null && getPolicy.Rules != null) - { - foreach (ObjectReplicationPolicyRule rule in getPolicy.Rules) - { - if (rule != null && rule.Filters != null && !string.IsNullOrEmpty(rule.Filters.MinCreationTime)) - { - if (rule.Filters.MinCreationTime.ToUpper()[rule.Filters.MinCreationTime.Length - 1] != 'Z') - { - rule.Filters.MinCreationTime = Convert.ToDateTime(rule.Filters.MinCreationTime + "Z").ToUniversalTime().ToString("s") + "Z"; - } - } - } - } - } - - /// - /// Compare 2 ORS policy, check if they are same. - /// - /// skip compare policyID and rule ID. - private static void CompareORsPolicy(ObjectReplicationPolicy setPolicy, ObjectReplicationPolicy getPolicy, bool skipIDCompare = true) - { - Assert.AreEqual(setPolicy.SourceAccount, getPolicy.SourceAccount); - Assert.AreEqual(setPolicy.DestinationAccount, getPolicy.DestinationAccount); - Assert.AreEqual(setPolicy.Rules.Count, getPolicy.Rules.Count); - if (!skipIDCompare) - { - Assert.AreEqual(setPolicy.PolicyId, getPolicy.PolicyId); - } - else - { - Assert.NotNull(getPolicy.PolicyId); - } - - ObjectReplicationPolicyRule[] setRuleArray = setPolicy.Rules.ToArray(); - ObjectReplicationPolicyRule[] getRuleArray = getPolicy.Rules.ToArray(); - for (int i = 0; i < setRuleArray.Length; i++) - { - ObjectReplicationPolicyRule setrule = setRuleArray[i]; - ObjectReplicationPolicyRule getrule = getRuleArray[i]; - Assert.AreEqual(setrule.SourceContainer, getrule.SourceContainer); - Assert.AreEqual(setrule.DestinationContainer, getrule.DestinationContainer); - if (setrule.Filters == null) - { - Assert.Null(getrule.Filters); - } - else - { - Assert.AreEqual(setrule.Filters.MinCreationTime, getrule.Filters.MinCreationTime); - Assert.AreEqual(setrule.Filters.PrefixMatch, getrule.Filters.PrefixMatch); - } - if (!skipIDCompare) - { - Assert.AreEqual(setrule.RuleId, getrule.RuleId); - } - else - { - Assert.NotNull(getrule.RuleId); - } - } - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(ResourceGroupsClient, Recording); - } - - private async Task CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs deleted file mode 100644 index 184c52923f60b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs +++ /dev/null @@ -1,215 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.Storage.Tests.Helpers; - -using Microsoft.CodeAnalysis; - -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Tests -{ - [RunFrequency(RunTestFrequency.Manually)] - public class FileServiceTests : StorageTestsManagementClientBase - { - public FileServiceTests(bool isAsync) : base(isAsync) - { - } - - [SetUp] - public void ClearChallengeCacheforRecord() - { - if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) - { - Initialize(); - } - } - - [TearDown] - public async Task CleanupResourceGroup() - { - await CleanupResourceGroupsAsync(); - } - - // create share - // delete share - [RecordedTest] - public async Task FileSharesCreateDeleteListTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string shareName = Recording.GenerateAssetName("share"); - FileShare fileShare = new FileShare(); - Response share = await FileSharesClient.CreateAsync(rgName, accountName, shareName, fileShare); - Assert.IsEmpty(share.Value.Metadata); - - share = await FileSharesClient.GetAsync(rgName, accountName, shareName); - Assert.IsEmpty(share.Value.Metadata); - - string shareName2 = Recording.GenerateAssetName("share"); - fileShare.Metadata.Clear(); - fileShare.Metadata.Add("metadata1", "true"); - fileShare.Metadata.Add("metadata2", "value2"); - - fileShare.ShareQuota = 500; - Response share2 = await FileSharesClient.CreateAsync(rgName, accountName, shareName2, fileShare); - Assert.AreEqual(2, share2.Value.Metadata.Count); - Assert.AreEqual(fileShare.Metadata, share2.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, share2.Value.ShareQuota); - - share2 = await FileSharesClient.GetAsync(rgName, accountName, shareName2); - Assert.AreEqual(2, share2.Value.Metadata.Count); - Assert.AreEqual(fileShare.Metadata, share2.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, share2.Value.ShareQuota); - - //Delete share - await FileSharesClient.DeleteAsync(rgName, accountName, shareName); - AsyncPageable fileShares = FileSharesClient.ListAsync(rgName, accountName); - Task> fileSharesList = fileShares.ToEnumerableAsync(); - Assert.AreEqual(1, fileSharesList.Result.Count()); - - await FileSharesClient.DeleteAsync(rgName, accountName, shareName2); - fileShares = FileSharesClient.ListAsync(rgName, accountName); - fileSharesList = fileShares.ToEnumerableAsync(); - Assert.AreEqual(0, fileSharesList.Result.Count()); - - //Delete not exist share, won't fail (return 204) - await FileSharesClient.DeleteAsync(rgName, accountName, "notexistshare"); - } - - // update share - // get share properties - [RecordedTest] - public async Task FileSharesUpdateGetTest() - { - // Create resource group - var rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope"); - parameters.LargeFileSharesState = LargeFileSharesState.Enabled; - await CreateStorageAccountAsync(rgName, accountName, parameters); - - // implement case - string shareName = Recording.GenerateAssetName("share"); - FileShare fileShare = new FileShare(); - Response share = await FileSharesClient.CreateAsync(rgName, accountName, shareName, fileShare); - Assert.IsEmpty(share.Value.Metadata); - - fileShare.Metadata.Clear(); - fileShare.Metadata.Add("metadata1", "true"); - fileShare.Metadata.Add("metadata2", "value2"); - - fileShare.ShareQuota = 5200; - Response shareSet = await FileSharesClient.UpdateAsync(rgName, accountName, shareName, fileShare); - Assert.NotNull(shareSet.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, shareSet.Value.ShareQuota); - Assert.AreEqual(fileShare.Metadata, shareSet.Value.Metadata); - - Response shareGet = await FileSharesClient.GetAsync(rgName, accountName, shareName); - Assert.NotNull(shareSet.Value.Metadata); - Assert.AreEqual(fileShare.Metadata, shareGet.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, shareGet.Value.ShareQuota); - } - - // Get/Set File Service Properties - [RecordedTest] - public async Task FileServiceCorsTest() - { - // Create resource group - var rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await FileServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.AreEqual(0, properties1.Value.Cors.CorsRulesValue.Count()); - - properties1.Value.Cors = new CorsRules - { - CorsRulesValue = { - new CorsRule(allowedOrigins: new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "HEAD", "POST", "OPTIONS", "MERGE", "PUT" }, - maxAgeInSeconds: 100, - exposedHeaders: new string[] { "x-ms-meta-*" }, - allowedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" }), - - new CorsRule(allowedOrigins: new string[] { "*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET" }, - maxAgeInSeconds: 2, - exposedHeaders: new string[] { "*" }, - allowedHeaders: new string[] { "*" }), - - new CorsRule(allowedOrigins: new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "PUT", "CONNECT" }, - maxAgeInSeconds: 2000, - exposedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x -ms-meta-target*" }, - allowedHeaders: new string[] { "x-ms-meta-12345675754564*" }) - } - }; - - Response properties3 = await FileServicesClient.SetServicePropertiesAsync(rgName, accountName, properties1.Value); - - //Validate CORS Rules - Assert.AreEqual(properties1.Value.Cors.CorsRulesValue.Count, properties3.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties1.Value.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties1.Value.Cors.CorsRulesValue[i]; - CorsRule getRule = properties3.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - - Response properties4 = await FileServicesClient.GetServicePropertiesAsync(rgName, accountName); - - //Validate CORS Rules - Assert.AreEqual(properties1.Value.Cors.CorsRulesValue.Count, properties4.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties1.Value.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties1.Value.Cors.CorsRulesValue[i]; - CorsRule getRule = properties4.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(ResourceGroupsClient, Recording); - } - - private async Task CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs new file mode 100644 index 0000000000000..50d8688a5e204 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs @@ -0,0 +1,131 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Threading.Tasks; +using NUnit.Framework; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Storage.Tests.Helpers; +using Azure.ResourceManager.Storage.Models; + +namespace Azure.ResourceManager.Storage.Tests.Tests +{ + public class FileShareTests:StorageTestBase + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private FileServiceContainer fileServiceContainer; + private FileService fileService; + private FileShareContainer fileShareContainer; + + public FileShareTests(bool async) : base(async) + { + } + [SetUp] + public async Task CreateStorageAccountAndGetFileShareContainer() + { + resourceGroup = await CreateResourceGroupAsync(); + string accountName = Recording.GenerateAssetName("storage"); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + fileServiceContainer = storageAccount.GetFileServices(); + fileService = await fileServiceContainer.GetAsync("default"); + fileShareContainer = fileService.GetFileShares(); + } + [TearDown] + public async Task ClearStorageAccount() + { + if (resourceGroup != null) + { + var storageAccountContainer = resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + { + await account.DeleteAsync(); + } + resourceGroup = null; + storageAccount = null; + } + } + [Test] + [RecordedTest] + public async Task CreateDeleteFileShare() + { + //create file share + string fileShareName = Recording.GenerateAssetName("testfileshare"); + FileShareCreateOperation fileShareCreateOperation=await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData()); + FileShare share1 = await fileShareCreateOperation.WaitForCompletionAsync(); + Assert.AreEqual(share1.Id.Name, fileShareName); + + //validate if created successfully + FileShareData shareData = share1.Data; + Assert.IsEmpty(shareData.Metadata); + FileShare share2 = await fileShareContainer.GetAsync(fileShareName); + AssertFileShareEqual(share1, share2); + Assert.IsTrue(await fileShareContainer.CheckIfExistsAsync(fileShareName)); + Assert.IsFalse(await fileShareContainer.CheckIfExistsAsync(fileShareName+"1")); + + //delete file share + await share1.DeleteAsync(); + + //validate if deleted successfully + FileShare fileShare3 = await fileShareContainer.GetIfExistsAsync(fileShareName); + Assert.IsNull(fileShare3); + Assert.IsFalse(await fileShareContainer.CheckIfExistsAsync(fileShareName)); + } + [Test] + [RecordedTest] + public async Task GetAllFileShares() + { + //create two file shares + string fileShareName1 = Recording.GenerateAssetName("testfileshare1"); + string fileShareName2 = Recording.GenerateAssetName("testfileshare2"); + FileShareCreateOperation fileShareCreateOperation1 = await fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData()); + FileShare share1 = await fileShareCreateOperation1.WaitForCompletionAsync(); + FileShareCreateOperation fileShareCreateOperation2 = await fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData()); + FileShare share2 = await fileShareCreateOperation2.WaitForCompletionAsync(); + + //validate if there are two file shares + FileShare share3 = null; + FileShare share4 = null; + int count = 0; + await foreach (FileShare share in fileShareContainer.GetAllAsync()) + { + count++; + if (share.Id.Name == fileShareName1) + share3 = share; + if (share.Id.Name == fileShareName2) + share4 = share; + } + Assert.AreEqual(count, 2); + Assert.IsNotNull(share3); + Assert.IsNotNull(share4); + } + + [Test] + [RecordedTest] + public async Task UpdateFileShare() + { + //create file share + string fileShareName = Recording.GenerateAssetName("testfileshare"); + FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData()); + FileShare share1 = await fileShareCreateOperation.WaitForCompletionAsync(); + Assert.AreEqual(share1.Id.Name, fileShareName); + + //update metadata and share quota + FileShareData shareData = share1.Data; + shareData.Metadata.Add("key1", "value1"); + shareData.Metadata.Add("key2", "value2"); + shareData.ShareQuota = 5000; + FileShare share2 = await share1.UpdateAsync(shareData); + + //validate + Assert.NotNull(share2.Data.Metadata); + Assert.AreEqual(share2.Data.ShareQuota, shareData.ShareQuota); + Assert.AreEqual(share2.Data.Metadata, shareData.Metadata); + FileShare share3 =await fileShareContainer.GetAsync(fileShareName); + Assert.NotNull(share3.Data.Metadata); + Assert.AreEqual(share3.Data.ShareQuota, shareData.ShareQuota); + Assert.AreEqual(share3.Data.Metadata, shareData.Metadata); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs new file mode 100644 index 0000000000000..0234cee07b314 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs @@ -0,0 +1,126 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Threading.Tasks; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Resources; +using NUnit.Framework; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Storage.Tests.Helpers; + +namespace Azure.ResourceManager.Storage.Tests.Tests +{ + public class QueueTests:StorageTestBase + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private QueueServiceContainer queueServiceContainer; + private QueueService queueService; + private StorageQueueContainer storageQueueContainer; + public QueueTests(bool async) : base(async) + { + } + [SetUp] + public async Task CreateStorageAccountAndGetQueueContainer() + { + resourceGroup = await CreateResourceGroupAsync(); + string accountName = Recording.GenerateAssetName("storage"); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + queueServiceContainer = storageAccount.GetQueueServices(); + queueService = await queueServiceContainer.GetAsync("default"); + storageQueueContainer = queueService.GetStorageQueues(); + } + [TearDown] + public async Task ClearStorageAccount() + { + if (resourceGroup != null) + { + var storageAccountContainer = resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + { + await account.DeleteAsync(); + } + resourceGroup = null; + storageAccount = null; + } + } + [Test] + [RecordedTest] + public async Task CreateDeleteStorageQueue() + { + //create storage queue + string storageQueueName = Recording.GenerateAssetName("testqueue"); + QueueCreateOperation queueCreateOperation= await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData()); + StorageQueue queue1 = await queueCreateOperation.WaitForCompletionAsync(); + Assert.IsNotNull(queue1); + Assert.AreEqual(queue1.Id.Name, storageQueueName); + + //validate if successfully created + StorageQueue queue2 = await storageQueueContainer.GetAsync(storageQueueName); + AssertStorageQueueEqual(queue1, queue2); + Assert.IsTrue(await storageQueueContainer.CheckIfExistsAsync(storageQueueName)); + Assert.IsFalse(await storageQueueContainer.CheckIfExistsAsync(storageQueueName + "1")); + StorageQueueData queueData = queue2.Data; + Assert.IsEmpty(queueData.Metadata); + + //delete storage queue + await queue1.DeleteAsync(); + + //validate if successfully deleted + Assert.IsFalse(await storageQueueContainer.CheckIfExistsAsync(storageQueueName)); + StorageQueue queue3 = await storageQueueContainer.GetIfExistsAsync(storageQueueName); + Assert.IsNull(queue3); + } + [Test] + [RecordedTest] + public async Task GetAllStorageQueues() + { + //create two blob containers + string queueName1 = Recording.GenerateAssetName("testqueue1"); + string queueName2 = Recording.GenerateAssetName("testqueue2"); + QueueCreateOperation queueCreateOperation1 = await storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData()); + StorageQueue queue1 = await queueCreateOperation1.WaitForCompletionAsync(); + QueueCreateOperation queueCreateOperation2 = await storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData()); + StorageQueue queue2 = await queueCreateOperation2.WaitForCompletionAsync(); + + //validate if there are two queues + StorageQueue queue3 = null; + StorageQueue queue4 = null; + int count = 0; + await foreach (StorageQueue queue in storageQueueContainer.GetAllAsync()) + { + count++; + if (queue.Id.Name == queueName1) + queue3 = queue; + if (queue.Id.Name == queueName2) + queue4 = queue; + } + Assert.AreEqual(count, 2); + Assert.IsNotNull(queue3); + Assert.IsNotNull(queue4); + } + [Test] + [RecordedTest] + public async Task UpdateStorageQueue() + { + //create storage queue + string storageQueueName = Recording.GenerateAssetName("testqueue"); + QueueCreateOperation queueCreateOp = await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData()); + StorageQueue queue1 = await queueCreateOp.WaitForCompletionAsync(); + Assert.IsNotNull(queue1); + Assert.AreEqual(queue1.Id.Name, storageQueueName); + + //update queue's meta data + StorageQueueData queueData = new StorageQueueData(); + queueData.Metadata.Add("key1", "value1"); + queueData.Metadata.Add("key2", "value2"); + StorageQueue queue2=await queue1.UpdateAsync(queueData); + //validate + Assert.NotNull(queue2); + Assert.NotNull(queue2.Data.Metadata); + Assert.AreEqual(queue2.Data.Metadata["key1"], "value1"); + Assert.AreEqual(queue2.Data.Metadata["key2"], "value2"); + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 4942b9d133bac..a0bc873ba6866 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -1,1820 +1,291 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. - using System; using System.Collections.Generic; using System.Linq; -using System.Net; using System.Threading.Tasks; - +using NUnit.Framework; +using Azure.ResourceManager.Resources; using Azure.Core.TestFramework; using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Storage.Tests.Helpers; - -using NUnit.Framework; - namespace Azure.ResourceManager.Storage.Tests.Tests { - [RunFrequency(RunTestFrequency.Manually)] - public class StorageAccountTests : StorageTestsManagementClientBase + public class StorageAccountTests:StorageTestBase { + private ResourceGroup resourceGroup; public StorageAccountTests(bool isAsync) : base(isAsync) { } - - [SetUp] - public void ClearChallengeCacheforRecord() - { - if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) - { - Initialize(); - } - } - [TearDown] - public async Task CleanupResourceGroup() - { - await CleanupResourceGroupsAsync(); - } - - [RecordedTest] - public async Task StorageAccountCreateTest() - { - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - string accountName1 = Recording.GenerateAssetName("sto"); - - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName); - VerifyAccountProperties(account, true); - - //Make sure a second create returns immediately - account = await _CreateStorageAccountAsync(rgname, accountName); - VerifyAccountProperties(account, true); - - //Create storage account with only required params - account = await _CreateStorageAccountAsync(rgname, accountName1); - VerifyAccountProperties(account, false); - } - - [RecordedTest] - public async Task StorageAccountCreateWithEncryptionTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - //Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, true); - - //Verify encryption settings - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.NotNull(account.Encryption.Services.File.Enabled); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - if (null != account.Encryption.Services.Table) - { - if (account.Encryption.Services.Table.Enabled.HasValue) - { - Assert.False(account.Encryption.Services.Table.LastEnabledTime.HasValue); - } - } - - if (null != account.Encryption.Services.Queue) - { - if (account.Encryption.Services.Queue.Enabled.HasValue) - { - Assert.False(account.Encryption.Services.Queue.LastEnabledTime.HasValue); - } - } - } - - [RecordedTest] - public async Task StorageAccountCreateWithAccessTierTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - string accountName1 = Recording.GenerateAssetName("sto"); - - //Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Hot; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(AccessTier.Hot, account.AccessTier); - Assert.AreEqual(Kind.BlobStorage, account.Kind); - - //Create storage account with cool - parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Cool; - account = await _CreateStorageAccountAsync(rgname, accountName1, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(AccessTier.Cool, account.AccessTier); - Assert.AreEqual(Kind.BlobStorage, account.Kind); - } - - [RecordedTest] - public async Task StorageAccountBeginCreateTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - //Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - } - - [RecordedTest] - public async Task StorageAccountDeleteTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - //Delete an account which does not exist - await DeleteStorageAccountAsync(rgname, "missingaccount"); - - //Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - //Delete an account - await DeleteStorageAccountAsync(rgname, accountName); - - //Delete an account which was just deleted - await DeleteStorageAccountAsync(rgname, accountName); - } - - [RecordedTest] - public async Task StorageAccountGetStandardTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - string accountName1 = Recording.GenerateAssetName("sto"); - string accountName2 = Recording.GenerateAssetName("sto"); - string accountName3 = Recording.GenerateAssetName("sto"); - - // Create and get a LRS storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS)); - await _CreateStorageAccountAsync(rgname, accountName, parameters); - StorageAccount account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - VerifyAccountProperties(account, false); - - // Create and get a GRS storage account - parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardGRS)); - await _CreateStorageAccountAsync(rgname, accountName1, parameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName1); - VerifyAccountProperties(account, true); - - // Create and get a RAGRS storage account - parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardRagrs)); - await _CreateStorageAccountAsync(rgname, accountName2, parameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName2); - VerifyAccountProperties(account, false); - - // Create and get a ZRS storage account - parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardZRS)); - await _CreateStorageAccountAsync(rgname, accountName3, parameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName3); - VerifyAccountProperties(account, false); - } - - [RecordedTest] - public async Task StorageAccountGetBlobTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - string accountName1 = Recording.GenerateAssetName("sto"); - string accountName2 = Recording.GenerateAssetName("sto"); - - // Create and get a blob LRS storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS), kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Hot; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - StorageAccount account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - VerifyAccountProperties(account, false); - - // Create and get a blob GRS storage account - parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardGRS), kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Hot; - await _CreateStorageAccountAsync(rgname, accountName1, parameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName1); - VerifyAccountProperties(account, false); - - // Create and get a blob RAGRS storage account - parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardRagrs), kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Hot; - await _CreateStorageAccountAsync(rgname, accountName2, parameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName2); - VerifyAccountProperties(account, false); - } - - [RecordedTest] - public async Task StorageAccountGetPremiumTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create and get a Premium LRS storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS), kind: Kind.BlobStorage); - parameters.AccessTier = AccessTier.Hot; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - StorageAccount account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - VerifyAccountProperties(account, false); - } - - [RecordedTest] - public async Task StorageAccountListByResourceGroupTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - //List by resource group - AsyncPageable accountlistAP = AccountsClient.ListByResourceGroupAsync(rgname); - List accountlist = await accountlistAP.ToEnumerableAsync(); - Assert.False(accountlist.Any()); - - // Create storage accounts - string accountName1 = await CreateStorageAccount(AccountsClient, rgname, Recording); - string accountName2 = await CreateStorageAccount(AccountsClient, rgname, Recording); - accountlistAP = AccountsClient.ListByResourceGroupAsync(rgname); - accountlist = await accountlistAP.ToEnumerableAsync(); - Assert.AreEqual(2, accountlist.Count()); - - foreach (StorageAccount account in accountlist) - { - VerifyAccountProperties(account, true); - } - } - - [RecordedTest] - public async Task StorageAccountListWithEncryptionTest() + public async Task ClearStorageAccounts() { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } - }; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // List account and verify - AsyncPageable accounts = AccountsClient.ListByResourceGroupAsync(rgname); - List accountlist = await accounts.ToEnumerableAsync(); - Assert.AreEqual(1, accountlist.Count()); - - StorageAccount account = accountlist.ToArray()[0]; - VerifyAccountProperties(account, true); - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - if (null != account.Encryption.Services.Table) - { - if (account.Encryption.Services.Table.Enabled.HasValue) - { - Assert.False(account.Encryption.Services.Table.LastEnabledTime.HasValue); - } - } - - if (null != account.Encryption.Services.Queue) + //remove all storage accounts under current resource group + if (resourceGroup != null) { - if (account.Encryption.Services.Queue.Enabled.HasValue) + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + List storageAccountList = await storageAccountContainer.GetAllAsync().ToEnumerableAsync(); + foreach (StorageAccount account in storageAccountList) { - Assert.False(account.Encryption.Services.Queue.LastEnabledTime.HasValue); + await account.DeleteAsync(); } + resourceGroup = null; } } - + [Test] [RecordedTest] - public async Task StorageAccountListBySubscriptionTest() + public async Task CreateDeleteStorageAccount() { - // Create resource group and storage account - string rgname1 = await CreateResourceGroupAsync(); - string accountName1 = await CreateStorageAccount(AccountsClient, rgname1, Recording); - - // Create different resource group and storage account - string rgname2 = await CreateResourceGroupAsync(); - string accountName2 = await CreateStorageAccount(AccountsClient, rgname2, Recording); - - AsyncPageable accountlist = AccountsClient.ListAsync(); - List accountlists = accountlist.ToEnumerableAsync().Result; - - StorageAccount account1 = accountlists.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.Name, accountName1)); + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(),false); + StorageAccount account1=await accountOperation.WaitForCompletionAsync(); + Assert.AreEqual(accountName, account1.Id.Name); VerifyAccountProperties(account1, true); + AssertStorageAccountEqual(account1, await account1.GetAsync()); - StorageAccount account2 = accountlists.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.Name, accountName2)); + //validate if created successfully + StorageAccount account2 = await storageAccountContainer.GetAsync(accountName); VerifyAccountProperties(account2, true); - } - - [RecordedTest] - public async Task StorageAccountListKeysTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // List keys - Response keys = await AccountsClient.ListKeysAsync(rgname, accountName); - Assert.NotNull(keys); - - // Validate Key1 - StorageAccountKey key1 = keys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key1")); - Assert.NotNull(key1); - Assert.AreEqual(KeyPermission.Full, key1.Permissions); - Assert.NotNull(key1.Value); - - // Validate Key2 - StorageAccountKey key2 = keys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); - Assert.NotNull(key2); - Assert.AreEqual(KeyPermission.Full, key2.Permissions); - Assert.NotNull(key2.Value); - } - - [RecordedTest] - public async Task StorageAccountRegenerateKeyTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // List keys - Response keys = await AccountsClient.ListKeysAsync(rgname, accountName); - Assert.NotNull(keys); - StorageAccountKey key2 = keys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); - Assert.NotNull(key2); - - // Regenerate keys and verify that keys change - StorageAccountRegenerateKeyParameters keyParameters = new StorageAccountRegenerateKeyParameters("key2"); - Response regenKeys = await AccountsClient.RegenerateKeyAsync(rgname, accountName, keyParameters); - StorageAccountKey key2Regen = regenKeys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); - Assert.NotNull(key2Regen); - - // Validate key was regenerated - Assert.AreNotEqual(key2.Value, key2Regen.Value); - } - - [RecordedTest] - public async Task StorageAccountRevokeUserDelegationKeysTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Revoke User DelegationKeys - await AccountsClient.RevokeUserDelegationKeysAsync(rgname, accountName); - } - - [RecordedTest] - public async Task StorageAccountCheckNameTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Check valid name - StorageAccountCheckNameAvailabilityParameters storageAccountCheckNameAvailabilityParameters = new StorageAccountCheckNameAvailabilityParameters(accountName); - Response checkNameRequest = await AccountsClient.CheckNameAvailabilityAsync(storageAccountCheckNameAvailabilityParameters); - Assert.True(checkNameRequest.Value.NameAvailable); - Assert.Null(checkNameRequest.Value.Reason); - Assert.Null(checkNameRequest.Value.Message); - - // Check invalid name - storageAccountCheckNameAvailabilityParameters = new StorageAccountCheckNameAvailabilityParameters("CAPS"); - checkNameRequest = await AccountsClient.CheckNameAvailabilityAsync(storageAccountCheckNameAvailabilityParameters); - Assert.False(checkNameRequest.Value.NameAvailable); - Assert.AreEqual(Reason.AccountNameInvalid, checkNameRequest.Value.Reason); - Assert.AreEqual("CAPS is not a valid storage account name. Storage account name must be between 3 and 24 " - + "characters in length and use numbers and lower-case letters only.", checkNameRequest.Value.Message); - - // Check name of account that already exists - string accountName1 = await CreateStorageAccount(AccountsClient, rgname, Recording); - storageAccountCheckNameAvailabilityParameters = new StorageAccountCheckNameAvailabilityParameters(accountName1); - checkNameRequest = await AccountsClient.CheckNameAvailabilityAsync(storageAccountCheckNameAvailabilityParameters); - Assert.False(checkNameRequest.Value.NameAvailable); - Assert.AreEqual(Reason.AlreadyExists, checkNameRequest.Value.Reason); - Assert.AreEqual("The storage account named " + accountName1 + " is already taken.", checkNameRequest.Value.Message); - } - - [RecordedTest] - public async Task StorageAccountUpdateWithCreateTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Update storage account type - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: new Sku(SkuName.StandardLRS)); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - // Validate - Response accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, accountProerties.Value.Sku.Name); - - // Update storage tags - // Update storage tags - parameters.Tags.Clear(); - parameters.Tags.Add("key3", "value3"); - parameters.Tags.Add("key4", "value4"); - parameters.Tags.Add("key5", "value6"); - - account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(account.Tags.Count, parameters.Tags.Count); - - // Validate - accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(accountProerties.Value.Tags.Count, parameters.Tags.Count); - - // Update storage encryption - parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } - }; - account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); - - // Validate - accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.NotNull(accountProerties.Value.Encryption); - Assert.NotNull(accountProerties.Value.Encryption.Services.Blob); - Assert.True(accountProerties.Value.Encryption.Services.Blob.Enabled); - Assert.NotNull(accountProerties.Value.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(accountProerties.Value.Encryption.Services.File); - Assert.True(accountProerties.Value.Encryption.Services.File.Enabled); - Assert.NotNull(accountProerties.Value.Encryption.Services.File.LastEnabledTime); - - if (null != accountProerties.Value.Encryption.Services.Table) - { - if (accountProerties.Value.Encryption.Services.Table.Enabled.HasValue) - { - Assert.False(accountProerties.Value.Encryption.Services.Table.LastEnabledTime.HasValue); - } - } - - if (null != accountProerties.Value.Encryption.Services.Queue) - { - if (accountProerties.Value.Encryption.Services.Queue.Enabled.HasValue) - { - Assert.False(accountProerties.Value.Encryption.Services.Queue.LastEnabledTime.HasValue); - } - } - - // Update storage custom domains - parameters = GetDefaultStorageAccountParameters(); - parameters.CustomDomain = new CustomDomain("foo.example.com") { UseSubDomainName = true }; - try - { - await AccountsClient.StartCreateAsync(rgname, accountName, parameters); - Assert.True(false, "This request should fail with the below code."); - } - catch (RequestFailedException ex) - { - Assert.AreEqual((int)HttpStatusCode.Conflict, ex.Status); - Assert.True(ex.Message != null && ex.Message.Contains("The custom domain name could not be verified. CNAME mapping from foo.example.com to")); + AssertStorageAccountEqual(account1, account2); + StorageAccount account3 = await storageAccountContainer.GetIfExistsAsync(accountName + "1"); + Assert.IsNull(account3); + Assert.IsTrue(await storageAccountContainer.CheckIfExistsAsync(accountName)); + Assert.IsFalse(await storageAccountContainer.CheckIfExistsAsync(accountName + "1")); + + //delete storage account + await account1.DeleteAsync(); + + //validate if deleted successfully + Assert.IsFalse(await storageAccountContainer.CheckIfExistsAsync(accountName)); + StorageAccount account4 = await storageAccountContainer.GetIfExistsAsync(accountName); + Assert.IsNull(account4); + } + [Test] + [RecordedTest] + public async Task GetAllStorageAccounts() + { + //create two storage accounts + string accountName1 = Recording.GenerateAssetName("storage1"); + string accountName2 = Recording.GenerateAssetName("storage2"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation1 = await storageAccountContainer.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters()); + StorageAccount account1 = await accountCreateOperation1.WaitForCompletionAsync(); + StorageAccountCreateOperation accountCreateOperation2 = await storageAccountContainer.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters()); + StorageAccount account2 = await accountCreateOperation2.WaitForCompletionAsync(); + + //validate two storage accounts + int count = 0; + StorageAccount account3 = null; + StorageAccount account4 = null; + await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + { + count++; + if (account.Id.Name == accountName1) + account3 = account; + if (account.Id.Name == accountName2) + account4 = account; } + Assert.AreEqual(count, 2); + VerifyAccountProperties(account3,true); + VerifyAccountProperties(account4, true); } - + [Test] [RecordedTest] - public async Task StorageAccountUpdateTest() + public async Task UpdateStorageAccount() { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + VerifyAccountProperties(account1, true); - // Update storage account type + //update sku StorageAccountUpdateParameters parameters = new StorageAccountUpdateParameters() { Sku = new Sku(SkuName.StandardLRS), }; - StorageAccount account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); + account1=await account1.UpdateAsync(parameters); + Assert.AreEqual(account1.Data.Sku.Name, SkuName.StandardLRS); - // Validate - Response accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, accountProerties.Value.Sku.Name); + // validate + StorageAccount account2=await storageAccountContainer.GetAsync(accountName); + Assert.AreEqual(account2.Data.Sku.Name, SkuName.StandardLRS); - // Update storage tags + //update tags parameters.Tags.Clear(); parameters.Tags.Add("key3", "value3"); parameters.Tags.Add("key4", "value4"); - parameters.Tags.Add("key5", "value6"); - - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(account.Tags.Count, parameters.Tags.Count); + parameters.Tags.Add("key5", "value5"); + account1 =await account1.UpdateAsync(parameters); + Assert.AreEqual(account1.Data.Tags.Count, parameters.Tags.Count); - // Validate - accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(accountProerties.Value.Tags.Count, parameters.Tags.Count); + //validate + account2 = await storageAccountContainer.GetAsync(accountName); + Assert.AreEqual(account2.Data.Tags.Count, parameters.Tags.Count); - // Update storage encryption - parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) + //update encryption + parameters.Encryption= new Encryption(KeySource.MicrosoftStorage) { Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); + account1 = await account1.UpdateAsync(parameters); + Assert.NotNull(account1.Data.Encryption); - // Validate - accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.NotNull(accountProerties.Value.Encryption); - Assert.NotNull(accountProerties.Value.Encryption.Services.Blob); - Assert.True(accountProerties.Value.Encryption.Services.Blob.Enabled); - Assert.NotNull(accountProerties.Value.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(accountProerties.Value.Encryption.Services.File); - Assert.True(accountProerties.Value.Encryption.Services.File.Enabled); - Assert.NotNull(accountProerties.Value.Encryption.Services.File.LastEnabledTime); - - if (null != accountProerties.Value.Encryption.Services.Table) - { - if (accountProerties.Value.Encryption.Services.Table.Enabled.HasValue) - { - Assert.False(accountProerties.Value.Encryption.Services.Table.LastEnabledTime.HasValue); - } - } - - if (null != accountProerties.Value.Encryption.Services.Queue) - { - if (accountProerties.Value.Encryption.Services.Queue.Enabled.HasValue) - { - Assert.False(accountProerties.Value.Encryption.Services.Queue.LastEnabledTime.HasValue); - } - } + //validate + account2 = await storageAccountContainer.GetAsync(accountName); + Assert.NotNull(account2.Data.Encryption); + Assert.NotNull(account2.Data.Encryption.Services.Blob); + Assert.True(account2.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account2.Data.Encryption.Services.Blob.LastEnabledTime); + Assert.NotNull(account2.Data.Encryption.Services.File); + Assert.True(account2.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account2.Data.Encryption.Services.File.LastEnabledTime); - // Update storage custom domains - parameters = new StorageAccountUpdateParameters + //update http traffic only and validate + parameters = new StorageAccountUpdateParameters() { - CustomDomain = new CustomDomain("foo.example.com") - { - UseSubDomainName = true - } + EnableHttpsTrafficOnly = false }; - - try - { - await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.True(false, "This request should fail with the below code."); - } - catch (RequestFailedException ex) - { - Assert.AreEqual((int)HttpStatusCode.Conflict, ex.Status); - Assert.True(ex.Message != null && ex.Message.Contains("The custom domain name could not be verified. CNAME mapping from foo.example.com to")); - } - } - - [RecordedTest] - public async Task StorageAccountUpdateMultipleTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Update storage account type - StorageAccountUpdateParameters parameters = new StorageAccountUpdateParameters() + account1 = await account1.UpdateAsync(parameters); + Assert.AreEqual(account1.Data.EnableHttpsTrafficOnly, false); + account2 = await storageAccountContainer.GetAsync(accountName); + Assert.AreEqual(account2.Data.EnableHttpsTrafficOnly, false); + parameters = new StorageAccountUpdateParameters() { - Sku = new Sku(SkuName.StandardLRS), - Tags = { { "key3", "value3" }, { "key4", "value4" }, { "key5", "value6" } } + EnableHttpsTrafficOnly = true }; - StorageAccount account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(account.Tags.Count, parameters.Tags.Count); - - // Validate - Response accountProerties = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, accountProerties.Value.Sku.Name); - Assert.AreEqual(accountProerties.Value.Tags.Count, parameters.Tags.Count); - } - - [RecordedTest] - public async Task StorageAccountLocationUsageTest() - { - // Query usage - string Location = DefaultLocation; - AsyncPageable usages = UsagesClient.ListByLocationAsync(Location); - List usagelist = await usages.ToEnumerableAsync(); - Assert.AreEqual(1, usagelist.Count()); - Assert.AreEqual(UsageUnit.Count, usagelist.First().Unit); - Assert.NotNull(usagelist.First().CurrentValue); - Assert.AreEqual(250, usagelist.First().Limit); - Assert.NotNull(usagelist.First().Name); - Assert.AreEqual("StorageAccounts", usagelist.First().Name.Value); - Assert.AreEqual("Storage Accounts", usagelist.First().Name.LocalizedValue); + account1 = await account1.UpdateAsync(parameters); + Assert.AreEqual(account1.Data.EnableHttpsTrafficOnly, true); + account2 = await storageAccountContainer.GetAsync(accountName); + Assert.AreEqual(account2.Data.EnableHttpsTrafficOnly, true); } + [Test] [RecordedTest] - [Ignore("Track2: The function of 'ResourceProviderOperationDetails' is not found in trach2 Management.Resource")] - public void StorageAccountGetOperationsTest() + public async Task CreateLargeFileShareOnStorageAccount() { - //var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; + //create storage account and enable large share + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + Sku sku = new Sku(SkuName.StandardLRS); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku,kind:Kind.StorageV2); + parameters.LargeFileSharesState = LargeFileSharesState.Enabled; + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + VerifyAccountProperties(account1, false); + + //create file share with share quota 5200, which is allowed in large file shares + string fileShareName = Recording.GenerateAssetName("testfileshare"); + FileService fileService = await account1.GetFileServices().GetAsync("default"); + FileShareContainer shareContainer = fileService.GetFileShares(); + FileShareData shareData = new FileShareData(); + shareData.ShareQuota = 5200; + FileShareCreateOperation fileShareCreateOperation= await shareContainer.CreateOrUpdateAsync(fileShareName, shareData); + FileShare share = await fileShareCreateOperation.WaitForCompletionAsync(); + Assert.AreEqual(share.Data.ShareQuota, shareData.ShareQuota); + } + + [Test] + [RecordedTest] + public async Task StorageAccountRegenerateKey() + { + //create storage account and get keys + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + VerifyAccountProperties(account1, true); + StorageAccountListKeysResult keys = await account1.GetKeysAsync(); + Assert.NotNull(keys); + StorageAccountKey key2 = keys.Keys.First( + t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); + Assert.NotNull(key2); - //using (MockContext context = MockContext.Start(this.GetType())) - //{ - // var resourcesClient = GetResourceManagementClient(context, handler); - // var ops = resourcesClient.ResourceProviderOperationDetails.List("Microsoft.Storage", "2015-06-15"); + //regenerate key and verify the key's change + StorageAccountRegenerateKeyParameters keyParameters = new StorageAccountRegenerateKeyParameters("key2"); + StorageAccountListKeysResult regenKeys = await account1.RegenerateKeyAsync(keyParameters); + StorageAccountKey regenKey2 = regenKeys.Keys.First( + t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); + Assert.NotNull(regenKey2); - // Assert.True(ops.Count() > 1); - //} + //validate the key is different from origin one + Assert.AreNotEqual(key2.Value, regenKey2.Value); } - + [Test] [RecordedTest] - public async Task StorageAccountListAccountSASTest() + public async Task CreateUpdataNetworkRule() { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - AccountSasParameters accountSasParameters = new AccountSasParameters(services: "bftq", resourceTypes: "sco", permissions: "rdwlacup", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)) + //create storage account with network rule + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) { - Protocols = HttpProtocol.HttpsHttp, - SharedAccessStartTime = Recording.UtcNow, - KeyToSign = "key1" + Bypass = @"Logging, AzureServices", + IpRules = { new IPRule(iPAddressOrRange: "23.45.67.89") } }; - Response result = await AccountsClient.ListAccountSASAsync(rgname, accountName, accountSasParameters); - - AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); - - Assert.AreEqual(accountSasParameters.Services, resultCredentials.Services); - Assert.AreEqual(accountSasParameters.ResourceTypes, resultCredentials.ResourceTypes); - Assert.AreEqual(accountSasParameters.Permissions, resultCredentials.Permissions); - Assert.AreEqual(accountSasParameters.Protocols, resultCredentials.Protocols); - - Assert.NotNull(accountSasParameters.SharedAccessStartTime); - Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); - } - - [RecordedTest] - public async Task StorageAccountListAccountSASWithDefaultProperties() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - // Test for default values of sas credentials. - AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)); - - Response result = await AccountsClient.ListAccountSASAsync(rgname, accountName, accountSasParameters); - - AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); + StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters); + StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + VerifyAccountProperties(account1, false); - Assert.AreEqual(accountSasParameters.Services, resultCredentials.Services); - Assert.AreEqual(accountSasParameters.ResourceTypes, resultCredentials.ResourceTypes); - Assert.AreEqual(accountSasParameters.Permissions, resultCredentials.Permissions); - Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); - } - - [RecordedTest] - public async Task StorageAccountListAccountSASWithMissingProperties() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - // Test for default values of sas credentials. - AccountSasParameters accountSasParameters = - new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(-1)); - try - { - Response result = await AccountsClient.ListAccountSASAsync(rgname, accountName, accountSasParameters); - AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); - } - catch (Exception ex) - { - Assert.True(ex.Message != null && ex.Message.Contains("Values for request parameters are invalid: signedExpiry.")); - return; - } - throw new Exception("AccountSasToken shouldn't be returned without SharedAccessExpiryTime"); - } - - [RecordedTest] - public async Task StorageAccountListServiceSASTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); + //verify network rule + StorageAccountData accountData = account1.Data; + Assert.NotNull(accountData.NetworkRuleSet); + Assert.AreEqual(@"Logging, AzureServices", accountData.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Deny, accountData.NetworkRuleSet.DefaultAction); + Assert.IsEmpty(accountData.NetworkRuleSet.VirtualNetworkRules); + Assert.NotNull(accountData.NetworkRuleSet.IpRules); + Assert.IsNotEmpty(accountData.NetworkRuleSet.IpRules); + Assert.AreEqual("23.45.67.89", accountData.NetworkRuleSet.IpRules[0].IPAddressOrRange); + Assert.AreEqual(DefaultAction.Allow.ToString(), accountData.NetworkRuleSet.IpRules[0].Action); - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; - ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) - { - Resource = "c", - Permissions = "rdwlacup", - Protocols = HttpProtocol.HttpsHttp, - SharedAccessStartTime = Recording.UtcNow, - SharedAccessExpiryTime = Recording.UtcNow.AddHours(1), - KeyToSign = "key1" - }; - - Task> result = AccountsClient.ListServiceSASAsync(rgname, accountName, serviceSasParameters); - - ServiceSasParameters resultCredentials = ParseServiceSASToken(result.Result.Value.ServiceSasToken, canonicalizedResourceParameter); - - Assert.AreEqual(serviceSasParameters.Resource, resultCredentials.Resource); - Assert.AreEqual(serviceSasParameters.Permissions, resultCredentials.Permissions); - Assert.AreEqual(serviceSasParameters.Protocols, resultCredentials.Protocols); - Assert.NotNull(serviceSasParameters.SharedAccessStartTime); - Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); - } - - [RecordedTest] - public async Task StorageAccountListServiceSASWithDefaultProperties() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - // Test for default values of sas credentials. - string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; - ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) - { - Resource = "c", - Permissions = "rl", - SharedAccessExpiryTime = Recording.UtcNow.AddHours(1), - }; - - Response result = await AccountsClient.ListServiceSASAsync(rgname, accountName, serviceSasParameters); - - ServiceSasParameters resultCredentials = ParseServiceSASToken(result.Value.ServiceSasToken, canonicalizedResourceParameter); - - Assert.AreEqual(serviceSasParameters.Resource, resultCredentials.Resource); - Assert.AreEqual(serviceSasParameters.Permissions, resultCredentials.Permissions); - Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); - } - - [RecordedTest] - public async Task StorageAccountListServiceSASWithMissingProperties() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - await _CreateStorageAccountAsync(rgname, accountName); - - // Test for default values of sas credentials. - string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; - ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) - { - Resource = "b", - Permissions = "rl" - }; - try - { - Response result = await AccountsClient.ListServiceSASAsync(rgname, accountName, serviceSasParameters); - ServiceSasParameters resultCredentials = ParseServiceSASToken(result.Value.ServiceSasToken, canonicalizedResourceParameter); - } - catch (RequestFailedException ex) - { - Assert.True(ex.Message != null && ex.Message.Contains("Values for request parameters are invalid: signedExpiry.")); - return; - } - throw new Exception("AccountSasToken shouldn't be returned without SharedAccessExpiryTime"); - } - - [RecordedTest] - public async Task StorageAccountUpdateEncryptionTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Update storage account type - StorageAccountUpdateParameters parameters = new StorageAccountUpdateParameters - { - Sku = new Sku(SkuName.StandardLRS) - }; - StorageAccount account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - // Update storage tags - parameters = new StorageAccountUpdateParameters - { - Tags = - { - {"key3","value3"}, - {"key4","value4"}, - {"key5","value6"} - } - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(account.Tags.Count, parameters.Tags.Count); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(account.Tags.Count, parameters.Tags.Count); - - // 1. Update storage encryption - parameters = new StorageAccountUpdateParameters - { - Encryption = new Encryption(keySource: KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } - } - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - // 2. Restore storage encryption - parameters = new StorageAccountUpdateParameters - { - Encryption = new Encryption(keySource: KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } - } - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - // 3. Remove file encryption service field. - parameters = new StorageAccountUpdateParameters - { - Encryption = new Encryption(keySource: KeySource.MicrosoftStorage) - { - Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true } } - } - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.NotNull(account.Encryption); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - } - - [RecordedTest] - public async Task StorageAccountUpdateWithHttpsOnlyTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with hot - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.EnableHttpsTrafficOnly = false; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.False(account.EnableHttpsTrafficOnly); - - //Update storage account - StorageAccountUpdateParameters parameter = new StorageAccountUpdateParameters - { - EnableHttpsTrafficOnly = true - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameter); - VerifyAccountProperties(account, false); - Assert.True(account.EnableHttpsTrafficOnly); - - //Update storage account - parameter = new StorageAccountUpdateParameters - { - EnableHttpsTrafficOnly = false - }; - account = await UpdateStorageAccountAsync(rgname, accountName, parameter); - VerifyAccountProperties(account, false); - Assert.False(account.EnableHttpsTrafficOnly); - } - - [RecordedTest] - public async Task StorageAccountCreateWithHttpsOnlyTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - string accountName1 = Recording.GenerateAssetName("sto"); - - // Create storage account with hot - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.EnableHttpsTrafficOnly = true; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.True(account.EnableHttpsTrafficOnly); - - // Create storage account with cool - parameters.EnableHttpsTrafficOnly = false; - account = await _CreateStorageAccountAsync(rgname, accountName1, parameters); - VerifyAccountProperties(account, false); - Assert.False(account.EnableHttpsTrafficOnly); - } - - [RecordedTest] - [Ignore("Track2: Need KeyVaultManagementClient")] - public void StorageAccountCMKTest() - { - //var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - //using (MockContext context = MockContext.Start(this.GetType())) - //{ - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - // var keyVaultMgmtClient = GetKeyVaultManagementClient(context, handler); - // var keyVaultClient = CreateKeyVaultClient(); - - // string accountName = TestUtilities.GenerateName("sto"); - // var rgname = CreateResourceGroup(resourcesClient); - // string vaultName = TestUtilities.GenerateName("keyvault"); - // string keyName = TestUtilities.GenerateName("keyvaultkey"); - - // var parameters = GetDefaultStorageAccountParameters(); - // parameters.Location = "centraluseuap"; - // parameters.Identity = new Identity { }; - // var account = storageMgmtClient.StorageAccounts.Create(rgname, accountName, parameters); - - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Identity); - - // var accessPolicies = new List(); - // accessPolicies.Add(new Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // ObjectId = account.Identity.PrincipalId, - // Permissions = new Microsoft.Azure.Management.KeyVault.Models.Permissions(new List { "wrapkey", "unwrapkey" }) - // }); - - // string servicePrincipalObjectId = GetServicePrincipalObjectId(); - // accessPolicies.Add(new Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // ObjectId = servicePrincipalObjectId, - // Permissions = new Microsoft.Azure.Management.KeyVault.Models.Permissions(new List { "all" }) - // }); - - // var keyVault = keyVaultMgmtClient.Vaults.CreateOrUpdate(rgname, vaultName, new Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters - // { - // Location = account.Location, - // Properties = new Microsoft.Azure.Management.KeyVault.Models.VaultProperties - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // AccessPolicies = accessPolicies, - // Sku = new Microsoft.Azure.Management.KeyVault.Models.Sku(Microsoft.Azure.Management.KeyVault.Models.SkuName.Standard), - // EnabledForDiskEncryption = false, - // EnabledForDeployment = false, - // EnabledForTemplateDeployment = false - // } - // }); - - // var keyVaultKey = keyVaultClient.CreateKeyAsync(keyVault.Properties.VaultUri, keyName, JsonWebKeyType.Rsa, 2048, - // JsonWebKeyOperation.AllOperations, new Microsoft.Azure.KeyVault.Models.KeyAttributes()).GetAwaiter().GetResult(); - - // // Enable encryption. - // var updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, - // KeySource = "Microsoft.Keyvault", - // KeyVaultProperties = - // new KeyVaultProperties - // { - // KeyName = keyVaultKey.KeyIdentifier.Name, - // KeyVaultUri = keyVault.Properties.VaultUri, - // KeyVersion = keyVaultKey.KeyIdentifier.Version - // } - // } - // }; - - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Encryption); - // Assert.True(account.Encryption.Services.Blob.Enabled); - // Assert.True(account.Encryption.Services.File.Enabled); - // Assert.Equal("Microsoft.Keyvault", account.Encryption.KeySource); - - // // Disable Encryption. - // updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, - // KeySource = "Microsoft.Storage" - // } - // }; - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Encryption); - // Assert.True(account.Encryption.Services.Blob.Enabled); - // Assert.True(account.Encryption.Services.File.Enabled); - // Assert.Equal("Microsoft.Storage", account.Encryption.KeySource); - - // updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = false }, File = new EncryptionService { Enabled = false } }, - // KeySource = KeySource.MicrosoftStorage - // } - // }; - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.Null(account.Encryption); - //} - } - - [RecordedTest] - [Ignore("Track2: The constructor of OperationDisplay is internal")] - public void StorageAccountOperationsTest() - { - //var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - //using (MockContext context = MockContext.Start(this.GetType())) - //{ - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - // var keyVaultMgmtClient = GetKeyVaultManagementClient(context, handler); - - // // Create storage account with hot - // string accountName = TestUtilities.GenerateName("sto"); - // var rgname = CreateResourceGroup(resourcesClient); - - // var ops = storageMgmtClient.Operations.List(); - // var op1 = new Operation - // { - // Name = "Microsoft.Storage/storageAccounts/write", - // Display = new OperationDisplay - // { - // Provider = "Microsoft Storage", - // Resource = "Storage Accounts", - // Operation = "Create/Update Storage Account" - // } - // }; - // var op2 = new Operation - // { - // Name = "Microsoft.Storage/storageAccounts/delete", - // Display = new OperationDisplay - // { - // Provider = "Microsoft Storage", - // Resource = "Storage Accounts", - // Operation = "Delete Storage Account" - // } - // }; - // bool exists1 = false; - // bool exists2 = false; - // Assert.NotNull(ops); - // Assert.NotNull(ops.GetEnumerator()); - // var operation = ops.GetEnumerator(); - - // while (operation.MoveNext()) - // { - // if (operation.Current.ToString().Equals(op1.ToString())) - // { - // exists1 = true; - // } - // if (operation.Current.ToString().Equals(op2.ToString())) - // { - // exists2 = true; - // } - // } - // Assert.True(exists1); - // Assert.True(exists2); - //} - } - - [RecordedTest] - public async Task StorageAccountVnetACLTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with Vnet - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) - { - Bypass = @"Logging,AzureServices", - IpRules = { new IPRule(iPAddressOrRange: "23.45.67.90") } - }; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - StorageAccount account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - // Verify the vnet rule properties. - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, AzureServices", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Deny, account.NetworkRuleSet.DefaultAction); - Assert.IsEmpty(account.NetworkRuleSet.VirtualNetworkRules); - Assert.NotNull(account.NetworkRuleSet.IpRules); - Assert.IsNotEmpty(account.NetworkRuleSet.IpRules); - Assert.AreEqual("23.45.67.90", account.NetworkRuleSet.IpRules[0].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[0].Action); - - // Update Vnet - StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters + //update network rule + StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters() { NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) { Bypass = @"Logging, Metrics", - IpRules ={ - new IPRule(iPAddressOrRange:"23.45.67.91") { Action = DefaultAction.Allow.ToString() }, - new IPRule(iPAddressOrRange:"23.45.67.92") - }, - } - }; - await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, Metrics", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Deny, account.NetworkRuleSet.DefaultAction); - Assert.IsEmpty(account.NetworkRuleSet.VirtualNetworkRules); - Assert.NotNull(account.NetworkRuleSet.IpRules); - Assert.IsNotEmpty(account.NetworkRuleSet.IpRules); - Assert.AreEqual("23.45.67.91", account.NetworkRuleSet.IpRules[0].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[0].Action); - Assert.AreEqual("23.45.67.92", account.NetworkRuleSet.IpRules[1].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[1].Action); - - // Delete vnet. - updateParameters = new StorageAccountUpdateParameters - { - NetworkRuleSet = new NetworkRuleSet(DefaultAction.Allow) - }; - await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, Metrics", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Allow, account.NetworkRuleSet.DefaultAction); - } - - [RecordedTest] - public void StorageSKUListTest() - { - AsyncPageable skulist = SkusClient.ListAsync(); - Assert.NotNull(skulist); - Task> skuListTask = skulist.ToEnumerableAsync(); - Assert.AreEqual(@"storageAccounts", skuListTask.Result.ElementAt(0).ResourceType); - Assert.NotNull(skuListTask.Result.ElementAt(0).Name); - Assert.True(skuListTask.Result.ElementAt(0).Name.GetType() == SkuName.PremiumLRS.GetType()); - Assert.True(skuListTask.Result.ElementAt(0).Name.Equals(SkuName.PremiumLRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardGRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardLRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardRagrs) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardZRS)); - Assert.NotNull(skuListTask.Result.ElementAt(0).Kind); - Assert.True(skuListTask.Result.ElementAt(0).Kind.Equals(Kind.BlobStorage) || skuListTask.Result.ElementAt(0).Kind.Equals(Kind.Storage) || skuListTask.Result.ElementAt(0).Kind.Equals(Kind.StorageV2)); - } - - [RecordedTest] - public async Task StorageAccountCreateWithStorageV2() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.NotNull(account.PrimaryEndpoints.Web); - Assert.AreEqual(Kind.StorageV2, account.Kind); - } - - [RecordedTest] - public async Task StorageAccountUpdateKindStorageV2() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Update storage account type - StorageAccountUpdateParameters parameters = new StorageAccountUpdateParameters - { - Kind = Kind.StorageV2, - EnableHttpsTrafficOnly = true - }; - StorageAccount account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(Kind.StorageV2, account.Kind); - Assert.True(account.EnableHttpsTrafficOnly); - Assert.NotNull(account.PrimaryEndpoints.Web); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(Kind.StorageV2, account.Kind); - Assert.True(account.EnableHttpsTrafficOnly); - Assert.NotNull(account.PrimaryEndpoints.Web); - } - - [RecordedTest] - public async Task StorageAccountSetGetDeleteManagementPolicy() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westus"); - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - List rules = new List(); - ManagementPolicyAction Actions = new ManagementPolicyAction() - { - BaseBlob = new ManagementPolicyBaseBlob() - { - Delete = new DateAfterModification(300), - TierToArchive = new DateAfterModification(90), - TierToCool = new DateAfterModification(1000), - }, - Snapshot = new ManagementPolicySnapShot() - { - Delete = new DateAfterCreation(100) - } - }; - ManagementPolicyDefinition Definition = new ManagementPolicyDefinition(Actions) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - { - PrefixMatch = { "olcmtestcontainer", "testblob" } - } - }; - ManagementPolicyRule rule1 = new ManagementPolicyRule("olcmtest", RuleType.Lifecycle, Definition) - { - Enabled = true - }; - rules.Add(rule1); - - ManagementPolicyAction Actions2 = new ManagementPolicyAction() - { - BaseBlob = new ManagementPolicyBaseBlob() - { - Delete = new DateAfterModification(1000), - }, - }; - ManagementPolicyDefinition Definition2 = new ManagementPolicyDefinition(Actions2) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - }; - ManagementPolicyRule rule2 = new ManagementPolicyRule("olcmtest2", RuleType.Lifecycle, Definition2) - { - Enabled = false - }; - rules.Add(rule2); - - ManagementPolicyAction Actions3 = new ManagementPolicyAction() - { - Snapshot = new ManagementPolicySnapShot() - { - Delete = new DateAfterCreation(200) - } - }; - ManagementPolicyDefinition Definition3 = new ManagementPolicyDefinition(Actions3) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - }; - ManagementPolicyRule rule3 = new ManagementPolicyRule("olcmtest3", RuleType.Lifecycle, Definition3); - rules.Add(rule3); - - //Set Management Policies - ManagementPolicySchema policyToSet = new ManagementPolicySchema(rules); - ManagementPolicy managementPolicy = new ManagementPolicy() - { - Policy = policyToSet - }; - Response policy = await ManagementPoliciesClient.CreateOrUpdateAsync(rgname, accountName, ManagementPolicyName.Default, managementPolicy); - CompareStorageAccountManagementPolicyProperty(policyToSet, policy.Value.Policy); - - //Get Management Policies - policy = await ManagementPoliciesClient.GetAsync(rgname, accountName, ManagementPolicyName.Default); - CompareStorageAccountManagementPolicyProperty(policyToSet, policy.Value.Policy); - - //Delete Management Policies, and check policy not exist - await ManagementPoliciesClient.DeleteAsync(rgname, accountName, ManagementPolicyName.Default); - bool dataPolicyExist = true; - try - { - policy = await ManagementPoliciesClient.GetAsync(rgname, accountName, ManagementPolicyName.Default); - } - catch (RequestFailedException cloudException) - { - Assert.AreEqual((int)HttpStatusCode.NotFound, cloudException.Status); - dataPolicyExist = false; - } - Assert.False(dataPolicyExist); - - //Delete not exist Management Policies will not fail - await ManagementPoliciesClient.DeleteAsync(rgname, accountName, ManagementPolicyName.Default); - } - - private static void CompareStorageAccountManagementPolicyProperty(ManagementPolicySchema policy1, ManagementPolicySchema policy2) - { - Assert.AreEqual(policy1.Rules.Count, policy2.Rules.Count); - foreach (ManagementPolicyRule rule1 in policy1.Rules) - { - bool ruleFound = false; - foreach (ManagementPolicyRule rule2 in policy2.Rules) - { - if (rule1.Name == rule2.Name) - { - ruleFound = true; - Assert.AreEqual(rule1.Enabled is null ? true : rule1.Enabled, rule2.Enabled); - if (rule1.Definition.Filters != null || rule2.Definition.Filters != null) - { - Assert.AreEqual(rule1.Definition.Filters.BlobTypes, rule2.Definition.Filters.BlobTypes); - Assert.AreEqual(rule1.Definition.Filters.PrefixMatch, rule2.Definition.Filters.PrefixMatch); - } - if (rule1.Definition.Actions.BaseBlob != null || rule2.Definition.Actions.BaseBlob != null) - { - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.TierToCool, rule2.Definition.Actions.BaseBlob.TierToCool); - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.TierToArchive, rule2.Definition.Actions.BaseBlob.TierToArchive); - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.Delete, rule2.Definition.Actions.BaseBlob.Delete); - } - - if (rule1.Definition.Actions.Snapshot != null || rule2.Definition.Actions.Snapshot != null) - { - CompareDateAfterCreation(rule1.Definition.Actions.Snapshot.Delete, rule1.Definition.Actions.Snapshot.Delete); - } - break; + IpRules = { new IPRule(iPAddressOrRange: "23.45.67.90"), + new IPRule(iPAddressOrRange: "23.45.67.91") } } - Assert.True(ruleFound, string.Format("The set rule {0} should be found in the output.", rule1.Name)); - } - } - - private static void CompareDateAfterModification(DateAfterModification date1, DateAfterModification date2) - { - if ((date1 is null) && (date2 is null)) - { - return; - } - Assert.AreEqual(date1.DaysAfterModificationGreaterThan, date2.DaysAfterModificationGreaterThan); - } - - private static void CompareDateAfterCreation(DateAfterCreation date1, DateAfterCreation date2) - { - if ((date1 is null) && (date2 is null)) - { - return; - } - Assert.AreEqual(date1.DaysAfterCreationGreaterThan, date2.DaysAfterCreationGreaterThan); - } - - [RecordedTest] - public async Task StorageAccountCreateGetdfs() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = - new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultRGLocation) { IsHnsEnabled = true }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.True(account.IsHnsEnabled = true); - Assert.NotNull(account.PrimaryEndpoints.Dfs); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.True(account.IsHnsEnabled = true); - Assert.NotNull(account.PrimaryEndpoints.Dfs); - } - - [RecordedTest] - public async Task StorageAccountCreateWithFileStorage() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.PremiumLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.FileStorage, location: "centraluseuap"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(Kind.FileStorage, account.Kind); - Assert.AreEqual(SkuName.PremiumLRS, account.Sku.Name); - } - - [RecordedTest] - public async Task StorageAccountCreateWithBlockBlobStorage() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.PremiumLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.BlockBlobStorage, location: "centraluseuap"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(Kind.BlockBlobStorage, account.Kind); - Assert.AreEqual(SkuName.PremiumLRS, account.Sku.Name); - } - - [RecordedTest] - [Ignore("Track2: Unable to locate active AAD DS for AAD tenant Id *************** associated with the storage account.")] - public async Task StorageAccountCreateSetGetFileAadIntegration() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation) - { - AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.Aadds) - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(DirectoryServiceOptions.Aadds, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(DirectoryServiceOptions.Aadds, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Update storage account - StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters - { - AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.None), - EnableHttpsTrafficOnly = true }; - account = await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - Assert.AreEqual(DirectoryServiceOptions.None, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(DirectoryServiceOptions.None, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - } - - [RecordedTest] - [Ignore("Track2: Last sync time is unavailable for account sto218")] - public async Task StorageAccountFailOver() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardRagrs); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation); - _ = await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Wait for account ready to failover and Validate - StorageAccount account; - string location; - int i = 100; - do - { - account = await AccountsClient.GetPropertiesAsync(rgname, accountName, expand: StorageAccountExpand.GeoReplicationStats); - Assert.AreEqual(SkuName.StandardRagrs, account.Sku.Name); - Assert.Null(account.FailoverInProgress); - location = account.SecondaryLocation; - - //Don't need sleep when playback, or Unit test will be very slow. Need sleep when record. - if (Mode == RecordedTestMode.Record) - { - System.Threading.Thread.Sleep(10000); - } - } while ((account.GeoReplicationStats.CanFailover != true) && (i-- > 0)); - - // Failover storage account - Operation failoverWait = await AccountsClient.StartFailoverAsync(rgname, accountName); - await WaitForCompletionAsync(failoverWait); - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(location, account.PrimaryLocation); - } - - [RecordedTest] - public async Task StorageAccountGetLastSyncTime() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardRagrs); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "eastus2"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardRagrs, account.Sku.Name); - Assert.Null(account.GeoReplicationStats); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.Null(account.GeoReplicationStats); - account = await AccountsClient.GetPropertiesAsync(rgname, accountName, StorageAccountExpand.GeoReplicationStats); - Assert.NotNull(account.GeoReplicationStats); - Assert.NotNull(account.GeoReplicationStats.Status); - Assert.NotNull(account.GeoReplicationStats.LastSyncTime); - Assert.NotNull(account.GeoReplicationStats.CanFailover); - } - - [RecordedTest] - public async Task StorageAccountLargeFileSharesStateTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(LargeFileSharesState.Enabled, account.LargeFileSharesState); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(LargeFileSharesState.Enabled, account.LargeFileSharesState); - } - - [RecordedTest] - public async Task StorageAccountPrivateEndpointTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - IReadOnlyList pes = account.PrivateEndpointConnections; - foreach (PrivateEndpointConnection pe in pes) - { - //Get from account - await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - - // Prepare data for set - PrivateEndpoint endpoint = new PrivateEndpoint(); - PrivateEndpointConnection connection = new PrivateEndpointConnection() - { - PrivateEndpoint = endpoint, - PrivateLinkServiceConnectionState = new PrivateLinkServiceConnectionState() - { - ActionRequired = "None", - Description = "123", - Status = "Approved" - } - }; - - if (pe.PrivateLinkServiceConnectionState.Status != "Rejected") - { - //Set approve - connection.PrivateLinkServiceConnectionState.Status = "Approved"; - PrivateEndpointConnection pe3 = await PrivateEndpointConnectionsClient.PutAsync(rgname, accountName, pe.Name, pe); - Assert.AreEqual("Approved", pe3.PrivateLinkServiceConnectionState.Status); - - //Validate approve by get - pe3 = await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - Assert.AreEqual("Approved", pe3.PrivateLinkServiceConnectionState.Status); - } - - if (pe.PrivateLinkServiceConnectionState.Status == "Rejected") - { - //Set reject - connection.PrivateLinkServiceConnectionState.Status = "Rejected"; - PrivateEndpointConnection pe4 = await PrivateEndpointConnectionsClient.PutAsync(rgname, accountName, pe.Name, pe); - Assert.AreEqual("Rejected", pe4.PrivateLinkServiceConnectionState.Status); - - //Validate reject by get - pe4 = await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - Assert.AreEqual("Rejected", pe4.PrivateLinkServiceConnectionState.Status); - } - } - } - - [RecordedTest] - public async Task StorageAccountPrivateLinkTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westus") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Get private link resource - Response result = await PrivateLinkResourcesClient.ListByStorageAccountAsync(rgname, accountName); - - // Validate - Assert.True(result.Value.Value.Count > 0); - } - - [RecordedTest] - public async Task StorageAccountCreateWithTableQueueEcryptionKeyTypeTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "East US 2 EUAP") - { - Encryption = new Encryption(keySource: KeySource.MicrosoftStorage) - { - Services = new EncryptionServices - { - Queue = new EncryptionService { KeyType = KeyType.Account }, - Table = new EncryptionService { KeyType = KeyType.Account }, - } - } - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Verify encryption settings - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Blob.KeyType); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Blob.KeyType); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.Queue); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Queue.KeyType); - Assert.True(account.Encryption.Services.Queue.Enabled); - Assert.NotNull(account.Encryption.Services.Queue.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.Table); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Table.KeyType); - Assert.True(account.Encryption.Services.Table.Enabled); - Assert.NotNull(account.Encryption.Services.Table.LastEnabledTime); - } - - [RecordedTest] - public async Task EcryptionScopeTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "East US 2 EUAP"); - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - //Create EcryptionScope - EncryptionScope EncryptionScope = new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }; - EncryptionScope es = await EncryptionScopesClient.PutAsync(rgname, accountName, "testscope", EncryptionScope); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Disabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - // Get EcryptionScope - es = await EncryptionScopesClient.GetAsync(rgname, accountName, "testscope"); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Disabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - // Patch EcryptionScope - es.State = EncryptionScopeState.Enabled; - es = await EncryptionScopesClient.PatchAsync(rgname, accountName, "testscope", es); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Enabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - //List EcryptionScope - AsyncPageable ess = EncryptionScopesClient.ListAsync(rgname, accountName); - Task> essList = ess.ToEnumerableAsync(); - es = essList.Result.First(); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Enabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(ResourceGroupsClient, Recording); - } - - private async Task _CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - - private async Task> WaitToGetAccountSuccessfullyAsync(string resourceGroupName, string accountName) - { - return await AccountsClient.GetPropertiesAsync(resourceGroupName, accountName); - } - - private async Task> UpdateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters) - { - return await AccountsClient.UpdateAsync(resourceGroupName, accountName, parameters); - } - - private async Task DeleteStorageAccountAsync(string resourceGroupName, string accountName) - { - return await AccountsClient.DeleteAsync(resourceGroupName, accountName); + StorageAccount account2 = await account1.UpdateAsync(updateParameters); + + //verify updated network rule + accountData = account2.Data; + Assert.NotNull(accountData.NetworkRuleSet); + Assert.AreEqual(@"Logging, Metrics", accountData.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Deny, accountData.NetworkRuleSet.DefaultAction); + Assert.IsEmpty(accountData.NetworkRuleSet.VirtualNetworkRules); + Assert.NotNull(accountData.NetworkRuleSet.IpRules); + Assert.IsNotEmpty(accountData.NetworkRuleSet.IpRules); + Assert.AreEqual("23.45.67.90", accountData.NetworkRuleSet.IpRules[0].IPAddressOrRange); + Assert.AreEqual(DefaultAction.Allow.ToString(), accountData.NetworkRuleSet.IpRules[0].Action); + Assert.AreEqual("23.45.67.91", accountData.NetworkRuleSet.IpRules[1].IPAddressOrRange); + Assert.AreEqual(DefaultAction.Allow.ToString(), accountData.NetworkRuleSet.IpRules[1].Action); + + //update network rule to allow + updateParameters = new StorageAccountUpdateParameters() + { + NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Allow) + }; + StorageAccount account3 = await account2.UpdateAsync(updateParameters); + + //verify updated network rule + accountData = account3.Data; + Assert.NotNull(accountData.NetworkRuleSet); + Assert.AreEqual(@"Logging, Metrics", accountData.NetworkRuleSet.Bypass.ToString()); + Assert.AreEqual(DefaultAction.Allow, accountData.NetworkRuleSet.DefaultAction); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs new file mode 100644 index 0000000000000..74c4ccee4c581 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs @@ -0,0 +1,106 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. +using System.Threading.Tasks; +using NUnit.Framework; +using Azure.ResourceManager.Resources; +using Azure.Core.TestFramework; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Storage.Tests.Helpers; + +namespace Azure.ResourceManager.Storage.Tests.Tests +{ + public class TableTests:StorageTestBase + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private TableServiceContainer tableServiceContainer; + private TableService tableService; + private TableContainer tableContainer; + public TableTests(bool async) : base(async) + { + } + [SetUp] + public async Task CreateStorageAccountAndGetTableContainer() + { + resourceGroup = await CreateResourceGroupAsync(); + string accountName = Recording.GenerateAssetName("storage"); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateOperation accountCreateOperation= await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + tableServiceContainer = storageAccount.GetTableServices(); + tableService = await tableServiceContainer.GetAsync("default"); + tableContainer = tableService.GetTables(); + } + [TearDown] + public async Task ClearStorageAccount() + { + if (resourceGroup != null) + { + var storageAccountContainer = resourceGroup.GetStorageAccounts(); + await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) + { + await account.DeleteAsync(); + } + resourceGroup = null; + storageAccount = null; + } + } + [Test] + [RecordedTest] + public async Task CreateDeleteTable() + { + //create table + string tableName = Recording.GenerateAssetName("testtable"); + TableCreateOperation tableCreateOperation=await tableContainer.CreateOrUpdateAsync(tableName); + Table table1 = await tableCreateOperation.WaitForCompletionAsync(); + Assert.IsNotNull(table1); + Assert.AreEqual(table1.Id.Name, tableName); + + //validate if created successfully + Table table2 = await tableContainer.GetAsync(tableName); + AssertTableEqual(table1, table2); + Assert.IsTrue(await tableContainer.CheckIfExistsAsync(tableName)); + Assert.IsFalse(await tableContainer.CheckIfExistsAsync(tableName+ "1")); + + //delete table + await table1.DeleteAsync(); + + //validate if deleted successfully + Assert.IsFalse(await tableContainer.CheckIfExistsAsync(tableName)); + Table table3 = await tableContainer.GetIfExistsAsync(tableName); + Assert.IsNull(table3); + } + [Test] + [RecordedTest] + public async Task GetAllTables() + { + //create two tables + string tableName1 = Recording.GenerateAssetName("testtable1"); + string tableName2 = Recording.GenerateAssetName("testtable2"); + TableCreateOperation tableCreateOperation1 = await tableContainer.CreateOrUpdateAsync(tableName1); + Table table1 = await tableCreateOperation1.WaitForCompletionAsync(); + TableCreateOperation tableCreateOperation2 = await tableContainer.CreateOrUpdateAsync(tableName2); + Table table2 = await tableCreateOperation2.WaitForCompletionAsync(); + + //validate two tables + Table table3 = null; + Table table4 = null; + int count = 0; + await foreach (Table table in tableContainer.GetAllAsync()) + { + count++; + if (table.Id.Name == tableName1) + { + table3 = table; + } + if (table.Id.Name == tableName2) + { + table4 = table; + } + } + Assert.AreEqual(count, 2); + Assert.IsNotNull(table3); + Assert.IsNotNull(table4); + } + } +} diff --git a/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs b/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs index 807e5d7ca709b..53e0b014d927b 100644 --- a/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs +++ b/sdk/storage/Azure.Storage.Common/api/Azure.Storage.Common.netstandard2.0.cs @@ -1,13 +1,3 @@ -namespace Azure -{ - public partial class HttpAuthorization - { - public HttpAuthorization(string scheme, string parameter) { } - public string Parameter { get { throw null; } } - public string Scheme { get { throw null; } } - public override string ToString() { throw null; } - } -} namespace Azure.Storage { public partial class ClientSideEncryptionOptions diff --git a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj index 71083e9222404..35ebba7a98145 100644 --- a/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj +++ b/sdk/storage/Azure.Storage.Common/src/Azure.Storage.Common.csproj @@ -18,12 +18,13 @@ Azure.Storage - - - $(NoWarn);AZC0001; - + + + + diff --git a/sdk/translation/Azure.AI.Translation.Document/tests/GetAllTranslationsFilterTests.cs b/sdk/translation/Azure.AI.Translation.Document/tests/GetAllTranslationsFilterTests.cs index 28fcdb0eebba5..6c076a7fc51bb 100644 --- a/sdk/translation/Azure.AI.Translation.Document/tests/GetAllTranslationsFilterTests.cs +++ b/sdk/translation/Azure.AI.Translation.Document/tests/GetAllTranslationsFilterTests.cs @@ -38,7 +38,7 @@ public async Task> CreateTranslationJobsAsync(DocumentTranslationCl else if (jobTerminalStatus == DocumentTranslationStatus.Canceled) { await translationOp.CancelAsync(default); - Thread.Sleep(3000); // wait for cancel status to propagate! + Thread.Sleep(6000); // wait for cancel status to propagate! } } diff --git a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs index 48a1602876fd7..90a68bd0c2d10 100644 --- a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs +++ b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/ExecProcess/NugetExec.cs @@ -45,7 +45,7 @@ public string PublishSymbolToPath { get { - // We check if nuget publishing is happening to a non-standard location (e.g. local hard drive or anything other than the officialy nuget publish location + // We check if nuget publishing is happening to a non-standard location (e.g. local hard drive or anything other than the officially nuget publish location // If anything non-standard nuget publish location, symbol path will be same as the provided nuget publish location if (string.IsNullOrEmpty(_publishSymbolToPath)) { diff --git a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/PublishSDKNuget.cs b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/PublishSDKNuget.cs index 604817ce78c94..649809f9d75b8 100644 --- a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/PublishSDKNuget.cs +++ b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/PublishSDKNuget.cs @@ -98,7 +98,7 @@ internal bool IsBuildEngineInitialized public List NugetPublishStatus { get; private set; } /// - /// API key to be used to publish the nuget pakcage + /// API key to be used to publish the nuget package /// public string ApiKey { diff --git a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/SDKCategorizeProjects.cs b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/SDKCategorizeProjects.cs index c63354afd201a..6f3e9bbf25540 100644 --- a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/SDKCategorizeProjects.cs +++ b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/SDKCategorizeProjects.cs @@ -18,12 +18,12 @@ namespace Microsoft.WindowsAzure.Build.Tasks /// This task will enable getting projects that needs to be built. /// Currently this task makes the following assumption: /// 1) We have hard coded to search for only *.csproj files as the projects that needs to be built - /// It has the capability and properties that will accomodate any number of project file extension (using ; separated list) + /// It has the capability and properties that will accommodate any number of project file extension (using ; separated list) /// 2) It has currently hard-coded to ignore KeyVault Sample projects (they do not need to be built anytime) /// 3) Due to a Msbuild capability of not able to provide outputs for multi-targeting projects, we need to separate out projects /// that are only targeting one framework version. /// So in our entire build system, we assume that all our proejcts target only .NET 452 and .NET Standard 1.4 - /// Not sure if we want to accomodate random target frameworks (possibly not), but then there are always exceptions and we are not + /// Not sure if we want to accommodate random target frameworks (possibly not), but then there are always exceptions and we are not /// ready for those exceptions. /// Need to file an issue to investigate this and enable it. /// diff --git a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/Utilities/Check.cs b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/Utilities/Check.cs index 14c97cac10fe9..43f346792dbee 100644 --- a/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/Utilities/Check.cs +++ b/tools/legacy/Microsoft.WindowsAzure.Build.Tasks/Build.Tasks/Utilities/Check.cs @@ -14,7 +14,7 @@ public static class Check { /// /// Checks if the argument passed in is NotNull - /// Throws NullReferenceException if the arugment is Null + /// Throws NullReferenceException if the argument is Null /// /// arument info for logging purpose /// argument info for logging @@ -28,7 +28,7 @@ public static void NotNull(object argument, string argumentName = "argument") /// /// Checks if the string argument passed in is NonEmpty and NotNull - /// Throws NullReferenceException if the arugment is Null or Empty + /// Throws NullReferenceException if the argument is Null or Empty /// /// arument info for logging purpose /// argument info for logging From 3c0f17e4e4c7ee2a2ddfb74fcc8bef373fdbf82a Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 24 Aug 2021 17:19:09 +0800 Subject: [PATCH 02/27] add and change some test cases --- .../samples/README.md | 4 +- .../Sample1_ManagingStorageAccounts.md | 2 +- .../samples/Sample2_ManagingBlobContainers.md | 2 +- .../src/Azure.ResourceManager.Storage.csproj | 2 +- .../StartCreateDeleteBlobContainer.json | 1049 ----------------- .../StartCreateDeleteBlobContainerAsync.json | 1049 ----------------- .../StartCreateDeleteFileShare.json | 1000 ---------------- .../StartCreateDeleteFileShareAsync.json | 1031 ---------------- .../StartCreateDeleteStorageQueue.json | 1041 ---------------- .../StartCreateDeleteStorageQueueAsync.json | 1041 ---------------- ...ateStorageAccountWithBlockBlobStorage.json | 714 +++++++++++ ...orageAccountWithBlockBlobStorageAsync.json | 714 +++++++++++ .../CreateStorageAccountWithFileStorage.json | 712 +++++++++++ ...ateStorageAccountWithFileStorageAsync.json | 712 +++++++++++ .../StartCreateDeleteStorageAccount.json | 1048 ---------------- .../StartCreateDeleteStorageAccountAsync.json | 1048 ---------------- .../TableTests/StartCreateDeleteTable.json | 1006 ---------------- .../StartCreateDeleteTableAsync.json | 913 -------------- .../tests/Tests/BlobContainerTests.cs | 21 +- .../tests/Tests/FileShareTests.cs | 15 +- .../tests/Tests/QueueTests.cs | 15 +- .../tests/Tests/StorageAccountTests.cs | 67 +- .../tests/Tests/TableTests.cs | 12 +- 23 files changed, 2931 insertions(+), 10287 deletions(-) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorage.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorageAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorage.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorageAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/README.md b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md index 56f09ff3c3b5b..106a19220cec0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md @@ -11,5 +11,5 @@ description: Samples for the Azure.ResourceManager.Storage client library # Azure.ResourceManager.Storage Samples -- [Managing Storage Accounts](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) -- [Managing Blob Containers](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) +- [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) +- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md index d0dbca8ec9cd8..5579a73311b14 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md @@ -91,4 +91,4 @@ await storageAccount.DeleteAsync(); ## Next steps -Take a look at the [Managing Blob Containers](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) samples. +Take a look at the [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md index 8903f205e33e1..55c61f65f2623 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md @@ -110,4 +110,4 @@ await blobContainer.DeleteAsync(); ## Next steps -Take a look at the [Managing Storage Accounts](https://github.com/yukun-dong/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) samples. +Take a look at the [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index cfc051c58a2ac..6070e4202335f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -4,7 +4,7 @@ Azure.ResourceManager.Storage Azure management client SDK for Azure resource provider Microsoft.Storage. - This is a beta preview vesion. This version uses a next-generation code generator that introduces important breaking changes, but also new features (such as intuitive authentication, custom HTTP pipeline, distributed tracing and much more). + This is a beta preview version. This version uses a next-generation code generator that introduces important breaking changes, but also new features (such as intuitive authentication, custom HTTP pipeline, distributed tracing and much more). azure;management;Storage $(NoWarn);CS1591; diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json deleted file mode 100644 index 15982dc04992e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainer.json +++ /dev/null @@ -1,1049 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b3129d66558014ff1bb2b3e8f585d53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "58251429-80c3-4e98-8720-e2ed78b8400b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "58251429-80c3-4e98-8720-e2ed78b8400b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084921Z:58251429-80c3-4e98-8720-e2ed78b8400b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4558?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-0751c3224c516e408055200d43d3fb2a-1b744cd183449144-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9c3d4e492a1692f70aa5ecdb76d40c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7db4998-393c-4a40-9bb0-9070f6288d12", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d7db4998-393c-4a40-9bb0-9070f6288d12", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084924Z:d7db4998-393c-4a40-9bb0-9070f6288d12" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558", - "name": "teststorageRG-4558", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9979c5c188c9ca1f550c9500ecbe106", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9979c5c188c9ca1f550c9500ecbe106", - "x-ms-correlation-request-id": "6c904380-5ddd-41aa-ac3f-238ba14b760f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "c4ceaf14-8d6b-4f50-88e5-c54117239d49", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084930Z:6c904380-5ddd-41aa-ac3f-238ba14b760f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0fc217b8cbbbc58215cab41661862de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0fc217b8cbbbc58215cab41661862de", - "x-ms-correlation-request-id": "3a6fd9fb-8903-45f7-a907-2bebfd0f4e41", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "0fea386e-9d20-4707-9a8b-3e9788f789a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084931Z:3a6fd9fb-8903-45f7-a907-2bebfd0f4e41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13fdc67cb30028af0496d7a45daf67bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13fdc67cb30028af0496d7a45daf67bc", - "x-ms-correlation-request-id": "d83ef53b-a04c-456e-b65a-c737fe67cac6", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "5361e24d-ab6c-493d-9867-2b6591a839ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084932Z:d83ef53b-a04c-456e-b65a-c737fe67cac6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecd5df0221cf2d4b0083ed6088559ae9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecd5df0221cf2d4b0083ed6088559ae9", - "x-ms-correlation-request-id": "c5cf2ad2-8fc2-41fc-a449-616fce0b55a4", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "bb57170d-07c6-418c-b01f-35a549c8d297", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084933Z:c5cf2ad2-8fc2-41fc-a449-616fce0b55a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d75dc853a3cc7ea71d3bc24b5b45f71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d75dc853a3cc7ea71d3bc24b5b45f71", - "x-ms-correlation-request-id": "50456427-99c0-4ee7-a512-0a02f81c0135", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9adcd638-0655-4674-915e-0fe2e36e44a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084935Z:50456427-99c0-4ee7-a512-0a02f81c0135" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "873feff475435b0f7acf127cc64e9fae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "873feff475435b0f7acf127cc64e9fae", - "x-ms-correlation-request-id": "f6f3215a-f525-4e44-9f0a-9f7466286faf", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "58f7d633-04ad-4b50-861a-4610a37ddf62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084936Z:f6f3215a-f525-4e44-9f0a-9f7466286faf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "811eedfbfa3ac77ff40e7bfb6426784c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "811eedfbfa3ac77ff40e7bfb6426784c", - "x-ms-correlation-request-id": "2b8cfec4-5dfd-4815-a66d-28bcddf6c44e", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "1fd6ce98-24e8-4145-ba8f-474eb33f58c6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084937Z:2b8cfec4-5dfd-4815-a66d-28bcddf6c44e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "986b7c24131610a6cc1af26d276d0022", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "986b7c24131610a6cc1af26d276d0022", - "x-ms-correlation-request-id": "660ef9aa-e3d4-49af-b7bc-e4129e186a52", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "66fafa31-cdad-4b24-95de-e00f4f45241e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084939Z:660ef9aa-e3d4-49af-b7bc-e4129e186a52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7290d34de95fa376f779234fa13f654", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7290d34de95fa376f779234fa13f654", - "x-ms-correlation-request-id": "2646dde3-7d35-46af-af04-cb4ff89657ac", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "862e3f9a-9609-46e4-9f88-4b5d9001fc04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084940Z:2646dde3-7d35-46af-af04-cb4ff89657ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4958c65606e3e898470db41f0712a086", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4958c65606e3e898470db41f0712a086", - "x-ms-correlation-request-id": "37d33405-6642-4c57-9785-230135fa2803", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8eb84ffb-933b-4551-9ef2-f3daecd026ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084941Z:37d33405-6642-4c57-9785-230135fa2803" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57c7580db1fd45b64470299e807116b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57c7580db1fd45b64470299e807116b9", - "x-ms-correlation-request-id": "4cf87036-c14a-4dac-8edb-bbb528df5672", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "a964d7c1-d2de-4478-b111-64ddeb6cfc21", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084943Z:4cf87036-c14a-4dac-8edb-bbb528df5672" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61179e24b7152d3f74407f882a17f35d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61179e24b7152d3f74407f882a17f35d", - "x-ms-correlation-request-id": "b01160dc-6c65-4622-bc01-dba2d23434a4", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "94bd388e-93db-44b5-9693-0256631764b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084944Z:b01160dc-6c65-4622-bc01-dba2d23434a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1270bd79e4ca4570f130572ddfa67d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1270bd79e4ca4570f130572ddfa67d6", - "x-ms-correlation-request-id": "9046e1e1-d144-4790-9ec7-1bb36bc77d7e", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "39070d76-4835-477c-ba0f-2d40369369ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084945Z:9046e1e1-d144-4790-9ec7-1bb36bc77d7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c4ceaf14-8d6b-4f50-88e5-c54117239d49?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68fbfaf73ffa5671189ae2bc322e1a2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68fbfaf73ffa5671189ae2bc322e1a2d", - "x-ms-correlation-request-id": "345b647d-9136-4c60-8c09-468595ea30f4", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0bb4edf1-775d-4cc4-94df-858dbef36420", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084946Z:345b647d-9136-4c60-8c09-468595ea30f4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619", - "name": "storage4619", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T08:49:29.5192274Z", - "key2": "2021-08-13T08:49:29.5192274Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T08:49:29.4099007Z", - "primaryEndpoints": { - "blob": "https://storage4619.blob.core.windows.net/", - "queue": "https://storage4619.queue.core.windows.net/", - "table": "https://storage4619.table.core.windows.net/", - "file": "https://storage4619.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75c6cb7d7449856d47735102b2cd4f7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "373", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75c6cb7d7449856d47735102b2cd4f7a", - "x-ms-correlation-request-id": "88aecd8d-55df-4f61-bee3-e23e4dc0a19c", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "17056572-a945-4dba-a6d2-342fbdb753b7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084947Z:88aecd8d-55df-4f61-bee3-e23e4dc0a19c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c2f91a9638b9a98d189b1bc9a71e1f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "393", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:47 GMT", - "ETag": "\u00220x8D95E374E4CF70F\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c2f91a9638b9a98d189b1bc9a71e1f8", - "x-ms-correlation-request-id": "dbeaa6b2-77db-4397-ba6e-84d096ed14f2", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ad2ed062-7f3c-4bcb-9771-241c7539aedb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:dbeaa6b2-77db-4397-ba6e-84d096ed14f2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", - "name": "testblob8762", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3312f4d78cf28d82752187ed6fa44a4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "678", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:48 GMT", - "ETag": "\u00220x8D95E374E4CF70F\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3312f4d78cf28d82752187ed6fa44a4a", - "x-ms-correlation-request-id": "5dc5f9c6-47c5-4d71-9e46-f8c2e0b95002", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "b35b8cb3-effb-4072-a14d-cd5d8118fb57", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:5dc5f9c6-47c5-4d71-9e46-f8c2e0b95002" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", - "name": "testblob8762", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D95E374E4CF70F\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-13T08:49:47.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d89e36710ea68f12edb78eabbc9ad01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "678", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:48 GMT", - "ETag": "\u00220x8D95E374E4CF70F\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d89e36710ea68f12edb78eabbc9ad01", - "x-ms-correlation-request-id": "9d8245a0-074f-45f7-b440-dfdd9ee2b0e5", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "ab4eb16b-f39e-40a7-b2e1-8d9fc2635091", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084948Z:9d8245a0-074f-45f7-b440-dfdd9ee2b0e5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762", - "name": "testblob8762", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D95E374E4CF70F\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-13T08:49:47.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob87621?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8da0970473d1de60ea2a66adbab2a2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8da0970473d1de60ea2a66adbab2a2d", - "x-ms-correlation-request-id": "f0a04077-b2be-450f-9291-02264d7998ad", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "ee5e6b52-9dd8-4e2b-893e-a60965758bdb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:f0a04077-b2be-450f-9291-02264d7998ad" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:c635459d-d01e-0021-2b20-903f78000000\nTime:2021-08-13T08:49:48.9832116Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b654673f43e8c60d03aa05171397d2ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b654673f43e8c60d03aa05171397d2ab", - "x-ms-correlation-request-id": "73bf6ff9-1490-4fe5-956a-1af992c06a78", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "c3ee1166-d1f6-42fc-83ac-abff166cce90", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:73bf6ff9-1490-4fe5-956a-1af992c06a78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "657c867371c9200dfd6c8e486a878c83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "657c867371c9200dfd6c8e486a878c83", - "x-ms-correlation-request-id": "b6bb53b2-1ce0-4317-837a-601042e29866", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "61c26b9e-38f6-43cf-9a28-9fe75f1251d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084949Z:b6bb53b2-1ce0-4317-837a-601042e29866" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:c635465c-d01e-0021-5d20-903f78000000\nTime:2021-08-13T08:49:49.7067187Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619/blobServices/default/containers/testblob8762?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53ab4bb0f7752c18fb13d59242ce0977", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53ab4bb0f7752c18fb13d59242ce0977", - "x-ms-correlation-request-id": "75d9aa79-2def-4894-b940-730e11e6ea4a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "7acd0ced-22c4-48da-9d37-2771329704c4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084950Z:75d9aa79-2def-4894-b940-730e11e6ea4a" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:c63546bb-d01e-0021-3320-903f78000000\nTime:2021-08-13T08:49:50.0409529Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55f6fbcfc52ecd635934b87cb5c55c7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:49:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55f6fbcfc52ecd635934b87cb5c55c7b", - "x-ms-correlation-request-id": "7f872311-6007-4f59-9c34-755eb464a3bf", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "3936a9d3-a6de-4173-b8fc-d5c064661cda", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084950Z:7f872311-6007-4f59-9c34-755eb464a3bf" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619", - "name": "storage4619", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T08:49:29.5192274Z", - "key2": "2021-08-13T08:49:29.5192274Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:49:29.5192274Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T08:49:29.4099007Z", - "primaryEndpoints": { - "blob": "https://storage4619.blob.core.windows.net/", - "queue": "https://storage4619.queue.core.windows.net/", - "table": "https://storage4619.table.core.windows.net/", - "file": "https://storage4619.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4558/providers/Microsoft.Storage/storageAccounts/storage4619?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c767811d7eeb7c366d4f69b69c7add2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c767811d7eeb7c366d4f69b69c7add2e", - "x-ms-correlation-request-id": "2f23ef99-3aa1-4447-8f19-eb33a3e2e441", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "6075e36f-4379-46b4-babd-e66afe2932d6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084956Z:2f23ef99-3aa1-4447-8f19-eb33a3e2e441" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1335314236", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json deleted file mode 100644 index e7aae6346f432..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/StartCreateDeleteBlobContainerAsync.json +++ /dev/null @@ -1,1049 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bd037d0f8da5c2ee13f960dbcfdb30d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bb62a68f-2f81-49bd-8b4a-961414659f9a", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "bb62a68f-2f81-49bd-8b4a-961414659f9a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084958Z:bb62a68f-2f81-49bd-8b4a-961414659f9a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9307?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-f330324c6246d14587db89d527c7b8d1-dfa11c12f1e3fb41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45d438253bf7c2ac249a307e6907aaac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:49:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a1c83eed-b237-42ea-8f30-7b0f3c862522", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a1c83eed-b237-42ea-8f30-7b0f3c862522", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T084959Z:a1c83eed-b237-42ea-8f30-7b0f3c862522" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307", - "name": "teststorageRG-9307", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d7468cefa2f936ac8a5f1f1ed0f7301", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d7468cefa2f936ac8a5f1f1ed0f7301", - "x-ms-correlation-request-id": "ab435fd8-1fee-451a-b1fa-dc8c5b88e662", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "c83591a5-b9bb-4a44-9a24-0cb93235371b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085003Z:ab435fd8-1fee-451a-b1fa-dc8c5b88e662" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a2fee61a8993ef56ab22f95bad0368b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a2fee61a8993ef56ab22f95bad0368b", - "x-ms-correlation-request-id": "23632a40-6478-4d74-b0e9-9c5fc2c6b5c7", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e39e71b4-30b9-4b52-a6d7-1ef70ea6dead", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085003Z:23632a40-6478-4d74-b0e9-9c5fc2c6b5c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0fb7dbdc2ebf58b6c5024799c6cb551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0fb7dbdc2ebf58b6c5024799c6cb551", - "x-ms-correlation-request-id": "94613ad8-8bc3-4f92-920b-94a0aaa5427b", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "586ed149-1794-4f47-aeca-302e56a03e2b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085004Z:94613ad8-8bc3-4f92-920b-94a0aaa5427b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe90056d28e0c568217f7e90a96669a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe90056d28e0c568217f7e90a96669a8", - "x-ms-correlation-request-id": "50547501-4fc5-4631-b8e2-b882b767ad4c", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c2fba723-6cf8-42b7-af40-c8f14e60d1af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085006Z:50547501-4fc5-4631-b8e2-b882b767ad4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6040d280477b9e006339de48837ca2fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6040d280477b9e006339de48837ca2fe", - "x-ms-correlation-request-id": "f380d8a0-708f-4982-84d1-9720e3ce5f27", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "f84c5b60-0375-4b24-9588-531ec3a2e972", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085007Z:f380d8a0-708f-4982-84d1-9720e3ce5f27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b428defc374095ab1436cf6c44fa4c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b428defc374095ab1436cf6c44fa4c06", - "x-ms-correlation-request-id": "77bd74b4-09c6-4e37-8868-a554227e0b04", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "6957bd51-f3cc-4208-af05-52062f0bd7f2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085008Z:77bd74b4-09c6-4e37-8868-a554227e0b04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caf97be6552c25d505f19aa6491f41a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caf97be6552c25d505f19aa6491f41a4", - "x-ms-correlation-request-id": "2ffcd5e9-528f-4f89-8cf8-2b6a675c6d0c", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "d0ef3d0c-3732-43b8-a110-ade1076c3a3c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085010Z:2ffcd5e9-528f-4f89-8cf8-2b6a675c6d0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cb9480ddb43d486827aa4b4477935a69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb9480ddb43d486827aa4b4477935a69", - "x-ms-correlation-request-id": "9bdbd1e7-5f97-4f03-bf4c-123647f57d6b", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f2935906-ef62-439f-870b-d8bd31acb97f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085011Z:9bdbd1e7-5f97-4f03-bf4c-123647f57d6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0862d7edd883a6d10802af4e9c044bf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0862d7edd883a6d10802af4e9c044bf4", - "x-ms-correlation-request-id": "03978836-ac2d-4a7c-8bd7-a4905a9f4bb8", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "9584dfab-ce9d-4d34-a5bc-3c7bd440a94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085012Z:03978836-ac2d-4a7c-8bd7-a4905a9f4bb8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c48e2bf5806531c813b0a2810a90ad71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c48e2bf5806531c813b0a2810a90ad71", - "x-ms-correlation-request-id": "2d5b0faa-f629-4574-a64c-db5311ee1aa1", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5c866efa-75e3-4126-a7c9-7ab117764d1c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085014Z:2d5b0faa-f629-4574-a64c-db5311ee1aa1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "72b8319739bd0521aeeec23b0519ab22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72b8319739bd0521aeeec23b0519ab22", - "x-ms-correlation-request-id": "a1b8d590-7f61-4729-8257-c98afe4af222", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "0ab4ddd4-5750-4bab-960e-349958ff2629", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085015Z:a1b8d590-7f61-4729-8257-c98afe4af222" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c4f565f95056d040f30f5d2354f9c77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c4f565f95056d040f30f5d2354f9c77", - "x-ms-correlation-request-id": "ff91a1b5-e3dc-4b7c-aa90-d3368a357b70", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "987e9b38-aa02-45fb-93a2-864f7506ea81", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085016Z:ff91a1b5-e3dc-4b7c-aa90-d3368a357b70" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6bb73e54d94bbc3709891577bd8d2cf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bb73e54d94bbc3709891577bd8d2cf9", - "x-ms-correlation-request-id": "d1a3d8f8-72f6-441a-98e4-84d1b2ca7fe5", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "402ded2d-4e31-44d0-aa80-9555297f9fa3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085018Z:d1a3d8f8-72f6-441a-98e4-84d1b2ca7fe5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c83591a5-b9bb-4a44-9a24-0cb93235371b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b32280056041016c2d4b638d444fcf5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b32280056041016c2d4b638d444fcf5e", - "x-ms-correlation-request-id": "b70671ff-80e5-4b62-9291-8392f3643e05", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "8b4c8823-3978-4f33-a995-8651cb955c62", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085019Z:b70671ff-80e5-4b62-9291-8392f3643e05" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589", - "name": "storage9589", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T08:50:01.7693849Z", - "key2": "2021-08-13T08:50:01.7693849Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T08:50:01.6600105Z", - "primaryEndpoints": { - "blob": "https://storage9589.blob.core.windows.net/", - "queue": "https://storage9589.queue.core.windows.net/", - "table": "https://storage9589.table.core.windows.net/", - "file": "https://storage9589.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7e74a52406186d61f93437b808caf81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "373", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7e74a52406186d61f93437b808caf81", - "x-ms-correlation-request-id": "fb7426f0-ee84-40b4-a1bd-448b5e689656", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "a73d0c93-e5b8-4475-9462-0a41b75b8ea6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085019Z:fb7426f0-ee84-40b4-a1bd-448b5e689656" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2db5ccfb36e8d1f3b63e0075a978b9b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "393", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:19 GMT", - "ETag": "\u00220x8D95E376186ED0C\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2db5ccfb36e8d1f3b63e0075a978b9b9", - "x-ms-correlation-request-id": "7855fc8b-8d9b-417f-9b47-788bc82ab478", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "5a5e0618-4c69-446d-871b-24c20ae1e204", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:7855fc8b-8d9b-417f-9b47-788bc82ab478" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", - "name": "testblob8864", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a67225b79865a9c59c93ad1df081a09c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "678", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:20 GMT", - "ETag": "\u00220x8D95E376186ED0C\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a67225b79865a9c59c93ad1df081a09c", - "x-ms-correlation-request-id": "fa6894d2-ba05-474e-9372-8d0cb9edd33e", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "e4997675-0423-4301-9cc7-5acb31d88e19", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:fa6894d2-ba05-474e-9372-8d0cb9edd33e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", - "name": "testblob8864", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D95E376186ED0C\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-13T08:50:20.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "824889e1301a1469f3f5aa01d610751b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "678", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:20 GMT", - "ETag": "\u00220x8D95E376186ED0C\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "824889e1301a1469f3f5aa01d610751b", - "x-ms-correlation-request-id": "f7a9a496-3e6c-48cb-869b-6de8d25e2564", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "6941ee43-ae37-4a84-a236-2ae59a047c25", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085020Z:f7a9a496-3e6c-48cb-869b-6de8d25e2564" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864", - "name": "testblob8864", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D95E376186ED0C\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-13T08:50:20.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob88641?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67c8c189db3c639e070b915488d5e135", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67c8c189db3c639e070b915488d5e135", - "x-ms-correlation-request-id": "2c3c7d3f-6bd8-4a17-980f-b19c9d88e498", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "183946c6-49c8-4702-9373-94f375bde975", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085021Z:2c3c7d3f-6bd8-4a17-980f-b19c9d88e498" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:26cfb03f-301e-0073-0220-905512000000\nTime:2021-08-13T08:50:21.1846898Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2094649d362f869ebb5eb26fedc3d38b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2094649d362f869ebb5eb26fedc3d38b", - "x-ms-correlation-request-id": "13bfcc99-65a3-4078-84a8-07c952636154", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "38d3482d-3b57-42d7-a711-6615f6348e8f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085021Z:13bfcc99-65a3-4078-84a8-07c952636154" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e93921e39b8055feae57b0f9f158b1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e93921e39b8055feae57b0f9f158b1d", - "x-ms-correlation-request-id": "93eec85b-b47c-4fa5-a2fc-d74095e2c105", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "f947b7b9-15db-4a9b-a75a-374239ddce27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:93eec85b-b47c-4fa5-a2fc-d74095e2c105" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:26cfb0de-301e-0073-1920-905512000000\nTime:2021-08-13T08:50:21.8871666Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589/blobServices/default/containers/testblob8864?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "72647413557b52ec2242acde292e7544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "173", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72647413557b52ec2242acde292e7544", - "x-ms-correlation-request-id": "9c42be4e-866f-4b30-962a-90aa2ed06401", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "b141a854-21e2-4c80-a002-92c7280a9cab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:9c42be4e-866f-4b30-962a-90aa2ed06401" - }, - "ResponseBody": { - "error": { - "code": "ContainerNotFound", - "message": "The specified container does not exist.\nRequestId:26cfb138-301e-0073-6f20-905512000000\nTime:2021-08-13T08:50:22.2093853Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5360538b242647d048f3549bb8fe7a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 08:50:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5360538b242647d048f3549bb8fe7a6", - "x-ms-correlation-request-id": "ab2032e7-af3a-40ce-b36a-ccfa51cf5401", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "bda2e126-5a62-4f1c-9a03-e832940a65af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085022Z:ab2032e7-af3a-40ce-b36a-ccfa51cf5401" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589", - "name": "storage9589", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T08:50:01.7693849Z", - "key2": "2021-08-13T08:50:01.7693849Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T08:50:01.7693849Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T08:50:01.6600105Z", - "primaryEndpoints": { - "blob": "https://storage9589.blob.core.windows.net/", - "queue": "https://storage9589.queue.core.windows.net/", - "table": "https://storage9589.table.core.windows.net/", - "file": "https://storage9589.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9307/providers/Microsoft.Storage/storageAccounts/storage9589?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "785c94d2605fc80fa6400b768c81dcbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 08:50:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "785c94d2605fc80fa6400b768c81dcbc", - "x-ms-correlation-request-id": "35538593-54d7-4acd-9024-8bb2e0f6f4d3", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "f2d69a00-b694-4a3a-a3c2-5a38b7a2452e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T085027Z:35538593-54d7-4acd-9024-8bb2e0f6f4d3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "537836443", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json deleted file mode 100644 index aa203a23aa3b2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShare.json +++ /dev/null @@ -1,1000 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e95d48d9e3f6f4e935a49c19af841811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "641400a8-40d6-481f-8616-426a1442cc1b", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "641400a8-40d6-481f-8616-426a1442cc1b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034501Z:641400a8-40d6-481f-8616-426a1442cc1b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-456?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-6f9fb67416529f488ab561e5444e5fb8-f3f8628c6e943c4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d673f4ce22b8fac99184a4ef8837c71a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba8221c2-7477-4d8e-8639-96537711c1be", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ba8221c2-7477-4d8e-8639-96537711c1be", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034504Z:ba8221c2-7477-4d8e-8639-96537711c1be" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456", - "name": "teststorageRG-456", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f6d3700ab154e883a829922b7a9cdcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f6d3700ab154e883a829922b7a9cdcf", - "x-ms-correlation-request-id": "fc096ad1-b0fe-4e68-a015-b2a0c8ac53fc", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "807d0222-2545-4c81-a3ab-3236916901a2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034511Z:fc096ad1-b0fe-4e68-a015-b2a0c8ac53fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e084b9fe31a348b9ea877da030d8d9db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e084b9fe31a348b9ea877da030d8d9db", - "x-ms-correlation-request-id": "e67804a4-842a-41fe-86c8-49aceea6257b", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "c2cf8f39-b17c-4d6e-82c8-b9db059d813a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034511Z:e67804a4-842a-41fe-86c8-49aceea6257b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ffe1fd6f9bddfb812d941b04c43498d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ffe1fd6f9bddfb812d941b04c43498d", - "x-ms-correlation-request-id": "e966a739-c712-4b35-9300-e7e3681f11be", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "72708f41-a3f3-4e2c-a2f0-635e23f777a0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034512Z:e966a739-c712-4b35-9300-e7e3681f11be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe23c414ec24582c1ec037b6a3846316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe23c414ec24582c1ec037b6a3846316", - "x-ms-correlation-request-id": "11372a9c-20d7-43f5-b0c9-21246e93cb0e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "e0f62e50-68a3-400a-96c8-73636c05aa65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034514Z:11372a9c-20d7-43f5-b0c9-21246e93cb0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e56e838b0dae051601a4cec9ef08fba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e56e838b0dae051601a4cec9ef08fba6", - "x-ms-correlation-request-id": "d931c62f-2299-4e6a-a3b8-e2eedce54aa9", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "aff59a79-5fb3-43e5-aba5-159098ca8243", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034515Z:d931c62f-2299-4e6a-a3b8-e2eedce54aa9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c8cf03ddbb4e9b6f3a541fcc1013c8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c8cf03ddbb4e9b6f3a541fcc1013c8d", - "x-ms-correlation-request-id": "27818974-f191-41db-87a3-391990a76707", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "84e6add8-6d5e-4fc0-bddf-63b6cf141f0c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034516Z:27818974-f191-41db-87a3-391990a76707" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8242b7663d406dead1dfc801e636915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8242b7663d406dead1dfc801e636915", - "x-ms-correlation-request-id": "40ef81e9-8028-4190-97fb-f0c238ba5097", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "ebaccc6f-e6ee-40f4-8437-5e0767b3c7d2", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034518Z:40ef81e9-8028-4190-97fb-f0c238ba5097" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b27891c4f7f8b061cd85f209cc1a4400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b27891c4f7f8b061cd85f209cc1a4400", - "x-ms-correlation-request-id": "d307b31c-7c31-4c4f-ab11-e403b8de265c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "4bd10600-182f-4734-85d0-4f6475118648", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034520Z:d307b31c-7c31-4c4f-ab11-e403b8de265c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c352406833e4dad21185be96de35ca8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c352406833e4dad21185be96de35ca8f", - "x-ms-correlation-request-id": "4c854f94-8a94-47c2-8ce8-46a7b84715c0", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8a1c8c49-12c3-4ff6-af6f-faba08b20654", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034522Z:4c854f94-8a94-47c2-8ce8-46a7b84715c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30372c3c89887f94c974fb4f70d53a93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30372c3c89887f94c974fb4f70d53a93", - "x-ms-correlation-request-id": "c0d80731-1a7f-42b0-ad92-c7bd1335517a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "2da4c00c-6063-4047-9e67-e1ee0a7e0fc6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034523Z:c0d80731-1a7f-42b0-ad92-c7bd1335517a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de18fcd9a5109131be9ea17238cbd297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de18fcd9a5109131be9ea17238cbd297", - "x-ms-correlation-request-id": "8ae3ba2b-03df-4af3-ae92-d8eea535f86b", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "2a82e696-d4b9-491c-8882-7b858fcbbde0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034524Z:8ae3ba2b-03df-4af3-ae92-d8eea535f86b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0cc62ba14e2de77abd2fa6f3882693c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0cc62ba14e2de77abd2fa6f3882693c", - "x-ms-correlation-request-id": "b7d96ce2-028a-420e-bc10-302bf3ab7d5f", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "bea9ef38-7e35-4934-b9ff-866cd415373d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034526Z:b7d96ce2-028a-420e-bc10-302bf3ab7d5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/807d0222-2545-4c81-a3ab-3236916901a2?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e1bd2b4bec1d977ffba571eae82247fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1bd2b4bec1d977ffba571eae82247fe", - "x-ms-correlation-request-id": "5dfd4594-677e-46b6-ae29-0da8099391be", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4c35a04a-b24a-482d-81ed-3804d7649acf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034527Z:5dfd4594-677e-46b6-ae29-0da8099391be" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215", - "name": "storage3215", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T03:45:09.7962200Z", - "key2": "2021-08-17T03:45:09.7962200Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T03:45:09.7025022Z", - "primaryEndpoints": { - "blob": "https://storage3215.blob.core.windows.net/", - "queue": "https://storage3215.queue.core.windows.net/", - "table": "https://storage3215.table.core.windows.net/", - "file": "https://storage3215.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d9563a29908c4b08539323dabc1593c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d9563a29908c4b08539323dabc1593c", - "x-ms-correlation-request-id": "d90b8316-9d10-43a9-8147-ef2b714055ca", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "2c0aad6d-b486-4e48-9458-0e6b962e7e50", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034527Z:d90b8316-9d10-43a9-8147-ef2b714055ca" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d0d27647af1e3cd35a53ca28df6898b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "301", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:27 GMT", - "ETag": "\u00220x8D96131746DB705\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d0d27647af1e3cd35a53ca28df6898b", - "x-ms-correlation-request-id": "d7a140a1-532a-4cfd-91b1-f4db3d01e351", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "aef81bd1-585e-47e9-a4f9-bd8dd4e8acb6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034528Z:d7a140a1-532a-4cfd-91b1-f4db3d01e351" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", - "name": "testfileshare5771", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edd5cdfb345b7ab1f85be4ba41ec394c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "472", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:28 GMT", - "ETag": "\u00220x8D96131746DB705\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edd5cdfb345b7ab1f85be4ba41ec394c", - "x-ms-correlation-request-id": "3ffcd93f-eb78-4d0a-9dff-1ed6670679a6", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "ccef2243-bf10-407b-a43a-9e1601fdeb7b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034528Z:3ffcd93f-eb78-4d0a-9dff-1ed6670679a6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", - "name": "testfileshare5771", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D96131746DB705\u0022", - "properties": { - "leaseStatus": "unlocked", - "leaseState": "available", - "signedIdentifiers": [], - "lastModifiedTime": "2021-08-17T03:45:28.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa83b535f139e9b1c82ad2f47422f742", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "472", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:28 GMT", - "ETag": "\u00220x8D96131746DB705\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa83b535f139e9b1c82ad2f47422f742", - "x-ms-correlation-request-id": "b1c92f7d-f790-40ee-b575-691f9f4bd8cf", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "38f57e1f-edb9-46fc-af0f-fffd82d7a029", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:b1c92f7d-f790-40ee-b575-691f9f4bd8cf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771", - "name": "testfileshare5771", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D96131746DB705\u0022", - "properties": { - "leaseStatus": "unlocked", - "leaseState": "available", - "signedIdentifiers": [], - "lastModifiedTime": "2021-08-17T03:45:28.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare57711?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f4afb2a84e8430d8759315959512a149", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4afb2a84e8430d8759315959512a149", - "x-ms-correlation-request-id": "03033155-3b01-4e5a-a756-2e099513386f", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "60c497e5-a194-461f-9879-25757dad6199", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:03033155-3b01-4e5a-a756-2e099513386f" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:b53ed3b9-501a-0054-7d1a-939401000000\nTime:2021-08-17T03:45:29.4674967Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d76df06b8f720a521cec253161bd05d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d76df06b8f720a521cec253161bd05d6", - "x-ms-correlation-request-id": "111daf07-9e58-48de-be37-01b48a369a34", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "09b26f8b-fc04-4f99-b999-0363a0e722eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034529Z:111daf07-9e58-48de-be37-01b48a369a34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f11a263453ce6c8dc5385a6db1b53b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f11a263453ce6c8dc5385a6db1b53b5", - "x-ms-correlation-request-id": "229e90d2-ee33-4cc9-aecc-15e6f0f7df76", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "115a4d00-3312-4032-853e-0b76b3af1b44", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:229e90d2-ee33-4cc9-aecc-15e6f0f7df76" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:b53ed3bc-501a-0054-7f1a-939401000000\nTime:2021-08-17T03:45:30.1729936Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215/fileServices/default/shares/testfileshare5771?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "848888881fb419cf60a5d79829a7ceb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "848888881fb419cf60a5d79829a7ceb7", - "x-ms-correlation-request-id": "5b479835-677e-4660-a936-738f69cb973b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b40843cf-3f54-47a4-94b2-cb6334da8944", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:5b479835-677e-4660-a936-738f69cb973b" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:b53ed3bd-501a-0054-801a-939401000000\nTime:2021-08-17T03:45:30.5092313Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3313f8d1200260d2886fb1e09ab2e00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1309", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:45:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3313f8d1200260d2886fb1e09ab2e00", - "x-ms-correlation-request-id": "c6729232-925c-4654-b037-93750b2239f5", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "90258d91-018e-4ab0-b2f8-19db51188438", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034530Z:c6729232-925c-4654-b037-93750b2239f5" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215", - "name": "storage3215", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T03:45:09.7962200Z", - "key2": "2021-08-17T03:45:09.7962200Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:09.7962200Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T03:45:09.7025022Z", - "primaryEndpoints": { - "blob": "https://storage3215.blob.core.windows.net/", - "queue": "https://storage3215.queue.core.windows.net/", - "table": "https://storage3215.table.core.windows.net/", - "file": "https://storage3215.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-456/providers/Microsoft.Storage/storageAccounts/storage3215?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9a9709881354321d2f82f976d2fbd35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9a9709881354321d2f82f976d2fbd35", - "x-ms-correlation-request-id": "9100065e-e99e-4afd-bc3f-c3e662bc98a2", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "2edcfafc-5b7d-44ad-992f-446c9bf11eeb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034536Z:9100065e-e99e-4afd-bc3f-c3e662bc98a2" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "255476667", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json deleted file mode 100644 index 1f8ddc120b8d0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileShareTests/StartCreateDeleteFileShareAsync.json +++ /dev/null @@ -1,1031 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ab13edd66c1d3244aa502aec52debf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "374ffa43-507e-46ca-aea2-58d783549223", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "374ffa43-507e-46ca-aea2-58d783549223", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034540Z:374ffa43-507e-46ca-aea2-58d783549223" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-513?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-d327255c72624a4a9dab7139ac19316d-67ae148ba46a5244-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caa2dcd62547528fbde15dcb5668c727", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0823e5b2-c9b0-4a52-a417-1e218ee61f10", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "0823e5b2-c9b0-4a52-a417-1e218ee61f10", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034541Z:0823e5b2-c9b0-4a52-a417-1e218ee61f10" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513", - "name": "teststorageRG-513", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "279d5d54c5aa40abf0e58d02456b08f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "279d5d54c5aa40abf0e58d02456b08f1", - "x-ms-correlation-request-id": "0ca040ae-3cbf-4dd5-ac17-b300d03101ea", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "2740f7e9-f767-4b4c-abe2-8083b808fef1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034547Z:0ca040ae-3cbf-4dd5-ac17-b300d03101ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ed9c287f45b172bf78a574002507775", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ed9c287f45b172bf78a574002507775", - "x-ms-correlation-request-id": "b1dfe088-3efb-4b83-b4fc-5414b96efca3", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "670ae557-b47a-44e3-a4e1-ba8798704ee5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034547Z:b1dfe088-3efb-4b83-b4fc-5414b96efca3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7794da54d831beb3457a2fa640e338fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7794da54d831beb3457a2fa640e338fc", - "x-ms-correlation-request-id": "969a46f9-9d3f-47f5-9573-4152dda943e0", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "a6a22fbf-97fa-4739-abe5-7c800d505a74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034548Z:969a46f9-9d3f-47f5-9573-4152dda943e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "837b52a77992cd95c57e57c43ed720a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "837b52a77992cd95c57e57c43ed720a7", - "x-ms-correlation-request-id": "d278b3f7-2b77-4c29-a372-13ef33d1b48a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "04038fe6-0bcd-4b52-bc3d-3d1541f423bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034550Z:d278b3f7-2b77-4c29-a372-13ef33d1b48a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d720f8cc660af080f1a49e0c584d613", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d720f8cc660af080f1a49e0c584d613", - "x-ms-correlation-request-id": "feec04fe-b705-453a-9311-96ef89777f9d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c0acaf57-4e08-4490-bca8-a95a5e131c13", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034551Z:feec04fe-b705-453a-9311-96ef89777f9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af985a51f4d4dae345c6b2b281ee7f6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af985a51f4d4dae345c6b2b281ee7f6d", - "x-ms-correlation-request-id": "c6d7b15a-fd3d-4fdd-be58-6868596bc3e7", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "0061e26f-d214-4e64-ad71-745df0d62f69", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034552Z:c6d7b15a-fd3d-4fdd-be58-6868596bc3e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "301a875a0a70e19b4acb747730b40740", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "301a875a0a70e19b4acb747730b40740", - "x-ms-correlation-request-id": "3edf5a32-9fc4-43e6-b15f-e3eddb7360a9", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "a677ef6f-3863-4ede-a3e2-a7d9bf2d63f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034554Z:3edf5a32-9fc4-43e6-b15f-e3eddb7360a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e47343a8703e98d22c97e89914552e20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e47343a8703e98d22c97e89914552e20", - "x-ms-correlation-request-id": "39f25e84-0281-43c7-be83-f5d3e732e13d", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "dd72bc0d-b1c3-46f1-bdde-482fb62dc3ca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034555Z:39f25e84-0281-43c7-be83-f5d3e732e13d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e85db9ba56a46a2bfb76509806baa90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e85db9ba56a46a2bfb76509806baa90", - "x-ms-correlation-request-id": "de6d6a58-9ab2-482f-a4ed-640f2f9d871c", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "7ba1eaaa-7336-4645-83c3-af3322444fd1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034556Z:de6d6a58-9ab2-482f-a4ed-640f2f9d871c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d0a72be9b7bea2fb48104d82201cdf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d0a72be9b7bea2fb48104d82201cdf4", - "x-ms-correlation-request-id": "6bfcb708-66fe-43c2-8af0-a5f99105b487", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "cf4a531c-12b9-423f-bc73-784187305c43", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034558Z:6bfcb708-66fe-43c2-8af0-a5f99105b487" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54dc539dc92e02d5a02c25860bc918c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:45:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54dc539dc92e02d5a02c25860bc918c1", - "x-ms-correlation-request-id": "e2085d0e-f353-4883-8318-a04819d9c903", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5b3edf38-97ca-47e6-b75b-755fa754aba6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034559Z:e2085d0e-f353-4883-8318-a04819d9c903" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2db57edf04b00a4ac9b8ae9a1ca24bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:46:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2db57edf04b00a4ac9b8ae9a1ca24bd", - "x-ms-correlation-request-id": "6dd59b21-cdf5-4c02-87b1-661469e18a52", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "216f8f6a-424d-4c19-af33-1611fd5cc293", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034600Z:6dd59b21-cdf5-4c02-87b1-661469e18a52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c6b70ea558ff5629c089c4f76a8dfea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:46:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c6b70ea558ff5629c089c4f76a8dfea", - "x-ms-correlation-request-id": "17157a5a-687c-4d52-8c0a-9a7b3feea87b", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "23fbd172-6123-458e-a6ee-30038383a19f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034602Z:17157a5a-687c-4d52-8c0a-9a7b3feea87b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2740f7e9-f767-4b4c-abe2-8083b808fef1?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caeb43692b26ada9aedca8923fec60d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1297", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caeb43692b26ada9aedca8923fec60d6", - "x-ms-correlation-request-id": "40c6d0b9-01db-4158-b0c9-f93d5d804138", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "81007683-694e-4d6d-91c7-422bb02679d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034603Z:40c6d0b9-01db-4158-b0c9-f93d5d804138" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266", - "name": "storage6266", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T03:45:44.7507248Z", - "key2": "2021-08-17T03:45:44.7507248Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T03:45:44.6726462Z", - "primaryEndpoints": { - "blob": "https://storage6266.blob.core.windows.net/", - "queue": "https://storage6266.queue.core.windows.net/", - "table": "https://storage6266.table.core.windows.net/", - "file": "https://storage6266.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a9c6707eb5e9732f4e6054253558903", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a9c6707eb5e9732f4e6054253558903", - "x-ms-correlation-request-id": "9cdd13e7-472a-49c6-98e9-1a23834fbcb1", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "9747072e-5478-4a77-8d3c-fac18ea4fdca", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034603Z:9cdd13e7-472a-49c6-98e9-1a23834fbcb1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de5e7f9f965ac7bfbe7db2adcfb5b0a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "301", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:03 GMT", - "ETag": "\u00220x8D9613189E2FCFC\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de5e7f9f965ac7bfbe7db2adcfb5b0a8", - "x-ms-correlation-request-id": "999bea3b-7ecd-4efa-9010-7bead90c2a54", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "c666ebb3-3458-4538-a232-c8e3cd0b11ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034604Z:999bea3b-7ecd-4efa-9010-7bead90c2a54" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", - "name": "testfileshare4954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c0e47c68c44117d53d5402566595852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "472", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:04 GMT", - "ETag": "\u00220x8D9613189E2FCFC\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c0e47c68c44117d53d5402566595852", - "x-ms-correlation-request-id": "e032062d-274c-4da1-9f44-5df9191e5b52", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "cf11726a-b9ac-4b62-b900-1ab07febf634", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034604Z:e032062d-274c-4da1-9f44-5df9191e5b52" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", - "name": "testfileshare4954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D9613189E2FCFC\u0022", - "properties": { - "leaseStatus": "unlocked", - "leaseState": "available", - "signedIdentifiers": [], - "lastModifiedTime": "2021-08-17T03:46:04.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c9fd6a4f802d1adddd29f6e7fea2530", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "472", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:04 GMT", - "ETag": "\u00220x8D9613189E2FCFC\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c9fd6a4f802d1adddd29f6e7fea2530", - "x-ms-correlation-request-id": "10f68524-65da-4fe2-8644-f70b8a5c593a", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "de357268-60d6-4948-8b31-f43f5bb226c0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:10f68524-65da-4fe2-8644-f70b8a5c593a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954", - "name": "testfileshare4954", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D9613189E2FCFC\u0022", - "properties": { - "leaseStatus": "unlocked", - "leaseState": "available", - "signedIdentifiers": [], - "lastModifiedTime": "2021-08-17T03:46:04.0000000Z", - "shareQuota": 5120 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare49541?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e8d9a55f77b1277014d8a8456996165", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e8d9a55f77b1277014d8a8456996165", - "x-ms-correlation-request-id": "2eb3b812-02ca-417d-b5ec-297cce50373d", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "af0a3ec0-aeae-4858-b4cc-ccb49b2c88df", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:2eb3b812-02ca-417d-b5ec-297cce50373d" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:5323e60b-901a-003a-0e1a-936672000000\nTime:2021-08-17T03:46:05.4229587Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f90860244316cea69a3d2e72ed0f9169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f90860244316cea69a3d2e72ed0f9169", - "x-ms-correlation-request-id": "45faf1e4-3cde-47b1-a2f6-14632dabec52", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "f276859b-4be0-48b8-a98b-a504a954a246", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034605Z:45faf1e4-3cde-47b1-a2f6-14632dabec52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccd010b04accacd75e8c6bb46d287a43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccd010b04accacd75e8c6bb46d287a43", - "x-ms-correlation-request-id": "1bc2a13e-511a-48f0-bf41-9c0b390082e7", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "4fab494b-285b-45c5-83f3-5bc5cc3503e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:1bc2a13e-511a-48f0-bf41-9c0b390082e7" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:5323e617-901a-003a-191a-936672000000\nTime:2021-08-17T03:46:06.1344735Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266/fileServices/default/shares/testfileshare4954?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e493a712be1111af4bf733dc90525f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e493a712be1111af4bf733dc90525f1", - "x-ms-correlation-request-id": "d3ae1835-ed9b-4b19-aada-c58420ac98f9", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "a7fdf34a-9b55-4fe8-960a-bff7834ca304", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:d3ae1835-ed9b-4b19-aada-c58420ac98f9" - }, - "ResponseBody": { - "error": { - "code": "ShareNotFound", - "message": "The specified share does not exist.\nRequestId:5323e622-901a-003a-241a-936672000000\nTime:2021-08-17T03:46:06.5257563Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46d321bb94c8d998895c9a89d7f16071", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1309", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 03:46:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46d321bb94c8d998895c9a89d7f16071", - "x-ms-correlation-request-id": "72a52159-b9ec-4f17-9184-699e902cb941", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "89d27dd8-21b0-47c2-beb6-dafe5639b92c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034606Z:72a52159-b9ec-4f17-9184-699e902cb941" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266", - "name": "storage6266", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T03:45:44.7507248Z", - "key2": "2021-08-17T03:45:44.7507248Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T03:45:44.7663473Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T03:45:44.6726462Z", - "primaryEndpoints": { - "blob": "https://storage6266.blob.core.windows.net/", - "queue": "https://storage6266.queue.core.windows.net/", - "table": "https://storage6266.table.core.windows.net/", - "file": "https://storage6266.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-513/providers/Microsoft.Storage/storageAccounts/storage6266?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b300eac272c68587f5bed80dd699e358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 03:46:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b300eac272c68587f5bed80dd699e358", - "x-ms-correlation-request-id": "4439fda3-4281-4c59-be92-53a5911cb445", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "818b30ef-fe10-41c5-ba13-b3de45c35458", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T034613Z:4439fda3-4281-4c59-be92-53a5911cb445" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "408875736", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json deleted file mode 100644 index 0521a04a0147c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueue.json +++ /dev/null @@ -1,1041 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5e659fca27f6737b6650c852712bcfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dcf3a5f4-687f-474c-b14c-6380dbb58e04", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "dcf3a5f4-687f-474c-b14c-6380dbb58e04", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085613Z:dcf3a5f4-687f-474c-b14c-6380dbb58e04" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5370?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-4d880e40443f1d40b71091b6eb064061-bff5189a24a75041-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2313a54eea6dee8f9777adac42a240cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6e6b895-aa71-426a-bd69-1d5ac5c30de9", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b6e6b895-aa71-426a-bd69-1d5ac5c30de9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085617Z:b6e6b895-aa71-426a-bd69-1d5ac5c30de9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370", - "name": "teststorageRG-5370", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5e58b85f4abe3efd01ebf91ad3e9342", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5e58b85f4abe3efd01ebf91ad3e9342", - "x-ms-correlation-request-id": "c1d58a68-5713-4cc2-ba46-1b74ad21ccd1", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fb9ecc4e-d35f-459c-a337-f4f33bc3c911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085623Z:c1d58a68-5713-4cc2-ba46-1b74ad21ccd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "318dddb9af16b0a323409ccbcf5dea39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "318dddb9af16b0a323409ccbcf5dea39", - "x-ms-correlation-request-id": "a975ed5f-06b6-407d-9cca-55e610486aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "56b69e00-2cc0-4961-b3de-a238e9cb9b74", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085624Z:a975ed5f-06b6-407d-9cca-55e610486aa0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ce7691922d3f6b81c8eeec3ca65285d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ce7691922d3f6b81c8eeec3ca65285d", - "x-ms-correlation-request-id": "74f088a7-73db-4ead-ae48-e2fa8dbd6f2d", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "671a85b0-cf3e-4287-80a1-a0cb2d84d77c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085625Z:74f088a7-73db-4ead-ae48-e2fa8dbd6f2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfd7f45c62b1ab2be3bb8650f2a388aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfd7f45c62b1ab2be3bb8650f2a388aa", - "x-ms-correlation-request-id": "c99c3acc-d3fb-4a06-aa3f-9491a9724102", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "4eb8830b-b3e4-45fb-8051-96dcc91ed4ee", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085626Z:c99c3acc-d3fb-4a06-aa3f-9491a9724102" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5171f1fca68c97f824961488c0dfe6be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5171f1fca68c97f824961488c0dfe6be", - "x-ms-correlation-request-id": "334f02ed-ecc4-49ed-8a32-6cebf787f983", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "d1c219f7-5e67-4dc8-94bb-31642c3fca7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085628Z:334f02ed-ecc4-49ed-8a32-6cebf787f983" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db6f3f171b85b6873e3b38179b670479", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db6f3f171b85b6873e3b38179b670479", - "x-ms-correlation-request-id": "f718687d-d068-4988-804b-7e521b812766", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "efa130c5-9f90-4320-addd-69dcdfb7b229", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085629Z:f718687d-d068-4988-804b-7e521b812766" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8c74406d7f3b5d1fb40aa1b4da3ea04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8c74406d7f3b5d1fb40aa1b4da3ea04", - "x-ms-correlation-request-id": "43328f67-8923-404d-a0dd-bd449255ac85", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "1617e6ae-045e-4e26-8741-c6d32099cb53", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085630Z:43328f67-8923-404d-a0dd-bd449255ac85" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b339c8d5ad33e1246aba13506ee0fbbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b339c8d5ad33e1246aba13506ee0fbbd", - "x-ms-correlation-request-id": "1f8c4280-7ce6-4d9b-92bf-eb5b4a650d32", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "72ab5af9-5aff-4960-9c7b-0586d21e9bf6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085632Z:1f8c4280-7ce6-4d9b-92bf-eb5b4a650d32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c829b920e1840ca6ebadf44716c689a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c829b920e1840ca6ebadf44716c689a", - "x-ms-correlation-request-id": "f527039f-6d4e-4ca0-a8fc-619cf42e1a06", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "59e42970-28f5-46c0-93d8-11dbceff33ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085633Z:f527039f-6d4e-4ca0-a8fc-619cf42e1a06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2423450512e594520e56e38c380471b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2423450512e594520e56e38c380471b", - "x-ms-correlation-request-id": "8b958e91-0878-4696-bd60-820721c586ec", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "100ec635-1bce-4591-968b-321ad5a0f90d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085634Z:8b958e91-0878-4696-bd60-820721c586ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b288ed456e20c6ecfef84579cddf70fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b288ed456e20c6ecfef84579cddf70fd", - "x-ms-correlation-request-id": "5d21fe3a-afe5-4057-bf7d-27f845c75a4c", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "556150db-6b30-43fa-9cfb-bc9e5f9b5581", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085636Z:5d21fe3a-afe5-4057-bf7d-27f845c75a4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3aff7852289e418e56295c329f917ced", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3aff7852289e418e56295c329f917ced", - "x-ms-correlation-request-id": "af9023c6-66a4-4360-86f6-a10bf6a83b0e", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e735d37b-5d39-40c2-8bc0-86aced83c319", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085637Z:af9023c6-66a4-4360-86f6-a10bf6a83b0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83ffc472b6e3e279477bd4360bcb8b40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83ffc472b6e3e279477bd4360bcb8b40", - "x-ms-correlation-request-id": "55665d9a-5de9-48b1-99b6-536304ff5247", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "9c584cce-bace-463b-b557-8f242851aad4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085638Z:55665d9a-5de9-48b1-99b6-536304ff5247" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4be670750d801c7c5e465cf712b9266c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4be670750d801c7c5e465cf712b9266c", - "x-ms-correlation-request-id": "ee8c87e7-91ca-4487-80d2-ab9db6df8fc5", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "0a3505b6-176d-4108-bcf0-f30e86326b6d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085640Z:ee8c87e7-91ca-4487-80d2-ab9db6df8fc5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fb9ecc4e-d35f-459c-a337-f4f33bc3c911?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0907577becdf9b1afe1df2225358358a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0907577becdf9b1afe1df2225358358a", - "x-ms-correlation-request-id": "15fa15e2-6b34-490d-ba2f-5e2aac89d7d7", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "68eba0d5-ebeb-4125-ae39-6fa7ca4b8822", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085641Z:15fa15e2-6b34-490d-ba2f-5e2aac89d7d7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710", - "name": "storage6710", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T08:56:21.9288135Z", - "key2": "2021-08-17T08:56:21.9288135Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T08:56:21.8194640Z", - "primaryEndpoints": { - "blob": "https://storage6710.blob.core.windows.net/", - "queue": "https://storage6710.queue.core.windows.net/", - "table": "https://storage6710.table.core.windows.net/", - "file": "https://storage6710.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2fbd1b9d31aa656c47e3259d5a82d08d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "285", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fbd1b9d31aa656c47e3259d5a82d08d", - "x-ms-correlation-request-id": "8aad7b90-b80d-46b4-a646-adf96ef0f883", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "17386d03-c997-40c9-8dbf-3032c021d733", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085641Z:8aad7b90-b80d-46b4-a646-adf96ef0f883" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/queueServices", - "properties": { - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4b4ba68608156884b4c631a5ac80511", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "309", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4b4ba68608156884b4c631a5ac80511", - "x-ms-correlation-request-id": "5777f47f-8a3f-418b-866f-312acbe2b0cb", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ea636a45-91b0-436d-be89-56a6d6468d83", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085642Z:5777f47f-8a3f-418b-866f-312acbe2b0cb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", - "name": "testqueue6941", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {} - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcf65ad1c1f7eb4aa1c2fcc77c417c4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "337", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fcf65ad1c1f7eb4aa1c2fcc77c417c4d", - "x-ms-correlation-request-id": "082435d3-e65a-478a-9f50-a77716af5184", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "96bb57cd-3129-4425-ba8c-2db69ad568ad", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085642Z:082435d3-e65a-478a-9f50-a77716af5184" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", - "name": "testqueue6941", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {}, - "approximateMessageCount": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9eebcd64c681bb1b34d85fe4094bec1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "337", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9eebcd64c681bb1b34d85fe4094bec1a", - "x-ms-correlation-request-id": "0655d052-8e04-4c75-8f8a-8166aa0add32", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "ae15a5d7-c16a-404a-a753-3908fe9c632a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:0655d052-8e04-4c75-8f8a-8166aa0add32" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941", - "name": "testqueue6941", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {}, - "approximateMessageCount": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue69411?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27888c1f91d9a65d70c923bf64c1d909", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27888c1f91d9a65d70c923bf64c1d909", - "x-ms-correlation-request-id": "9e42d3a9-0dbf-453a-9518-1741f826a697", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "f4865bf6-7547-4351-8345-bfb525e6505a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:9e42d3a9-0dbf-453a-9518-1741f826a697" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:8ab3f95a-f003-0034-5d45-93f942000000\nTime:2021-08-17T08:56:43.4611978Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cb615d067dc0b8f3e3bc71e6265e156", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cb615d067dc0b8f3e3bc71e6265e156", - "x-ms-correlation-request-id": "a11ed907-3321-4aca-9105-2f44a80940b0", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "fd33441f-7d01-49f5-901b-094c415b9b3d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085643Z:a11ed907-3321-4aca-9105-2f44a80940b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0a8e1d554b9d27370452eb8a25c5673", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0a8e1d554b9d27370452eb8a25c5673", - "x-ms-correlation-request-id": "5434aefe-c2f8-4dae-a752-5ab93191eb76", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e16fbbd5-b381-4d96-a8e2-22424c9b395b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:5434aefe-c2f8-4dae-a752-5ab93191eb76" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:8ab3faf4-f003-0034-6d45-93f942000000\nTime:2021-08-17T08:56:44.1506837Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710/queueServices/default/queues/testqueue6941?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f31456ff6095b73efc7de99eca3e440b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f31456ff6095b73efc7de99eca3e440b", - "x-ms-correlation-request-id": "19d76626-e1f2-4990-a1e2-7a148e303df6", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "47b23d74-b707-4c5a-a7f3-31af2ab40105", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:19d76626-e1f2-4990-a1e2-7a148e303df6" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:8ab3fba2-f003-0034-1945-93f942000000\nTime:2021-08-17T08:56:44.4779138Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83eacce7e8197b50a1e31b9739d768e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:56:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83eacce7e8197b50a1e31b9739d768e2", - "x-ms-correlation-request-id": "30dd719f-4c9d-40c0-8c8c-3a2b2bc4e62d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e147b555-ff3b-48c5-9c09-e15c4ead15e0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085644Z:30dd719f-4c9d-40c0-8c8c-3a2b2bc4e62d" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710", - "name": "storage6710", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T08:56:21.9288135Z", - "key2": "2021-08-17T08:56:21.9288135Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:21.9444697Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T08:56:21.8194640Z", - "primaryEndpoints": { - "blob": "https://storage6710.blob.core.windows.net/", - "queue": "https://storage6710.queue.core.windows.net/", - "table": "https://storage6710.table.core.windows.net/", - "file": "https://storage6710.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5370/providers/Microsoft.Storage/storageAccounts/storage6710?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b1f53e4ee5074c1a3f0f43b6bd50832", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b1f53e4ee5074c1a3f0f43b6bd50832", - "x-ms-correlation-request-id": "b4a409e1-f2c2-4db4-b51d-cd60ad814bc3", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "29babaa0-0fa4-455a-9171-b246983c84ac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085652Z:b4a409e1-f2c2-4db4-b51d-cd60ad814bc3" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "493925597", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json deleted file mode 100644 index 59a5d7541e26b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/QueueTests/StartCreateDeleteStorageQueueAsync.json +++ /dev/null @@ -1,1041 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "adf0f11fd06d8f4d447d5e459d266368", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cec9f79e-5a17-4b83-bf60-39c34927ad2e", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "cec9f79e-5a17-4b83-bf60-39c34927ad2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085654Z:cec9f79e-5a17-4b83-bf60-39c34927ad2e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-214?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-88aa72b0ca82b243b8de3b058c856640-d8da9ad458e07b42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d726944f24dc73558fa8fc6eb153eea5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "254", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26b093ca-0c50-4413-b6a6-f09c085fe01f", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "26b093ca-0c50-4413-b6a6-f09c085fe01f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085655Z:26b093ca-0c50-4413-b6a6-f09c085fe01f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214", - "name": "teststorageRG-214", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3eb0104ad12cd9e0d503b31dba018528", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eb0104ad12cd9e0d503b31dba018528", - "x-ms-correlation-request-id": "757c4469-00d1-4a2c-9d79-37192cee4144", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "df219bb7-0ded-420b-a012-65e0475d2a07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085659Z:757c4469-00d1-4a2c-9d79-37192cee4144" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52dcc99fdcb7c22345fd0720a255d4a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:56:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52dcc99fdcb7c22345fd0720a255d4a6", - "x-ms-correlation-request-id": "0de848fd-d615-48d1-bf78-1ebbf68d6ff1", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "88e048ad-a253-4f74-8d7a-dfe5e460867a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085659Z:0de848fd-d615-48d1-bf78-1ebbf68d6ff1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61654577c44508f94316044da98fb843", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61654577c44508f94316044da98fb843", - "x-ms-correlation-request-id": "e997f162-ad7c-4a6f-9afe-c19664a19a02", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "4be40e4e-ea8e-44ad-8276-475b68073cf0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085701Z:e997f162-ad7c-4a6f-9afe-c19664a19a02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f17e43d932256f71cee69bdc3badf7e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f17e43d932256f71cee69bdc3badf7e4", - "x-ms-correlation-request-id": "c99e4f3c-1739-4639-acba-adb04a20e290", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "da904701-fa05-4a21-9533-370a69fd322e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085702Z:c99e4f3c-1739-4639-acba-adb04a20e290" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dbd9810ac82cdb2acfd40fa1d8d519b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbd9810ac82cdb2acfd40fa1d8d519b5", - "x-ms-correlation-request-id": "09b5ba8d-fc2b-4ed9-8f6a-43744db06bf5", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9a88a253-e7f3-4491-9a43-e31f9461903b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085703Z:09b5ba8d-fc2b-4ed9-8f6a-43744db06bf5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f46c445e3d74481d3f6925e281dcc95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f46c445e3d74481d3f6925e281dcc95", - "x-ms-correlation-request-id": "ac50f4c2-c1fa-42fd-83d9-c4716ebe2525", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "56c05103-fa08-4239-9f6f-79d9dda21702", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085705Z:ac50f4c2-c1fa-42fd-83d9-c4716ebe2525" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2843201fddb6111619a2225123cf96f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2843201fddb6111619a2225123cf96f9", - "x-ms-correlation-request-id": "be762b42-112d-4580-8268-cc642ec0797c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "05055f4e-0e5f-40c3-a8db-87414c59cd93", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085706Z:be762b42-112d-4580-8268-cc642ec0797c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7797e6cd9866260c0095073636cbb3b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7797e6cd9866260c0095073636cbb3b2", - "x-ms-correlation-request-id": "11bb9ebc-29d7-4a7a-96e0-d5b13601eb10", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "9aa25b05-bbca-4ce9-ac62-8eba301456ae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085707Z:11bb9ebc-29d7-4a7a-96e0-d5b13601eb10" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8827907f09168ffad354635c12f2104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8827907f09168ffad354635c12f2104", - "x-ms-correlation-request-id": "681d0e90-e372-41c5-9c3f-4b00b7a6aa42", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "23bb2b3c-eef5-46e8-b296-1c3ec0a14770", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085709Z:681d0e90-e372-41c5-9c3f-4b00b7a6aa42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4191995f5585862f131c2821d5dfdb4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4191995f5585862f131c2821d5dfdb4d", - "x-ms-correlation-request-id": "0bfcbf4b-734d-44ed-a679-cd99e2322949", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "5d8032cb-2ead-45cd-b0c1-39f66b1b355a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085710Z:0bfcbf4b-734d-44ed-a679-cd99e2322949" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a94a6fefde4ddc67e72fc93152d665d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a94a6fefde4ddc67e72fc93152d665d0", - "x-ms-correlation-request-id": "af2babbc-1c9f-4854-9b25-40b262f296df", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "dea164e8-5e2c-446b-8a44-a5d432118aae", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085711Z:af2babbc-1c9f-4854-9b25-40b262f296df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cd703737139b22c4afba474c7dd92ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cd703737139b22c4afba474c7dd92ce", - "x-ms-correlation-request-id": "7b540a28-4d39-449b-874e-99c957a55280", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "2a470a7c-fbff-4ad0-af21-af0fd174fbe3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085713Z:7b540a28-4d39-449b-874e-99c957a55280" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5145f85a77e580b631b45a568bfd343c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5145f85a77e580b631b45a568bfd343c", - "x-ms-correlation-request-id": "7b5c44a7-6ecb-448a-a230-0378e56731ff", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "4f830351-6288-4443-af03-3b99f96602e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085714Z:7b5c44a7-6ecb-448a-a230-0378e56731ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1ad58b63e077e1343985e5239f21409", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1ad58b63e077e1343985e5239f21409", - "x-ms-correlation-request-id": "93f63951-3161-4bc5-86ee-6bb6b0e8c679", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "4b2b5519-d3cc-4eaf-9fc9-8e0bc343c8c1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085715Z:93f63951-3161-4bc5-86ee-6bb6b0e8c679" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/df219bb7-0ded-420b-a012-65e0475d2a07?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59d7fb9c1491fbea4d566a8417d5264c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1291", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59d7fb9c1491fbea4d566a8417d5264c", - "x-ms-correlation-request-id": "0ed423c4-04a3-4da6-9d1f-36ab10daa654", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "20c10db2-54e8-4f4c-9be7-372189fde8d9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085717Z:0ed423c4-04a3-4da6-9d1f-36ab10daa654" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362", - "name": "storage362", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T08:56:57.6802286Z", - "key2": "2021-08-17T08:56:57.6802286Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T08:56:57.5708484Z", - "primaryEndpoints": { - "blob": "https://storage362.blob.core.windows.net/", - "queue": "https://storage362.queue.core.windows.net/", - "table": "https://storage362.table.core.windows.net/", - "file": "https://storage362.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6fbd67c7c1301bc6e4c70d4d1964473f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "283", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fbd67c7c1301bc6e4c70d4d1964473f", - "x-ms-correlation-request-id": "65a5d136-ebf8-42f8-ba91-030a0e3900f7", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "b8208dd8-0f0d-47e9-96a8-6f68c5303dac", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085717Z:65a5d136-ebf8-42f8-ba91-030a0e3900f7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/queueServices", - "properties": { - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2690b950abda6da2b183b1d48f676d71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "305", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2690b950abda6da2b183b1d48f676d71", - "x-ms-correlation-request-id": "3299fc3e-ae93-45e8-bd65-b42ec9151fcc", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "e398a064-0b66-46ee-ac9a-4fc23efe5dbf", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:3299fc3e-ae93-45e8-bd65-b42ec9151fcc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", - "name": "testqueue315", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {} - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34d18b12d9a534dabb75c9079de2e90f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "333", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34d18b12d9a534dabb75c9079de2e90f", - "x-ms-correlation-request-id": "238e985a-efc5-4b2e-b80e-38ab2050481a", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "ce7c9180-9847-44cd-a55e-05af110bc78c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:238e985a-efc5-4b2e-b80e-38ab2050481a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", - "name": "testqueue315", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {}, - "approximateMessageCount": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bc6e42b2695bcec1b027e3d15475560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "333", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bc6e42b2695bcec1b027e3d15475560", - "x-ms-correlation-request-id": "c74a03bf-82ed-411d-9093-2c53bb71ef01", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "2af96581-3f89-4aac-9ebf-e97e486ff08a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085718Z:c74a03bf-82ed-411d-9093-2c53bb71ef01" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315", - "name": "testqueue315", - "type": "Microsoft.Storage/storageAccounts/queueServices/queues", - "properties": { - "metadata": {}, - "approximateMessageCount": 0 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue3151?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d807dba00a7577fadf5c6b65e19acfce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d807dba00a7577fadf5c6b65e19acfce", - "x-ms-correlation-request-id": "a01be606-6f6c-498e-a3e9-8df8460d8687", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "476fd23b-65b0-4bf4-930b-07ba5668d8bd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:a01be606-6f6c-498e-a3e9-8df8460d8687" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:47702054-c003-0065-1a45-931d7b000000\nTime:2021-08-17T08:57:19.1430314Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aaa8a19a51a0ebdc9e1518a25a9d1f73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aaa8a19a51a0ebdc9e1518a25a9d1f73", - "x-ms-correlation-request-id": "2ab26b74-a2b1-4647-80b2-3199dabf5c5d", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "a974d0c5-2f35-45c6-9cdd-a1547d50483c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:2ab26b74-a2b1-4647-80b2-3199dabf5c5d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c166692010db209ae94e3c39ba87da80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c166692010db209ae94e3c39ba87da80", - "x-ms-correlation-request-id": "aab33659-2d15-4c8e-b46f-bfb2ab0f5009", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "a386968e-2602-4f0c-a0ad-d63070e23c34", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085719Z:aab33659-2d15-4c8e-b46f-bfb2ab0f5009" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:47702197-c003-0065-0a45-931d7b000000\nTime:2021-08-17T08:57:19.8265259Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362/queueServices/default/queues/testqueue315?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73a3af33aa9e4ebfff1b3a5ff1581d42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "165", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73a3af33aa9e4ebfff1b3a5ff1581d42", - "x-ms-correlation-request-id": "8297ed61-df2c-4cd6-830b-4742eff8a047", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "ab86cd3c-ecf2-40ab-9e07-d50551309506", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085720Z:8297ed61-df2c-4cd6-830b-4742eff8a047" - }, - "ResponseBody": { - "error": { - "code": "QueueNotFound", - "message": "The specified queue does not exist.\nRequestId:47702234-c003-0065-0145-931d7b000000\nTime:2021-08-17T08:57:20.1607681Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7744f73c0d3389f30788c05114a23017", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1303", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 08:57:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7744f73c0d3389f30788c05114a23017", - "x-ms-correlation-request-id": "e5f4f28f-0d76-46db-b6d0-aa6ecb53d54c", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "b6e23f36-0ae0-4e9e-8592-19ed20f13212", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085720Z:e5f4f28f-0d76-46db-b6d0-aa6ecb53d54c" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362", - "name": "storage362", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T08:56:57.6802286Z", - "key2": "2021-08-17T08:56:57.6802286Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T08:56:57.6802286Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T08:56:57.5708484Z", - "primaryEndpoints": { - "blob": "https://storage362.blob.core.windows.net/", - "queue": "https://storage362.queue.core.windows.net/", - "table": "https://storage362.table.core.windows.net/", - "file": "https://storage362.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-214/providers/Microsoft.Storage/storageAccounts/storage362?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa6f973babf975d4aa18c2c0d63a2e91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 08:57:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa6f973babf975d4aa18c2c0d63a2e91", - "x-ms-correlation-request-id": "e4c68d44-35ff-4f67-9950-917eb535beae", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "c9583c1f-2f6f-4588-971f-e2f9ebc4cf5d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T085726Z:e4c68d44-35ff-4f67-9950-917eb535beae" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "169710460", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorage.json new file mode 100644 index 0000000000000..3c438530f3fef --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorage.json @@ -0,0 +1,714 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c25bc5a1f2d84bc65500469f2d6eaba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bcd417d3-c38c-41f3-81eb-a64e8dbd77d8", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "bcd417d3-c38c-41f3-81eb-a64e8dbd77d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061743Z:bcd417d3-c38c-41f3-81eb-a64e8dbd77d8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7902?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-020c1c07efaea74e8e6d26cd926ad6d8-bc5029d4d193e046-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16db7f068d32a4ea0c57bca34bdf2f3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c3a66d34-abd2-406e-a3b1-83c0c3b7d246", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c3a66d34-abd2-406e-a3b1-83c0c3b7d246", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061745Z:c3a66d34-abd2-406e-a3b1-83c0c3b7d246" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902", + "name": "teststorageRG-7902", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902/providers/Microsoft.Storage/storageAccounts/storage3449?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8f37b3b37a7fe5ff00ded60b4f55d9b8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "BlockBlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8f37b3b37a7fe5ff00ded60b4f55d9b8", + "x-ms-correlation-request-id": "dc503200-fd25-4a13-9eab-e0972cec70da", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c2241702-7af7-487f-a3da-f1ded55e306d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061753Z:dc503200-fd25-4a13-9eab-e0972cec70da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f8baf0706f6d8c6480f61554b6df54b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f8baf0706f6d8c6480f61554b6df54b7", + "x-ms-correlation-request-id": "704c7071-c6ce-4bac-9ce8-84b67c4a6bc4", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "79f0e76f-c1c2-4bdc-a069-e4fe343425c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061753Z:704c7071-c6ce-4bac-9ce8-84b67c4a6bc4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfc9037dc48a2820206ab74b9490554e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfc9037dc48a2820206ab74b9490554e", + "x-ms-correlation-request-id": "0dae5031-85b8-4ce2-b3b8-b5fe3d21f233", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "8f7063fa-dc99-42af-90b6-80bcf77c80b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061754Z:0dae5031-85b8-4ce2-b3b8-b5fe3d21f233" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5f9b7029e19a694a27c9ea26763e16f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5f9b7029e19a694a27c9ea26763e16f8", + "x-ms-correlation-request-id": "716086af-083f-488b-a717-a7d5f988cac9", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "9bb31acd-3ee4-4e26-afc7-13505c94c0dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061756Z:716086af-083f-488b-a717-a7d5f988cac9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8bf12edff5e8abdcd092d703b819f7f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8bf12edff5e8abdcd092d703b819f7f0", + "x-ms-correlation-request-id": "368f108d-f1bf-4322-9e2f-48c1094b4818", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "df6dafb7-3cc0-4bac-915a-a49f823c9a02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061757Z:368f108d-f1bf-4322-9e2f-48c1094b4818" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "462ac7a0f4439c1cb95f98c0daf9b2e2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:17:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "462ac7a0f4439c1cb95f98c0daf9b2e2", + "x-ms-correlation-request-id": "64dd4074-dec8-460b-964e-4322f5f4af42", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "9274d71f-5af1-4677-9bc0-158bff633858", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061758Z:64dd4074-dec8-460b-964e-4322f5f4af42" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "666bbe53ca9e346593ef8e080946b10d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "666bbe53ca9e346593ef8e080946b10d", + "x-ms-correlation-request-id": "0b0404f8-2a80-4a95-bdac-03388a5db064", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b1685397-9e18-4e98-8192-b0a2a2da30ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061800Z:0b0404f8-2a80-4a95-bdac-03388a5db064" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae86f9d2d013eab51254d2895c1bd1d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae86f9d2d013eab51254d2895c1bd1d6", + "x-ms-correlation-request-id": "0fd78297-92d6-42e5-9c40-80703278e7e4", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b3743ffb-7301-43b2-96a7-8a3b55bb696e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061801Z:0fd78297-92d6-42e5-9c40-80703278e7e4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f9b0f5e091add65162f6b25366139272", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f9b0f5e091add65162f6b25366139272", + "x-ms-correlation-request-id": "1fde2cd1-4345-4f86-bdb5-d730a5fb70c8", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "cf1ae6a0-aa01-4240-8250-f7c445c03501", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061802Z:1fde2cd1-4345-4f86-bdb5-d730a5fb70c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0ee8aad037383cf09815349f8dbd778", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0ee8aad037383cf09815349f8dbd778", + "x-ms-correlation-request-id": "5692b82b-64ef-4314-baa6-01c090a2eb9f", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "21216899-076f-482c-a429-ebf34f8ddedb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061804Z:5692b82b-64ef-4314-baa6-01c090a2eb9f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1427b71eb7964160a7af4b1c1d6284fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1427b71eb7964160a7af4b1c1d6284fe", + "x-ms-correlation-request-id": "df2db74b-7d90-4ab1-8c4b-170bd598914f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "45f02a6f-3214-47a7-95bc-40578190adfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061805Z:df2db74b-7d90-4ab1-8c4b-170bd598914f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2db5fc2f12ddd63262df02c3d08de86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2db5fc2f12ddd63262df02c3d08de86", + "x-ms-correlation-request-id": "8d613d3e-c17f-46ec-beb0-3245f6e944cd", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "41d7d7a2-1707-4ae6-bb5e-69ebd1a47498", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061806Z:8d613d3e-c17f-46ec-beb0-3245f6e944cd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae353a1f7eecf6dc2aad38c3b7b266a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae353a1f7eecf6dc2aad38c3b7b266a6", + "x-ms-correlation-request-id": "7321d393-81e0-4860-89d6-bdcf8208fee2", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "26dbee95-13c0-4837-a6af-af34f5153704", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061808Z:7321d393-81e0-4860-89d6-bdcf8208fee2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2241702-7af7-487f-a3da-f1ded55e306d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "988754fc04002c4a544aee69c633039f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1185", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:18:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "988754fc04002c4a544aee69c633039f", + "x-ms-correlation-request-id": "4f8fa122-93b6-4237-8645-b3a0b7651aa0", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "43a321d0-2a3c-4ee4-b12d-6aec7e144088", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061809Z:4f8fa122-93b6-4237-8645-b3a0b7651aa0" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "BlockBlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902/providers/Microsoft.Storage/storageAccounts/storage3449", + "name": "storage3449", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:17:51.9243992Z", + "key2": "2021-08-24T06:17:51.9243992Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:17:51.9243992Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:17:51.9243992Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:17:51.7837686Z", + "primaryEndpoints": { + "dfs": "https://storage3449.dfs.core.windows.net/", + "web": "https://storage3449.z20.web.core.windows.net/", + "blob": "https://storage3449.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2fdc5d1d62c431282e5a87fb89f2573", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1197", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:18:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2fdc5d1d62c431282e5a87fb89f2573", + "x-ms-correlation-request-id": "1f00e7d8-5b87-459d-b137-021753d62975", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1c4f800d-6ff0-44ec-9fc3-c7fc68d52fc3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061809Z:1f00e7d8-5b87-459d-b137-021753d62975" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "BlockBlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902/providers/Microsoft.Storage/storageAccounts/storage3449", + "name": "storage3449", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:17:51.9243992Z", + "key2": "2021-08-24T06:17:51.9243992Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:17:51.9243992Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:17:51.9243992Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:17:51.7837686Z", + "primaryEndpoints": { + "dfs": "https://storage3449.dfs.core.windows.net/", + "web": "https://storage3449.z20.web.core.windows.net/", + "blob": "https://storage3449.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7902/providers/Microsoft.Storage/storageAccounts/storage3449?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e83049c745801a86f00859a190732ff6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e83049c745801a86f00859a190732ff6", + "x-ms-correlation-request-id": "8951c7c0-03ca-4aa6-a570-738934f27cbd", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "93855b13-2792-4b32-b69a-930389a7ea9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061816Z:8951c7c0-03ca-4aa6-a570-738934f27cbd" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "811276427", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorageAsync.json new file mode 100644 index 0000000000000..91a50602e5084 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithBlockBlobStorageAsync.json @@ -0,0 +1,714 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "201c6556a4a3dae95b65afe13fddc9dc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c9535256-eee9-420c-a4f5-348bfde4ebbd", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "c9535256-eee9-420c-a4f5-348bfde4ebbd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061818Z:c9535256-eee9-420c-a4f5-348bfde4ebbd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5384?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-0ad30f77c302ba439f95d612920ed083-c461f5d31c14b041-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ee60a67cb9f0dfcb98884ccb47a6f605", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "f49bb945-055f-4cde-98c9-ab9f03b81362", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "f49bb945-055f-4cde-98c9-ab9f03b81362", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061819Z:f49bb945-055f-4cde-98c9-ab9f03b81362" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384", + "name": "teststorageRG-5384", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384/providers/Microsoft.Storage/storageAccounts/storage1657?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "134", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c199469e177fd7e36d1cf39103a3f4dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "BlockBlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c199469e177fd7e36d1cf39103a3f4dd", + "x-ms-correlation-request-id": "6d469964-d745-46b8-800b-76599f1a5315", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "621cbc16-8d66-4bf8-954d-fbe1c04675bd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061823Z:6d469964-d745-46b8-800b-76599f1a5315" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "823f3aeaa54365bbc28880d4c63adcf5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "823f3aeaa54365bbc28880d4c63adcf5", + "x-ms-correlation-request-id": "295dbdd5-cb5d-4895-93aa-de99d6e800fe", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "41c1530e-baa9-4905-889e-188574768566", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061823Z:295dbdd5-cb5d-4895-93aa-de99d6e800fe" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a63a6f94927336ddd2376cbb0b824adc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a63a6f94927336ddd2376cbb0b824adc", + "x-ms-correlation-request-id": "4576a20a-87e1-4a93-a059-2dec2c5f1e36", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "92faa648-4e42-4af6-a8d9-1739ecde4c7f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061825Z:4576a20a-87e1-4a93-a059-2dec2c5f1e36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9a7e9fe7164ea9ae5cda19fe7a09c1a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9a7e9fe7164ea9ae5cda19fe7a09c1a", + "x-ms-correlation-request-id": "41ea7b10-5f89-4b9c-8039-90a6150410d4", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "10ccf50a-cedc-4403-be1a-dcdb8de36d75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061826Z:41ea7b10-5f89-4b9c-8039-90a6150410d4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1ecc16e7785657955c09b00b39005940", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1ecc16e7785657955c09b00b39005940", + "x-ms-correlation-request-id": "e7c82bb7-e158-46e6-85ae-431ffc1f248a", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ba4056ba-da6d-40af-b484-96ffb4639709", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061827Z:e7c82bb7-e158-46e6-85ae-431ffc1f248a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dcd5a43d12922291d450c0a5f03e4e32", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcd5a43d12922291d450c0a5f03e4e32", + "x-ms-correlation-request-id": "4e9d12e8-79d9-4cd8-a364-5c058301a737", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "eca4125f-1a23-4a72-a54a-a8367a6c891b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061829Z:4e9d12e8-79d9-4cd8-a364-5c058301a737" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5d3519b2cb58586534f6c5ac18eb1e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5d3519b2cb58586534f6c5ac18eb1e5", + "x-ms-correlation-request-id": "6f3a76c0-b125-4f5f-8660-c8eee7638471", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "efc1ab9e-3563-4e4d-b900-8b29eca81fc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061830Z:6f3a76c0-b125-4f5f-8660-c8eee7638471" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "43616174bfcad58884aa4905b8f0671e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43616174bfcad58884aa4905b8f0671e", + "x-ms-correlation-request-id": "f9bd7e0f-dd89-4973-92ad-2a4674683d94", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "ba66ad0d-9fcd-41a8-a774-21dae5c6ea1d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061831Z:f9bd7e0f-dd89-4973-92ad-2a4674683d94" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7707eba632c118b1d508842a5366145", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7707eba632c118b1d508842a5366145", + "x-ms-correlation-request-id": "24187ee4-fbd4-4c6e-9497-43d7296e7715", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "cfad807f-6672-4365-81c0-4507ad906807", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061833Z:24187ee4-fbd4-4c6e-9497-43d7296e7715" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e31da9f0bdcdb67c8fd700be280cd63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e31da9f0bdcdb67c8fd700be280cd63", + "x-ms-correlation-request-id": "27e1d0cf-3e6a-4fba-b622-5934af8eea19", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "a6be2b68-efc5-4316-b505-b1110d311243", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061834Z:27e1d0cf-3e6a-4fba-b622-5934af8eea19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42a04ee7c91e10b8d650267a36452f4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "42a04ee7c91e10b8d650267a36452f4e", + "x-ms-correlation-request-id": "d4863a21-8dba-4c68-88d8-26b2d7fed386", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "76b822ef-0733-4024-a1ae-7284567027a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061836Z:d4863a21-8dba-4c68-88d8-26b2d7fed386" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dd660349d8beae4116941e2ff3802e9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dd660349d8beae4116941e2ff3802e9c", + "x-ms-correlation-request-id": "831d666f-bbc2-469a-9dc2-c26f78c7f9eb", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "0e3e0216-9411-48e9-95ed-4c4e533818fe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061837Z:831d666f-bbc2-469a-9dc2-c26f78c7f9eb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "575a25821e96d5272121b88ce5eda583", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "575a25821e96d5272121b88ce5eda583", + "x-ms-correlation-request-id": "39198947-965f-4d52-93d0-bf169110757e", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "c549c197-16f2-4381-9c52-08a0f38043bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061838Z:39198947-965f-4d52-93d0-bf169110757e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/621cbc16-8d66-4bf8-954d-fbe1c04675bd?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dfc122ceef1a0ea50df12b89aa891d56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1185", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:18:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dfc122ceef1a0ea50df12b89aa891d56", + "x-ms-correlation-request-id": "8be62449-4efa-435e-bc43-e85358b9b9b1", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1b859d6d-a42e-4958-b9a4-09c8c0d12ba1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061840Z:8be62449-4efa-435e-bc43-e85358b9b9b1" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "BlockBlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384/providers/Microsoft.Storage/storageAccounts/storage1657", + "name": "storage1657", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:18:21.8162137Z", + "key2": "2021-08-24T06:18:21.8162137Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:18:21.8318389Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:18:21.8318389Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:18:21.7068827Z", + "primaryEndpoints": { + "dfs": "https://storage1657.dfs.core.windows.net/", + "web": "https://storage1657.z20.web.core.windows.net/", + "blob": "https://storage1657.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11f88922d8ea2bb8dc90bc9d20b4c929", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1197", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:18:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11f88922d8ea2bb8dc90bc9d20b4c929", + "x-ms-correlation-request-id": "c60fd0f5-c0db-4f97-8d35-195a02d33ccd", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "3d969e05-ad17-44d6-b91a-5bd8d73f6bab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061840Z:c60fd0f5-c0db-4f97-8d35-195a02d33ccd" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "BlockBlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384/providers/Microsoft.Storage/storageAccounts/storage1657", + "name": "storage1657", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:18:21.8162137Z", + "key2": "2021-08-24T06:18:21.8162137Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:18:21.8318389Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:18:21.8318389Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:18:21.7068827Z", + "primaryEndpoints": { + "dfs": "https://storage1657.dfs.core.windows.net/", + "web": "https://storage1657.z20.web.core.windows.net/", + "blob": "https://storage1657.blob.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5384/providers/Microsoft.Storage/storageAccounts/storage1657?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0609bef4fbe92817f4b49a4f29e2b97", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:18:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d0609bef4fbe92817f4b49a4f29e2b97", + "x-ms-correlation-request-id": "c0ecba36-1d78-4566-99de-1f96c1a47dd7", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "d8a8495c-12a6-4efc-89e0-0ce8fd75f613", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T061845Z:c0ecba36-1d78-4566-99de-1f96c1a47dd7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "327480816", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorage.json new file mode 100644 index 0000000000000..ea62ef595e222 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorage.json @@ -0,0 +1,712 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65e6840606da09bf3c2e8c047a83e7fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "de6f84c3-6dc0-419a-aae7-e52de5ae2aed", + "x-ms-ratelimit-remaining-subscription-reads": "11771", + "x-ms-request-id": "de6f84c3-6dc0-419a-aae7-e52de5ae2aed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062046Z:de6f84c3-6dc0-419a-aae7-e52de5ae2aed" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6079?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-5fca6cb75213bf449528aed0a7328dc5-f5941d4bf9a6d947-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21697512c50a6c4708e4458011c9fa7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "080ce3d6-1f47-4031-a63d-c0783040ebca", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "080ce3d6-1f47-4031-a63d-c0783040ebca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062048Z:080ce3d6-1f47-4031-a63d-c0783040ebca" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079", + "name": "teststorageRG-6079", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079/providers/Microsoft.Storage/storageAccounts/storage9784?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "129", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d731503eee66bac0f278f317c0b4974", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "FileStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d731503eee66bac0f278f317c0b4974", + "x-ms-correlation-request-id": "c6485566-1c0b-4a91-bd85-90cf38a02e2f", + "x-ms-ratelimit-remaining-subscription-writes": "1191", + "x-ms-request-id": "b9e25fbd-1bb6-40a9-9410-476974bb1458", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062056Z:c6485566-1c0b-4a91-bd85-90cf38a02e2f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d17ffb0a268a2439c9fd11e33515effc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d17ffb0a268a2439c9fd11e33515effc", + "x-ms-correlation-request-id": "ed3c44b1-6c78-4e19-9580-87db168f2abb", + "x-ms-ratelimit-remaining-subscription-reads": "11770", + "x-ms-request-id": "c2160ac4-3963-4d06-b299-25405db364cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062056Z:ed3c44b1-6c78-4e19-9580-87db168f2abb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8208d19af97f1efa9b521f77f0d0a754", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8208d19af97f1efa9b521f77f0d0a754", + "x-ms-correlation-request-id": "b56fd425-0eb0-464a-b0e7-683ecbe2c57c", + "x-ms-ratelimit-remaining-subscription-reads": "11769", + "x-ms-request-id": "70c591c8-e570-4447-b70c-cacf044169f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062057Z:b56fd425-0eb0-464a-b0e7-683ecbe2c57c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8126cc09788b51ea55253786d397eb08", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8126cc09788b51ea55253786d397eb08", + "x-ms-correlation-request-id": "d434e725-1a18-45d1-8a55-fd8ec95e7acc", + "x-ms-ratelimit-remaining-subscription-reads": "11768", + "x-ms-request-id": "9e6cecbd-6e82-4f9c-b114-85b7e3f8b07b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062059Z:d434e725-1a18-45d1-8a55-fd8ec95e7acc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f240007f9ab311430161353807c133f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:20:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f240007f9ab311430161353807c133f8", + "x-ms-correlation-request-id": "7316def6-aa54-4543-9971-87c994fabec3", + "x-ms-ratelimit-remaining-subscription-reads": "11767", + "x-ms-request-id": "d98b60ac-b34b-4114-9eef-be7c51c27546", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062100Z:7316def6-aa54-4543-9971-87c994fabec3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "69d9bd566eef2171e7b62d5ac1734a04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "69d9bd566eef2171e7b62d5ac1734a04", + "x-ms-correlation-request-id": "7dd99c20-c63a-4209-96ef-67500ff803bb", + "x-ms-ratelimit-remaining-subscription-reads": "11766", + "x-ms-request-id": "d0ba3bf6-dcad-4b9d-8221-e6a915d2a01e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062101Z:7dd99c20-c63a-4209-96ef-67500ff803bb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eff81666b48f6ea089147f2a42b14993", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eff81666b48f6ea089147f2a42b14993", + "x-ms-correlation-request-id": "04b937a5-381a-4058-ad2a-caf903aff3c8", + "x-ms-ratelimit-remaining-subscription-reads": "11765", + "x-ms-request-id": "16a81e24-77f9-4e9f-9348-3d08200a7ff2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062103Z:04b937a5-381a-4058-ad2a-caf903aff3c8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "162f3ef181bd11188f1e0bfc6de84f8e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162f3ef181bd11188f1e0bfc6de84f8e", + "x-ms-correlation-request-id": "0025bd3f-3746-4880-8068-2f7f1345360c", + "x-ms-ratelimit-remaining-subscription-reads": "11764", + "x-ms-request-id": "096ad254-2318-43e9-9d28-7fe724186cd1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062104Z:0025bd3f-3746-4880-8068-2f7f1345360c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0d1311644c9a2681c6ae0daee46de35", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0d1311644c9a2681c6ae0daee46de35", + "x-ms-correlation-request-id": "384d59b8-ad03-4e02-991f-1d9c87675d12", + "x-ms-ratelimit-remaining-subscription-reads": "11763", + "x-ms-request-id": "cbace63a-ae46-4582-baf6-d5e6ddf45acc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062105Z:384d59b8-ad03-4e02-991f-1d9c87675d12" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "82699a6d3443e546fde66071a8a301a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "82699a6d3443e546fde66071a8a301a0", + "x-ms-correlation-request-id": "5e0f4483-b230-4021-a321-1e29d7926fe7", + "x-ms-ratelimit-remaining-subscription-reads": "11762", + "x-ms-request-id": "6e73fd4b-69ff-46ce-a2f7-a5934a4f18c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062106Z:5e0f4483-b230-4021-a321-1e29d7926fe7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1114f0c558e0adc9d68df953a03e2249", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1114f0c558e0adc9d68df953a03e2249", + "x-ms-correlation-request-id": "4bb9a2ef-4c14-44c5-b078-e3c07534ab46", + "x-ms-ratelimit-remaining-subscription-reads": "11761", + "x-ms-request-id": "d88f78a8-5a94-4dd7-b3b3-97fb287b2349", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062108Z:4bb9a2ef-4c14-44c5-b078-e3c07534ab46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d38fd63fcc7fe24aeaecf2e3e3f7fa78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d38fd63fcc7fe24aeaecf2e3e3f7fa78", + "x-ms-correlation-request-id": "ecf21925-3fdc-443b-bdbb-f5f1f9bab2c1", + "x-ms-ratelimit-remaining-subscription-reads": "11760", + "x-ms-request-id": "cd3959ec-8d2c-406b-88a5-223e85e7fd0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062109Z:ecf21925-3fdc-443b-bdbb-f5f1f9bab2c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd153f69cd321455d0bbacb63af344bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd153f69cd321455d0bbacb63af344bf", + "x-ms-correlation-request-id": "fa7c4a86-a359-45e4-b7d3-adffde563177", + "x-ms-ratelimit-remaining-subscription-reads": "11759", + "x-ms-request-id": "278ae12c-5ec6-4ccc-8f0a-e39ee27b0dde", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062110Z:fa7c4a86-a359-45e4-b7d3-adffde563177" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b9e25fbd-1bb6-40a9-9410-476974bb1458?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d13116c32e14f821a63127f366e6c9de", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1109", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:21:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d13116c32e14f821a63127f366e6c9de", + "x-ms-correlation-request-id": "4eed78ab-c844-4558-9720-aec1962179eb", + "x-ms-ratelimit-remaining-subscription-reads": "11758", + "x-ms-request-id": "d0254edf-1dca-454a-ae82-7a5ecb2c2ad0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062112Z:4eed78ab-c844-4558-9720-aec1962179eb" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "FileStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079/providers/Microsoft.Storage/storageAccounts/storage9784", + "name": "storage9784", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:20:54.5877554Z", + "key2": "2021-08-24T06:20:54.5877554Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:20:54.5877554Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:20:54.5877554Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:20:54.4626637Z", + "primaryEndpoints": { + "file": "https://storage9784.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61e9809224297216817b02c32094a7f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1121", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:21:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61e9809224297216817b02c32094a7f7", + "x-ms-correlation-request-id": "febc4e60-8e79-4e47-a750-9e470969a18f", + "x-ms-ratelimit-remaining-subscription-reads": "11757", + "x-ms-request-id": "43a29727-65e3-4bbc-942d-1aeecf6f7926", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062112Z:febc4e60-8e79-4e47-a750-9e470969a18f" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "FileStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079/providers/Microsoft.Storage/storageAccounts/storage9784", + "name": "storage9784", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:20:54.5877554Z", + "key2": "2021-08-24T06:20:54.5877554Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:20:54.5877554Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:20:54.5877554Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:20:54.4626637Z", + "primaryEndpoints": { + "file": "https://storage9784.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6079/providers/Microsoft.Storage/storageAccounts/storage9784?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd1f33a828c63a641e1c5700a661adea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd1f33a828c63a641e1c5700a661adea", + "x-ms-correlation-request-id": "65830208-54af-4c3a-bf13-02b46e0c0ba1", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "d298e737-e6eb-44d0-889b-4255609a977d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062118Z:65830208-54af-4c3a-bf13-02b46e0c0ba1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "444474706", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorageAsync.json new file mode 100644 index 0000000000000..8a319b156742e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithFileStorageAsync.json @@ -0,0 +1,712 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d77531fd336d905faf381cff793c7b9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:21 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1dc97f15-46ec-42a5-a6d1-560b60005e8b", + "x-ms-ratelimit-remaining-subscription-reads": "11753", + "x-ms-request-id": "1dc97f15-46ec-42a5-a6d1-560b60005e8b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062122Z:1dc97f15-46ec-42a5-a6d1-560b60005e8b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4436?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-e026add4379aea4c85797f1281052d37-62a4de31abde7240-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de1860bb83968e2054e78e3f0a70a0d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:22 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "95f286d6-f50a-4de3-a182-b31364182e0c", + "x-ms-ratelimit-remaining-subscription-writes": "1190", + "x-ms-request-id": "95f286d6-f50a-4de3-a182-b31364182e0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062122Z:95f286d6-f50a-4de3-a182-b31364182e0c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436", + "name": "teststorageRG-4436", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436/providers/Microsoft.Storage/storageAccounts/storage484?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "129", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35dadc935853f3834951beecb0b67872", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Premium_LRS" + }, + "kind": "FileStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35dadc935853f3834951beecb0b67872", + "x-ms-correlation-request-id": "131fcd6e-7ad7-455e-88b2-25e456a6d62b", + "x-ms-ratelimit-remaining-subscription-writes": "1189", + "x-ms-request-id": "bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062126Z:131fcd6e-7ad7-455e-88b2-25e456a6d62b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ea9a55e1dc3624fdd259445c534dd9e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ea9a55e1dc3624fdd259445c534dd9e", + "x-ms-correlation-request-id": "49ecd51d-3554-4741-a6e7-cb4ea481f18d", + "x-ms-ratelimit-remaining-subscription-reads": "11752", + "x-ms-request-id": "0f4a4917-790b-45f4-9232-9ce93ad86c49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062127Z:49ecd51d-3554-4741-a6e7-cb4ea481f18d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a4c21c6e72e374f041e97e74790bf0d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a4c21c6e72e374f041e97e74790bf0d9", + "x-ms-correlation-request-id": "a389f329-5cff-421e-88ae-731ff9a11b0c", + "x-ms-ratelimit-remaining-subscription-reads": "11751", + "x-ms-request-id": "9bfb2761-e2ce-4f32-a8be-9c84bbbfc21d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062128Z:a389f329-5cff-421e-88ae-731ff9a11b0c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0a8d1223d90c5fae162951bd8a562c82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0a8d1223d90c5fae162951bd8a562c82", + "x-ms-correlation-request-id": "dae56615-19db-4742-9669-0bb0884c979a", + "x-ms-ratelimit-remaining-subscription-reads": "11750", + "x-ms-request-id": "153ba987-b90e-4739-a248-c8f962ba5f3c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062129Z:dae56615-19db-4742-9669-0bb0884c979a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e609400189acecc8b4345dda9fdbe9d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e609400189acecc8b4345dda9fdbe9d2", + "x-ms-correlation-request-id": "8c29b519-1b98-4705-bb71-ca15d1cf551e", + "x-ms-ratelimit-remaining-subscription-reads": "11749", + "x-ms-request-id": "cec1c16d-485d-4b0a-be5d-319f3cd988ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062130Z:8c29b519-1b98-4705-bb71-ca15d1cf551e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b221bb34d3a694916d638dba2132eaeb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b221bb34d3a694916d638dba2132eaeb", + "x-ms-correlation-request-id": "c3b045ea-ec8d-424d-9d21-8c50fbcd0839", + "x-ms-ratelimit-remaining-subscription-reads": "11748", + "x-ms-request-id": "d8a6d2bb-a6ac-4a9e-8d15-7cac1baf4df8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062132Z:c3b045ea-ec8d-424d-9d21-8c50fbcd0839" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3973fbbc0a01992d4aa156d77cd4bf3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3973fbbc0a01992d4aa156d77cd4bf3b", + "x-ms-correlation-request-id": "67ea3789-1605-4c83-92f9-86f446c4d62f", + "x-ms-ratelimit-remaining-subscription-reads": "11747", + "x-ms-request-id": "2274e10f-5385-47a3-a947-abb872091587", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062133Z:67ea3789-1605-4c83-92f9-86f446c4d62f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf897f3f79342edcae757949fc0dcb81", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf897f3f79342edcae757949fc0dcb81", + "x-ms-correlation-request-id": "02398294-4f1b-4931-80be-4be3eeeea513", + "x-ms-ratelimit-remaining-subscription-reads": "11746", + "x-ms-request-id": "4841f4c2-9163-4377-a01a-1c56631d85db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062134Z:02398294-4f1b-4931-80be-4be3eeeea513" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a31d714ab0682ad18d8768057cba1898", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a31d714ab0682ad18d8768057cba1898", + "x-ms-correlation-request-id": "51236309-4758-4990-aca3-20529d62b58a", + "x-ms-ratelimit-remaining-subscription-reads": "11745", + "x-ms-request-id": "19a0427a-508d-4e9e-a091-f63d57e42949", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062136Z:51236309-4758-4990-aca3-20529d62b58a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a27a51a41aa943b61f458b8b91e49d3c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a27a51a41aa943b61f458b8b91e49d3c", + "x-ms-correlation-request-id": "d130f442-f41c-418e-97ba-9da7e17b0739", + "x-ms-ratelimit-remaining-subscription-reads": "11744", + "x-ms-request-id": "532db0f2-fcab-40a5-a899-18786aaca95b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062137Z:d130f442-f41c-418e-97ba-9da7e17b0739" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b8dd4d51bb78fd3ad5f41ad10d6b1f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b8dd4d51bb78fd3ad5f41ad10d6b1f3", + "x-ms-correlation-request-id": "9d991f32-e1fb-4e77-a8c8-5e222486136b", + "x-ms-ratelimit-remaining-subscription-reads": "11743", + "x-ms-request-id": "51d7bfb0-68d7-435d-abe9-8f3f632668d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062138Z:9d991f32-e1fb-4e77-a8c8-5e222486136b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aba4e05d29932fd8bbda8422254598a9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aba4e05d29932fd8bbda8422254598a9", + "x-ms-correlation-request-id": "c8803d67-7ae6-46a6-9997-057deae5ea84", + "x-ms-ratelimit-remaining-subscription-reads": "11742", + "x-ms-request-id": "5a2a8fb2-ab0c-4378-8178-0990d034f39a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062140Z:c8803d67-7ae6-46a6-9997-057deae5ea84" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8302cea0c2d88e17eebf44ad9093248", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8302cea0c2d88e17eebf44ad9093248", + "x-ms-correlation-request-id": "dda5f209-262e-408f-ac29-ef7ff5c0cba5", + "x-ms-ratelimit-remaining-subscription-reads": "11741", + "x-ms-request-id": "8130864d-9d47-434b-b14b-0fee6c806b9a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062141Z:dda5f209-262e-408f-ac29-ef7ff5c0cba5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bf4bb4de-ecb0-4f2d-a856-aea6e3897f5b?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b02e9794f13faba8fb5d4fdc97b06968", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1106", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b02e9794f13faba8fb5d4fdc97b06968", + "x-ms-correlation-request-id": "b9ca39a4-5aa2-4ad6-82c1-94ff4ad5337f", + "x-ms-ratelimit-remaining-subscription-reads": "11740", + "x-ms-request-id": "44c4fd5b-86f5-41ec-8856-c6a1a70f7749", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062142Z:b9ca39a4-5aa2-4ad6-82c1-94ff4ad5337f" + }, + "ResponseBody": { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "FileStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436/providers/Microsoft.Storage/storageAccounts/storage484", + "name": "storage484", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:21:25.2457793Z", + "key2": "2021-08-24T06:21:25.2457793Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:21:25.2457793Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:21:25.2457793Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:21:25.1359593Z", + "primaryEndpoints": { + "file": "https://storage484.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e4c397c608a650c6ff1c2da8358e56b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1118", + "Content-Type": "application/json", + "Date": "Tue, 24 Aug 2021 06:21:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e4c397c608a650c6ff1c2da8358e56b2", + "x-ms-correlation-request-id": "2d80cac4-7779-4bd7-834c-3f844694c7d2", + "x-ms-ratelimit-remaining-subscription-reads": "11739", + "x-ms-request-id": "b30e96c8-5108-4069-9000-0d514393b36b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062143Z:2d80cac4-7779-4bd7-834c-3f844694c7d2" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Premium_LRS", + "tier": "Premium" + }, + "kind": "FileStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436/providers/Microsoft.Storage/storageAccounts/storage484", + "name": "storage484", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-24T06:21:25.2457793Z", + "key2": "2021-08-24T06:21:25.2457793Z" + }, + "privateEndpointConnections": [], + "largeFileSharesState": "Enabled", + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:21:25.2457793Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-24T06:21:25.2457793Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-24T06:21:25.1359593Z", + "primaryEndpoints": { + "file": "https://storage484.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4436/providers/Microsoft.Storage/storageAccounts/storage484?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8e8e3ba8e816f86a8384accfbc04f0cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 24 Aug 2021 06:21:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8e8e3ba8e816f86a8384accfbc04f0cd", + "x-ms-correlation-request-id": "5536da05-69be-44e5-b5b2-6b58f019b996", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "8768664b-16ed-4126-8d0f-499a65ea18d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210824T062148Z:5536da05-69be-44e5-b5b2-6b58f019b996" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1733619234", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json deleted file mode 100644 index f6e72a374110c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccount.json +++ /dev/null @@ -1,1048 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec4bfe30c21845b44f606b043da3e57a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab9a052d-4d79-4cc0-ae0a-47136632b915", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "ab9a052d-4d79-4cc0-ae0a-47136632b915", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062903Z:ab9a052d-4d79-4cc0-ae0a-47136632b915" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1671?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-b29161efbf361a43895d5e03c59a1126-168cad246786594f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "647fcf604308e1dddc0fe825cafec6a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d93a5adb-568a-48c7-a0fd-865fa4b9a91c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "d93a5adb-568a-48c7-a0fd-865fa4b9a91c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062906Z:d93a5adb-568a-48c7-a0fd-865fa4b9a91c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671", - "name": "teststorageRG-1671", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7164576ca8aff1513d1a60ff9767eed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7164576ca8aff1513d1a60ff9767eed", - "x-ms-correlation-request-id": "7e2d5ea2-ce1b-442b-bb61-3132869e1ddf", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "5877f538-c455-45bf-b7d1-1a7a4ff587f4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062912Z:7e2d5ea2-ce1b-442b-bb61-3132869e1ddf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a02d973e2c6395c5b98050379dcde865", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a02d973e2c6395c5b98050379dcde865", - "x-ms-correlation-request-id": "58a11596-d868-4bc2-94e5-d65ff54281cd", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "21110b95-484d-440b-8ac6-2b3cdd9eb621", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062913Z:58a11596-d868-4bc2-94e5-d65ff54281cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "575ffa914a5baa9a500e9853e370a2e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "575ffa914a5baa9a500e9853e370a2e9", - "x-ms-correlation-request-id": "f0079f0e-dea2-4349-abcc-4bdaef2b9cb6", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "38900232-1784-4c8f-a129-22ab6daa4d9f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062914Z:f0079f0e-dea2-4349-abcc-4bdaef2b9cb6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62d0393bdd489a89ae0cc28b7bbd6a40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d0393bdd489a89ae0cc28b7bbd6a40", - "x-ms-correlation-request-id": "fc77ed54-40a7-43f4-9d10-111d42446892", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "3a1ba427-1e68-4c02-b302-f5a25eafc781", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062915Z:fc77ed54-40a7-43f4-9d10-111d42446892" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6113804e3ecaf410fc8350549371b248", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6113804e3ecaf410fc8350549371b248", - "x-ms-correlation-request-id": "d3eba60d-c0f6-40bd-957f-f9a1eb0bfe31", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "6b0e2e0b-9200-4ee0-a642-8e157a79c1c8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062916Z:d3eba60d-c0f6-40bd-957f-f9a1eb0bfe31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63fc66dd85fcb31d71c4a94f870f2f92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63fc66dd85fcb31d71c4a94f870f2f92", - "x-ms-correlation-request-id": "41f9074e-cd6c-4dd0-8714-6278e76950a4", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "6241450a-9560-44bb-bdaa-21178ec5cb0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062918Z:41f9074e-cd6c-4dd0-8714-6278e76950a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "620457a4415cfc1f28dc65c58d34063c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "620457a4415cfc1f28dc65c58d34063c", - "x-ms-correlation-request-id": "f1197512-a90e-4937-85d1-c7ff587b0d84", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "d82189b0-d556-4662-8a98-974eddbdcac7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062919Z:f1197512-a90e-4937-85d1-c7ff587b0d84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14ad795906c1c843635ff00695c16ced", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14ad795906c1c843635ff00695c16ced", - "x-ms-correlation-request-id": "c46608d2-49ce-456b-948d-421594741228", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "598b6791-d9cb-4d94-b563-55c4278a02e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062920Z:c46608d2-49ce-456b-948d-421594741228" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bb0bd53506c9cec47ff3b201f57263c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bb0bd53506c9cec47ff3b201f57263c", - "x-ms-correlation-request-id": "0fd2c6e7-5318-4be7-946c-3729c84ff9ea", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "dd7c7547-394f-45bf-b840-dc3c9b7ba664", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062922Z:0fd2c6e7-5318-4be7-946c-3729c84ff9ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ef56cbd1a619dd1133bfefc50196667", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ef56cbd1a619dd1133bfefc50196667", - "x-ms-correlation-request-id": "14dd55bd-f9ca-4252-b666-c7cdb9dfa722", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "5c156fac-98e8-47cb-8a6d-5aca26c6dec7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062923Z:14dd55bd-f9ca-4252-b666-c7cdb9dfa722" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf717870ca8409cf8d11ccc1cb23a80c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf717870ca8409cf8d11ccc1cb23a80c", - "x-ms-correlation-request-id": "b029b2a3-3bbb-4cfc-a9c4-3cfb3246906f", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "8c4a6f4c-328a-49f7-82bb-d211ac26a035", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062924Z:b029b2a3-3bbb-4cfc-a9c4-3cfb3246906f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2848b4395ecb398bec13283151ef4b2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2848b4395ecb398bec13283151ef4b2e", - "x-ms-correlation-request-id": "67be9bf4-6751-41bb-9d10-129a27d02ea2", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "210cfc33-fe4d-4699-a02c-a41deb4002d8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062926Z:67be9bf4-6751-41bb-9d10-129a27d02ea2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7b0d49857e5f3b89deb814f4e0fd2f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7b0d49857e5f3b89deb814f4e0fd2f0", - "x-ms-correlation-request-id": "cdbf389f-8d4f-445b-9e16-c9e88454289f", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "85cd3a1b-d93b-4d27-8ecb-6aeba5dc4b6a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062927Z:cdbf389f-8d4f-445b-9e16-c9e88454289f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5877f538-c455-45bf-b7d1-1a7a4ff587f4?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cc3f2933dd0129bec38e270a29eb89d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:29:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cc3f2933dd0129bec38e270a29eb89d", - "x-ms-correlation-request-id": "d8a7e85d-14d9-46b9-b277-22844fbf42ce", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "9d52dd0e-3b78-4780-a5cb-2d7b3dddc153", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062928Z:d8a7e85d-14d9-46b9-b277-22844fbf42ce" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", - "name": "storage6613", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:11.1325665Z", - "key2": "2021-08-13T06:29:11.1325665Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:11.0231957Z", - "primaryEndpoints": { - "blob": "https://storage6613.blob.core.windows.net/", - "queue": "https://storage6613.queue.core.windows.net/", - "table": "https://storage6613.table.core.windows.net/", - "file": "https://storage6613.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7299ec50173e126fc558be0dc3cebdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:29:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7299ec50173e126fc558be0dc3cebdd", - "x-ms-correlation-request-id": "eb9730a6-edeb-4317-9d7d-cbbac9630341", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "50d600ba-3c73-4f31-8390-4ec7ae321d07", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:eb9730a6-edeb-4317-9d7d-cbbac9630341" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", - "name": "storage6613", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:11.1325665Z", - "key2": "2021-08-13T06:29:11.1325665Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:11.0231957Z", - "primaryEndpoints": { - "blob": "https://storage6613.blob.core.windows.net/", - "queue": "https://storage6613.queue.core.windows.net/", - "table": "https://storage6613.table.core.windows.net/", - "file": "https://storage6613.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f9d3741af2b5a5d399ebaad754750fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:29:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f9d3741af2b5a5d399ebaad754750fe", - "x-ms-correlation-request-id": "ea997cc1-c710-4769-84ed-778e50a40fc2", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "37121819-4a1a-4a3c-b709-1622d91172da", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:ea997cc1-c710-4769-84ed-778e50a40fc2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", - "name": "storage6613", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:11.1325665Z", - "key2": "2021-08-13T06:29:11.1325665Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:11.0231957Z", - "primaryEndpoints": { - "blob": "https://storage6613.blob.core.windows.net/", - "queue": "https://storage6613.queue.core.windows.net/", - "table": "https://storage6613.table.core.windows.net/", - "file": "https://storage6613.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage66131?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af8ae333dbe6917dcbe29f7bb2ba35b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "236", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "707ba3ab-1c95-4f0d-9817-1d7eeeaead27", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "707ba3ab-1c95-4f0d-9817-1d7eeeaead27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062929Z:707ba3ab-1c95-4f0d-9817-1d7eeeaead27" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66131\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a2f044d5900157140cebdd446796cb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:29:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a2f044d5900157140cebdd446796cb4", - "x-ms-correlation-request-id": "a9da4581-7974-4e06-9187-d2df98a7e702", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "2707fbd9-212a-49b6-890c-73bd3557f183", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062930Z:a9da4581-7974-4e06-9187-d2df98a7e702" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613", - "name": "storage6613", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:11.1325665Z", - "key2": "2021-08-13T06:29:11.1325665Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:11.1481977Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:11.0231957Z", - "primaryEndpoints": { - "blob": "https://storage6613.blob.core.windows.net/", - "queue": "https://storage6613.queue.core.windows.net/", - "table": "https://storage6613.table.core.windows.net/", - "file": "https://storage6613.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage66131?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9ad8c043bb166f7ba0c93490fe1a87e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "236", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da4eaee7-4723-4f9a-b8fe-cd91df7fd599", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "da4eaee7-4723-4f9a-b8fe-cd91df7fd599", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062930Z:da4eaee7-4723-4f9a-b8fe-cd91df7fd599" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66131\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "705f0969e517dafe71746f171da84a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "705f0969e517dafe71746f171da84a52", - "x-ms-correlation-request-id": "17adeb8a-f5bf-4188-b464-54b7e34b5f9b", - "x-ms-ratelimit-remaining-subscription-deletes": "14991", - "x-ms-request-id": "af8a9b15-5cbb-459e-97a5-0d29e0b62a54", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:17adeb8a-f5bf-4188-b464-54b7e34b5f9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2577eb763c0d12fe0dc9b0f4c527055e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "235", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa0e54c1-dd9e-4816-b100-2325bdd3343c", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "fa0e54c1-dd9e-4816-b100-2325bdd3343c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:fa0e54c1-dd9e-4816-b100-2325bdd3343c" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6613\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts/storage6613?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c6b3f25fb191e9d8ed2873dccdf4912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "235", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26edf4f6-9b7f-414f-bba4-9f1347d861a6", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "26edf4f6-9b7f-414f-bba4-9f1347d861a6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:26edf4f6-9b7f-414f-bba4-9f1347d861a6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6613\u0027 under resource group \u0027teststorageRG-1671\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1671/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24d340c1826a2c700b4d634e3509144a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6e612221-2639-484a-94f3-118a2b422378", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "6e612221-2639-484a-94f3-118a2b422378", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062937Z:6e612221-2639-484a-94f3-118a2b422378" - }, - "ResponseBody": { - "value": [] - } - } - ], - "Variables": { - "RandomSeed": "51100988", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json deleted file mode 100644 index ae74a67e52a46..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StartCreateDeleteStorageAccountAsync.json +++ /dev/null @@ -1,1048 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3971a80902cf3b42e4df3b40692e43ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7305bdba-ba2a-41f9-b6af-8c983f05662e", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "7305bdba-ba2a-41f9-b6af-8c983f05662e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062941Z:7305bdba-ba2a-41f9-b6af-8c983f05662e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8964?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-db7e068a089a54449cdb7096c0d64eaa-3de34bf38924e34d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3fb0adc1cbe5502a0bc262470339e8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "56b97559-e264-4756-bf4e-3be6eb82e080", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "56b97559-e264-4756-bf4e-3be6eb82e080", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062942Z:56b97559-e264-4756-bf4e-3be6eb82e080" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964", - "name": "teststorageRG-8964", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f878fa85679fdf813d1f558cc5f8113", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f878fa85679fdf813d1f558cc5f8113", - "x-ms-correlation-request-id": "08bd8f09-5e8e-4076-9b3f-81205256bfbb", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "8599a0d8-9ac5-48e7-a725-71ff016546f0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062946Z:08bd8f09-5e8e-4076-9b3f-81205256bfbb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b486dda14042855c11fdc0ec27aa8841", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b486dda14042855c11fdc0ec27aa8841", - "x-ms-correlation-request-id": "1536d740-8093-4dc3-a181-490432119b56", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "e0a359c9-0afc-42f6-bf9c-946609726dfa", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062946Z:1536d740-8093-4dc3-a181-490432119b56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c782123ac8b972a9a432e8fff472e853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c782123ac8b972a9a432e8fff472e853", - "x-ms-correlation-request-id": "234142f7-bbf2-4ae6-b075-12c48e373215", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "88447f99-0320-4001-a9a5-3f631cdf0947", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062948Z:234142f7-bbf2-4ae6-b075-12c48e373215" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "efb6ec61ccd861d04cf3c4e575fd2d8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efb6ec61ccd861d04cf3c4e575fd2d8c", - "x-ms-correlation-request-id": "f687ee18-7479-48f4-8b9d-ac100397f4e2", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "fa89f249-91fd-4489-b2b4-1dd317f9680d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062949Z:f687ee18-7479-48f4-8b9d-ac100397f4e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "024b21f1a83ed94e33130f10575c919f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "024b21f1a83ed94e33130f10575c919f", - "x-ms-correlation-request-id": "6f14fdc8-0cd0-4be2-aac4-74365d4cd5e4", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "4014e87c-bb01-409e-824d-dc51e18eb9cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062950Z:6f14fdc8-0cd0-4be2-aac4-74365d4cd5e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a8b6c1499f36d6842207ac503c4fda7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a8b6c1499f36d6842207ac503c4fda7", - "x-ms-correlation-request-id": "75452336-d818-4eba-9413-f680dadea97a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "0a8879ce-8e7e-4bca-b4f5-a6d1458586b8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062952Z:75452336-d818-4eba-9413-f680dadea97a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d20e5c05e626b9159edcbbc4bdbf0aef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d20e5c05e626b9159edcbbc4bdbf0aef", - "x-ms-correlation-request-id": "8ad32fd5-0dc7-4b40-85c6-c2d3f2644c03", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "134879fd-2768-4e28-98f4-220840e5bf0b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062953Z:8ad32fd5-0dc7-4b40-85c6-c2d3f2644c03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08d02561f2725799b8debf1d2d88d66f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08d02561f2725799b8debf1d2d88d66f", - "x-ms-correlation-request-id": "55e1ecf3-3e25-4596-b31f-b84b0448f003", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "4ecde65b-8671-4779-b221-5cb4f6a4b8e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062954Z:55e1ecf3-3e25-4596-b31f-b84b0448f003" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb0b6816be4d2e7857d19c16dea4b082", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb0b6816be4d2e7857d19c16dea4b082", - "x-ms-correlation-request-id": "c85c8bed-ef86-4d89-9dc3-ecfbd20749a4", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "51a3a9d3-1e09-4da6-bf56-caf579f4ed47", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062955Z:c85c8bed-ef86-4d89-9dc3-ecfbd20749a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de648b16f4f31235c2b61a4826f78c15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de648b16f4f31235c2b61a4826f78c15", - "x-ms-correlation-request-id": "9dc12f6b-41a6-41b3-8d22-82d074def5d5", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "84b417d6-9cb7-469f-8b8a-cac6dc071717", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062957Z:9dc12f6b-41a6-41b3-8d22-82d074def5d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54ad4b060fb4a3a2aca1b1a055827914", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54ad4b060fb4a3a2aca1b1a055827914", - "x-ms-correlation-request-id": "4e18f9d2-e340-4171-8ee3-792e863adf7e", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "23fbe39f-89b4-48fd-a075-a1230ef545b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062958Z:4e18f9d2-e340-4171-8ee3-792e863adf7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2063d2df824227c32f83896a430085f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:29:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2063d2df824227c32f83896a430085f", - "x-ms-correlation-request-id": "1d46c3b9-3abd-41b0-8f3e-5255a09354db", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "557e1894-949f-4ff7-a652-c7d10a012655", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T062959Z:1d46c3b9-3abd-41b0-8f3e-5255a09354db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "921087445bf607cee8c131514294bc40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "921087445bf607cee8c131514294bc40", - "x-ms-correlation-request-id": "5d12f1d3-73cc-41a0-af2e-9b65ad6a0638", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "4959833b-a013-44a0-98a7-3c6dfd8bb30c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063001Z:5d12f1d3-73cc-41a0-af2e-9b65ad6a0638" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8599a0d8-9ac5-48e7-a725-71ff016546f0?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e81a063deaf00ef0cf8a22bbd60bfe7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:30:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e81a063deaf00ef0cf8a22bbd60bfe7b", - "x-ms-correlation-request-id": "b7c693a3-a752-4eea-b702-27d8ebc36e72", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "f4e5be23-a925-409e-9f4d-a0225c9ea8d0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063002Z:b7c693a3-a752-4eea-b702-27d8ebc36e72" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", - "name": "storage6696", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:44.8046318Z", - "key2": "2021-08-13T06:29:44.8046318Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:44.6954143Z", - "primaryEndpoints": { - "blob": "https://storage6696.blob.core.windows.net/", - "queue": "https://storage6696.queue.core.windows.net/", - "table": "https://storage6696.table.core.windows.net/", - "file": "https://storage6696.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd5b5199e672d21d6effb963c62adf9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:30:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd5b5199e672d21d6effb963c62adf9d", - "x-ms-correlation-request-id": "023f354b-aa38-4cdd-83a5-0f8602b7411e", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "dc7c5aed-95e0-42f2-89c9-746e6879bc68", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063002Z:023f354b-aa38-4cdd-83a5-0f8602b7411e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", - "name": "storage6696", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:44.8046318Z", - "key2": "2021-08-13T06:29:44.8046318Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:44.6954143Z", - "primaryEndpoints": { - "blob": "https://storage6696.blob.core.windows.net/", - "queue": "https://storage6696.queue.core.windows.net/", - "table": "https://storage6696.table.core.windows.net/", - "file": "https://storage6696.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d59f73b1f165a6e9701c36b391230dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:30:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d59f73b1f165a6e9701c36b391230dd", - "x-ms-correlation-request-id": "9ae5cfc3-093b-4fcb-912f-856373d733d5", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "6099fed4-0e82-429c-8a32-768d032e7dab", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:9ae5cfc3-093b-4fcb-912f-856373d733d5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", - "name": "storage6696", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:44.8046318Z", - "key2": "2021-08-13T06:29:44.8046318Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:44.6954143Z", - "primaryEndpoints": { - "blob": "https://storage6696.blob.core.windows.net/", - "queue": "https://storage6696.queue.core.windows.net/", - "table": "https://storage6696.table.core.windows.net/", - "file": "https://storage6696.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage66961?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1b8b6c2ee3856cde9477af1318c47a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "236", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "84dc3f0e-99e4-48c7-bac1-2db574ec57c5", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "84dc3f0e-99e4-48c7-bac1-2db574ec57c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:84dc3f0e-99e4-48c7-bac1-2db574ec57c5" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66961\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de7f84aa61b17964e201367023b1995b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Fri, 13 Aug 2021 06:30:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de7f84aa61b17964e201367023b1995b", - "x-ms-correlation-request-id": "4e898c80-fdf1-44e8-b8d4-8a619ec9e2ff", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "0a7843df-38d7-45ff-ac66-edb980ada695", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063003Z:4e898c80-fdf1-44e8-b8d4-8a619ec9e2ff" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696", - "name": "storage6696", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-13T06:29:44.8046318Z", - "key2": "2021-08-13T06:29:44.8046318Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-13T06:29:44.8202605Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-13T06:29:44.6954143Z", - "primaryEndpoints": { - "blob": "https://storage6696.blob.core.windows.net/", - "queue": "https://storage6696.queue.core.windows.net/", - "table": "https://storage6696.table.core.windows.net/", - "file": "https://storage6696.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage66961?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10a1dbceee714c642a03b4cea57d290b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "236", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65caae56-f6d2-4e6a-8571-be842775d0b6", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "65caae56-f6d2-4e6a-8571-be842775d0b6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063004Z:65caae56-f6d2-4e6a-8571-be842775d0b6" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage66961\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b4c01eb95293602c513f0f37b85d3237", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4c01eb95293602c513f0f37b85d3237", - "x-ms-correlation-request-id": "162b609a-ba85-40ff-b56d-f61ac4547679", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "4b7b647f-51ae-4e6a-9bbd-17bb71914502", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063010Z:162b609a-ba85-40ff-b56d-f61ac4547679" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55231eae37eabc331f32b4aeac95d365", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "235", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76b8cf31-eb20-49cb-b39a-becdcc00d7b4", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "76b8cf31-eb20-49cb-b39a-becdcc00d7b4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063010Z:76b8cf31-eb20-49cb-b39a-becdcc00d7b4" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6696\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts/storage6696?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05b62bd7e4f07cc8ae40bf31df2d94cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "235", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "44523164-1d98-4c36-ae4d-a5deb40b5864", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "44523164-1d98-4c36-ae4d-a5deb40b5864", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063011Z:44523164-1d98-4c36-ae4d-a5deb40b5864" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The Resource \u0027Microsoft.Storage/storageAccounts/storage6696\u0027 under resource group \u0027teststorageRG-8964\u0027 was not found. For more details please go to https://aka.ms/ARMResourceNotFoundFix" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8964/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210730.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87207dd0d3598220ea0494609d7eb4bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Fri, 13 Aug 2021 06:30:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "73c64e77-0606-4293-b85d-267a26d83033", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "73c64e77-0606-4293-b85d-267a26d83033", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210813T063011Z:73c64e77-0606-4293-b85d-267a26d83033" - }, - "ResponseBody": { - "value": [] - } - } - ], - "Variables": { - "RandomSeed": "47490853", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json deleted file mode 100644 index af82ec23a1c4e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTable.json +++ /dev/null @@ -1,1006 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46a6b5939b88514f8e0ccb4fa419b4a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 18 Aug 2021 01:59:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fa100b8-bfe0-411e-8433-54af0547a4c5", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "5fa100b8-bfe0-411e-8433-54af0547a4c5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015953Z:5fa100b8-bfe0-411e-8433-54af0547a4c5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-7157?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-92476278dfa6cd408630f9432b4d9004-7eb0ba09bfb8694b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "529d89fcfe2dea63db019afe62ef3973", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 18 Aug 2021 01:59:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2052872-4e91-4df4-8dc7-5965b8d05131", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d2052872-4e91-4df4-8dc7-5965b8d05131", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T015955Z:d2052872-4e91-4df4-8dc7-5965b8d05131" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157", - "name": "teststorageRG-7157", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6233c49ac871432b46961feb3d5c274f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6233c49ac871432b46961feb3d5c274f", - "x-ms-correlation-request-id": "7a440e9e-1842-471c-932d-60c58a162d73", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "29f31484-aecf-4947-832d-43b36279fc14", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020003Z:7a440e9e-1842-471c-932d-60c58a162d73" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f07eb8db6671c08b710fe76843fe9da5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f07eb8db6671c08b710fe76843fe9da5", - "x-ms-correlation-request-id": "04480331-8dd4-4add-9763-65906c0054ac", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "87e3f352-804d-4edd-8aca-7f6fa9a94805", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020003Z:04480331-8dd4-4add-9763-65906c0054ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e145ae730d2a35970df006c32e75f01a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e145ae730d2a35970df006c32e75f01a", - "x-ms-correlation-request-id": "a949ce43-b1a0-476c-a167-def84db0c60c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "7c708847-6cc9-440d-bc6d-04e2780aa69f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020005Z:a949ce43-b1a0-476c-a167-def84db0c60c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "840f8e7936deb6de824ef4447e4eff5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "840f8e7936deb6de824ef4447e4eff5d", - "x-ms-correlation-request-id": "6c8bf324-90b7-45d6-bef6-806d55dc7d05", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "f900be13-b573-4186-a5e2-cd6698d9555b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020006Z:6c8bf324-90b7-45d6-bef6-806d55dc7d05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a442f5103be6cd662149e38160c792fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a442f5103be6cd662149e38160c792fc", - "x-ms-correlation-request-id": "eb2a96ed-ba47-4f1e-a747-0765e242c2b3", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "b8c60184-168c-4dbc-a5f6-440594e6dc9c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020007Z:eb2a96ed-ba47-4f1e-a747-0765e242c2b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b4efcd1e19ef3cc7d08e5edb1852b6be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4efcd1e19ef3cc7d08e5edb1852b6be", - "x-ms-correlation-request-id": "7c826348-c339-49e8-b16f-c51fb65b073c", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "fd529040-5fb8-4f6f-b22b-e3d75a2d9373", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020009Z:7c826348-c339-49e8-b16f-c51fb65b073c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39b3a8f04c333d3327416394525c56bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39b3a8f04c333d3327416394525c56bb", - "x-ms-correlation-request-id": "e9c65c55-4bd7-4f57-9ab5-dff393d9f4d4", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "bc196c80-8c66-45dd-9905-618c507f6798", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020010Z:e9c65c55-4bd7-4f57-9ab5-dff393d9f4d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b025f8bc4a5ef66e2d06d357dc8bb5ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b025f8bc4a5ef66e2d06d357dc8bb5ce", - "x-ms-correlation-request-id": "ba657da9-9dea-4910-8b34-739c9c307262", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7ffe76d6-a470-45e2-971a-0bc7b41e34e8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020011Z:ba657da9-9dea-4910-8b34-739c9c307262" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b79024925813d2c899b18cadb632e974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b79024925813d2c899b18cadb632e974", - "x-ms-correlation-request-id": "053f03f0-fa7b-4200-8582-6a72e45222ba", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6eb06ecb-fb3b-4e07-b7a7-3ee180ad5ece", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020013Z:053f03f0-fa7b-4200-8582-6a72e45222ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "201fa338062ca5603abc0b2d78dc619c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "201fa338062ca5603abc0b2d78dc619c", - "x-ms-correlation-request-id": "7eedc577-68a5-4ae3-b1a4-10686265d66b", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "5f776fee-ba0b-476c-a9a1-b5d9151f084f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020014Z:7eedc577-68a5-4ae3-b1a4-10686265d66b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d02948c9fcb63a72f5217adbec040fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d02948c9fcb63a72f5217adbec040fb", - "x-ms-correlation-request-id": "603164ce-0a6d-4314-8684-8de79d2eeb4e", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6a0bbd47-9ed5-48b2-becd-49bb378b0962", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020015Z:603164ce-0a6d-4314-8684-8de79d2eeb4e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "381f5f1c946c8ca1c4ea7c574d9b5abd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "381f5f1c946c8ca1c4ea7c574d9b5abd", - "x-ms-correlation-request-id": "635f7a2c-592c-48a2-9176-f8a30dd85d93", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "26cf247f-6236-4cd9-8ec2-bd6b079eda02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020017Z:635f7a2c-592c-48a2-9176-f8a30dd85d93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2120f04fbb3098a8fcbbf0d9eeb2e77a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2120f04fbb3098a8fcbbf0d9eeb2e77a", - "x-ms-correlation-request-id": "4f923ada-9cef-4f9d-8dbd-e7e7ba018db7", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "f1c13f3f-4781-4257-a394-622caff6d9e6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020018Z:4f923ada-9cef-4f9d-8dbd-e7e7ba018db7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/29f31484-aecf-4947-832d-43b36279fc14?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19100f7c28bcf730f27668e123501593", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19100f7c28bcf730f27668e123501593", - "x-ms-correlation-request-id": "17a4e1d9-270e-4b18-9473-22d817ed3293", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6bc81a79-900c-4f96-a030-6fd9cc6755cd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020019Z:17a4e1d9-270e-4b18-9473-22d817ed3293" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852", - "name": "storage4852", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-18T02:00:01.9480120Z", - "key2": "2021-08-18T02:00:01.9480120Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-18T02:00:01.8542585Z", - "primaryEndpoints": { - "blob": "https://storage4852.blob.core.windows.net/", - "queue": "https://storage4852.queue.core.windows.net/", - "table": "https://storage4852.table.core.windows.net/", - "file": "https://storage4852.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd5d5af81e9f60cbb7863cb0a4c79d12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "285", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd5d5af81e9f60cbb7863cb0a4c79d12", - "x-ms-correlation-request-id": "cbfc2dd5-bd94-40c6-824f-0a57e3cf0a8b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "c69d3987-dc05-4e4e-ab3e-8a0feb0907f5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020020Z:cbfc2dd5-bd94-40c6-824f-0a57e3cf0a8b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/tableServices", - "properties": { - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a3dda010041c027282fb952c775aca5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "320", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a3dda010041c027282fb952c775aca5", - "x-ms-correlation-request-id": "85baef32-56ab-4207-b8a3-3e69e36c57a7", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "53407dc1-c78f-44e6-9dad-6d63e9b7d947", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020020Z:85baef32-56ab-4207-b8a3-3e69e36c57a7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", - "name": "testtable445", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "tableName": "testtable445" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5593e15cda1a445db06136ec7f532ad8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "343", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5593e15cda1a445db06136ec7f532ad8", - "x-ms-correlation-request-id": "5fba3943-8d4d-4c69-87b8-a65f92bd11dc", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "3f9acb0e-e532-4e5e-8594-a8b9c061f046", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020021Z:5fba3943-8d4d-4c69-87b8-a65f92bd11dc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", - "name": "testtable445", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "signedIdentifiers": [], - "tableName": "testtable445" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7521de5608d85ab7360c77ef110df011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "343", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7521de5608d85ab7360c77ef110df011", - "x-ms-correlation-request-id": "b3feeb64-5bcc-4812-930a-41ce417150fc", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "8044f588-6df8-4178-8a76-b0e9256d8ad4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020021Z:b3feeb64-5bcc-4812-930a-41ce417150fc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445", - "name": "testtable445", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "signedIdentifiers": [], - "tableName": "testtable445" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable4451?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6470a90bc0927e87df9dadfca3a40d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6470a90bc0927e87df9dadfca3a40d5", - "x-ms-correlation-request-id": "5c3a43c1-f4f4-43ec-8e07-7f9b1b4ea8b7", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "dcf7a8ba-f704-4b09-bca0-6cc49fe751b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:5c3a43c1-f4f4-43ec-8e07-7f9b1b4ea8b7" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:56d41d14-f002-0027-80d4-93a407000000\nTime:2021-08-18T02:00:21.8785693Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8fbe104365353cd2a391f0d636e32a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8fbe104365353cd2a391f0d636e32a3", - "x-ms-correlation-request-id": "9246ae47-848f-41bc-86ba-63cfd8774e14", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "ddfc5f95-45e0-4518-8d27-f8c80b409dc3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:9246ae47-848f-41bc-86ba-63cfd8774e14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "755c2571440c9acef5faf7df2ed78ffb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "755c2571440c9acef5faf7df2ed78ffb", - "x-ms-correlation-request-id": "fb618972-f650-44c7-91bb-e5b3dd137b8c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "14463397-00ea-4fb8-b900-ad85153a0ffd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020022Z:fb618972-f650-44c7-91bb-e5b3dd137b8c" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:56d41d33-f002-0027-17d4-93a407000000\nTime:2021-08-18T02:00:22.6170931Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852/tableServices/default/tables/testtable445?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30eaa1cc071159bd3df3bcd09cdbc40f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30eaa1cc071159bd3df3bcd09cdbc40f", - "x-ms-correlation-request-id": "043dfa65-fee1-4ba4-910d-361d6ed589ec", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "340a37b8-80ab-4dce-8537-5c33ddc12389", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020023Z:043dfa65-fee1-4ba4-910d-361d6ed589ec" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:56d41d36-f002-0027-1ad4-93a407000000\nTime:2021-08-18T02:00:22.9473276Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a56e37c6cbdec0c91361f3593fee2552", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a56e37c6cbdec0c91361f3593fee2552", - "x-ms-correlation-request-id": "c6a2f93b-409b-4c27-bfa0-ae87a1ea0343", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "2bb888d6-2986-4b39-ad92-14dc636b43a8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020023Z:c6a2f93b-409b-4c27-bfa0-ae87a1ea0343" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852", - "name": "storage4852", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-18T02:00:01.9480120Z", - "key2": "2021-08-18T02:00:01.9480120Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:01.9636351Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-18T02:00:01.8542585Z", - "primaryEndpoints": { - "blob": "https://storage4852.blob.core.windows.net/", - "queue": "https://storage4852.queue.core.windows.net/", - "table": "https://storage4852.table.core.windows.net/", - "file": "https://storage4852.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-7157/providers/Microsoft.Storage/storageAccounts/storage4852?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c14124a9028369916703381887fdfe1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c14124a9028369916703381887fdfe1a", - "x-ms-correlation-request-id": "ff7bb401-09c1-402d-92e2-901468c0d298", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "1e847458-6ccb-48cd-b29c-3272b53cd972", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020030Z:ff7bb401-09c1-402d-92e2-901468c0d298" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1742935930", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json deleted file mode 100644 index 6b045e77cbe40..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/TableTests/StartCreateDeleteTableAsync.json +++ /dev/null @@ -1,913 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86379d5cc08f03a656720717401c3359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020034Z:7e053e5d-0aab-4dba-9f6c-26df6c2a3e9d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1164?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-2e1b866411315f41b1cecab843a5a324-9ce6e9746e3b5b4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff0848f765dc1ad437ba85e962fc0561", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f48f660-e0d1-4250-8dce-626ee0bf7863", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "5f48f660-e0d1-4250-8dce-626ee0bf7863", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020035Z:5f48f660-e0d1-4250-8dce-626ee0bf7863" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164", - "name": "teststorageRG-1164", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "101fbb5f287587846e9531e6517a3e6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "101fbb5f287587846e9531e6517a3e6f", - "x-ms-correlation-request-id": "39a69cb0-f790-4df4-8d22-25a32170df4a", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "9a8af987-fa41-48ce-a64a-29f2d86a2909", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020043Z:39a69cb0-f790-4df4-8d22-25a32170df4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78bcd4b6e739208283786ecfa333e640", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78bcd4b6e739208283786ecfa333e640", - "x-ms-correlation-request-id": "7b3a5b39-7b7e-4daf-b381-5dd5b573fe49", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2fa09479-f777-4ad6-bc79-a7f18ff7b957", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020044Z:7b3a5b39-7b7e-4daf-b381-5dd5b573fe49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c3c7a462f46df6a83bca41d21636d7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c3c7a462f46df6a83bca41d21636d7a", - "x-ms-correlation-request-id": "3c94062d-225b-44d7-b402-2513dbe6482a", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "cba70dac-8f9f-4c2b-81e6-96f353847a7c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020045Z:3c94062d-225b-44d7-b402-2513dbe6482a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c302e1fc6bd3d36fd9eae891168bf38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c302e1fc6bd3d36fd9eae891168bf38", - "x-ms-correlation-request-id": "290df0c6-5f45-4edd-861e-cba253f5bc67", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "e5477dd7-a6da-445d-80b4-36a26f499911", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020046Z:290df0c6-5f45-4edd-861e-cba253f5bc67" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9fdac671f8b787bc6addf47d4365fe20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fdac671f8b787bc6addf47d4365fe20", - "x-ms-correlation-request-id": "2b40ccd0-a049-4f61-ad9d-dc420f7d75c2", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "cb6348cb-22ea-4483-8776-ec71570d3930", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020048Z:2b40ccd0-a049-4f61-ad9d-dc420f7d75c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75b0f30a6a03808244ff7fa781e1ce1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75b0f30a6a03808244ff7fa781e1ce1a", - "x-ms-correlation-request-id": "c007bd9f-7370-4cbe-b292-e0f35ddb9a5a", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "019dadb5-7399-490b-b84c-700baa92d97c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020049Z:c007bd9f-7370-4cbe-b292-e0f35ddb9a5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bab6bfcce8827c372a812dfd1b8fa98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bab6bfcce8827c372a812dfd1b8fa98", - "x-ms-correlation-request-id": "1c802c06-24b2-4b54-b67c-7eb84a023201", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "91a89294-aab2-4ad8-9110-049702ded0ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020050Z:1c802c06-24b2-4b54-b67c-7eb84a023201" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e7e8da04ab80735435a5bb879140688", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e7e8da04ab80735435a5bb879140688", - "x-ms-correlation-request-id": "c114c945-4f0a-4b86-b06c-53570235b8c1", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "3ce7d56a-e3ed-45cf-b6f8-5a2057f00a87", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020051Z:c114c945-4f0a-4b86-b06c-53570235b8c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d781da0fa2b93c972f89035a57a3ae8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d781da0fa2b93c972f89035a57a3ae8b", - "x-ms-correlation-request-id": "eefe4f08-90ff-42ed-b047-4fb1f3112cf8", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "8e772412-391c-40cc-917e-324228401a09", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020053Z:eefe4f08-90ff-42ed-b047-4fb1f3112cf8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f306e604af62b16136a3172d720bad5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f306e604af62b16136a3172d720bad5d", - "x-ms-correlation-request-id": "df03ba85-1a5d-4357-9b35-81f1b8641e47", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5c6d8dff-d559-4a92-bb19-87ef17a64b59", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020054Z:df03ba85-1a5d-4357-9b35-81f1b8641e47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9a8af987-fa41-48ce-a64a-29f2d86a2909?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7d089a22237fddef642ee2f47dbb0a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7d089a22237fddef642ee2f47dbb0a0", - "x-ms-correlation-request-id": "ab1bb549-40ce-438c-9bd1-803da9beb41c", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "97a04f97-8b97-4c29-8c4e-a5652b4f3b99", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020055Z:ab1bb549-40ce-438c-9bd1-803da9beb41c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385", - "name": "storage2385", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-18T02:00:37.4181757Z", - "key2": "2021-08-18T02:00:37.4181757Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-18T02:00:37.2931675Z", - "primaryEndpoints": { - "blob": "https://storage2385.blob.core.windows.net/", - "queue": "https://storage2385.queue.core.windows.net/", - "table": "https://storage2385.table.core.windows.net/", - "file": "https://storage2385.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92b3cfac120e5f2678cfa1158b69c924", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "285", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92b3cfac120e5f2678cfa1158b69c924", - "x-ms-correlation-request-id": "885244e3-2511-4825-a194-e53ddfc8f417", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d8fc3c8a-be7e-4ebc-a453-27202210e85c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:885244e3-2511-4825-a194-e53ddfc8f417" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/tableServices", - "properties": { - "cors": { - "corsRules": [] - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2cdb8a554b707e208fd1fc1326a5bf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "323", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2cdb8a554b707e208fd1fc1326a5bf3", - "x-ms-correlation-request-id": "5881a534-6dd7-4e8d-9f2a-3649ad52d70c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "456bc6e8-fa52-4805-913f-67b741d68160", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:5881a534-6dd7-4e8d-9f2a-3649ad52d70c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", - "name": "testtable3748", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "tableName": "testtable3748" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57a281774f1a638f717e6880c9728c79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "346", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57a281774f1a638f717e6880c9728c79", - "x-ms-correlation-request-id": "14a3c3d5-08ff-4cf6-9717-6b8a582fb872", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "a2cdc585-5f5e-44f4-95ee-7587a397ed86", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020056Z:14a3c3d5-08ff-4cf6-9717-6b8a582fb872" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", - "name": "testtable3748", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "signedIdentifiers": [], - "tableName": "testtable3748" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22a154c9cee27bf4d08a0515069e4664", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "346", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22a154c9cee27bf4d08a0515069e4664", - "x-ms-correlation-request-id": "6ae36119-4fa0-4283-bdc6-cd6cac62198f", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "fea3ef79-5c9f-4f94-ac39-fecfc0f5f6a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020057Z:6ae36119-4fa0-4283-bdc6-cd6cac62198f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748", - "name": "testtable3748", - "type": "Microsoft.Storage/storageAccounts/tableServices/tables", - "properties": { - "signedIdentifiers": [], - "tableName": "testtable3748" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable37481?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8132246cc2656c0286a6038eb613e96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8132246cc2656c0286a6038eb613e96", - "x-ms-correlation-request-id": "55b1d82e-6011-4202-9280-343fad77f4ef", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "77d87d3a-68a3-46a0-8588-99beff86b2a5", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020057Z:55b1d82e-6011-4202-9280-343fad77f4ef" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:8c0ceeb9-2002-000a-1bd4-933c58000000\nTime:2021-08-18T02:00:57.5201398Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "def7a67138c9a9118c26868f49795cd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:00:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "def7a67138c9a9118c26868f49795cd3", - "x-ms-correlation-request-id": "9cee3caf-3f6f-4ef7-8508-63d54a9a2772", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "eb7c151d-bcb3-4f41-8633-72248d7fbf1e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:9cee3caf-3f6f-4ef7-8508-63d54a9a2772" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a73a0338a45ffd52934afa776dbc8f6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a73a0338a45ffd52934afa776dbc8f6f", - "x-ms-correlation-request-id": "bbc1dddf-83d4-4ab8-8fb5-5678aa48d40e", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "fe331db4-23e9-4da8-82e7-fcf329d4a11d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:bbc1dddf-83d4-4ab8-8fb5-5678aa48d40e" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:8c0ceed7-2002-000a-36d4-933c58000000\nTime:2021-08-18T02:00:58.2176366Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385/tableServices/default/tables/testtable3748?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60a46e4c68a60e9b106a5bff45300cae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "171", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60a46e4c68a60e9b106a5bff45300cae", - "x-ms-correlation-request-id": "5af24000-a592-4486-bf6b-c8f8aec50dea", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "555bef10-73fe-4be1-a419-b2a158aea897", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020058Z:5af24000-a592-4486-bf6b-c8f8aec50dea" - }, - "ResponseBody": { - "error": { - "code": "ResourceNotFound", - "message": "The specified resource does not exist.\nRequestId:8c0ceee5-2002-000a-43d4-933c58000000\nTime:2021-08-18T02:00:58.5488715Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8008c0e9727cc3753fa4a7e3d9a3bd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Wed, 18 Aug 2021 02:00:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8008c0e9727cc3753fa4a7e3d9a3bd0", - "x-ms-correlation-request-id": "e797b980-71a7-4f39-9cd7-54e05003d734", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "b69586f6-1609-408e-b536-c48ad72e1914", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020059Z:e797b980-71a7-4f39-9cd7-54e05003d734" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385", - "name": "storage2385", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-18T02:00:37.4181757Z", - "key2": "2021-08-18T02:00:37.4181757Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-18T02:00:37.4181757Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-18T02:00:37.2931675Z", - "primaryEndpoints": { - "blob": "https://storage2385.blob.core.windows.net/", - "queue": "https://storage2385.queue.core.windows.net/", - "table": "https://storage2385.table.core.windows.net/", - "file": "https://storage2385.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1164/providers/Microsoft.Storage/storageAccounts/storage2385?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da431797fbd5d02c682b96f44852b763", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 18 Aug 2021 02:01:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da431797fbd5d02c682b96f44852b763", - "x-ms-correlation-request-id": "2157e35d-850e-4025-9899-291604bc3ad6", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "12c1a7c5-a10b-49f8-8a2b-003933a9d892", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210818T020104Z:2157e35d-850e-4025-9899-291604bc3ad6" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "109549220", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs index 9e70b11c232bc..34d1e2f66c716 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -26,8 +26,7 @@ public async Task createStorageAccountAndGetBlobContainerContainer() resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; blobServiceContainer = storageAccount.GetBlobServices(); blobService = await blobServiceContainer.GetAsync("default"); blobContainerContainer = blobService.GetBlobContainers(); @@ -52,8 +51,7 @@ public async Task CreateDeleteBlobContainer() { //create blob container string containerName = Recording.GenerateAssetName("testblob"); - BlobContainerCreateOperation blobContainerCreateOperation=await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); - BlobContainer container1 = await blobContainerCreateOperation.WaitForCompletionAsync(); + BlobContainer container1 = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; Assert.IsNotNull(container1); Assert.AreEqual(container1.Id.Name, containerName); @@ -85,10 +83,8 @@ public async Task GetAllBlobContainers() //create two blob containers string containerName1 = Recording.GenerateAssetName("testblob1"); string containerName2 = Recording.GenerateAssetName("testblob2"); - BlobContainerCreateOperation blobContainerCreateOperation1 = await blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData()); - BlobContainer container1 = await blobContainerCreateOperation1.WaitForCompletionAsync(); - BlobContainerCreateOperation blobContainerCreateOperation2 = await blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData()); - BlobContainer container2 = await blobContainerCreateOperation2.WaitForCompletionAsync(); + BlobContainer container1 = (await blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; + BlobContainer container2 = (await blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; //validate if there are two containers BlobContainer container3 = null; @@ -113,8 +109,7 @@ public async Task UpdateBlobContainer() //create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); - BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //update metadata, public access BlobContainerData containerData = container.Data; @@ -138,8 +133,7 @@ public async Task CreateDeleteImmutabilityPolicy() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); - BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //create immutability policy ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; @@ -169,8 +163,7 @@ public async Task SetClearLegalHold() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData()); - BlobContainer container = await blobContainerCreateOperation.WaitForCompletionAsync(); + BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //set legal hold LegalHold legalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs index 50d8688a5e204..34261407f2b18 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs @@ -26,8 +26,7 @@ public async Task CreateStorageAccountAndGetFileShareContainer() resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; fileServiceContainer = storageAccount.GetFileServices(); fileService = await fileServiceContainer.GetAsync("default"); fileShareContainer = fileService.GetFileShares(); @@ -52,8 +51,7 @@ public async Task CreateDeleteFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShareCreateOperation fileShareCreateOperation=await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData()); - FileShare share1 = await fileShareCreateOperation.WaitForCompletionAsync(); + FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //validate if created successfully @@ -79,10 +77,8 @@ public async Task GetAllFileShares() //create two file shares string fileShareName1 = Recording.GenerateAssetName("testfileshare1"); string fileShareName2 = Recording.GenerateAssetName("testfileshare2"); - FileShareCreateOperation fileShareCreateOperation1 = await fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData()); - FileShare share1 = await fileShareCreateOperation1.WaitForCompletionAsync(); - FileShareCreateOperation fileShareCreateOperation2 = await fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData()); - FileShare share2 = await fileShareCreateOperation2.WaitForCompletionAsync(); + FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; + FileShare share2 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; //validate if there are two file shares FileShare share3 = null; @@ -107,8 +103,7 @@ public async Task UpdateFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData()); - FileShare share1 = await fileShareCreateOperation.WaitForCompletionAsync(); + FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //update metadata and share quota diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs index 0234cee07b314..708aa9a1d112c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs @@ -25,8 +25,7 @@ public async Task CreateStorageAccountAndGetQueueContainer() resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; queueServiceContainer = storageAccount.GetQueueServices(); queueService = await queueServiceContainer.GetAsync("default"); storageQueueContainer = queueService.GetStorageQueues(); @@ -51,8 +50,7 @@ public async Task CreateDeleteStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - QueueCreateOperation queueCreateOperation= await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData()); - StorageQueue queue1 = await queueCreateOperation.WaitForCompletionAsync(); + StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); @@ -79,10 +77,8 @@ public async Task GetAllStorageQueues() //create two blob containers string queueName1 = Recording.GenerateAssetName("testqueue1"); string queueName2 = Recording.GenerateAssetName("testqueue2"); - QueueCreateOperation queueCreateOperation1 = await storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData()); - StorageQueue queue1 = await queueCreateOperation1.WaitForCompletionAsync(); - QueueCreateOperation queueCreateOperation2 = await storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData()); - StorageQueue queue2 = await queueCreateOperation2.WaitForCompletionAsync(); + StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData())).Value; + StorageQueue queue2 = (await storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData())).Value; //validate if there are two queues StorageQueue queue3 = null; @@ -106,8 +102,7 @@ public async Task UpdateStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - QueueCreateOperation queueCreateOp = await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData()); - StorageQueue queue1 = await queueCreateOp.WaitForCompletionAsync(); + StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index a0bc873ba6866..7fbca743e1be5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -40,8 +40,7 @@ public async Task CreateDeleteStorageAccount() string accountName = Recording.GenerateAssetName("storage"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters(),false); - StorageAccount account1=await accountOperation.WaitForCompletionAsync(); + StorageAccount account1= (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; Assert.AreEqual(accountName, account1.Id.Name); VerifyAccountProperties(account1, true); AssertStorageAccountEqual(account1, await account1.GetAsync()); @@ -72,10 +71,8 @@ public async Task GetAllStorageAccounts() string accountName2 = Recording.GenerateAssetName("storage2"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation1 = await storageAccountContainer.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters()); - StorageAccount account1 = await accountCreateOperation1.WaitForCompletionAsync(); - StorageAccountCreateOperation accountCreateOperation2 = await storageAccountContainer.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters()); - StorageAccount account2 = await accountCreateOperation2.WaitForCompletionAsync(); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters())).Value; + StorageAccount account2 = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters())).Value; //validate two storage accounts int count = 0; @@ -101,8 +98,7 @@ public async Task UpdateStorageAccount() string accountName = Recording.GenerateAssetName("storage"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); //update sku @@ -177,8 +173,7 @@ public async Task CreateLargeFileShareOnStorageAccount() Sku sku = new Sku(SkuName.StandardLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku,kind:Kind.StorageV2); parameters.LargeFileSharesState = LargeFileSharesState.Enabled; - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters); - StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account1, false); //create file share with share quota 5200, which is allowed in large file shares @@ -200,8 +195,7 @@ public async Task StorageAccountRegenerateKey() string accountName = Recording.GenerateAssetName("storage"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); StorageAccountListKeysResult keys = await account1.GetKeysAsync(); Assert.NotNull(keys); @@ -233,8 +227,7 @@ public async Task CreateUpdataNetworkRule() Bypass = @"Logging, AzureServices", IpRules = { new IPRule(iPAddressOrRange: "23.45.67.89") } }; - StorageAccountCreateOperation accountCreateOperation = await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters); - StorageAccount account1 = await accountCreateOperation.WaitForCompletionAsync(); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account1, false); //verify network rule @@ -287,5 +280,51 @@ public async Task CreateUpdataNetworkRule() Assert.AreEqual(@"Logging, Metrics", accountData.NetworkRuleSet.Bypass.ToString()); Assert.AreEqual(DefaultAction.Allow, accountData.NetworkRuleSet.DefaultAction); } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithBlockBlobStorage() + { + //create storage account with block blob storage + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + Sku sku = new Sku(SkuName.PremiumLRS); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku:sku,kind: Kind.BlockBlobStorage); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + VerifyAccountProperties(account1, false); + Assert.AreEqual(Kind.BlockBlobStorage, account1.Data.Kind); + Assert.AreEqual(SkuName.PremiumLRS, account1.Data.Sku.Name); + //this storage account should onlu have endpoints on blob and dfs + Assert.NotNull(account1.Data.PrimaryEndpoints.Blob); + Assert.NotNull(account1.Data.PrimaryEndpoints.Dfs); + Assert.IsNull(account1.Data.PrimaryEndpoints.File); + Assert.IsNull(account1.Data.PrimaryEndpoints.Table); + Assert.IsNull(account1.Data.PrimaryEndpoints.Queue); + } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithFileStorage() + { + //create storage account with file storage + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + Sku sku = new Sku(SkuName.PremiumLRS); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.FileStorage); + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + VerifyAccountProperties(account1, false); + Assert.AreEqual(Kind.FileStorage, account1.Data.Kind); + Assert.AreEqual(SkuName.PremiumLRS, account1.Data.Sku.Name); + //this storage account should onlu have endpoints on blob and dfs + Assert.IsNull(account1.Data.PrimaryEndpoints.Blob); + Assert.IsNull(account1.Data.PrimaryEndpoints.Dfs); + Assert.NotNull(account1.Data.PrimaryEndpoints.File); + Assert.IsNull(account1.Data.PrimaryEndpoints.Table); + Assert.IsNull(account1.Data.PrimaryEndpoints.Queue); + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs index 74c4ccee4c581..82fb04ad2acde 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs @@ -25,8 +25,7 @@ public async Task CreateStorageAccountAndGetTableContainer() resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateOperation accountCreateOperation= await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters()); - storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; tableServiceContainer = storageAccount.GetTableServices(); tableService = await tableServiceContainer.GetAsync("default"); tableContainer = tableService.GetTables(); @@ -51,8 +50,7 @@ public async Task CreateDeleteTable() { //create table string tableName = Recording.GenerateAssetName("testtable"); - TableCreateOperation tableCreateOperation=await tableContainer.CreateOrUpdateAsync(tableName); - Table table1 = await tableCreateOperation.WaitForCompletionAsync(); + Table table1 = (await tableContainer.CreateOrUpdateAsync(tableName)).Value; Assert.IsNotNull(table1); Assert.AreEqual(table1.Id.Name, tableName); @@ -77,10 +75,8 @@ public async Task GetAllTables() //create two tables string tableName1 = Recording.GenerateAssetName("testtable1"); string tableName2 = Recording.GenerateAssetName("testtable2"); - TableCreateOperation tableCreateOperation1 = await tableContainer.CreateOrUpdateAsync(tableName1); - Table table1 = await tableCreateOperation1.WaitForCompletionAsync(); - TableCreateOperation tableCreateOperation2 = await tableContainer.CreateOrUpdateAsync(tableName2); - Table table2 = await tableCreateOperation2.WaitForCompletionAsync(); + Table table1 = (await tableContainer.CreateOrUpdateAsync(tableName1)).Value; + Table table2 = (await tableContainer.CreateOrUpdateAsync(tableName2)).Value; //validate two tables Table table3 = null; From af8fed8e35a57aa7caa1156a4110668d41c50b01 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 25 Aug 2021 11:10:58 +0800 Subject: [PATCH 03/27] add some storage account test cases --- .../CreateStorageAccountWithAccessTier.json | 1184 +++++++++++++++++ ...eateStorageAccountWithAccessTierAsync.json | 1184 +++++++++++++++++ .../CreateStorageAccountWithEncrpytion.json | 732 ++++++++++ ...eateStorageAccountWithEncrpytionAsync.json | 732 ++++++++++ .../GetStorageAccountLastSyncTime.json | 840 ++++++++++++ .../GetStorageAccountLastSyncTimeAsync.json | 840 ++++++++++++ ...torageAccountRevokeUserDelegationKeys.json | 749 +++++++++++ ...eAccountRevokeUserDelegationKeysAsync.json | 749 +++++++++++ .../tests/Tests/StorageAccountTests.cs | 107 +- 9 files changed, 7115 insertions(+), 2 deletions(-) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTier.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTierAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytion.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytionAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTime.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTimeAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeys.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTier.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTier.json new file mode 100644 index 0000000000000..97feac08799eb --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTier.json @@ -0,0 +1,1184 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ee2806bb9e5fd8bafb4a3eaa8fef9dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ab9fe8a9-aceb-438b-808a-1ffc27530b85", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ab9fe8a9-aceb-438b-808a-1ffc27530b85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015130Z:ab9fe8a9-aceb-438b-808a-1ffc27530b85" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2273?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-6eb2fac25c1fe54c9a2abb2d7d2e56f5-76e54b9a5e1b1448-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba4c824260b7d75d93f0718cfe2feb4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "c0a9f1fd-1af5-4791-a8ca-1e8a033547e4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "c0a9f1fd-1af5-4791-a8ca-1e8a033547e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015133Z:c0a9f1fd-1af5-4791-a8ca-1e8a033547e4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2273", + "name": "teststorageRG-2273", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2273/providers/Microsoft.Storage/storageAccounts/storage9278?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21f79e0c54615545ebfbf43efdaffd68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21f79e0c54615545ebfbf43efdaffd68", + "x-ms-correlation-request-id": "8d0aaaa6-d8d6-4ce6-bf43-a381bdc21756", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "4f481004-b859-4eac-ab1a-af157053b320", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015141Z:8d0aaaa6-d8d6-4ce6-bf43-a381bdc21756" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5af15bff84e5eeb83df7cebb6c1fd9e3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5af15bff84e5eeb83df7cebb6c1fd9e3", + "x-ms-correlation-request-id": "4cd6106b-3a3c-4348-812f-79e7b236b49d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "1a009c05-6548-4f9e-8efb-2e56ffda8e0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015141Z:4cd6106b-3a3c-4348-812f-79e7b236b49d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4efd09f3a27d5b74d575e0532daac8c8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4efd09f3a27d5b74d575e0532daac8c8", + "x-ms-correlation-request-id": "1c268471-35f4-4cef-9524-53cb64350b4e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "611b23f1-d237-41f9-b03e-55e118630660", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015142Z:1c268471-35f4-4cef-9524-53cb64350b4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a23e8145a2be0a82f6c40be0e20d1621", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a23e8145a2be0a82f6c40be0e20d1621", + "x-ms-correlation-request-id": "83286f8c-cdbf-4746-9678-9062c0034301", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "eaaa99b4-f61d-4c78-a067-dea9170fb661", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015144Z:83286f8c-cdbf-4746-9678-9062c0034301" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "83a7423467255df5e6958570a365c093", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "83a7423467255df5e6958570a365c093", + "x-ms-correlation-request-id": "d24ff344-78cd-44e3-8cfd-ee3b652a167a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "7fc3fab0-d6ce-4fb7-a505-2e35f67f7cc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015145Z:d24ff344-78cd-44e3-8cfd-ee3b652a167a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "eb76062f37e0512587f258b9969379c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "eb76062f37e0512587f258b9969379c7", + "x-ms-correlation-request-id": "1bc4ac76-c8cb-4e43-8ba2-fd0127e08a60", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d3e9c223-77c3-421a-bac6-6f8e169ec205", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015146Z:1bc4ac76-c8cb-4e43-8ba2-fd0127e08a60" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea1fbe5f4503dea28be1bb281c116791", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea1fbe5f4503dea28be1bb281c116791", + "x-ms-correlation-request-id": "eac6fac3-93d2-427c-a1ca-e451c734e8be", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "75fc13a1-6d88-4790-a495-d523b86107d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015147Z:eac6fac3-93d2-427c-a1ca-e451c734e8be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbb178032b97fc401d55fb320f3cc752", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbb178032b97fc401d55fb320f3cc752", + "x-ms-correlation-request-id": "96562c0e-5b50-4357-9bbd-3aaff10f7568", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "445b0e7e-0878-4c82-a74c-9c5188089820", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015149Z:96562c0e-5b50-4357-9bbd-3aaff10f7568" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e411be1cd646e98f639860ff7bfd3575", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e411be1cd646e98f639860ff7bfd3575", + "x-ms-correlation-request-id": "d65b3e83-1c99-4da7-b968-745f2ae5980a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4cfb9767-a883-4a31-95e3-57a6f63c6a05", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015150Z:d65b3e83-1c99-4da7-b968-745f2ae5980a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1db5c68b9de2342f7d22cdad4970ce4e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1db5c68b9de2342f7d22cdad4970ce4e", + "x-ms-correlation-request-id": "1caefcce-3961-480a-b1d2-a1d3a4d95311", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "ea15fbf9-def7-4a69-a7fb-54697b8a0104", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015151Z:1caefcce-3961-480a-b1d2-a1d3a4d95311" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d0b681a82002d4be8c778ffcb41801f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d0b681a82002d4be8c778ffcb41801f", + "x-ms-correlation-request-id": "4936c0ea-2a3e-4d52-a93a-ac30c419fb35", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "6ae382d7-d2b6-4b38-87e1-c235da457704", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015153Z:4936c0ea-2a3e-4d52-a93a-ac30c419fb35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "48a78620a9867f708edd672309e2a0f2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "48a78620a9867f708edd672309e2a0f2", + "x-ms-correlation-request-id": "b78aac1d-3c24-4cdb-8aed-e107dcb6a993", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e2430b56-0dcb-4024-96bc-973e305f7e17", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015154Z:b78aac1d-3c24-4cdb-8aed-e107dcb6a993" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13e411c9d7f209757b88341a2430693c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13e411c9d7f209757b88341a2430693c", + "x-ms-correlation-request-id": "cac6ad7a-d70a-4220-9953-a92cace83e1f", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "a7ba6e3b-0620-4849-bddd-05311ae6d8ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015155Z:cac6ad7a-d70a-4220-9953-a92cace83e1f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4f481004-b859-4eac-ab1a-af157053b320?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c38dada186c970c7f78ccf231b272406", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1265", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:51:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c38dada186c970c7f78ccf231b272406", + "x-ms-correlation-request-id": "53110bec-04bd-4a7e-8491-16670d9f51b8", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "858d8296-a539-4a45-9714-662b6db56ebf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015157Z:53110bec-04bd-4a7e-8491-16670d9f51b8" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2273/providers/Microsoft.Storage/storageAccounts/storage9278", + "name": "storage9278", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:51:39.5822841Z", + "key2": "2021-08-25T01:51:39.5822841Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:51:39.5822841Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:51:39.5822841Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:51:39.4885277Z", + "primaryEndpoints": { + "dfs": "https://storage9278.dfs.core.windows.net/", + "blob": "https://storage9278.blob.core.windows.net/", + "table": "https://storage9278.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6160?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-dc25d9c63207e84bae56da216a6a0f60-2cbc0a813f4c8c4f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d5cb935482d9e10cdfe75565a5d732b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:51:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ed6e3d3d-a581-4e8e-b364-968cbc0de4c6", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "ed6e3d3d-a581-4e8e-b364-968cbc0de4c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015158Z:ed6e3d3d-a581-4e8e-b364-968cbc0de4c6" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6160", + "name": "teststorageRG-6160", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2273/providers/Microsoft.Storage/storageAccounts/storage8917?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "149", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc545b824329744a1b660752ed53642d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Cool" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc545b824329744a1b660752ed53642d", + "x-ms-correlation-request-id": "1572c85b-9348-4b2e-8a3b-2fd8c06acf6b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "d7fdbc46-bb14-421a-8228-b0bc2feb6dee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015201Z:1572c85b-9348-4b2e-8a3b-2fd8c06acf6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8a5f0af4bb1f25b6fe852c741beb079", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8a5f0af4bb1f25b6fe852c741beb079", + "x-ms-correlation-request-id": "25a1d863-b487-4ef9-b13b-0ca0caa21046", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "8b99b060-41ca-4659-81de-32d1a49ef879", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015202Z:25a1d863-b487-4ef9-b13b-0ca0caa21046" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb63479ac4624e4bdb102afe8a817879", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb63479ac4624e4bdb102afe8a817879", + "x-ms-correlation-request-id": "e279116b-b72f-4b0c-9ecc-696669d1d51a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "fb4c0ef7-c6fb-4123-b1de-f38b51026199", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015203Z:e279116b-b72f-4b0c-9ecc-696669d1d51a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fda295349baea77c430740f6e1b803f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fda295349baea77c430740f6e1b803f3", + "x-ms-correlation-request-id": "2813bb76-06e1-4ce5-8427-f91ef10eeb35", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "05b4f756-3853-43b6-a7ec-658aedde6781", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015204Z:2813bb76-06e1-4ce5-8427-f91ef10eeb35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b32e3e7b753deb0ea456eca1215d68ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b32e3e7b753deb0ea456eca1215d68ee", + "x-ms-correlation-request-id": "71904e69-0428-492c-864e-1cac35c0cf14", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "62809b28-b9c2-456d-8f3a-2ba6618f358e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015206Z:71904e69-0428-492c-864e-1cac35c0cf14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab92d86fb21cffcbcbbc785a83546d23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ab92d86fb21cffcbcbbc785a83546d23", + "x-ms-correlation-request-id": "65c28684-1c29-473e-814a-a841a7625227", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "9d854748-610c-4217-aee7-1b0186ea0968", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015207Z:65c28684-1c29-473e-814a-a841a7625227" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b83360dc452bf3c87b75957aeda85e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b83360dc452bf3c87b75957aeda85e5", + "x-ms-correlation-request-id": "e70a789c-f5b6-4bf4-bfc1-4f52729ce5c9", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "66027257-c18e-4430-a286-bec202e5c66f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015208Z:e70a789c-f5b6-4bf4-bfc1-4f52729ce5c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0987529f5725c8d7732fe881fcb36750", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0987529f5725c8d7732fe881fcb36750", + "x-ms-correlation-request-id": "4b200385-702b-4110-bcc0-0541e08008be", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "587640b2-c770-42a9-bd8e-0e085a83e713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015210Z:4b200385-702b-4110-bcc0-0541e08008be" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ea94c9e91cd9aa9b9cd32464597450f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ea94c9e91cd9aa9b9cd32464597450f0", + "x-ms-correlation-request-id": "4e9c73f6-24e6-4f57-bfb9-455599689d9b", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "220dba03-1b7a-40c9-8ced-26a15f217c09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015211Z:4e9c73f6-24e6-4f57-bfb9-455599689d9b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "31bb923664cdb5fe5fbad823dcbac2d3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "31bb923664cdb5fe5fbad823dcbac2d3", + "x-ms-correlation-request-id": "35d98be2-0f86-4b4e-a0b2-5099e2c4675a", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "a087a96b-a41e-4dd2-9996-0c0558438701", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015212Z:35d98be2-0f86-4b4e-a0b2-5099e2c4675a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e56d09509b46830bb6dc6c5133726fff", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e56d09509b46830bb6dc6c5133726fff", + "x-ms-correlation-request-id": "e8012f3d-c889-47b7-84f3-9317a87ae6e6", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "e2029310-9dbd-4eee-adbb-f8d90d418d93", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015214Z:e8012f3d-c889-47b7-84f3-9317a87ae6e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a4af7de35f88582cade8b1e4477cee1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6a4af7de35f88582cade8b1e4477cee1", + "x-ms-correlation-request-id": "e44931b1-9248-4c00-b800-bcff81270b5d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "8ced3967-ee33-4690-a71c-d5f8134d527a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015215Z:e44931b1-9248-4c00-b800-bcff81270b5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "501451116b069ba986387af0f7ac81ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "501451116b069ba986387af0f7ac81ec", + "x-ms-correlation-request-id": "f7ae944c-d3be-4de1-820e-f9d7a96baba9", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "d7219095-18fc-4158-8e11-5bc0ca5c46a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015216Z:f7ae944c-d3be-4de1-820e-f9d7a96baba9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7fdbc46-bb14-421a-8228-b0bc2feb6dee?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e445d94b58701ada86e81a680fec3e3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1266", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:52:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e445d94b58701ada86e81a680fec3e3f", + "x-ms-correlation-request-id": "098c3baf-ea5b-48cb-9872-74b7e4c6f770", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "271cfe08-50f6-4730-bc27-cec72b25cf1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015218Z:098c3baf-ea5b-48cb-9872-74b7e4c6f770" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2273/providers/Microsoft.Storage/storageAccounts/storage8917", + "name": "storage8917", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:52:00.3643719Z", + "key2": "2021-08-25T01:52:00.3643719Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:52:00.3643719Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:52:00.3643719Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Cool", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:52:00.2549887Z", + "primaryEndpoints": { + "dfs": "https://storage8917.dfs.core.windows.net/", + "blob": "https://storage8917.blob.core.windows.net/", + "table": "https://storage8917.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6160/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2408b0d1e5e73f84dafe3c0ba918e1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eda79f86-5232-4fd0-8890-69445b8fb9b6", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "eda79f86-5232-4fd0-8890-69445b8fb9b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015218Z:eda79f86-5232-4fd0-8890-69445b8fb9b6" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "1521828357", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTierAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTierAsync.json new file mode 100644 index 0000000000000..b123e7f82f23e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithAccessTierAsync.json @@ -0,0 +1,1184 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f13fc77cfe27ae0154b37536eb14354", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:49 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "7273eec0-f8a0-462f-a405-70aaae05098f", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "7273eec0-f8a0-462f-a405-70aaae05098f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015249Z:7273eec0-f8a0-462f-a405-70aaae05098f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-743?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-352c407238a9a44e8bc2a79c7b449aed-d42884365f66ec40-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bd2264ab0fe9884dc89bc89dd15466a6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "214c1579-aeee-40fc-92db-cc125ca5921d", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "214c1579-aeee-40fc-92db-cc125ca5921d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015251Z:214c1579-aeee-40fc-92db-cc125ca5921d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-743", + "name": "teststorageRG-743", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-743/providers/Microsoft.Storage/storageAccounts/storage5467?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "148", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c195708743dd5faabca6d158c51c8726", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Hot" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c195708743dd5faabca6d158c51c8726", + "x-ms-correlation-request-id": "ab0db416-9342-4af0-a426-1285efbcff6b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "f1dea74a-ebc5-4911-9ee3-26544d6c87b7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015258Z:ab0db416-9342-4af0-a426-1285efbcff6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d22ac7ed26bf6767b9c200433df5c2ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:52:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d22ac7ed26bf6767b9c200433df5c2ac", + "x-ms-correlation-request-id": "f08ef085-710c-4a03-8145-6f5b0376ffb8", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "ac2fde9c-249b-41cc-953b-59309b638f95", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015259Z:f08ef085-710c-4a03-8145-6f5b0376ffb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1703a1148ab0ccf75d90a0843c65ad44", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1703a1148ab0ccf75d90a0843c65ad44", + "x-ms-correlation-request-id": "c6674180-2cef-4ad1-bb72-2983dab4bf1c", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "fb88ad30-054d-4ce7-9088-8d60d3bae44b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015300Z:c6674180-2cef-4ad1-bb72-2983dab4bf1c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe6aee2bb4f27367523b21ecb9cfc72c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe6aee2bb4f27367523b21ecb9cfc72c", + "x-ms-correlation-request-id": "e299feaf-96e1-4e2a-85a6-57c8faba69b1", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "3d9a6a70-780a-43a5-8381-a5bbf8ae38b0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015301Z:e299feaf-96e1-4e2a-85a6-57c8faba69b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "11315a9662746232d05d742e86e22b54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "11315a9662746232d05d742e86e22b54", + "x-ms-correlation-request-id": "087d71a9-4895-49f7-aded-e086c32b1f09", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "bac68724-b583-4510-8c31-40145539ddb8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015303Z:087d71a9-4895-49f7-aded-e086c32b1f09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4f17bc14c48a5fb93990c575680a128e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4f17bc14c48a5fb93990c575680a128e", + "x-ms-correlation-request-id": "44121dfc-dd8a-4ca7-8f03-86bcbc28bfcd", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c13b6cca-dc40-48a3-8ea0-887780efcbb4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015304Z:44121dfc-dd8a-4ca7-8f03-86bcbc28bfcd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2ee73c99c34c9cfbb082d944038ec6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2ee73c99c34c9cfbb082d944038ec6f", + "x-ms-correlation-request-id": "6bcaf82b-5795-4f71-80f2-fc9dd3f2ff6c", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b4454cda-feec-45a3-9bf8-51efacd37d80", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015305Z:6bcaf82b-5795-4f71-80f2-fc9dd3f2ff6c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fcd8cd1078b8d1a1a0d1d7e49cbdf9c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fcd8cd1078b8d1a1a0d1d7e49cbdf9c6", + "x-ms-correlation-request-id": "e11faf3b-280e-4888-9584-9938075129d0", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "a1eb3601-7d42-49c1-9bc0-d36fa1a6a1e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015307Z:e11faf3b-280e-4888-9584-9938075129d0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1265e64a48f4781fed4e938197241e01", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1265e64a48f4781fed4e938197241e01", + "x-ms-correlation-request-id": "f52e620a-1b0c-4567-907a-21d6d23b795a", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "41917c23-173c-42bd-9428-c7ff2c8dc36b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015308Z:f52e620a-1b0c-4567-907a-21d6d23b795a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b6556a4153250d6d11c4162c5eb2cfe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b6556a4153250d6d11c4162c5eb2cfe", + "x-ms-correlation-request-id": "d97d3b84-23b9-4969-acff-53ed8fcc9081", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b0bc2d5b-1e63-420f-bea8-e63a424a07a1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015309Z:d97d3b84-23b9-4969-acff-53ed8fcc9081" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a4a660fd9d2c77aad5f0f69e420397c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5a4a660fd9d2c77aad5f0f69e420397c", + "x-ms-correlation-request-id": "0f64de94-34bc-4b72-9373-9f4fd0533716", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "41949548-3a41-42e1-a64c-64dd23b2d7a9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015310Z:0f64de94-34bc-4b72-9373-9f4fd0533716" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4640d5b35e573494101441d807bdb302", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4640d5b35e573494101441d807bdb302", + "x-ms-correlation-request-id": "82db41e6-0037-4564-a7a9-bb4ef7a407fb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "c5bb54fa-da51-4bc6-b910-63f4dbad1342", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015312Z:82db41e6-0037-4564-a7a9-bb4ef7a407fb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30729522c4daca2edc9eedd2066c6cb1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30729522c4daca2edc9eedd2066c6cb1", + "x-ms-correlation-request-id": "ad12500b-1e75-4bb7-be2c-7a9da031fa85", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "76f895af-0da8-4243-8cf3-49431bd9c878", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015313Z:ad12500b-1e75-4bb7-be2c-7a9da031fa85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f1dea74a-ebc5-4911-9ee3-26544d6c87b7?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "efaec5e3e5abb0a7d2154abd98a2bff0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1264", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:53:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "efaec5e3e5abb0a7d2154abd98a2bff0", + "x-ms-correlation-request-id": "4d669f2c-4bde-4378-be35-172a499f3546", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "82bec633-a85f-4adf-a71a-220b4cf4b496", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015314Z:4d669f2c-4bde-4378-be35-172a499f3546" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-743/providers/Microsoft.Storage/storageAccounts/storage5467", + "name": "storage5467", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:52:57.3190392Z", + "key2": "2021-08-25T01:52:57.3190392Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:52:57.3190392Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:52:57.3190392Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:52:57.2252689Z", + "primaryEndpoints": { + "dfs": "https://storage5467.dfs.core.windows.net/", + "blob": "https://storage5467.blob.core.windows.net/", + "table": "https://storage5467.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1444?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-19a9b12dde18714ab59b03abda2a2c90-a9fcae06ecc5e447-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08ad4f47efa175a76ab970c12ea3a88f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1516605c-5f8c-4bec-bffc-cfaeff404f4d", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "1516605c-5f8c-4bec-bffc-cfaeff404f4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015315Z:1516605c-5f8c-4bec-bffc-cfaeff404f4d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1444", + "name": "teststorageRG-1444", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-743/providers/Microsoft.Storage/storageAccounts/storage7806?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "149", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c40e42f43c57c2ee5ec479703239defd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "BlobStorage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "accessTier": "Cool" + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c40e42f43c57c2ee5ec479703239defd", + "x-ms-correlation-request-id": "9623a921-e768-4a84-8013-5e146e343114", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "bbdec61a-8f73-4f49-ad76-d8528e407ac0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015319Z:9623a921-e768-4a84-8013-5e146e343114" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7dad0815e7e10ab561ebaadc75364330", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7dad0815e7e10ab561ebaadc75364330", + "x-ms-correlation-request-id": "1a1a768e-8ee9-41a5-8ce2-abfdd9b7ec2b", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "01065b2d-d02c-4895-a7b2-24d765b6515a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015319Z:1a1a768e-8ee9-41a5-8ce2-abfdd9b7ec2b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "359a73da8b7e1a8b1e4f7c21c000824e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "359a73da8b7e1a8b1e4f7c21c000824e", + "x-ms-correlation-request-id": "e782e543-9d22-47c2-a913-de4b1dc66b88", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "9f265f72-079a-4199-b193-a28808eccd4c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015321Z:e782e543-9d22-47c2-a913-de4b1dc66b88" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "295bd3dd608c3f1c431abc1830464a11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "295bd3dd608c3f1c431abc1830464a11", + "x-ms-correlation-request-id": "1c4c511d-5f5b-442e-b8bb-f4a12ff8c60d", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "8f9faaba-f286-45de-b61a-c68affe972c6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015322Z:1c4c511d-5f5b-442e-b8bb-f4a12ff8c60d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc134bf2b27589287d925f926a944960", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc134bf2b27589287d925f926a944960", + "x-ms-correlation-request-id": "c9e6be85-42be-4257-928e-25aeae5511cc", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "159d8f53-b72b-4d1c-b718-b74f3aa98554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015323Z:c9e6be85-42be-4257-928e-25aeae5511cc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2ff5b6919da79a4575bf163cf72ead7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2ff5b6919da79a4575bf163cf72ead7", + "x-ms-correlation-request-id": "9eebdc43-6751-47b4-b7cb-4d910bf325b5", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "5d3ee725-6304-470d-b96c-575b6a78c27b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015325Z:9eebdc43-6751-47b4-b7cb-4d910bf325b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "752f6a04b5ed2bd8aad2acf9018ad4af", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "752f6a04b5ed2bd8aad2acf9018ad4af", + "x-ms-correlation-request-id": "a71a6aa0-3b81-4c65-9b29-e8461813c9d1", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "39e541de-d2fb-464c-92a1-164abd9cb14b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015326Z:a71a6aa0-3b81-4c65-9b29-e8461813c9d1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4af5bd1a847d937a699741ac0c5ba0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4af5bd1a847d937a699741ac0c5ba0a", + "x-ms-correlation-request-id": "c7129207-81a7-4030-a0c0-1f1b057f50e6", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "a759e36b-d209-4257-8738-8a771bdc6017", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015327Z:c7129207-81a7-4030-a0c0-1f1b057f50e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "008d87a8d364b37383d3f7086cab77cd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "008d87a8d364b37383d3f7086cab77cd", + "x-ms-correlation-request-id": "59704d26-8fc9-42af-b5ff-6447db9389f0", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "e6b6bbdf-fd60-4465-a2b3-721a46d76496", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015329Z:59704d26-8fc9-42af-b5ff-6447db9389f0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7491428615c35c8f3356cf5341bd6ae4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7491428615c35c8f3356cf5341bd6ae4", + "x-ms-correlation-request-id": "f8759288-c763-4ca7-91d4-35471cedd388", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bb68f213-4a4a-4153-b958-0ae7002b4728", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015330Z:f8759288-c763-4ca7-91d4-35471cedd388" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7a50a218d4fcfd4ae7fc5074b02f6cfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7a50a218d4fcfd4ae7fc5074b02f6cfb", + "x-ms-correlation-request-id": "f89778d3-26dd-4281-bea4-b48e59d97578", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "c223587b-c7d8-4fcc-b492-0581e153663a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015331Z:f89778d3-26dd-4281-bea4-b48e59d97578" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e94a72145339346f730cc0e042072c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e94a72145339346f730cc0e042072c6", + "x-ms-correlation-request-id": "3e00c153-56f9-4590-91b4-df936705550c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "15ceae2d-5bf8-4af8-9d4d-0ce84ed7c992", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015332Z:3e00c153-56f9-4590-91b4-df936705550c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c9ef1268fd5ab2d0f7948cc7c41bac04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c9ef1268fd5ab2d0f7948cc7c41bac04", + "x-ms-correlation-request-id": "d07c56d1-43b0-4640-b329-f51b0684f7cb", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "f179a45e-7502-4d9e-9e70-39c3ff4ca964", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015334Z:d07c56d1-43b0-4640-b329-f51b0684f7cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bbdec61a-8f73-4f49-ad76-d8528e407ac0?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9931d3e9ec29d2b15bbd83cc073bf9c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1265", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:53:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9931d3e9ec29d2b15bbd83cc073bf9c7", + "x-ms-correlation-request-id": "bbfcd3c4-f334-40ca-9737-217a6f965fee", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "c8fc2cab-4d4f-45fd-b153-53c39e3869fa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015335Z:bbfcd3c4-f334-40ca-9737-217a6f965fee" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "BlobStorage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-743/providers/Microsoft.Storage/storageAccounts/storage7806", + "name": "storage7806", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:53:17.9921032Z", + "key2": "2021-08-25T01:53:17.9921032Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:53:17.9921032Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:53:17.9921032Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Cool", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:53:17.8828308Z", + "primaryEndpoints": { + "dfs": "https://storage7806.dfs.core.windows.net/", + "blob": "https://storage7806.blob.core.windows.net/", + "table": "https://storage7806.table.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1444/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e0b8a89a23f24a0d6e2869fb97fcedc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "12", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:53:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "4aed88ec-0a14-4c17-9b03-0fcd5d080c48", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "4aed88ec-0a14-4c17-9b03-0fcd5d080c48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015335Z:4aed88ec-0a14-4c17-9b03-0fcd5d080c48" + }, + "ResponseBody": { + "value": [] + } + } + ], + "Variables": { + "RandomSeed": "1919918484", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytion.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytion.json new file mode 100644 index 0000000000000..05285596f64b0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytion.json @@ -0,0 +1,732 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0deecf6ffd239e49d7471db1ce2b8a4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9fdcd943-e787-4fa1-9e53-412d70616a71", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "9fdcd943-e787-4fa1-9e53-412d70616a71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015430Z:9fdcd943-e787-4fa1-9e53-412d70616a71" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4592?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-d507b3efc39d674d81713a045566df5f-6ff25067c774714d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d39882a6b381e365ab795211deb14756", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "828810bb-16ab-44e9-ac90-8bf586e1c208", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "828810bb-16ab-44e9-ac90-8bf586e1c208", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015432Z:828810bb-16ab-44e9-ac90-8bf586e1c208" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592", + "name": "teststorageRG-4592", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592/providers/Microsoft.Storage/storageAccounts/storage6677?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "233", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9d52699855df4a77ecfcd806caadce63", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9d52699855df4a77ecfcd806caadce63", + "x-ms-correlation-request-id": "cac6fb76-7ead-47d8-b251-af3a713d49d8", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b695dc97-ef10-4969-90b0-0ce198bd44c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015440Z:cac6fb76-7ead-47d8-b251-af3a713d49d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2093776a3ef850f60b4ee685da5f19fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2093776a3ef850f60b4ee685da5f19fd", + "x-ms-correlation-request-id": "d702e980-71f3-4d30-9c09-bd154468819f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "8f78e3d5-2bb3-4865-bef9-9d59d81c642d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015440Z:d702e980-71f3-4d30-9c09-bd154468819f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f01ceeab2b0efcf71b17f59e03a8fd27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f01ceeab2b0efcf71b17f59e03a8fd27", + "x-ms-correlation-request-id": "cc2bdb3d-f9c2-4a5f-88a0-768f68b83bdd", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "5f664519-99fc-4c41-b79c-d6a1a0de3dae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015441Z:cc2bdb3d-f9c2-4a5f-88a0-768f68b83bdd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "529c6c93ad1ab66bf7521010b5c85f49", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "529c6c93ad1ab66bf7521010b5c85f49", + "x-ms-correlation-request-id": "1455aa9b-7ad1-435e-bd68-969cda84e853", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a2dc4302-2932-4b02-9eaa-ef92d353bcf8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015443Z:1455aa9b-7ad1-435e-bd68-969cda84e853" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d23542777a83e5e809604e048574d62", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d23542777a83e5e809604e048574d62", + "x-ms-correlation-request-id": "cd91e86e-edab-4c3e-b0b3-864f17e149f1", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "9f9e275e-5886-4f08-ba00-9265b7e6c46d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015444Z:cd91e86e-edab-4c3e-b0b3-864f17e149f1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ef1bf50c6c2fde28366f8bb1be74652", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ef1bf50c6c2fde28366f8bb1be74652", + "x-ms-correlation-request-id": "33cff835-99f3-4c7c-aad6-36e1d56e5a54", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "c926b9bb-258e-4c70-9eef-62550c01078e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015445Z:33cff835-99f3-4c7c-aad6-36e1d56e5a54" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae77acb7a0841c7e0e5dd184a88b6d9f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae77acb7a0841c7e0e5dd184a88b6d9f", + "x-ms-correlation-request-id": "551d5794-c0d6-4060-b2fd-40e0a996dfaf", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "34743993-634b-4b0b-8e5e-9d0e75639361", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015446Z:551d5794-c0d6-4060-b2fd-40e0a996dfaf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5c0ad05f1d760867225da427ea22398", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5c0ad05f1d760867225da427ea22398", + "x-ms-correlation-request-id": "dc6a6f7d-eeef-4905-8290-688965981960", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "acc4fdd4-abeb-41ae-8a9e-8463e59b02d9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015448Z:dc6a6f7d-eeef-4905-8290-688965981960" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9c28b24f9fe0b0dd41d45f65f45e54f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9c28b24f9fe0b0dd41d45f65f45e54f8", + "x-ms-correlation-request-id": "d34179a6-52a4-4bdd-8341-737b43ac42b5", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5e3c05a3-3625-46d5-8504-77419c7f99c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015449Z:d34179a6-52a4-4bdd-8341-737b43ac42b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6db658f85027c57a26163c5fc53c9d6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6db658f85027c57a26163c5fc53c9d6b", + "x-ms-correlation-request-id": "7d3929b9-8abb-478a-b278-6360d41fbb59", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b9e05410-1719-4d17-bef2-b6bb999e4abd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015450Z:7d3929b9-8abb-478a-b278-6360d41fbb59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6343839d16265bfd010b40292206b13", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6343839d16265bfd010b40292206b13", + "x-ms-correlation-request-id": "e8d543ea-8f25-4533-807d-a106e8d6ba14", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "388715a6-3636-44e5-b7ac-cbde92b5871a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015452Z:e8d543ea-8f25-4533-807d-a106e8d6ba14" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2549e2d0b6ecfe71376276ca627eea05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2549e2d0b6ecfe71376276ca627eea05", + "x-ms-correlation-request-id": "b2588a3c-2f2a-4997-8224-569799b43e85", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "999504b1-1aa4-4213-b2b3-2346f048aa44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015453Z:b2588a3c-2f2a-4997-8224-569799b43e85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc2bf3375e2a269599509c179c783305", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:54:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc2bf3375e2a269599509c179c783305", + "x-ms-correlation-request-id": "81326577-69d7-4977-a295-d702171828c0", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "185b3543-9cfb-424d-80d8-5c209338516c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015454Z:81326577-69d7-4977-a295-d702171828c0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b695dc97-ef10-4969-90b0-0ce198bd44c8?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e38e28aa77f2837fc735bfff5bf40352", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:54:55 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e38e28aa77f2837fc735bfff5bf40352", + "x-ms-correlation-request-id": "db5c2597-f652-4602-95aa-0689c7dcda72", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d497c3c5-e643-4673-a365-cadf8f13de3e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015456Z:db5c2597-f652-4602-95aa-0689c7dcda72" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592/providers/Microsoft.Storage/storageAccounts/storage6677", + "name": "storage6677", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:54:38.6200477Z", + "key2": "2021-08-25T01:54:38.6200477Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:54:38.6200477Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:54:38.6200477Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:54:38.5262962Z", + "primaryEndpoints": { + "blob": "https://storage6677.blob.core.windows.net/", + "queue": "https://storage6677.queue.core.windows.net/", + "table": "https://storage6677.table.core.windows.net/", + "file": "https://storage6677.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ecbaf25aff572e94c238b9b195a62bf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:54:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ecbaf25aff572e94c238b9b195a62bf", + "x-ms-correlation-request-id": "afe6acf0-024b-4952-b9e2-ee5c899d29e9", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "744782e2-4829-4461-9280-51183276e0ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015456Z:afe6acf0-024b-4952-b9e2-ee5c899d29e9" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592/providers/Microsoft.Storage/storageAccounts/storage6677", + "name": "storage6677", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:54:38.6200477Z", + "key2": "2021-08-25T01:54:38.6200477Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:54:38.6200477Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:54:38.6200477Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:54:38.5262962Z", + "primaryEndpoints": { + "blob": "https://storage6677.blob.core.windows.net/", + "queue": "https://storage6677.queue.core.windows.net/", + "table": "https://storage6677.table.core.windows.net/", + "file": "https://storage6677.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4592/providers/Microsoft.Storage/storageAccounts/storage6677?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a1f702f06efc01274a7f5f49e96cba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a1f702f06efc01274a7f5f49e96cba5", + "x-ms-correlation-request-id": "7dccc0d0-3889-402d-acd7-c6a88ad8a582", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c522f34d-25de-4763-ad73-bb916aad51ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015503Z:7dccc0d0-3889-402d-acd7-c6a88ad8a582" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1871616058", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytionAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytionAsync.json new file mode 100644 index 0000000000000..83b986d7022ed --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEncrpytionAsync.json @@ -0,0 +1,732 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61a8bb5c690b3fd9486f0056d191d7ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "16443509-e243-4233-870c-8fcbf06c6f69", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "16443509-e243-4233-870c-8fcbf06c6f69", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015507Z:16443509-e243-4233-870c-8fcbf06c6f69" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1961?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-28da78babf18e14cb27fe9c603f14760-704019b87a19024f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8554ac649b1e79689be945f08925ea95", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "6a85f463-d440-49f5-99f6-5d07a07aebb7", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "6a85f463-d440-49f5-99f6-5d07a07aebb7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015507Z:6a85f463-d440-49f5-99f6-5d07a07aebb7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961", + "name": "teststorageRG-1961", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961/providers/Microsoft.Storage/storageAccounts/storage1057?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "233", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e2d084316a8f6db64b4fdc5512a357a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "encryption": { + "services": { + "blob": { + "enabled": true + }, + "file": { + "enabled": true + } + }, + "keySource": "Microsoft.Storage" + } + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e2d084316a8f6db64b4fdc5512a357a", + "x-ms-correlation-request-id": "40775971-5e65-41cf-b5cc-b446b988f4a4", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "74f9ff57-13b8-4175-8330-6c56161d872f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015511Z:40775971-5e65-41cf-b5cc-b446b988f4a4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf4e3b6b37a14ed0d05d21699da22871", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf4e3b6b37a14ed0d05d21699da22871", + "x-ms-correlation-request-id": "98e47083-f806-4ad0-bb48-3aad0dfa8bd4", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "fc2ccf9a-71e1-4c2d-9b9c-b12f5759493a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015511Z:98e47083-f806-4ad0-bb48-3aad0dfa8bd4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1451cbb31abe6c406a20251648ebfd0b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1451cbb31abe6c406a20251648ebfd0b", + "x-ms-correlation-request-id": "3e76f3dc-e4b9-49b2-88ac-ba0e35efb854", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "6931d5d1-318b-461b-a087-be98be0306f7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015513Z:3e76f3dc-e4b9-49b2-88ac-ba0e35efb854" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "155922ce66db67d8a418fff8b5346e56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "155922ce66db67d8a418fff8b5346e56", + "x-ms-correlation-request-id": "168b708b-0b9a-407e-883a-7e8d2823d8f6", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "bca3de8f-c96e-4e9a-a76b-5d2bfb45d535", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015514Z:168b708b-0b9a-407e-883a-7e8d2823d8f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e3c5c69d106511cfbe1648012ba06e5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e3c5c69d106511cfbe1648012ba06e5", + "x-ms-correlation-request-id": "d38a291b-5b66-45d1-8612-0f6d2561d5d5", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "2f4ecf65-0df8-4fea-bf3f-7931accb4332", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015515Z:d38a291b-5b66-45d1-8612-0f6d2561d5d5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7b9a155f12494d95f2ea6fa61a48b636", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7b9a155f12494d95f2ea6fa61a48b636", + "x-ms-correlation-request-id": "3d0c1c09-615d-4e8d-96df-f779ad83c717", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "570a90d9-945b-4bf0-a39e-935acab3fc7c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015517Z:3d0c1c09-615d-4e8d-96df-f779ad83c717" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebacceb2cfaefd05060719fa015754ea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebacceb2cfaefd05060719fa015754ea", + "x-ms-correlation-request-id": "c93fb3fd-cfa5-4300-8faf-b5b2262facce", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "9982b682-664b-483e-8eb3-486f547f83d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015518Z:c93fb3fd-cfa5-4300-8faf-b5b2262facce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f981a11f399570cc7ef3b1c617536b3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f981a11f399570cc7ef3b1c617536b3", + "x-ms-correlation-request-id": "35a9c195-bbf0-4dd8-b810-0d449e594936", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "3664b054-02c7-41ba-8d22-b756c9b29221", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015519Z:35a9c195-bbf0-4dd8-b810-0d449e594936" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "43ce2d2b1b0d9036109d7442f89b4b9b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "43ce2d2b1b0d9036109d7442f89b4b9b", + "x-ms-correlation-request-id": "e828523d-8719-44d3-a5ab-53e1097b376b", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "d5a5d237-53ae-4867-9e81-a92a671067b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015521Z:e828523d-8719-44d3-a5ab-53e1097b376b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0095849517afbf9dc25524bf94e89b90", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0095849517afbf9dc25524bf94e89b90", + "x-ms-correlation-request-id": "24fd9bf5-abfc-4991-a536-c68b4344e5b4", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "8b799357-9dd5-44a7-9beb-68a3edea635f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015522Z:24fd9bf5-abfc-4991-a536-c68b4344e5b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4ce66d11189f6dde3088ffb7eca5e2b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4ce66d11189f6dde3088ffb7eca5e2b", + "x-ms-correlation-request-id": "6e56f8c3-9483-49c7-8bd2-5f560034e60f", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "fc428e57-3de1-4fc0-a4b9-772915716a98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015523Z:6e56f8c3-9483-49c7-8bd2-5f560034e60f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc86a0a335e01403900e81b8f677fb27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc86a0a335e01403900e81b8f677fb27", + "x-ms-correlation-request-id": "a8177f26-2e38-4e83-9c2c-d243fa7ee722", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "ff8413cf-6c90-4a02-b7f7-01498164de32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015525Z:a8177f26-2e38-4e83-9c2c-d243fa7ee722" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9170e40177cc8411a79f1da787a141f7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9170e40177cc8411a79f1da787a141f7", + "x-ms-correlation-request-id": "4a1669e9-364c-43b6-ae6f-825ab23fc374", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "79883aad-d992-4192-94a4-834a5f175123", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015526Z:4a1669e9-364c-43b6-ae6f-825ab23fc374" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/74f9ff57-13b8-4175-8330-6c56161d872f?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f41bf8f6be629bb063ba437a8f24ff6c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:55:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f41bf8f6be629bb063ba437a8f24ff6c", + "x-ms-correlation-request-id": "db93acff-b721-47bf-9a21-ef225a0dc68f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "f3725ce4-fbb9-480a-a2bf-1df590e3bd55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015527Z:db93acff-b721-47bf-9a21-ef225a0dc68f" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961/providers/Microsoft.Storage/storageAccounts/storage1057", + "name": "storage1057", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:55:10.0748920Z", + "key2": "2021-08-25T01:55:10.0748920Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:55:10.0748920Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:55:10.0748920Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:55:09.9811640Z", + "primaryEndpoints": { + "blob": "https://storage1057.blob.core.windows.net/", + "queue": "https://storage1057.queue.core.windows.net/", + "table": "https://storage1057.table.core.windows.net/", + "file": "https://storage1057.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9af9670ccc592b5f8e023541185b8cee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:55:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9af9670ccc592b5f8e023541185b8cee", + "x-ms-correlation-request-id": "931a53d2-5029-49c9-9bb7-94be4088bbc3", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "9bcbf635-5558-4b24-8523-491d7849cc85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015527Z:931a53d2-5029-49c9-9bb7-94be4088bbc3" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961/providers/Microsoft.Storage/storageAccounts/storage1057", + "name": "storage1057", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:55:10.0748920Z", + "key2": "2021-08-25T01:55:10.0748920Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:55:10.0748920Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:55:10.0748920Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:55:09.9811640Z", + "primaryEndpoints": { + "blob": "https://storage1057.blob.core.windows.net/", + "queue": "https://storage1057.queue.core.windows.net/", + "table": "https://storage1057.table.core.windows.net/", + "file": "https://storage1057.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1961/providers/Microsoft.Storage/storageAccounts/storage1057?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fdc18acd075b43c533d52e113396f483", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:55:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fdc18acd075b43c533d52e113396f483", + "x-ms-correlation-request-id": "93549017-513d-4945-b50b-6063254f14ad", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "212c852c-3fd9-48b7-8538-9d2297ac9152", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015533Z:93549017-513d-4945-b50b-6063254f14ad" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1343376031", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTime.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTime.json new file mode 100644 index 0000000000000..ee74bf0fb2bbe --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTime.json @@ -0,0 +1,840 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ce910bc8fcb20193aeda601988ab705f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "d4fa47b2-444c-4401-8fef-12245977756b", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "d4fa47b2-444c-4401-8fef-12245977756b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014958Z:d4fa47b2-444c-4401-8fef-12245977756b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5199?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-a201cf79dfd9d4468f1862d1137928e3-0c259d563d70784e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a308c7932184f64c38bfd5d67b07909a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "979e9828-25dc-4ec3-8d39-56f8e0b91b2e", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "979e9828-25dc-4ec3-8d39-56f8e0b91b2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015001Z:979e9828-25dc-4ec3-8d39-56f8e0b91b2e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199", + "name": "teststorageRG-5199", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "130", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d124704ed367ebca5c69173a9c689350", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d124704ed367ebca5c69173a9c689350", + "x-ms-correlation-request-id": "0d42427d-6df3-4144-8f4d-d090164c71b0", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "d4ed8275-6042-42f8-9f40-b7b2e80cd6d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015010Z:0d42427d-6df3-4144-8f4d-d090164c71b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "005ded89f13bc006fc1d461b0a115acf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "005ded89f13bc006fc1d461b0a115acf", + "x-ms-correlation-request-id": "5079dca5-8e7e-438d-8cf9-ec932a333a64", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "c3874791-b344-4ccd-891b-8e30f12310c9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015011Z:5079dca5-8e7e-438d-8cf9-ec932a333a64" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f23852bbd182929eab44fab0ff5bf85", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f23852bbd182929eab44fab0ff5bf85", + "x-ms-correlation-request-id": "43ec1eb1-94b1-4b96-b106-78ec5e7f74c4", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "dc80ea42-a854-4a13-b91b-23f039526db1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015012Z:43ec1eb1-94b1-4b96-b106-78ec5e7f74c4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aeb1be09920bc114f52ed654de6a6570", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aeb1be09920bc114f52ed654de6a6570", + "x-ms-correlation-request-id": "584aae98-fb92-4c94-bf2f-f52a60516475", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "023c02b2-057e-4c79-a5be-954d01d01ebb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015013Z:584aae98-fb92-4c94-bf2f-f52a60516475" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a7a8f461e0b4cb40c4331686a15ab106", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a7a8f461e0b4cb40c4331686a15ab106", + "x-ms-correlation-request-id": "f574b2d2-fc09-4b5b-8605-d5b14b351da9", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "e03268b2-a439-48c9-b3dd-ff5fdcd634df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015015Z:f574b2d2-fc09-4b5b-8605-d5b14b351da9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b11c15dab6098c370618aeae7d44b7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b11c15dab6098c370618aeae7d44b7f", + "x-ms-correlation-request-id": "f89fbe09-6671-4167-b8e0-27ab18e2faa1", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "bf82e64d-dad4-461e-83e1-a58bfd157399", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015016Z:f89fbe09-6671-4167-b8e0-27ab18e2faa1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a4adf4f174d29d07ee5e9d77c8e209a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a4adf4f174d29d07ee5e9d77c8e209a", + "x-ms-correlation-request-id": "e53b6814-f750-4adf-b537-5a4ed62702db", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "7dfe65d5-623e-492f-87ed-6c59a6f2c67c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015017Z:e53b6814-f750-4adf-b537-5a4ed62702db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cf6cf7d1959b50f300f37525555e4ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cf6cf7d1959b50f300f37525555e4ef", + "x-ms-correlation-request-id": "94e35278-b461-4586-b530-eb7d0eedb879", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "735d9fa5-9c13-4fc9-b0b0-ec86c984c55b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015019Z:94e35278-b461-4586-b530-eb7d0eedb879" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c13697e8960f45b9f0e7cd7ac1ec1ce1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c13697e8960f45b9f0e7cd7ac1ec1ce1", + "x-ms-correlation-request-id": "46f9bb2f-4545-4552-9c5b-6e95073a2f81", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "cc05dd2b-0905-4f91-837b-931c05609dc0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015020Z:46f9bb2f-4545-4552-9c5b-6e95073a2f81" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "176def412ede3525d095ea3de07ed328", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "176def412ede3525d095ea3de07ed328", + "x-ms-correlation-request-id": "b2a3bd5e-92e8-4584-9efa-54dc9fc428a8", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "b5abe4d1-62c4-4bfb-8598-81cc78e00f6b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015021Z:b2a3bd5e-92e8-4584-9efa-54dc9fc428a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5eff9015e57e68b16b02c714c94f444", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5eff9015e57e68b16b02c714c94f444", + "x-ms-correlation-request-id": "9fe740a6-fab2-4dc7-b237-41d307b4276e", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "1404130d-580d-4b0d-a918-6d458541d5aa", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015023Z:9fe740a6-fab2-4dc7-b237-41d307b4276e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "661155f3cce7ba117101f17aab7c6572", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "661155f3cce7ba117101f17aab7c6572", + "x-ms-correlation-request-id": "3a455cd3-5236-4bd3-818c-047311b34598", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "cf3e4ec3-d2c5-40fb-925c-48c1ec9c136d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015025Z:3a455cd3-5236-4bd3-818c-047311b34598" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c779a41436fce2896486012d02b4e93b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c779a41436fce2896486012d02b4e93b", + "x-ms-correlation-request-id": "fd8ad277-018d-4a5a-a097-a2fb83f33a4a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f6e5b554-49fa-42bd-b67e-bb2dbea76bcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015026Z:fd8ad277-018d-4a5a-a097-a2fb83f33a4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d4ed8275-6042-42f8-9f40-b7b2e80cd6d4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b49a5a16d6c3441e83474566d103a99", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1762", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:50:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b49a5a16d6c3441e83474566d103a99", + "x-ms-correlation-request-id": "7a097692-900a-4aa1-894d-7d2fd4455d45", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "46c46ec7-b415-4039-97d7-24bebc3ee01f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015027Z:7a097692-900a-4aa1-894d-7d2fd4455d45" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176", + "name": "storage1176", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:50:06.8751727Z", + "key2": "2021-08-25T01:50:06.8751727Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:50:06.7500612Z", + "primaryEndpoints": { + "dfs": "https://storage1176.dfs.core.windows.net/", + "web": "https://storage1176.z20.web.core.windows.net/", + "blob": "https://storage1176.blob.core.windows.net/", + "queue": "https://storage1176.queue.core.windows.net/", + "table": "https://storage1176.table.core.windows.net/", + "file": "https://storage1176.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage1176-secondary.dfs.core.windows.net/", + "web": "https://storage1176-secondary.z20.web.core.windows.net/", + "blob": "https://storage1176-secondary.blob.core.windows.net/", + "queue": "https://storage1176-secondary.queue.core.windows.net/", + "table": "https://storage1176-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a85dba4b2c1abd47cb2f0260cae3b8bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1867", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:50:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a85dba4b2c1abd47cb2f0260cae3b8bd", + "x-ms-correlation-request-id": "4bf1207e-f56f-4256-b31f-1ab8af8015cf", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "72fee0ab-c0b4-4f25-bb98-4b33e426fcd5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015028Z:4bf1207e-f56f-4256-b31f-1ab8af8015cf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176", + "name": "storage1176", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:50:06.8751727Z", + "key2": "2021-08-25T01:50:06.8751727Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-08-25T01:50:06Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:50:06.7500612Z", + "primaryEndpoints": { + "dfs": "https://storage1176.dfs.core.windows.net/", + "web": "https://storage1176.z20.web.core.windows.net/", + "blob": "https://storage1176.blob.core.windows.net/", + "queue": "https://storage1176.queue.core.windows.net/", + "table": "https://storage1176.table.core.windows.net/", + "file": "https://storage1176.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage1176-secondary.dfs.core.windows.net/", + "web": "https://storage1176-secondary.z20.web.core.windows.net/", + "blob": "https://storage1176-secondary.blob.core.windows.net/", + "queue": "https://storage1176-secondary.queue.core.windows.net/", + "table": "https://storage1176-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06d9b518d932a7056244dfc7c2327453", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1774", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:50:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06d9b518d932a7056244dfc7c2327453", + "x-ms-correlation-request-id": "93c7f035-2b5a-4d12-8002-13ce228d3c76", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "068cd1d0-828c-4c4d-a13a-2d268dc2f98b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015028Z:93c7f035-2b5a-4d12-8002-13ce228d3c76" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176", + "name": "storage1176", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:50:06.8751727Z", + "key2": "2021-08-25T01:50:06.8751727Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:50:06.8751727Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:50:06.7500612Z", + "primaryEndpoints": { + "dfs": "https://storage1176.dfs.core.windows.net/", + "web": "https://storage1176.z20.web.core.windows.net/", + "blob": "https://storage1176.blob.core.windows.net/", + "queue": "https://storage1176.queue.core.windows.net/", + "table": "https://storage1176.table.core.windows.net/", + "file": "https://storage1176.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage1176-secondary.dfs.core.windows.net/", + "web": "https://storage1176-secondary.z20.web.core.windows.net/", + "blob": "https://storage1176-secondary.blob.core.windows.net/", + "queue": "https://storage1176-secondary.queue.core.windows.net/", + "table": "https://storage1176-secondary.table.core.windows.net/" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5199/providers/Microsoft.Storage/storageAccounts/storage1176?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "47e2674c405674205e8cbf3d6ae06a04", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:50:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "47e2674c405674205e8cbf3d6ae06a04", + "x-ms-correlation-request-id": "36fbcb45-f6d7-4e60-8785-fea1d0019a4c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "a764da79-c32d-464e-99ee-b90db053d6ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T015034Z:36fbcb45-f6d7-4e60-8785-fea1d0019a4c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1394756276", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTimeAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTimeAsync.json new file mode 100644 index 0000000000000..726b80b0918d4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/GetStorageAccountLastSyncTimeAsync.json @@ -0,0 +1,840 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16ad58408310e60777be9878d0a29d27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bb2bb21b-40d1-4edd-85fd-132ee052c01c", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "bb2bb21b-40d1-4edd-85fd-132ee052c01c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014919Z:bb2bb21b-40d1-4edd-85fd-132ee052c01c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-795?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-282caad45e43574d93b7154c34615e60-3a70183734af3f4d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "073b90a1b8576d3d56f877a8b380a130", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "20165c33-120f-4060-bd1a-58c831cd84c8", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "20165c33-120f-4060-bd1a-58c831cd84c8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014920Z:20165c33-120f-4060-bd1a-58c831cd84c8" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795", + "name": "teststorageRG-795", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "130", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a604dd2bcd1e5c3722e8dbb6fff07148", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_RAGRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a604dd2bcd1e5c3722e8dbb6fff07148", + "x-ms-correlation-request-id": "99bae22a-e616-4e29-b87d-aa8f0efdcd1d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0abc3217-8695-4009-8d02-e0989d782705", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014923Z:99bae22a-e616-4e29-b87d-aa8f0efdcd1d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c076a0d7e723d46759dee56fdc866e66", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c076a0d7e723d46759dee56fdc866e66", + "x-ms-correlation-request-id": "88a22a94-48ea-4bd2-bf61-eefed1e692ba", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1432367e-7035-458d-9db2-58d5975e5583", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014924Z:88a22a94-48ea-4bd2-bf61-eefed1e692ba" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c8e2f87a04cf1f5db0ecd7aa028ed52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5c8e2f87a04cf1f5db0ecd7aa028ed52", + "x-ms-correlation-request-id": "47e33963-1225-492f-b808-51a043d553da", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "240a97f7-f28e-4032-b696-ad314287e010", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014925Z:47e33963-1225-492f-b808-51a043d553da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5edec3ddb0793225ef5fa65c53911852", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5edec3ddb0793225ef5fa65c53911852", + "x-ms-correlation-request-id": "547f9198-5cfe-4766-b61a-9db98479ff36", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c1b7bf3e-19cf-4107-9eed-51da2ff485b6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014926Z:547f9198-5cfe-4766-b61a-9db98479ff36" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3f87c634ae4036cbab85e4141aec3431", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3f87c634ae4036cbab85e4141aec3431", + "x-ms-correlation-request-id": "476ef9df-6df0-4234-b412-99191860d7d3", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "3b1e5f87-182d-4c5d-abd5-abd2d53919d2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014928Z:476ef9df-6df0-4234-b412-99191860d7d3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "199292f00fa7d6ec095b6cedfa989e4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "199292f00fa7d6ec095b6cedfa989e4a", + "x-ms-correlation-request-id": "a709fedb-3de0-4864-b70b-5911354f7ae0", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "5f81f3ee-06ac-4288-b0a6-2a3bc0c82478", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014929Z:a709fedb-3de0-4864-b70b-5911354f7ae0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9467af6aea02e11f7a8b3f4cb111803", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9467af6aea02e11f7a8b3f4cb111803", + "x-ms-correlation-request-id": "d81b3ebf-52f8-47ee-a5cd-38abd4e33fdb", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "71c8a890-338b-4ef1-a87c-aa9445253a97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014930Z:d81b3ebf-52f8-47ee-a5cd-38abd4e33fdb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c16b752afeff24aad9b135e541dd3c12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c16b752afeff24aad9b135e541dd3c12", + "x-ms-correlation-request-id": "41122af2-839f-4ce7-b396-292efb44709a", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "5ac29e96-a15c-4808-bc10-806ee6527a47", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014932Z:41122af2-839f-4ce7-b396-292efb44709a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f1d9ae65aa54291806322ff5bf80af8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f1d9ae65aa54291806322ff5bf80af8", + "x-ms-correlation-request-id": "90da8ea8-5a8b-4a16-9892-ace4751c6b20", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a037dc21-7156-4705-8769-90a9fcf225ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014933Z:90da8ea8-5a8b-4a16-9892-ace4751c6b20" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "84c26943dd2cf74ad021ffee782ced19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "84c26943dd2cf74ad021ffee782ced19", + "x-ms-correlation-request-id": "bfbde08e-f608-4344-91c3-0b33a2ab59f2", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "706db7c4-7334-4edd-9b26-b3a58b5a2e1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014934Z:bfbde08e-f608-4344-91c3-0b33a2ab59f2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "310da16b78f3cf5ee429409cdcaac8e1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "310da16b78f3cf5ee429409cdcaac8e1", + "x-ms-correlation-request-id": "bb1831cb-4644-4974-b72c-b4501fc1a872", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "8be44aaa-e7aa-480f-8693-d80c9a8540b1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014936Z:bb1831cb-4644-4974-b72c-b4501fc1a872" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d8a13da7b71b09e55025cf835ba2ca54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d8a13da7b71b09e55025cf835ba2ca54", + "x-ms-correlation-request-id": "52ef613b-2710-4254-bcfe-d23723a75f01", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "de34a1e0-becc-4d43-8c60-25ba1486a7e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014937Z:52ef613b-2710-4254-bcfe-d23723a75f01" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba940876d9eaca050af2a0039dad1b25", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba940876d9eaca050af2a0039dad1b25", + "x-ms-correlation-request-id": "43e7056a-d103-4225-8e26-0bd711a323b1", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "55fbf5b8-0de1-4274-862f-07991ae9ccd4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014938Z:43e7056a-d103-4225-8e26-0bd711a323b1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0abc3217-8695-4009-8d02-e0989d782705?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3b471d59148ab3febc03e0cda9da7441", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1761", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:49:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3b471d59148ab3febc03e0cda9da7441", + "x-ms-correlation-request-id": "a14adbcf-fa0d-4f8d-9c93-98b83106da0c", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "daa13af9-095f-4a96-8b75-4c476f31f38d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014940Z:a14adbcf-fa0d-4f8d-9c93-98b83106da0c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648", + "name": "storage8648", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:49:22.3405923Z", + "key2": "2021-08-25T01:49:22.3405923Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:49:22.2624780Z", + "primaryEndpoints": { + "dfs": "https://storage8648.dfs.core.windows.net/", + "web": "https://storage8648.z20.web.core.windows.net/", + "blob": "https://storage8648.blob.core.windows.net/", + "queue": "https://storage8648.queue.core.windows.net/", + "table": "https://storage8648.table.core.windows.net/", + "file": "https://storage8648.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage8648-secondary.dfs.core.windows.net/", + "web": "https://storage8648-secondary.z20.web.core.windows.net/", + "blob": "https://storage8648-secondary.blob.core.windows.net/", + "queue": "https://storage8648-secondary.queue.core.windows.net/", + "table": "https://storage8648-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648?api-version=2021-04-01\u0026$expand=geoReplicationStats", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d326eb5e0e16cef637d7cd2817e16ca3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1866", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:49:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d326eb5e0e16cef637d7cd2817e16ca3", + "x-ms-correlation-request-id": "b558f12e-2f12-4c8a-9052-6e78a954f5e0", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ea3093d0-3315-4155-9b84-2b885ce9419e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014940Z:b558f12e-2f12-4c8a-9052-6e78a954f5e0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648", + "name": "storage8648", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:49:22.3405923Z", + "key2": "2021-08-25T01:49:22.3405923Z" + }, + "privateEndpointConnections": [], + "geoReplicationStats": { + "status": "Unavailable", + "lastSyncTime": "2021-08-25T01:49:22Z", + "canFailover": false + }, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:49:22.2624780Z", + "primaryEndpoints": { + "dfs": "https://storage8648.dfs.core.windows.net/", + "web": "https://storage8648.z20.web.core.windows.net/", + "blob": "https://storage8648.blob.core.windows.net/", + "queue": "https://storage8648.queue.core.windows.net/", + "table": "https://storage8648.table.core.windows.net/", + "file": "https://storage8648.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage8648-secondary.dfs.core.windows.net/", + "web": "https://storage8648-secondary.z20.web.core.windows.net/", + "blob": "https://storage8648-secondary.blob.core.windows.net/", + "queue": "https://storage8648-secondary.queue.core.windows.net/", + "table": "https://storage8648-secondary.table.core.windows.net/" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d2aaa0a8f5b61c909e0fee7f8372130", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1773", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 01:49:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d2aaa0a8f5b61c909e0fee7f8372130", + "x-ms-correlation-request-id": "bdbba2ba-28c2-40bf-af75-0a03604802ac", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "5e2a9b01-ffb9-4883-9a3e-fdc4f04f4f96", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014940Z:bdbba2ba-28c2-40bf-af75-0a03604802ac" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_RAGRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648", + "name": "storage8648", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T01:49:22.3405923Z", + "key2": "2021-08-25T01:49:22.3405923Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T01:49:22.3562201Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T01:49:22.2624780Z", + "primaryEndpoints": { + "dfs": "https://storage8648.dfs.core.windows.net/", + "web": "https://storage8648.z20.web.core.windows.net/", + "blob": "https://storage8648.blob.core.windows.net/", + "queue": "https://storage8648.queue.core.windows.net/", + "table": "https://storage8648.table.core.windows.net/", + "file": "https://storage8648.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available", + "secondaryEndpoints": { + "dfs": "https://storage8648-secondary.dfs.core.windows.net/", + "web": "https://storage8648-secondary.z20.web.core.windows.net/", + "blob": "https://storage8648-secondary.blob.core.windows.net/", + "queue": "https://storage8648-secondary.queue.core.windows.net/", + "table": "https://storage8648-secondary.table.core.windows.net/" + } + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-795/providers/Microsoft.Storage/storageAccounts/storage8648?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1a45e7e47874a0e267903b347d69cda", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 01:49:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1a45e7e47874a0e267903b347d69cda", + "x-ms-correlation-request-id": "5807f855-18f5-44b6-b2dc-9be892d18ce7", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "6b3457b0-d048-469f-bccb-1d3c4e85f9ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T014946Z:5807f855-18f5-44b6-b2dc-9be892d18ce7" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1787091785", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeys.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeys.json new file mode 100644 index 0000000000000..c6560c422e847 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeys.json @@ -0,0 +1,749 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "553a8b2bd40a3629dbaad89e097d29a3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:05:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "da0a5327-f108-4e22-b3a9-1f65b61e4233", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "da0a5327-f108-4e22-b3a9-1f65b61e4233", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020558Z:da0a5327-f108-4e22-b3a9-1f65b61e4233" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5473?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-79352231bb801247a045cc69d0761e64-3dfe050706ddb04a-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c635ac29e6e4ed17bd5bfe3ade49ece", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b2a85391-98a1-464f-b704-dd25c0e9f22f", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "b2a85391-98a1-464f-b704-dd25c0e9f22f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020601Z:b2a85391-98a1-464f-b704-dd25c0e9f22f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473", + "name": "teststorageRG-5473", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts/storage803?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "34351a875deb8249bfb1864b4c27cf80", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "34351a875deb8249bfb1864b4c27cf80", + "x-ms-correlation-request-id": "15bcbbf0-d134-42d0-87fd-b74de1a49bd3", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b232a0ec-e6e8-4789-b9cc-b10486f9a46c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020609Z:15bcbbf0-d134-42d0-87fd-b74de1a49bd3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ff53bff0f6d64ce10e15cbd17860253", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ff53bff0f6d64ce10e15cbd17860253", + "x-ms-correlation-request-id": "bae851c9-0c69-441b-a1ca-4a508f5bca09", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "efd1b598-8af2-44b9-91d6-77f9290eadfe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020609Z:bae851c9-0c69-441b-a1ca-4a508f5bca09" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1583f06767e78eefd99b03004f60bc8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1583f06767e78eefd99b03004f60bc8", + "x-ms-correlation-request-id": "d0183505-9978-4646-b398-3f3228972d6d", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "e4ae343d-f15f-4a91-a78c-4ae5f7e7a3c3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020611Z:d0183505-9978-4646-b398-3f3228972d6d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "114b92b4bf317b122d0117feb25f84fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "114b92b4bf317b122d0117feb25f84fd", + "x-ms-correlation-request-id": "2d0a3ad5-8f37-4d63-bb41-b5829d7ecf7f", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "97769002-5bb4-4de7-98fa-67c6fec92554", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020612Z:2d0a3ad5-8f37-4d63-bb41-b5829d7ecf7f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "374d05b94a9f89744c7c11d45f9e601a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "374d05b94a9f89744c7c11d45f9e601a", + "x-ms-correlation-request-id": "455d39e0-ac14-45a8-8c3c-076124c3cbb8", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2df0a2fe-2851-4ee1-b677-146350aa7d8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020613Z:455d39e0-ac14-45a8-8c3c-076124c3cbb8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "840894d5f03a46212cdd837c5ff0c69e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "840894d5f03a46212cdd837c5ff0c69e", + "x-ms-correlation-request-id": "891510b5-e016-4bf0-91ce-e641b419074d", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "5634f009-301b-4082-9167-e1a31e305729", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020615Z:891510b5-e016-4bf0-91ce-e641b419074d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe77b214d3a869281ec2c5b5ae3d1b8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe77b214d3a869281ec2c5b5ae3d1b8f", + "x-ms-correlation-request-id": "0c6f5807-4d48-4bf4-a1c0-7fcc0f759f61", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5e8630fb-ba7a-4979-bc7b-ab47cc7a7855", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020616Z:0c6f5807-4d48-4bf4-a1c0-7fcc0f759f61" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d28fda1ff56c8c2e4060ac2c7f72a5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1d28fda1ff56c8c2e4060ac2c7f72a5b", + "x-ms-correlation-request-id": "bea078f6-b395-41d5-a7a9-b5c808c2e0c3", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "126de414-7bbf-4145-a3ef-ac2a37fcff33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020617Z:bea078f6-b395-41d5-a7a9-b5c808c2e0c3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "acc072b5612702716b9e66782b6c98ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "acc072b5612702716b9e66782b6c98ef", + "x-ms-correlation-request-id": "808dc41a-c21a-4236-9e87-327319a9a36f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "98f9fe4f-8043-4767-aa12-d739f5aa6cc4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020618Z:808dc41a-c21a-4236-9e87-327319a9a36f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61dbf4c1a9c71448efae1aa1c866a226", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61dbf4c1a9c71448efae1aa1c866a226", + "x-ms-correlation-request-id": "9d25318a-85ae-4218-b51e-51343bf8db03", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "81f6cd19-c33f-45b0-8026-89d88f1d9aca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020620Z:9d25318a-85ae-4218-b51e-51343bf8db03" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3bff69986f7d3f688b26b1b8994a9c77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3bff69986f7d3f688b26b1b8994a9c77", + "x-ms-correlation-request-id": "3e6b01d3-1d75-4009-8b1f-aee23fae6685", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "b6430fd3-776b-447c-afd4-ed3fc89a2657", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020621Z:3e6b01d3-1d75-4009-8b1f-aee23fae6685" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d2011b6ec81c0c932aabbc7847cf3905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d2011b6ec81c0c932aabbc7847cf3905", + "x-ms-correlation-request-id": "54e3a1d9-23b8-4546-8f9d-d5a828555d28", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "aa9a7c89-bd76-48ae-95a5-ccd3593aa0f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020622Z:54e3a1d9-23b8-4546-8f9d-d5a828555d28" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c2e040fb5c6d51718c9bd6a1f88f7ba5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c2e040fb5c6d51718c9bd6a1f88f7ba5", + "x-ms-correlation-request-id": "c99a2384-b934-4a4c-8a29-243a73441bbf", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "a6030948-b90a-43e5-9eb5-300ea3d6b11c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020624Z:c99a2384-b934-4a4c-8a29-243a73441bbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b232a0ec-e6e8-4789-b9cc-b10486f9a46c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac33a212d065cf09d5f211d1b2eff8bb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 02:06:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac33a212d065cf09d5f211d1b2eff8bb", + "x-ms-correlation-request-id": "b10dd636-e409-408d-91b3-b27ad1df17e5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "44cbf3c0-0fb5-4857-bc41-59107121756b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020625Z:b10dd636-e409-408d-91b3-b27ad1df17e5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts/storage803", + "name": "storage803", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T02:06:08.0071125Z", + "key2": "2021-08-25T02:06:08.0071125Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:08.0071125Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:08.0071125Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T02:06:07.8196342Z", + "primaryEndpoints": { + "blob": "https://storage803.blob.core.windows.net/", + "queue": "https://storage803.queue.core.windows.net/", + "table": "https://storage803.table.core.windows.net/", + "file": "https://storage803.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts/storage803/revokeUserDelegationKeys?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "58bcacecda6a120aaaaf4680f1f2149a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "58bcacecda6a120aaaaf4680f1f2149a", + "x-ms-correlation-request-id": "f011e783-1e49-4c66-b59b-7c98efb13eb4", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "268e1ca1-69a5-4efc-a4c5-9598222ce0ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020626Z:f011e783-1e49-4c66-b59b-7c98efb13eb4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a56617308d9c2b9f3610ec7a4b9f9e9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1304", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 02:06:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a56617308d9c2b9f3610ec7a4b9f9e9c", + "x-ms-correlation-request-id": "36468484-cd1b-4c7f-842e-3e046626c880", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "7ff4402e-47e6-40be-b071-b4261ef24713", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020626Z:36468484-cd1b-4c7f-842e-3e046626c880" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts/storage803", + "name": "storage803", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T02:06:08.0071125Z", + "key2": "2021-08-25T02:06:08.0071125Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:08.0071125Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:08.0071125Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T02:06:07.8196342Z", + "primaryEndpoints": { + "blob": "https://storage803.blob.core.windows.net/", + "queue": "https://storage803.queue.core.windows.net/", + "table": "https://storage803.table.core.windows.net/", + "file": "https://storage803.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5473/providers/Microsoft.Storage/storageAccounts/storage803?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bb51aa322d3373a972102b68989dde3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bb51aa322d3373a972102b68989dde3", + "x-ms-correlation-request-id": "3ec63c7a-9f44-484b-a803-c5979d7e5a80", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "5ab3ca96-d60e-427b-97b2-fe26a23e24c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020632Z:3ec63c7a-9f44-484b-a803-c5979d7e5a80" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "927842887", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysAsync.json new file mode 100644 index 0000000000000..39d684755722c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysAsync.json @@ -0,0 +1,749 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a1b2b9338a264a56497bcc984e628892", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "cef9b358-2038-4e93-8712-ce297469b022", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "cef9b358-2038-4e93-8712-ce297469b022", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020636Z:cef9b358-2038-4e93-8712-ce297469b022" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8090?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-db091126f2d4544faaa67a146858382d-c8500e3db09ffd41-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "164140cbb6241f81770b2e6c3744cc68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "73bb774e-3d43-4f29-a961-e4123b218405", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "73bb774e-3d43-4f29-a961-e4123b218405", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020637Z:73bb774e-3d43-4f29-a961-e4123b218405" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090", + "name": "teststorageRG-8090", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts/storage5921?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3a1f13c1656ac48bedb4b1cf972a8a5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3a1f13c1656ac48bedb4b1cf972a8a5e", + "x-ms-correlation-request-id": "4408d969-e3e2-4909-957c-c5ecc6f0138b", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "61360a1b-b79b-46b7-8d65-7dee6480a964", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020641Z:4408d969-e3e2-4909-957c-c5ecc6f0138b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75a0e5cb4672662fb57d287004b1874c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75a0e5cb4672662fb57d287004b1874c", + "x-ms-correlation-request-id": "8735768d-b8ad-49cc-a447-28ec41af3360", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "d40e9c6f-b953-4989-aa74-abb782095cb2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020641Z:8735768d-b8ad-49cc-a447-28ec41af3360" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4721d08191a5a3787e231a635240a710", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4721d08191a5a3787e231a635240a710", + "x-ms-correlation-request-id": "8882d27c-c22e-44c7-bb74-61010cb0a4cb", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "f6ac8c65-63d5-4a39-92ba-6d2b8413f2b8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020642Z:8882d27c-c22e-44c7-bb74-61010cb0a4cb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b1032970158905ebc0388572f424f86e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b1032970158905ebc0388572f424f86e", + "x-ms-correlation-request-id": "c0025827-0684-461e-8b15-454e1150d586", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "c42abcaa-2909-4235-8f39-239ac96da482", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020643Z:c0025827-0684-461e-8b15-454e1150d586" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4bc9c67ffbba3ae26dfdf64f2bcc1474", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4bc9c67ffbba3ae26dfdf64f2bcc1474", + "x-ms-correlation-request-id": "ce8210e0-5bac-47cb-a3c4-db4996dc7d7e", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "bc2e8c01-b4e2-4864-bdb4-6185c6d2af7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020645Z:ce8210e0-5bac-47cb-a3c4-db4996dc7d7e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "daff17d5d5ad6bc2e41c866d0c05af5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "daff17d5d5ad6bc2e41c866d0c05af5a", + "x-ms-correlation-request-id": "93d110fc-25c7-4c9b-af33-1854bb8edbd7", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d333604b-0a0e-47bc-ac0a-5795ca68c8f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020646Z:93d110fc-25c7-4c9b-af33-1854bb8edbd7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8be4ac2a5b77745547c9448c1f9bd9f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8be4ac2a5b77745547c9448c1f9bd9f4", + "x-ms-correlation-request-id": "cf0696e6-9304-4a41-b91c-69b519c18413", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "c48e41a4-8ea0-44d7-acc0-4529a6166668", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020647Z:cf0696e6-9304-4a41-b91c-69b519c18413" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc9d10231d24a9c0045d679e75752d67", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc9d10231d24a9c0045d679e75752d67", + "x-ms-correlation-request-id": "878a1777-17f0-40cf-a4c7-d3b129c669e8", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "6bcc7b71-e792-4961-9f4b-93e7b590a75f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020649Z:878a1777-17f0-40cf-a4c7-d3b129c669e8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f249b4d88e879fcc28a93e391354b48", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f249b4d88e879fcc28a93e391354b48", + "x-ms-correlation-request-id": "18846e90-357d-4203-882f-eea75d0585c1", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "3c8a4c32-33b3-462f-8c80-12c3f69a0f00", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020650Z:18846e90-357d-4203-882f-eea75d0585c1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fb499242d2680d36eb3a8719f4b7ffd2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fb499242d2680d36eb3a8719f4b7ffd2", + "x-ms-correlation-request-id": "070b1da0-29a4-4ea9-a7b8-79f5c9af9e33", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "23c4465f-fa5e-4860-ad36-144043a8854f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020651Z:070b1da0-29a4-4ea9-a7b8-79f5c9af9e33" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "833fdd9c5a769b0c13241a998add18ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "833fdd9c5a769b0c13241a998add18ce", + "x-ms-correlation-request-id": "3428a418-cfb3-4445-ae8c-fb292f48dfc4", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "af402165-7121-479b-a73f-f8878c288a0d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020653Z:3428a418-cfb3-4445-ae8c-fb292f48dfc4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e25c1e11322b7afe651794ad01e3840a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e25c1e11322b7afe651794ad01e3840a", + "x-ms-correlation-request-id": "a0c192eb-b554-4c94-a807-fe1b26f430d8", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "dc79167a-b86c-43c1-8f2c-b914db530081", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020654Z:a0c192eb-b554-4c94-a807-fe1b26f430d8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b347c18bc8f6e8d286ade744b89c830e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b347c18bc8f6e8d286ade744b89c830e", + "x-ms-correlation-request-id": "d490cfec-0704-4860-8140-ccfb0c6afb2a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "4dea2913-f40c-4ae2-b4fb-fa246510bc9b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020655Z:d490cfec-0704-4860-8140-ccfb0c6afb2a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/61360a1b-b79b-46b7-8d65-7dee6480a964?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d607b9221c5a69a6dec41e5fc65e9a30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 02:06:56 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d607b9221c5a69a6dec41e5fc65e9a30", + "x-ms-correlation-request-id": "907ad036-9c17-4611-ac6a-9b0fc7dee9ed", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "7dbe960a-69f3-462c-8f5c-9e03e8aa30d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020657Z:907ad036-9c17-4611-ac6a-9b0fc7dee9ed" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts/storage5921", + "name": "storage5921", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T02:06:39.5088829Z", + "key2": "2021-08-25T02:06:39.5088829Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:39.5088829Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:39.5088829Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T02:06:39.3995405Z", + "primaryEndpoints": { + "blob": "https://storage5921.blob.core.windows.net/", + "queue": "https://storage5921.queue.core.windows.net/", + "table": "https://storage5921.table.core.windows.net/", + "file": "https://storage5921.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts/storage5921/revokeUserDelegationKeys?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c80e0f9f649549d74c745c7d4abac2c9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:06:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c80e0f9f649549d74c745c7d4abac2c9", + "x-ms-correlation-request-id": "e8bc7dec-cc21-46d7-94bb-51de86c4dcb0", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "390ed303-4f79-4310-816c-f23e4b9de1fc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020657Z:e8bc7dec-cc21-46d7-94bb-51de86c4dcb0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "488a8694aedb6eb01bddd432aa732227", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Wed, 25 Aug 2021 02:06:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "488a8694aedb6eb01bddd432aa732227", + "x-ms-correlation-request-id": "ae90d6fc-4e38-4810-ae21-1e7d4c4c6b98", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "70ef8171-4fb4-4ed4-87b0-22c2c641a69d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020657Z:ae90d6fc-4e38-4810-ae21-1e7d4c4c6b98" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts/storage5921", + "name": "storage5921", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-25T02:06:39.5088829Z", + "key2": "2021-08-25T02:06:39.5088829Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:39.5088829Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-25T02:06:39.5088829Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-25T02:06:39.3995405Z", + "primaryEndpoints": { + "blob": "https://storage5921.blob.core.windows.net/", + "queue": "https://storage5921.queue.core.windows.net/", + "table": "https://storage5921.table.core.windows.net/", + "file": "https://storage5921.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8090/providers/Microsoft.Storage/storageAccounts/storage5921?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a8a4b713ba8dbd78e1bd8ae6bf281f23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 25 Aug 2021 02:07:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a8a4b713ba8dbd78e1bd8ae6bf281f23", + "x-ms-correlation-request-id": "542e907f-9216-46b2-9bc6-7dcec9fce54e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "f480ac7c-e381-4082-8287-e2fe65b182c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210825T020703Z:542e907f-9216-46b2-9bc6-7dcec9fce54e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2008610975", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 7fbca743e1be5..16142075196b3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -296,7 +296,7 @@ public async Task CreateStorageAccountWithBlockBlobStorage() VerifyAccountProperties(account1, false); Assert.AreEqual(Kind.BlockBlobStorage, account1.Data.Kind); Assert.AreEqual(SkuName.PremiumLRS, account1.Data.Sku.Name); - //this storage account should onlu have endpoints on blob and dfs + //this storage account should only have endpoints on blob and dfs Assert.NotNull(account1.Data.PrimaryEndpoints.Blob); Assert.NotNull(account1.Data.PrimaryEndpoints.Dfs); Assert.IsNull(account1.Data.PrimaryEndpoints.File); @@ -319,12 +319,115 @@ public async Task CreateStorageAccountWithFileStorage() VerifyAccountProperties(account1, false); Assert.AreEqual(Kind.FileStorage, account1.Data.Kind); Assert.AreEqual(SkuName.PremiumLRS, account1.Data.Sku.Name); - //this storage account should onlu have endpoints on blob and dfs + //this storage account should only have endpoints on file Assert.IsNull(account1.Data.PrimaryEndpoints.Blob); Assert.IsNull(account1.Data.PrimaryEndpoints.Dfs); Assert.NotNull(account1.Data.PrimaryEndpoints.File); Assert.IsNull(account1.Data.PrimaryEndpoints.Table); Assert.IsNull(account1.Data.PrimaryEndpoints.Queue); } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithEncrpytion() + { + //create storage account with encryption settings + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) + { + Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } + }; + StorageAccount account= (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + VerifyAccountProperties(account, true); + + //verify encryption settings + Assert.NotNull(account.Data.Encryption); + Assert.NotNull(account.Data.Encryption.Services.Blob); + Assert.True(account.Data.Encryption.Services.Blob.Enabled); + Assert.NotNull(account.Data.Encryption.Services.Blob.LastEnabledTime); + Assert.NotNull(account.Data.Encryption.Services.File); + Assert.NotNull(account.Data.Encryption.Services.File.Enabled); + Assert.NotNull(account.Data.Encryption.Services.File.LastEnabledTime); + if (null != account.Data.Encryption.Services.Table) + { + if (account.Data.Encryption.Services.Table.Enabled.HasValue) + { + Assert.False(account.Data.Encryption.Services.Table.LastEnabledTime.HasValue); + } + } + + if (null != account.Data.Encryption.Services.Queue) + { + if (account.Data.Encryption.Services.Queue.Enabled.HasValue) + { + Assert.False(account.Data.Encryption.Services.Queue.LastEnabledTime.HasValue); + } + } + } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithAccessTier() + { + //create storage account with accesstier hot + string accountName1 = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind:Kind.BlobStorage); + parameters.AccessTier = AccessTier.Hot; + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; + + //validate + VerifyAccountProperties(account, false); + Assert.AreEqual(AccessTier.Hot, account.Data.AccessTier); + Assert.AreEqual(Kind.BlobStorage, account.Data.Kind); + + //create storage account with accesstier cool + string accountName2 = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + parameters.AccessTier = AccessTier.Cool; + account = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, parameters)).Value; + + //validate + VerifyAccountProperties(account, false); + Assert.AreEqual(AccessTier.Cool, account.Data.AccessTier); + Assert.AreEqual(Kind.BlobStorage, account.Data.Kind); + } + [Test] + [RecordedTest] + public async Task GetStorageAccountLastSyncTime() + { + //create storage account + string accountName1 = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + Sku sku = new Sku(SkuName.StandardRagrs); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku:sku,kind: Kind.StorageV2); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; + Assert.AreEqual(SkuName.StandardRagrs, account.Data.Sku.Name); + Assert.Null(account.Data.GeoReplicationStats); + + //expand + account = await account.GetAsync( StorageAccountExpand.GeoReplicationStats); + Assert.NotNull(account.Data.GeoReplicationStats); + Assert.NotNull(account.Data.GeoReplicationStats.Status); + Assert.NotNull(account.Data.GeoReplicationStats.LastSyncTime); + Assert.NotNull(account.Data.GeoReplicationStats.CanFailover); + } + [Test] + [RecordedTest] + public async Task StorageAccountRevokeUserDelegationKeys() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //revoke user delegation keys + await account.RevokeUserDelegationKeysAsync(); + } } } From 6f67cf48b1f2580ce41d059c9052a9dadce64e89 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 26 Aug 2021 09:47:33 +0800 Subject: [PATCH 04/27] regenerate code using autorest c# v3.0.0 beta.20210825.1 --- .../src/Generated/BlobInventoryPolicyData.cs | 4 +- .../BlobInventoryPolicyData.Serialization.cs | 5 +- .../Models/SystemData.Serialization.cs | 80 ------------------- .../src/Generated/Models/SystemData.cs | 50 ------------ .../tests/Tests/StorageAccountTests.cs | 28 +++---- 5 files changed, 19 insertions(+), 148 deletions(-) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs index 7aec68dff4272..68b03f676be8d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs @@ -27,7 +27,7 @@ public BlobInventoryPolicyData() /// Metadata pertaining to creation and last modification of the resource. /// Returns the last modified date and time of the blob inventory policy. /// The storage account blob inventory policy object. It is composed of policy rules. - internal BlobInventoryPolicyData(ResourceIdentifier id, string name, ResourceType type, Models.SystemData systemData, DateTimeOffset? lastModifiedTime, BlobInventoryPolicySchema policy) : base(id, name, type) + internal BlobInventoryPolicyData(ResourceIdentifier id, string name, ResourceType type, SystemData systemData, DateTimeOffset? lastModifiedTime, BlobInventoryPolicySchema policy) : base(id, name, type) { SystemData = systemData; LastModifiedTime = lastModifiedTime; @@ -35,7 +35,7 @@ internal BlobInventoryPolicyData(ResourceIdentifier id, string name, ResourceTyp } /// Metadata pertaining to creation and last modification of the resource. - public Models.SystemData SystemData { get; } + public SystemData SystemData { get; } /// Returns the last modified date and time of the blob inventory policy. public DateTimeOffset? LastModifiedTime { get; } /// The storage account blob inventory policy object. It is composed of policy rules. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs index a45b756276437..18d648cfa00a6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs @@ -9,6 +9,7 @@ using System.Text.Json; using Azure.Core; using Azure.ResourceManager; +using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -46,7 +47,7 @@ internal static BlobInventoryPolicyData DeserializeBlobInventoryPolicyData(JsonE property.ThrowNonNullablePropertyIsNull(); continue; } - systemData = SystemData.DeserializeSystemData(property.Value); + systemData = JsonSerializer.Deserialize(property.Value.ToString()); continue; } if (property.NameEquals("id")) @@ -97,7 +98,7 @@ internal static BlobInventoryPolicyData DeserializeBlobInventoryPolicyData(JsonE continue; } } - return new BlobInventoryPolicyData(id, name, type, systemData.Value, Optional.ToNullable(lastModifiedTime), policy.Value); + return new BlobInventoryPolicyData(id, name, type, systemData, Optional.ToNullable(lastModifiedTime), policy.Value); } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs deleted file mode 100644 index f701853814cc0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.Serialization.cs +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; -using System.Text.Json; -using Azure.Core; - -namespace Azure.ResourceManager.Storage.Models -{ - public partial class SystemData - { - internal static SystemData DeserializeSystemData(JsonElement element) - { - Optional createdBy = default; - Optional createdByType = default; - Optional createdAt = default; - Optional lastModifiedBy = default; - Optional lastModifiedByType = default; - Optional lastModifiedAt = default; - foreach (var property in element.EnumerateObject()) - { - if (property.NameEquals("createdBy")) - { - createdBy = property.Value.GetString(); - continue; - } - if (property.NameEquals("createdByType")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - createdByType = new CreatedByType(property.Value.GetString()); - continue; - } - if (property.NameEquals("createdAt")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - createdAt = property.Value.GetDateTimeOffset("O"); - continue; - } - if (property.NameEquals("lastModifiedBy")) - { - lastModifiedBy = property.Value.GetString(); - continue; - } - if (property.NameEquals("lastModifiedByType")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - lastModifiedByType = new CreatedByType(property.Value.GetString()); - continue; - } - if (property.NameEquals("lastModifiedAt")) - { - if (property.Value.ValueKind == JsonValueKind.Null) - { - property.ThrowNonNullablePropertyIsNull(); - continue; - } - lastModifiedAt = property.Value.GetDateTimeOffset("O"); - continue; - } - } - return new SystemData(createdBy.Value, Optional.ToNullable(createdByType), Optional.ToNullable(createdAt), lastModifiedBy.Value, Optional.ToNullable(lastModifiedByType), Optional.ToNullable(lastModifiedAt)); - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs deleted file mode 100644 index 3bea37adb80bf..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/SystemData.cs +++ /dev/null @@ -1,50 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -// - -#nullable disable - -using System; - -namespace Azure.ResourceManager.Storage.Models -{ - /// Metadata pertaining to creation and last modification of the resource. - public partial class SystemData - { - /// Initializes a new instance of SystemData. - internal SystemData() - { - } - - /// Initializes a new instance of SystemData. - /// The identity that created the resource. - /// The type of identity that created the resource. - /// The timestamp of resource creation (UTC). - /// The identity that last modified the resource. - /// The type of identity that last modified the resource. - /// The timestamp of resource last modification (UTC). - internal SystemData(string createdBy, CreatedByType? createdByType, DateTimeOffset? createdAt, string lastModifiedBy, CreatedByType? lastModifiedByType, DateTimeOffset? lastModifiedAt) - { - CreatedBy = createdBy; - CreatedByType = createdByType; - CreatedAt = createdAt; - LastModifiedBy = lastModifiedBy; - LastModifiedByType = lastModifiedByType; - LastModifiedAt = lastModifiedAt; - } - - /// The identity that created the resource. - public string CreatedBy { get; } - /// The type of identity that created the resource. - public CreatedByType? CreatedByType { get; } - /// The timestamp of resource creation (UTC). - public DateTimeOffset? CreatedAt { get; } - /// The identity that last modified the resource. - public string LastModifiedBy { get; } - /// The type of identity that last modified the resource. - public CreatedByType? LastModifiedByType { get; } - /// The timestamp of resource last modification (UTC). - public DateTimeOffset? LastModifiedAt { get; } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 16142075196b3..a994ed45875bf 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -11,7 +11,7 @@ using Azure.ResourceManager.Storage.Tests.Helpers; namespace Azure.ResourceManager.Storage.Tests.Tests { - public class StorageAccountTests:StorageTestBase + public class StorageAccountTests : StorageTestBase { private ResourceGroup resourceGroup; public StorageAccountTests(bool isAsync) : base(isAsync) @@ -40,7 +40,7 @@ public async Task CreateDeleteStorageAccount() string accountName = Recording.GenerateAssetName("storage"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccount account1= (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; Assert.AreEqual(accountName, account1.Id.Name); VerifyAccountProperties(account1, true); AssertStorageAccountEqual(account1, await account1.GetAsync()); @@ -87,7 +87,7 @@ public async Task GetAllStorageAccounts() account4 = account; } Assert.AreEqual(count, 2); - VerifyAccountProperties(account3,true); + VerifyAccountProperties(account3, true); VerifyAccountProperties(account4, true); } [Test] @@ -106,11 +106,11 @@ public async Task UpdateStorageAccount() { Sku = new Sku(SkuName.StandardLRS), }; - account1=await account1.UpdateAsync(parameters); + account1 = await account1.UpdateAsync(parameters); Assert.AreEqual(account1.Data.Sku.Name, SkuName.StandardLRS); // validate - StorageAccount account2=await storageAccountContainer.GetAsync(accountName); + StorageAccount account2 = await storageAccountContainer.GetAsync(accountName); Assert.AreEqual(account2.Data.Sku.Name, SkuName.StandardLRS); //update tags @@ -118,7 +118,7 @@ public async Task UpdateStorageAccount() parameters.Tags.Add("key3", "value3"); parameters.Tags.Add("key4", "value4"); parameters.Tags.Add("key5", "value5"); - account1 =await account1.UpdateAsync(parameters); + account1 = await account1.UpdateAsync(parameters); Assert.AreEqual(account1.Data.Tags.Count, parameters.Tags.Count); //validate @@ -126,7 +126,7 @@ public async Task UpdateStorageAccount() Assert.AreEqual(account2.Data.Tags.Count, parameters.Tags.Count); //update encryption - parameters.Encryption= new Encryption(KeySource.MicrosoftStorage) + parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) { Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } }; @@ -171,7 +171,7 @@ public async Task CreateLargeFileShareOnStorageAccount() resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku,kind:Kind.StorageV2); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); parameters.LargeFileSharesState = LargeFileSharesState.Enabled; StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account1, false); @@ -182,7 +182,7 @@ public async Task CreateLargeFileShareOnStorageAccount() FileShareContainer shareContainer = fileService.GetFileShares(); FileShareData shareData = new FileShareData(); shareData.ShareQuota = 5200; - FileShareCreateOperation fileShareCreateOperation= await shareContainer.CreateOrUpdateAsync(fileShareName, shareData); + FileShareCreateOperation fileShareCreateOperation = await shareContainer.CreateOrUpdateAsync(fileShareName, shareData); FileShare share = await fileShareCreateOperation.WaitForCompletionAsync(); Assert.AreEqual(share.Data.ShareQuota, shareData.ShareQuota); } @@ -289,7 +289,7 @@ public async Task CreateStorageAccountWithBlockBlobStorage() resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku:sku,kind: Kind.BlockBlobStorage); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.BlockBlobStorage); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; //validate @@ -339,7 +339,7 @@ public async Task CreateStorageAccountWithEncrpytion() { Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } } }; - StorageAccount account= (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; VerifyAccountProperties(account, true); //verify encryption settings @@ -374,7 +374,7 @@ public async Task CreateStorageAccountWithAccessTier() string accountName1 = Recording.GenerateAssetName("storage"); resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind:Kind.BlobStorage); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage); parameters.AccessTier = AccessTier.Hot; StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; @@ -403,13 +403,13 @@ public async Task GetStorageAccountLastSyncTime() resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardRagrs); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku:sku,kind: Kind.StorageV2); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; Assert.AreEqual(SkuName.StandardRagrs, account.Data.Sku.Name); Assert.Null(account.Data.GeoReplicationStats); //expand - account = await account.GetAsync( StorageAccountExpand.GeoReplicationStats); + account = await account.GetAsync(StorageAccountExpand.GeoReplicationStats); Assert.NotNull(account.Data.GeoReplicationStats); Assert.NotNull(account.Data.GeoReplicationStats.Status); Assert.NotNull(account.Data.GeoReplicationStats.LastSyncTime); From def95d7b3a986434dfb851fa34b7dee5541178f6 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 26 Aug 2021 11:58:04 +0800 Subject: [PATCH 05/27] add some storage account test cases --- .../samples/Sample2_ManagingBlobContainers.md | 2 +- .../tests/Helpers/StorageTestBase.cs | 124 + .../StorageAccountTests/ListServiceSAS.json | 763 ++++++ .../ListServiceSASAsync.json | 763 ++++++ .../ListServiceSASWithDefaultProperties.json | 760 ++++++ ...tServiceSASWithDefaultPropertiesAsync.json | 760 ++++++ .../ListStorageAccountAvailableLocations.json | 2218 +++++++++++++++++ ...StorageAccountAvailableLocationsAsync.json | 2218 +++++++++++++++++ .../ListStorageAccountSAS.json | 763 ++++++ .../ListStorageAccountSASAsync.json | 763 ++++++ ...torageAccountSASWithDefaultProperties.json | 760 ++++++ ...eAccountSASWithDefaultPropertiesAsync.json | 760 ++++++ .../tests/Tests/StorageAccountTests.cs | 119 + 13 files changed, 10772 insertions(+), 1 deletion(-) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSAS.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultProperties.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultPropertiesAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocations.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocationsAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSAS.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASAsync.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultProperties.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultPropertiesAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md index 55c61f65f2623..fa84891baba38 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md @@ -46,7 +46,7 @@ StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAs ``` -Then we need to get the blob service, which is a singletion resource and the name is "default" +Then we need to get the blob service, which is a singleton resource and the name is "default" ```C# Snippet:Managing_BlobContainers_GetBlobService BlobServiceContainer blobServiceContainer = storageAccount.GetBlobServices(); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs index 2ce690032fd2a..f5724404b7db5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs @@ -1,5 +1,6 @@ // Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. +using System; using System.Threading.Tasks; using System.Collections.Generic; using Azure.ResourceManager.Resources; @@ -63,6 +64,7 @@ public async Task CreateResourceGroupAsync() } }); } + public static void VerifyAccountProperties(StorageAccount account,bool useDefaults) { Assert.NotNull(account); @@ -89,7 +91,129 @@ public static void VerifyAccountProperties(StorageAccount account,bool useDefaul Assert.AreEqual("value2", account.Data.Tags["key2"]); } } + public static AccountSasParameters ParseAccountSASToken(string accountSasToken) + { + string[] sasProperties = accountSasToken.Substring(1).Split(new char[] { '&' }); + + string serviceParameters = string.Empty; + string resourceTypesParameters = string.Empty; + string permissionsParameters = string.Empty; + string ipAddressOrRangeParameters = string.Empty; + DateTimeOffset sharedAccessStartTimeParameters = new DateTimeOffset(); + DateTimeOffset sharedAccessExpiryTimeParameters = new DateTimeOffset(); + HttpProtocol? protocolsParameters = null; + + foreach (var property in sasProperties) + { + string[] keyValue = property.Split(new char[] { '=' }); + switch (keyValue[0]) + { + case "ss": + serviceParameters = keyValue[1]; + break; + case "srt": + resourceTypesParameters = keyValue[1]; + break; + case "sp": + permissionsParameters = keyValue[1]; + break; + case "st": + sharedAccessStartTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); + break; + case "se": + sharedAccessExpiryTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); + break; + case "sip": + ipAddressOrRangeParameters = keyValue[1]; + break; + case "spr": + if (keyValue[1] == "https") + protocolsParameters = HttpProtocol.Https; + else if (keyValue[1] == "https,http") + protocolsParameters = HttpProtocol.HttpsHttp; + break; + default: + break; + } + } + AccountSasParameters parameters = new AccountSasParameters(serviceParameters, resourceTypesParameters, permissionsParameters, sharedAccessExpiryTimeParameters) + { + IPAddressOrRange = ipAddressOrRangeParameters, + Protocols = protocolsParameters, + SharedAccessStartTime = sharedAccessStartTimeParameters + }; + return parameters; + } + public static ServiceSasParameters ParseServiceSASToken(string serviceSAS, string canonicalizedResource) + { + string[] sasProperties = serviceSAS.Substring(1).Split(new char[] { '&' }); + + ServiceSasParameters parameters = new ServiceSasParameters(canonicalizedResource); + + foreach (var property in sasProperties) + { + string[] keyValue = property.Split(new char[] { '=' }); + switch (keyValue[0]) + { + case "sr": + parameters.Resource = keyValue[1]; + break; + case "sp": + parameters.Permissions = keyValue[1]; + break; + case "st": + parameters.SharedAccessStartTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); + break; + case "se": + parameters.SharedAccessExpiryTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); + break; + case "sip": + parameters.IPAddressOrRange = keyValue[1]; + break; + case "spr": + if (keyValue[1] == "https") + parameters.Protocols = HttpProtocol.Https; + else if (keyValue[1] == "https,http") + parameters.Protocols = HttpProtocol.HttpsHttp; + break; + case "si": + parameters.Identifier = keyValue[1]; + break; + case "spk": + parameters.PartitionKeyStart = keyValue[1]; + break; + case "epk": + parameters.PartitionKeyEnd = keyValue[1]; + break; + case "srk": + parameters.RowKeyStart = keyValue[1]; + break; + case "erk": + parameters.RowKeyEnd = keyValue[1]; + break; + case "rscc": + parameters.CacheControl = keyValue[1]; + break; + case "rscd": + parameters.ContentDisposition = keyValue[1]; + break; + case "rsce": + parameters.ContentEncoding = keyValue[1]; + break; + case "rscl": + parameters.ContentLanguage = keyValue[1]; + break; + case "rsct": + parameters.ContentType = keyValue[1]; + break; + default: + break; + } + } + + return parameters; + } public static void AssertStorageAccountEqual(StorageAccount account1, StorageAccount account2) { Assert.AreEqual(account1.Id.Name, account2.Id.Name); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSAS.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSAS.json new file mode 100644 index 0000000000000..c8611e88dbd63 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSAS.json @@ -0,0 +1,763 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbceee91fa25b2b5c1f255a4e7f65926", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3fab2704-afce-4490-8b10-d3b4c35daf9d", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "3fab2704-afce-4490-8b10-d3b4c35daf9d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034812Z:3fab2704-afce-4490-8b10-d3b4c35daf9d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-558?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-d4663291ab173d41ac19e0130a7eead6-e73baaa96677b14f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c84098497e75761057605a38e0d86ac", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e07a148b-1537-4636-a719-7299cbc47fca", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "e07a148b-1537-4636-a719-7299cbc47fca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034815Z:e07a148b-1537-4636-a719-7299cbc47fca" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558", + "name": "teststorageRG-558", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts/storage9286?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c9fb2582cfc31905d4c75e0d2d6f5e9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1c9fb2582cfc31905d4c75e0d2d6f5e9", + "x-ms-correlation-request-id": "f74cea8c-7a1e-44d0-b4cc-78f06ea2068c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "78f3e378-42ff-411c-91c2-d86599aa57e4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034823Z:f74cea8c-7a1e-44d0-b4cc-78f06ea2068c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a69d3b1de28757e07853ee9a2181852f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a69d3b1de28757e07853ee9a2181852f", + "x-ms-correlation-request-id": "7c71d13d-9558-43fb-b89f-c6ab19c0866f", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "bab733f6-d7d3-4c55-8bec-b1dc54c4e767", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034823Z:7c71d13d-9558-43fb-b89f-c6ab19c0866f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "88d41b801d4a13ffab67832e38518440", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "88d41b801d4a13ffab67832e38518440", + "x-ms-correlation-request-id": "6aa10a39-4e5f-49a7-be81-85b7b9174e4e", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "17b4c1f5-803f-4d0b-b6fa-a915c59ec589", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034825Z:6aa10a39-4e5f-49a7-be81-85b7b9174e4e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97c22ee94e38ec61256bf059566c1617", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97c22ee94e38ec61256bf059566c1617", + "x-ms-correlation-request-id": "ee2f6a87-1e93-447d-88f9-89a14ec09443", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "97cd44c1-5069-4eb0-b9a8-aa3bec425b02", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034826Z:ee2f6a87-1e93-447d-88f9-89a14ec09443" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "91bec548da4900fd3b89fb1f5fb11f26", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "91bec548da4900fd3b89fb1f5fb11f26", + "x-ms-correlation-request-id": "d4e62475-944d-485a-8fc1-0a11869c0bda", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3a99f749-f894-4771-a765-bdfe7a41817e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034827Z:d4e62475-944d-485a-8fc1-0a11869c0bda" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3b1aecfeebf31f7bae862de2da5bd3e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3b1aecfeebf31f7bae862de2da5bd3e", + "x-ms-correlation-request-id": "4783d632-5979-4b31-9843-23a49aad3399", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "61127a9e-bbb6-4697-aea8-04182454e0ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034829Z:4783d632-5979-4b31-9843-23a49aad3399" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72e56b51f2930ef730c25bae53418c74", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "72e56b51f2930ef730c25bae53418c74", + "x-ms-correlation-request-id": "dc2448e1-2c5a-4cf1-ad33-bfe349788948", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "b44dc3b0-af22-4d37-94ec-ce0a3b0511ec", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034830Z:dc2448e1-2c5a-4cf1-ad33-bfe349788948" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a78ac94c23ba5a58cd8cd760781fd296", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a78ac94c23ba5a58cd8cd760781fd296", + "x-ms-correlation-request-id": "dd54b7d9-16f6-4f11-b0f6-3d564e530707", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "4dab605e-97fa-407a-af44-d2103fc58fc8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034831Z:dd54b7d9-16f6-4f11-b0f6-3d564e530707" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3cebcccaccbdc92b7a3c2fc9249de78", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3cebcccaccbdc92b7a3c2fc9249de78", + "x-ms-correlation-request-id": "dc51992f-ddc6-4788-8286-12521baae908", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "9e3e6645-5312-4785-b633-771fd355016d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034833Z:dc51992f-ddc6-4788-8286-12521baae908" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6491ee5b161a2d83128aa5071b969610", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6491ee5b161a2d83128aa5071b969610", + "x-ms-correlation-request-id": "0a7e9982-37dc-4753-a7aa-fdc87e2f158c", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "7294faf6-32e4-492a-be3a-c8c53b4ab8e2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034834Z:0a7e9982-37dc-4753-a7aa-fdc87e2f158c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96e2c5ef98739fa836aeef17605bc884", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96e2c5ef98739fa836aeef17605bc884", + "x-ms-correlation-request-id": "8ad4d0f7-b1e1-4aeb-800d-a489b7b052a1", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "c897cf5f-431d-4697-bcec-ed0fce76755f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034835Z:8ad4d0f7-b1e1-4aeb-800d-a489b7b052a1" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89055fad6e8db57b38a0e140078bc021", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89055fad6e8db57b38a0e140078bc021", + "x-ms-correlation-request-id": "ee114c96-9aca-4222-8607-c9dd66c1c0b5", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "64da9a5d-eb32-4e85-a899-a6820bbffaba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034837Z:ee114c96-9aca-4222-8607-c9dd66c1c0b5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cd0db10d4766c20445f22e6c266ccdb6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cd0db10d4766c20445f22e6c266ccdb6", + "x-ms-correlation-request-id": "07f9e63a-2a0d-45ba-a4fd-4a80d64be7db", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "cdda0254-43bf-47d4-8b19-a251f9639aa8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034838Z:07f9e63a-2a0d-45ba-a4fd-4a80d64be7db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78f3e378-42ff-411c-91c2-d86599aa57e4?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc5a20c20c918183492c5ed2b76798ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:48:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc5a20c20c918183492c5ed2b76798ab", + "x-ms-correlation-request-id": "2ade95e3-a082-4e4c-8179-0c8b7ec43255", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "3885af3d-8a7a-4384-aa4c-be74bd3a2d1b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034839Z:2ade95e3-a082-4e4c-8179-0c8b7ec43255" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts/storage9286", + "name": "storage9286", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:48:22.0826588Z", + "key2": "2021-08-26T03:48:22.0826588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:22.0826588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:22.0826588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:48:21.9888825Z", + "primaryEndpoints": { + "blob": "https://storage9286.blob.core.windows.net/", + "queue": "https://storage9286.queue.core.windows.net/", + "table": "https://storage9286.table.core.windows.net/", + "file": "https://storage9286.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts/storage9286/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "242", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae09ceedfa4e661e5a42439b3f0f8fcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/storage9286/music", + "signedResource": "c", + "signedPermission": "rdwlacup", + "signedProtocol": "https,http", + "signedStart": "2021-08-26T03:48:40.6549823Z", + "signedExpiry": "2021-08-26T04:48:40.6549823Z", + "keyToSign": "key1" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "192", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:48:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae09ceedfa4e661e5a42439b3f0f8fcc", + "x-ms-correlation-request-id": "0530b6c6-54bc-48ba-9710-6bf580f03f92", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "88b21ec1-a8ee-4a40-869f-59be94ea052c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034840Z:0530b6c6-54bc-48ba-9710-6bf580f03f92" + }, + "ResponseBody": { + "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2021-08-26T03%3A48%3A40.6549823Z\u0026se=2021-08-26T04%3A48%3A40.6549823Z\u0026sp=rdwlacup\u0026sig=RRaWA4WcifMaa6EQ5cEv%2Fv6j6Xfc5RXZJp6WQKAdv7k%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e77e2ad30430018f2e8b843ae9320bde", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:48:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e77e2ad30430018f2e8b843ae9320bde", + "x-ms-correlation-request-id": "65915761-7f8b-445a-b62e-354eaae8f3f5", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "e6f38fbd-f5fe-4fef-b4c9-6e6eedd825ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034840Z:65915761-7f8b-445a-b62e-354eaae8f3f5" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts/storage9286", + "name": "storage9286", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:48:22.0826588Z", + "key2": "2021-08-26T03:48:22.0826588Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:22.0826588Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:22.0826588Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:48:21.9888825Z", + "primaryEndpoints": { + "blob": "https://storage9286.blob.core.windows.net/", + "queue": "https://storage9286.queue.core.windows.net/", + "table": "https://storage9286.table.core.windows.net/", + "file": "https://storage9286.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-558/providers/Microsoft.Storage/storageAccounts/storage9286?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "577e835a1e62c76802f3624fc8e74139", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "577e835a1e62c76802f3624fc8e74139", + "x-ms-correlation-request-id": "d41fb06d-c8d5-4582-a640-6ed9895e9073", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "b8f5722a-a48c-418a-92db-2d3bb2045bdc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034847Z:d41fb06d-c8d5-4582-a640-6ed9895e9073" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:48:40.6549823\u002B08:00", + "RandomSeed": "1972936877", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASAsync.json new file mode 100644 index 0000000000000..0a2f7b1cf8ed1 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASAsync.json @@ -0,0 +1,763 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "567ca28152bfe7edfa59a8d037c53dd9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8c0605ea-6019-44c9-8d6d-2e78bf513bb3", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8c0605ea-6019-44c9-8d6d-2e78bf513bb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034852Z:8c0605ea-6019-44c9-8d6d-2e78bf513bb3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5990?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-ca555fc6ea0025498db5b3b2a65df05a-f13f0f080fcf2144-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "98397c2a610260dd606c2b8fbacec753", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a0ae61c9-4c48-421f-83fe-27005063138a", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "a0ae61c9-4c48-421f-83fe-27005063138a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034853Z:a0ae61c9-4c48-421f-83fe-27005063138a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990", + "name": "teststorageRG-5990", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts/storage5045?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0b75833410b875009ce7944b9ad9cc19", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0b75833410b875009ce7944b9ad9cc19", + "x-ms-correlation-request-id": "53b7203f-9bba-4205-be97-3d161f21168d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "0ef5cd21-def4-4925-a586-65d28bf67368", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034857Z:53b7203f-9bba-4205-be97-3d161f21168d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba91e408e5631a0f7cc4fc1bcd91c687", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ba91e408e5631a0f7cc4fc1bcd91c687", + "x-ms-correlation-request-id": "de9ee218-baa9-458b-b57d-1ea4e47e2d6b", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "b47e7176-d843-473c-95ea-1b5ba52b0d71", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034857Z:de9ee218-baa9-458b-b57d-1ea4e47e2d6b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ec78129fbe6a4bbae35a91591d7fb931", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ec78129fbe6a4bbae35a91591d7fb931", + "x-ms-correlation-request-id": "11582ed7-d3f0-4b2a-b8ea-8ade05a3e5a8", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "e2ee2062-7e8d-45ee-bc9e-33d9d0506517", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034858Z:11582ed7-d3f0-4b2a-b8ea-8ade05a3e5a8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b542b947124831b6bd498cd4ec834de8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:48:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b542b947124831b6bd498cd4ec834de8", + "x-ms-correlation-request-id": "e44203f0-748c-479f-8c25-d08fb69d4682", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "158622f7-8f3f-4497-a5bd-9403095a89c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034900Z:e44203f0-748c-479f-8c25-d08fb69d4682" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a9e16b98b2f24a6f2945d60853b6fcfd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a9e16b98b2f24a6f2945d60853b6fcfd", + "x-ms-correlation-request-id": "13811341-64cf-4fed-96e2-57289f7ea89b", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "ef314fc8-6f50-4f6d-800b-91b655670162", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034901Z:13811341-64cf-4fed-96e2-57289f7ea89b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "13d3ca0a104f8d3e5c472e2131e65f60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "13d3ca0a104f8d3e5c472e2131e65f60", + "x-ms-correlation-request-id": "ac56201c-1f39-4755-84a4-6baa99bc8aa0", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "d77ad9d1-d234-49b1-a35e-450ba91941ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034902Z:ac56201c-1f39-4755-84a4-6baa99bc8aa0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2c1a90d0f9e943f4af88b023caddd07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2c1a90d0f9e943f4af88b023caddd07", + "x-ms-correlation-request-id": "47e54344-4329-4de1-b5ad-ab8e1038d905", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "1a7e1d18-67aa-43d8-85dc-2377f7852047", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034904Z:47e54344-4329-4de1-b5ad-ab8e1038d905" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "21c98f4c39b087982c534daa844d1843", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "21c98f4c39b087982c534daa844d1843", + "x-ms-correlation-request-id": "a7173ee3-bbb3-436d-9bc7-7a3088be3be6", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "a836360f-ceb0-4cd8-a295-57a07a527369", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034905Z:a7173ee3-bbb3-436d-9bc7-7a3088be3be6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aafb76e649f4fb5f8b3ec957843c50ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aafb76e649f4fb5f8b3ec957843c50ae", + "x-ms-correlation-request-id": "849652c9-6055-4f0d-adf8-262390206439", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "b2033f18-f968-489e-9e51-1882feec8b65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034906Z:849652c9-6055-4f0d-adf8-262390206439" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2d426693d1dd4b0103a864ac29410fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2d426693d1dd4b0103a864ac29410fc", + "x-ms-correlation-request-id": "5736cf89-ad6b-45e1-8df4-dcea997987dd", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "985f604f-c73a-4ab0-aa2d-55b226244b59", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034908Z:5736cf89-ad6b-45e1-8df4-dcea997987dd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c61b48df33b1031330ce96716f4102ef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c61b48df33b1031330ce96716f4102ef", + "x-ms-correlation-request-id": "75344299-0a37-4814-9b29-d8a4b0ad403b", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "072a4d5a-67a4-446b-ae00-670d1dc6fa07", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034909Z:75344299-0a37-4814-9b29-d8a4b0ad403b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5d409e027679a926c62799b9c31438f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5d409e027679a926c62799b9c31438f6", + "x-ms-correlation-request-id": "5be3b7ec-8f77-4a15-8dee-c7e8e3512501", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "f9a59e7d-0aab-48ba-bf50-599cb9172ba5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034910Z:5be3b7ec-8f77-4a15-8dee-c7e8e3512501" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3c77cc2e8a2035fd13d1714ea73e64ce", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3c77cc2e8a2035fd13d1714ea73e64ce", + "x-ms-correlation-request-id": "9dda4582-fd81-4465-8249-cd3655b64b82", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "a5c1aca2-cafe-439b-a16c-9ad51a7f3430", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034912Z:9dda4582-fd81-4465-8249-cd3655b64b82" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0ef5cd21-def4-4925-a586-65d28bf67368?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23479638b35368832272008a99593f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:49:12 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23479638b35368832272008a99593f1b", + "x-ms-correlation-request-id": "0962309f-04df-41b5-b6ce-fac7f279127c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "1594ec4c-1477-47fe-80ab-ac1b5c1ff38f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034913Z:0962309f-04df-41b5-b6ce-fac7f279127c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts/storage5045", + "name": "storage5045", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:48:55.8808546Z", + "key2": "2021-08-26T03:48:55.8808546Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:55.8808546Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:55.8808546Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:48:55.7715028Z", + "primaryEndpoints": { + "blob": "https://storage5045.blob.core.windows.net/", + "queue": "https://storage5045.queue.core.windows.net/", + "table": "https://storage5045.table.core.windows.net/", + "file": "https://storage5045.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts/storage5045/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "242", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a2439f95c6c978cfa10b4aa704d70187", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/storage5045/music", + "signedResource": "c", + "signedPermission": "rdwlacup", + "signedProtocol": "https,http", + "signedStart": "2021-08-26T03:49:14.4033274Z", + "signedExpiry": "2021-08-26T04:49:14.4033274Z", + "keyToSign": "key1" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "192", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:49:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a2439f95c6c978cfa10b4aa704d70187", + "x-ms-correlation-request-id": "04ede6ca-7487-4437-a341-5ac3a2080377", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5f5a5d8e-3fcc-4b94-9557-9163d982d615", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034914Z:04ede6ca-7487-4437-a341-5ac3a2080377" + }, + "ResponseBody": { + "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2021-08-26T03%3A49%3A14.4033274Z\u0026se=2021-08-26T04%3A49%3A14.4033274Z\u0026sp=rdwlacup\u0026sig=2odQ48hEcgpWuXUG5n59zNcADRfTRRkw8%2FT9FJaSNGk%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d81cbc315cd7aa3490f19ae8a729cb9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:49:13 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d81cbc315cd7aa3490f19ae8a729cb9", + "x-ms-correlation-request-id": "4447eb89-800b-4803-969b-da01ddf76cac", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "afc3f888-8c09-400f-a4e2-5bd4d0893aee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034914Z:4447eb89-800b-4803-969b-da01ddf76cac" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts/storage5045", + "name": "storage5045", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:48:55.8808546Z", + "key2": "2021-08-26T03:48:55.8808546Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:55.8808546Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:48:55.8808546Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:48:55.7715028Z", + "primaryEndpoints": { + "blob": "https://storage5045.blob.core.windows.net/", + "queue": "https://storage5045.queue.core.windows.net/", + "table": "https://storage5045.table.core.windows.net/", + "file": "https://storage5045.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5990/providers/Microsoft.Storage/storageAccounts/storage5045?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "08b95592c1fb7104c6cf814868db634b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:49:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "08b95592c1fb7104c6cf814868db634b", + "x-ms-correlation-request-id": "e7d88605-751c-4b9f-8388-d4ad625480b1", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "3fc7c9c5-c174-4aa1-80d0-771a904224a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034919Z:e7d88605-751c-4b9f-8388-d4ad625480b1" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:49:14.4033274\u002B08:00", + "RandomSeed": "503482191", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultProperties.json new file mode 100644 index 0000000000000..fa9418ad4627d --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultProperties.json @@ -0,0 +1,760 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1c0f696ecd45f6b6b77e3d4b0b008a4c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3af0de03-0498-4143-9a8c-7472534a20e0", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "3af0de03-0498-4143-9a8c-7472534a20e0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034651Z:3af0de03-0498-4143-9a8c-7472534a20e0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-3950?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-dcdcc069d7f8414abcb00f52481d06c0-84e6422be2f2f243-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c750df0ff4e101c4b82c5a3355da285", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8467cee1-6be5-4ce1-8de1-cfc1568d1e2b", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8467cee1-6be5-4ce1-8de1-cfc1568d1e2b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034654Z:8467cee1-6be5-4ce1-8de1-cfc1568d1e2b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950", + "name": "teststorageRG-3950", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts/storage7422?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "06a15934e3b4e0814efac9a4073a9720", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "06a15934e3b4e0814efac9a4073a9720", + "x-ms-correlation-request-id": "eea0d732-a0d3-4a21-86eb-b91020b1903d", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "c645bd20-c074-4593-b42e-b04b7a64a145", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034701Z:eea0d732-a0d3-4a21-86eb-b91020b1903d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "30cb85a865ab0d998c941e5335770910", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "30cb85a865ab0d998c941e5335770910", + "x-ms-correlation-request-id": "7c15575c-ba61-4c3b-84cc-9bdc82689ddc", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "552b72d5-2d73-440a-beeb-73abdebaa8df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034701Z:7c15575c-ba61-4c3b-84cc-9bdc82689ddc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb5da5ea305333c63e90067e614daf3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb5da5ea305333c63e90067e614daf3a", + "x-ms-correlation-request-id": "b253f2db-5370-46af-9eb7-5ce20930d695", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "80c78fd5-da0b-4e52-83f5-4d96d7f9cf0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034703Z:b253f2db-5370-46af-9eb7-5ce20930d695" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "81fbe8b2676fdf74d0fce52be2c7da88", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "81fbe8b2676fdf74d0fce52be2c7da88", + "x-ms-correlation-request-id": "1a27958a-4337-4135-9d88-62a73ee0183f", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "3e975134-af1b-4ad9-85b5-298d32e6748a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034704Z:1a27958a-4337-4135-9d88-62a73ee0183f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b49712c7cb6788dbf97f11a5f1aab3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b49712c7cb6788dbf97f11a5f1aab3f", + "x-ms-correlation-request-id": "47047d77-a1fc-417a-af54-ddfe8bb62858", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "a4706470-5c8e-4531-90fe-620ed90438ae", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034705Z:47047d77-a1fc-417a-af54-ddfe8bb62858" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ca1e3e4877c82a1307dfa564a9a5077", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4ca1e3e4877c82a1307dfa564a9a5077", + "x-ms-correlation-request-id": "6fc2ae61-d942-475e-9537-ef481de74038", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "48bf432f-503c-40cb-aa84-aa05eda84803", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034707Z:6fc2ae61-d942-475e-9537-ef481de74038" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f0527db6240435845b83c2d8765a80b6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f0527db6240435845b83c2d8765a80b6", + "x-ms-correlation-request-id": "e5d75b4a-8e4a-4774-ad97-b83e2144f593", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "bd2f9980-1acd-47a3-93e2-ed4772250653", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034708Z:e5d75b4a-8e4a-4774-ad97-b83e2144f593" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe46a6508d25a40cd0c65a3881362d24", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe46a6508d25a40cd0c65a3881362d24", + "x-ms-correlation-request-id": "2ddbeed1-511d-4a35-84b4-7e15395eaa37", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "034c3be4-2098-455e-846b-6edc527acc11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034709Z:2ddbeed1-511d-4a35-84b4-7e15395eaa37" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e2647946bbc7c03b5f6bf1f8c4c90cd6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e2647946bbc7c03b5f6bf1f8c4c90cd6", + "x-ms-correlation-request-id": "39b4fdfa-2104-4801-a006-78214600f9bf", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8d66dd79-9246-4296-8481-4ec5945672c4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034711Z:39b4fdfa-2104-4801-a006-78214600f9bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a40544fd5254285270ad1f3dc94bb324", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a40544fd5254285270ad1f3dc94bb324", + "x-ms-correlation-request-id": "42fbd6e2-2155-4caa-8c81-73916af12c97", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "b1f3dafc-5571-4c80-8872-64bb7674348b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034712Z:42fbd6e2-2155-4caa-8c81-73916af12c97" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd919e569df695ef6a859fba9c14e007", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd919e569df695ef6a859fba9c14e007", + "x-ms-correlation-request-id": "80398095-e865-466b-9c8c-a015e008b210", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "76f79f07-b34f-4edc-8693-e03381eb6b53", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034713Z:80398095-e865-466b-9c8c-a015e008b210" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3d3a84b98830f4cf273b72199bfdf713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3d3a84b98830f4cf273b72199bfdf713", + "x-ms-correlation-request-id": "4a0c94ee-4afd-473f-bd01-4d0cc568e931", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "ff43047b-948f-486c-8900-b08b8cd0b847", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034715Z:4a0c94ee-4afd-473f-bd01-4d0cc568e931" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "26a2ccb70f3760df55703acfb2988b5b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "26a2ccb70f3760df55703acfb2988b5b", + "x-ms-correlation-request-id": "864407f1-ce3b-40b7-b845-c692bc226554", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "0a19a12e-f440-4be1-9534-b88aacf00487", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034716Z:864407f1-ce3b-40b7-b845-c692bc226554" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c645bd20-c074-4593-b42e-b04b7a64a145?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "448418cd7611cdf4ce9dd5ba2ad5f96c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "448418cd7611cdf4ce9dd5ba2ad5f96c", + "x-ms-correlation-request-id": "1e2229dc-6220-465e-952d-ab14a2f286b1", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "dc04274e-a174-4351-86f4-501f675f0867", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034717Z:1e2229dc-6220-465e-952d-ab14a2f286b1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts/storage7422", + "name": "storage7422", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:47:00.1887709Z", + "key2": "2021-08-26T03:47:00.1887709Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:00.1887709Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:00.1887709Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:47:00.0637661Z", + "primaryEndpoints": { + "blob": "https://storage7422.blob.core.windows.net/", + "queue": "https://storage7422.queue.core.windows.net/", + "table": "https://storage7422.table.core.windows.net/", + "file": "https://storage7422.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts/storage7422/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "142", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf028c8db971aacfa4d9e8c04e00418f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/storage7422/music", + "signedResource": "c", + "signedPermission": "rl", + "signedExpiry": "2021-08-26T04:47:18.8069809Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "139", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf028c8db971aacfa4d9e8c04e00418f", + "x-ms-correlation-request-id": "38e2e208-e4c7-4999-811a-571d2d1a9141", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "9cd3ba0b-e1b8-4f43-bb6d-9908c3d04bf3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034718Z:38e2e208-e4c7-4999-811a-571d2d1a9141" + }, + "ResponseBody": { + "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2021-08-26T04%3A47%3A18.8069809Z\u0026sp=rl\u0026sig=Fsax%2BySgfi3p2%2F8zns2twLZ%2BZsidB3LakMFKggusCzY%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "834c16b0b2794102d8d5589a3925357f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "834c16b0b2794102d8d5589a3925357f", + "x-ms-correlation-request-id": "ef3d5eb6-3dc3-4603-a244-2ab37135b2d7", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "8c5e3105-3aba-4769-afcb-fa3efb01b26c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034719Z:ef3d5eb6-3dc3-4603-a244-2ab37135b2d7" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts/storage7422", + "name": "storage7422", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:47:00.1887709Z", + "key2": "2021-08-26T03:47:00.1887709Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:00.1887709Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:00.1887709Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:47:00.0637661Z", + "primaryEndpoints": { + "blob": "https://storage7422.blob.core.windows.net/", + "queue": "https://storage7422.queue.core.windows.net/", + "table": "https://storage7422.table.core.windows.net/", + "file": "https://storage7422.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-3950/providers/Microsoft.Storage/storageAccounts/storage7422?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2641cd76bb9513e948d99f378d337ecd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2641cd76bb9513e948d99f378d337ecd", + "x-ms-correlation-request-id": "c818b5ab-ca5d-450c-af45-c10e1ebc462e", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "8812022b-a117-4715-a962-58b15aa09c60", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034725Z:c818b5ab-ca5d-450c-af45-c10e1ebc462e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:47:18.8069809\u002B08:00", + "RandomSeed": "893207654", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultPropertiesAsync.json new file mode 100644 index 0000000000000..ef626ba835ac0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListServiceSASWithDefaultPropertiesAsync.json @@ -0,0 +1,760 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "099ea4fbd441c36097ae25dd91211899", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1463c484-2e9d-47fe-9ff0-a0167e5dde7d", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "1463c484-2e9d-47fe-9ff0-a0167e5dde7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034729Z:1463c484-2e9d-47fe-9ff0-a0167e5dde7d" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2233?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-669f29159606c8458050d8f0ad5ab723-440d3a1bcba9484f-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a94e59abf2b881abf55fe5f7f3b87378", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "223172bd-1ee4-4757-9613-3ca3163b1397", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "223172bd-1ee4-4757-9613-3ca3163b1397", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034730Z:223172bd-1ee4-4757-9613-3ca3163b1397" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233", + "name": "teststorageRG-2233", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts/storage1207?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "99994157a5b8fb5ed34cd98192940051", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "99994157a5b8fb5ed34cd98192940051", + "x-ms-correlation-request-id": "fc1ac57d-c808-4c26-8776-fad46dda3a3d", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "b21aedf1-741f-4a4e-bcb6-5e97cb652333", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034734Z:fc1ac57d-c808-4c26-8776-fad46dda3a3d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d6c9196a03ff0686fa52d56c1929ef61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d6c9196a03ff0686fa52d56c1929ef61", + "x-ms-correlation-request-id": "21d3683b-9070-4263-afa8-6596a561bb02", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "ed626a67-5e2b-4bbb-b48e-0114a7099dee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034734Z:21d3683b-9070-4263-afa8-6596a561bb02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d4d935fa520051b55ed3bf8c65d1d34", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d4d935fa520051b55ed3bf8c65d1d34", + "x-ms-correlation-request-id": "46e0ac64-5ba4-473a-9c46-b90628f5d64d", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "232e15d8-ef12-4194-a476-3567e64e15cc", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034736Z:46e0ac64-5ba4-473a-9c46-b90628f5d64d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78176b9129caa751fe91d30a7d7f9234", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78176b9129caa751fe91d30a7d7f9234", + "x-ms-correlation-request-id": "7ef38294-2901-4875-8264-2d5b5a923b11", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4350a39a-73fc-4954-90d6-d804c5ebcb32", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034737Z:7ef38294-2901-4875-8264-2d5b5a923b11" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4aa27dd14d52c44dfdc48112c78d3f9c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4aa27dd14d52c44dfdc48112c78d3f9c", + "x-ms-correlation-request-id": "c3e2c6fa-9437-4953-8752-3df10bee8b9f", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "4a4a66c0-f96c-4aa6-b65c-711301fe7cbb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034738Z:c3e2c6fa-9437-4953-8752-3df10bee8b9f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aedaa1347612359642a66f8ed21188d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aedaa1347612359642a66f8ed21188d6", + "x-ms-correlation-request-id": "61ceb9e6-211e-43aa-bc1c-0deabefa9542", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "803f9d59-4308-43c4-ac8e-2e96a39693db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034740Z:61ceb9e6-211e-43aa-bc1c-0deabefa9542" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4827075bd3bb44e11e527b06a83fdf70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4827075bd3bb44e11e527b06a83fdf70", + "x-ms-correlation-request-id": "bda157d9-e906-4de0-9815-b7536d7086da", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "a0bd3f31-0814-4eaa-a36f-5fed9cc94f1c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034741Z:bda157d9-e906-4de0-9815-b7536d7086da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbd53652e3a45a21e76c08acdebef2ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:42 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbd53652e3a45a21e76c08acdebef2ec", + "x-ms-correlation-request-id": "558069a0-6d26-4b76-b4a6-452c63c8f422", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "b19ceb4c-b863-43de-b9e0-48c28abf5df4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034742Z:558069a0-6d26-4b76-b4a6-452c63c8f422" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfb6aa3cf76661e0bf968fbffb8f8c02", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfb6aa3cf76661e0bf968fbffb8f8c02", + "x-ms-correlation-request-id": "1766ecb8-9c8f-4f5b-8ba1-ba5ea2651dbd", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "b52c81b1-631e-4069-9bf9-d058e34d86a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034744Z:1766ecb8-9c8f-4f5b-8ba1-ba5ea2651dbd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b3cfec6ac3b7731e5cc614ecb35665f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9b3cfec6ac3b7731e5cc614ecb35665f", + "x-ms-correlation-request-id": "acfd666b-c149-448c-bda2-1514af4daa3c", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "6de2d5f9-2e2c-4af9-8318-191ce764fd85", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034745Z:acfd666b-c149-448c-bda2-1514af4daa3c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "feca8e601f895a0a56741c0e54625f57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "feca8e601f895a0a56741c0e54625f57", + "x-ms-correlation-request-id": "e8d10ca4-4caa-47e2-93e6-8a4147bed50f", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "46fd7421-c54b-4272-9c23-46b82c5e6bfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034746Z:e8d10ca4-4caa-47e2-93e6-8a4147bed50f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e0e505e056828fb0793eda9a9591958a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e0e505e056828fb0793eda9a9591958a", + "x-ms-correlation-request-id": "b5dceaea-a8a7-4929-a7f2-bf0f9626d4b0", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "8cb0ff24-e210-49ce-89d0-e2046afc6406", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034748Z:b5dceaea-a8a7-4929-a7f2-bf0f9626d4b0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6c5e2f308ec5a679f3e145c790222382", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6c5e2f308ec5a679f3e145c790222382", + "x-ms-correlation-request-id": "f61ecb44-b680-466b-8f83-b5219a10fdbf", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "9b19222b-6797-4310-b161-eaf6f9072393", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034749Z:f61ecb44-b680-466b-8f83-b5219a10fdbf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b21aedf1-741f-4a4e-bcb6-5e97cb652333?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c66e096d854f0adddd3a844a4570c5c4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c66e096d854f0adddd3a844a4570c5c4", + "x-ms-correlation-request-id": "1bcec903-e50a-4cbe-96c0-b5773bbec0bf", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "998a7e51-723d-4c0a-b510-97313a27adfb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034750Z:1bcec903-e50a-4cbe-96c0-b5773bbec0bf" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts/storage1207", + "name": "storage1207", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:47:33.0651214Z", + "key2": "2021-08-26T03:47:33.0651214Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:33.0807096Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:33.0807096Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:47:32.9713297Z", + "primaryEndpoints": { + "blob": "https://storage1207.blob.core.windows.net/", + "queue": "https://storage1207.queue.core.windows.net/", + "table": "https://storage1207.table.core.windows.net/", + "file": "https://storage1207.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts/storage1207/ListServiceSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "142", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "24de91def20352918b3eeca111e8ff56", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "canonicalizedResource": "/blob/storage1207/music", + "signedResource": "c", + "signedPermission": "rl", + "signedExpiry": "2021-08-26T04:47:51.6168495Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "137", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "24de91def20352918b3eeca111e8ff56", + "x-ms-correlation-request-id": "f353a062-aca8-45d5-a8d8-e8df55dc5fa4", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "3be4444b-d0ab-4fc9-9f72-319b12695da0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034751Z:f353a062-aca8-45d5-a8d8-e8df55dc5fa4" + }, + "ResponseBody": { + "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2021-08-26T04%3A47%3A51.6168495Z\u0026sp=rl\u0026sig=QGR5mVmIdpeO6%2FTEMyvYyeybL9UADvwnO4LlJ%2BSBsT8%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b2d571bcf23aa3b52548e8b092e6183", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:47:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b2d571bcf23aa3b52548e8b092e6183", + "x-ms-correlation-request-id": "3c6815ef-a887-4e4f-8d87-1b6cca2703cb", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "007a6c28-293d-4a4d-8639-2db3bcf2ed03", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034751Z:3c6815ef-a887-4e4f-8d87-1b6cca2703cb" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts/storage1207", + "name": "storage1207", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:47:33.0651214Z", + "key2": "2021-08-26T03:47:33.0651214Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:33.0807096Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:47:33.0807096Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:47:32.9713297Z", + "primaryEndpoints": { + "blob": "https://storage1207.blob.core.windows.net/", + "queue": "https://storage1207.queue.core.windows.net/", + "table": "https://storage1207.table.core.windows.net/", + "file": "https://storage1207.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2233/providers/Microsoft.Storage/storageAccounts/storage1207?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fee9801cff447a7f781b3a10993bf8f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:47:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fee9801cff447a7f781b3a10993bf8f5", + "x-ms-correlation-request-id": "6ff6d249-0483-4aba-81f6-edeac83e4f24", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "25faafac-5da2-4dbf-9c2d-3926de0113b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034757Z:6ff6d249-0483-4aba-81f6-edeac83e4f24" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:47:51.6168495\u002B08:00", + "RandomSeed": "1390887681", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocations.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocations.json new file mode 100644 index 0000000000000..f3de9bad375ea --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocations.json @@ -0,0 +1,2218 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ff37c678baf9a125dbdf0e957e59f0e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "ce0f49a8-8351-4e92-a643-78ca95b2c758", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "ce0f49a8-8351-4e92-a643-78ca95b2c758", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031025Z:ce0f49a8-8351-4e92-a643-78ca95b2c758" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1469?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-95babead69edba428766c5b1cf11ec1e-c48e6c2d34f27c44-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41b0e05e941f2a16c458ad8d0c975b0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a1c96b64-02fb-4be1-b974-a0585ecb928c", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "a1c96b64-02fb-4be1-b974-a0585ecb928c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031027Z:a1c96b64-02fb-4be1-b974-a0585ecb928c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469", + "name": "teststorageRG-1469", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469/providers/Microsoft.Storage/storageAccounts/storage5376?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c656d6a080b4f5f7737f2e2a9a2c8160", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c656d6a080b4f5f7737f2e2a9a2c8160", + "x-ms-correlation-request-id": "911950cd-9751-4efc-be20-75fca761947c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "b1efcb66-0058-40cd-99cf-11f2c38c033d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031036Z:911950cd-9751-4efc-be20-75fca761947c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c944488df3b7dec3e8bbce9f65eb9097", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c944488df3b7dec3e8bbce9f65eb9097", + "x-ms-correlation-request-id": "b61d8ce1-2065-4275-93ec-f5428ec678b7", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "6035df34-da47-4be6-909a-aec0d6bb6f98", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031036Z:b61d8ce1-2065-4275-93ec-f5428ec678b7" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5aaf4dd7a1037b6d79f73d30b93e09a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5aaf4dd7a1037b6d79f73d30b93e09a4", + "x-ms-correlation-request-id": "f7288d2f-27af-4539-a54a-e37e68f978b3", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d5afa0e4-018f-47d4-a631-2b806d36a3f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031037Z:f7288d2f-27af-4539-a54a-e37e68f978b3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "519cd5cfb8e8eaa8eeb5d0e557befa9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "519cd5cfb8e8eaa8eeb5d0e557befa9d", + "x-ms-correlation-request-id": "6f27f692-1941-47ea-805e-dc54e4d89666", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "ba6682b0-c199-4391-82d0-2ad1a35f1a3d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031039Z:6f27f692-1941-47ea-805e-dc54e4d89666" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ee22ff3551feb56dac950c0b69324aa", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ee22ff3551feb56dac950c0b69324aa", + "x-ms-correlation-request-id": "36e90b75-05df-4959-b75a-9864894d7b4a", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2eb3c1e0-4dad-4007-8052-2f90874b6608", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031040Z:36e90b75-05df-4959-b75a-9864894d7b4a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90cf29b23e4e1fafa5c56c4dd08723ba", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90cf29b23e4e1fafa5c56c4dd08723ba", + "x-ms-correlation-request-id": "41b7fc77-6ab9-4ba2-a8ce-c6ef010d5781", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "15970ca5-e604-46f5-8b83-75226f84072f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031041Z:41b7fc77-6ab9-4ba2-a8ce-c6ef010d5781" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "893ca0fc6a5b79847fb1761e68e7335a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "893ca0fc6a5b79847fb1761e68e7335a", + "x-ms-correlation-request-id": "0a4c3b13-e18b-4e8a-a12d-9d5006616d25", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "5a666377-e7a6-4347-b824-1168e26c46e5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031043Z:0a4c3b13-e18b-4e8a-a12d-9d5006616d25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2d3325906aeeb54e80c2f959e9081a52", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2d3325906aeeb54e80c2f959e9081a52", + "x-ms-correlation-request-id": "daeb07c1-7634-4b70-b7bb-6aac18578a1e", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "7e1955d1-f182-46f4-bcae-89781d164b14", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031044Z:daeb07c1-7634-4b70-b7bb-6aac18578a1e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "15c395a59b57484fa556109dc890b7bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "15c395a59b57484fa556109dc890b7bd", + "x-ms-correlation-request-id": "5e04a294-7ab3-4fed-b7c3-509551aadb9d", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "3ff2c3da-7507-4dcc-8db3-09ed121d396a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031045Z:5e04a294-7ab3-4fed-b7c3-509551aadb9d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aabc1191f65492cc51870998702a8f77", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aabc1191f65492cc51870998702a8f77", + "x-ms-correlation-request-id": "573cd1a3-9ea1-4131-89fe-d17646950325", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "07ea0784-3678-4fee-8052-8782d637cf01", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031047Z:573cd1a3-9ea1-4131-89fe-d17646950325" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d27924961d23f503d6eb889759b0edef", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d27924961d23f503d6eb889759b0edef", + "x-ms-correlation-request-id": "b830181b-d659-486a-8960-b1d5da92f8c9", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "d4b6c540-aad7-4a22-af15-186a1dd7f489", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031048Z:b830181b-d659-486a-8960-b1d5da92f8c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d7c83b0b704baffec831c4d091b6d77a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d7c83b0b704baffec831c4d091b6d77a", + "x-ms-correlation-request-id": "89f26c7e-c92f-4331-a720-b734ca4acf57", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "55181ef7-f702-4f58-b5eb-9b4bdc73d2d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031049Z:89f26c7e-c92f-4331-a720-b734ca4acf57" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a30799c6e417739a0ec7d4686d3438a0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a30799c6e417739a0ec7d4686d3438a0", + "x-ms-correlation-request-id": "cd1c8bc5-ea17-440f-881b-270c3777433e", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "9bbca7dd-f1cf-4ae4-920e-6c4e30539bbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031050Z:cd1c8bc5-ea17-440f-881b-270c3777433e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b1efcb66-0058-40cd-99cf-11f2c38c033d?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "358d1a9ab762262b25ca0af259326420", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:10:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "358d1a9ab762262b25ca0af259326420", + "x-ms-correlation-request-id": "5f648cf3-f235-4396-bfdb-6c108c7c6ce5", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "71c8e954-0e9e-4214-8cb0-91fed7e997f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031052Z:5f648cf3-f235-4396-bfdb-6c108c7c6ce5" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469/providers/Microsoft.Storage/storageAccounts/storage5376", + "name": "storage5376", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:10:34.6793327Z", + "key2": "2021-08-26T03:10:34.6793327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:10:34.6949219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:10:34.6949219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:10:34.5543191Z", + "primaryEndpoints": { + "blob": "https://storage5376.blob.core.windows.net/", + "queue": "https://storage5376.queue.core.windows.net/", + "table": "https://storage5376.table.core.windows.net/", + "file": "https://storage5376.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Storage?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfd00d1449a927d8a154c9849b954193", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22513", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "eb81b831-c848-423b-ad12-20c33fdff8f1", + "x-ms-ratelimit-remaining-tenant-reads": "11999", + "x-ms-request-id": "eb81b831-c848-423b-ad12-20c33fdff8f1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031052Z:eb81b831-c848-423b-ad12-20c33fdff8f1" + }, + "ResponseBody": { + "namespace": "Microsoft.Storage", + "resourceTypes": [ + { + "resourceType": "deletedAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/deletedAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "storageAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "operations", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/asyncoperations", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/listAccountSas", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/listServiceSas", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/blobServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/tableServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/queueServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/fileServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01", + "2016-01-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/usages", + "locations": [ + "East US 2 (Stage)", + "East US 2 EUAP", + "Central US EUAP", + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "usages", + "locations": [], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "checkNameAvailability", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkNameAvailability", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/services", + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/services/metricDefinitions", + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "773623f8a1280e186de17e4dd9a81adb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:10:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "773623f8a1280e186de17e4dd9a81adb", + "x-ms-correlation-request-id": "e9b2ce9f-28f7-4bd4-830d-b345e00592d3", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "0a7f8daf-f24f-4169-8cb4-2943c2bff3d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031052Z:e9b2ce9f-28f7-4bd4-830d-b345e00592d3" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469/providers/Microsoft.Storage/storageAccounts/storage5376", + "name": "storage5376", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:10:34.6793327Z", + "key2": "2021-08-26T03:10:34.6793327Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:10:34.6949219Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:10:34.6949219Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:10:34.5543191Z", + "primaryEndpoints": { + "blob": "https://storage5376.blob.core.windows.net/", + "queue": "https://storage5376.queue.core.windows.net/", + "table": "https://storage5376.table.core.windows.net/", + "file": "https://storage5376.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1469/providers/Microsoft.Storage/storageAccounts/storage5376?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6054b362786450f74266940deea78a8f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:10:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6054b362786450f74266940deea78a8f", + "x-ms-correlation-request-id": "31d0eb70-92d8-43b4-9a27-76a8325be455", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "b7fad7a0-339c-4970-9b58-bed9fc0c185f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031058Z:31d0eb70-92d8-43b4-9a27-76a8325be455" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1765147250", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocationsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocationsAsync.json new file mode 100644 index 0000000000000..8051ee1c0a311 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountAvailableLocationsAsync.json @@ -0,0 +1,2218 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b606a79828d51cbffad0e8b0ea0a4489", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "55c5e30a-788b-4761-913e-d71eb0518868", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "55c5e30a-788b-4761-913e-d71eb0518868", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031102Z:55c5e30a-788b-4761-913e-d71eb0518868" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5531?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-46e7394a65111540a49f29dc94ceeb20-3f48b49a4382e54d-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "25e5712d6d9970d047018d7b854dfed4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "685956da-13fb-4b85-8557-0b746513c56b", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "685956da-13fb-4b85-8557-0b746513c56b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031110Z:685956da-13fb-4b85-8557-0b746513c56b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531", + "name": "teststorageRG-5531", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531/providers/Microsoft.Storage/storageAccounts/storage4272?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3ee2be14805ef3884b063906b50adcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3ee2be14805ef3884b063906b50adcd", + "x-ms-correlation-request-id": "9d9709d0-3f7e-4aaa-9a19-9db8ba9af788", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "92a64340-9aa3-4858-a533-d302470c88f2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031119Z:9d9709d0-3f7e-4aaa-9a19-9db8ba9af788" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "192915b2c89ae5a038f6a1e8093f04f6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "192915b2c89ae5a038f6a1e8093f04f6", + "x-ms-correlation-request-id": "0d82ec39-8cae-4e69-aab8-acdadd8a4f19", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "ad1c378e-74ac-45f2-8b80-e112b21fe20f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031120Z:0d82ec39-8cae-4e69-aab8-acdadd8a4f19" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97d4bf5415f36e551d540ea0677a5f05", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97d4bf5415f36e551d540ea0677a5f05", + "x-ms-correlation-request-id": "100ff592-6dc7-4b0f-bde4-d102879982ff", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "659487c2-d333-4f99-b945-8b3a58ff23cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031121Z:100ff592-6dc7-4b0f-bde4-d102879982ff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "56dec8669426df334d75b089d12590a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "56dec8669426df334d75b089d12590a5", + "x-ms-correlation-request-id": "42d09206-5a47-4926-9b63-4a6c179b03de", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "80cab507-2f1d-4682-8191-ee785b52c982", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031122Z:42d09206-5a47-4926-9b63-4a6c179b03de" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cf69ea60b3aa9ca8c0bafb45baff7ebd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cf69ea60b3aa9ca8c0bafb45baff7ebd", + "x-ms-correlation-request-id": "e6daffdf-6297-4934-ad29-a11bbf442668", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "75b7958d-74bf-4462-ba80-c8e9ee778e24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031123Z:e6daffdf-6297-4934-ad29-a11bbf442668" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "41819b96ad61bfcf8cf5497d65cb9cf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "41819b96ad61bfcf8cf5497d65cb9cf7", + "x-ms-correlation-request-id": "78de7add-7924-4ced-bfa2-c140c475c147", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "531d6b51-f394-4151-ad97-18e47c1bfcb9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031125Z:78de7add-7924-4ced-bfa2-c140c475c147" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c3f68c49011b25a1f42966c98ed244d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c3f68c49011b25a1f42966c98ed244d", + "x-ms-correlation-request-id": "ddcaa69c-80ae-4c6d-ac5f-91e9e3ac9b79", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "e06c345e-0341-4b1e-96af-e9bfbc0d47ba", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031126Z:ddcaa69c-80ae-4c6d-ac5f-91e9e3ac9b79" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36f2f2f74fa3b3441aa942b56a2a37f4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36f2f2f74fa3b3441aa942b56a2a37f4", + "x-ms-correlation-request-id": "cf237438-e024-4ace-80b5-8a59766566e0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "4f73adb3-8a8f-4063-a8df-58823c56f496", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031128Z:cf237438-e024-4ace-80b5-8a59766566e0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5181031d01bf06ac40cf211e1763269f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5181031d01bf06ac40cf211e1763269f", + "x-ms-correlation-request-id": "ad27704b-e762-4015-b011-2bcc5b483f53", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "ec33c9a4-b667-44a3-b400-86cc9ec09304", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031129Z:ad27704b-e762-4015-b011-2bcc5b483f53" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7286fbd066d97553248c61674da548f5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7286fbd066d97553248c61674da548f5", + "x-ms-correlation-request-id": "d02f503c-838b-47e6-9dd3-e08c06291baa", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "75044996-2b7f-40c0-a61c-c49c412b3986", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031130Z:d02f503c-838b-47e6-9dd3-e08c06291baa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "944ea10ad36bf58d45ecf5d42d259bb7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "944ea10ad36bf58d45ecf5d42d259bb7", + "x-ms-correlation-request-id": "fdb9a1de-8ce0-4f06-a520-4fc37606f83e", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "cdef33be-9dc7-417f-85d5-4555363e8e88", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031131Z:fdb9a1de-8ce0-4f06-a520-4fc37606f83e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ee4a383c4a3b71baf0c2d33a045b89b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:32 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ee4a383c4a3b71baf0c2d33a045b89b", + "x-ms-correlation-request-id": "18858b4d-f65e-415c-b9e4-538dae4e622a", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "09228aad-62a9-41df-bcad-dfdc52294774", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031133Z:18858b4d-f65e-415c-b9e4-538dae4e622a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "76132c879214fd336d912cec707f47fe", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "76132c879214fd336d912cec707f47fe", + "x-ms-correlation-request-id": "975e5c38-dce9-40f1-98a0-de1c92b00e1a", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "0b2b9f47-efeb-40a6-a93a-e524b1cb3041", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031134Z:975e5c38-dce9-40f1-98a0-de1c92b00e1a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92a64340-9aa3-4858-a533-d302470c88f2?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aae4a9f1d9c046518597e45fa55a5500", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:11:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aae4a9f1d9c046518597e45fa55a5500", + "x-ms-correlation-request-id": "77ad6bdb-1b52-4e73-85b9-a13c77b5ebe0", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "2df2f906-c856-4ab8-81e2-559441b8dbf0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031135Z:77ad6bdb-1b52-4e73-85b9-a13c77b5ebe0" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531/providers/Microsoft.Storage/storageAccounts/storage4272", + "name": "storage4272", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:11:16.4309928Z", + "key2": "2021-08-26T03:11:16.4309928Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:11:16.4466454Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:11:16.4466454Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:11:16.3216419Z", + "primaryEndpoints": { + "blob": "https://storage4272.blob.core.windows.net/", + "queue": "https://storage4272.queue.core.windows.net/", + "table": "https://storage4272.table.core.windows.net/", + "file": "https://storage4272.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/providers/Microsoft.Storage?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "014d5a332511f0a26fe70012982e4630", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "22513", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:11:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8dab0e0f-4005-4a66-9382-3c864ec5838c", + "x-ms-ratelimit-remaining-tenant-reads": "11998", + "x-ms-request-id": "8dab0e0f-4005-4a66-9382-3c864ec5838c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031141Z:8dab0e0f-4005-4a66-9382-3c864ec5838c" + }, + "ResponseBody": { + "namespace": "Microsoft.Storage", + "resourceTypes": [ + { + "resourceType": "deletedAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations/deletedAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "storageAccounts", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "zoneMappings": [], + "capabilities": "SupportsTags, SupportsLocation" + }, + { + "resourceType": "operations", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/asyncoperations", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/listAccountSas", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/listServiceSas", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/blobServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/tableServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/queueServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/fileServices", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "locations", + "locations": [], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01", + "2016-01-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/usages", + "locations": [ + "East US 2 (Stage)", + "East US 2 EUAP", + "Central US EUAP", + "East US", + "East US 2", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/deleteVirtualNetworkOrSubnets", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-07-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "usages", + "locations": [], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "checkNameAvailability", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-03-01-preview", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01", + "2016-05-01", + "2016-01-01", + "2015-06-15", + "2015-05-01-preview" + ], + "defaultApiVersion": "2019-06-01", + "apiProfiles": [ + { + "profileVersion": "2019-03-01-hybrid", + "apiVersion": "2017-10-01" + }, + { + "profileVersion": "2017-03-09-profile", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-03-01-hybrid", + "apiVersion": "2016-01-01" + }, + { + "profileVersion": "2018-06-01-profile", + "apiVersion": "2017-10-01" + } + ], + "capabilities": "None" + }, + { + "resourceType": "locations/checkNameAvailability", + "locations": [ + "East US", + "East US 2", + "East US 2 (Stage)", + "West US", + "West Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "Central US", + "North Europe", + "Brazil South", + "Australia East", + "Australia Southeast", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2021-06-01", + "2021-05-01", + "2021-04-01", + "2021-02-01", + "2021-01-01", + "2020-08-01-preview", + "2019-06-01", + "2019-04-01", + "2018-11-01", + "2018-07-01", + "2018-02-01", + "2017-10-01", + "2017-06-01", + "2016-12-01" + ], + "defaultApiVersion": "2019-06-01", + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/services", + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + }, + { + "resourceType": "storageAccounts/services/metricDefinitions", + "locations": [ + "East US", + "West US", + "East US 2 (Stage)", + "West Europe", + "North Europe", + "East Asia", + "Southeast Asia", + "Japan East", + "Japan West", + "North Central US", + "South Central US", + "East US 2", + "Central US", + "Australia East", + "Australia Southeast", + "Brazil South", + "South India", + "Central India", + "West India", + "Canada East", + "Canada Central", + "West US 2", + "West Central US", + "UK South", + "UK West", + "Korea Central", + "Korea South", + "East US 2 EUAP", + "Central US EUAP", + "France Central", + "France South", + "Australia Central", + "Australia Central 2", + "South Africa West", + "South Africa North", + "UAE Central", + "UAE North", + "Switzerland North", + "Switzerland West", + "Germany West Central", + "Germany North", + "Norway East", + "Norway West", + "South Central US STG", + "Brazil Southeast", + "West US 3", + "East US SLV", + "East US STG", + "Jio India Central", + "Jio India West", + "Sweden South", + "Sweden Central", + "Qatar Central" + ], + "apiVersions": [ + "2014-04-01" + ], + "capabilities": "None" + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6412ec40e61addadacdf07dadd45713", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:12:00 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f6412ec40e61addadacdf07dadd45713", + "x-ms-correlation-request-id": "c1136541-1961-4200-8037-6f54b5770d2a", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "caa7f13c-247e-43fb-b8a1-7b12eb2c9fad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031201Z:c1136541-1961-4200-8037-6f54b5770d2a" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531/providers/Microsoft.Storage/storageAccounts/storage4272", + "name": "storage4272", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:11:16.4309928Z", + "key2": "2021-08-26T03:11:16.4309928Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:11:16.4466454Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:11:16.4466454Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:11:16.3216419Z", + "primaryEndpoints": { + "blob": "https://storage4272.blob.core.windows.net/", + "queue": "https://storage4272.queue.core.windows.net/", + "table": "https://storage4272.table.core.windows.net/", + "file": "https://storage4272.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5531/providers/Microsoft.Storage/storageAccounts/storage4272?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16b92c3b4532ccec07f33bd9d83ead57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:12:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16b92c3b4532ccec07f33bd9d83ead57", + "x-ms-correlation-request-id": "3323d491-78e2-447d-9810-ca85c678ec1f", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "2032bbf4-9a37-45c4-b4db-f304fdece041", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T031207Z:3323d491-78e2-447d-9810-ca85c678ec1f" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "892794378", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSAS.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSAS.json new file mode 100644 index 0000000000000..df455fede992e --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSAS.json @@ -0,0 +1,763 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a53cbd619acb210c7edb336fcca4b3d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e326473f-e2ef-48b5-a090-e48584d7fa2a", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e326473f-e2ef-48b5-a090-e48584d7fa2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034526Z:e326473f-e2ef-48b5-a090-e48584d7fa2a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4981?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-81fe0f21f4cf21418c095cbc36b52925-f8506be93a9de742-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5788ed48515f08abba115d54117b2888", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "86d7e51d-ef55-49bb-87a9-088ea6619665", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "86d7e51d-ef55-49bb-87a9-088ea6619665", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034529Z:86d7e51d-ef55-49bb-87a9-088ea6619665" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981", + "name": "teststorageRG-4981", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts/storage4994?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "14d7e7854deb297a8b0373cfa86a2988", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "14d7e7854deb297a8b0373cfa86a2988", + "x-ms-correlation-request-id": "d6a0e407-448d-4e1a-8570-9af3e4763f51", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "2ef3b330-6df7-4dc1-9a99-d30c588a43f5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034536Z:d6a0e407-448d-4e1a-8570-9af3e4763f51" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6344730e1266faa9735ecb5cdedc5f4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:36 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6344730e1266faa9735ecb5cdedc5f4f", + "x-ms-correlation-request-id": "c64043fd-ee32-4c24-8ca1-cc85a6c0f252", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2ba65eb1-34c7-4174-9d7a-1dc228ca08f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034536Z:c64043fd-ee32-4c24-8ca1-cc85a6c0f252" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b482d5e7ecbb06877cd56547ef7bd418", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b482d5e7ecbb06877cd56547ef7bd418", + "x-ms-correlation-request-id": "9d3e31b0-824e-4271-bf5d-e728a025bb4b", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "d9e5e509-2880-4734-8bc5-d78ea7f646ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034538Z:9d3e31b0-824e-4271-bf5d-e728a025bb4b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "35c13b27c625bf22b3c5c8a2b30f23d2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:39 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "35c13b27c625bf22b3c5c8a2b30f23d2", + "x-ms-correlation-request-id": "a48c09ac-6dcc-4e1a-a78a-e0e2f26b73f5", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "9bcf961c-267d-4fc1-ac15-37e4225aab33", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034539Z:a48c09ac-6dcc-4e1a-a78a-e0e2f26b73f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80170e4426f0217beb3ee790ac610bf8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:40 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80170e4426f0217beb3ee790ac610bf8", + "x-ms-correlation-request-id": "b8897578-e65b-4bd6-a560-e620ee5b90df", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "17e3aea5-028c-4719-936d-da6788d51cbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034540Z:b8897578-e65b-4bd6-a560-e620ee5b90df" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a235b38a2a1b202ab2c301f623e5526c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:41 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a235b38a2a1b202ab2c301f623e5526c", + "x-ms-correlation-request-id": "efecca3f-8125-4f44-98cc-0122bf778cd8", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5e2985ac-aba7-4b3a-99af-eced530517a5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034542Z:efecca3f-8125-4f44-98cc-0122bf778cd8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e00393b153630028bf9f49e7df911251", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e00393b153630028bf9f49e7df911251", + "x-ms-correlation-request-id": "5e9cf104-4345-40bc-90e5-06b2f250e4ea", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "1d1f67e5-6e4f-4e33-b5fd-2827fce38e19", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034543Z:5e9cf104-4345-40bc-90e5-06b2f250e4ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0017d0ba80da19b6e4f7cd2c2585fd06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:44 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0017d0ba80da19b6e4f7cd2c2585fd06", + "x-ms-correlation-request-id": "1b524708-c0f1-45bf-a615-670de1416ccd", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "9a9d9ca0-eddb-49d6-92e7-4b42cc0b19e8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034544Z:1b524708-c0f1-45bf-a615-670de1416ccd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19df7aeb2a5e36958a34e37ce1424121", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "19df7aeb2a5e36958a34e37ce1424121", + "x-ms-correlation-request-id": "296a1e1b-d364-4389-b317-ab3ab572bc41", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "f84e1e0b-a69b-489b-885e-0a48e9758877", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034546Z:296a1e1b-d364-4389-b317-ab3ab572bc41" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "533cb0b052cd3092dce9fc6c86fbda3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "533cb0b052cd3092dce9fc6c86fbda3a", + "x-ms-correlation-request-id": "2755e8f8-7fa4-4804-a84b-ca71c051a851", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "2bea29db-0fea-4009-bd57-7ea56907424f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034547Z:2755e8f8-7fa4-4804-a84b-ca71c051a851" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64fb43a1f9b28ff23ae075a59d3a38a2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:48 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64fb43a1f9b28ff23ae075a59d3a38a2", + "x-ms-correlation-request-id": "9fa1a36b-6594-42e9-a49c-c01a7ca52796", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "ed6c8da7-5626-451a-bb2a-a421f3e7de51", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034548Z:9fa1a36b-6594-42e9-a49c-c01a7ca52796" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "757cacb5aa489938e8ae3c752e29b08e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "757cacb5aa489938e8ae3c752e29b08e", + "x-ms-correlation-request-id": "ce30d409-023d-46c9-9a5a-d05ebc7f599d", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "c1e5afb7-3ba0-400f-8f81-f583b7433a5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034550Z:ce30d409-023d-46c9-9a5a-d05ebc7f599d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ddaa859dc46b76ebdad18eddcec93a1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ddaa859dc46b76ebdad18eddcec93a1", + "x-ms-correlation-request-id": "fab52bbd-74dd-4130-ad42-92535ff41a8f", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "1bdf28b5-dc77-4620-ac11-dcfc83431863", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034551Z:fab52bbd-74dd-4130-ad42-92535ff41a8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2ef3b330-6df7-4dc1-9a99-d30c588a43f5?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9b659b0657ff6f20b627c04bd7d6011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:45:52 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d9b659b0657ff6f20b627c04bd7d6011", + "x-ms-correlation-request-id": "8edc8fce-727a-4e5b-8cf3-05cfe61879fa", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "ac7009fb-6642-4501-9393-93877f5b473c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034552Z:8edc8fce-727a-4e5b-8cf3-05cfe61879fa" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts/storage4994", + "name": "storage4994", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:45:35.1541244Z", + "key2": "2021-08-26T03:45:35.1541244Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:45:35.1541244Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:45:35.1541244Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:45:35.0603960Z", + "primaryEndpoints": { + "blob": "https://storage4994.blob.core.windows.net/", + "queue": "https://storage4994.queue.core.windows.net/", + "table": "https://storage4994.table.core.windows.net/", + "file": "https://storage4994.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts/storage4994/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "214", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f44be7309a5fd95b3ec5b79a914abdfb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedProtocol": "https,http", + "signedStart": "2021-08-26T03:45:53.7396760Z", + "signedExpiry": "2021-08-26T04:45:53.7396760Z", + "keyToSign": "key1" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "196", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:45:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f44be7309a5fd95b3ec5b79a914abdfb", + "x-ms-correlation-request-id": "9e989b85-4b9f-4262-aa31-91b324f2d54a", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "58589a98-973c-4398-87b7-fe3101ca6d55", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034553Z:9e989b85-4b9f-4262-aa31-91b324f2d54a" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026st=2021-08-26T03%3A45%3A53.7396760Z\u0026se=2021-08-26T04%3A45%3A53.7396760Z\u0026spr=https,http\u0026sig=El1v8pv45n364gaiMxo%2FAivTHWrR0BGEC%2FlOm7F1JoE%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4c49a1bd673f40fb6e392e4606af940", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:45:53 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4c49a1bd673f40fb6e392e4606af940", + "x-ms-correlation-request-id": "1b261fc2-2f66-40ab-a288-f461616e976e", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "ed753706-806c-441a-a8ac-29a582021dcb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034553Z:1b261fc2-2f66-40ab-a288-f461616e976e" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts/storage4994", + "name": "storage4994", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:45:35.1541244Z", + "key2": "2021-08-26T03:45:35.1541244Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:45:35.1541244Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:45:35.1541244Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:45:35.0603960Z", + "primaryEndpoints": { + "blob": "https://storage4994.blob.core.windows.net/", + "queue": "https://storage4994.queue.core.windows.net/", + "table": "https://storage4994.table.core.windows.net/", + "file": "https://storage4994.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4981/providers/Microsoft.Storage/storageAccounts/storage4994?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f5bc074c9ea11641fedc9bbaae5765c0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:45:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f5bc074c9ea11641fedc9bbaae5765c0", + "x-ms-correlation-request-id": "faa26258-c7bb-4801-a630-92d27ad76318", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "c2fe2ee7-c8c5-4462-b6c3-1af2f517af70", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034559Z:faa26258-c7bb-4801-a630-92d27ad76318" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:45:53.7396760\u002B08:00", + "RandomSeed": "2056773730", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASAsync.json new file mode 100644 index 0000000000000..64aff037e276b --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASAsync.json @@ -0,0 +1,763 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5eeb9ebf01d5af3d746aac98fb5a5c3b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1090b8c0-0f25-41d1-b10d-5c24f433a0ee", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "1090b8c0-0f25-41d1-b10d-5c24f433a0ee", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034603Z:1090b8c0-0f25-41d1-b10d-5c24f433a0ee" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6191?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-4ec57bce3e90204eaf1d29416fb53b5f-9eda53a6e2424940-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "882e61adc3c574be6f35b7642fa3470b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "75df3365-2113-4267-b603-4b9efc5be621", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "75df3365-2113-4267-b603-4b9efc5be621", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034604Z:75df3365-2113-4267-b603-4b9efc5be621" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191", + "name": "teststorageRG-6191", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage8482?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f857b073ab830aba929a002ba9e826d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:07 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f857b073ab830aba929a002ba9e826d0", + "x-ms-correlation-request-id": "f40e08cd-bf4c-4efc-8075-18c2a9660167", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "496f357a-0dd1-40d6-b19f-604dccc24cb3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034608Z:f40e08cd-bf4c-4efc-8075-18c2a9660167" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "abe7ef50c8e402afa624f62ac293ca86", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:08 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "abe7ef50c8e402afa624f62ac293ca86", + "x-ms-correlation-request-id": "8744b5e4-5451-4b89-8613-20c41963142a", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "94a23e71-9795-49ef-9ea1-1c88ce820cb1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034608Z:8744b5e4-5451-4b89-8613-20c41963142a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e1de70f28433c3ed62f582219b31382", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e1de70f28433c3ed62f582219b31382", + "x-ms-correlation-request-id": "ce3656f3-ef26-4a64-b491-08cf8cee5123", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "334a685c-3bf7-4e33-b122-f1fa1f18f70e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034609Z:ce3656f3-ef26-4a64-b491-08cf8cee5123" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "badbf7607a017fec015d78a940af650c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "badbf7607a017fec015d78a940af650c", + "x-ms-correlation-request-id": "65a6febe-4eed-40ac-b4a8-be31215c972c", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "467fba25-2f76-445a-ae89-847c6148cffe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034611Z:65a6febe-4eed-40ac-b4a8-be31215c972c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ff80a96bcf127c4b1aad5b46f8de8f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0ff80a96bcf127c4b1aad5b46f8de8f3", + "x-ms-correlation-request-id": "86247a8c-c222-47d0-afef-341d7a0b53d2", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "76d8e6da-6f20-4b0e-879a-a6e279c65297", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034612Z:86247a8c-c222-47d0-afef-341d7a0b53d2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cbca731010b79485fb9e7ce5af94fb27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:13 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cbca731010b79485fb9e7ce5af94fb27", + "x-ms-correlation-request-id": "745f715e-2d71-49b2-932e-71eb3eb0e4c9", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "541cf884-9780-4dd6-a56a-cec0474d525d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034613Z:745f715e-2d71-49b2-932e-71eb3eb0e4c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e8c4bca03baa49032b30857a5370f73", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e8c4bca03baa49032b30857a5370f73", + "x-ms-correlation-request-id": "d1515ae4-fc1e-44f8-a381-37635ebfa7fa", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "6ca46341-c42a-43b0-b789-cdb506fa2d73", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034615Z:d1515ae4-fc1e-44f8-a381-37635ebfa7fa" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc9885749ae58554856314533fdf781c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc9885749ae58554856314533fdf781c", + "x-ms-correlation-request-id": "a24fbb9d-6dde-43ab-82ef-b05f11cca918", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "119a79ad-c116-4240-9b13-f274656d777f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034616Z:a24fbb9d-6dde-43ab-82ef-b05f11cca918" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "23eaadafda010c38e3259804082eefc3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "23eaadafda010c38e3259804082eefc3", + "x-ms-correlation-request-id": "f066edf2-30b7-40a8-bfe0-7e476b0d57e5", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "c13f18b0-d0d9-46f4-a3c3-5f965f4ce7cf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034617Z:f066edf2-30b7-40a8-bfe0-7e476b0d57e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2a71088e2efc3042f6068857ef3c6453", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2a71088e2efc3042f6068857ef3c6453", + "x-ms-correlation-request-id": "6ddc8bd1-b237-4fce-abe3-1f8329c7c5ec", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "efaeb896-8f78-4a5f-a04e-0b3f6286a86c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034619Z:6ddc8bd1-b237-4fce-abe3-1f8329c7c5ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f7a8eb3bec4d9a724c8be9bf01507d57", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f7a8eb3bec4d9a724c8be9bf01507d57", + "x-ms-correlation-request-id": "71e1c387-eb14-4368-b3ed-99a6980b63d6", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "dc6419a4-6803-4129-b761-d1d5e66fc402", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034620Z:71e1c387-eb14-4368-b3ed-99a6980b63d6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "36c551744d6e80206aba2cfb51e11da6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "36c551744d6e80206aba2cfb51e11da6", + "x-ms-correlation-request-id": "5b165cd9-3682-4ae9-ba06-368ef883a3fd", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "13ee3d71-df46-4521-bdde-bc7e92c61ce9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034621Z:5b165cd9-3682-4ae9-ba06-368ef883a3fd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1cc945c1f786a27596d6de7044832ea6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1cc945c1f786a27596d6de7044832ea6", + "x-ms-correlation-request-id": "390110e0-f45c-4a91-895e-53a1d94d3bbb", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "2956f1b7-9760-46f2-8626-790a77a3264f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034623Z:390110e0-f45c-4a91-895e-53a1d94d3bbb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/496f357a-0dd1-40d6-b19f-604dccc24cb3?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9de231892d77eee5cb278d93bf77496a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:46:23 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9de231892d77eee5cb278d93bf77496a", + "x-ms-correlation-request-id": "fe8c45e7-e1c2-4806-b2b2-0fd281182ec1", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "ec6caf57-11e2-44e3-b7ca-a0603ec31cbf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034624Z:fe8c45e7-e1c2-4806-b2b2-0fd281182ec1" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage8482", + "name": "storage8482", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:46:06.6085506Z", + "key2": "2021-08-26T03:46:06.6085506Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:46:06.6085506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:46:06.6085506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:46:06.5147770Z", + "primaryEndpoints": { + "blob": "https://storage8482.blob.core.windows.net/", + "queue": "https://storage8482.queue.core.windows.net/", + "table": "https://storage8482.table.core.windows.net/", + "file": "https://storage8482.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage8482/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "214", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bcfd436d60877cd1db22a0976eaf3be7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedProtocol": "https,http", + "signedStart": "2021-08-26T03:46:25.2861050Z", + "signedExpiry": "2021-08-26T04:46:25.2861050Z", + "keyToSign": "key1" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "196", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:46:24 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bcfd436d60877cd1db22a0976eaf3be7", + "x-ms-correlation-request-id": "a7d1ebbc-23d6-4188-9ea4-4f0a5b214938", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "32200039-651a-4a9f-8bf3-b1bfe4f9196f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034625Z:a7d1ebbc-23d6-4188-9ea4-4f0a5b214938" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026st=2021-08-26T03%3A46%3A25.2861050Z\u0026se=2021-08-26T04%3A46%3A25.2861050Z\u0026spr=https,http\u0026sig=LDkUlKOr%2F2OIaWCaBaTq1U3C%2BZInGYluaGTUfVv8CRI%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2071868b7ffe932e5fda515e6ae2e31f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:46:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2071868b7ffe932e5fda515e6ae2e31f", + "x-ms-correlation-request-id": "893a3ad3-8364-4334-b08b-45edafdb9ab0", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "404a8944-7705-4240-9c41-c32b4315ffe3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034625Z:893a3ad3-8364-4334-b08b-45edafdb9ab0" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage8482", + "name": "storage8482", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:46:06.6085506Z", + "key2": "2021-08-26T03:46:06.6085506Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:46:06.6085506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:46:06.6085506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:46:06.5147770Z", + "primaryEndpoints": { + "blob": "https://storage8482.blob.core.windows.net/", + "queue": "https://storage8482.queue.core.windows.net/", + "table": "https://storage8482.table.core.windows.net/", + "file": "https://storage8482.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6191/providers/Microsoft.Storage/storageAccounts/storage8482?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0102748d7286281e6066c2548d4d7f1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:46:28 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0102748d7286281e6066c2548d4d7f1b", + "x-ms-correlation-request-id": "f9f53b54-e901-4a5f-8895-403e380db417", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "b6c6fd58-c1e7-470b-b1c1-1e42f09b4091", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034629Z:f9f53b54-e901-4a5f-8895-403e380db417" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:46:25.2861050\u002B08:00", + "RandomSeed": "533380538", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultProperties.json new file mode 100644 index 0000000000000..8ee762d6ef2a6 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultProperties.json @@ -0,0 +1,760 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6a9f13eeb5696e4a38bd9436461cbb4a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2964b4e2-c3ca-4cc4-996f-13179f002728", + "x-ms-ratelimit-remaining-subscription-reads": "10989", + "x-ms-request-id": "2964b4e2-c3ca-4cc4-996f-13179f002728", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034407Z:2964b4e2-c3ca-4cc4-996f-13179f002728" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-847?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-d18588b7c9d51a498bf7a17b25de29a8-d8fb21a8fc2f9747-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d321e182093e276f5a5ce3f0d44e00d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "254", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:09 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "27caaf9e-d740-44ac-8ec7-071359a74cc2", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "27caaf9e-d740-44ac-8ec7-071359a74cc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034409Z:27caaf9e-d740-44ac-8ec7-071359a74cc2" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847", + "name": "teststorageRG-847", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts/storage7522?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b279c2d325a861325f367f3b7f1909b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b279c2d325a861325f367f3b7f1909b", + "x-ms-correlation-request-id": "bc30ddf7-479b-4ef2-95ca-71db316f866c", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "9eab6b46-2164-4b82-930e-62cd11cd754a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034417Z:bc30ddf7-479b-4ef2-95ca-71db316f866c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1eef6d3688234f88cd9aad4ba17b6f69", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1eef6d3688234f88cd9aad4ba17b6f69", + "x-ms-correlation-request-id": "9ad040fb-6eb3-4f39-b7a6-54562f9e5c87", + "x-ms-ratelimit-remaining-subscription-reads": "10988", + "x-ms-request-id": "261b6c8a-3c34-42f9-8462-bed99b83774c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034418Z:9ad040fb-6eb3-4f39-b7a6-54562f9e5c87" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "149447cc029e11dec8919017d725fcdd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "149447cc029e11dec8919017d725fcdd", + "x-ms-correlation-request-id": "69c77694-2c16-4372-a5ac-37e70ce4986d", + "x-ms-ratelimit-remaining-subscription-reads": "10987", + "x-ms-request-id": "2385136e-a168-41f6-a6b0-bd64aca0ded3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034419Z:69c77694-2c16-4372-a5ac-37e70ce4986d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4abd210b7101d37838602f606d89f47f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4abd210b7101d37838602f606d89f47f", + "x-ms-correlation-request-id": "f6c62a3f-7282-44f2-b791-ea41d558a6c6", + "x-ms-ratelimit-remaining-subscription-reads": "10986", + "x-ms-request-id": "0f741d59-92f5-4f70-a0a2-6c3e461fce4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034420Z:f6c62a3f-7282-44f2-b791-ea41d558a6c6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4221f1d2d4b333a78fdd5692f77078a8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4221f1d2d4b333a78fdd5692f77078a8", + "x-ms-correlation-request-id": "0e654b0f-1e13-49fa-b84c-61dbd9e3d163", + "x-ms-ratelimit-remaining-subscription-reads": "10985", + "x-ms-request-id": "d8ac5555-d5a9-4e9f-85a7-aeff684d3168", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034421Z:0e654b0f-1e13-49fa-b84c-61dbd9e3d163" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7f3fd09e25be5a67cfc1dc3dd37da43f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7f3fd09e25be5a67cfc1dc3dd37da43f", + "x-ms-correlation-request-id": "99b5578e-2f97-4a8e-a23d-ed67cfb3e6f6", + "x-ms-ratelimit-remaining-subscription-reads": "10984", + "x-ms-request-id": "36ad386b-4adb-4856-9a9f-bcf19c37e615", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034423Z:99b5578e-2f97-4a8e-a23d-ed67cfb3e6f6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e545109cb90337297989bb241be5dbc7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e545109cb90337297989bb241be5dbc7", + "x-ms-correlation-request-id": "3b2884cb-6a5c-4e7b-91a6-cc5e2444b17e", + "x-ms-ratelimit-remaining-subscription-reads": "10983", + "x-ms-request-id": "129d0b44-9864-4972-b926-e45ce3a41b66", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034424Z:3b2884cb-6a5c-4e7b-91a6-cc5e2444b17e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9dc287e77449adc18ac672f2f76a6011", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9dc287e77449adc18ac672f2f76a6011", + "x-ms-correlation-request-id": "542c9a8e-4bf5-495c-ba1b-c09562b4f7e5", + "x-ms-ratelimit-remaining-subscription-reads": "10982", + "x-ms-request-id": "c183bc5b-7bb0-4585-bcf6-7730759ba56e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034425Z:542c9a8e-4bf5-495c-ba1b-c09562b4f7e5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e7f61639932ae4a4a60805346a423fea", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e7f61639932ae4a4a60805346a423fea", + "x-ms-correlation-request-id": "916eeacd-9a48-4b63-be4a-149974450a4c", + "x-ms-ratelimit-remaining-subscription-reads": "10981", + "x-ms-request-id": "4a173157-a473-4e53-a3af-affcb07c1cb6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034427Z:916eeacd-9a48-4b63-be4a-149974450a4c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c5514e607bb27f64f985a3d46373f0f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4c5514e607bb27f64f985a3d46373f0f", + "x-ms-correlation-request-id": "79dd255c-e6b6-4625-902d-bd7f25a2d441", + "x-ms-ratelimit-remaining-subscription-reads": "10980", + "x-ms-request-id": "1a2dfcb2-dc4d-48b6-b530-ce1db6c6f454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034428Z:79dd255c-e6b6-4625-902d-bd7f25a2d441" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "04eaa929f3ef549ce2ddf6406e8d4247", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "04eaa929f3ef549ce2ddf6406e8d4247", + "x-ms-correlation-request-id": "7d4d837f-659d-4675-aec8-d2836813beb3", + "x-ms-ratelimit-remaining-subscription-reads": "10979", + "x-ms-request-id": "aac63841-d8bb-4ba4-8ec4-16a7534d045f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034429Z:7d4d837f-659d-4675-aec8-d2836813beb3" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e30b88861414325620ce979239679d6f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e30b88861414325620ce979239679d6f", + "x-ms-correlation-request-id": "a3eb299c-dd6d-4d37-b930-1194d39f4f49", + "x-ms-ratelimit-remaining-subscription-reads": "10978", + "x-ms-request-id": "a0bd160f-97f1-4aaf-a531-a14052357555", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034431Z:a3eb299c-dd6d-4d37-b930-1194d39f4f49" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c10bf6c93b58f2fa770169dd10b5b8c1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c10bf6c93b58f2fa770169dd10b5b8c1", + "x-ms-correlation-request-id": "3b3aa306-e93c-4ac6-9013-8be063f52c90", + "x-ms-ratelimit-remaining-subscription-reads": "10977", + "x-ms-request-id": "5941050e-cb9b-49ed-889e-f1cb3a9ef4df", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034432Z:3b3aa306-e93c-4ac6-9013-8be063f52c90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9eab6b46-2164-4b82-930e-62cd11cd754a?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "beb612555b2b14fb52b8e3215c091b7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1297", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:44:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "beb612555b2b14fb52b8e3215c091b7b", + "x-ms-correlation-request-id": "8f260322-7d18-4aad-b695-2a96cbe9733d", + "x-ms-ratelimit-remaining-subscription-reads": "10976", + "x-ms-request-id": "cd0b1bd4-54ba-4197-bc55-7b578450e01a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034433Z:8f260322-7d18-4aad-b695-2a96cbe9733d" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts/storage7522", + "name": "storage7522", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:44:16.1041108Z", + "key2": "2021-08-26T03:44:16.1041108Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:44:16.1041108Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:44:16.1041108Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:44:16.0103267Z", + "primaryEndpoints": { + "blob": "https://storage7522.blob.core.windows.net/", + "queue": "https://storage7522.queue.core.windows.net/", + "table": "https://storage7522.table.core.windows.net/", + "file": "https://storage7522.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts/storage7522/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "120", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7877863f81824bef8d196c12aa79216b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedExpiry": "2021-08-26T04:44:34.7757816Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "141", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:44:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7877863f81824bef8d196c12aa79216b", + "x-ms-correlation-request-id": "7060f7a7-c580-4b66-8529-a8ed795b1488", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "3ba36300-ed2f-4f93-aca0-7d1f1e46e072", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034434Z:7060f7a7-c580-4b66-8529-a8ed795b1488" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-08-26T04%3A44%3A34.7757816Z\u0026sig=RHlFkAOS97ot8PaDayl1aUHDJPlJpcyvvBrtlPo6SHs%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "263dd615dfb06d43faf66fa057d9966d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1309", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:44:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "263dd615dfb06d43faf66fa057d9966d", + "x-ms-correlation-request-id": "33ec6f65-5d01-4b47-a4ff-9d0f17380b27", + "x-ms-ratelimit-remaining-subscription-reads": "10975", + "x-ms-request-id": "13303bdc-65df-4030-b5af-21c5a939cc4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034434Z:33ec6f65-5d01-4b47-a4ff-9d0f17380b27" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts/storage7522", + "name": "storage7522", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:44:16.1041108Z", + "key2": "2021-08-26T03:44:16.1041108Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:44:16.1041108Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:44:16.1041108Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:44:16.0103267Z", + "primaryEndpoints": { + "blob": "https://storage7522.blob.core.windows.net/", + "queue": "https://storage7522.queue.core.windows.net/", + "table": "https://storage7522.table.core.windows.net/", + "file": "https://storage7522.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-847/providers/Microsoft.Storage/storageAccounts/storage7522?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a9deee63f3ed33f226a3012efe969d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:44:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a9deee63f3ed33f226a3012efe969d8", + "x-ms-correlation-request-id": "a5e1eedb-ae12-42ef-8fcf-a3df1cefe55c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "f1a27a74-9e0c-4def-8bac-1081df8d62c2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T034441Z:a5e1eedb-ae12-42ef-8fcf-a3df1cefe55c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:44:34.7757816\u002B08:00", + "RandomSeed": "925677271", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultPropertiesAsync.json new file mode 100644 index 0000000000000..9e270c41bafb8 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/ListStorageAccountSASWithDefaultPropertiesAsync.json @@ -0,0 +1,760 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "53fcf7fc255859e64402258193b71512", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:18 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "31505b8b-f372-4be8-8720-40e5c8b26b44", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "31505b8b-f372-4be8-8720-40e5c8b26b44", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033318Z:31505b8b-f372-4be8-8720-40e5c8b26b44" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-4294?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-83617a588653364287d56384252d8143-9976df6b1aa2c44e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "217a21c247d1b0a2da6792f5fe70d87a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "bde2aab3-ada1-44c6-b4e0-52bc6636cb49", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "bde2aab3-ada1-44c6-b4e0-52bc6636cb49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033331Z:bde2aab3-ada1-44c6-b4e0-52bc6636cb49" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294", + "name": "teststorageRG-4294", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts/storage4244?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "730fb4dd704ceeae53206a260df5af70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "730fb4dd704ceeae53206a260df5af70", + "x-ms-correlation-request-id": "b82df3a3-2142-46a5-a391-7454760f804f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033344Z:b82df3a3-2142-46a5-a391-7454760f804f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60da18a9660251f3738bceb0dc7ca3e4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:43 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60da18a9660251f3738bceb0dc7ca3e4", + "x-ms-correlation-request-id": "1d511948-8f98-41ca-81cb-21596bfe1050", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "01fd2f17-1ece-477d-b34f-d782e009ad1e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033344Z:1d511948-8f98-41ca-81cb-21596bfe1050" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8dae21b814eb014e8e59c2a4252f2704", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:45 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8dae21b814eb014e8e59c2a4252f2704", + "x-ms-correlation-request-id": "4dec3c4f-8ea8-4d87-a864-6e72efbeb857", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c2287ea1-2cee-45f2-80ae-5aee3c064b94", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033345Z:4dec3c4f-8ea8-4d87-a864-6e72efbeb857" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f57db41d4e1be06d7d3350a10c75d834", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:46 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f57db41d4e1be06d7d3350a10c75d834", + "x-ms-correlation-request-id": "a508397b-7467-4c55-9c7d-19c122bb1873", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "c54ed994-4371-4604-ae9d-02bdb9b1b506", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033347Z:a508397b-7467-4c55-9c7d-19c122bb1873" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a5c6660476a094cacad8d1a9a44f2c43", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:47 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a5c6660476a094cacad8d1a9a44f2c43", + "x-ms-correlation-request-id": "71862690-45e9-4231-bf2c-cbd62bb611a2", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "f613905d-864c-4c46-86a9-afe6074f2350", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033348Z:71862690-45e9-4231-bf2c-cbd62bb611a2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2793c963aeff69c8b3cd10b8c4acf519", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:49 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2793c963aeff69c8b3cd10b8c4acf519", + "x-ms-correlation-request-id": "c8bac340-7fb3-4e0a-b20d-e1c4305cc24a", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "98e20789-e751-416d-95e6-0a1ac29430d3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033349Z:c8bac340-7fb3-4e0a-b20d-e1c4305cc24a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "be9f8d818268a663eae82a437cc43c2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:50 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "be9f8d818268a663eae82a437cc43c2e", + "x-ms-correlation-request-id": "533b9172-dd4b-4005-b3cc-df11c6562842", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "87783979-d687-4e28-881e-06247ca46ce1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033351Z:533b9172-dd4b-4005-b3cc-df11c6562842" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "423d0c06b0e256359e5cf2d26612d01d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "423d0c06b0e256359e5cf2d26612d01d", + "x-ms-correlation-request-id": "1e19c1bb-ad53-40b7-9fb8-9f795cc299da", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "bb912ec2-95c7-4aac-bf58-e063ed2da5fd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033352Z:1e19c1bb-ad53-40b7-9fb8-9f795cc299da" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1628b8e26eafe1db65ec3d168385edee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1628b8e26eafe1db65ec3d168385edee", + "x-ms-correlation-request-id": "e1f0f5cc-8c59-4718-9009-427d01b3c3b4", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "4a411d3f-dd84-4670-8ce5-fbd086ff34ad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033353Z:e1f0f5cc-8c59-4718-9009-427d01b3c3b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b7b1e191b26fd0365849200b8f9140d7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b7b1e191b26fd0365849200b8f9140d7", + "x-ms-correlation-request-id": "eb3f55a4-4005-4fdb-ae5f-38af11915e02", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "96198d5f-60f8-4ad4-8fac-8d70c7509e24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033354Z:eb3f55a4-4005-4fdb-ae5f-38af11915e02" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c3600d18259c987e315bddf5721fd218", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c3600d18259c987e315bddf5721fd218", + "x-ms-correlation-request-id": "31647279-bd59-46ca-96ed-4c52b7a4a260", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "c00ade8a-5235-471f-acf4-644e52dcaf25", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033356Z:31647279-bd59-46ca-96ed-4c52b7a4a260" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8441046f186030ad8257be664dcf52d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8441046f186030ad8257be664dcf52d4", + "x-ms-correlation-request-id": "603442ac-84fb-4018-bddc-f8049fb473bf", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "810c9677-92c2-41c1-b8bd-75b1f5a3b37d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033357Z:603442ac-84fb-4018-bddc-f8049fb473bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75fd66ab29246b5162198613d5405d38", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:33:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75fd66ab29246b5162198613d5405d38", + "x-ms-correlation-request-id": "2cdad8c9-0cb6-4f8b-a6b9-0143f7f7c590", + "x-ms-ratelimit-remaining-subscription-reads": "11981", + "x-ms-request-id": "214fcf68-2194-418c-a879-c21c83d6af8a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033358Z:2cdad8c9-0cb6-4f8b-a6b9-0143f7f7c590" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7d4eb5c0-5e9a-47bd-a45a-85d91c7567f9?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8b9b0777bc4fff765f2f414467184a61", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:33:59 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8b9b0777bc4fff765f2f414467184a61", + "x-ms-correlation-request-id": "65119fda-e952-44e4-83ef-0f4002aa2261", + "x-ms-ratelimit-remaining-subscription-reads": "11980", + "x-ms-request-id": "06b32f39-946e-4028-ab57-29ead24509c5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033400Z:65119fda-e952-44e4-83ef-0f4002aa2261" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts/storage4244", + "name": "storage4244", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:33:42.1878627Z", + "key2": "2021-08-26T03:33:42.1878627Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:33:42.1878627Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:33:42.1878627Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:33:42.0941263Z", + "primaryEndpoints": { + "blob": "https://storage4244.blob.core.windows.net/", + "queue": "https://storage4244.queue.core.windows.net/", + "table": "https://storage4244.table.core.windows.net/", + "file": "https://storage4244.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts/storage4244/ListAccountSas?api-version=2021-04-01", + "RequestMethod": "POST", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "120", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0c4908095c2146f3b2d5214692995b41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "signedServices": "b", + "signedResourceTypes": "sco", + "signedPermission": "rl", + "signedExpiry": "2021-08-26T04:34:01.3232589Z" + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "145", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:34:05 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0c4908095c2146f3b2d5214692995b41", + "x-ms-correlation-request-id": "3825e010-2cc4-4110-91cb-d427a912ef77", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "214685dd-1858-441e-a43a-ce08ecd86d2a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033406Z:3825e010-2cc4-4110-91cb-d427a912ef77" + }, + "ResponseBody": { + "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-08-26T04%3A34%3A01.3232589Z\u0026sig=jOU68PM%2BnMXj0n8BEuhcKLaKXVRtVIC%2FVUKj3K1TOPo%3D" + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46ee85fac633ef84effe15f4e70c034a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Thu, 26 Aug 2021 03:34:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "46ee85fac633ef84effe15f4e70c034a", + "x-ms-correlation-request-id": "4a9b852a-b508-4433-9d21-a140dbc95b58", + "x-ms-ratelimit-remaining-subscription-reads": "11979", + "x-ms-request-id": "09915a70-fb72-48d7-8406-ec12fbf9d8a6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033426Z:4a9b852a-b508-4433-9d21-a140dbc95b58" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts/storage4244", + "name": "storage4244", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-26T03:33:42.1878627Z", + "key2": "2021-08-26T03:33:42.1878627Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:33:42.1878627Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-26T03:33:42.1878627Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-26T03:33:42.0941263Z", + "primaryEndpoints": { + "blob": "https://storage4244.blob.core.windows.net/", + "queue": "https://storage4244.queue.core.windows.net/", + "table": "https://storage4244.table.core.windows.net/", + "file": "https://storage4244.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-4294/providers/Microsoft.Storage/storageAccounts/storage4244?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210823.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cc0a24cf50f61a171355d8799a2f6dc5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Thu, 26 Aug 2021 03:34:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cc0a24cf50f61a171355d8799a2f6dc5", + "x-ms-correlation-request-id": "14bfba2a-7a32-47dc-9071-81dbf7732a47", + "x-ms-ratelimit-remaining-subscription-deletes": "14998", + "x-ms-request-id": "610917c9-8520-4966-b744-362b950ff907", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210826T033433Z:14bfba2a-7a32-47dc-9071-81dbf7732a47" + }, + "ResponseBody": [] + } + ], + "Variables": { + "DateTimeOffsetNow": "2021-08-26T11:34:01.3232589\u002B08:00", + "RandomSeed": "1170355571", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index a994ed45875bf..a8e41a69f1ac9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -9,6 +9,8 @@ using Azure.Core.TestFramework; using Azure.ResourceManager.Storage.Models; using Azure.ResourceManager.Storage.Tests.Helpers; +using Azure.ResourceManager.Resources.Models; +using Sku = Azure.ResourceManager.Storage.Models.Sku; namespace Azure.ResourceManager.Storage.Tests.Tests { public class StorageAccountTests : StorageTestBase @@ -429,5 +431,122 @@ public async Task StorageAccountRevokeUserDelegationKeys() //revoke user delegation keys await account.RevokeUserDelegationKeysAsync(); } + [Test] + [RecordedTest] + public async Task ListStorageAccountAvailableLocations() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //get available locations + IEnumerable locationList =await account.GetAvailableLocationsAsync(); + Assert.NotNull(locationList); + } + [Test] + [RecordedTest] + public async Task ListStorageAccountSASWithDefaultProperties() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + // Test for default values of sas credentials. + AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)); + Response result =await account.GetAccountSASAsync(accountSasParameters); + AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); + + Assert.AreEqual(accountSasParameters.Services, resultCredentials.Services); + Assert.AreEqual(accountSasParameters.ResourceTypes, resultCredentials.ResourceTypes); + Assert.AreEqual(accountSasParameters.Permissions, resultCredentials.Permissions); + Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); + } + [Test] + [RecordedTest] + public async Task ListStorageAccountSAS() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + AccountSasParameters accountSasParameters = new AccountSasParameters(services: "b", resourceTypes: "sco", permissions: "rl", sharedAccessExpiryTime: Recording.UtcNow.AddHours(1)) + { + Protocols = HttpProtocol.HttpsHttp, + SharedAccessStartTime = Recording.UtcNow, + KeyToSign = "key1" + }; + Response result = await account.GetAccountSASAsync(accountSasParameters); + AccountSasParameters resultCredentials = ParseAccountSASToken(result.Value.AccountSasToken); + + Assert.AreEqual(accountSasParameters.Services, resultCredentials.Services); + Assert.AreEqual(accountSasParameters.ResourceTypes, resultCredentials.ResourceTypes); + Assert.AreEqual(accountSasParameters.Permissions, resultCredentials.Permissions); + Assert.AreEqual(accountSasParameters.Protocols, resultCredentials.Protocols); + Assert.NotNull(accountSasParameters.SharedAccessStartTime); + Assert.NotNull(accountSasParameters.SharedAccessExpiryTime); + } + [Test] + [RecordedTest] + public async Task ListServiceSASWithDefaultProperties() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; + ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) + { + Resource = "c", + Permissions = "rl", + SharedAccessExpiryTime = Recording.UtcNow.AddHours(1), + }; + Response result = await account.GetServiceSASAsync(serviceSasParameters); + ServiceSasParameters resultCredentials = ParseServiceSASToken(result.Value.ServiceSasToken, canonicalizedResourceParameter); + Assert.AreEqual(serviceSasParameters.Resource, resultCredentials.Resource); + Assert.AreEqual(serviceSasParameters.Permissions, resultCredentials.Permissions); + Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); + } + [Test] + [RecordedTest] + public async Task ListServiceSAS() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + string canonicalizedResourceParameter = "/blob/" + accountName + "/music"; + ServiceSasParameters serviceSasParameters = new ServiceSasParameters(canonicalizedResource: canonicalizedResourceParameter) + { + Resource = "c", + Permissions = "rdwlacup", + Protocols = HttpProtocol.HttpsHttp, + SharedAccessStartTime = Recording.UtcNow, + SharedAccessExpiryTime = Recording.UtcNow.AddHours(1), + KeyToSign = "key1" + }; + + Response result = await account.GetServiceSASAsync(serviceSasParameters); + ServiceSasParameters resultCredentials = ParseServiceSASToken(result.Value.ServiceSasToken, canonicalizedResourceParameter); + Assert.AreEqual(serviceSasParameters.Resource, resultCredentials.Resource); + Assert.AreEqual(serviceSasParameters.Permissions, resultCredentials.Permissions); + Assert.AreEqual(serviceSasParameters.Protocols, resultCredentials.Protocols); + Assert.NotNull(serviceSasParameters.SharedAccessStartTime); + Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); + } } } From 76c6a2831bdc39abd81191be6dfd2f34d57c5da8 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 26 Aug 2021 14:19:08 +0800 Subject: [PATCH 06/27] modify some test cases --- .../tests/Tests/BlobContainerTests.cs | 62 +++++++-------- .../tests/Tests/FileShareTests.cs | 52 ++++++------- .../tests/Tests/QueueTests.cs | 50 ++++++------ .../tests/Tests/StorageAccountTests.cs | 78 +++++++++---------- .../tests/Tests/TableTests.cs | 48 ++++++------ 5 files changed, 145 insertions(+), 145 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs index 34d1e2f66c716..2c640c844c8f7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -12,37 +12,37 @@ namespace Azure.ResourceManager.Storage.Tests.Tests { public class BlobContainerTests: StorageTestBase { - private ResourceGroup resourceGroup; - private StorageAccount storageAccount; - private BlobServiceContainer blobServiceContainer; - private BlobService blobService; - private BlobContainerContainer blobContainerContainer; + private ResourceGroup _resourceGroup; + private StorageAccount _storageAccount; + private BlobServiceContainer _blobServiceContainer; + private BlobService _blobService; + private BlobContainerContainer _blobContainerContainer; public BlobContainerTests(bool async) : base(async) { } [SetUp] public async Task createStorageAccountAndGetBlobContainerContainer() { - resourceGroup = await CreateResourceGroupAsync(); + _resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - blobServiceContainer = storageAccount.GetBlobServices(); - blobService = await blobServiceContainer.GetAsync("default"); - blobContainerContainer = blobService.GetBlobContainers(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _blobServiceContainer = _storageAccount.GetBlobServices(); + _blobService = await _blobServiceContainer.GetAsync("default"); + _blobContainerContainer = _blobService.GetBlobContainers(); } [TearDown] public async Task ClearStorageAccount() { - if (resourceGroup != null) + if (_resourceGroup != null) { - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) { await account.DeleteAsync(); } - resourceGroup = null; - storageAccount = null; + _resourceGroup = null; + _storageAccount = null; } } [Test] @@ -51,15 +51,15 @@ public async Task CreateDeleteBlobContainer() { //create blob container string containerName = Recording.GenerateAssetName("testblob"); - BlobContainer container1 = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container1 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; Assert.IsNotNull(container1); Assert.AreEqual(container1.Id.Name, containerName); //validate if created successfully - BlobContainer container2 = await blobContainerContainer.GetAsync(containerName); + BlobContainer container2 = await _blobContainerContainer.GetAsync(containerName); AssertBlobContainerEqual(container1, container2); - Assert.IsTrue(await blobContainerContainer.CheckIfExistsAsync(containerName)); - Assert.IsFalse(await blobContainerContainer.CheckIfExistsAsync(containerName + "1")); + Assert.IsTrue(await _blobContainerContainer.CheckIfExistsAsync(containerName)); + Assert.IsFalse(await _blobContainerContainer.CheckIfExistsAsync(containerName + "1")); BlobContainerData containerData = container1.Data; Assert.IsEmpty(containerData.Metadata); Assert.IsFalse(containerData.HasLegalHold); @@ -71,9 +71,9 @@ public async Task CreateDeleteBlobContainer() await blobContainerDeleteOperation.WaitForCompletionResponseAsync(); //validate if deleted successfully - BlobContainer blobContainer3 = await blobContainerContainer.GetIfExistsAsync(containerName); + BlobContainer blobContainer3 = await _blobContainerContainer.GetIfExistsAsync(containerName); Assert.IsNull(blobContainer3); - Assert.IsFalse(await blobContainerContainer.CheckIfExistsAsync(containerName)); + Assert.IsFalse(await _blobContainerContainer.CheckIfExistsAsync(containerName)); } [Test] @@ -83,14 +83,14 @@ public async Task GetAllBlobContainers() //create two blob containers string containerName1 = Recording.GenerateAssetName("testblob1"); string containerName2 = Recording.GenerateAssetName("testblob2"); - BlobContainer container1 = (await blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; - BlobContainer container2 = (await blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; + BlobContainer container1 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName1, new BlobContainerData())).Value; + BlobContainer container2 = (await _blobContainerContainer.CreateOrUpdateAsync(containerName2, new BlobContainerData())).Value; //validate if there are two containers BlobContainer container3 = null; BlobContainer container4 = null; int count = 0; - await foreach (BlobContainer container in blobContainerContainer.GetAllAsync()) + await foreach (BlobContainer container in _blobContainerContainer.GetAllAsync()) { count++; if (container.Id.Name == containerName1) @@ -109,7 +109,7 @@ public async Task UpdateBlobContainer() //create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //update metadata, public access BlobContainerData containerData = container.Data; @@ -133,7 +133,7 @@ public async Task CreateDeleteImmutabilityPolicy() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //create immutability policy ImmutabilityPolicy immutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; @@ -163,7 +163,7 @@ public async Task SetClearLegalHold() // create a blob container string containerName = Recording.GenerateAssetName("testblob"); BlobContainerData data = new BlobContainerData(); - BlobContainer container = (await blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; //set legal hold LegalHold legalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); @@ -185,17 +185,17 @@ public async Task SetClearLegalHold() public async Task UpdateBlobService() { //validate current file service properties - Assert.False(blobService.Data.DeleteRetentionPolicy.Enabled); - Assert.Null(blobService.Data.DeleteRetentionPolicy.Days); + Assert.False(_blobService.Data.DeleteRetentionPolicy.Enabled); + Assert.Null(_blobService.Data.DeleteRetentionPolicy.Days); //update delete retention policy - BlobServiceData serviceData = blobService.Data; + BlobServiceData serviceData = _blobService.Data; serviceData.DeleteRetentionPolicy = new DeleteRetentionPolicy { Enabled = true, Days = 100 }; - BlobService service = await blobService.SetServicePropertiesAsync(serviceData); + BlobService service = await _blobService.SetServicePropertiesAsync(serviceData); //validate update Assert.True(service.Data.DeleteRetentionPolicy.Enabled); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs index 34261407f2b18..8d4b9dc7bf883 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileShareTests.cs @@ -11,11 +11,11 @@ namespace Azure.ResourceManager.Storage.Tests.Tests { public class FileShareTests:StorageTestBase { - private ResourceGroup resourceGroup; - private StorageAccount storageAccount; - private FileServiceContainer fileServiceContainer; - private FileService fileService; - private FileShareContainer fileShareContainer; + private ResourceGroup _resourceGroup; + private StorageAccount _storageAccount; + private FileServiceContainer _fileServiceContainer; + private FileService _fileService; + private FileShareContainer _fileShareContainer; public FileShareTests(bool async) : base(async) { @@ -23,26 +23,26 @@ public FileShareTests(bool async) : base(async) [SetUp] public async Task CreateStorageAccountAndGetFileShareContainer() { - resourceGroup = await CreateResourceGroupAsync(); + _resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - fileServiceContainer = storageAccount.GetFileServices(); - fileService = await fileServiceContainer.GetAsync("default"); - fileShareContainer = fileService.GetFileShares(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _fileServiceContainer = _storageAccount.GetFileServices(); + _fileService = await _fileServiceContainer.GetAsync("default"); + _fileShareContainer = _fileService.GetFileShares(); } [TearDown] public async Task ClearStorageAccount() { - if (resourceGroup != null) + if (_resourceGroup != null) { - var storageAccountContainer = resourceGroup.GetStorageAccounts(); + var storageAccountContainer = _resourceGroup.GetStorageAccounts(); await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) { await account.DeleteAsync(); } - resourceGroup = null; - storageAccount = null; + _resourceGroup = null; + _storageAccount = null; } } [Test] @@ -51,24 +51,24 @@ public async Task CreateDeleteFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //validate if created successfully FileShareData shareData = share1.Data; Assert.IsEmpty(shareData.Metadata); - FileShare share2 = await fileShareContainer.GetAsync(fileShareName); + FileShare share2 = await _fileShareContainer.GetAsync(fileShareName); AssertFileShareEqual(share1, share2); - Assert.IsTrue(await fileShareContainer.CheckIfExistsAsync(fileShareName)); - Assert.IsFalse(await fileShareContainer.CheckIfExistsAsync(fileShareName+"1")); + Assert.IsTrue(await _fileShareContainer.CheckIfExistsAsync(fileShareName)); + Assert.IsFalse(await _fileShareContainer.CheckIfExistsAsync(fileShareName+"1")); //delete file share await share1.DeleteAsync(); //validate if deleted successfully - FileShare fileShare3 = await fileShareContainer.GetIfExistsAsync(fileShareName); + FileShare fileShare3 = await _fileShareContainer.GetIfExistsAsync(fileShareName); Assert.IsNull(fileShare3); - Assert.IsFalse(await fileShareContainer.CheckIfExistsAsync(fileShareName)); + Assert.IsFalse(await _fileShareContainer.CheckIfExistsAsync(fileShareName)); } [Test] [RecordedTest] @@ -77,14 +77,14 @@ public async Task GetAllFileShares() //create two file shares string fileShareName1 = Recording.GenerateAssetName("testfileshare1"); string fileShareName2 = Recording.GenerateAssetName("testfileshare2"); - FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; - FileShare share2 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; + FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName1, new FileShareData())).Value; + FileShare share2 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName2, new FileShareData())).Value; //validate if there are two file shares FileShare share3 = null; FileShare share4 = null; int count = 0; - await foreach (FileShare share in fileShareContainer.GetAllAsync()) + await foreach (FileShare share in _fileShareContainer.GetAllAsync()) { count++; if (share.Id.Name == fileShareName1) @@ -103,7 +103,7 @@ public async Task UpdateFileShare() { //create file share string fileShareName = Recording.GenerateAssetName("testfileshare"); - FileShare share1 = (await fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; + FileShare share1 = (await _fileShareContainer.CreateOrUpdateAsync(fileShareName, new FileShareData())).Value; Assert.AreEqual(share1.Id.Name, fileShareName); //update metadata and share quota @@ -117,7 +117,7 @@ public async Task UpdateFileShare() Assert.NotNull(share2.Data.Metadata); Assert.AreEqual(share2.Data.ShareQuota, shareData.ShareQuota); Assert.AreEqual(share2.Data.Metadata, shareData.Metadata); - FileShare share3 =await fileShareContainer.GetAsync(fileShareName); + FileShare share3 =await _fileShareContainer.GetAsync(fileShareName); Assert.NotNull(share3.Data.Metadata); Assert.AreEqual(share3.Data.ShareQuota, shareData.ShareQuota); Assert.AreEqual(share3.Data.Metadata, shareData.Metadata); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs index 708aa9a1d112c..ddb2bfddc1a8d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/QueueTests.cs @@ -11,37 +11,37 @@ namespace Azure.ResourceManager.Storage.Tests.Tests { public class QueueTests:StorageTestBase { - private ResourceGroup resourceGroup; - private StorageAccount storageAccount; - private QueueServiceContainer queueServiceContainer; - private QueueService queueService; - private StorageQueueContainer storageQueueContainer; + private ResourceGroup _resourceGroup; + private StorageAccount _storageAccount; + private QueueServiceContainer _queueServiceContainer; + private QueueService _queueService; + private StorageQueueContainer _storageQueueContainer; public QueueTests(bool async) : base(async) { } [SetUp] public async Task CreateStorageAccountAndGetQueueContainer() { - resourceGroup = await CreateResourceGroupAsync(); + _resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - queueServiceContainer = storageAccount.GetQueueServices(); - queueService = await queueServiceContainer.GetAsync("default"); - storageQueueContainer = queueService.GetStorageQueues(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _queueServiceContainer = _storageAccount.GetQueueServices(); + _queueService = await _queueServiceContainer.GetAsync("default"); + _storageQueueContainer = _queueService.GetStorageQueues(); } [TearDown] public async Task ClearStorageAccount() { - if (resourceGroup != null) + if (_resourceGroup != null) { - var storageAccountContainer = resourceGroup.GetStorageAccounts(); + var storageAccountContainer = _resourceGroup.GetStorageAccounts(); await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) { await account.DeleteAsync(); } - resourceGroup = null; - storageAccount = null; + _resourceGroup = null; + _storageAccount = null; } } [Test] @@ -50,15 +50,15 @@ public async Task CreateDeleteStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); //validate if successfully created - StorageQueue queue2 = await storageQueueContainer.GetAsync(storageQueueName); + StorageQueue queue2 = await _storageQueueContainer.GetAsync(storageQueueName); AssertStorageQueueEqual(queue1, queue2); - Assert.IsTrue(await storageQueueContainer.CheckIfExistsAsync(storageQueueName)); - Assert.IsFalse(await storageQueueContainer.CheckIfExistsAsync(storageQueueName + "1")); + Assert.IsTrue(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName)); + Assert.IsFalse(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName + "1")); StorageQueueData queueData = queue2.Data; Assert.IsEmpty(queueData.Metadata); @@ -66,8 +66,8 @@ public async Task CreateDeleteStorageQueue() await queue1.DeleteAsync(); //validate if successfully deleted - Assert.IsFalse(await storageQueueContainer.CheckIfExistsAsync(storageQueueName)); - StorageQueue queue3 = await storageQueueContainer.GetIfExistsAsync(storageQueueName); + Assert.IsFalse(await _storageQueueContainer.CheckIfExistsAsync(storageQueueName)); + StorageQueue queue3 = await _storageQueueContainer.GetIfExistsAsync(storageQueueName); Assert.IsNull(queue3); } [Test] @@ -77,14 +77,14 @@ public async Task GetAllStorageQueues() //create two blob containers string queueName1 = Recording.GenerateAssetName("testqueue1"); string queueName2 = Recording.GenerateAssetName("testqueue2"); - StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData())).Value; - StorageQueue queue2 = (await storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(queueName1, new StorageQueueData())).Value; + StorageQueue queue2 = (await _storageQueueContainer.CreateOrUpdateAsync(queueName2, new StorageQueueData())).Value; //validate if there are two queues StorageQueue queue3 = null; StorageQueue queue4 = null; int count = 0; - await foreach (StorageQueue queue in storageQueueContainer.GetAllAsync()) + await foreach (StorageQueue queue in _storageQueueContainer.GetAllAsync()) { count++; if (queue.Id.Name == queueName1) @@ -102,7 +102,7 @@ public async Task UpdateStorageQueue() { //create storage queue string storageQueueName = Recording.GenerateAssetName("testqueue"); - StorageQueue queue1 = (await storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; + StorageQueue queue1 = (await _storageQueueContainer.CreateOrUpdateAsync(storageQueueName, new StorageQueueData())).Value; Assert.IsNotNull(queue1); Assert.AreEqual(queue1.Id.Name, storageQueueName); diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index a8e41a69f1ac9..826be296aa45a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -15,7 +15,7 @@ namespace Azure.ResourceManager.Storage.Tests.Tests { public class StorageAccountTests : StorageTestBase { - private ResourceGroup resourceGroup; + private ResourceGroup _resourceGroup; public StorageAccountTests(bool isAsync) : base(isAsync) { } @@ -23,15 +23,15 @@ public StorageAccountTests(bool isAsync) : base(isAsync) public async Task ClearStorageAccounts() { //remove all storage accounts under current resource group - if (resourceGroup != null) + if (_resourceGroup != null) { - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); List storageAccountList = await storageAccountContainer.GetAllAsync().ToEnumerableAsync(); foreach (StorageAccount account in storageAccountList) { await account.DeleteAsync(); } - resourceGroup = null; + _resourceGroup = null; } } [Test] @@ -40,8 +40,8 @@ public async Task CreateDeleteStorageAccount() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; Assert.AreEqual(accountName, account1.Id.Name); VerifyAccountProperties(account1, true); @@ -71,8 +71,8 @@ public async Task GetAllStorageAccounts() //create two storage accounts string accountName1 = Recording.GenerateAssetName("storage1"); string accountName2 = Recording.GenerateAssetName("storage2"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, GetDefaultStorageAccountParameters())).Value; StorageAccount account2 = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, GetDefaultStorageAccountParameters())).Value; @@ -98,8 +98,8 @@ public async Task UpdateStorageAccount() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); @@ -170,8 +170,8 @@ public async Task CreateLargeFileShareOnStorageAccount() { //create storage account and enable large share string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); parameters.LargeFileSharesState = LargeFileSharesState.Enabled; @@ -195,8 +195,8 @@ public async Task StorageAccountRegenerateKey() { //create storage account and get keys string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); StorageAccountListKeysResult keys = await account1.GetKeysAsync(); @@ -221,8 +221,8 @@ public async Task CreateUpdataNetworkRule() { //create storage account with network rule string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); parameters.NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) { @@ -288,8 +288,8 @@ public async Task CreateStorageAccountWithBlockBlobStorage() { //create storage account with block blob storage string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.BlockBlobStorage); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -311,8 +311,8 @@ public async Task CreateStorageAccountWithFileStorage() { //create storage account with file storage string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.PremiumLRS); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.FileStorage); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -334,8 +334,8 @@ public async Task CreateStorageAccountWithEncrpytion() { //create storage account with encryption settings string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); parameters.Encryption = new Encryption(KeySource.MicrosoftStorage) { @@ -374,8 +374,8 @@ public async Task CreateStorageAccountWithAccessTier() { //create storage account with accesstier hot string accountName1 = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.BlobStorage); parameters.AccessTier = AccessTier.Hot; StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; @@ -387,7 +387,7 @@ public async Task CreateStorageAccountWithAccessTier() //create storage account with accesstier cool string accountName2 = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); + _resourceGroup = await CreateResourceGroupAsync(); parameters.AccessTier = AccessTier.Cool; account = (await storageAccountContainer.CreateOrUpdateAsync(accountName2, parameters)).Value; @@ -402,8 +402,8 @@ public async Task GetStorageAccountLastSyncTime() { //create storage account string accountName1 = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); Sku sku = new Sku(SkuName.StandardRagrs); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName1, parameters)).Value; @@ -423,8 +423,8 @@ public async Task StorageAccountRevokeUserDelegationKeys() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -437,8 +437,8 @@ public async Task ListStorageAccountAvailableLocations() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -452,8 +452,8 @@ public async Task ListStorageAccountSASWithDefaultProperties() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -473,8 +473,8 @@ public async Task ListStorageAccountSAS() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -500,8 +500,8 @@ public async Task ListServiceSASWithDefaultProperties() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; @@ -524,8 +524,8 @@ public async Task ListServiceSAS() { //create storage account string accountName = Recording.GenerateAssetName("storage"); - resourceGroup = await CreateResourceGroupAsync(); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs index 82fb04ad2acde..b3b059990b37a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/TableTests.cs @@ -11,37 +11,37 @@ namespace Azure.ResourceManager.Storage.Tests.Tests { public class TableTests:StorageTestBase { - private ResourceGroup resourceGroup; - private StorageAccount storageAccount; - private TableServiceContainer tableServiceContainer; - private TableService tableService; - private TableContainer tableContainer; + private ResourceGroup _resourceGroup; + private StorageAccount _storageAccount; + private TableServiceContainer _tableServiceContainer; + private TableService _tableService; + private TableContainer _tableContainer; public TableTests(bool async) : base(async) { } [SetUp] public async Task CreateStorageAccountAndGetTableContainer() { - resourceGroup = await CreateResourceGroupAsync(); + _resourceGroup = await CreateResourceGroupAsync(); string accountName = Recording.GenerateAssetName("storage"); - StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); - storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; - tableServiceContainer = storageAccount.GetTableServices(); - tableService = await tableServiceContainer.GetAsync("default"); - tableContainer = tableService.GetTables(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + _storageAccount = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; + _tableServiceContainer = _storageAccount.GetTableServices(); + _tableService = await _tableServiceContainer.GetAsync("default"); + _tableContainer = _tableService.GetTables(); } [TearDown] public async Task ClearStorageAccount() { - if (resourceGroup != null) + if (_resourceGroup != null) { - var storageAccountContainer = resourceGroup.GetStorageAccounts(); + var storageAccountContainer = _resourceGroup.GetStorageAccounts(); await foreach (StorageAccount account in storageAccountContainer.GetAllAsync()) { await account.DeleteAsync(); } - resourceGroup = null; - storageAccount = null; + _resourceGroup = null; + _storageAccount = null; } } [Test] @@ -50,22 +50,22 @@ public async Task CreateDeleteTable() { //create table string tableName = Recording.GenerateAssetName("testtable"); - Table table1 = (await tableContainer.CreateOrUpdateAsync(tableName)).Value; + Table table1 = (await _tableContainer.CreateOrUpdateAsync(tableName)).Value; Assert.IsNotNull(table1); Assert.AreEqual(table1.Id.Name, tableName); //validate if created successfully - Table table2 = await tableContainer.GetAsync(tableName); + Table table2 = await _tableContainer.GetAsync(tableName); AssertTableEqual(table1, table2); - Assert.IsTrue(await tableContainer.CheckIfExistsAsync(tableName)); - Assert.IsFalse(await tableContainer.CheckIfExistsAsync(tableName+ "1")); + Assert.IsTrue(await _tableContainer.CheckIfExistsAsync(tableName)); + Assert.IsFalse(await _tableContainer.CheckIfExistsAsync(tableName+ "1")); //delete table await table1.DeleteAsync(); //validate if deleted successfully - Assert.IsFalse(await tableContainer.CheckIfExistsAsync(tableName)); - Table table3 = await tableContainer.GetIfExistsAsync(tableName); + Assert.IsFalse(await _tableContainer.CheckIfExistsAsync(tableName)); + Table table3 = await _tableContainer.GetIfExistsAsync(tableName); Assert.IsNull(table3); } [Test] @@ -75,14 +75,14 @@ public async Task GetAllTables() //create two tables string tableName1 = Recording.GenerateAssetName("testtable1"); string tableName2 = Recording.GenerateAssetName("testtable2"); - Table table1 = (await tableContainer.CreateOrUpdateAsync(tableName1)).Value; - Table table2 = (await tableContainer.CreateOrUpdateAsync(tableName2)).Value; + Table table1 = (await _tableContainer.CreateOrUpdateAsync(tableName1)).Value; + Table table2 = (await _tableContainer.CreateOrUpdateAsync(tableName2)).Value; //validate two tables Table table3 = null; Table table4 = null; int count = 0; - await foreach (Table table in tableContainer.GetAllAsync()) + await foreach (Table table in _tableContainer.GetAllAsync()) { count++; if (table.Id.Name == tableName1) From 189a7caa3417d87e64386dee2a596b9ac47991a3 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 26 Aug 2021 14:45:08 +0800 Subject: [PATCH 07/27] regenerate code using autorest c# v3.0.0-beta20210825.2 --- .../src/Generated/BlobContainer.cs | 4 ++-- .../src/Generated/BlobContainerContainer.cs | 2 +- .../src/Generated/BlobInventoryPolicy.cs | 4 ++-- .../Generated/BlobInventoryPolicyContainer.cs | 2 +- .../src/Generated/BlobInventoryPolicyData.cs | 2 +- .../src/Generated/BlobService.cs | 4 ++-- .../src/Generated/BlobServiceContainer.cs | 2 +- .../src/Generated/BlobServiceData.cs | 2 +- .../src/Generated/DeletedAccount.cs | 4 ++-- .../src/Generated/DeletedAccountContainer.cs | 2 +- .../src/Generated/DeletedAccountData.cs | 2 +- .../src/Generated/EncryptionScope.cs | 4 ++-- .../src/Generated/EncryptionScopeContainer.cs | 2 +- .../src/Generated/EncryptionScopeData.cs | 2 +- .../Extensions/SubscriptionExtensions.cs | 6 +++--- .../src/Generated/FileService.cs | 4 ++-- .../src/Generated/FileServiceContainer.cs | 2 +- .../src/Generated/FileServiceData.cs | 2 +- .../src/Generated/FileShare.cs | 4 ++-- .../src/Generated/FileShareContainer.cs | 2 +- .../src/Generated/ManagementPolicy.cs | 4 ++-- .../Generated/ManagementPolicyContainer.cs | 2 +- .../src/Generated/ManagementPolicyData.cs | 2 +- .../Generated/Models/AzureEntityResource.cs | 2 +- .../BlobInventoryPolicyData.Serialization.cs | 2 +- .../src/Generated/Models/ListQueue.cs | 2 +- .../Generated/Models/PrivateLinkResource.cs | 2 +- .../StorageAccountData.Serialization.cs | 4 ++-- .../src/Generated/ObjectReplicationPolicy.cs | 4 ++-- .../ObjectReplicationPolicyContainer.cs | 2 +- .../Generated/ObjectReplicationPolicyData.cs | 2 +- .../Generated/PrivateEndpointConnection.cs | 4 ++-- .../PrivateEndpointConnectionContainer.cs | 2 +- .../PrivateEndpointConnectionData.cs | 2 +- .../src/Generated/QueueService.cs | 4 ++-- .../src/Generated/QueueServiceContainer.cs | 2 +- .../src/Generated/QueueServiceData.cs | 2 +- .../BlobContainersRestOperations.cs | 21 ++++++++++++++++++- .../BlobInventoryPoliciesRestOperations.cs | 10 ++++++++- .../BlobServicesRestOperations.cs | 9 +++++++- .../DeletedAccountsRestOperations.cs | 9 +++++++- .../EncryptionScopesRestOperations.cs | 11 +++++++++- .../FileServicesRestOperations.cs | 9 +++++++- .../FileSharesRestOperations.cs | 14 ++++++++++++- .../ManagementPoliciesRestOperations.cs | 9 +++++++- ...ObjectReplicationPoliciesRestOperations.cs | 10 ++++++++- ...rivateEndpointConnectionsRestOperations.cs | 10 ++++++++- .../PrivateLinkResourcesRestOperations.cs | 7 ++++++- .../RestOperations/QueueRestOperations.cs | 12 ++++++++++- .../QueueServicesRestOperations.cs | 9 +++++++- .../RestOperations/SkusRestOperations.cs | 7 ++++++- .../StorageAccountNameRestOperations.cs | 7 ++++++- .../StorageAccountsRestOperations.cs | 21 ++++++++++++++++++- .../RestOperations/TableRestOperations.cs | 12 ++++++++++- .../TableServicesRestOperations.cs | 9 +++++++- .../RestOperations/UsagesRestOperations.cs | 7 ++++++- .../src/Generated/StorageAccount.cs | 8 +++---- .../src/Generated/StorageAccountContainer.cs | 2 +- .../src/Generated/StorageAccountData.cs | 1 + .../src/Generated/StorageQueue.cs | 4 ++-- .../src/Generated/StorageQueueContainer.cs | 2 +- .../src/Generated/StorageQueueData.cs | 2 +- .../src/Generated/Table.cs | 4 ++-- .../src/Generated/TableContainer.cs | 2 +- .../src/Generated/TableData.cs | 2 +- .../src/Generated/TableService.cs | 4 ++-- .../src/Generated/TableServiceContainer.cs | 2 +- .../src/Generated/TableServiceData.cs | 2 +- 68 files changed, 253 insertions(+), 87 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs index 9f473d35655c0..e920e285117a7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainer.cs @@ -38,7 +38,7 @@ internal BlobContainer(ArmResource options, BlobContainerData resource) : base(o HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal BlobContainer(ArmResource options, BlobContainerData resource) : base(o internal BlobContainer(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs index 9c5f3e961f1cc..6b4a3f256bc20 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs @@ -35,7 +35,7 @@ protected BlobContainerContainer() internal BlobContainerContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobContainersRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs index 3a8ef5f10e463..5e2acfadb51c2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicy.cs @@ -38,7 +38,7 @@ internal BlobInventoryPolicy(ArmResource options, BlobInventoryPolicyData resour HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal BlobInventoryPolicy(ArmResource options, BlobInventoryPolicyData resour internal BlobInventoryPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs index 1ce92e042dab9..bd7acade7ad12 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs @@ -35,7 +35,7 @@ protected BlobInventoryPolicyContainer() internal BlobInventoryPolicyContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobInventoryPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs index 68b03f676be8d..f2a3a81464a70 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyData.cs @@ -7,7 +7,7 @@ using System; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs index eeffbb93624e8..3077bb5160372 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobService.cs @@ -37,7 +37,7 @@ internal BlobService(ArmResource options, BlobServiceData resource) : base(optio HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal BlobService(ArmResource options, BlobServiceData resource) : base(optio internal BlobService(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs index 6a2c65315284a..1137fa9c9baa3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs @@ -34,7 +34,7 @@ protected BlobServiceContainer() internal BlobServiceContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new BlobServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs index 6968f0de2b1c3..34a28cbb6c1a2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs index be4004b3cdbd7..7759b57f5e38e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccount.cs @@ -37,7 +37,7 @@ internal DeletedAccount(ArmResource options, DeletedAccountData resource) : base HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal DeletedAccount(ArmResource options, DeletedAccountData resource) : base internal DeletedAccount(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs index b5827773c50a9..4c0151cdad286 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs @@ -34,7 +34,7 @@ protected DeletedAccountContainer() internal DeletedAccountContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new DeletedAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs index 5517687236da6..777ba4f484300 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs index 3e1214439c646..be4cff51165e5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScope.cs @@ -37,7 +37,7 @@ internal EncryptionScope(ArmResource options, EncryptionScopeData resource) : ba HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal EncryptionScope(ArmResource options, EncryptionScopeData resource) : ba internal EncryptionScope(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs index 800d6f52496d2..5822f835125eb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs @@ -35,7 +35,7 @@ protected EncryptionScopeContainer() internal EncryptionScopeContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new EncryptionScopesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs index adaaf7a4523c9..1d80b3827d40c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeData.cs @@ -7,7 +7,7 @@ using System; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs index 4102302425886..33879e79365ca 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Extensions/SubscriptionExtensions.cs @@ -25,7 +25,7 @@ public static partial class SubscriptionExtensions #region StorageAccount private static StorageAccountsRestOperations GetStorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) { - return new StorageAccountsRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + return new StorageAccountsRestOperations(clientDiagnostics, pipeline, clientOptions, subscriptionId, endpoint); } /// Lists the StorageAccounts for this . @@ -160,7 +160,7 @@ public static DeletedAccountContainer GetDeletedAccounts(this Subscription subsc #region Sku private static SkusRestOperations GetSkusRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) { - return new SkusRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + return new SkusRestOperations(clientDiagnostics, pipeline, clientOptions, subscriptionId, endpoint); } /// Lists the SkuInformations for this . @@ -228,7 +228,7 @@ Page FirstPageFunc(int? pageSizeHint) #region StorageAccountName private static StorageAccountNameRestOperations GetStorageAccountNameRestOperations(ClientDiagnostics clientDiagnostics, TokenCredential credential, ArmClientOptions clientOptions, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null) { - return new StorageAccountNameRestOperations(clientDiagnostics, pipeline, subscriptionId, endpoint); + return new StorageAccountNameRestOperations(clientDiagnostics, pipeline, clientOptions, subscriptionId, endpoint); } /// Checks that the storage account name is valid and is not already in use. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs index 1ef5cb864c5b3..7cb19e4ae4c63 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileService.cs @@ -37,7 +37,7 @@ internal FileService(ArmResource options, FileServiceData resource) : base(optio HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal FileService(ArmResource options, FileServiceData resource) : base(optio internal FileService(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs index 4eaf4e12a60c2..b0e8976536d86 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs @@ -34,7 +34,7 @@ protected FileServiceContainer() internal FileServiceContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs index 57319fbd281b6..be208fd19a674 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs index 5a44dfc95f1a2..108b8c9a22c29 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShare.cs @@ -38,7 +38,7 @@ internal FileShare(ArmResource options, FileShareData resource) : base(options, HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal FileShare(ArmResource options, FileShareData resource) : base(options, internal FileShare(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs index 9b04223dbdb91..b93419d04d21a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs @@ -35,7 +35,7 @@ protected FileShareContainer() internal FileShareContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new FileSharesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs index cd0ae1800afcc..f2ded31c2bfbc 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicy.cs @@ -38,7 +38,7 @@ internal ManagementPolicy(ArmResource options, ManagementPolicyData resource) : HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal ManagementPolicy(ArmResource options, ManagementPolicyData resource) : internal ManagementPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs index 2c042a13f56e4..c8641007d0554 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs @@ -33,7 +33,7 @@ protected ManagementPolicyContainer() internal ManagementPolicyContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ManagementPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs index aca913750d904..c538da1a3d79a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyData.cs @@ -7,7 +7,7 @@ using System; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs index 73876b57212c7..893281d22b8a0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/AzureEntityResource.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage.Models { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs index 18d648cfa00a6..0ca30ae3771d1 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/BlobInventoryPolicyData.Serialization.cs @@ -9,7 +9,7 @@ using System.Text.Json; using Azure.Core; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs index c525be4f0125d..82a403576ce60 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/ListQueue.cs @@ -8,7 +8,7 @@ using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage.Models { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs index 94631474fa8f5..aee83b69dcba0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/PrivateLinkResource.cs @@ -8,7 +8,7 @@ using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage.Models { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs index 8cc725d5696f0..1673e33ea60f9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Models/StorageAccountData.Serialization.cs @@ -98,7 +98,7 @@ void IUtf8JsonSerializable.Write(Utf8JsonWriter writer) internal static StorageAccountData DeserializeStorageAccountData(JsonElement element) { - Optional sku = default; + Optional sku = default; Optional kind = default; Optional identity = default; Optional extendedLocation = default; @@ -146,7 +146,7 @@ internal static StorageAccountData DeserializeStorageAccountData(JsonElement ele property.ThrowNonNullablePropertyIsNull(); continue; } - sku = Models.Sku.DeserializeSku(property.Value); + sku = Sku.DeserializeSku(property.Value); continue; } if (property.NameEquals("kind")) diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs index 4da3f73a18b07..6520d319c6d77 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicy.cs @@ -38,7 +38,7 @@ internal ObjectReplicationPolicy(ArmResource options, ObjectReplicationPolicyDat HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal ObjectReplicationPolicy(ArmResource options, ObjectReplicationPolicyDat internal ObjectReplicationPolicy(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs index 610375b6457a3..b08ffe1fdb3d8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs @@ -35,7 +35,7 @@ protected ObjectReplicationPolicyContainer() internal ObjectReplicationPolicyContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new ObjectReplicationPoliciesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs index a4456d8a28951..0d69cc9f699c4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyData.cs @@ -9,7 +9,7 @@ using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs index 612c7e60fcd9a..0c69706cc8c5b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnection.cs @@ -38,7 +38,7 @@ internal PrivateEndpointConnection(ArmResource options, PrivateEndpointConnectio HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal PrivateEndpointConnection(ArmResource options, PrivateEndpointConnectio internal PrivateEndpointConnection(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs index 53016d325c0af..f631f692428e8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs @@ -35,7 +35,7 @@ protected PrivateEndpointConnectionContainer() internal PrivateEndpointConnectionContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new PrivateEndpointConnectionsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs index bad4e32321f7f..057753bdcc894 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs index 2be6ba259a93b..a2c9f63a4c8e5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueService.cs @@ -37,7 +37,7 @@ internal QueueService(ArmResource options, QueueServiceData resource) : base(opt HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal QueueService(ArmResource options, QueueServiceData resource) : base(opt internal QueueService(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs index 4702d649830c5..9023ed77febeb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs @@ -34,7 +34,7 @@ protected QueueServiceContainer() internal QueueServiceContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs index 1fa82d83d22b1..6df3eb34a7a88 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs index ae71605f6187c..da96a3d137183 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobContainersRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class BlobContainersRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of BlobContainersRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public BlobContainersRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public BlobContainersRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string blobServicesName, string maxpagesize, string filter, ListContainersInclude? include) @@ -71,6 +75,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun } request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -178,6 +183,7 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(blobContainer); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -301,6 +307,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(blobContainer); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -418,6 +425,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -528,6 +536,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(containerName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -632,6 +641,7 @@ internal HttpMessage CreateSetLegalHoldRequest(string resourceGroupName, string var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(legalHold); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -754,6 +764,7 @@ internal HttpMessage CreateClearLegalHoldRequest(string resourceGroupName, strin var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(legalHold); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -884,6 +895,7 @@ internal HttpMessage CreateCreateOrUpdateImmutabilityPolicyRequest(string resour content.JsonWriter.WriteObjectValue(parameters); request.Content = content; } + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1001,6 +1013,7 @@ internal HttpMessage CreateGetImmutabilityPolicyRequest(string resourceGroupName request.Headers.Add("If-Match", ifMatch); } request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1113,6 +1126,7 @@ internal HttpMessage CreateDeleteImmutabilityPolicyRequest(string resourceGroupN request.Uri = uri; request.Headers.Add("If-Match", ifMatch); request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1232,6 +1246,7 @@ internal HttpMessage CreateLockImmutabilityPolicyRequest(string resourceGroupNam request.Uri = uri; request.Headers.Add("If-Match", ifMatch); request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1358,6 +1373,7 @@ internal HttpMessage CreateExtendImmutabilityPolicyRequest(string resourceGroupN content.JsonWriter.WriteObjectValue(parameters); request.Content = content; } + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1485,6 +1501,7 @@ internal HttpMessage CreateLeaseRequest(string resourceGroupName, string account content.JsonWriter.WriteObjectValue(parameters); request.Content = content; } + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1595,6 +1612,7 @@ internal HttpMessage CreateObjectLevelWormRequest(string resourceGroupName, stri uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1684,6 +1702,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourc uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs index ffc7910ddfb31..0d7997b434fa9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobInventoryPoliciesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class BlobInventoryPoliciesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of BlobInventoryPoliciesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public BlobInventoryPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public BlobInventoryPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, BlobInventoryPolicyName blobInventoryPolicyName) @@ -58,6 +62,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -153,6 +158,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(properties); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -250,6 +256,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -328,6 +335,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs index 27b7a51d25d83..dd78d96a2ed78 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/BlobServicesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class BlobServicesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of BlobServicesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public BlobServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public BlobServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -146,6 +151,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -251,6 +257,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs index 457f8cc735146..e9c7a33956b01 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/DeletedAccountsRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class DeletedAccountsRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of DeletedAccountsRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public DeletedAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public DeletedAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest() @@ -53,6 +57,7 @@ internal HttpMessage CreateGetAllRequest() uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -112,6 +117,7 @@ internal HttpMessage CreateGetRequest(string location, string deletedAccountName uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -193,6 +199,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink) uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs index 7caa6c9a6ebc4..7cc038bedbaba 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/EncryptionScopesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class EncryptionScopesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of EncryptionScopesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public EncryptionScopesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public EncryptionScopesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreatePutRequest(string resourceGroupName, string accountName, string encryptionScopeName, EncryptionScopeData encryptionScope) @@ -62,6 +66,7 @@ internal HttpMessage CreatePutRequest(string resourceGroupName, string accountNa var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(encryptionScope); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -173,6 +178,7 @@ internal HttpMessage CreatePatchRequest(string resourceGroupName, string account var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(encryptionScope); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -278,6 +284,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -376,6 +383,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -453,6 +461,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourc uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs index 3cbc3792016e5..50d6af78b05c6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileServicesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class FileServicesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of FileServicesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public FileServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public FileServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -146,6 +151,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -251,6 +257,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs index dd4fe15d36dd8..d9040c6c0c99e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/FileSharesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class FileSharesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of FileSharesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public FileSharesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public FileSharesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName, string fileServicesName, string maxpagesize, string filter, string expand) @@ -71,6 +75,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun } request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -182,6 +187,7 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(fileShare); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -307,6 +313,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(fileShare); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -432,6 +439,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa request.Headers.Add("x-ms-snapshot", xMsSnapshot); } request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -555,6 +563,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun request.Headers.Add("x-ms-snapshot", xMsSnapshot); } request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -663,6 +672,7 @@ internal HttpMessage CreateRestoreRequest(string resourceGroupName, string accou var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(deletedShare); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -782,6 +792,7 @@ internal HttpMessage CreateLeaseRequest(string resourceGroupName, string account content.JsonWriter.WriteObjectValue(parameters); request.Content = content; } + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -883,6 +894,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourc uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs index 726d8184edb91..ec5a29453fbe6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ManagementPoliciesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class ManagementPoliciesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of ManagementPoliciesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public ManagementPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public ManagementPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetRequest(string resourceGroupName, string accountName, ManagementPolicyName managementPolicyName) @@ -58,6 +62,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -153,6 +158,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(properties); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -249,6 +255,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(managementPolicyName.ToString(), true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs index b2d9d419a2ba5..776e8c44f1568 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/ObjectReplicationPoliciesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class ObjectReplicationPoliciesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of ObjectReplicationPoliciesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public ObjectReplicationPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public ObjectReplicationPoliciesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -142,6 +147,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -245,6 +251,7 @@ internal HttpMessage CreateCreateOrUpdateRequest(string resourceGroupName, strin var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(properties); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -350,6 +357,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs index 04a2af4eead83..0eaffeed07cb0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateEndpointConnectionsRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class PrivateEndpointConnectionsRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of PrivateEndpointConnectionsRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public PrivateEndpointConnectionsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public PrivateEndpointConnectionsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -142,6 +147,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -245,6 +251,7 @@ internal HttpMessage CreatePutRequest(string resourceGroupName, string accountNa var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(properties); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -350,6 +357,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs index b8938738a1b89..94da2b5bf3e23 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/PrivateLinkResourcesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class PrivateLinkResourcesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of PrivateLinkResourcesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public PrivateLinkResourcesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public PrivateLinkResourcesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllByStorageAccountRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllByStorageAccountRequest(string resourceGroupNam uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs index 876fcf864277c..7548bfa39199a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class QueueRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of QueueRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public QueueRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public QueueRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string queueServiceName, string queueName, StorageQueueData queue) @@ -64,6 +68,7 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(queue); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -185,6 +190,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(queue); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -302,6 +308,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -413,6 +420,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -517,6 +525,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun } request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -608,6 +617,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourc uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs index 9c79a717012c2..c2864a23c4433 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/QueueServicesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class QueueServicesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of QueueServicesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public QueueServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public QueueServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -146,6 +151,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -251,6 +257,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs index e32449e5651a4..467b867fae7fe 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/SkusRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class SkusRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of SkusRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public SkusRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public SkusRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest() @@ -53,6 +57,7 @@ internal HttpMessage CreateGetAllRequest() uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs index 892b98b79f35d..eae367c2384ee 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountNameRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class StorageAccountNameRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of StorageAccountNameRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public StorageAccountNameRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public StorageAccountNameRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateCheckAvailabilityRequest(StorageAccountCheckNameAvailabilityParameters accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateCheckAvailabilityRequest(StorageAccountCheckNameAvail var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(accountName); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs index 7736785ccf0d3..161d27b69450d 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/StorageAccountsRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class StorageAccountsRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of StorageAccountsRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public StorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public StorageAccountsRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters) @@ -60,6 +64,7 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -144,6 +149,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendPath(accountName, true); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -223,6 +229,7 @@ internal HttpMessage CreateGetPropertiesRequest(string resourceGroupName, string } request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -316,6 +323,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -406,6 +414,7 @@ internal HttpMessage CreateGetAllRequest() uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -464,6 +473,7 @@ internal HttpMessage CreateGetAllByResourceGroupRequest(string resourceGroupName uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -539,6 +549,7 @@ internal HttpMessage CreateGetKeysRequest(string resourceGroupName, string accou uri.AppendQuery("$expand", "kerb", true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -627,6 +638,7 @@ internal HttpMessage CreateRegenerateKeyRequest(string resourceGroupName, string var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(regenerateKey); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -725,6 +737,7 @@ internal HttpMessage CreateGetAccountSASRequest(string resourceGroupName, string var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -823,6 +836,7 @@ internal HttpMessage CreateGetServiceSASRequest(string resourceGroupName, string var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -916,6 +930,7 @@ internal HttpMessage CreateFailoverRequest(string resourceGroupName, string acco uri.AppendPath("/failover", false); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -996,6 +1011,7 @@ internal HttpMessage CreateRestoreBlobRangesRequest(string resourceGroupName, st var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1081,6 +1097,7 @@ internal HttpMessage CreateRevokeUserDelegationKeysRequest(string resourceGroupN uri.AppendPath("/revokeUserDelegationKeys", false); uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1148,6 +1165,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink) uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -1215,6 +1233,7 @@ internal HttpMessage CreateGetAllByResourceGroupNextPageRequest(string nextLink, uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs index d84f74da8361e..ac730d1aa4851 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class TableRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of TableRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public TableRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public TableRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateCreateRequest(string resourceGroupName, string accountName, string tableServiceName, string tableName) @@ -60,6 +64,7 @@ internal HttpMessage CreateCreateRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -167,6 +172,7 @@ internal HttpMessage CreateUpdateRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -274,6 +280,7 @@ internal HttpMessage CreateGetRequest(string resourceGroupName, string accountNa uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -385,6 +392,7 @@ internal HttpMessage CreateDeleteRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -481,6 +489,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -568,6 +577,7 @@ internal HttpMessage CreateGetAllNextPageRequest(string nextLink, string resourc uri.AppendRawNextLink(nextLink, false); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs index fee9ff5f7d318..e94bf3bd827dc 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/TableServicesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class TableServicesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of TableServicesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public TableServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public TableServicesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accountName) @@ -57,6 +61,7 @@ internal HttpMessage CreateGetAllRequest(string resourceGroupName, string accoun uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -146,6 +151,7 @@ internal HttpMessage CreateSetServicePropertiesRequest(string resourceGroupName, var content = new Utf8JsonRequestContent(); content.JsonWriter.WriteObjectValue(parameters); request.Content = content; + message.SetProperty("UserAgentOverride", _userAgent); return message; } @@ -251,6 +257,7 @@ internal HttpMessage CreateGetServicePropertiesRequest(string resourceGroupName, uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs index 1d8ca54da34a2..7920fb2c52d63 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/RestOperations/UsagesRestOperations.cs @@ -12,6 +12,7 @@ using Azure; using Azure.Core; using Azure.Core.Pipeline; +using Azure.ResourceManager.Core; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -23,21 +24,24 @@ internal partial class UsagesRestOperations private string apiVersion; private ClientDiagnostics _clientDiagnostics; private HttpPipeline _pipeline; + private readonly string _userAgent; /// Initializes a new instance of UsagesRestOperations. /// The handler for diagnostic messaging in the client. /// The HTTP pipeline for sending and receiving REST requests and responses. + /// The client options used to construct the current client. /// The ID of the target subscription. /// server parameter. /// Api Version. /// or is null. - public UsagesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") + public UsagesRestOperations(ClientDiagnostics clientDiagnostics, HttpPipeline pipeline, ClientOptions options, string subscriptionId, Uri endpoint = null, string apiVersion = "2021-04-01") { this.subscriptionId = subscriptionId ?? throw new ArgumentNullException(nameof(subscriptionId)); this.endpoint = endpoint ?? new Uri("https://management.azure.com"); this.apiVersion = apiVersion ?? throw new ArgumentNullException(nameof(apiVersion)); _clientDiagnostics = clientDiagnostics; _pipeline = pipeline; + _userAgent = HttpMessageUtilities.GetUserAgentName(this, options); } internal HttpMessage CreateGetAllByLocationRequest(string location) @@ -55,6 +59,7 @@ internal HttpMessage CreateGetAllByLocationRequest(string location) uri.AppendQuery("api-version", apiVersion, true); request.Uri = uri; request.Headers.Add("Accept", "application/json"); + message.SetProperty("UserAgentOverride", _userAgent); return message; } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs index c557850c5937e..f11380d9b97eb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs @@ -39,8 +39,8 @@ internal StorageAccount(ArmResource options, StorageAccountData resource) : base HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); - _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -49,8 +49,8 @@ internal StorageAccount(ArmResource options, StorageAccountData resource) : base internal StorageAccount(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); - _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); + _privateLinkResourcesRestClient = new PrivateLinkResourcesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs index 015646ba0b448..78b134bb843e9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountContainer.cs @@ -35,7 +35,7 @@ protected StorageAccountContainer() internal StorageAccountContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new StorageAccountsRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs index de220a9f238fb..8fac2cb1da3b0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccountData.cs @@ -9,6 +9,7 @@ using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Storage.Models; diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs index f1261b9fd6f48..3fdbfbf4d404f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueue.cs @@ -38,7 +38,7 @@ internal StorageQueue(ArmResource options, StorageQueueData resource) : base(opt HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal StorageQueue(ArmResource options, StorageQueueData resource) : base(opt internal StorageQueue(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs index 97b024f8233b2..a667d43b54db5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs @@ -35,7 +35,7 @@ protected StorageQueueContainer() internal StorageQueueContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new QueueRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs index 54211102279e8..286a8731c5032 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueData.cs @@ -8,7 +8,7 @@ using System.Collections.Generic; using Azure.Core; using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs index 7646ebb0e143d..2062e5d794afd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/Table.cs @@ -38,7 +38,7 @@ internal Table(ArmResource options, TableData resource) : base(options, resource HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -47,7 +47,7 @@ internal Table(ArmResource options, TableData resource) : base(options, resource internal Table(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs index 1edf6999e4cd2..a948296cb03f2 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs @@ -35,7 +35,7 @@ protected TableContainer() internal TableContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs index 89f94f4bfd36a..4b355ca12d41b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; namespace Azure.ResourceManager.Storage { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs index 8823d57b624f1..ea620e74a3d9f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableService.cs @@ -37,7 +37,7 @@ internal TableService(ArmResource options, TableServiceData resource) : base(opt HasData = true; _data = resource; _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Initializes a new instance of the class. @@ -46,7 +46,7 @@ internal TableService(ArmResource options, TableServiceData resource) : base(opt internal TableService(ArmResource options, ResourceIdentifier id) : base(options, id) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the resource type for the operations. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs index 3be12035a796e..4576aab77c526 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs @@ -34,7 +34,7 @@ protected TableServiceContainer() internal TableServiceContainer(ArmResource parent) : base(parent) { _clientDiagnostics = new ClientDiagnostics(ClientOptions); - _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, Id.SubscriptionId, BaseUri); + _restClient = new TableServicesRestOperations(_clientDiagnostics, Pipeline, ClientOptions, Id.SubscriptionId, BaseUri); } /// Gets the valid resource type for this object. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs index dbbdcb84576bd..30c622d43ef1e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceData.cs @@ -6,7 +6,7 @@ #nullable disable using Azure.ResourceManager; -using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Models; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage From 090df193e5bdb4d4d3543342291ab48c4836887e Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Thu, 26 Aug 2021 16:33:55 +0800 Subject: [PATCH 08/27] update api --- ....ResourceManager.Storage.netstandard2.0.cs | 44 +++++++------------ 1 file changed, 17 insertions(+), 27 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs index 6ef9079ccf233..f6f339f548fc4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs @@ -103,12 +103,12 @@ protected BlobInventoryPolicyContainer() { } public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BlobInventoryPolicyData : Azure.ResourceManager.Resources.Models.Resource + public partial class BlobInventoryPolicyData : Azure.ResourceManager.Models.Resource { public BlobInventoryPolicyData() { } public System.DateTimeOffset? LastModifiedTime { get { throw null; } } public Azure.ResourceManager.Storage.Models.BlobInventoryPolicySchema Policy { get { throw null; } set { } } - public Azure.ResourceManager.Storage.Models.SystemData SystemData { get { throw null; } } + public Azure.ResourceManager.Models.SystemData SystemData { get { throw null; } } } public partial class BlobService : Azure.ResourceManager.Core.ArmResource { @@ -140,7 +140,7 @@ protected BlobServiceContainer() { } public virtual Azure.Response GetIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class BlobServiceData : Azure.ResourceManager.Resources.Models.Resource + public partial class BlobServiceData : Azure.ResourceManager.Models.Resource { public BlobServiceData() { } public bool? AutomaticSnapshotPolicyEnabled { get { throw null; } set { } } @@ -181,7 +181,7 @@ protected DeletedAccountContainer() { } public virtual Azure.Response GetIfExists(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string deletedAccountName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class DeletedAccountData : Azure.ResourceManager.Resources.Models.Resource + public partial class DeletedAccountData : Azure.ResourceManager.Models.Resource { public DeletedAccountData() { } public string CreationTime { get { throw null; } } @@ -221,7 +221,7 @@ protected EncryptionScopeContainer() { } public virtual Azure.Response GetIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class EncryptionScopeData : Azure.ResourceManager.Resources.Models.Resource + public partial class EncryptionScopeData : Azure.ResourceManager.Models.Resource { public EncryptionScopeData() { } public System.DateTimeOffset? CreationTime { get { throw null; } } @@ -261,7 +261,7 @@ protected FileServiceContainer() { } public virtual Azure.Response GetIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class FileServiceData : Azure.ResourceManager.Resources.Models.Resource + public partial class FileServiceData : Azure.ResourceManager.Models.Resource { public FileServiceData() { } public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } @@ -357,7 +357,7 @@ protected ManagementPolicyContainer() { } public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ManagementPolicyData : Azure.ResourceManager.Resources.Models.Resource + public partial class ManagementPolicyData : Azure.ResourceManager.Models.Resource { public ManagementPolicyData() { } public System.DateTimeOffset? LastModifiedTime { get { throw null; } } @@ -394,7 +394,7 @@ protected ObjectReplicationPolicyContainer() { } public virtual Azure.Response GetIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class ObjectReplicationPolicyData : Azure.ResourceManager.Resources.Models.Resource + public partial class ObjectReplicationPolicyData : Azure.ResourceManager.Models.Resource { public ObjectReplicationPolicyData() { } public string DestinationAccount { get { throw null; } set { } } @@ -434,7 +434,7 @@ protected PrivateEndpointConnectionContainer() { } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Resources.Models.Resource + public partial class PrivateEndpointConnectionData : Azure.ResourceManager.Models.Resource { public PrivateEndpointConnectionData() { } public Azure.ResourceManager.Storage.Models.PrivateEndpoint PrivateEndpoint { get { throw null; } set { } } @@ -471,7 +471,7 @@ protected QueueServiceContainer() { } public virtual Azure.Response GetIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class QueueServiceData : Azure.ResourceManager.Resources.Models.Resource + public partial class QueueServiceData : Azure.ResourceManager.Models.Resource { public QueueServiceData() { } public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } @@ -544,7 +544,7 @@ protected StorageAccountContainer() { } public virtual Azure.Response GetIfExists(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string accountName, Azure.ResourceManager.Storage.Models.StorageAccountExpand? expand = default(Azure.ResourceManager.Storage.Models.StorageAccountExpand?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class StorageAccountData : Azure.ResourceManager.Resources.Models.TrackedResource + public partial class StorageAccountData : Azure.ResourceManager.Models.TrackedResource { public StorageAccountData(Azure.ResourceManager.Resources.Models.Location location) : base (default(Azure.ResourceManager.Resources.Models.Location)) { } public Azure.ResourceManager.Storage.Models.AccessTier? AccessTier { get { throw null; } } @@ -615,7 +615,7 @@ protected StorageQueueContainer() { } public virtual Azure.Response GetIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class StorageQueueData : Azure.ResourceManager.Resources.Models.Resource + public partial class StorageQueueData : Azure.ResourceManager.Models.Resource { public StorageQueueData() { } public int? ApproximateMessageCount { get { throw null; } } @@ -666,7 +666,7 @@ protected TableContainer() { } public virtual Azure.Response GetIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TableData : Azure.ResourceManager.Resources.Models.Resource + public partial class TableData : Azure.ResourceManager.Models.Resource { public TableData() { } public string TableName { get { throw null; } } @@ -701,7 +701,7 @@ protected TableServiceContainer() { } public virtual Azure.Response GetIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } } - public partial class TableServiceData : Azure.ResourceManager.Resources.Models.Resource + public partial class TableServiceData : Azure.ResourceManager.Models.Resource { public TableServiceData() { } public Azure.ResourceManager.Storage.Models.CorsRules Cors { get { throw null; } set { } } @@ -748,7 +748,7 @@ public ActiveDirectoryProperties(string domainName, string netBiosDomainName, st public string ForestName { get { throw null; } set { } } public string NetBiosDomainName { get { throw null; } set { } } } - public partial class AzureEntityResource : Azure.ResourceManager.Resources.Models.Resource + public partial class AzureEntityResource : Azure.ResourceManager.Models.Resource { public AzureEntityResource() { } public string Etag { get { throw null; } } @@ -1820,7 +1820,7 @@ public ListContainerItem() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.ListContainersInclude left, Azure.ResourceManager.Storage.Models.ListContainersInclude right) { throw null; } public override string ToString() { throw null; } } - public partial class ListQueue : Azure.ResourceManager.Resources.Models.Resource + public partial class ListQueue : Azure.ResourceManager.Models.Resource { public ListQueue() { } public System.Collections.Generic.IDictionary Metadata { get { throw null; } } @@ -2152,7 +2152,7 @@ protected PrivateEndpointConnectionPutOperation() { } public static bool operator !=(Azure.ResourceManager.Storage.Models.PrivateEndpointServiceConnectionStatus left, Azure.ResourceManager.Storage.Models.PrivateEndpointServiceConnectionStatus right) { throw null; } public override string ToString() { throw null; } } - public partial class PrivateLinkResource : Azure.ResourceManager.Resources.Models.Resource + public partial class PrivateLinkResource : Azure.ResourceManager.Models.Resource { public PrivateLinkResource() { } public string GroupId { get { throw null; } } @@ -2711,16 +2711,6 @@ public StorageAccountUpdateParameters() { } public Azure.ResourceManager.Storage.Models.Sku Sku { get { throw null; } set { } } public System.Collections.Generic.IDictionary Tags { get { throw null; } } } - public partial class SystemData - { - internal SystemData() { } - public System.DateTimeOffset? CreatedAt { get { throw null; } } - public string CreatedBy { get { throw null; } } - public Azure.ResourceManager.Storage.Models.CreatedByType? CreatedByType { get { throw null; } } - public System.DateTimeOffset? LastModifiedAt { get { throw null; } } - public string LastModifiedBy { get { throw null; } } - public Azure.ResourceManager.Storage.Models.CreatedByType? LastModifiedByType { get { throw null; } } - } public partial class TableCreateOperation : Azure.Operation { protected TableCreateOperation() { } From cec8bfbd75e78e616bd36e86eeaaaf01cbe60b4a Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Fri, 27 Aug 2021 10:17:43 +0800 Subject: [PATCH 09/27] generate code using autorest c# v3.0.0-beta.20210826.2 --- .../src/Azure.ResourceManager.Storage.csproj | 2 +- .../src/Generated/BlobContainerContainer.cs | 47 ------------------- .../Generated/BlobInventoryPolicyContainer.cs | 47 ------------------- .../src/Generated/BlobServiceContainer.cs | 47 ------------------- .../src/Generated/DeletedAccountContainer.cs | 8 ++-- .../src/Generated/EncryptionScopeContainer.cs | 47 ------------------- .../src/Generated/FileServiceContainer.cs | 47 ------------------- .../src/Generated/FileShareContainer.cs | 47 ------------------- .../Generated/ManagementPolicyContainer.cs | 47 ------------------- .../ObjectReplicationPolicyContainer.cs | 47 ------------------- .../PrivateEndpointConnectionContainer.cs | 47 ------------------- .../src/Generated/QueueServiceContainer.cs | 47 ------------------- .../src/Generated/StorageQueueContainer.cs | 47 ------------------- .../src/Generated/TableContainer.cs | 47 ------------------- .../src/Generated/TableServiceContainer.cs | 47 ------------------- 15 files changed, 5 insertions(+), 616 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index 6070e4202335f..fdd4f07746437 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -1,6 +1,6 @@ - 1.0.0-preview.3 + 1.0.0-beta.1 Azure.ResourceManager.Storage Azure management client SDK for Azure resource provider Microsoft.Storage. diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs index 6b4a3f256bc20..a4dbb52246039 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobContainerContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -345,52 +344,6 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobContainer.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobContainerContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobContainer.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs index bd7acade7ad12..648488f5b27ce 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobInventoryPolicyContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -271,52 +270,6 @@ async Task> FirstPageFunc(int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobInventoryPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobInventoryPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobInventoryPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs index 1137fa9c9baa3..1204abb18dce3 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/BlobServiceContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Storage { @@ -240,52 +239,6 @@ async Task> FirstPageFunc(int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("BlobServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(BlobService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs index 4c0151cdad286..9acc6cadbdd40 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/DeletedAccountContainer.cs @@ -270,7 +270,7 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. + /// Filters the list of for this subscription represented as generic resources. /// The filter used in this operation. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. @@ -284,7 +284,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil { var filters = new ResourceFilterCollection(DeletedAccount.ResourceType); filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); + return ResourceListOperations.GetAtContext(Parent as Subscription, filters, expand, top, cancellationToken); } catch (Exception e) { @@ -293,7 +293,7 @@ public virtual Pageable GetAllAsGenericResources(string nameFil } } - /// Filters the list of for this resource group represented as generic resources. + /// Filters the list of for this subscription represented as generic resources. /// The filter used in this operation. /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. /// The number of results to return. @@ -307,7 +307,7 @@ public virtual AsyncPageable GetAllAsGenericResourcesAsync(stri { var filters = new ResourceFilterCollection(DeletedAccount.ResourceType); filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); + return ResourceListOperations.GetAtContextAsync(Parent as Subscription, filters, expand, top, cancellationToken); } catch (Exception e) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs index 5822f835125eb..7adf4dc23dc32 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/EncryptionScopeContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -339,52 +338,6 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHin return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(EncryptionScope.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("EncryptionScopeContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(EncryptionScope.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs index b0e8976536d86..78f092c5e6a8a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileServiceContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Storage { @@ -230,52 +229,6 @@ public virtual Response> GetAll(CancellationToken can } } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(FileService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(FileService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs index b93419d04d21a..06151c93ea1b0 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/FileShareContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -359,52 +358,6 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(FileShare.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("FileShareContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(FileShare.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs index c8641007d0554..7f97b5a660f19 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ManagementPolicyContainer.cs @@ -12,7 +12,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -223,52 +222,6 @@ public async virtual Task> CheckIfExistsAsync(ManagementPolicyNam } } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(ManagementPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ManagementPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(ManagementPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs index b08ffe1fdb3d8..8073e1b49775b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/ObjectReplicationPolicyContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -309,52 +308,6 @@ async Task> FirstPageFunc(int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(ObjectReplicationPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("ObjectReplicationPolicyContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(ObjectReplicationPolicy.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs index f631f692428e8..c57e0b7025431 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/PrivateEndpointConnectionContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -309,52 +308,6 @@ async Task> FirstPageFunc(int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, null); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(PrivateEndpointConnection.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("PrivateEndpointConnectionContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(PrivateEndpointConnection.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs index 9023ed77febeb..1f275635d12a6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/QueueServiceContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Storage { @@ -230,52 +229,6 @@ public virtual Response> GetAll(CancellationToken ca } } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(QueueService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("QueueServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(QueueService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs index a667d43b54db5..6ff2e67a62053 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageQueueContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -343,52 +342,6 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(StorageQueue.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("StorageQueueContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(StorageQueue.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs index a948296cb03f2..0b7b8842d77a4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; using Azure.ResourceManager.Storage.Models; namespace Azure.ResourceManager.Storage @@ -329,52 +328,6 @@ async Task> NextPageFunc(string nextLink, int? pageSizeHint) return PageableHelpers.CreateAsyncEnumerable(FirstPageFunc, NextPageFunc); } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(Table.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(Table.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs index 4576aab77c526..5ee9099dca2dc 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/TableServiceContainer.cs @@ -14,7 +14,6 @@ using Azure.Core.Pipeline; using Azure.ResourceManager; using Azure.ResourceManager.Core; -using Azure.ResourceManager.Resources; namespace Azure.ResourceManager.Storage { @@ -230,52 +229,6 @@ public virtual Response> GetAll(CancellationToken ca } } - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// A collection of resource that may take multiple service requests to iterate over. - public virtual Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(TableService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContext(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - - /// Filters the list of for this resource group represented as generic resources. - /// The filter used in this operation. - /// Comma-separated list of additional properties to be included in the response. Valid values include `createdTime`, `changedTime` and `provisioningState`. - /// The number of results to return. - /// A token to allow the caller to cancel the call to the service. The default value is . - /// An async collection of resource that may take multiple service requests to iterate over. - public virtual AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = null, CancellationToken cancellationToken = default) - { - using var scope = _clientDiagnostics.CreateScope("TableServiceContainer.GetAllAsGenericResources"); - scope.Start(); - try - { - var filters = new ResourceFilterCollection(TableService.ResourceType); - filters.SubstringFilter = nameFilter; - return ResourceListOperations.GetAtContextAsync(Parent as ResourceGroup, filters, expand, top, cancellationToken); - } - catch (Exception e) - { - scope.Failed(e); - throw; - } - } - // Builders. // public ArmBuilder Construct() { } } From 6d41dd96e19fac01f179e9c0623f569ab1ea79fa Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Fri, 27 Aug 2021 10:29:19 +0800 Subject: [PATCH 10/27] update api and README.md --- .../Azure.ResourceManager.Storage/README.md | 2 +- ....ResourceManager.Storage.netstandard2.0.cs | 26 ------------------- 2 files changed, 1 insertion(+), 27 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 8670955db6e65..65ace7691e195 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -9,7 +9,7 @@ This package follows the [new Azure SDK guidelines](https://azure.github.io/azur Install the Azure Storage management library for .NET with [NuGet](https://www.nuget.org/): ```PowerShell -Install-Package Azure.ResourceManager.Storage -Version 1.0.0-preview.2 +Install-Package Azure.ResourceManager.Storage -Version 1.0.0-beta1 ``` ### Prerequisites diff --git a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs index f6f339f548fc4..3315afb10ec6a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/api/Azure.ResourceManager.Storage.netstandard2.0.cs @@ -44,8 +44,6 @@ protected BlobContainerContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string containerName, Azure.ResourceManager.Storage.BlobContainerData blobContainer, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, Azure.ResourceManager.Storage.Models.ListContainersInclude? include = default(Azure.ResourceManager.Storage.Models.ListContainersInclude?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string containerName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -96,8 +94,6 @@ protected BlobInventoryPolicyContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, Azure.ResourceManager.Storage.BlobInventoryPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.BlobInventoryPolicyName blobInventoryPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -133,8 +129,6 @@ protected BlobServiceContainer() { } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string blobServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -214,8 +208,6 @@ protected EncryptionScopeContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string encryptionScopeName, Azure.ResourceManager.Storage.EncryptionScopeData encryptionScope, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string encryptionScopeName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -254,8 +246,6 @@ protected FileServiceContainer() { } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string fileServicesName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -299,8 +289,6 @@ protected FileShareContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string shareName, Azure.ResourceManager.Storage.FileShareData fileShare, string expand = null, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, string expand = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string shareName, string expand = null, string xMsSnapshot = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -351,8 +339,6 @@ protected ManagementPolicyContainer() { } public virtual Azure.ResourceManager.Storage.Models.ManagementPolicyCreateOrUpdateOperation CreateOrUpdate(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, Azure.ResourceManager.Storage.ManagementPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetIfExistsAsync(Azure.ResourceManager.Storage.Models.ManagementPolicyName managementPolicyName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -387,8 +373,6 @@ protected ObjectReplicationPolicyContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string objectReplicationPolicyId, Azure.ResourceManager.Storage.ObjectReplicationPolicyData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string objectReplicationPolicyId, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -427,8 +411,6 @@ protected PrivateEndpointConnectionContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string privateEndpointConnectionName, Azure.ResourceManager.Storage.PrivateEndpointConnectionData properties, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string privateEndpointConnectionName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -464,8 +446,6 @@ protected QueueServiceContainer() { } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string queueServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -608,8 +588,6 @@ protected StorageQueueContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string queueName, Azure.ResourceManager.Storage.StorageQueueData queue, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(string maxpagesize = null, string filter = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string queueName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -659,8 +637,6 @@ protected TableContainer() { } public virtual System.Threading.Tasks.Task CreateOrUpdateAsync(string tableName, bool waitForCompletion = true, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Pageable GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.AsyncPageable GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tableName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } @@ -694,8 +670,6 @@ protected TableServiceContainer() { } public virtual System.Threading.Tasks.Task> CheckIfExistsAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response Get(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response> GetAll(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.Pageable GetAllAsGenericResources(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } - public virtual Azure.AsyncPageable GetAllAsGenericResourcesAsync(string nameFilter, string expand = null, int? top = default(int?), System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task>> GetAllAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual System.Threading.Tasks.Task> GetAsync(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } public virtual Azure.Response GetIfExists(string tableServiceName, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken)) { throw null; } From 85e63d0a301de8df7af0a23baeec38d28afd54fd Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Fri, 27 Aug 2021 10:56:32 +0800 Subject: [PATCH 11/27] update changelog --- sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md index 69517bf0e4149..55801a17701bd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md +++ b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.0-preview.3 (Unreleased) +## 1.0.0-beta.1 (Unreleased) ## 1.0.0-preview.2 (2020-09-23) From 67ea4ba0bcb6d560bfac417cb0a9f3f484c9a490 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Mon, 30 Aug 2021 10:57:44 +0800 Subject: [PATCH 12/27] change README.md file --- .../Azure.ResourceManager.Storage/README.md | 127 ++- .../samples/README.md | 4 +- ...s.md => Sample1_ManagingBlobContainers.md} | 10 +- .../Sample1_ManagingStorageAccounts.md | 94 -- .../samples/Sample2_ManagingFileShares.md | 113 +++ .../tests/Samples/Readme.cs | 26 + ...s.cs => Readme_ManagingStorageAccounts.cs} | 18 +- ...s.cs => Sample1_ManagingBlobContainers.cs} | 6 +- .../Samples/Sample2_ManagingFileShares.cs | 106 +++ .../StorageAccountTests/AddTag.json | 883 ++++++++++++++++++ .../StorageAccountTests/AddTagAsync.json | 883 ++++++++++++++++++ .../tests/Tests/StorageAccountTests.cs | 17 + 12 files changed, 2163 insertions(+), 124 deletions(-) rename sdk/storage/Azure.ResourceManager.Storage/samples/{Sample2_ManagingBlobContainers.md => Sample1_ManagingBlobContainers.md} (94%) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md create mode 100644 sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs rename sdk/storage/Azure.ResourceManager.Storage/tests/Samples/{Sample1_ManagingStorageAccounts.cs => Readme_ManagingStorageAccounts.cs} (85%) rename sdk/storage/Azure.ResourceManager.Storage/tests/Samples/{Sample2_ManagingBlobContainers.cs => Sample1_ManagingBlobContainers.cs} (97%) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTag.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTagAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 65ace7691e195..2f67a10c54f8a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -13,42 +13,137 @@ Install-Package Azure.ResourceManager.Storage -Version 1.0.0-beta1 ``` ### Prerequisites +Set up a way to authenticate to Azure with Azure Identity. -* You must have an [Azure subscription](https://azure.microsoft.com/free/dotnet/) +Some options are: +- Through the [Azure CLI Login](https://docs.microsoft.com/cli/azure/authenticate-azure-cli). +- Via [Visual Studio](https://docs.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet#authenticating-via-visual-studio). +- Setting [Environment Variables](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/docs/AuthUsingEnvironmentVariables.md). + +More information and different authentication approaches using Azure Identity can be found in [this document](https://docs.microsoft.com/dotnet/api/overview/azure/identity-readme?view=azure-dotnet). ### Authenticate the Client -To create an authenticated client and start interacting with Azure resources, please see the [quickstart guide here](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md) +The default option to create an authenticated client is to use `DefaultAzureCredential`. Since all management APIs go through the same endpoint, in order to interact with resources, only one top-level `ArmClient` has to be created. -## Key concepts +To authenticate to Azure and create an `ArmClient`, do the following: -Key concepts of the Azure .NET SDK can be found [here](https://azure.github.io/azure-sdk/dotnet_introduction.html) +```C# Snippet:Managing_StorageAccounts_AuthClient +using Azure.Identity; +using Azure.ResourceManager; + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); +``` -## Documentation +Additional documentation for the `Azure.Identity.DefaultAzureCredential` class can be found in [this document](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential). -Documentation is available to help you learn how to use this package +## Key concepts -- [Quickstart](https://github.com/Azure/azure-sdk-for-net/blob/main/doc/mgmt_preview_quickstart.md) -- [API References](https://docs.microsoft.com/dotnet/api/?view=azure-dotnet) -- [Authentication](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/identity/Azure.Identity/README.md) +Key concepts of the Azure .NET SDK can be found [here](https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/resourcemanager/Azure.ResourceManager/README.md#key-concepts) ## Examples -Code samples for using the management library for .NET can be found in the following locations -- [.NET Management Library Code Samples](https://docs.microsoft.com/samples/browse/?branch=master&languages=csharp&term=managing%20using%20Azure%20.NET%20SDK) +### Create a storage account + +Before creating a storage account, we need to have a resource group. + +```C# Snippet:Managing_StorageAccounts_DefaultSubscription +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); +Subscription subscription = armClient.DefaultSubscription; +``` +```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer +string rgName = "myRgName"; +Location location = Location.WestUS2; +ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +``` + +Then we can create a storage account inside this resource group. + +```C# Snippet:Managing_StorageAccounts_CreateStorageAccount +//first we need to define the StorageAccountCreateParameters +Sku sku = new Sku(SkuName.StandardGRS); +Kind kind = Kind.Storage; +string location = "westus2"; +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); +//now we can create a storage account with defined account name and parameters +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +string accountName = "myAccount"; +StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +``` + +### Get all storage accounts in a resource group + +```C# Snippet:Managing_StorageAccounts_ListStorageAccounts +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +AsyncPageable response = accountContainer.GetAllAsync(); +await foreach (StorageAccount storageAccount in response) +{ + Console.WriteLine(storageAccount.Data.Name); +} +``` + +### Get a storage account + +```C# Snippet:Managing_StorageAccounts_GetStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +Console.WriteLine(storageAccount.Data.Name); +``` + +### Delete a storage account + +```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +await storageAccount.DeleteAsync(); +``` + +### Check if storage account set exists + + +```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); +if (storageAccount != null) +{ + Console.WriteLine(storageAccount.Data.Name); +} +if (await accountContainer.CheckIfExistsAsync("bar")) +{ + Console.WriteLine("storage account 'bar' exists"); +} +``` + +### Add a tag to a storage account + +```C# Snippet:Managing_StorageAccounts_AddTagStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +// add a tag on this storage account +await storageAccount.AddTagAsync("key", "value"); +``` + +For more detailed examples, take a look at [samples](https://github.com/Azure/azure-sdk-for-net/tree/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples) we have available. ## Troubleshooting -- File an issue via [Github - Issues](https://github.com/Azure/azure-sdk-for-net/issues) -- Check [previous +- If you find a bug or have a suggestion, file an issue via [GitHub issues](https://github.com/Azure/azure-sdk-for-net/issues) and make sure you add the "Preview" label to the issue. +- If you need help, check [previous questions](https://stackoverflow.com/questions/tagged/azure+.net) - or ask new ones on Stack Overflow using azure and .net tags. + or ask new ones on StackOverflow using azure and .NET tags. +- If having trouble with authentication, go to [DefaultAzureCredential documentation](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential?view=azure-dotnet) ## Next steps -For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/) +### More sample code + +- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md) +- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md) + +### Additional Documentation + +For more information on Azure SDK, please refer to [this website](https://azure.github.io/azure-sdk/). ## Contributing diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/README.md b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md index 106a19220cec0..a42c48449537a 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/README.md @@ -11,5 +11,5 @@ description: Samples for the Azure.ResourceManager.Storage client library # Azure.ResourceManager.Storage Samples -- [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) -- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) +- [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md) +- [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md) diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md similarity index 94% rename from sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md rename to sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md index fa84891baba38..d93231dac8d0e 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md @@ -17,14 +17,14 @@ using Sku = Azure.ResourceManager.Storage.Models.Sku; When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: -```C# Snippet:Readme_DefaultSubscription +```C# Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); Subscription subscription = armClient.DefaultSubscription; ``` This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. -```C# Snippet:Readme_GetResourceGroupContainer +```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -90,9 +90,9 @@ Console.WriteLine(blobContainer.Id.Name); ```C# Snippet:Managing_BlobContainers_GetBlobContainerIfExists BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); -if (storageAccount != null) +if (blobContainer != null) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(blobContainer.Id.Name); } if (await blobContainerContainer.CheckIfExistsAsync("bar")) { @@ -110,4 +110,4 @@ await blobContainer.DeleteAsync(); ## Next steps -Take a look at the [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md) samples. +Take a look at the [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md deleted file mode 100644 index 5579a73311b14..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingStorageAccounts.md +++ /dev/null @@ -1,94 +0,0 @@ -# Example: Managing the storage accounts - ->Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). - -Namespaces for this example: - -```C# Snippet:Managing_StorageAccounts_NameSpaces -using System; -using System.Threading.Tasks; -using Azure.Identity; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.Resources; -using Azure.ResourceManager.Resources.Models; -using NUnit.Framework; -using Sku = Azure.ResourceManager.Storage.Models.Sku; -``` - -When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: - -```C# Snippet:Readme_DefaultSubscription -ArmClient armClient = new ArmClient(new DefaultAzureCredential()); -Subscription subscription = armClient.DefaultSubscription; -``` - -This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. - -```C# Snippet:Readme_GetResourceGroupContainer -string rgName = "myRgName"; -Location location = Location.WestUS2; -ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); -``` - -Now that we have the resource group created, we can manage the storage accounts inside this resource group. - -***Create a storage account*** - -```C# Snippet:Managing_StorageAccounts_CreateStorageAccount -//first we need to define the StorageAccountCreateParameters -Sku sku = new Sku(SkuName.StandardGRS); -Kind kind = Kind.Storage; -string location = "westus2"; -StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); -//now we can create a storage account with defined account name and parameters -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -string accountName = "myAccount"; -StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); -StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); -``` - -***List all storage accounts*** - -```C# Snippet:Managing_StorageAccounts_ListStorageAccounts -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -AsyncPageable response = accountContainer.GetAllAsync(); -await foreach (StorageAccount storageAccount in response) -{ - Console.WriteLine(storageAccount.Data.Name); -} -``` - -***Get a storage account*** - -```C# Snippet:Managing_StorageAccounts_GetStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); -Console.WriteLine(storageAccount.Data.Name); -``` - -***Try to get a storage account if it exists*** - -```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); -if (storageAccount != null) -{ - Console.WriteLine(storageAccount.Data.Name); -} -if (await accountContainer.CheckIfExistsAsync("bar")) -{ - Console.WriteLine("storage account 'bar' exists"); -} -``` - -***Delete a storage account*** - -```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); -await storageAccount.DeleteAsync(); -``` - -## Next steps - -Take a look at the [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingBlobContainers.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md new file mode 100644 index 0000000000000..4d96398b29035 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md @@ -0,0 +1,113 @@ +# Example: Managing the File Share + +>Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). + +Namespaces for this example: + +```C# Snippet:Managing_StorageAccounts_NameSpaces +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; +``` + +When you first create your ARM client, choose the subscription you're going to work in. There's a convenient `DefaultSubscription` property that returns the default subscription configured for your user: + +```C# Snippet:Managing_StorageAccounts_DefaultSubscription +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); +Subscription subscription = armClient.DefaultSubscription; +``` + +This is a scoped operations object, and any operations you perform will be done under that subscription. From this object, you have access to all children via container objects. Or you can access individual children by ID. + +```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer +string rgName = "myRgName"; +Location location = Location.WestUS2; +ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +``` + +After we have the resource group created, we can create a storage account + +```C# Snippet:Managing_StorageAccounts_CreateStorageAccount +//first we need to define the StorageAccountCreateParameters +Sku sku = new Sku(SkuName.StandardGRS); +Kind kind = Kind.Storage; +string location = "westus2"; +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, location); +//now we can create a storage account with defined account name and parameters +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +string accountName = "myAccount"; +StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); +StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +``` + + +Then we need to get the file service, which is a singleton resource and the name is "default" + +```C# Snippet:Managing_FileShares_GetFileService +FileServiceContainer fileServiceContainer = storageAccount.GetFileServices(); +FileService fileService = await fileServiceContainer.GetAsync("default"); +``` + + +Now that we have the file service, we can manage the file shares inside this storage account. + +***Create a file share*** + +```C# Snippet:Managing_FileShares_CreateFileShare +FileShareContainer fileShareContainer = fileService.GetFileShares(); +string blobContainerName = "myFileShare"; +FileShareData fileShareData = new FileShareData(); +FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(blobContainerName, fileShareData); +FileShare fileShare =await fileShareCreateOperation.WaitForCompletionAsync(); +``` + +***List all file shares*** + +```C# Snippet:Managing_FileShares_ListFileShares +FileShareContainer fileShareContainer = fileService.GetFileShares(); +AsyncPageable response = fileShareContainer.GetAllAsync(); +await foreach (FileShare fileShare in response) +{ + Console.WriteLine(fileShare.Id.Name); +} +``` + +***Get a file share*** + +```C# Snippet:Managing_FileShares_GetFileShare +FileShareContainer fileShareContainer = fileService.GetFileShares(); +FileShare fileShare= await fileShareContainer.GetAsync("myFileShare"); +Console.WriteLine(fileShare.Id.Name); +``` + +***Try to get a file share if it exists*** + +```C# Snippet:Managing_FileShares_GetFileShareIFExists +FileShareContainer fileShareContainer = fileService.GetFileShares(); +FileShare fileShare = await fileShareContainer.GetIfExistsAsync("foo"); +if (fileShare != null) +{ + Console.WriteLine(fileShare.Id.Name); +} +if (await fileShareContainer.CheckIfExistsAsync("bar")) +{ + Console.WriteLine("file share 'bar' exists"); +} +``` + +***Delete a file share*** + +```C# Snippet:Managing_FileShares_DeleteFileShare +FileShareContainer fileShareContainer = fileService.GetFileShares(); +FileShare fileShare = await fileShareContainer.GetAsync("myFileShare"); +await fileShare.DeleteAsync(); +``` + +## Next steps + +Take a look at the [Managing Blob Containers](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs new file mode 100644 index 0000000000000..aeb0a280e8c07 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs @@ -0,0 +1,26 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#region Snippet:Managing_StorageAccounts_AuthClient +using Azure.Identity; +using Azure.ResourceManager; +#if !SNIPPET +using System.Threading.Tasks; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; + +namespace Azure.ResourceManager.Compute.Tests.Samples +{ + public class Readme + { + [Test] + [Ignore("Only verifying that the sample builds")] + public void ClientAuth() + { +#endif + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + #endregion + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs similarity index 85% rename from sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs rename to sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs index 20eb90e545f14..8e1891f2b77db 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingStorageAccounts.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs @@ -14,18 +14,17 @@ namespace Azure.ResourceManager.Storage.Tests.Samples { - public class Sample1_ManagingStorageAccounts + public class ReadMe_ManagingStorageAccounts { private ResourceGroup resourceGroup; [SetUp] public async Task createResourceGroup() { - #region Snippet:Readme_DefaultSubscription + #region Snippet:Managing_StorageAccounts_DefaultSubscription ArmClient armClient = new ArmClient(new DefaultAzureCredential()); Subscription subscription = armClient.DefaultSubscription; #endregion - - #region Snippet:Readme_GetResourceGroupContainer + #region Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); @@ -100,5 +99,16 @@ public async Task Delete() await storageAccount.DeleteAsync(); #endregion } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task AddTag() + { + #region Snippet:Managing_StorageAccounts_AddTagStorageAccount + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); + // add a tag on this storage account + await storageAccount.AddTagAsync("key", "value"); + #endregion + } } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs similarity index 97% rename from sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs rename to sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs index 2d51323c7846d..7ed2f26c2b269 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingBlobContainers.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs @@ -12,7 +12,7 @@ namespace Azure.ResourceManager.Storage.Tests.Samples { - public class Sample2_ManagingBlobContainers + public class Sample1_ManagingBlobContainers { private ResourceGroup resourceGroup; private StorageAccount storageAccount; @@ -82,9 +82,9 @@ public async Task GetIfExist() #region Snippet:Managing_BlobContainers_GetBlobContainerIfExists BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); BlobContainer blobContainer = await blobContainerContainer.GetIfExistsAsync("foo"); - if (storageAccount != null) + if (blobContainer != null) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(blobContainer.Id.Name); } if (await blobContainerContainer.CheckIfExistsAsync("bar")) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs new file mode 100644 index 0000000000000..2426de4ddd467 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs @@ -0,0 +1,106 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +using System; +using System.Threading.Tasks; +using Azure.Identity; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using NUnit.Framework; +using Sku = Azure.ResourceManager.Storage.Models.Sku; + +namespace Azure.ResourceManager.Storage.Tests.Samples +{ + public class Sample2_ManagingFileShares + { + private ResourceGroup resourceGroup; + private StorageAccount storageAccount; + private FileService fileService; + [SetUp] + public async Task createStorageAccountAndGetFileShareContainer() + { + ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + Subscription subscription = armClient.DefaultSubscription; + string rgName = "myRgName"; + Location location = Location.WestUS2; + ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + this.resourceGroup = resourceGroup; + Sku sku = new Sku(SkuName.StandardGRS); + Kind kind = Kind.Storage; + string locationStr = "westus2"; + StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku, kind, locationStr); + StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); + string accountName = "myAccount"; + StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); + storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + #region Snippet:Managing_FileShares_GetFileService + FileServiceContainer fileServiceContainer = storageAccount.GetFileServices(); + FileService fileService = await fileServiceContainer.GetAsync("default"); + #endregion + this.fileService = fileService; + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task CreateOrUpdate() + { + #region Snippet:Managing_FileShares_CreateFileShare + FileShareContainer fileShareContainer = fileService.GetFileShares(); + string blobContainerName = "myFileShare"; + FileShareData fileShareData = new FileShareData(); + FileShareCreateOperation fileShareCreateOperation = await fileShareContainer.CreateOrUpdateAsync(blobContainerName, fileShareData); + FileShare fileShare =await fileShareCreateOperation.WaitForCompletionAsync(); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task List() + { + #region Snippet:Managing_FileShares_ListFileShares + FileShareContainer fileShareContainer = fileService.GetFileShares(); + AsyncPageable response = fileShareContainer.GetAllAsync(); + await foreach (FileShare fileShare in response) + { + Console.WriteLine(fileShare.Id.Name); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Get() + { + #region Snippet:Managing_FileShares_GetFileShare + FileShareContainer fileShareContainer = fileService.GetFileShares(); + FileShare fileShare= await fileShareContainer.GetAsync("myFileShare"); + Console.WriteLine(fileShare.Id.Name); + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task GetIfExist() + { + #region Snippet:Managing_FileShares_GetFileShareIFExists + FileShareContainer fileShareContainer = fileService.GetFileShares(); + FileShare fileShare = await fileShareContainer.GetIfExistsAsync("foo"); + if (fileShare != null) + { + Console.WriteLine(fileShare.Id.Name); + } + if (await fileShareContainer.CheckIfExistsAsync("bar")) + { + Console.WriteLine("file share 'bar' exists"); + } + #endregion + } + [Test] + [Ignore("Only verifying that the sample builds")] + public async Task Delete() + { + #region Snippet:Managing_FileShares_DeleteFileShare + FileShareContainer fileShareContainer = fileService.GetFileShares(); + FileShare fileShare = await fileShareContainer.GetAsync("myFileShare"); + await fileShare.DeleteAsync(); + #endregion + } + } +} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTag.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTag.json new file mode 100644 index 0000000000000..603765f6a687c --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTag.json @@ -0,0 +1,883 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "709b8612c29f0a684d74de798ffb0c23", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:06 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b37f6789-8129-49c4-a2fa-9dbfa690e4b3", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b37f6789-8129-49c4-a2fa-9dbfa690e4b3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023006Z:b37f6789-8129-49c4-a2fa-9dbfa690e4b3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-9649?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-6577b0d78e429341807083723be4c38d-e84c14b83055d54c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b623acad4d0fb48a75ba7c84d8a611ae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "8608feff-7332-495d-ae20-51d7691297a0", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "8608feff-7332-495d-ae20-51d7691297a0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023008Z:8608feff-7332-495d-ae20-51d7691297a0" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649", + "name": "teststorageRG-9649", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2801cf292d809784312263b914f7e0b7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2801cf292d809784312263b914f7e0b7", + "x-ms-correlation-request-id": "ff33a7a4-ddfe-4027-a5b2-58ea266ef80e", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "20816a57-f763-4d4c-89c2-d7f26925d527", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023016Z:ff33a7a4-ddfe-4027-a5b2-58ea266ef80e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3dd1e067ea228005278b84edead0a07e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3dd1e067ea228005278b84edead0a07e", + "x-ms-correlation-request-id": "c8e3aeeb-6408-4b0a-b647-d9ede831447c", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f5d3f97c-1c45-474c-a8a3-1eb6ce92e585", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023016Z:c8e3aeeb-6408-4b0a-b647-d9ede831447c" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc77c5da5972cd9f58b44295e0d60968", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc77c5da5972cd9f58b44295e0d60968", + "x-ms-correlation-request-id": "9878255c-d041-473b-8843-e68af472d584", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "d1b3f172-4bf4-480d-b69e-07bcd4645e45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023017Z:9878255c-d041-473b-8843-e68af472d584" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "33522b85a2252195f6b39083d7886315", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "33522b85a2252195f6b39083d7886315", + "x-ms-correlation-request-id": "6faa273d-543f-402e-97a0-b430b6fa4dee", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "4cc4b041-6ac4-47d2-b8d7-3a38080c3b2d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023019Z:6faa273d-543f-402e-97a0-b430b6fa4dee" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8d2ce4ac0510dc54104e46da8709f50", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c8d2ce4ac0510dc54104e46da8709f50", + "x-ms-correlation-request-id": "91554069-be03-4024-8295-1a182ae61619", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "45037c4a-abd9-46ba-a44d-ae7366e8b83b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023020Z:91554069-be03-4024-8295-1a182ae61619" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf681b816c7e38592f56e6bfc91bf5d0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bf681b816c7e38592f56e6bfc91bf5d0", + "x-ms-correlation-request-id": "6baceb71-b73d-4d8c-9de8-6385a6a3beae", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "29357b8b-aff9-499b-a000-9971e0cf3c4b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023021Z:6baceb71-b73d-4d8c-9de8-6385a6a3beae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "114b2c514004c5176545f221be277885", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:22 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "114b2c514004c5176545f221be277885", + "x-ms-correlation-request-id": "e6954820-f4b7-46e6-98d1-0586e88fdc0a", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "a9f93880-ef7c-4a75-b808-7b8da18beaa2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023023Z:e6954820-f4b7-46e6-98d1-0586e88fdc0a" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc023f13a420dd97759a99fad9064425", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bc023f13a420dd97759a99fad9064425", + "x-ms-correlation-request-id": "23cb0bb8-6268-4c54-a3e9-e8b572955993", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "c6b945e8-0615-471e-96f4-817c4409b251", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023024Z:23cb0bb8-6268-4c54-a3e9-e8b572955993" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7c1c140e8e24404c03a3593979377907", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7c1c140e8e24404c03a3593979377907", + "x-ms-correlation-request-id": "8f539837-3909-4628-ad94-984854ed855f", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "efaaa763-34c5-47bd-8db4-1eebbd34f8d7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023025Z:8f539837-3909-4628-ad94-984854ed855f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "89ab60dd3919adaf956d9c69a71ceb5e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "89ab60dd3919adaf956d9c69a71ceb5e", + "x-ms-correlation-request-id": "6500225f-3fde-4e7e-b699-b3fb3f51f189", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "a4e8998d-2a2b-4b73-b994-c52aa4c58295", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023027Z:6500225f-3fde-4e7e-b699-b3fb3f51f189" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "aa13cd00fc0b8561f2c1b87d4a5e643d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:28 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "aa13cd00fc0b8561f2c1b87d4a5e643d", + "x-ms-correlation-request-id": "8fb0be77-05e5-4777-90f6-df1d6b4a5579", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "783b7a3b-000b-4a31-a1af-3e96caa45f48", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023028Z:8fb0be77-05e5-4777-90f6-df1d6b4a5579" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "791d9120ba5ad40b646fe6b6f2e399e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "791d9120ba5ad40b646fe6b6f2e399e6", + "x-ms-correlation-request-id": "93da7bcc-c3f0-4bc1-8c32-45cc4140d943", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a894e149-e815-4eae-942b-fc8e672b814b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023029Z:93da7bcc-c3f0-4bc1-8c32-45cc4140d943" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ac38fab7cf24e0fcfe26975880316236", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ac38fab7cf24e0fcfe26975880316236", + "x-ms-correlation-request-id": "b82ebb3f-084c-453b-bce8-0a49de8ce2b4", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "17fd6c18-d43a-4b3b-a306-0fdf5c1592c1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023030Z:b82ebb3f-084c-453b-bce8-0a49de8ce2b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/20816a57-f763-4d4c-89c2-d7f26925d527?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "16485e0971ff4604c23e459b16aa930f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:30:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "16485e0971ff4604c23e459b16aa930f", + "x-ms-correlation-request-id": "b7607c18-2faf-44e0-ac24-fcbabc42167b", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "6257f550-f189-447e-9bd9-2847eb38a7fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023032Z:b7607c18-2faf-44e0-ac24-fcbabc42167b" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564", + "name": "storage2564", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:14.6994674Z", + "key2": "2021-08-30T02:30:14.6994674Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:14.5744911Z", + "primaryEndpoints": { + "blob": "https://storage2564.blob.core.windows.net/", + "queue": "https://storage2564.queue.core.windows.net/", + "table": "https://storage2564.table.core.windows.net/", + "file": "https://storage2564.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4fc5d228b7255018943c7a3423b25332", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "269", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b2e99fe9-126a-47a5-95d0-917cf5e093f4", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "b2e99fe9-126a-47a5-95d0-917cf5e093f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023032Z:b2e99fe9-126a-47a5-95d0-917cf5e093f4" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564/providers/Microsoft.Resources/tags/default", + "name": "default", + "type": "Microsoft.Resources/tags", + "properties": { + "tags": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "39", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93acaf0c839a46e7f6f2e9e68a61ca54", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "tags": { + "key": "value" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "282", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "9034aa8f-aa24-40b0-8d80-8617d90fed5f", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "9034aa8f-aa24-40b0-8d80-8617d90fed5f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023035Z:9034aa8f-aa24-40b0-8d80-8617d90fed5f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564/providers/Microsoft.Resources/tags/default", + "name": "default", + "type": "Microsoft.Resources/tags", + "properties": { + "tags": { + "key": "value" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ae308792136c511045f881c3f6cf220f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1280", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:30:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ae308792136c511045f881c3f6cf220f", + "x-ms-correlation-request-id": "6dbe1bcb-6629-4009-972d-d3cb86f40fe6", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "1e4f2b05-9793-478a-8d74-8b535295d480", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023035Z:6dbe1bcb-6629-4009-972d-d3cb86f40fe6" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564", + "name": "storage2564", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key": "value" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:14.6994674Z", + "key2": "2021-08-30T02:30:14.6994674Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:14.5744911Z", + "primaryEndpoints": { + "blob": "https://storage2564.blob.core.windows.net/", + "queue": "https://storage2564.queue.core.windows.net/", + "table": "https://storage2564.table.core.windows.net/", + "file": "https://storage2564.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "668e12eafffea575eb7f5833ce32c633", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:30:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "668e12eafffea575eb7f5833ce32c633", + "x-ms-correlation-request-id": "3983c94d-2240-44d6-8666-53232a8b4657", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "90904f74-fbb6-40f9-b68d-9d949b7426f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023035Z:3983c94d-2240-44d6-8666-53232a8b4657" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564", + "name": "storage2564", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key": "value" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:14.6994674Z", + "key2": "2021-08-30T02:30:14.6994674Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:14.6994674Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:14.5744911Z", + "primaryEndpoints": { + "blob": "https://storage2564.blob.core.windows.net/", + "queue": "https://storage2564.queue.core.windows.net/", + "table": "https://storage2564.table.core.windows.net/", + "file": "https://storage2564.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9649/providers/Microsoft.Storage/storageAccounts/storage2564?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9ba22671a581f9c69e5a4da201234f27", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9ba22671a581f9c69e5a4da201234f27", + "x-ms-correlation-request-id": "90572ac8-b229-4577-bda5-896d647fddf4", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "55d68de1-3b9e-4c6c-9cc3-9215cfb80dc6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023042Z:90572ac8-b229-4577-bda5-896d647fddf4" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "815742216", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTagAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTagAsync.json new file mode 100644 index 0000000000000..a2a2afd35e1a0 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/AddTagAsync.json @@ -0,0 +1,883 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ab72bf3e06a587ff49603a6cf0fcab2a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "800a3238-7459-492c-ab95-4f8003468276", + "x-ms-ratelimit-remaining-subscription-reads": "11978", + "x-ms-request-id": "800a3238-7459-492c-ab95-4f8003468276", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023047Z:800a3238-7459-492c-ab95-4f8003468276" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2079?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-25dbe6f8fe3efd49860267f974d74881-675db4217117234c-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "46f7b1bd19bcbd7eb66b99e30b735066", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "aaa9edaa-c56b-44d7-9967-c7d171fb0b0f", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "aaa9edaa-c56b-44d7-9967-c7d171fb0b0f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023047Z:aaa9edaa-c56b-44d7-9967-c7d171fb0b0f" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079", + "name": "teststorageRG-2079", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75ff7eaa24ede5baf2e4c1007d898396", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "75ff7eaa24ede5baf2e4c1007d898396", + "x-ms-correlation-request-id": "2d793301-9d31-4f77-8781-b862f7e5b955", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "c3ab543a-b5b3-4446-ab41-bcb7d615560c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023051Z:2d793301-9d31-4f77-8781-b862f7e5b955" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2c518a1c062b98a7f61254d8577d402c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2c518a1c062b98a7f61254d8577d402c", + "x-ms-correlation-request-id": "e1904391-fd26-4943-97b2-dae4d807f7dc", + "x-ms-ratelimit-remaining-subscription-reads": "11977", + "x-ms-request-id": "79c98f15-1224-43a0-b31a-924a87159669", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023051Z:e1904391-fd26-4943-97b2-dae4d807f7dc" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fbfa02e82e0eb37c7ca64705d427f78c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:52 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fbfa02e82e0eb37c7ca64705d427f78c", + "x-ms-correlation-request-id": "5192a809-acfb-4999-b846-519aa3571732", + "x-ms-ratelimit-remaining-subscription-reads": "11976", + "x-ms-request-id": "62ef9909-1b8c-4c4e-a5ae-725243ec65cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023053Z:5192a809-acfb-4999-b846-519aa3571732" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f3e4fb8f5737e16b68cc2ad7a32901b0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f3e4fb8f5737e16b68cc2ad7a32901b0", + "x-ms-correlation-request-id": "24f6b7e4-6de3-4007-b4f9-c37ef0988766", + "x-ms-ratelimit-remaining-subscription-reads": "11975", + "x-ms-request-id": "b4af9336-286c-46a4-ac63-605a43aa7846", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023054Z:24f6b7e4-6de3-4007-b4f9-c37ef0988766" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebab24a8596bedb70d9eaf84bfa2c4cf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebab24a8596bedb70d9eaf84bfa2c4cf", + "x-ms-correlation-request-id": "d2ccdfe6-1daf-430b-b0cb-fd5ad904b125", + "x-ms-ratelimit-remaining-subscription-reads": "11974", + "x-ms-request-id": "814a8346-e61b-43d7-a4b1-2ff8ef69a7d1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023055Z:d2ccdfe6-1daf-430b-b0cb-fd5ad904b125" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5b49c81b4d9890f49718934103a50f53", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:56 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5b49c81b4d9890f49718934103a50f53", + "x-ms-correlation-request-id": "fcbdf71c-8f61-4272-944b-c76f95b716a0", + "x-ms-ratelimit-remaining-subscription-reads": "11973", + "x-ms-request-id": "1b9bf75a-804c-49b7-a883-06d85b2ff3f0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023057Z:fcbdf71c-8f61-4272-944b-c76f95b716a0" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "af5d97a40c7b352143f7e599a7e622c6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "af5d97a40c7b352143f7e599a7e622c6", + "x-ms-correlation-request-id": "75de5c7c-0f85-4171-bbb8-eebf4ce87b46", + "x-ms-ratelimit-remaining-subscription-reads": "11972", + "x-ms-request-id": "5228b1d8-03b2-468d-a247-2d5beded69d4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023058Z:75de5c7c-0f85-4171-bbb8-eebf4ce87b46" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dbbc5b08a6df5b172f1a5352c676e967", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:30:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dbbc5b08a6df5b172f1a5352c676e967", + "x-ms-correlation-request-id": "c95396d4-ae4c-43f3-97f0-f0025651ed5d", + "x-ms-ratelimit-remaining-subscription-reads": "11971", + "x-ms-request-id": "56b43fb1-b2d6-4f0d-89e9-b7e9517766bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023059Z:c95396d4-ae4c-43f3-97f0-f0025651ed5d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28df5c8f15450f53a71317a1675be9b1", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:00 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28df5c8f15450f53a71317a1675be9b1", + "x-ms-correlation-request-id": "69e81bc1-60de-41c8-a03b-47277aa945c9", + "x-ms-ratelimit-remaining-subscription-reads": "11970", + "x-ms-request-id": "197aadb2-4d22-4321-ab72-a5e546ee6093", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023101Z:69e81bc1-60de-41c8-a03b-47277aa945c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a839ccf634e9fe737f028061b8ce6fcd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a839ccf634e9fe737f028061b8ce6fcd", + "x-ms-correlation-request-id": "1ff87aea-b44e-4567-bd77-72fa4df201bf", + "x-ms-ratelimit-remaining-subscription-reads": "11969", + "x-ms-request-id": "70cc8ccc-3431-4bfb-869f-8a6585cb1e97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023102Z:1ff87aea-b44e-4567-bd77-72fa4df201bf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b0a7d0dfa06f38107ad34cc8e76f3d4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:03 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b0a7d0dfa06f38107ad34cc8e76f3d4", + "x-ms-correlation-request-id": "0d156e20-5618-496a-98c7-6fbca3503c8f", + "x-ms-ratelimit-remaining-subscription-reads": "11968", + "x-ms-request-id": "ff68a831-f61f-43cf-8400-ad37399567fb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023103Z:0d156e20-5618-496a-98c7-6fbca3503c8f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f95ca231413d5a7ee8e1a84394f256d8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f95ca231413d5a7ee8e1a84394f256d8", + "x-ms-correlation-request-id": "0fe2745e-a759-45b6-96a9-55538424587f", + "x-ms-ratelimit-remaining-subscription-reads": "11967", + "x-ms-request-id": "60873e5c-8906-4588-83fe-acaa55f5d801", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023105Z:0fe2745e-a759-45b6-96a9-55538424587f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9934aa49d51fbaa4b45a03cffa77009", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e9934aa49d51fbaa4b45a03cffa77009", + "x-ms-correlation-request-id": "ec847b7b-67bb-4bd1-b0f3-9c9885d42b25", + "x-ms-ratelimit-remaining-subscription-reads": "11966", + "x-ms-request-id": "02d02dd7-46ee-4398-856c-33d7ef79b5d8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023106Z:ec847b7b-67bb-4bd1-b0f3-9c9885d42b25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3ab543a-b5b3-4446-ab41-bcb7d615560c?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "162fac0e7572cc8fffaf6325513e5e15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "162fac0e7572cc8fffaf6325513e5e15", + "x-ms-correlation-request-id": "1d7caaaa-a351-4d7e-b23f-805f1d71580c", + "x-ms-ratelimit-remaining-subscription-reads": "11965", + "x-ms-request-id": "befb2f18-c787-4294-a409-7dd49afc0f97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023107Z:1d7caaaa-a351-4d7e-b23f-805f1d71580c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556", + "name": "storage9556", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:50.1540012Z", + "key2": "2021-08-30T02:30:50.1540012Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:50.0446250Z", + "primaryEndpoints": { + "blob": "https://storage9556.blob.core.windows.net/", + "queue": "https://storage9556.queue.core.windows.net/", + "table": "https://storage9556.table.core.windows.net/", + "file": "https://storage9556.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44275b5609e29383f760aef7a0425a41", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "269", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:07 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "e77b3f3c-b225-4662-8144-dad60dc758dd", + "x-ms-ratelimit-remaining-subscription-reads": "11964", + "x-ms-request-id": "e77b3f3c-b225-4662-8144-dad60dc758dd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023107Z:e77b3f3c-b225-4662-8144-dad60dc758dd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556/providers/Microsoft.Resources/tags/default", + "name": "default", + "type": "Microsoft.Resources/tags", + "properties": { + "tags": {} + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556/providers/Microsoft.Resources/tags/default?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "39", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8349f7040c22f65bbc7eaa13a85aa0d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "tags": { + "key": "value" + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "282", + "Content-Type": "application/json; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "a6c9c8b7-e1ac-4b2f-9e56-34a9fbfc9b52", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "a6c9c8b7-e1ac-4b2f-9e56-34a9fbfc9b52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023110Z:a6c9c8b7-e1ac-4b2f-9e56-34a9fbfc9b52" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556/providers/Microsoft.Resources/tags/default", + "name": "default", + "type": "Microsoft.Resources/tags", + "properties": { + "tags": { + "key": "value" + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a3e58be72b7f0427289b1e12c6972cbd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1280", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:31:10 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "a3e58be72b7f0427289b1e12c6972cbd", + "x-ms-correlation-request-id": "2a40e465-3470-4940-92ea-e17d436310fd", + "x-ms-ratelimit-remaining-subscription-reads": "11963", + "x-ms-request-id": "c1558311-c651-4468-ba3e-cdc57ad7cec6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023111Z:2a40e465-3470-4940-92ea-e17d436310fd" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556", + "name": "storage9556", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key": "value" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:50.1540012Z", + "key2": "2021-08-30T02:30:50.1540012Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:50.0446250Z", + "primaryEndpoints": { + "blob": "https://storage9556.blob.core.windows.net/", + "queue": "https://storage9556.queue.core.windows.net/", + "table": "https://storage9556.table.core.windows.net/", + "file": "https://storage9556.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2b4215475091652f6f8881a1fe15972", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1292", + "Content-Type": "application/json", + "Date": "Mon, 30 Aug 2021 02:31:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b2b4215475091652f6f8881a1fe15972", + "x-ms-correlation-request-id": "f19397c2-0cbc-4d4f-9fe3-806b9928a2a3", + "x-ms-ratelimit-remaining-subscription-reads": "11962", + "x-ms-request-id": "b29d58b7-688c-45e1-aad9-70d23dd2e862", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023111Z:f19397c2-0cbc-4d4f-9fe3-806b9928a2a3" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556", + "name": "storage9556", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key": "value" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-30T02:30:50.1540012Z", + "key2": "2021-08-30T02:30:50.1540012Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-30T02:30:50.1540012Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-30T02:30:50.0446250Z", + "primaryEndpoints": { + "blob": "https://storage9556.blob.core.windows.net/", + "queue": "https://storage9556.queue.core.windows.net/", + "table": "https://storage9556.table.core.windows.net/", + "file": "https://storage9556.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2079/providers/Microsoft.Storage/storageAccounts/storage9556?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210830.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1510a1b5b75c45c1772fbf2622536823", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Mon, 30 Aug 2021 02:31:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1510a1b5b75c45c1772fbf2622536823", + "x-ms-correlation-request-id": "7875a5d0-107f-4195-9049-0b5383aa1348", + "x-ms-ratelimit-remaining-subscription-deletes": "14997", + "x-ms-request-id": "602531ca-2ca2-4d52-a64a-ddf6aacc56ab", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210830T023118Z:7875a5d0-107f-4195-9049-0b5383aa1348" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "229212133", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 826be296aa45a..09bfb2a0d41e5 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -548,5 +548,22 @@ public async Task ListServiceSAS() Assert.NotNull(serviceSasParameters.SharedAccessStartTime); Assert.NotNull(serviceSasParameters.SharedAccessExpiryTime); } + [Test] + [RecordedTest] + public async Task AddTag() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //add tag to this storage account + account=await account.AddTagAsync("key", "value"); + + //verify the tag is added successfully + Assert.AreEqual(account.Data.Tags.Count, 1); + } } } From 4bf66a7db39c1d353fdc8acb33897a97d3cff3df Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Mon, 30 Aug 2021 13:33:17 +0800 Subject: [PATCH 13/27] change README.md --- sdk/storage/Azure.ResourceManager.Storage/README.md | 3 ++- .../samples/Sample1_ManagingBlobContainers.md | 2 +- .../Azure.ResourceManager.Storage/tests/Samples/Readme.cs | 3 ++- .../tests/Samples/Sample1_ManagingBlobContainers.cs | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 2f67a10c54f8a..63c3df6d7d24f 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -31,7 +31,8 @@ To authenticate to Azure and create an `ArmClient`, do the following: ```C# Snippet:Managing_StorageAccounts_AuthClient using Azure.Identity; using Azure.ResourceManager; - ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); ``` Additional documentation for the `Azure.Identity.DefaultAzureCredential` class can be found in [this document](https://docs.microsoft.com/dotnet/api/azure.identity.defaultazurecredential). diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md index d93231dac8d0e..71d89f08e82e8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md @@ -62,7 +62,7 @@ Now that we have the blob service, we can manage the blob containers inside this BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); -BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, new BlobContainerData()); +BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); ``` diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs index aeb0a280e8c07..a0f4ff8f116c6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme.cs @@ -19,7 +19,8 @@ public class Readme public void ClientAuth() { #endif - ArmClient armClient = new ArmClient(new DefaultAzureCredential()); + +ArmClient armClient = new ArmClient(new DefaultAzureCredential()); #endregion } } diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs index 7ed2f26c2b269..16e15bbd4b396 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs @@ -48,7 +48,7 @@ public async Task CreateOrUpdate() BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); - BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, new BlobContainerData()); + BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); #endregion } From 9d6ae27a27f65c9b3f94fe54c524d2fcef188fde Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Mon, 30 Aug 2021 13:42:21 +0800 Subject: [PATCH 14/27] bump storage version --- eng/Packages.Data.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 8e2933055bf2c..a2d3cb269517b 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -162,7 +162,7 @@ - + From ba3e0305c98370e03e2226cc53b3b770c5406970 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Mon, 30 Aug 2021 13:51:10 +0800 Subject: [PATCH 15/27] modify samples' typos --- .../Azure.ResourceManager.Storage/README.md | 20 +++++++++---------- .../samples/Sample1_ManagingBlobContainers.md | 4 ++-- .../samples/Sample2_ManagingFileShares.md | 2 +- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 63c3df6d7d24f..344ed477c9b50 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -91,15 +91,7 @@ StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); Console.WriteLine(storageAccount.Data.Name); ``` -### Delete a storage account - -```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount -StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); -StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); -await storageAccount.DeleteAsync(); -``` - -### Check if storage account set exists +### Try to get a storage account if it exists ```C# Snippet:Managing_StorageAccounts_GetStorageAccountIfExists @@ -115,7 +107,15 @@ if (await accountContainer.CheckIfExistsAsync("bar")) } ``` -### Add a tag to a storage account +### Delete a storage account + +```C# Snippet:Managing_StorageAccounts_DeleteStorageAccount +StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); +StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); +await storageAccount.DeleteAsync(); +``` + +### Add a tag to the storage account ```C# Snippet:Managing_StorageAccounts_AddTagStorageAccount StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md index 71d89f08e82e8..8ad2ad6eac0b7 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md @@ -1,4 +1,4 @@ -# Example: Managing the Blob Container +# Example: Managing the Blob Containers >Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). @@ -110,4 +110,4 @@ await blobContainer.DeleteAsync(); ## Next steps -Take a look at the [Managing Storage Accounts](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md) samples. +Take a look at the [Managing File Shares](https://github.com/Azure/azure-sdk-for-net/blob/feature/mgmt-track2-storage/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md) samples. diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md index 4d96398b29035..69b9766a5f1e4 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md @@ -1,4 +1,4 @@ -# Example: Managing the File Share +# Example: Managing the File Shares >Note: Before getting started with the samples, go through the [prerequisites](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/resourcemanager/Azure.ResourceManager#prerequisites). From eb98ebc7ae5c7542c6c2c3c008a265dd816ada74 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Mon, 30 Aug 2021 13:58:40 +0800 Subject: [PATCH 16/27] modify samples and update snippets --- sdk/storage/Azure.ResourceManager.Storage/README.md | 6 +++--- .../tests/Samples/Readme_ManagingStorageAccounts.cs | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index 344ed477c9b50..e66a19ec21ab8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -79,7 +79,7 @@ StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); AsyncPageable response = accountContainer.GetAllAsync(); await foreach (StorageAccount storageAccount in response) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(storageAccount.Id.Name); } ``` @@ -88,7 +88,7 @@ await foreach (StorageAccount storageAccount in response) ```C# Snippet:Managing_StorageAccounts_GetStorageAccount StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); -Console.WriteLine(storageAccount.Data.Name); +Console.WriteLine(storageAccount.Id.Name); ``` ### Try to get a storage account if it exists @@ -99,7 +99,7 @@ StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); if (storageAccount != null) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(storageAccount.Id.Name); } if (await accountContainer.CheckIfExistsAsync("bar")) { diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs index 8e1891f2b77db..a73285be189c6 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs @@ -58,7 +58,7 @@ public async Task list() AsyncPageable response = accountContainer.GetAllAsync(); await foreach (StorageAccount storageAccount in response) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(storageAccount.Id.Name); } #endregion } @@ -69,7 +69,7 @@ public async Task Get() #region Snippet:Managing_StorageAccounts_GetStorageAccount StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); StorageAccount storageAccount = await accountContainer.GetAsync("myAccount"); - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(storageAccount.Id.Name); #endregion } [Test] @@ -81,7 +81,7 @@ public async Task GetIfExist() StorageAccount storageAccount = await accountContainer.GetIfExistsAsync("foo"); if (storageAccount != null) { - Console.WriteLine(storageAccount.Data.Name); + Console.WriteLine(storageAccount.Id.Name); } if (await accountContainer.CheckIfExistsAsync("bar")) { From f2c4aa3077b5f3e2f75d8f5934584ffc9eed89d3 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 31 Aug 2021 09:34:04 +0800 Subject: [PATCH 17/27] regenerate using autorest c# 3.0.0-beta.20210830.1 --- .../src/Generated/StorageAccount.cs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs index f11380d9b97eb..3ca26946a02de 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Generated/StorageAccount.cs @@ -194,7 +194,7 @@ public async virtual Task> AddTagAsync(string key, stri { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue[key] = value; - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken).ConfigureAwait(false); + await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -223,7 +223,7 @@ public virtual Response AddTag(string key, string value, Cancell { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue[key] = value; - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -249,10 +249,10 @@ public async virtual Task> SetTagsAsync(IDictionary SetTags(IDictionary tags scope.Start(); try { - TagResource.Delete(cancellationToken); + TagResource.Delete(cancellationToken: cancellationToken); var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.ReplaceWith(tags); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -309,7 +309,7 @@ public async virtual Task> RemoveTagAsync(string key, C { var originalTags = await TagResource.GetAsync(cancellationToken).ConfigureAwait(false); originalTags.Value.Data.Properties.TagsValue.Remove(key); - await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken).ConfigureAwait(false); + await TagContainer.CreateOrUpdateAsync(originalTags.Value.Data, cancellationToken: cancellationToken).ConfigureAwait(false); var originalResponse = await _restClient.GetPropertiesAsync(Id.ResourceGroupName, Id.Name, null, cancellationToken).ConfigureAwait(false); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } @@ -337,7 +337,7 @@ public virtual Response RemoveTag(string key, CancellationToken { var originalTags = TagResource.Get(cancellationToken); originalTags.Value.Data.Properties.TagsValue.Remove(key); - TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken); + TagContainer.CreateOrUpdate(originalTags.Value.Data, cancellationToken: cancellationToken); var originalResponse = _restClient.GetProperties(Id.ResourceGroupName, Id.Name, null, cancellationToken); return Response.FromValue(new StorageAccount(this, originalResponse.Value), originalResponse.GetRawResponse()); } From fe7cf314cb97d00486a49ba54e7a53b44955cd94 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 31 Aug 2021 13:51:47 +0800 Subject: [PATCH 18/27] modify createResourceGroup method due to ResourceManager's version change --- .../tests/Helpers/StorageTestBase.cs | 3 ++- .../tests/Samples/Readme_ManagingStorageAccounts.cs | 5 +++-- .../tests/Samples/Sample1_ManagingBlobContainers.cs | 5 +++-- .../tests/Samples/Sample2_ManagingFileShares.cs | 3 ++- 4 files changed, 10 insertions(+), 6 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs index f5724404b7db5..5c2335be841fd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestBase.cs @@ -54,7 +54,7 @@ public void CreateCommonClient() public async Task CreateResourceGroupAsync() { string resourceGroupName = Recording.GenerateAssetName("teststorageRG-"); - return await DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( + ResourceGroupCreateOrUpdateOperation operation= await DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync( resourceGroupName, new ResourceGroupData(DefaultLocation) { @@ -63,6 +63,7 @@ public async Task CreateResourceGroupAsync() { "test", "env" } } }); + return operation.Value; } public static void VerifyAccountProperties(StorageAccount account,bool useDefaults) diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs index a73285be189c6..7a411868a2bd9 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Readme_ManagingStorageAccounts.cs @@ -27,7 +27,8 @@ public async Task createResourceGroup() #region Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroup resourceGroup = operation.Value; #endregion this.resourceGroup = resourceGroup; @@ -46,7 +47,7 @@ public async Task CreateOrUpdate() StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); - StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); + StorageAccount storageAccount = accountCreateOperation.Value; #endregion } [Test] diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs index 16e15bbd4b396..03e95b93f7980 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample1_ManagingBlobContainers.cs @@ -24,7 +24,8 @@ public async Task createStorageAccountAndGetBlobContainerContainer() Subscription subscription = armClient.DefaultSubscription; string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroup resourceGroup = operation.Value; this.resourceGroup = resourceGroup; Sku sku = new Sku(SkuName.StandardGRS); Kind kind = Kind.Storage; @@ -49,7 +50,7 @@ public async Task CreateOrUpdate() string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); - BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); + BlobContainer blobContainer = blobContainerCreateOperation.Value; #endregion } [Test] diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs index 2426de4ddd467..26163f9942f0b 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/Sample2_ManagingFileShares.cs @@ -24,7 +24,8 @@ public async Task createStorageAccountAndGetFileShareContainer() Subscription subscription = armClient.DefaultSubscription; string rgName = "myRgName"; Location location = Location.WestUS2; - ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); + ResourceGroup resourceGroup = operation.Value; this.resourceGroup = resourceGroup; Sku sku = new Sku(SkuName.StandardGRS); Kind kind = Kind.Storage; From f4337e5b0b03f0f056d587ae5042099a389e5554 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 31 Aug 2021 13:57:02 +0800 Subject: [PATCH 19/27] update snippets --- sdk/storage/Azure.ResourceManager.Storage/README.md | 5 +++-- .../samples/Sample1_ManagingBlobContainers.md | 7 ++++--- .../samples/Sample2_ManagingFileShares.md | 5 +++-- 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/sdk/storage/Azure.ResourceManager.Storage/README.md b/sdk/storage/Azure.ResourceManager.Storage/README.md index e66a19ec21ab8..b91e42cf28c90 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/README.md +++ b/sdk/storage/Azure.ResourceManager.Storage/README.md @@ -54,7 +54,8 @@ Subscription subscription = armClient.DefaultSubscription; ```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroup resourceGroup = operation.Value; ``` Then we can create a storage account inside this resource group. @@ -69,7 +70,7 @@ StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(s StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); -StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +StorageAccount storageAccount = accountCreateOperation.Value; ``` ### Get all storage accounts in a resource group diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md index 8ad2ad6eac0b7..ca449f515babd 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample1_ManagingBlobContainers.md @@ -27,7 +27,8 @@ This is a scoped operations object, and any operations you perform will be done ```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroup resourceGroup = operation.Value; ``` After we have the resource group created, we can create a storage account @@ -42,7 +43,7 @@ StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(s StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); -StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +StorageAccount storageAccount = accountCreateOperation.Value; ``` @@ -63,7 +64,7 @@ BlobContainerContainer blobContainerContainer = blobService.GetBlobContainers(); string blobContainerName = "myBlobContainer"; BlobContainerData blobContainerData= new BlobContainerData(); BlobContainerCreateOperation blobContainerCreateOperation = await blobContainerContainer.CreateOrUpdateAsync(blobContainerName, blobContainerData); -BlobContainer blobContainer = await blobContainerCreateOperation.WaitForCompletionAsync(); +BlobContainer blobContainer = blobContainerCreateOperation.Value; ``` ***List all blob containers*** diff --git a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md index 69b9766a5f1e4..4fef072ce84a8 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md +++ b/sdk/storage/Azure.ResourceManager.Storage/samples/Sample2_ManagingFileShares.md @@ -27,7 +27,8 @@ This is a scoped operations object, and any operations you perform will be done ```C# Snippet:Managing_StorageAccounts_GetResourceGroupContainer string rgName = "myRgName"; Location location = Location.WestUS2; -ResourceGroup resourceGroup = await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroupCreateOrUpdateOperation operation= await subscription.GetResourceGroups().CreateOrUpdateAsync(rgName, new ResourceGroupData(location)); +ResourceGroup resourceGroup = operation.Value; ``` After we have the resource group created, we can create a storage account @@ -42,7 +43,7 @@ StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(s StorageAccountContainer accountContainer = resourceGroup.GetStorageAccounts(); string accountName = "myAccount"; StorageAccountCreateOperation accountCreateOperation = await accountContainer.CreateOrUpdateAsync(accountName, parameters); -StorageAccount storageAccount = await accountCreateOperation.WaitForCompletionAsync(); +StorageAccount storageAccount = accountCreateOperation.Value; ``` From d22b7825ba6048e12842c41754171fde78b6f8dd Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 31 Aug 2021 17:06:25 +0800 Subject: [PATCH 20/27] add storage account test case --- .../CreateStorageAccountWithEnableNfsV3.json | 730 ++++++++++++++++++ ...ateStorageAccountWithEnableNfsV3Async.json | 730 ++++++++++++++++++ .../tests/Tests/StorageAccountTests.cs | 18 + 3 files changed, 1478 insertions(+) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3Async.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3.json new file mode 100644 index 0000000000000..a730c67d3aaa7 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3.json @@ -0,0 +1,730 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "708e1ccc16ea7e6d1fde1661fa5790f9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:22:57 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "520fd5aa-2d3c-475e-a895-20eeb4922a45", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "520fd5aa-2d3c-475e-a895-20eeb4922a45", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072258Z:520fd5aa-2d3c-475e-a895-20eeb4922a45" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5851?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-5492ca60c0d30c48b8341e54744df06d-ace76a2b3065dd4e-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f6ec802f4af3c17b11c14bbb12c3d84d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1baf0edb-abf9-4b45-bcb6-4e2861e53839", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1baf0edb-abf9-4b45-bcb6-4e2861e53839", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072303Z:1baf0edb-abf9-4b45-bcb6-4e2861e53839" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851", + "name": "teststorageRG-5851", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851/providers/Microsoft.Storage/storageAccounts/storage1368?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "150", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c5f4724982b3ff385b6f394567d6ab2e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "isNfsV3Enabled": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c5f4724982b3ff385b6f394567d6ab2e", + "x-ms-correlation-request-id": "c4a321f8-a26c-43b2-8090-47b777109c76", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "cc5e13f7-cf94-46fb-8830-6a65c2704341", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072310Z:c4a321f8-a26c-43b2-8090-47b777109c76" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1e0dac893b04ac9547ed9a8410365a3a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1e0dac893b04ac9547ed9a8410365a3a", + "x-ms-correlation-request-id": "10e03974-1a60-488b-be21-85d76331e0e2", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "b62ec5b6-e8a7-4e50-96ba-7936e84da88a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072311Z:10e03974-1a60-488b-be21-85d76331e0e2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d98d1d1538ca73cc49b0d08a7d8cccf7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d98d1d1538ca73cc49b0d08a7d8cccf7", + "x-ms-correlation-request-id": "37943085-fd3c-4129-94b2-a0f0003c0283", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "e5a3193b-2472-4783-843d-d6460f46f454", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072312Z:37943085-fd3c-4129-94b2-a0f0003c0283" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "babce6a38dc9f229a44b58943aa434be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "babce6a38dc9f229a44b58943aa434be", + "x-ms-correlation-request-id": "b5805db4-4a85-4d9a-978b-6b2b2f3d4f59", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "fee461d8-e95f-41e6-af29-b185aad1efcf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072313Z:b5805db4-4a85-4d9a-978b-6b2b2f3d4f59" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1696cacdf3d65188e099d4536b0a2fbb", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1696cacdf3d65188e099d4536b0a2fbb", + "x-ms-correlation-request-id": "d64d5bff-e4db-4e51-b385-96a4decaf640", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "b6222b23-451f-4577-b766-9f95d056ea52", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072315Z:d64d5bff-e4db-4e51-b385-96a4decaf640" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "29e1a320a07a8871f39b347fe03839a5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "29e1a320a07a8871f39b347fe03839a5", + "x-ms-correlation-request-id": "ceee1938-969e-49e9-8f61-4d14cd7e5564", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "d279a330-8116-48c1-831c-9875f38d5b6a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072316Z:ceee1938-969e-49e9-8f61-4d14cd7e5564" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b3bd127cb5f5af205e6ad92fb9d58699", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:17 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b3bd127cb5f5af205e6ad92fb9d58699", + "x-ms-correlation-request-id": "d0bda700-2e7e-4743-a35f-9636ea09e507", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "0db54a59-9ba6-403a-8e7c-37dc73ae3255", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072317Z:d0bda700-2e7e-4743-a35f-9636ea09e507" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "97739c1c0ac32c44580e223bbe0870a7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "97739c1c0ac32c44580e223bbe0870a7", + "x-ms-correlation-request-id": "f5ac55c3-728e-4144-a3a2-64065e582227", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "b7305e45-0e31-49fb-937b-edf9ecaee5ff", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072319Z:f5ac55c3-728e-4144-a3a2-64065e582227" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59d72e607b4c6ac68231ca0fc642ce1d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "59d72e607b4c6ac68231ca0fc642ce1d", + "x-ms-correlation-request-id": "77471034-59e3-4c21-8b66-0fc656762350", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "d7c650df-e0f3-4e97-93ab-3284b38193f3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072320Z:77471034-59e3-4c21-8b66-0fc656762350" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "44629b14a1c571e1cd905ae792e5f155", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "44629b14a1c571e1cd905ae792e5f155", + "x-ms-correlation-request-id": "a038bd7f-fed5-420c-9787-3ab70cce5a9f", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "e2496b9c-a881-4bad-ac9b-33f038bf5b68", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072321Z:a038bd7f-fed5-420c-9787-3ab70cce5a9f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ace31fa2dfea04dd608159240356516", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8ace31fa2dfea04dd608159240356516", + "x-ms-correlation-request-id": "81f67585-8270-4ec1-838a-b40347fe7169", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "95258c4c-1a25-4219-aed2-093bc834dc72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072323Z:81f67585-8270-4ec1-838a-b40347fe7169" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2326053f2ca6bee24d658bbb21ded79d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2326053f2ca6bee24d658bbb21ded79d", + "x-ms-correlation-request-id": "b8ca764f-31ca-41da-b350-d5294badde90", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "343fc3f8-2447-4c1a-abec-84307339bfb0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072324Z:b8ca764f-31ca-41da-b350-d5294badde90" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9514743f4374e71f4ec26dbc8c4f3198", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9514743f4374e71f4ec26dbc8c4f3198", + "x-ms-correlation-request-id": "2eb86f07-dd78-4bcb-a8fe-f418d312cbab", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "d02c41c6-a27a-4597-bb9c-d31e0e00cfa9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072325Z:2eb86f07-dd78-4bcb-a8fe-f418d312cbab" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/cc5e13f7-cf94-46fb-8830-6a65c2704341?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8da7442bcebecdaf4f0f3d98a1917ff7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1446", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 07:23:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8da7442bcebecdaf4f0f3d98a1917ff7", + "x-ms-correlation-request-id": "cf20beca-c1c8-4d2c-b57a-4947d48b634c", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "1e3cfe51-a2f5-4e02-9b3b-42a7617c2aad", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072326Z:cf20beca-c1c8-4d2c-b57a-4947d48b634c" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851/providers/Microsoft.Storage/storageAccounts/storage1368", + "name": "storage1368", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T07:23:09.3261746Z", + "key2": "2021-08-31T07:23:09.3261746Z" + }, + "privateEndpointConnections": [], + "isNfsV3Enabled": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:23:09.3261746Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:23:09.3261746Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T07:23:09.2167938Z", + "primaryEndpoints": { + "dfs": "https://storage1368.dfs.core.windows.net/", + "web": "https://storage1368.z20.web.core.windows.net/", + "blob": "https://storage1368.blob.core.windows.net/", + "queue": "https://storage1368.queue.core.windows.net/", + "table": "https://storage1368.table.core.windows.net/", + "file": "https://storage1368.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb527730d020fba1e53fd5e3be2632fd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1458", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 07:23:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb527730d020fba1e53fd5e3be2632fd", + "x-ms-correlation-request-id": "0f73b3a2-52bd-4db2-bb0f-fe622fe2d3e7", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "a2eb63aa-e614-4c62-8530-8bd0e0ddcb06", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072327Z:0f73b3a2-52bd-4db2-bb0f-fe622fe2d3e7" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851/providers/Microsoft.Storage/storageAccounts/storage1368", + "name": "storage1368", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T07:23:09.3261746Z", + "key2": "2021-08-31T07:23:09.3261746Z" + }, + "privateEndpointConnections": [], + "isNfsV3Enabled": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:23:09.3261746Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:23:09.3261746Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T07:23:09.2167938Z", + "primaryEndpoints": { + "dfs": "https://storage1368.dfs.core.windows.net/", + "web": "https://storage1368.z20.web.core.windows.net/", + "blob": "https://storage1368.blob.core.windows.net/", + "queue": "https://storage1368.queue.core.windows.net/", + "table": "https://storage1368.table.core.windows.net/", + "file": "https://storage1368.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5851/providers/Microsoft.Storage/storageAccounts/storage1368?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dc90f334493671dec4474564068745bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:23:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dc90f334493671dec4474564068745bc", + "x-ms-correlation-request-id": "7408bd87-bd51-4deb-ae1e-1bd29606c39e", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "7d3bfa18-031a-420d-8371-6efabc4a4a24", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072335Z:7408bd87-bd51-4deb-ae1e-1bd29606c39e" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1116063372", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3Async.json new file mode 100644 index 0000000000000..f26ea080e98cc --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/CreateStorageAccountWithEnableNfsV3Async.json @@ -0,0 +1,730 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d0272945df32d9caac50f06c6eba9e15", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:14 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "b07c72a5-2e70-4bf9-9093-6f2002143e49", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "b07c72a5-2e70-4bf9-9093-6f2002143e49", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072615Z:b07c72a5-2e70-4bf9-9093-6f2002143e49" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-8602?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-c9b751dbaf71d94688c0190019f54152-69f95220dfccd940-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6b8ae88af934a9992efed36bf57723be", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "1b9da802-2208-48cd-bbaf-2e9423e28991", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "1b9da802-2208-48cd-bbaf-2e9423e28991", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072617Z:1b9da802-2208-48cd-bbaf-2e9423e28991" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602", + "name": "teststorageRG-8602", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602/providers/Microsoft.Storage/storageAccounts/storage5003?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "150", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61d948d54b487a76699506e1b8a8b1ee", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "StorageV2", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "isNfsV3Enabled": false + } + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "61d948d54b487a76699506e1b8a8b1ee", + "x-ms-correlation-request-id": "3a42e338-fd65-4fbb-a5b6-b74100183a35", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "5d2581e8-f239-4c50-9f80-4935d26f8810", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072623Z:3a42e338-fd65-4fbb-a5b6-b74100183a35" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "55e4af498c3b3e687210019ef3b7f085", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "55e4af498c3b3e687210019ef3b7f085", + "x-ms-correlation-request-id": "a888619e-fe3c-469c-9104-d632fcd38018", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "a773d7e7-f7ad-4ccd-a24b-79c63b669504", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072623Z:a888619e-fe3c-469c-9104-d632fcd38018" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "51b6e54d7cd3fcb053ab2bbf99aa7429", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:25 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "51b6e54d7cd3fcb053ab2bbf99aa7429", + "x-ms-correlation-request-id": "ec411ccb-6299-487f-8c83-85b205ac7aff", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "13d0843c-2dbb-4332-ada4-dbe62c930974", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072625Z:ec411ccb-6299-487f-8c83-85b205ac7aff" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "09988c3a5bc428b23b6534fed7563a7f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:26 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "09988c3a5bc428b23b6534fed7563a7f", + "x-ms-correlation-request-id": "1abf1cf9-fbc2-474f-b9a2-0afe62c80c3e", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "a32588b1-c3f6-4e26-bdc9-76fe6dcb194c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072626Z:1abf1cf9-fbc2-474f-b9a2-0afe62c80c3e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f7e2c98098acca6ffe8029061a8a5c7", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:27 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1f7e2c98098acca6ffe8029061a8a5c7", + "x-ms-correlation-request-id": "a5519295-49c4-4a07-9d05-bd885cb0002f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "8c4ed956-8a0e-41fe-829e-8c0dbe956195", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072627Z:a5519295-49c4-4a07-9d05-bd885cb0002f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6663d89be71ff2c1338d166e48b124fc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:29 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6663d89be71ff2c1338d166e48b124fc", + "x-ms-correlation-request-id": "15a10528-42a9-4fe5-ad12-8bfb2f7f0ddb", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "96782491-15e0-4b53-8bb5-2b4d431be4a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072629Z:15a10528-42a9-4fe5-ad12-8bfb2f7f0ddb" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6d27ab71552c319fe6cc0adb5822c792", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:30 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6d27ab71552c319fe6cc0adb5822c792", + "x-ms-correlation-request-id": "c39689df-8639-4823-a98d-27ad7f12380b", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "51bfafa2-44a9-4653-b42a-5c6d9a32751a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072630Z:c39689df-8639-4823-a98d-27ad7f12380b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ff626cbfd3f2b05f6b8becfcf338834d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:31 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ff626cbfd3f2b05f6b8becfcf338834d", + "x-ms-correlation-request-id": "1883be42-0661-4df3-a55f-a9ede9285998", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "5f03be3f-54fd-42c6-98db-e491ef643e26", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072631Z:1883be42-0661-4df3-a55f-a9ede9285998" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b51e05c33881469b39328053dde59a11", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:33 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b51e05c33881469b39328053dde59a11", + "x-ms-correlation-request-id": "c9906511-c292-44fc-80e5-2ffa01ef37e6", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "5f352019-b6a2-402b-bb4c-46dfff00d89e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072633Z:c9906511-c292-44fc-80e5-2ffa01ef37e6" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "dcae83c6254e9e094c7701a068a23eae", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:34 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "dcae83c6254e9e094c7701a068a23eae", + "x-ms-correlation-request-id": "d400400c-36a2-48bc-aed5-3332e8d9afef", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "4314c208-2a43-4caa-be1d-604a9818d81a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072634Z:d400400c-36a2-48bc-aed5-3332e8d9afef" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5217bc4811038711d11cc6c0520cd386", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:35 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5217bc4811038711d11cc6c0520cd386", + "x-ms-correlation-request-id": "9b61b532-7de8-4c7f-9107-2532aaf7e873", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "bd46d14d-3c42-4e4b-b512-29997600df63", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072635Z:9b61b532-7de8-4c7f-9107-2532aaf7e873" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6f36dbf1a78a9efefc7f690a36fadd96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:37 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6f36dbf1a78a9efefc7f690a36fadd96", + "x-ms-correlation-request-id": "8aeaf443-56df-4a9a-983a-dab5f2fa44ea", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "1a84cb4a-0a40-4638-b9f9-dbc8ef0cc904", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072637Z:8aeaf443-56df-4a9a-983a-dab5f2fa44ea" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "200ad2f447cdb40d72260b325e494b3f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:38 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "200ad2f447cdb40d72260b325e494b3f", + "x-ms-correlation-request-id": "5cef6ac1-a2f3-4596-a78a-1b2cbb70bdfd", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "ab76d86a-1661-4b91-8312-adb568b6cff5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072638Z:5cef6ac1-a2f3-4596-a78a-1b2cbb70bdfd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5d2581e8-f239-4c50-9f80-4935d26f8810?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8daf7ba4ce6ca123be795683a80650d6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1446", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 07:26:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8daf7ba4ce6ca123be795683a80650d6", + "x-ms-correlation-request-id": "e12311d4-2eb4-47ba-bff1-1b2d6414c689", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "00e8bb41-8d13-4eac-a6fc-650f8ab24d7d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072639Z:e12311d4-2eb4-47ba-bff1-1b2d6414c689" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602/providers/Microsoft.Storage/storageAccounts/storage5003", + "name": "storage5003", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T07:26:22.1440506Z", + "key2": "2021-08-31T07:26:22.1440506Z" + }, + "privateEndpointConnections": [], + "isNfsV3Enabled": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:26:22.1440506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:26:22.1440506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T07:26:22.0190890Z", + "primaryEndpoints": { + "dfs": "https://storage5003.dfs.core.windows.net/", + "web": "https://storage5003.z20.web.core.windows.net/", + "blob": "https://storage5003.blob.core.windows.net/", + "queue": "https://storage5003.queue.core.windows.net/", + "table": "https://storage5003.table.core.windows.net/", + "file": "https://storage5003.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "80cc2f3eb202a9b9cd82fc639ccc3fb2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1458", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 07:26:40 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "80cc2f3eb202a9b9cd82fc639ccc3fb2", + "x-ms-correlation-request-id": "56d48508-7c22-4053-930c-bc0a31519160", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "5d9620ff-fbe7-4bf4-87e1-7a70d9093f65", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072640Z:56d48508-7c22-4053-930c-bc0a31519160" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "StorageV2", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602/providers/Microsoft.Storage/storageAccounts/storage5003", + "name": "storage5003", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T07:26:22.1440506Z", + "key2": "2021-08-31T07:26:22.1440506Z" + }, + "privateEndpointConnections": [], + "isNfsV3Enabled": false, + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:26:22.1440506Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T07:26:22.1440506Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "accessTier": "Hot", + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T07:26:22.0190890Z", + "primaryEndpoints": { + "dfs": "https://storage5003.dfs.core.windows.net/", + "web": "https://storage5003.z20.web.core.windows.net/", + "blob": "https://storage5003.blob.core.windows.net/", + "queue": "https://storage5003.queue.core.windows.net/", + "table": "https://storage5003.table.core.windows.net/", + "file": "https://storage5003.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-8602/providers/Microsoft.Storage/storageAccounts/storage5003?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bb662a34504b252aae696254f1890b6b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 07:26:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bb662a34504b252aae696254f1890b6b", + "x-ms-correlation-request-id": "6d9389c5-589c-484b-9c69-cd2fbe90ed7c", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "58eea9da-58c2-43bb-9712-e26961888c5b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T072647Z:6d9389c5-589c-484b-9c69-cd2fbe90ed7c" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "1122192992", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 09bfb2a0d41e5..50e463aa4e527 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -565,5 +565,23 @@ public async Task AddTag() //verify the tag is added successfully Assert.AreEqual(account.Data.Tags.Count, 1); } + [Test] + [RecordedTest] + public async Task CreateStorageAccountWithEnableNfsV3() + { + //create storage account + string accountName = Recording.GenerateAssetName("storage"); + _resourceGroup = await CreateResourceGroupAsync(); + StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); + StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind:Kind.StorageV2); + parameters.EnableNfsV3 = false; + StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; + + //validate + VerifyAccountProperties(account, false); + Assert.NotNull(account.Data.PrimaryEndpoints.Web); + Assert.AreEqual(Kind.StorageV2, account.Data.Kind); + Assert.False(account.Data.EnableNfsV3); + } } } From 1b9522c831ae766de7a4149e7681bcc680619aba Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Tue, 31 Aug 2021 17:29:25 +0800 Subject: [PATCH 21/27] add one blob container test case --- ...lityPolicy_AllowProtectedAppendWrites.json | 951 ++++++++++++++++++ ...olicy_AllowProtectedAppendWritesAsync.json | 951 ++++++++++++++++++ .../tests/Tests/BlobContainerTests.cs | 39 + 3 files changed, 1941 insertions(+) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWrites.json create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWritesAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWrites.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWrites.json new file mode 100644 index 0000000000000..9dfd45591e388 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWrites.json @@ -0,0 +1,951 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5c7e8422cad6446b800f5f9d6286e757", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "3c96ae41-9f1e-4226-9623-40ebf8548897", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "3c96ae41-9f1e-4226-9623-40ebf8548897", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092343Z:3c96ae41-9f1e-4226-9623-40ebf8548897" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-1312?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-488ffdce9328a94ba470cb8dbc2854d8-0ca90ec31fcca648-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4c5c18dab9d5b0bc92c5efd96848e187", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:44 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "79c6a602-cd53-43a4-b213-1ed132406577", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "79c6a602-cd53-43a4-b213-1ed132406577", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092345Z:79c6a602-cd53-43a4-b213-1ed132406577" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312", + "name": "teststorageRG-1312", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ebe769e1e9f8b3e8f582da0eb2d8bb9d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ebe769e1e9f8b3e8f582da0eb2d8bb9d", + "x-ms-correlation-request-id": "4cc1739e-4367-4146-b958-f477158c1b8b", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "98aa437b-22bd-45fb-9d1e-f3c86016e544", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092352Z:4cc1739e-4367-4146-b958-f477158c1b8b" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7da43915c56f2fe27399df36e2a2e0ec", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:51 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7da43915c56f2fe27399df36e2a2e0ec", + "x-ms-correlation-request-id": "e1060f4b-4cb4-4991-b027-8d7a4bc5388d", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "f1fdd181-e85a-4f7d-82c9-a2c549dad6cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092352Z:e1060f4b-4cb4-4991-b027-8d7a4bc5388d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bba03c33b6fc95599f263fb4e46d48dd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:53 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bba03c33b6fc95599f263fb4e46d48dd", + "x-ms-correlation-request-id": "f76480ba-bd11-40eb-ae67-8e69b4422989", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "419c310e-097a-449d-ae95-92b890bf1593", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092354Z:f76480ba-bd11-40eb-ae67-8e69b4422989" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "78f85cbc3e34022daab55c356d93de0a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:54 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "78f85cbc3e34022daab55c356d93de0a", + "x-ms-correlation-request-id": "82508d4d-748f-4389-b38a-e60297cb92cf", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "f9471ec1-88fa-4a72-a204-a113331a9a09", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092355Z:82508d4d-748f-4389-b38a-e60297cb92cf" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2e4818630a785e82e00fde48852d4b06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:55 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2e4818630a785e82e00fde48852d4b06", + "x-ms-correlation-request-id": "dba3db0b-1ea5-4b97-8d1f-adaee1c5e31f", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "2047b2f7-bb61-47e3-96e7-e79bc86ba8c0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092356Z:dba3db0b-1ea5-4b97-8d1f-adaee1c5e31f" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "867a025068a9f5b80e9d11465a23280b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:57 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "867a025068a9f5b80e9d11465a23280b", + "x-ms-correlation-request-id": "011e18dc-4975-4340-adfb-f181168d12f5", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "515206b2-65dc-4ad5-9aeb-4e0e32cbf6b9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092358Z:011e18dc-4975-4340-adfb-f181168d12f5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb5135471924b165d99998245fe47d7c", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:58 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "cb5135471924b165d99998245fe47d7c", + "x-ms-correlation-request-id": "e7070701-04a9-40cf-82c9-4c8a68e74c2d", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "1f4a341c-3d02-434e-8cc4-1fbf08ce6b72", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092359Z:e7070701-04a9-40cf-82c9-4c8a68e74c2d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6ae4566a5819fa605f5320dbf93b04bc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:23:59 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6ae4566a5819fa605f5320dbf93b04bc", + "x-ms-correlation-request-id": "3eecbd17-61e2-474e-b49f-a8499aed28c2", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "de2856af-22b4-4545-9cb9-a96268716292", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092400Z:3eecbd17-61e2-474e-b49f-a8499aed28c2" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5001d3e77fdc37e29cc8ac0fcf939529", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:01 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5001d3e77fdc37e29cc8ac0fcf939529", + "x-ms-correlation-request-id": "1911d675-faf5-418e-975c-cb026ff7f8ec", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "9e628c14-f0a3-4633-ae34-ef3bf267c47f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092402Z:1911d675-faf5-418e-975c-cb026ff7f8ec" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "03dc9420bd3eeef1d4566bd1f98ab89e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:02 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "03dc9420bd3eeef1d4566bd1f98ab89e", + "x-ms-correlation-request-id": "804cc217-ff68-4f28-a312-faea3e027383", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "e0033234-9ce9-41a1-8bbc-1d7d4db9ba62", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092403Z:804cc217-ff68-4f28-a312-faea3e027383" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c3ddc942ce3eaa074adce50ac512bcc", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:04 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c3ddc942ce3eaa074adce50ac512bcc", + "x-ms-correlation-request-id": "b4d16be5-f468-4e91-b178-bce6c1880426", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "8a088fa6-120f-4f14-be21-70cb2e03f9f9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092405Z:b4d16be5-f468-4e91-b178-bce6c1880426" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "64bbf6be005e297de1127c8513103e12", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:05 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "64bbf6be005e297de1127c8513103e12", + "x-ms-correlation-request-id": "d273726a-29ad-41ae-9b85-36a2316b04a5", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "a5416175-17ab-4394-b64b-ed58936f6b6f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092406Z:d273726a-29ad-41ae-9b85-36a2316b04a5" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f37a0d100855f346f4f28f91efa14282", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:06 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f37a0d100855f346f4f28f91efa14282", + "x-ms-correlation-request-id": "c501f799-ba55-40ae-a5d5-dd2c67c6a0ce", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "8adbdbd9-82f2-48a6-b6db-d87e83123c3f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092407Z:c501f799-ba55-40ae-a5d5-dd2c67c6a0ce" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/98aa437b-22bd-45fb-9d1e-f3c86016e544?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "02139f2b53cf94405e13abd0af1ad663", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "02139f2b53cf94405e13abd0af1ad663", + "x-ms-correlation-request-id": "92d250d1-71e3-4350-bc9e-fbe25d485014", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "879f012a-83c0-4450-abdc-55312400fdd3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092409Z:92d250d1-71e3-4350-bc9e-fbe25d485014" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449", + "name": "storage6449", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T09:23:51.0380336Z", + "key2": "2021-08-31T09:23:51.0380336Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:23:51.0537804Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:23:51.0537804Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T09:23:50.9442827Z", + "primaryEndpoints": { + "blob": "https://storage6449.blob.core.windows.net/", + "queue": "https://storage6449.queue.core.windows.net/", + "table": "https://storage6449.table.core.windows.net/", + "file": "https://storage6449.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e3fbb6f37d6b676b0c76f6c70ec3a40", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:08 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9e3fbb6f37d6b676b0c76f6c70ec3a40", + "x-ms-correlation-request-id": "8bfaa142-9190-41d7-9b9f-5093a8a94d90", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "3f8e070f-1d00-45de-905c-3af0511a4eda", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092409Z:8bfaa142-9190-41d7-9b9f-5093a8a94d90" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd745af9433bcdbde694415c7543da1b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:09 GMT", + "ETag": "\u00220x8D96C6116D3F8DD\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd745af9433bcdbde694415c7543da1b", + "x-ms-correlation-request-id": "2729d5d1-9b82-4bcf-b2d9-783413ba9e19", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "51b86c7a-4523-4742-8147-3ea4a10d8922", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092410Z:2729d5d1-9b82-4bcf-b2d9-783413ba9e19" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881", + "name": "testblob7881", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "92", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6133212caca428f35d5207e3d32372d9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 4, + "allowProtectedAppendWrites": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:09 GMT", + "ETag": "\u00228d96c6117414d59\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "6133212caca428f35d5207e3d32372d9", + "x-ms-correlation-request-id": "e79dc8bb-0bbd-4f92-8120-2e11947ffebc", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "16850739-9193-4692-b300-88b2b6443d2e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092410Z:e79dc8bb-0bbd-4f92-8120-2e11947ffebc" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c6117414d59\u0022", + "properties": { + "allowProtectedAppendWrites": true, + "immutabilityPeriodSinceCreationInDays": 4, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "If-Match": "\u00228d96c6117414d59\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bfb5016b6562773382d0efa334593b83", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 5, + "allowProtectedAppendWrites": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "469", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:10 GMT", + "ETag": "\u00228d96c6117b3bf59\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "bfb5016b6562773382d0efa334593b83", + "x-ms-correlation-request-id": "5e79f659-6481-425a-b457-98278392d61c", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "b294d248-34fd-4b04-bd70-355962b7f386", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092411Z:5e79f659-6481-425a-b457-98278392d61c" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c6117b3bf59\u0022", + "properties": { + "allowProtectedAppendWrites": false, + "immutabilityPeriodSinceCreationInDays": 5, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d96c6117b3bf59\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ca445095de064d2b674ba0e93bd9f9c3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "469", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:11 GMT", + "ETag": "\u00228d96c6117b3bf59\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "ca445095de064d2b674ba0e93bd9f9c3", + "x-ms-correlation-request-id": "036cd2e3-a0f3-4911-bbcb-0102a027ff1a", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "52d762e6-8475-41cf-a4d4-fa256354287d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092411Z:036cd2e3-a0f3-4911-bbcb-0102a027ff1a" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449/blobServices/default/containers/testblob7881/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c6117b3bf59\u0022", + "properties": { + "allowProtectedAppendWrites": false, + "immutabilityPeriodSinceCreationInDays": 5, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "74f168221a8ec6b9edbcded3bc4ff403", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:24:11 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "74f168221a8ec6b9edbcded3bc4ff403", + "x-ms-correlation-request-id": "6f0662c1-9964-4a76-9e4e-15a8d39526ed", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "57a3aa46-2074-4964-975c-b6f66d7f826e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092412Z:6f0662c1-9964-4a76-9e4e-15a8d39526ed" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449", + "name": "storage6449", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T09:23:51.0380336Z", + "key2": "2021-08-31T09:23:51.0380336Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:23:51.0537804Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:23:51.0537804Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T09:23:50.9442827Z", + "primaryEndpoints": { + "blob": "https://storage6449.blob.core.windows.net/", + "queue": "https://storage6449.queue.core.windows.net/", + "table": "https://storage6449.table.core.windows.net/", + "file": "https://storage6449.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-1312/providers/Microsoft.Storage/storageAccounts/storage6449?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "834e8416a7de8dd2d5685816c54a3ba9", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:24:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "834e8416a7de8dd2d5685816c54a3ba9", + "x-ms-correlation-request-id": "0af1ba46-fad6-4ee3-9d2e-a90ae9485744", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "ad50230c-bdcd-42e4-b1b3-e1cc35e72e75", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092418Z:0af1ba46-fad6-4ee3-9d2e-a90ae9485744" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "2134858339", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWritesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWritesAsync.json new file mode 100644 index 0000000000000..a6ef545ab6ae4 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobContainerTests/ImmutabilityPolicy_AllowProtectedAppendWritesAsync.json @@ -0,0 +1,951 @@ +{ + "Entries": [ + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1d4150e837f4d8e3e99ea300b5cfe711", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:27:58 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "5c180f8e-f23a-4e00-8c13-ad4bf6d061ce", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "5c180f8e-f23a-4e00-8c13-ad4bf6d061ce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092758Z:5c180f8e-f23a-4e00-8c13-ad4bf6d061ce" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-2281?api-version=2019-10-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "44", + "Content-Type": "application/json", + "traceparent": "00-431efe16b5e22b46bde0d76592f3d178-a1bb96fcfac5c348-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ba165eba9e8ff1607e634952fbecc0da", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "eastus2", + "tags": { + "test": "env" + } + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "256", + "Content-Type": "application/json; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:01 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "99e67808-68e7-4e8d-869d-3bf9337f12a3", + "x-ms-ratelimit-remaining-subscription-writes": "1199", + "x-ms-request-id": "99e67808-68e7-4e8d-869d-3bf9337f12a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092801Z:99e67808-68e7-4e8d-869d-3bf9337f12a3" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281", + "name": "teststorageRG-2281", + "type": "Microsoft.Resources/resourceGroups", + "location": "eastus2", + "tags": { + "test": "env" + }, + "properties": { + "provisioningState": "Succeeded" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "126", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c438478ed4fd8835fd189a7c51328c06", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "sku": { + "name": "Standard_GRS" + }, + "kind": "Storage", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": {} + }, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:09 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c438478ed4fd8835fd189a7c51328c06", + "x-ms-correlation-request-id": "1da4a292-eade-4c67-82e5-54f810f99691", + "x-ms-ratelimit-remaining-subscription-writes": "1198", + "x-ms-request-id": "059eac81-304f-4c88-8385-089c8a3140bf", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092810Z:1da4a292-eade-4c67-82e5-54f810f99691" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9f411a2650d88abde0329185c5742d30", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:10 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "9f411a2650d88abde0329185c5742d30", + "x-ms-correlation-request-id": "e781c337-ec71-49cb-9950-b0f61cd4ba25", + "x-ms-ratelimit-remaining-subscription-reads": "11997", + "x-ms-request-id": "6d9be926-2ba4-4f8f-91dd-9e6050bb25b2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092810Z:e781c337-ec71-49cb-9950-b0f61cd4ba25" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "96854cbc047234a395589786009b020f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:11 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "96854cbc047234a395589786009b020f", + "x-ms-correlation-request-id": "c6046665-a659-4ef5-8949-fef847ce32f8", + "x-ms-ratelimit-remaining-subscription-reads": "11996", + "x-ms-request-id": "be53a1b9-8a1a-4ec6-8311-90a71070fbfd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092811Z:c6046665-a659-4ef5-8949-fef847ce32f8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3656b766ecf0252d97c3f5c4c72c1ab8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:12 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "3656b766ecf0252d97c3f5c4c72c1ab8", + "x-ms-correlation-request-id": "24c63b68-9329-4f1a-b275-1a5481803d85", + "x-ms-ratelimit-remaining-subscription-reads": "11995", + "x-ms-request-id": "7538203f-6c01-4305-9956-8da2fa4c2a35", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092813Z:24c63b68-9329-4f1a-b275-1a5481803d85" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "39dda2481b682271760d0a80b9368945", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:14 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "39dda2481b682271760d0a80b9368945", + "x-ms-correlation-request-id": "f51a278d-6223-4224-9f3c-d95bab0531b4", + "x-ms-ratelimit-remaining-subscription-reads": "11994", + "x-ms-request-id": "1218af7f-74ea-491c-b565-326950b700a3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092814Z:f51a278d-6223-4224-9f3c-d95bab0531b4" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0e1f812ff71ecf401e5fffae0edf6c68", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:15 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0e1f812ff71ecf401e5fffae0edf6c68", + "x-ms-correlation-request-id": "bba2ed8f-fd3b-4128-a303-b442210f7b8e", + "x-ms-ratelimit-remaining-subscription-reads": "11993", + "x-ms-request-id": "294082a3-b1d2-4d55-b940-c99052401e0c", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092815Z:bba2ed8f-fd3b-4128-a303-b442210f7b8e" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e3edf3dc9bd4aa64534bfe3e2ad6c60", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:16 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e3edf3dc9bd4aa64534bfe3e2ad6c60", + "x-ms-correlation-request-id": "9a868f31-0272-481e-a81b-f854b24a3ca8", + "x-ms-ratelimit-remaining-subscription-reads": "11992", + "x-ms-request-id": "4aea54bd-3819-411d-9f36-3bea6fe076bb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092817Z:9a868f31-0272-481e-a81b-f854b24a3ca8" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4595b03a0c0d5199620e1b091cc21397", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:18 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4595b03a0c0d5199620e1b091cc21397", + "x-ms-correlation-request-id": "ecf24fc0-07b0-4ca7-bccc-21777fefb3db", + "x-ms-ratelimit-remaining-subscription-reads": "11991", + "x-ms-request-id": "b05275ab-da3c-41d3-9578-d99c28c8ad12", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092818Z:ecf24fc0-07b0-4ca7-bccc-21777fefb3db" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d942a1a02bf86687dbd4c8ea375dec70", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:19 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d942a1a02bf86687dbd4c8ea375dec70", + "x-ms-correlation-request-id": "6e5bb412-1f88-496e-b10a-335fc9fd4f70", + "x-ms-ratelimit-remaining-subscription-reads": "11990", + "x-ms-request-id": "4586a48f-3ee6-43c8-a1a7-b7ff33cf9855", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092819Z:6e5bb412-1f88-496e-b10a-335fc9fd4f70" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5e749ef3264a315b45ecfbafad9d2e82", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:20 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5e749ef3264a315b45ecfbafad9d2e82", + "x-ms-correlation-request-id": "0b426bd5-1476-4b11-ab2c-bc8a16561fdd", + "x-ms-ratelimit-remaining-subscription-reads": "11989", + "x-ms-request-id": "66afa32f-ff17-42e1-a3bf-fc387331c3ca", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092821Z:0b426bd5-1476-4b11-ab2c-bc8a16561fdd" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "40422720926a0f68282e6a3843af1905", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:21 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "40422720926a0f68282e6a3843af1905", + "x-ms-correlation-request-id": "d4b68d1a-34e3-4faa-b965-5b8a8299b93d", + "x-ms-ratelimit-remaining-subscription-reads": "11988", + "x-ms-request-id": "19d5178f-6567-4211-b926-ebed7acfd528", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092822Z:d4b68d1a-34e3-4faa-b965-5b8a8299b93d" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7e15aa21b44e794d4611930c2fd8b83d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:23 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "17", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "7e15aa21b44e794d4611930c2fd8b83d", + "x-ms-correlation-request-id": "296eb41d-e9a8-4b8e-888d-1659febe58ae", + "x-ms-ratelimit-remaining-subscription-reads": "11987", + "x-ms-request-id": "e63bb6bd-ee08-401d-856d-c0fd7088eea7", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092823Z:296eb41d-e9a8-4b8e-888d-1659febe58ae" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0fc945a6ac1a61063564361bbc23ed96", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "0fc945a6ac1a61063564361bbc23ed96", + "x-ms-correlation-request-id": "9517675f-12e2-4ae2-b34e-965e6283e425", + "x-ms-ratelimit-remaining-subscription-reads": "11986", + "x-ms-request-id": "f224e715-5e60-4160-b29d-6091068e31f4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092825Z:9517675f-12e2-4ae2-b34e-965e6283e425" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/059eac81-304f-4c88-8385-089c8a3140bf?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "038df6d3af886c34dac9fa58fe5cdf4f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1298", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:25 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "038df6d3af886c34dac9fa58fe5cdf4f", + "x-ms-correlation-request-id": "e742b2b7-34eb-4d23-9c31-81dfeeb63291", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "a74edcb1-debf-4203-8be6-926f0ecfbe4d", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092826Z:e742b2b7-34eb-4d23-9c31-81dfeeb63291" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996", + "name": "storage8996", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T09:28:08.6105142Z", + "key2": "2021-08-31T09:28:08.6105142Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:28:08.6105142Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:28:08.6105142Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T09:28:08.4855352Z", + "primaryEndpoints": { + "blob": "https://storage8996.blob.core.windows.net/", + "queue": "https://storage8996.queue.core.windows.net/", + "table": "https://storage8996.table.core.windows.net/", + "file": "https://storage8996.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fd922c7609e675eaa3b448e97d32bd22", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "373", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fd922c7609e675eaa3b448e97d32bd22", + "x-ms-correlation-request-id": "781e9f44-5088-4876-b235-e0987a7ae751", + "x-ms-ratelimit-remaining-subscription-reads": "11984", + "x-ms-request-id": "66dadd8a-4e58-44dc-aafc-5266d86aaaa1", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092826Z:781e9f44-5088-4876-b235-e0987a7ae751" + }, + "ResponseBody": { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices", + "properties": { + "cors": { + "corsRules": [] + }, + "deleteRetentionPolicy": { + "enabled": false + } + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "17", + "Content-Type": "application/json", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4b3838fdb5b411f75c3551b1ad62d985", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": {} + }, + "StatusCode": 201, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "393", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:26 GMT", + "ETag": "\u00220x8D96C61B02EC6CE\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4b3838fdb5b411f75c3551b1ad62d985", + "x-ms-correlation-request-id": "d7c7f864-4e5b-4368-a9b3-fad360a780f7", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "1c6c507a-6d63-443f-b683-89a8a36f8e61", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092827Z:d7c7f864-4e5b-4368-a9b3-fad360a780f7" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824", + "name": "testblob2824", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers", + "properties": { + "deleted": false, + "remainingRetentionDays": 0, + "hasImmutabilityPolicy": false, + "hasLegalHold": false + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "92", + "Content-Type": "application/json", + "If-Match": "", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "918fa5e6b0ef0bc91760d3664aeea80b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 4, + "allowProtectedAppendWrites": true + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "468", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:27 GMT", + "ETag": "\u00228d96c61b09810e8\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "918fa5e6b0ef0bc91760d3664aeea80b", + "x-ms-correlation-request-id": "ca5396f5-9aa7-4153-b652-e17af25db367", + "x-ms-ratelimit-remaining-subscription-writes": "1196", + "x-ms-request-id": "48a24555-9bea-4906-82dd-8644df76011f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092828Z:ca5396f5-9aa7-4153-b652-e17af25db367" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c61b09810e8\u0022", + "properties": { + "allowProtectedAppendWrites": true, + "immutabilityPeriodSinceCreationInDays": 4, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "93", + "Content-Type": "application/json", + "If-Match": "\u00228d96c61b09810e8\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "230034d704a777c19aec89d499c4f651", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "immutabilityPeriodSinceCreationInDays": 5, + "allowProtectedAppendWrites": false + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "469", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:28 GMT", + "ETag": "\u00228d96c61b11b3395\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "230034d704a777c19aec89d499c4f651", + "x-ms-correlation-request-id": "ed2cd0d7-785b-4e89-88de-a63e6d05a744", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "179b62c1-d11f-49fb-9000-3ea6bd344a29", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092829Z:ed2cd0d7-785b-4e89-88de-a63e6d05a744" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c61b11b3395\u0022", + "properties": { + "allowProtectedAppendWrites": false, + "immutabilityPeriodSinceCreationInDays": 5, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "If-Match": "\u00228d96c61b11b3395\u0022", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8c97646e912d4d346f2d3354e190c66e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "469", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:28 GMT", + "ETag": "\u00228d96c61b11b3395\u0022", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8c97646e912d4d346f2d3354e190c66e", + "x-ms-correlation-request-id": "55469162-2742-4baa-a818-b1cce0c39bfd", + "x-ms-ratelimit-remaining-subscription-reads": "11983", + "x-ms-request-id": "396f8ad2-a519-4ef7-ad24-58898eaece97", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092829Z:55469162-2742-4baa-a818-b1cce0c39bfd" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996/blobServices/default/containers/testblob2824/immutabilityPolicies/default", + "name": "default", + "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", + "etag": "\u00228d96c61b11b3395\u0022", + "properties": { + "allowProtectedAppendWrites": false, + "immutabilityPeriodSinceCreationInDays": 5, + "state": "Unlocked" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "79d9458cb661e2dde317f60326f57253", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1310", + "Content-Type": "application/json", + "Date": "Tue, 31 Aug 2021 09:28:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "79d9458cb661e2dde317f60326f57253", + "x-ms-correlation-request-id": "445f42fa-b3d9-4d19-b8b8-bd333ab76666", + "x-ms-ratelimit-remaining-subscription-reads": "11982", + "x-ms-request-id": "2de4b6f2-ae8e-4f38-b90f-f45b21018481", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092829Z:445f42fa-b3d9-4d19-b8b8-bd333ab76666" + }, + "ResponseBody": { + "value": [ + { + "sku": { + "name": "Standard_GRS", + "tier": "Standard" + }, + "kind": "Storage", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996", + "name": "storage8996", + "type": "Microsoft.Storage/storageAccounts", + "location": "eastus2", + "tags": { + "key1": "value1", + "key2": "value2" + }, + "properties": { + "keyCreationTime": { + "key1": "2021-08-31T09:28:08.6105142Z", + "key2": "2021-08-31T09:28:08.6105142Z" + }, + "privateEndpointConnections": [], + "networkAcls": { + "bypass": "AzureServices", + "virtualNetworkRules": [], + "ipRules": [], + "defaultAction": "Allow" + }, + "supportsHttpsTrafficOnly": true, + "encryption": { + "services": { + "file": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:28:08.6105142Z" + }, + "blob": { + "keyType": "Account", + "enabled": true, + "lastEnabledTime": "2021-08-31T09:28:08.6105142Z" + } + }, + "keySource": "Microsoft.Storage" + }, + "provisioningState": "Succeeded", + "creationTime": "2021-08-31T09:28:08.4855352Z", + "primaryEndpoints": { + "blob": "https://storage8996.blob.core.windows.net/", + "queue": "https://storage8996.queue.core.windows.net/", + "table": "https://storage8996.table.core.windows.net/", + "file": "https://storage8996.file.core.windows.net/" + }, + "primaryLocation": "eastus2", + "statusOfPrimary": "available", + "secondaryLocation": "centralus", + "statusOfSecondary": "available" + } + } + ] + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-2281/providers/Microsoft.Storage/storageAccounts/storage8996?api-version=2021-04-01", + "RequestMethod": "DELETE", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e5f7826a1b5745ddffb3b37ad06d960a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Tue, 31 Aug 2021 09:28:36 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e5f7826a1b5745ddffb3b37ad06d960a", + "x-ms-correlation-request-id": "81699a5d-636e-4324-a70a-0d4df89be1fe", + "x-ms-ratelimit-remaining-subscription-deletes": "14999", + "x-ms-request-id": "3c2fddcf-7212-4386-8642-04223cd03826", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210831T092837Z:81699a5d-636e-4324-a70a-0d4df89be1fe" + }, + "ResponseBody": [] + } + ], + "Variables": { + "RandomSeed": "957642713", + "RESOURCE_MANAGER_URL": null, + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" + } +} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs index 2c640c844c8f7..821a79668b28c 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobContainerTests.cs @@ -201,5 +201,44 @@ public async Task UpdateBlobService() Assert.True(service.Data.DeleteRetentionPolicy.Enabled); Assert.AreEqual(service.Data.DeleteRetentionPolicy.Days, 100); } + [Test] + [RecordedTest] + public async Task ImmutabilityPolicy_AllowProtectedAppendWrites() + { + // create a blob container + string containerName = Recording.GenerateAssetName("testblob"); + BlobContainerData data = new BlobContainerData(); + BlobContainer container = (await _blobContainerContainer.CreateOrUpdateAsync(containerName, new BlobContainerData())).Value; + ImmutabilityPolicy immutabilityPolicy = new ImmutabilityPolicy() + { + ImmutabilityPeriodSinceCreationInDays=4, + AllowProtectedAppendWrites = true + }; + immutabilityPolicy =await container.CreateOrUpdateImmutabilityPolicyAsync(ifMatch: "",immutabilityPolicy); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(4, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + Assert.True(immutabilityPolicy.AllowProtectedAppendWrites.Value); + + immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays = 5; + immutabilityPolicy.AllowProtectedAppendWrites = false; + immutabilityPolicy = await container.CreateOrUpdateImmutabilityPolicyAsync(ifMatch: immutabilityPolicy.Etag, immutabilityPolicy); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(5, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + Assert.False(immutabilityPolicy.AllowProtectedAppendWrites.Value); + + immutabilityPolicy = await container.GetImmutabilityPolicyAsync(immutabilityPolicy.Etag); + Assert.NotNull(immutabilityPolicy.Id); + Assert.NotNull(immutabilityPolicy.Type); + Assert.NotNull(immutabilityPolicy.Name); + Assert.AreEqual(5, immutabilityPolicy.ImmutabilityPeriodSinceCreationInDays); + Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.State); + Assert.False(immutabilityPolicy.AllowProtectedAppendWrites.Value); + } } } From ccea54ef620846dc9d4c83aa0f7e5a1ec39794fc Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 1 Sep 2021 11:12:00 +0800 Subject: [PATCH 22/27] change mgmt storage version --- eng/Packages.Data.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Packages.Data.props b/eng/Packages.Data.props index 565b15db9167e..21b9b1829f101 100644 --- a/eng/Packages.Data.props +++ b/eng/Packages.Data.props @@ -162,7 +162,7 @@ - + From d2b81821838dbfd7d58b1748d7e2f258104fa86a Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 1 Sep 2021 14:40:23 +0800 Subject: [PATCH 23/27] fix compile errors in eventhub and network; modify typos in storage csproj file --- .../tests/EventHubsManagementClientBase.cs | 11 - .../EventCreateGetUpdateDelete.json | 2781 +++++++------- .../EventCreateGetUpdateDeleteAsync.json | 3227 ++++++++++------- .../Tests/ScenarioTests.EventHubTests.CRUD.cs | 7 +- ...Azure.ResourceManager.Network.Tests.csproj | 1 + .../tests/Tests/PrivateEndpointTests.cs | 20 +- .../src/Azure.ResourceManager.Storage.csproj | 2 +- 7 files changed, 3460 insertions(+), 2589 deletions(-) diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs index b2c5347c68a48..6c3d9c49d4c07 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/EventHubsManagementClientBase.cs @@ -24,7 +24,6 @@ public abstract class EventHubsManagementClientBase : ManagementRecordedTestBase public NamespacesOperations NamespacesOperations { get; set; } public ConsumerGroupsOperations ConsumerGroupsOperations { get; set; } public DisasterRecoveryConfigsOperations DisasterRecoveryConfigsOperations { get; set; } - public StorageManagementClient StorageManagementClient { get; set; } protected EventHubsManagementClientBase(bool isAsync) : base(isAsync) @@ -42,8 +41,6 @@ protected void InitializeClients() ConsumerGroupsOperations = EventHubsManagementClient.ConsumerGroups; DisasterRecoveryConfigsOperations = EventHubsManagementClient.DisasterRecoveryConfigs; Operations = EventHubsManagementClient.Operations; - - StorageManagementClient = GetStorageManagementClient(); } internal EventHubsManagementClient GetEventHubManagementClient() @@ -52,14 +49,6 @@ internal EventHubsManagementClient GetEventHubManagementClient() TestEnvironment.Credential, InstrumentClientOptions(new EventHubsManagementClientOptions())); } - - internal StorageManagementClient GetStorageManagementClient() - { - return CreateClient(this.SubscriptionId, - TestEnvironment.Credential, - InstrumentClientOptions(new StorageManagementClientOptions())); - } - internal ArmClient GetArmClient() { var options = InstrumentClientOptions(new ArmClientOptions()); diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json index cf316c1adebec..7f0087c3c113e 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDelete.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-d9ac2ceca004cb4eba3d0042f6899487-91d0d0509d8c974e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9089945711f31aeed62f7239eabee003", "x-ms-return-client-request-id": "true" }, @@ -18,20 +14,66 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5062", + "Content-Length": "468", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:44 GMT", + "Date": "Wed, 01 Sep 2021 05:52:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "54001860-e9f7-4e04-a512-60e704b9ad00", + "x-ms-correlation-request-id": "b7e27f19-7feb-4a6d-a73e-80bb81413435", "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "54001860-e9f7-4e04-a512-60e704b9ad00", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084444Z:54001860-e9f7-4e04-a512-60e704b9ad00" + "x-ms-request-id": "b7e27f19-7feb-4a6d-a73e-80bb81413435", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055202Z:b7e27f19-7feb-4a6d-a73e-80bb81413435" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-a84510324703214b9f84eae24e96debf-1882f36aa1b73c4b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ccc8f8b99f0b51f1729804d35dd35a07", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "5823", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:52:02 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "2ba1fa69-e980-452d-8472-a24d59ca30db", + "x-ms-ratelimit-remaining-subscription-reads": "11998", + "x-ms-request-id": "2ba1fa69-e980-452d-8472-a24d59ca30db", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055203Z:2ba1fa69-e980-452d-8472-a24d59ca30db" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub", "namespace": "Microsoft.EventHub", "authorizations": [ { @@ -79,10 +121,12 @@ "Switzerland North", "Germany West Central", "Norway East", - "Central US EUAP", - "East US 2 EUAP" + "Jio India West", + "West US 3" ], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", "2018-01-01-preview", "2017-04-01", "2015-08-01", @@ -129,11 +173,12 @@ "France Central", "South Africa North", "Australia Central", + "UAE North", "Switzerland North", "Germany West Central", "Norway East", - "Central US EUAP", - "East US 2 EUAP" + "Jio India West", + "West US 3" ], "apiVersions": [ "2018-01-01-preview" @@ -144,6 +189,9 @@ "resourceType": "namespaces/authorizationrules", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -160,6 +208,8 @@ "resourceType": "namespaces/networkrulesets", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", "2018-01-01-preview", "2017-04-01" ], @@ -171,10 +221,23 @@ ], "capabilities": "None" }, + { + "resourceType": "namespaces/privateEndpointConnections", + "locations": [], + "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "capabilities": "None" + }, { "resourceType": "namespaces/eventhubs", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -191,6 +254,9 @@ "resourceType": "namespaces/eventhubs/authorizationrules", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -207,6 +273,9 @@ "resourceType": "namespaces/eventhubs/consumergroups", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -238,6 +307,9 @@ "resourceType": "checkNameAvailability", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -270,6 +342,9 @@ "resourceType": "operations", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -286,6 +361,9 @@ "resourceType": "namespaces/disasterrecoveryconfigs", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01" ], "apiProfiles": [ @@ -300,6 +378,9 @@ "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -362,42 +443,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "29", + "Content-Length": "28", "Content-Type": "application/json", - "traceparent": "00-385557f6e5b08341bcff917e1d0d5f36-d53647c8695df942-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "0bccc8f8f19f72519804d35dd35a070d", + "traceparent": "00-936b1facafc2bb41a71fa65a96a24a7a-5d21664e1b2b6942-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "676dc87917107de2ae60ce1f7adca274", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "Australia East" + "location": "australiaeast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "246", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:45 GMT", + "Date": "Wed, 01 Sep 2021 05:52:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "68289e32-6bd9-4aa0-83a8-f50319bcdbef", + "x-ms-correlation-request-id": "defb6c3c-a7f7-44be-8b3a-14090cdfb6a8", "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "68289e32-6bd9-4aa0-83a8-f50319bcdbef", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084446Z:68289e32-6bd9-4aa0-83a8-f50319bcdbef" + "x-ms-request-id": "defb6c3c-a7f7-44be-8b3a-14090cdfb6a8", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055205Z:defb6c3c-a7f7-44be-8b3a-14090cdfb6a8" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336", - "name": "Default-EventHub-9336", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509", + "name": "Default-EventHub-7509", "type": "Microsoft.Resources/resourceGroups", "location": "australiaeast", "properties": { @@ -406,19 +484,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682?api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "105", "Content-Type": "application/json", - "traceparent": "00-b130d36eb01a3146a1aea0b5841f14b4-253a2810b8395b45-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "10676dc8e217ae7d60ce1f7adca274b1", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e8311b49b7ed38a31d5b0c1bbc02d56a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -436,65 +510,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:49 GMT", + "Date": "Wed, 01 Sep 2021 05:52:10 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10676dc8e217ae7d60ce1f7adca274b1", - "x-ms-correlation-request-id": "2b2f480d-de37-41dc-8861-d502454621ae", + "x-ms-client-request-id": "e8311b49b7ed38a31d5b0c1bbc02d56a", + "x-ms-correlation-request-id": "430a224b-ff3f-4c11-8f1b-94429fbdba5a", "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fcd4431b-595a-432f-90d9-e46ae9255ecb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084449Z:2b2f480d-de37-41dc-8861-d502454621ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "72f6712ba99ce5e04f5c3e2332f7bc62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72f6712ba99ce5e04f5c3e2332f7bc62", - "x-ms-correlation-request-id": "a4897916-bdf2-4b8c-b360-c5b6cd03f268", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "a84f48b3-47f3-4313-9494-4d7f982b9213", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084450Z:a4897916-bdf2-4b8c-b360-c5b6cd03f268" + "x-ms-request-id": "509c1f48-c5de-4744-b00a-c54afad42519", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055211Z:430a224b-ff3f-4c11-8f1b-94429fbdba5a" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "3e89ac5e25d6108bca2ef2bcd661f25e", "x-ms-return-client-request-id": "true" }, @@ -504,31 +541,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:51 GMT", + "Date": "Wed, 01 Sep 2021 05:52:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "3e89ac5e25d6108bca2ef2bcd661f25e", - "x-ms-correlation-request-id": "21b88e2d-1ce0-432e-a4b5-0683a54f08d9", + "x-ms-correlation-request-id": "3ca50454-fc7f-4242-9dd0-b9a0c7f37010", "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "dcb069c8-2519-41fe-8e04-69443e72f042", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084451Z:21b88e2d-1ce0-432e-a4b5-0683a54f08d9" + "x-ms-request-id": "986516c8-9dfc-4f66-a964-c19fd85d3ec6", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055211Z:3ca50454-fc7f-4242-9dd0-b9a0c7f37010" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "6a4eb4f802aca0143b4b999179800625", "x-ms-return-client-request-id": "true" }, @@ -538,31 +572,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:53 GMT", + "Date": "Wed, 01 Sep 2021 05:52:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "6a4eb4f802aca0143b4b999179800625", - "x-ms-correlation-request-id": "c42f7790-c15f-4c1a-b89f-80fc9a92e2b3", + "x-ms-correlation-request-id": "f01f08e3-971a-4a1b-ac06-eb8d1f2114c4", "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "693f7bd3-ce44-4576-a90f-c529448e6808", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084453Z:c42f7790-c15f-4c1a-b89f-80fc9a92e2b3" + "x-ms-request-id": "804d684b-fae1-4993-afc6-0b87837e26cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055213Z:f01f08e3-971a-4a1b-ac06-eb8d1f2114c4" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "0fbdaa9e97780693e5e5a76eb7230fed", "x-ms-return-client-request-id": "true" }, @@ -572,31 +603,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:54 GMT", + "Date": "Wed, 01 Sep 2021 05:52:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "0fbdaa9e97780693e5e5a76eb7230fed", - "x-ms-correlation-request-id": "b4fea0ba-ed51-4a7d-b1a2-f44417145abe", + "x-ms-correlation-request-id": "4062b984-cdc1-4270-a197-63b7e4e5cdcc", "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "fd47e7d8-746a-4816-9008-d1ee8142d24c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084454Z:b4fea0ba-ed51-4a7d-b1a2-f44417145abe" + "x-ms-request-id": "b52ac770-5795-4760-b6a5-34a232eafba5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055214Z:4062b984-cdc1-4270-a197-63b7e4e5cdcc" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "7d2ae06a52a85cb697e9038a8bfa974a", "x-ms-return-client-request-id": "true" }, @@ -606,31 +634,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:55 GMT", + "Date": "Wed, 01 Sep 2021 05:52:15 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "7d2ae06a52a85cb697e9038a8bfa974a", - "x-ms-correlation-request-id": "a2b142bc-5e91-4f0f-af1f-8c59dfa0c2d2", + "x-ms-correlation-request-id": "515062e0-a590-408d-8c4e-f9212318ec2e", "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0ae660ff-aee1-4527-b7c5-38731283a61f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084456Z:a2b142bc-5e91-4f0f-af1f-8c59dfa0c2d2" + "x-ms-request-id": "53bab9de-49ed-4c16-9638-f0f9c86f4abd", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055215Z:515062e0-a590-408d-8c4e-f9212318ec2e" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "2b1ecc28e2a461e5204884c65aa6e817", "x-ms-return-client-request-id": "true" }, @@ -640,31 +665,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:56 GMT", + "Date": "Wed, 01 Sep 2021 05:52:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "2b1ecc28e2a461e5204884c65aa6e817", - "x-ms-correlation-request-id": "0689a3c0-6f50-4126-ac1e-a1998bf054ec", + "x-ms-correlation-request-id": "eebb8386-f593-44c2-8079-2841b5909e57", "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "78980297-659f-4b65-a682-86b32564f5e9", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084457Z:0689a3c0-6f50-4126-ac1e-a1998bf054ec" + "x-ms-request-id": "95efd4fc-3151-4b77-b746-a6b5e0865ca4", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055217Z:eebb8386-f593-44c2-8079-2841b5909e57" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9826ac3c88554c7df461788e94097aeb", "x-ms-return-client-request-id": "true" }, @@ -674,31 +696,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:58 GMT", + "Date": "Wed, 01 Sep 2021 05:52:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "9826ac3c88554c7df461788e94097aeb", - "x-ms-correlation-request-id": "991e5994-1109-48d7-9961-bc5110772a49", + "x-ms-correlation-request-id": "5add5ccf-bc04-4bd8-859d-1f3331c81ff2", "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6e0ecb6e-5f31-4ce3-a23c-a4b07c3fc0ba", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084458Z:991e5994-1109-48d7-9961-bc5110772a49" + "x-ms-request-id": "67828c07-8dff-4765-b600-23caacfc9079", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055218Z:5add5ccf-bc04-4bd8-859d-1f3331c81ff2" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "ea455d4ee4058749fbc85c60cdf001f1", "x-ms-return-client-request-id": "true" }, @@ -708,31 +727,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:44:59 GMT", + "Date": "Wed, 01 Sep 2021 05:52:19 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "ea455d4ee4058749fbc85c60cdf001f1", - "x-ms-correlation-request-id": "29f6234d-4edf-4549-a7cb-692e5e7088b0", + "x-ms-correlation-request-id": "16a712ee-9133-4ae0-84ba-ef454370722e", "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e8fb3b11-e136-46d6-8e61-b06fe7d8c0ed", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084459Z:29f6234d-4edf-4549-a7cb-692e5e7088b0" + "x-ms-request-id": "620eb782-6629-4081-a309-43848f8e0529", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055219Z:16a712ee-9133-4ae0-84ba-ef454370722e" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "df4eeb01fed39ff44fd236436a56cd17", "x-ms-return-client-request-id": "true" }, @@ -742,31 +758,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:00 GMT", + "Date": "Wed, 01 Sep 2021 05:52:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "df4eeb01fed39ff44fd236436a56cd17", - "x-ms-correlation-request-id": "b3e1e387-5634-470d-a968-17e84ea0cd4e", + "x-ms-correlation-request-id": "e2c6997c-7769-4d31-af1d-06b4dceeed89", "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "a4e94b3f-c83c-45ba-91a2-fa625538a2b3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084501Z:b3e1e387-5634-470d-a968-17e84ea0cd4e" + "x-ms-request-id": "3bd0f88d-ee7f-48aa-a0f2-a03d229e6bbe", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055221Z:e2c6997c-7769-4d31-af1d-06b4dceeed89" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "fd7799cdfd615812629f9c8d2c1c7e04", "x-ms-return-client-request-id": "true" }, @@ -776,31 +789,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:02 GMT", + "Date": "Wed, 01 Sep 2021 05:52:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "fd7799cdfd615812629f9c8d2c1c7e04", - "x-ms-correlation-request-id": "4301a89f-0538-436a-9451-b0582f694e11", + "x-ms-correlation-request-id": "0b10610a-0cd7-426b-acc8-ca4c63b16f2c", "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "438e3352-0f16-4636-aa6d-327c76197b7f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084502Z:4301a89f-0538-436a-9451-b0582f694e11" + "x-ms-request-id": "ff55c3ae-777e-45ff-b84b-4c8fdd839c1f", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055222Z:0b10610a-0cd7-426b-acc8-ca4c63b16f2c" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "a88d865f9abb4f1868a59b32ad051da5", "x-ms-return-client-request-id": "true" }, @@ -810,31 +820,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:03 GMT", + "Date": "Wed, 01 Sep 2021 05:52:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "a88d865f9abb4f1868a59b32ad051da5", - "x-ms-correlation-request-id": "bd659296-9901-40fc-80e8-19ac1ba5a6b8", + "x-ms-correlation-request-id": "4877e25d-5546-4e21-ad49-32ab0078a50c", "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "6c1137d3-1be3-4cb3-8a4f-ea6c5a0e4f46", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084503Z:bd659296-9901-40fc-80e8-19ac1ba5a6b8" + "x-ms-request-id": "7737931e-89c0-4acc-891f-f35d1bff58ea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055223Z:4877e25d-5546-4e21-ad49-32ab0078a50c" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "349245fb03780390d8f57c3462677332", "x-ms-return-client-request-id": "true" }, @@ -844,51 +851,79 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:04 GMT", + "Date": "Wed, 01 Sep 2021 05:52:24 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "349245fb03780390d8f57c3462677332", - "x-ms-correlation-request-id": "75908c0f-b9ae-413a-82c0-51cc96c7d3e5", + "x-ms-correlation-request-id": "4ce8e20f-10a7-4c02-bde6-d3a86bad6d5e", "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "dac4bb3b-4ab3-4848-87e1-27b58b11d969", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084505Z:75908c0f-b9ae-413a-82c0-51cc96c7d3e5" + "x-ms-request-id": "302bb905-06da-43a3-b158-90c60fa585d5", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055225Z:4ce8e20f-10a7-4c02-bde6-d3a86bad6d5e" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fcd4431b-595a-432f-90d9-e46ae9255ecb?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "e3e3325324c8335b812795bb62dfab5c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, - "StatusCode": 200, + "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1291", - "Content-Type": "application/json", - "Date": "Mon, 28 Sep 2020 08:45:06 GMT", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:52:25 GMT", "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", + "Retry-After": "3", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "e3e3325324c8335b812795bb62dfab5c", - "x-ms-correlation-request-id": "6e009ea4-f140-4f2b-9bae-bff5a3c241e2", + "x-ms-correlation-request-id": "fd418434-1d89-48fa-ba9b-fc38f2a59f05", "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "938a2ca9-8c98-4d03-820a-192e29a01476", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084506Z:6e009ea4-f140-4f2b-9bae-bff5a3c241e2" + "x-ms-request-id": "643236fd-855b-4992-bed1-25519bcfa6cb", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055226Z:fd418434-1d89-48fa-ba9b-fc38f2a59f05" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/509c1f48-c5de-4744-b00a-c54afad42519?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e691f7824a8a5b8bf68acfc51de3ed00", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1387", + "Content-Type": "application/json", + "Date": "Wed, 01 Sep 2021 05:52:26 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e691f7824a8a5b8bf68acfc51de3ed00", + "x-ms-correlation-request-id": "fc2c14a9-99d6-4b9f-ac2d-57aa84bc9a9f", + "x-ms-ratelimit-remaining-subscription-reads": "11985", + "x-ms-request-id": "02b8bd66-fd3b-4743-86d7-975b5de9e85a", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055227Z:fc2c14a9-99d6-4b9f-ac2d-57aa84bc9a9f" }, "ResponseBody": { "sku": { @@ -896,12 +931,16 @@ "tier": "Standard" }, "kind": "StorageV2", - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", - "name": "sdktestaccount3682", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", + "name": "sdktestaccount3984", "type": "Microsoft.Storage/storageAccounts", "location": "eastus2", "tags": {}, "properties": { + "keyCreationTime": { + "key1": "2021-09-01T05:52:10.1963779Z", + "key2": "2021-09-01T05:52:10.1963779Z" + }, "privateEndpointConnections": [], "networkAcls": { "bypass": "AzureServices", @@ -915,26 +954,26 @@ "file": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2020-09-28T08:44:49.2624156Z" + "lastEnabledTime": "2021-09-01T05:52:10.1963779Z" }, "blob": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2020-09-28T08:44:49.2624156Z" + "lastEnabledTime": "2021-09-01T05:52:10.1963779Z" } }, "keySource": "Microsoft.Storage" }, "accessTier": "Hot", "provisioningState": "Succeeded", - "creationTime": "2020-09-28T08:44:49.1686802Z", + "creationTime": "2021-09-01T05:52:10.0713952Z", "primaryEndpoints": { - "dfs": "https://sdktestaccount3682.dfs.core.windows.net/", - "web": "https://sdktestaccount3682.z20.web.core.windows.net/", - "blob": "https://sdktestaccount3682.blob.core.windows.net/", - "queue": "https://sdktestaccount3682.queue.core.windows.net/", - "table": "https://sdktestaccount3682.table.core.windows.net/", - "file": "https://sdktestaccount3682.file.core.windows.net/" + "dfs": "https://sdktestaccount3984.dfs.core.windows.net/", + "web": "https://sdktestaccount3984.z20.web.core.windows.net/", + "blob": "https://sdktestaccount3984.blob.core.windows.net/", + "queue": "https://sdktestaccount3984.queue.core.windows.net/", + "table": "https://sdktestaccount3984.table.core.windows.net/", + "file": "https://sdktestaccount3984.file.core.windows.net/" }, "primaryLocation": "eastus2", "statusOfPrimary": "available" @@ -942,19 +981,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "45", "Content-Type": "application/json", - "traceparent": "00-aaa34a7c96a4224596b1ca9266f11f22-a919c5ee39f3304f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ae691f78b4af65b8acfc51de3ed0032", + "traceparent": "00-d0393fa8e3f4e744be2edc1d48988f81-885add0e4db5664b-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "227adf68dc39e9d75fb3516ed4a0f94a", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -964,9 +1000,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:11 GMT", + "Date": "Wed, 01 Sep 2021 05:52:31 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -976,70 +1012,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ae691f78b4af65b8acfc51de3ed0032", - "x-ms-correlation-request-id": "4ec14e7e-593c-48e2-a144-fcdff779b3ad", + "x-ms-client-request-id": "227adf68dc39e9d75fb3516ed4a0f94a", + "x-ms-correlation-request-id": "605f99c3-0281-4018-b93d-3078bb1d018b", "x-ms-ratelimit-remaining-subscription-resource-requests": "49", - "x-ms-request-id": "64b94352-9a77-41e0-87ac-e79e9def48b3_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084511Z:4ec14e7e-593c-48e2-a144-fcdff779b3ad" - }, - "ResponseBody": { - "sku": { - "name": "Standard", - "tier": "Standard", - "capacity": 1 - }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", - "type": "Microsoft.EventHub/Namespaces", - "location": "Australia East", - "tags": {}, - "properties": { - "zoneRedundant": false, - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, - "kafkaEnabled": true, - "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", - "status": "Activating" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d66ab220a88ca60987ec3e5496159d39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": [ - "Service-Bus-Resource-Provider/CH3", - "Microsoft-HTTPAPI/2.0" - ], - "Server-SB": "Service-Bus-Resource-Provider/CH3", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d66ab220a88ca60987ec3e5496159d39", - "x-ms-correlation-request-id": "97ab3867-06cb-4472-8166-9c454508bf3b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "7dd94fa0-5646-48d8-a08e-564befe8dd9c_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084513Z:97ab3867-06cb-4472-8166-9c454508bf3b" + "x-ms-request-id": "218f44c6-ddef-444d-93ed-bc680492092f_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055232Z:605f99c3-0281-4018-b93d-3078bb1d018b" }, "ResponseBody": { "sku": { @@ -1047,8 +1024,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1058,23 +1035,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "00f989953a301b48bafc2a973aed21e9", "x-ms-return-client-request-id": "true" }, @@ -1082,9 +1056,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:14 GMT", + "Date": "Wed, 01 Sep 2021 05:52:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1095,10 +1069,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "00f989953a301b48bafc2a973aed21e9", - "x-ms-correlation-request-id": "09a38179-f865-47ef-928f-e73a8d926ee8", + "x-ms-correlation-request-id": "1ae07045-be98-4c2f-bb22-d353f49117cd", "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "f109f4c8-4ffc-4dd7-9d66-da19a2d07764_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084514Z:09a38179-f865-47ef-928f-e73a8d926ee8" + "x-ms-request-id": "5792a994-330c-4584-886c-d252ff34caa9_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055233Z:1ae07045-be98-4c2f-bb22-d353f49117cd" }, "ResponseBody": { "sku": { @@ -1106,8 +1080,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1117,23 +1091,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "31fd7bd62a83c0a5d5d49b4c9d82534a", "x-ms-return-client-request-id": "true" }, @@ -1141,9 +1112,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:15 GMT", + "Date": "Wed, 01 Sep 2021 05:52:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1154,10 +1125,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "31fd7bd62a83c0a5d5d49b4c9d82534a", - "x-ms-correlation-request-id": "6b2ec06b-c7b0-459c-acfa-18a02d0f3e97", + "x-ms-correlation-request-id": "7f892e1f-b3df-464d-94da-46b8b1aabe63", "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "a046a4eb-bd19-4979-b440-b809208a39c1_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084516Z:6b2ec06b-c7b0-459c-acfa-18a02d0f3e97" + "x-ms-request-id": "1ed388c7-0f14-48b2-9ce8-26b4936ffe27_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055234Z:7f892e1f-b3df-464d-94da-46b8b1aabe63" }, "ResponseBody": { "sku": { @@ -1165,8 +1136,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1176,23 +1147,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "4bd91715f8a6e519694e1b8f7d716c99", "x-ms-return-client-request-id": "true" }, @@ -1200,9 +1168,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:17 GMT", + "Date": "Wed, 01 Sep 2021 05:52:35 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1213,10 +1181,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "4bd91715f8a6e519694e1b8f7d716c99", - "x-ms-correlation-request-id": "2441800b-a6f8-494e-8fa5-e6a2e0564f6c", + "x-ms-correlation-request-id": "79adf8e6-bb2b-4def-b037-dd68a20b65c6", "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e5d7abae-f116-461a-9e7f-d7074527f8df_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084517Z:2441800b-a6f8-494e-8fa5-e6a2e0564f6c" + "x-ms-request-id": "5c1e0479-936f-42c5-9127-b1e4e8d92965_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055236Z:79adf8e6-bb2b-4def-b037-dd68a20b65c6" }, "ResponseBody": { "sku": { @@ -1224,8 +1192,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1235,23 +1203,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "1b7e54ca6b176bb5e3392a5c9ffb7d37", "x-ms-return-client-request-id": "true" }, @@ -1259,9 +1224,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:18 GMT", + "Date": "Wed, 01 Sep 2021 05:52:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1272,10 +1237,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "1b7e54ca6b176bb5e3392a5c9ffb7d37", - "x-ms-correlation-request-id": "92eb9c74-70ed-46ff-b847-4b1b10ebfe2d", + "x-ms-correlation-request-id": "6a7d0b66-5bfa-4cef-a1ba-fda19fb3fc5e", "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "6a402461-160b-44c4-8a10-5bf5a6e3cd25_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084519Z:92eb9c74-70ed-46ff-b847-4b1b10ebfe2d" + "x-ms-request-id": "b6bd41fb-8b40-48ad-8594-05388faf4695_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055237Z:6a7d0b66-5bfa-4cef-a1ba-fda19fb3fc5e" }, "ResponseBody": { "sku": { @@ -1283,8 +1248,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1294,23 +1259,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "2281e0a9d614de436118c8350e154364", "x-ms-return-client-request-id": "true" }, @@ -1318,9 +1280,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:20 GMT", + "Date": "Wed, 01 Sep 2021 05:52:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1331,10 +1293,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "2281e0a9d614de436118c8350e154364", - "x-ms-correlation-request-id": "6af2ec48-1afb-4e16-85b5-0b524d1c895b", + "x-ms-correlation-request-id": "39471f2e-cb92-4cf4-b981-72f29a7c2073", "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "cbc1a954-15be-4b2a-bd1f-14c0010f5c66_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084520Z:6af2ec48-1afb-4e16-85b5-0b524d1c895b" + "x-ms-request-id": "494a7bc9-8e95-4ac7-a21a-c933e3b7d191_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055238Z:39471f2e-cb92-4cf4-b981-72f29a7c2073" }, "ResponseBody": { "sku": { @@ -1342,8 +1304,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1353,23 +1315,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "498101673804aa32626e676dcdbd466d", "x-ms-return-client-request-id": "true" }, @@ -1377,9 +1336,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:21 GMT", + "Date": "Wed, 01 Sep 2021 05:52:38 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1390,10 +1349,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "498101673804aa32626e676dcdbd466d", - "x-ms-correlation-request-id": "28f68901-bc8b-4fe9-ba4d-4de50a0ddd36", + "x-ms-correlation-request-id": "7f3a6ae2-db05-441b-ab9a-32f24f686194", "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "eac218ca-0308-49f4-864e-2dd4963dc4ca_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084521Z:28f68901-bc8b-4fe9-ba4d-4de50a0ddd36" + "x-ms-request-id": "870fb43d-7974-4614-84f1-8d775cda1ba5_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055239Z:7f3a6ae2-db05-441b-ab9a-32f24f686194" }, "ResponseBody": { "sku": { @@ -1401,8 +1360,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1412,23 +1371,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9ce6e3d149f0f485119fb9ffa2805cce", "x-ms-return-client-request-id": "true" }, @@ -1436,9 +1392,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:22 GMT", + "Date": "Wed, 01 Sep 2021 05:52:40 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1449,10 +1405,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "9ce6e3d149f0f485119fb9ffa2805cce", - "x-ms-correlation-request-id": "ce1d9596-4150-499c-9a40-3b0a17866357", + "x-ms-correlation-request-id": "f2273aad-e133-4cd8-8957-618db9c1e331", "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "9a88355c-1b70-48ce-8a24-c05ace4453cc_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084523Z:ce1d9596-4150-499c-9a40-3b0a17866357" + "x-ms-request-id": "7ea78701-a825-43ef-8be2-a39ec6d42bf6_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055241Z:f2273aad-e133-4cd8-8957-618db9c1e331" }, "ResponseBody": { "sku": { @@ -1460,8 +1416,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1471,23 +1427,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9ef4c6f5347a7133add7c0a56ed510a3", "x-ms-return-client-request-id": "true" }, @@ -1495,9 +1448,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:24 GMT", + "Date": "Wed, 01 Sep 2021 05:52:41 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1508,10 +1461,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "9ef4c6f5347a7133add7c0a56ed510a3", - "x-ms-correlation-request-id": "3d5fc244-60da-43b9-811a-90ffeefb1902", + "x-ms-correlation-request-id": "dfe8ea77-0de7-489d-a124-1c85dc6d6ac0", "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "ebbf7cdc-8e25-4af7-9fb2-b46809205565_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084524Z:3d5fc244-60da-43b9-811a-90ffeefb1902" + "x-ms-request-id": "352649f7-1be9-489a-9e76-9af393ae5573_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055242Z:dfe8ea77-0de7-489d-a124-1c85dc6d6ac0" }, "ResponseBody": { "sku": { @@ -1519,8 +1472,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1530,23 +1483,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "2a635ad1a62e1e737b8d38647e3307e1", "x-ms-return-client-request-id": "true" }, @@ -1554,9 +1504,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:25 GMT", + "Date": "Wed, 01 Sep 2021 05:52:42 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1567,10 +1517,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "2a635ad1a62e1e737b8d38647e3307e1", - "x-ms-correlation-request-id": "92e335c2-c71d-457d-bdd5-8ecc755a3858", + "x-ms-correlation-request-id": "1085ad11-2e84-47a5-a467-222c536829f0", "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "4381f17d-5cd2-4f60-86dd-1c3abae5a549_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084525Z:92e335c2-c71d-457d-bdd5-8ecc755a3858" + "x-ms-request-id": "bc5c695e-a0c7-47d8-8b2e-2963da6bd8f1_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055243Z:1085ad11-2e84-47a5-a467-222c536829f0" }, "ResponseBody": { "sku": { @@ -1578,8 +1528,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1589,23 +1539,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "06779911a7c89cf3b075ee1989df863b", "x-ms-return-client-request-id": "true" }, @@ -1613,9 +1560,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:26 GMT", + "Date": "Wed, 01 Sep 2021 05:52:44 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1626,10 +1573,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "06779911a7c89cf3b075ee1989df863b", - "x-ms-correlation-request-id": "91c28fe9-c0b3-445a-8726-f844eaa43cdd", + "x-ms-correlation-request-id": "e60fff24-acf9-4517-86b6-3d7bcf87c9f0", "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "ffd672e4-8daf-48d0-95c6-24f5a4525c64_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084527Z:91c28fe9-c0b3-445a-8726-f844eaa43cdd" + "x-ms-request-id": "3e0be0f0-7270-4bfb-82f8-0223f92b42f7_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055245Z:e60fff24-acf9-4517-86b6-3d7bcf87c9f0" }, "ResponseBody": { "sku": { @@ -1637,8 +1584,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1648,23 +1595,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "482d158f321c4e9f52d622ecfbcff27a", "x-ms-return-client-request-id": "true" }, @@ -1672,9 +1616,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:28 GMT", + "Date": "Wed, 01 Sep 2021 05:52:45 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1685,10 +1629,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "482d158f321c4e9f52d622ecfbcff27a", - "x-ms-correlation-request-id": "f9b2e718-f136-481a-a8a5-e3d00cd51e4c", + "x-ms-correlation-request-id": "34f5f788-2fc8-4fdf-80c9-94f8fa8b1843", "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "7727e7cb-21f6-48b2-9eda-f2e7fbe04660_M7CH3_M7CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084528Z:f9b2e718-f136-481a-a8a5-e3d00cd51e4c" + "x-ms-request-id": "a6bc962b-cdb5-40f6-943c-618b212671ed_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055246Z:34f5f788-2fc8-4fdf-80c9-94f8fa8b1843" }, "ResponseBody": { "sku": { @@ -1696,8 +1640,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1707,23 +1651,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "d594decf095d29db67c779b9b85a949b", "x-ms-return-client-request-id": "true" }, @@ -1731,9 +1672,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:30 GMT", + "Date": "Wed, 01 Sep 2021 05:52:46 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1744,10 +1685,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "d594decf095d29db67c779b9b85a949b", - "x-ms-correlation-request-id": "9b5deb9d-eab6-412c-9301-1b25284e0670", + "x-ms-correlation-request-id": "69e2c774-8051-4ece-920f-028b6906ac3b", "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "3d1ccef5-7fd5-4ffe-9d27-054e097b349f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084531Z:9b5deb9d-eab6-412c-9301-1b25284e0670" + "x-ms-request-id": "b9404744-cfc3-438d-9552-94d612827499_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055247Z:69e2c774-8051-4ece-920f-028b6906ac3b" }, "ResponseBody": { "sku": { @@ -1755,8 +1696,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1766,23 +1707,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "69d5fd06bf05dec4f929b3f28506a1e1", "x-ms-return-client-request-id": "true" }, @@ -1790,9 +1728,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:32 GMT", + "Date": "Wed, 01 Sep 2021 05:52:49 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1803,10 +1741,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "69d5fd06bf05dec4f929b3f28506a1e1", - "x-ms-correlation-request-id": "6a9ac3e9-6533-4b49-9900-cab446b2e1a7", + "x-ms-correlation-request-id": "8e2ddc24-7a69-445e-a227-50d6832dd026", "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "d1546628-4d3b-4a6b-ba73-bbd63eed898c_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084532Z:6a9ac3e9-6533-4b49-9900-cab446b2e1a7" + "x-ms-request-id": "b053161e-263c-4083-a594-e94c156b16cc_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055249Z:8e2ddc24-7a69-445e-a227-50d6832dd026" }, "ResponseBody": { "sku": { @@ -1814,8 +1752,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1825,23 +1763,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "aa497382b14b85dd3a03e055b9e596f8", "x-ms-return-client-request-id": "true" }, @@ -1849,9 +1784,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:34 GMT", + "Date": "Wed, 01 Sep 2021 05:52:50 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1862,10 +1797,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "aa497382b14b85dd3a03e055b9e596f8", - "x-ms-correlation-request-id": "218f9cae-452a-402f-aa1a-234c3f35f002", + "x-ms-correlation-request-id": "4ea18206-195f-4fb2-a2be-f9713537f87e", "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "d2d7b043-ad64-4417-b5ac-1bc1cfac3e1e_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084534Z:218f9cae-452a-402f-aa1a-234c3f35f002" + "x-ms-request-id": "30a6d4b2-7c2e-441c-8202-20d754558622_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055250Z:4ea18206-195f-4fb2-a2be-f9713537f87e" }, "ResponseBody": { "sku": { @@ -1873,8 +1808,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1884,23 +1819,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "fee6874189f910741ab6db3455e8a460", "x-ms-return-client-request-id": "true" }, @@ -1908,9 +1840,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:35 GMT", + "Date": "Wed, 01 Sep 2021 05:52:51 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1921,10 +1853,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "fee6874189f910741ab6db3455e8a460", - "x-ms-correlation-request-id": "dd6b2bcd-d991-4b4a-b79f-2278b2a9dbeb", + "x-ms-correlation-request-id": "9fe4014a-3ebb-4cef-817e-cd7e4e98eea3", "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "d33a5efe-d8d2-4134-8ba0-5504242b7d31_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084536Z:dd6b2bcd-d991-4b4a-b79f-2278b2a9dbeb" + "x-ms-request-id": "e4eff37a-879a-4381-ab01-815b2ff56423_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055251Z:9fe4014a-3ebb-4cef-817e-cd7e4e98eea3" }, "ResponseBody": { "sku": { @@ -1932,8 +1864,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1943,23 +1875,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "44369825e91055501f4f2e02de6f2513", "x-ms-return-client-request-id": "true" }, @@ -1967,9 +1896,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:37 GMT", + "Date": "Wed, 01 Sep 2021 05:52:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1980,10 +1909,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "44369825e91055501f4f2e02de6f2513", - "x-ms-correlation-request-id": "5dec3605-c02c-40fd-ba81-7c05b4e39c26", + "x-ms-correlation-request-id": "0fee2323-2e0e-4265-971a-6a45c533764d", "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8a550f24-4e9d-4637-ba9d-7c3ea0ea628f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084537Z:5dec3605-c02c-40fd-ba81-7c05b4e39c26" + "x-ms-request-id": "5b1a1089-148b-48db-9959-df37598623cc_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055253Z:0fee2323-2e0e-4265-971a-6a45c533764d" }, "ResponseBody": { "sku": { @@ -1991,8 +1920,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2002,23 +1931,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "fdb0bb92a220f9e7fe399094d5a92f51", "x-ms-return-client-request-id": "true" }, @@ -2026,9 +1952,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:38 GMT", + "Date": "Wed, 01 Sep 2021 05:52:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2039,10 +1965,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "fdb0bb92a220f9e7fe399094d5a92f51", - "x-ms-correlation-request-id": "beb95cbc-0bb9-4377-a503-08c39a85ee77", + "x-ms-correlation-request-id": "5451424f-3a53-49d6-9ac1-466cbfe1145a", "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "a76aed7d-57ac-421a-ab2b-fcbdfeb80726_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084539Z:beb95cbc-0bb9-4377-a503-08c39a85ee77" + "x-ms-request-id": "addc25c7-758c-4831-8955-6c9a63e9224f_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055254Z:5451424f-3a53-49d6-9ac1-466cbfe1145a" }, "ResponseBody": { "sku": { @@ -2050,8 +1976,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2061,23 +1987,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "2030805e52ae58e73690dfaa5a7231aa", "x-ms-return-client-request-id": "true" }, @@ -2085,9 +2008,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:39 GMT", + "Date": "Wed, 01 Sep 2021 05:52:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2098,10 +2021,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "2030805e52ae58e73690dfaa5a7231aa", - "x-ms-correlation-request-id": "4a0a42f0-e3a3-430e-a5fd-9923975ca2ba", + "x-ms-correlation-request-id": "c59ef57c-88dc-4a2a-9448-6e98ce7df557", "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "27e1c1ab-bf9c-4a35-9fa9-ff8a63e65dd8_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084540Z:4a0a42f0-e3a3-430e-a5fd-9923975ca2ba" + "x-ms-request-id": "6923430e-174c-40b5-a974-fb5f6f04d487_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055255Z:c59ef57c-88dc-4a2a-9448-6e98ce7df557" }, "ResponseBody": { "sku": { @@ -2109,8 +2032,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2120,23 +2043,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9aa1c791a7388240b13d45d759bb7f76", "x-ms-return-client-request-id": "true" }, @@ -2144,9 +2064,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:41 GMT", + "Date": "Wed, 01 Sep 2021 05:52:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2157,10 +2077,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "9aa1c791a7388240b13d45d759bb7f76", - "x-ms-correlation-request-id": "3ab2bd5e-0746-47a3-8ce7-f6b2ab35ab1a", + "x-ms-correlation-request-id": "0582fa98-7f9c-4a48-b89f-2096421d3fb9", "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "f7174186-9aea-4524-a378-4d0f164268a3_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084541Z:3ab2bd5e-0746-47a3-8ce7-f6b2ab35ab1a" + "x-ms-request-id": "69821134-7d8d-43bb-9b47-4ae077c565d5_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055256Z:0582fa98-7f9c-4a48-b89f-2096421d3fb9" }, "ResponseBody": { "sku": { @@ -2168,8 +2088,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2179,23 +2099,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "5ea3dc1f043e4064d358c68fc33c9e8c", "x-ms-return-client-request-id": "true" }, @@ -2203,9 +2120,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:42 GMT", + "Date": "Wed, 01 Sep 2021 05:52:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2216,10 +2133,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "5ea3dc1f043e4064d358c68fc33c9e8c", - "x-ms-correlation-request-id": "b7b19041-b8d2-4229-bbc9-2bf02b956b4f", + "x-ms-correlation-request-id": "1ceba4d4-1cd1-4228-90ae-6ac36737739a", "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "fc53c053-d8af-445f-a67e-205e2867ca2b_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084543Z:b7b19041-b8d2-4229-bbc9-2bf02b956b4f" + "x-ms-request-id": "58f027c3-11d7-48d3-8851-0a63853afb57_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055258Z:1ceba4d4-1cd1-4228-90ae-6ac36737739a" }, "ResponseBody": { "sku": { @@ -2227,8 +2144,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2238,23 +2155,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "0e03e5079507b71940ad6f710c10ff7a", "x-ms-return-client-request-id": "true" }, @@ -2262,9 +2176,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:43 GMT", + "Date": "Wed, 01 Sep 2021 05:52:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2275,10 +2189,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "0e03e5079507b71940ad6f710c10ff7a", - "x-ms-correlation-request-id": "2b960faa-1a5a-47f5-b98e-d9bcf76790e7", + "x-ms-correlation-request-id": "9866f2db-113b-4d7d-bf14-a5af93955bba", "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "ccb94a96-0875-49df-b566-d3cb49b3aea0_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084544Z:2b960faa-1a5a-47f5-b98e-d9bcf76790e7" + "x-ms-request-id": "a61227ec-3279-47a4-91de-132109e16eba_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055259Z:9866f2db-113b-4d7d-bf14-a5af93955bba" }, "ResponseBody": { "sku": { @@ -2286,8 +2200,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2297,23 +2211,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "7e8a6811d3cf8c6c6261c6dfe0b0be74", "x-ms-return-client-request-id": "true" }, @@ -2321,9 +2232,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:45 GMT", + "Date": "Wed, 01 Sep 2021 05:53:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2334,10 +2245,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "7e8a6811d3cf8c6c6261c6dfe0b0be74", - "x-ms-correlation-request-id": "3c38f217-847b-4f86-9732-71204026a044", + "x-ms-correlation-request-id": "ac392892-969a-4a1a-9d65-3f44a9cfa9a4", "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "d977ec72-6a3e-409c-8608-4171ed7405c9_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084545Z:3c38f217-847b-4f86-9732-71204026a044" + "x-ms-request-id": "ff4aaf92-3445-46c4-82b9-99de6ce5bbfe_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055300Z:ac392892-969a-4a1a-9d65-3f44a9cfa9a4" }, "ResponseBody": { "sku": { @@ -2345,8 +2256,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2356,23 +2267,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "73cfb99e70b88a6ec3ec1d9194f333c3", "x-ms-return-client-request-id": "true" }, @@ -2380,9 +2288,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:46 GMT", + "Date": "Wed, 01 Sep 2021 05:53:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2393,10 +2301,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "73cfb99e70b88a6ec3ec1d9194f333c3", - "x-ms-correlation-request-id": "b9d57a0e-85e8-46dd-a4cc-902896f4a298", + "x-ms-correlation-request-id": "30baa755-998b-4d78-8ce3-86fc48f818e0", "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "d9934d5e-c534-4739-a377-91d04a9b3db3_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084547Z:b9d57a0e-85e8-46dd-a4cc-902896f4a298" + "x-ms-request-id": "92e25042-2cc6-4d32-8d75-534588bab7f0_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055302Z:30baa755-998b-4d78-8ce3-86fc48f818e0" }, "ResponseBody": { "sku": { @@ -2404,8 +2312,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2415,23 +2323,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "5a7e4b5920b234bc7976aca6ce39d690", "x-ms-return-client-request-id": "true" }, @@ -2439,9 +2344,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:48 GMT", + "Date": "Wed, 01 Sep 2021 05:53:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2452,10 +2357,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "5a7e4b5920b234bc7976aca6ce39d690", - "x-ms-correlation-request-id": "c7754936-8fb8-47a5-a3d2-fa9bb8108be4", + "x-ms-correlation-request-id": "e30cdc72-d9bb-4909-ba37-745ec0e73924", "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "fda6afb6-9bb6-46f3-9e91-b1b03ed33828_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084548Z:c7754936-8fb8-47a5-a3d2-fa9bb8108be4" + "x-ms-request-id": "661a62b2-1ece-4cf4-ba0b-182b484c8c80_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055303Z:e30cdc72-d9bb-4909-ba37-745ec0e73924" }, "ResponseBody": { "sku": { @@ -2463,8 +2368,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2474,23 +2379,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "53d2fbee8b41a0c2fa00bae2b5daf76f", "x-ms-return-client-request-id": "true" }, @@ -2498,9 +2400,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:49 GMT", + "Date": "Wed, 01 Sep 2021 05:53:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2511,10 +2413,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "53d2fbee8b41a0c2fa00bae2b5daf76f", - "x-ms-correlation-request-id": "beb23759-358c-468a-8b4b-85848946646b", + "x-ms-correlation-request-id": "3032d6d7-b0d9-44bb-8742-5584d3ae9622", "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "307a320e-b89e-4f8a-8d87-e54118b096ed_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084549Z:beb23759-358c-468a-8b4b-85848946646b" + "x-ms-request-id": "ae6e406b-d510-4c66-aacf-a623d9d3db1f_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055304Z:3032d6d7-b0d9-44bb-8742-5584d3ae9622" }, "ResponseBody": { "sku": { @@ -2522,8 +2424,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2533,23 +2435,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "9486032d63317ec2fc9af941c4c8bb8a", "x-ms-return-client-request-id": "true" }, @@ -2557,9 +2456,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:50 GMT", + "Date": "Wed, 01 Sep 2021 05:53:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2570,10 +2469,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "9486032d63317ec2fc9af941c4c8bb8a", - "x-ms-correlation-request-id": "53c0db35-f508-4d4d-9045-be9537122831", + "x-ms-correlation-request-id": "053cc2ef-e098-4407-8393-b478f6ba62e6", "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "30e3f3b2-39a0-4771-bafb-11a45c6a4f9f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084551Z:53c0db35-f508-4d4d-9045-be9537122831" + "x-ms-request-id": "5258964b-69f3-421c-b27b-992c27e25eca_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055306Z:053cc2ef-e098-4407-8393-b478f6ba62e6" }, "ResponseBody": { "sku": { @@ -2581,8 +2480,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2592,23 +2491,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "99a28d15e020cd8289de60b265da7e9f", "x-ms-return-client-request-id": "true" }, @@ -2616,9 +2512,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:52 GMT", + "Date": "Wed, 01 Sep 2021 05:53:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2629,10 +2525,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "99a28d15e020cd8289de60b265da7e9f", - "x-ms-correlation-request-id": "0fa992cb-6d99-46a9-a296-e6a428adb9fe", + "x-ms-correlation-request-id": "40212fa7-0c23-4c19-a60b-c07ec5adec77", "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "1e5357af-e379-411c-899b-9bdc62fe72e8_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084552Z:0fa992cb-6d99-46a9-a296-e6a428adb9fe" + "x-ms-request-id": "dfabf998-2c1f-4fd6-83f2-30bb87c2798d_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055307Z:40212fa7-0c23-4c19-a60b-c07ec5adec77" }, "ResponseBody": { "sku": { @@ -2640,8 +2536,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2651,23 +2547,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "cb783d7e42b28a5f395457a69280db31", "x-ms-return-client-request-id": "true" }, @@ -2675,9 +2568,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:53 GMT", + "Date": "Wed, 01 Sep 2021 05:53:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2688,10 +2581,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "cb783d7e42b28a5f395457a69280db31", - "x-ms-correlation-request-id": "5ad5e663-cd62-4427-a596-a27f38d9c3c0", + "x-ms-correlation-request-id": "69bf55d8-10c1-4b43-a363-7701181e5439", "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "49a8a9ac-3610-4cec-914f-aeb91b456626_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084554Z:5ad5e663-cd62-4427-a596-a27f38d9c3c0" + "x-ms-request-id": "770a0841-76ca-49c1-a937-9e71ee0bd77c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055308Z:69bf55d8-10c1-4b43-a363-7701181e5439" }, "ResponseBody": { "sku": { @@ -2699,8 +2592,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2710,23 +2603,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "28cd30445e374d4e80b90a5203101822", "x-ms-return-client-request-id": "true" }, @@ -2734,9 +2624,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:54 GMT", + "Date": "Wed, 01 Sep 2021 05:53:09 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2747,10 +2637,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "28cd30445e374d4e80b90a5203101822", - "x-ms-correlation-request-id": "be10f73e-3959-47fa-802f-35608bdee164", + "x-ms-correlation-request-id": "e7a34c87-c0b3-45b4-abac-aac853a9636c", "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "6b131769-03df-4a8e-bed3-d115f3b525fd_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084555Z:be10f73e-3959-47fa-802f-35608bdee164" + "x-ms-request-id": "529771e8-bf43-4af1-a56e-049a799f56e7_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055310Z:e7a34c87-c0b3-45b4-abac-aac853a9636c" }, "ResponseBody": { "sku": { @@ -2758,8 +2648,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2769,23 +2659,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "87c25a1cf04fd3d72e1760cc88dc3b09", "x-ms-return-client-request-id": "true" }, @@ -2793,9 +2680,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "744", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:56 GMT", + "Date": "Wed, 01 Sep 2021 05:53:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2806,10 +2693,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "87c25a1cf04fd3d72e1760cc88dc3b09", - "x-ms-correlation-request-id": "198335ec-fd7b-4833-8660-85135929ffbf", + "x-ms-correlation-request-id": "9269862f-7e73-4c4b-89e6-8553fb53f540", "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "74445ffa-a3ba-4453-ba9f-30231c9e1354_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084556Z:198335ec-fd7b-4833-8660-85135929ffbf" + "x-ms-request-id": "54d778cb-4e5f-4ea7-a664-5247ed09b832_M6CH3_M6CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055311Z:9269862f-7e73-4c4b-89e6-8553fb53f540" }, "ResponseBody": { "sku": { @@ -2817,8 +2704,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2828,23 +2715,20 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:10.927Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "356d2e03560d2067ee2b4af9370c8728", "x-ms-return-client-request-id": "true" }, @@ -2854,7 +2738,7 @@ "Cache-Control": "no-cache", "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:45:57 GMT", + "Date": "Wed, 01 Sep 2021 05:53:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2865,10 +2749,10 @@ "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "356d2e03560d2067ee2b4af9370c8728", - "x-ms-correlation-request-id": "b41911ef-32e9-4e7c-bed2-0c18c4215788", + "x-ms-correlation-request-id": "e1401e70-7a20-4942-b07a-73e46d06912c", "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "7904d711-a0ed-43bb-b537-368d11343715_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084558Z:b41911ef-32e9-4e7c-bed2-0c18c4215788" + "x-ms-request-id": "6fd1f42c-1b50-4149-8c49-038832ce1d95_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055312Z:e1401e70-7a20-4942-b07a-73e46d06912c" }, "ResponseBody": { "sku": { @@ -2876,8 +2760,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2886,59 +2770,31 @@ "isAutoInflateEnabled": false, "maximumThroughputUnits": 0, "kafkaEnabled": true, - "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:45:57.067Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", - "status": "Active" + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01", - "RequestMethod": "PUT", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", "RequestHeaders": { - "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "598", - "Content-Type": "application/json", - "traceparent": "00-633954e50628bf4ba2f4e64c3c546057-ffe365b9acff194b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd378935e2535954f9f91ffd81c4a47e", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "3789353c53bd54e259f9f91ffd81c4a4", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "properties": { - "messageRetentionInDays": 4, - "partitionCount": 4, - "status": "Active", - "captureDescription": { - "enabled": true, - "encoding": "Avro", - "intervalInSeconds": 120, - "sizeLimitInBytes": 10485763, - "destination": { - "name": "EventHubArchive.AzureBlockBlob", - "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", - "blobContainer": "container", - "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" - } - }, - "skipEmptyArchives": true - } - } - }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1002", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:05 GMT", + "Date": "Wed, 01 Sep 2021 05:53:13 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2948,25 +2804,386 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd378935e2535954f9f91ffd81c4a47e", - "x-ms-correlation-request-id": "4613cbd0-e1e6-4b3e-add9-ab360918dff1", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7326f186-927c-4671-badd-7e625076ba22_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084606Z:4613cbd0-e1e6-4b3e-add9-ab360918dff1" + "x-ms-client-request-id": "3789353c53bd54e259f9f91ffd81c4a4", + "x-ms-correlation-request-id": "942aaecd-c217-44b9-a666-2522a5fb049c", + "x-ms-ratelimit-remaining-subscription-reads": "11953", + "x-ms-request-id": "d490250c-1f3f-41e4-9bad-9dd34dd86f6f_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055314Z:942aaecd-c217-44b9-a666-2522a5fb049c" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887", - "name": "sdk-EventHub-887", - "type": "Microsoft.EventHub/Namespaces/EventHubs", + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", + "tags": {}, "properties": { - "messageRetentionInDays": 4, - "partitionCount": 4, - "status": "Active", - "createdAt": "2020-09-28T08:46:04.833Z", - "updatedAt": "2020-09-28T08:46:05.29Z", - "partitionIds": [ - "0", + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d44e017ee2a2c515f3a29824a5dd9c21", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:15 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d44e017ee2a2c515f3a29824a5dd9c21", + "x-ms-correlation-request-id": "9185d1d4-1582-4b7a-8fb2-ea06098d2934", + "x-ms-ratelimit-remaining-subscription-reads": "11952", + "x-ms-request-id": "27a65821-00da-4bdb-9a23-a9f7f5eccec3_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055315Z:9185d1d4-1582-4b7a-8fb2-ea06098d2934" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "539037900352b04b4c19dc135c47236d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:16 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "539037900352b04b4c19dc135c47236d", + "x-ms-correlation-request-id": "254c8239-7c13-406e-8b7b-ff100862840e", + "x-ms-ratelimit-remaining-subscription-reads": "11951", + "x-ms-request-id": "b0093e70-6b5a-47ff-9018-f372cd3f993b_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055316Z:254c8239-7c13-406e-8b7b-ff100862840e" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "357ba666b3bd598620c3441bbabdaf7b", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:17 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "357ba666b3bd598620c3441bbabdaf7b", + "x-ms-correlation-request-id": "0741cef8-6b0b-460b-97eb-2c32ea1e6c23", + "x-ms-ratelimit-remaining-subscription-reads": "11950", + "x-ms-request-id": "3c490c59-3fc8-43bc-a60c-0b289055d0ce_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055318Z:0741cef8-6b0b-460b-97eb-2c32ea1e6c23" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c58fd75d71f17a52b59e8789060169ab", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "742", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:19 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c58fd75d71f17a52b59e8789060169ab", + "x-ms-correlation-request-id": "0aa0f938-268d-4d4e-998b-ad3c88cf1853", + "x-ms-ratelimit-remaining-subscription-reads": "11949", + "x-ms-request-id": "39f1cab5-facd-4185-a10b-dd6fc6b15368_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055319Z:0aa0f938-268d-4d4e-998b-ad3c88cf1853" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:52:30.87Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "febe2b7e6662dd64b137338ebe30f58f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "740", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:20 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "febe2b7e6662dd64b137338ebe30f58f", + "x-ms-correlation-request-id": "acbb985a-33da-4716-aa5c-98bdbf920549", + "x-ms-ratelimit-remaining-subscription-reads": "11948", + "x-ms-request-id": "101361d3-e483-4f43-9772-6b01c7a2ddb6_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055320Z:acbb985a-33da-4716-aa5c-98bdbf920549" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Succeeded", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:20.09Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", + "status": "Active" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01", + "RequestMethod": "PUT", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "598", + "Content-Type": "application/json", + "traceparent": "00-7877ad9f68fb8b4d9e4826a846975531-b3152d49036bc846-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "properties": { + "messageRetentionInDays": 4, + "partitionCount": 4, + "status": "Active", + "captureDescription": { + "enabled": true, + "encoding": "Avro", + "intervalInSeconds": 120, + "sizeLimitInBytes": 10485763, + "destination": { + "name": "EventHubArchive.AzureBlockBlob", + "properties": { + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", + "blobContainer": "container", + "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" + } + }, + "skipEmptyArchives": true + } + } + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "1005", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:53:27 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a", + "x-ms-correlation-request-id": "585a979b-7105-43da-b4df-96d8f742942e", + "x-ms-ratelimit-remaining-subscription-writes": "1197", + "x-ms-request-id": "532eb6be-89ce-4166-beb7-c7b3dd577071_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055327Z:585a979b-7105-43da-b4df-96d8f742942e" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808", + "name": "sdk-EventHub-4808", + "type": "Microsoft.EventHub/Namespaces/EventHubs", + "location": "Australia East", + "properties": { + "messageRetentionInDays": 4, + "partitionCount": 4, + "status": "Active", + "createdAt": "2021-09-01T05:53:26.983Z", + "updatedAt": "2021-09-01T05:53:27.303Z", + "partitionIds": [ + "0", "1", "2", "3" @@ -2977,7 +3194,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2990,26 +3207,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-031351a5e22c314e9063bb17f3092dcf-1e9082151b078f44-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a2d44e0115e2f3c5a29824a5dd9c2190", + "traceparent": "00-36246fc716e33c44a6cde5ced7d2ace0-280ed26445a3cf4f-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe8e9c9819b073f7b214ba3dc4bc85a9", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1000", + "Content-Length": "1003", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:06 GMT", + "Date": "Wed, 01 Sep 2021 05:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3019,23 +3233,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2d44e0115e2f3c5a29824a5dd9c2190", - "x-ms-correlation-request-id": "090822f0-3d16-43f4-8c62-e2340eecb67d", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "b262c2d8-f687-4014-87f6-c726549b0bb6_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084606Z:090822f0-3d16-43f4-8c62-e2340eecb67d" + "x-ms-client-request-id": "fe8e9c9819b073f7b214ba3dc4bc85a9", + "x-ms-correlation-request-id": "88d97ddf-3b3c-41d3-a746-4e860b5f3ef0", + "x-ms-ratelimit-remaining-subscription-reads": "11947", + "x-ms-request-id": "97a7c490-f82c-466f-a4bf-508f4a1c432f_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055328Z:88d97ddf-3b3c-41d3-a746-4e860b5f3ef0" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887", - "name": "sdk-EventHub-887", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808", + "name": "sdk-EventHub-4808", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 4, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T08:46:04.833", - "updatedAt": "2020-09-28T08:46:05.29", + "createdAt": "2021-09-01T05:53:26.983", + "updatedAt": "2021-09-01T05:53:27.303", "partitionIds": [ "0", "1", @@ -3048,7 +3262,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -3061,25 +3275,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "525390374b034cb019dc135c47236d66", + "traceparent": "00-d471cf6c0fe6644a8a8f8c028411b332-fba6c538dfa21442-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1012", + "Content-Length": "1015", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:07 GMT", + "Date": "Wed, 01 Sep 2021 05:53:28 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3089,26 +3301,26 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "525390374b034cb019dc135c47236d66", - "x-ms-correlation-request-id": "e59f7370-ee21-4d1f-98a1-2e1e4a2a5638", + "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4", + "x-ms-correlation-request-id": "1ec0b3ed-f0df-4758-b78c-41500dd9909a", "x-ms-inline-count": "", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "c4d07d2d-7e78-4dad-af85-d2173e0a8e8f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084607Z:e59f7370-ee21-4d1f-98a1-2e1e4a2a5638" + "x-ms-ratelimit-remaining-subscription-reads": "11946", + "x-ms-request-id": "f4539e21-0f02-4ed3-9b1f-319ede101b61_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055329Z:1ec0b3ed-f0df-4758-b78c-41500dd9909a" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-eventhub-887", - "name": "sdk-eventhub-887", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-eventhub-4808", + "name": "sdk-eventhub-4808", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 4, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T08:46:04.833", - "updatedAt": "2020-09-28T08:46:05.29", + "createdAt": "2021-09-01T05:53:26.983", + "updatedAt": "2021-09-01T05:53:27.303", "partitionIds": [ "0", "1", @@ -3121,7 +3333,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -3136,19 +3348,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "598", "Content-Type": "application/json", - "traceparent": "00-2f8cc8bb1e0e2a45a251c50ab3887e30-74dd9a229e2e724b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bd357ba686b32059c3441bbabdaf7b5d", + "traceparent": "00-f26fa6ac08a51c41b27db1a5b46d77e6-c2b9e426f465594a-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "93253315906647babe110549c1b78f44", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -3164,7 +3373,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -3176,9 +3385,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "978", + "Content-Length": "980", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:09 GMT", + "Date": "Wed, 01 Sep 2021 05:53:33 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3188,15 +3397,15 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd357ba686b32059c3441bbabdaf7b5d", - "x-ms-correlation-request-id": "21963c7f-310e-40be-b989-4f89cf85f36a", + "x-ms-client-request-id": "93253315906647babe110549c1b78f44", + "x-ms-correlation-request-id": "2317b397-7ae8-4fcf-b3e2-42304f4859b4", "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "48b81e56-3b86-4846-84bd-b14b7787091c_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084610Z:21963c7f-310e-40be-b989-4f89cf85f36a" + "x-ms-request-id": "76be2801-5ab1-4270-ab4f-6b3b8dcbf6f6_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055334Z:2317b397-7ae8-4fcf-b3e2-42304f4859b4" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887", - "name": "sdk-EventHub-887", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808", + "name": "sdk-EventHub-4808", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { @@ -3212,7 +3421,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -3225,26 +3434,23 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-a6473cd7e2c84248b01a100765feabea-297005d355ff9f4e-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f1c58fd75271b57a9e8789060169ab7e", + "traceparent": "00-dc44e7432e27124a9c5ae92bc52c199c-9de67315e72ff34c-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1000", + "Content-Length": "1003", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:10 GMT", + "Date": "Wed, 01 Sep 2021 05:53:34 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3254,23 +3460,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1c58fd75271b57a9e8789060169ab7e", - "x-ms-correlation-request-id": "630d1d41-86a5-4389-a2e1-439f7462b2e8", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "cd8c45b6-8865-4997-9266-5914f808b35f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084610Z:630d1d41-86a5-4389-a2e1-439f7462b2e8" + "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00", + "x-ms-correlation-request-id": "f94b6a56-9bb6-4d25-a2c7-0388432bc91d", + "x-ms-ratelimit-remaining-subscription-reads": "11945", + "x-ms-request-id": "ea92cd13-0a1b-495e-89d8-455af259853e_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055334Z:f94b6a56-9bb6-4d25-a2c7-0388432bc91d" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887", - "name": "sdk-EventHub-887", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808", + "name": "sdk-EventHub-4808", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 5, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T08:46:04.833", - "updatedAt": "2020-09-28T08:46:09.79", + "createdAt": "2021-09-01T05:53:26.983", + "updatedAt": "2021-09-01T05:53:33.853", "partitionIds": [ "0", "1", @@ -3283,7 +3489,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-9336/providers/Microsoft.Storage/storageAccounts/sdktestaccount3682", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-7509/providers/Microsoft.Storage/storageAccounts/sdktestaccount3984", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -3296,17 +3502,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/eventhubs/sdk-EventHub-887?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/eventhubs/sdk-EventHub-4808?api-version=2017-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-162a8d05ea34a846b9ca17bc5dcfbe90-bd2c15be9fa0a444-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "62febe2b6466b1dd37338ebe30f58f6a", + "traceparent": "00-d7407d9fd7566d47b34e7df4c5a44c76-9c45d6919ecd3848-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3314,7 +3517,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 08:46:12 GMT", + "Date": "Wed, 01 Sep 2021 05:53:36 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3324,26 +3527,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62febe2b6466b1dd37338ebe30f58f6a", - "x-ms-correlation-request-id": "cb29cf66-e3d2-4640-b02a-d7d8e4a89c44", + "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11", + "x-ms-correlation-request-id": "8c19f56a-1147-4835-80ee-cb55d020a126", "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "abc4c4d3-2053-492d-8e33-6a100cffd933_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084612Z:cb29cf66-e3d2-4640-b02a-d7d8e4a89c44" + "x-ms-request-id": "9efb8dc9-279f-423e-aca8-373b017cf088_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055336Z:8c19f56a-1147-4835-80ee-cb55d020a126" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-eab8e4949f627442931b1a3467281240-f4e200aae69fe940-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a", + "traceparent": "00-19fed16c9cae1c4a9e61290c5e4529ee-fdf115587056154f-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3351,9 +3551,9 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 08:46:13 GMT", + "Date": "Wed, 01 Sep 2021 05:53:37 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", "Server": [ "Service-Bus-Resource-Provider/CH3", @@ -3362,24 +3562,21 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b785b5607b5d53f500801e2bfd521e5a", - "x-ms-correlation-request-id": "701bf4d3-579b-4093-a885-5d8a8c13f8b8", + "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac", + "x-ms-correlation-request-id": "287ad440-91f1-4dbf-9562-448f418bbfcd", "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "8edbe619-4029-4a52-8e85-10ed85b974e8_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084614Z:701bf4d3-579b-4093-a885-5d8a8c13f8b8" + "x-ms-request-id": "dff46434-17af-4529-9195-ae2019e096eb_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055338Z:287ad440-91f1-4dbf-9562-448f418bbfcd" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3388,11 +3585,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:13 GMT", + "Date": "Wed, 01 Sep 2021 05:53:38 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "57", + "Retry-After": "35", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3400,11 +3597,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ca61ef8f3e3af20c9aa61e645b1b4e4", - "x-ms-correlation-request-id": "19a72ae7-219e-406d-92e3-982aa786655b", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "5d05af1a-ada7-418a-afef-4ae6443e877c_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084614Z:19a72ae7-219e-406d-92e3-982aa786655b" + "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf", + "x-ms-correlation-request-id": "6d8702c3-b978-4ff4-93a3-4177225733dd", + "x-ms-ratelimit-remaining-subscription-reads": "11944", + "x-ms-request-id": "815679a0-e5a7-4a06-9d72-2dd5ee4c0c61_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055338Z:6d8702c3-b978-4ff4-93a3-4177225733dd" }, "ResponseBody": { "sku": { @@ -3412,8 +3609,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3423,24 +3620,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "93253315906647babe110549c1b78f44", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3449,11 +3643,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:15 GMT", + "Date": "Wed, 01 Sep 2021 05:53:39 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "49", + "Retry-After": "45", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3461,11 +3655,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93253315906647babe110549c1b78f44", - "x-ms-correlation-request-id": "3bf3b48d-e5b2-49ab-9fd3-b43924c7062f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "1fe6a636-4f76-4ebf-8f49-37d6a9dcb7fc_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084616Z:3bf3b48d-e5b2-49ab-9fd3-b43924c7062f" + "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17", + "x-ms-correlation-request-id": "5d5dd881-8a73-4441-9381-f242c2aa5d72", + "x-ms-ratelimit-remaining-subscription-reads": "11943", + "x-ms-request-id": "71797ae8-f173-455e-ac32-a291d3699b53_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055339Z:5d5dd881-8a73-4441-9381-f242c2aa5d72" }, "ResponseBody": { "sku": { @@ -3473,8 +3667,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3484,24 +3678,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3510,11 +3701,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:16 GMT", + "Date": "Wed, 01 Sep 2021 05:53:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "46", + "Retry-After": "30", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3522,11 +3713,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de3375fad2aba5767bde3505b7112e00", - "x-ms-correlation-request-id": "55325e38-78fa-4931-9368-6f97171e4533", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "f10a2e75-62c0-488a-a652-df76926f9b58_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084617Z:55325e38-78fa-4931-9368-6f97171e4533" + "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78", + "x-ms-correlation-request-id": "23974ad1-3c28-46e4-a31d-69fac91e26f5", + "x-ms-ratelimit-remaining-subscription-reads": "11942", + "x-ms-request-id": "d749d512-ffa1-4f8f-876c-6047a012b39d_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055341Z:23974ad1-3c28-46e4-a31d-69fac91e26f5" }, "ResponseBody": { "sku": { @@ -3534,8 +3725,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3545,24 +3736,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3571,11 +3759,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:17 GMT", + "Date": "Wed, 01 Sep 2021 05:53:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "31", + "Retry-After": "48", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3583,11 +3771,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9028d560f2966742645f8ed1eed7ee11", - "x-ms-correlation-request-id": "15414eac-8023-4e21-8bee-c709c7b04cde", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "f174c0ee-f99d-4100-aaf2-56b39a2b3831_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084618Z:15414eac-8023-4e21-8bee-c709c7b04cde" + "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af", + "x-ms-correlation-request-id": "309eadeb-ca37-405e-93e8-01178bae72f3", + "x-ms-ratelimit-remaining-subscription-reads": "11941", + "x-ms-request-id": "aca82fba-99f3-4de8-afcd-e682ddb966ce_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055342Z:309eadeb-ca37-405e-93e8-01178bae72f3" }, "ResponseBody": { "sku": { @@ -3595,8 +3783,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3606,24 +3794,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3632,11 +3817,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:19 GMT", + "Date": "Wed, 01 Sep 2021 05:53:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "46", + "Retry-After": "34", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3644,11 +3829,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfeb1d1bd57d4338bc8017875ab58fac", - "x-ms-correlation-request-id": "eec402da-c446-4d02-ac08-846a77cb733a", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "c8dedc84-8a52-45cf-a81a-1178d3af4783_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084620Z:eec402da-c446-4d02-ac08-846a77cb733a" + "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8", + "x-ms-correlation-request-id": "59b321a1-87d9-4fbc-bcb2-041e9a8bf9c0", + "x-ms-ratelimit-remaining-subscription-reads": "11940", + "x-ms-request-id": "da3ccf84-c21c-4d39-a38c-8fa6e6754c95_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055343Z:59b321a1-87d9-4fbc-bcb2-041e9a8bf9c0" }, "ResponseBody": { "sku": { @@ -3656,8 +3841,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3667,24 +3852,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ece905e3ff8e08ad33cc7a4c44a4b7a4", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3693,11 +3875,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:20 GMT", + "Date": "Wed, 01 Sep 2021 05:53:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "31", + "Retry-After": "39", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3705,11 +3887,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ece905e3ff8e08ad33cc7a4c44a4b7a4", - "x-ms-correlation-request-id": "e7f1a5fe-3d15-4f7b-998a-5b4289207574", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "d95efe83-d022-46b7-a960-5cacd08ca978_M5CH3_M5CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084621Z:e7f1a5fe-3d15-4f7b-998a-5b4289207574" + "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1", + "x-ms-correlation-request-id": "c62ce37f-366a-42b8-bfcf-3fd3bda11d5d", + "x-ms-ratelimit-remaining-subscription-reads": "11939", + "x-ms-request-id": "f57ac6d0-4df6-479c-8c31-09b1a9192a48_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055345Z:c62ce37f-366a-42b8-bfcf-3fd3bda11d5d" }, "ResponseBody": { "sku": { @@ -3717,8 +3899,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3728,24 +3910,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3754,11 +3933,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:22 GMT", + "Date": "Wed, 01 Sep 2021 05:53:46 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "30", + "Retry-After": "58", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3766,11 +3945,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9aea23f05e258b829ce5d316daba0caf", - "x-ms-correlation-request-id": "ae87fd9b-8e45-4241-aa2c-b7f8e9c8fc44", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "6df870e5-a109-4792-ad90-f5707dabfc74_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084622Z:ae87fd9b-8e45-4241-aa2c-b7f8e9c8fc44" + "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7", + "x-ms-correlation-request-id": "5db129d5-9354-4835-ae9e-50701d3271fc", + "x-ms-ratelimit-remaining-subscription-reads": "11938", + "x-ms-request-id": "1dbde11f-f0aa-4803-991d-2bdb4df673a3_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055346Z:5db129d5-9354-4835-ae9e-50701d3271fc" }, "ResponseBody": { "sku": { @@ -3778,8 +3957,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3789,24 +3968,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3815,11 +3991,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:23 GMT", + "Date": "Wed, 01 Sep 2021 05:53:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "44", + "Retry-After": "40", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3827,11 +4003,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9eee1d001ee1b836fe39cb15aecff17", - "x-ms-correlation-request-id": "2e5b3e59-24f2-46ef-9082-a70b84919b9e", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "619cf73a-0e15-42c3-beb8-fa633a9e5683_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084624Z:2e5b3e59-24f2-46ef-9082-a70b84919b9e" + "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115", + "x-ms-correlation-request-id": "05ae7275-6cbb-4207-90c2-4d801ab3b51f", + "x-ms-ratelimit-remaining-subscription-reads": "11937", + "x-ms-request-id": "73d971eb-faca-478a-9d32-0f9a3aceda02_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055347Z:05ae7275-6cbb-4207-90c2-4d801ab3b51f" }, "ResponseBody": { "sku": { @@ -3839,8 +4015,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3850,24 +4026,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3876,11 +4049,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:24 GMT", + "Date": "Wed, 01 Sep 2021 05:53:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "46", + "Retry-After": "53", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3888,11 +4061,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "369772c9f4ca8587825e50a92b972e78", - "x-ms-correlation-request-id": "ba3c60ed-136e-49b3-bfcf-027704da504c", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "34ea8d76-5cdb-471c-9082-a6c07465210c_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084625Z:ba3c60ed-136e-49b3-bfcf-027704da504c" + "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395", + "x-ms-correlation-request-id": "e9237451-3db3-47ee-9a9b-c89f73751dcd", + "x-ms-ratelimit-remaining-subscription-reads": "11936", + "x-ms-request-id": "c5809ab2-ab9d-485b-8794-041649f72a58_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055349Z:e9237451-3db3-47ee-9a9b-c89f73751dcd" }, "ResponseBody": { "sku": { @@ -3900,8 +4073,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3911,24 +4084,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3937,11 +4107,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:26 GMT", + "Date": "Wed, 01 Sep 2021 05:53:50 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "51", + "Retry-After": "33", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3949,11 +4119,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "627ccbbfceb6efb6a0ce2a42c2d030af", - "x-ms-correlation-request-id": "e50a5f37-456a-4388-9ad4-affcc7c97c47", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "bad05cbd-b189-4a93-80a4-2faf4866ba1c_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084627Z:e50a5f37-456a-4388-9ad4-affcc7c97c47" + "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff", + "x-ms-correlation-request-id": "3465a57f-5a6a-4e9e-b015-19bf6db6f3d0", + "x-ms-ratelimit-remaining-subscription-reads": "11935", + "x-ms-request-id": "5ee1a975-c5ef-4882-8385-5e02a86eeca2_M1CH3_M1CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055350Z:3465a57f-5a6a-4e9e-b015-19bf6db6f3d0" }, "ResponseBody": { "sku": { @@ -3961,8 +4131,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3972,24 +4142,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3998,11 +4165,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:27 GMT", + "Date": "Wed, 01 Sep 2021 05:53:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "43", + "Retry-After": "56", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4010,11 +4177,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "674dbbe6d623dbe45a68668fb1d9f0d8", - "x-ms-correlation-request-id": "723686e5-963c-430c-974a-278e161067ec", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "3c6e0c64-96d8-4532-beb6-0d342a79b37d_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084628Z:723686e5-963c-430c-974a-278e161067ec" + "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647", + "x-ms-correlation-request-id": "b580b494-5870-4a09-af95-f04c2f62d3bf", + "x-ms-ratelimit-remaining-subscription-reads": "11934", + "x-ms-request-id": "bbd0c0f1-2d37-490a-a4e0-0cca74e4f4a3_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055351Z:b580b494-5870-4a09-af95-f04c2f62d3bf" }, "ResponseBody": { "sku": { @@ -4022,8 +4189,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4033,24 +4200,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4059,11 +4223,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:28 GMT", + "Date": "Wed, 01 Sep 2021 05:53:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "56", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4071,11 +4235,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ff223b49c6ffb61bca795fcc944c3b1", - "x-ms-correlation-request-id": "62542d6a-fc7d-4fab-bc27-cfba603bbafd", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "78e46fa7-b77d-4e10-8a24-f280b3123e70_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084629Z:62542d6a-fc7d-4fab-bc27-cfba603bbafd" + "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4", + "x-ms-correlation-request-id": "e051f7c5-03d3-46b6-b2fa-4eaa77f99aa7", + "x-ms-ratelimit-remaining-subscription-reads": "11933", + "x-ms-request-id": "2128db16-ca5f-4411-b6df-88879fa1608a_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055353Z:e051f7c5-03d3-46b6-b2fa-4eaa77f99aa7" }, "ResponseBody": { "sku": { @@ -4083,8 +4247,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4094,24 +4258,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4120,11 +4281,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:30 GMT", + "Date": "Wed, 01 Sep 2021 05:53:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "38", + "Retry-After": "54", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4132,11 +4293,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fc2a02dc649e955e7a1084e67263dc7", - "x-ms-correlation-request-id": "624e8c67-ca76-49ac-b932-19900fbf30ab", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "b73d4b1f-e359-49b2-9649-b967ac30d8f7_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084631Z:624e8c67-ca76-49ac-b932-19900fbf30ab" + "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee", + "x-ms-correlation-request-id": "13aa5bd8-394c-424f-8084-1e67cfcffe37", + "x-ms-ratelimit-remaining-subscription-reads": "11932", + "x-ms-request-id": "fd9cb45a-442c-4706-b60c-300219fccf3b_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055354Z:13aa5bd8-394c-424f-8084-1e67cfcffe37" }, "ResponseBody": { "sku": { @@ -4144,8 +4305,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4155,24 +4316,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "063acec237c7f5369327d1ed7c12f22d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4181,11 +4339,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:31 GMT", + "Date": "Wed, 01 Sep 2021 05:53:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "52", + "Retry-After": "43", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4193,11 +4351,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e8d52dea1de4a405a51ab7b40e71115", - "x-ms-correlation-request-id": "22b98515-b758-4f0b-8e53-d08e8bf89955", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "7954e9a4-e717-4de7-a175-61bdd409e84d_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084632Z:22b98515-b758-4f0b-8e53-d08e8bf89955" + "x-ms-client-request-id": "063acec237c7f5369327d1ed7c12f22d", + "x-ms-correlation-request-id": "dd481a44-ff9a-4b5f-bffd-b9d3a11b457d", + "x-ms-ratelimit-remaining-subscription-reads": "11931", + "x-ms-request-id": "adc1fdaa-9c4b-482b-8007-bc8af202021b_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055355Z:dd481a44-ff9a-4b5f-bffd-b9d3a11b457d" }, "ResponseBody": { "sku": { @@ -4205,8 +4363,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4216,24 +4374,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5173dbcc1533dcdc43d45308e6482ce2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4242,11 +4397,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:33 GMT", + "Date": "Wed, 01 Sep 2021 05:53:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "40", + "Retry-After": "56", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4254,11 +4409,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1062b4a58016ee8ece09a7ce93139395", - "x-ms-correlation-request-id": "a0ce70d9-a8bb-4887-8a21-2203016467d9", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "d8721521-51cd-47ea-b520-2bc7ddaf7f4e_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084633Z:a0ce70d9-a8bb-4887-8a21-2203016467d9" + "x-ms-client-request-id": "5173dbcc1533dcdc43d45308e6482ce2", + "x-ms-correlation-request-id": "9b87998e-0bf2-4b6e-8b95-151a62381e4a", + "x-ms-ratelimit-remaining-subscription-reads": "11930", + "x-ms-request-id": "8c273acb-8b85-4c4d-bc91-2816a9ea07df_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055356Z:9b87998e-0bf2-4b6e-8b95-151a62381e4a" }, "ResponseBody": { "sku": { @@ -4266,8 +4421,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4277,24 +4432,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9cdbc244cc5b292c71490d4210e3c00b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4303,9 +4455,9 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:34 GMT", + "Date": "Wed, 01 Sep 2021 05:53:57 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", "Retry-After": "52", "Server": [ @@ -4315,11 +4467,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "771ece6924b68cd3607815f81bd9a8ff", - "x-ms-correlation-request-id": "48dfb484-69c5-4b28-813e-dd27ff950ff9", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "3ae86e0c-dfc0-4481-b5d4-de97970aa727_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084635Z:48dfb484-69c5-4b28-813e-dd27ff950ff9" + "x-ms-client-request-id": "9cdbc244cc5b292c71490d4210e3c00b", + "x-ms-correlation-request-id": "855e7b40-91da-48e3-9d7d-6fea5556d825", + "x-ms-ratelimit-remaining-subscription-reads": "11929", + "x-ms-request-id": "80d3ca38-77e0-4844-9554-6f281b278e9e_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055358Z:855e7b40-91da-48e3-9d7d-6fea5556d825" }, "ResponseBody": { "sku": { @@ -4327,8 +4479,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4338,24 +4490,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "794a86cd408bacbbf15ec2f3e32d0f4a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4364,11 +4513,11 @@ "Cache-Control": "no-cache", "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:35 GMT", + "Date": "Wed, 01 Sep 2021 05:53:59 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "32", + "Retry-After": "50", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -4376,11 +4525,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2a8f28f2dc45db0c39fd0d4f971b647", - "x-ms-correlation-request-id": "435623eb-d258-4e6d-929b-2dc8044ffe6a", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "65707c2a-87e6-4ece-80ea-5c4f576cb6fd_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084636Z:435623eb-d258-4e6d-929b-2dc8044ffe6a" + "x-ms-client-request-id": "794a86cd408bacbbf15ec2f3e32d0f4a", + "x-ms-correlation-request-id": "0891a01d-306f-45d6-91e8-ced0c9be9167", + "x-ms-ratelimit-remaining-subscription-reads": "11928", + "x-ms-request-id": "13b3a60f-79f9-45d5-a019-f85d238647f2_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055359Z:0891a01d-306f-45d6-91e8-ced0c9be9167" }, "ResponseBody": { "sku": { @@ -4388,8 +4537,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100", + "name": "sdk-eventhub-Namespace-2100", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -4399,85 +4548,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-2100", + "createdAt": "2021-09-01T05:52:30.87Z", + "updatedAt": "2021-09-01T05:53:38.033Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-2100.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-7509/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-2100/operationresults/sdk-eventhub-Namespace-2100?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "743", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 08:46:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", - "Pragma": "no-cache", - "Retry-After": "59", - "Server": [ - "Service-Bus-Resource-Provider/CH3", - "Microsoft-HTTPAPI/2.0" - ], - "Server-SB": "Service-Bus-Resource-Provider/CH3", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "711115bd9ac9805fe1d6b09d6a96d3f4", - "x-ms-correlation-request-id": "540684e0-661f-48a7-82a5-bbe6a4d9d308", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "22815ef1-4eb8-4f30-9dca-bcda4d8d8d66_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084637Z:540684e0-661f-48a7-82a5-bbe6a4d9d308" - }, - "ResponseBody": { - "sku": { - "name": "Standard", - "tier": "Standard", - "capacity": 1 - }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568", - "name": "sdk-eventhub-Namespace-1568", - "type": "Microsoft.EventHub/Namespaces", - "location": "Australia East", - "tags": {}, - "properties": { - "zoneRedundant": false, - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, - "kafkaEnabled": true, - "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-1568", - "createdAt": "2020-09-28T08:45:10.927Z", - "updatedAt": "2020-09-28T08:46:13.83Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-1568.servicebus.windows.net:443/", - "status": "Removing" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-9336/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-1568/operationresults/sdk-eventhub-Namespace-1568?api-version=2018-01-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "b9a9eefb5637ffd1ae4ae0e90799cc5f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -4485,7 +4570,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 08:46:38 GMT", + "Date": "Wed, 01 Sep 2021 05:54:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -4495,17 +4580,17 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a03ea860e16a3cd11ec0b31654ff92ee", - "x-ms-correlation-request-id": "fd5ea2dc-7b6f-4fef-8217-1b913672b808", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "f83b3095-a25c-4837-87ee-42bbe4630d2f_M1CH3_M1CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T084639Z:fd5ea2dc-7b6f-4fef-8217-1b913672b808" + "x-ms-client-request-id": "b9a9eefb5637ffd1ae4ae0e90799cc5f", + "x-ms-correlation-request-id": "21dcb871-5e2d-4ae7-a95d-641fab714315", + "x-ms-ratelimit-remaining-subscription-reads": "11927", + "x-ms-request-id": "e65df169-e07f-4323-9ede-e95332da5939_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055400Z:21dcb871-5e2d-4ae7-a95d-641fab714315" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "2072351506", - "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json index 2aaccfb8edd53..db87a6dfe945d 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/SessionRecords/ScenarioTests/EventCreateGetUpdateDeleteAsync.json @@ -1,16 +1,12 @@ { "Entries": [ { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-05ed79efa3b74a4dbcd2936e7ec28301-c872d8089fc44549-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "3f66e265e66d5fe2caf257a3325a9e02", "x-ms-return-client-request-id": "true" }, @@ -18,20 +14,66 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "5062", + "Content-Length": "468", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:03 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-correlation-request-id": "483131a9-1a05-4fe8-a5c3-7d632b55b10b", + "x-ms-ratelimit-remaining-subscription-reads": "11926", + "x-ms-request-id": "483131a9-1a05-4fe8-a5c3-7d632b55b10b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055403Z:483131a9-1a05-4fe8-a5c3-7d632b55b10b" + }, + "ResponseBody": { + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "authorizationSource": "RoleBased", + "managedByTenants": [], + "tags": { + "tagKey1": "tagValue1", + "tagKey2": "tagValue2" + }, + "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", + "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", + "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", + "state": "Enabled", + "subscriptionPolicies": { + "locationPlacementId": "Internal_2014-09-01", + "quotaId": "Internal_2014-09-01", + "spendingLimit": "Off" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub?api-version=2019-10-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Accept": "application/json", + "Authorization": "Sanitized", + "traceparent": "00-ca30fa183919dc48b312b5f2f5ad3ac5-d534d0781c2f114b-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "428accb5541b50c06b71ee03996bb367", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "5823", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:26 GMT", + "Date": "Wed, 01 Sep 2021 05:54:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ca43925-8b8d-48b7-be28-ca8aa91ab0b1", - "x-ms-ratelimit-remaining-subscription-reads": "6761", - "x-ms-request-id": "6ca43925-8b8d-48b7-be28-ca8aa91ab0b1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100627Z:6ca43925-8b8d-48b7-be28-ca8aa91ab0b1" + "x-ms-correlation-request-id": "63aecdef-a742-48ff-abb9-6d7251a9e50b", + "x-ms-ratelimit-remaining-subscription-reads": "11925", + "x-ms-request-id": "63aecdef-a742-48ff-abb9-6d7251a9e50b", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055403Z:63aecdef-a742-48ff-abb9-6d7251a9e50b" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.EventHub", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.EventHub", "namespace": "Microsoft.EventHub", "authorizations": [ { @@ -79,10 +121,12 @@ "Switzerland North", "Germany West Central", "Norway East", - "Central US EUAP", - "East US 2 EUAP" + "Jio India West", + "West US 3" ], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", "2018-01-01-preview", "2017-04-01", "2015-08-01", @@ -129,11 +173,12 @@ "France Central", "South Africa North", "Australia Central", + "UAE North", "Switzerland North", "Germany West Central", "Norway East", - "Central US EUAP", - "East US 2 EUAP" + "Jio India West", + "West US 3" ], "apiVersions": [ "2018-01-01-preview" @@ -144,6 +189,9 @@ "resourceType": "namespaces/authorizationrules", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -160,6 +208,8 @@ "resourceType": "namespaces/networkrulesets", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", "2018-01-01-preview", "2017-04-01" ], @@ -171,10 +221,23 @@ ], "capabilities": "None" }, + { + "resourceType": "namespaces/privateEndpointConnections", + "locations": [], + "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview" + ], + "capabilities": "None" + }, { "resourceType": "namespaces/eventhubs", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -191,6 +254,9 @@ "resourceType": "namespaces/eventhubs/authorizationrules", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -207,6 +273,9 @@ "resourceType": "namespaces/eventhubs/consumergroups", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -238,6 +307,9 @@ "resourceType": "checkNameAvailability", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -270,6 +342,9 @@ "resourceType": "operations", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -286,6 +361,9 @@ "resourceType": "namespaces/disasterrecoveryconfigs", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01" ], "apiProfiles": [ @@ -300,6 +378,9 @@ "resourceType": "namespaces/disasterrecoveryconfigs/checkNameAvailability", "locations": [], "apiVersions": [ + "2021-06-01-preview", + "2021-01-01-preview", + "2018-01-01-preview", "2017-04-01", "2015-08-01", "2014-09-01" @@ -362,42 +443,39 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244?api-version=2019-10-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082?api-version=2019-10-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "29", + "Content-Length": "28", "Content-Type": "application/json", - "traceparent": "00-3eedf59eb494f8449bad0cf2c40f3d8f-6b39fd3046a51d4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Resources/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1b428accc0546b5071ee03996bb367bf", + "traceparent": "00-400faaf9718b4c40a64bb16e87668c49-f5473b487e5a1447-00", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f22c4072b74b891bd7ad9c05db9ab603", "x-ms-return-client-request-id": "true" }, "RequestBody": { - "location": "Australia East" + "location": "australiaeast" }, "StatusCode": 201, "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "246", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:27 GMT", + "Date": "Wed, 01 Sep 2021 05:54:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "942e41ac-2c8a-44df-b763-0d52fa211300", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "942e41ac-2c8a-44df-b763-0d52fa211300", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100628Z:942e41ac-2c8a-44df-b763-0d52fa211300" + "x-ms-correlation-request-id": "91dbf397-40a2-4c4b-9510-6d18720d2cce", + "x-ms-ratelimit-remaining-subscription-writes": "1195", + "x-ms-request-id": "91dbf397-40a2-4c4b-9510-6d18720d2cce", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055404Z:91dbf397-40a2-4c4b-9510-6d18720d2cce" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244", - "name": "Default-EventHub-6244", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082", + "name": "Default-EventHub-4082", "type": "Microsoft.Resources/resourceGroups", "location": "australiaeast", "properties": { @@ -406,19 +484,15 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630?api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18?api-version=2021-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", "Content-Length": "105", "Content-Type": "application/json", - "traceparent": "00-28e2cde317100d47bcf729fc692029f0-1a5841ad6e02084c-00", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4bf22c401bb7d789ad9c05db9ab603a1", + "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e9b87d3310191622d3fbf7dfc55f3ef0", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -436,65 +510,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bf22c401bb7d789ad9c05db9ab603a1", - "x-ms-correlation-request-id": "60d7a952-7319-47e4-ba48-7f30c535260d", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "31ec04f3-9f62-4c49-9ae9-bab6729286d4", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100631Z:60d7a952-7319-47e4-ba48-7f30c535260d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7219bfe4690f6e15b843a7234b8fd638", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:31 GMT", + "Date": "Wed, 01 Sep 2021 05:54:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7219bfe4690f6e15b843a7234b8fd638", - "x-ms-correlation-request-id": "c9bb10ea-7a05-4387-9f2f-09c991865a17", - "x-ms-ratelimit-remaining-subscription-reads": "6760", - "x-ms-request-id": "2974b5a5-e903-42ed-90f6-adb904d42a3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100631Z:c9bb10ea-7a05-4387-9f2f-09c991865a17" + "x-ms-client-request-id": "e9b87d3310191622d3fbf7dfc55f3ef0", + "x-ms-correlation-request-id": "a1c829b9-f7a7-41d6-99dd-a625d2b6f8f7", + "x-ms-ratelimit-remaining-subscription-writes": "1194", + "x-ms-request-id": "1100f958-81db-4008-b58d-bad4aad63853", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055409Z:a1c829b9-f7a7-41d6-99dd-a625d2b6f8f7" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "3637f8ffd5ae30590adc77bb23aa124d", "x-ms-return-client-request-id": "true" }, @@ -504,31 +541,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:32 GMT", + "Date": "Wed, 01 Sep 2021 05:54:09 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "3637f8ffd5ae30590adc77bb23aa124d", - "x-ms-correlation-request-id": "8953bbc4-c669-4e4d-9cdb-395b8f8e3d99", - "x-ms-ratelimit-remaining-subscription-reads": "6759", - "x-ms-request-id": "64fa039a-ff1d-4634-97c9-b87c037a778f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100633Z:8953bbc4-c669-4e4d-9cdb-395b8f8e3d99" + "x-ms-correlation-request-id": "59b18355-9d7a-492c-b3ca-0ea1464d7a53", + "x-ms-ratelimit-remaining-subscription-reads": "11924", + "x-ms-request-id": "188f114c-73c2-44fc-b25a-face09d360ed", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055410Z:59b18355-9d7a-492c-b3ca-0ea1464d7a53" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "dbf7145e919cc991684930d568feca44", "x-ms-return-client-request-id": "true" }, @@ -538,31 +572,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:34 GMT", + "Date": "Wed, 01 Sep 2021 05:54:11 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "dbf7145e919cc991684930d568feca44", - "x-ms-correlation-request-id": "6b96b57a-dd83-4fd8-bf17-04c701acdb7b", - "x-ms-ratelimit-remaining-subscription-reads": "6758", - "x-ms-request-id": "9f21b120-e6b1-4a62-8a25-6cef2af40d39", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100634Z:6b96b57a-dd83-4fd8-bf17-04c701acdb7b" + "x-ms-correlation-request-id": "b28e5953-ad6f-4381-893b-507bbad779bb", + "x-ms-ratelimit-remaining-subscription-reads": "11923", + "x-ms-request-id": "927072a9-9803-4f06-9cb3-b501b689dcea", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055411Z:b28e5953-ad6f-4381-893b-507bbad779bb" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "ccdfbe2507270e4166e96732f1594a0e", "x-ms-return-client-request-id": "true" }, @@ -572,31 +603,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:35 GMT", + "Date": "Wed, 01 Sep 2021 05:54:12 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "ccdfbe2507270e4166e96732f1594a0e", - "x-ms-correlation-request-id": "fa5c0dae-397d-4d31-a64f-5ab855000803", - "x-ms-ratelimit-remaining-subscription-reads": "6757", - "x-ms-request-id": "2f378dff-5d32-4d47-9916-c54a296a7545", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100635Z:fa5c0dae-397d-4d31-a64f-5ab855000803" + "x-ms-correlation-request-id": "f9a84252-d309-4f22-9743-6f150d05a156", + "x-ms-ratelimit-remaining-subscription-reads": "11922", + "x-ms-request-id": "dd2d96cb-3e99-47f5-a012-49accaa28a6e", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055412Z:f9a84252-d309-4f22-9743-6f150d05a156" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "36c55931fb986d9c676dce64a583c70b", "x-ms-return-client-request-id": "true" }, @@ -606,31 +634,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:36 GMT", + "Date": "Wed, 01 Sep 2021 05:54:13 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "36c55931fb986d9c676dce64a583c70b", - "x-ms-correlation-request-id": "cbe0a590-9a5b-447a-82b9-72eb21e62ec0", - "x-ms-ratelimit-remaining-subscription-reads": "6756", - "x-ms-request-id": "1fdfe34e-3d39-4be1-b4c9-7d76426c5932", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100637Z:cbe0a590-9a5b-447a-82b9-72eb21e62ec0" + "x-ms-correlation-request-id": "76fea9a1-fd1f-4284-b6b7-a901b5f523b4", + "x-ms-ratelimit-remaining-subscription-reads": "11921", + "x-ms-request-id": "24a316ce-3620-4c77-a063-c1de25e47e11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055414Z:76fea9a1-fd1f-4284-b6b7-a901b5f523b4" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "6596331245ca5626d3e974b3295ed70e", "x-ms-return-client-request-id": "true" }, @@ -640,31 +665,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:38 GMT", + "Date": "Wed, 01 Sep 2021 05:54:14 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "6596331245ca5626d3e974b3295ed70e", - "x-ms-correlation-request-id": "8761cd34-8b0e-4461-870d-29e8a67f7c6e", - "x-ms-ratelimit-remaining-subscription-reads": "6755", - "x-ms-request-id": "7f530b6c-4221-4a0d-a3fd-d91a89cef794", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100638Z:8761cd34-8b0e-4461-870d-29e8a67f7c6e" + "x-ms-correlation-request-id": "9fc698d7-659b-4a94-87d5-12912d8104e5", + "x-ms-ratelimit-remaining-subscription-reads": "11920", + "x-ms-request-id": "696df356-3adc-44b7-9986-7800b7c3cb20", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055415Z:9fc698d7-659b-4a94-87d5-12912d8104e5" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "0ea322ff943929ab227164b939dc69e2", "x-ms-return-client-request-id": "true" }, @@ -674,31 +696,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:39 GMT", + "Date": "Wed, 01 Sep 2021 05:54:16 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "0ea322ff943929ab227164b939dc69e2", - "x-ms-correlation-request-id": "3a07a56a-04b2-4e36-a2b6-f6377accfa38", - "x-ms-ratelimit-remaining-subscription-reads": "6754", - "x-ms-request-id": "0239ef45-4ca2-46b6-a604-63dd2eed63cc", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100639Z:3a07a56a-04b2-4e36-a2b6-f6377accfa38" + "x-ms-correlation-request-id": "7d6293ed-fc5e-41d8-a6f8-85825f82d4a0", + "x-ms-ratelimit-remaining-subscription-reads": "11919", + "x-ms-request-id": "1d920180-b2da-411c-984c-ab609209bbc2", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055416Z:7d6293ed-fc5e-41d8-a6f8-85825f82d4a0" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "be205c22e5c3eb43336e63af86e94408", "x-ms-return-client-request-id": "true" }, @@ -708,31 +727,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:40 GMT", + "Date": "Wed, 01 Sep 2021 05:54:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "be205c22e5c3eb43336e63af86e94408", - "x-ms-correlation-request-id": "2a2fb236-0a7f-4db2-8944-9d5ff5c85b19", - "x-ms-ratelimit-remaining-subscription-reads": "6753", - "x-ms-request-id": "568f1e92-f5e3-495b-a7fd-757cd6d41415", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100641Z:2a2fb236-0a7f-4db2-8944-9d5ff5c85b19" + "x-ms-correlation-request-id": "6a486687-03a6-4c0d-bddd-6029f5fcd2bb", + "x-ms-ratelimit-remaining-subscription-reads": "11918", + "x-ms-request-id": "0c89aeef-3eca-42cd-9484-cd3e1f2ce163", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055418Z:6a486687-03a6-4c0d-bddd-6029f5fcd2bb" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "8265bf95b8df7ed1886c4258e06c1cf6", "x-ms-return-client-request-id": "true" }, @@ -742,31 +758,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:42 GMT", + "Date": "Wed, 01 Sep 2021 05:54:18 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "8265bf95b8df7ed1886c4258e06c1cf6", - "x-ms-correlation-request-id": "85dfb0ac-66e9-46b4-afbe-9e491d18f0bd", - "x-ms-ratelimit-remaining-subscription-reads": "6752", - "x-ms-request-id": "33a244ca-a590-4c68-b3bc-b7b4b86b036f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100642Z:85dfb0ac-66e9-46b4-afbe-9e491d18f0bd" + "x-ms-correlation-request-id": "1fbd3962-f79b-4d90-8d87-1fb6d75b7f16", + "x-ms-ratelimit-remaining-subscription-reads": "11917", + "x-ms-request-id": "951fdb5d-ccd9-45fa-916e-4dd9d6830066", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055419Z:1fbd3962-f79b-4d90-8d87-1fb6d75b7f16" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "cd909280193d194adeb8dbca31fca239", "x-ms-return-client-request-id": "true" }, @@ -776,31 +789,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:43 GMT", + "Date": "Wed, 01 Sep 2021 05:54:20 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "cd909280193d194adeb8dbca31fca239", - "x-ms-correlation-request-id": "c2cf2a88-e933-428e-aa06-3fbe0bde67dd", - "x-ms-ratelimit-remaining-subscription-reads": "6751", - "x-ms-request-id": "cc69fca8-8402-4360-9294-f29f86b0c00d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100643Z:c2cf2a88-e933-428e-aa06-3fbe0bde67dd" + "x-ms-correlation-request-id": "f7330306-ae27-4fd0-8737-9cefa61fb4d0", + "x-ms-ratelimit-remaining-subscription-reads": "11916", + "x-ms-request-id": "866d08a0-0eb2-4495-8e6a-577e58f18520", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055420Z:f7330306-ae27-4fd0-8737-9cefa61fb4d0" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "7a235b2de67769028aa23556a3eb0ac6", "x-ms-return-client-request-id": "true" }, @@ -810,31 +820,28 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:44 GMT", + "Date": "Wed, 01 Sep 2021 05:54:21 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "7a235b2de67769028aa23556a3eb0ac6", - "x-ms-correlation-request-id": "4005f709-d766-4348-97f8-f015dfc4a4d0", - "x-ms-ratelimit-remaining-subscription-reads": "6750", - "x-ms-request-id": "5d4237d8-a155-43f8-b5d3-dfe7291fb6af", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100645Z:4005f709-d766-4348-97f8-f015dfc4a4d0" + "x-ms-correlation-request-id": "0fb1d0f6-a049-4508-b40f-669e14c19bb6", + "x-ms-ratelimit-remaining-subscription-reads": "11915", + "x-ms-request-id": "c503fc7e-0c10-4f3a-9b13-5aeb64b58132", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055421Z:0fb1d0f6-a049-4508-b40f-669e14c19bb6" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", "x-ms-client-request-id": "f42f6c5276587ccb744ca327dd074d8c", "x-ms-return-client-request-id": "true" }, @@ -844,51 +851,79 @@ "Cache-Control": "no-cache", "Content-Length": "0", "Content-Type": "text/plain; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:46 GMT", + "Date": "Wed, 01 Sep 2021 05:54:22 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "Pragma": "no-cache", "Retry-After": "17", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "f42f6c5276587ccb744ca327dd074d8c", - "x-ms-correlation-request-id": "ed3d34d3-69bb-4176-8b29-70992612e0e1", - "x-ms-ratelimit-remaining-subscription-reads": "6749", - "x-ms-request-id": "254e6bc3-5652-4110-9eee-0cf6dcdebff0", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100646Z:ed3d34d3-69bb-4176-8b29-70992612e0e1" + "x-ms-correlation-request-id": "3a979cab-da41-473d-b3ba-2c40b12215e0", + "x-ms-ratelimit-remaining-subscription-reads": "11914", + "x-ms-request-id": "dd98869b-652b-49e7-a1eb-26f0c7108da9", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055423Z:3a979cab-da41-473d-b3ba-2c40b12215e0" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/providers/Microsoft.Storage/locations/eastus2/asyncoperations/31ec04f3-9f62-4c49-9ae9-bab6729286d4?monitor=true\u0026api-version=2019-06-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.Storage/1.0.0-preview.2", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 202, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "0", + "Content-Type": "text/plain; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:24 GMT", + "Expires": "-1", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", + "Pragma": "no-cache", + "Retry-After": "3", + "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", "x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3", + "x-ms-correlation-request-id": "88a4c2cd-79e9-4d2d-ad32-8e59771d83c9", + "x-ms-ratelimit-remaining-subscription-reads": "11913", + "x-ms-request-id": "3fee6290-583a-405d-87a8-1c0f47813e11", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055424Z:88a4c2cd-79e9-4d2d-ad32-8e59771d83c9" + }, + "ResponseBody": [] + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1100f958-81db-4008-b58d-bad4aad63853?monitor=true\u0026api-version=2021-04-01", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c47814adadccb7e090a7052b42da8c83", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "1291", + "Content-Length": "1371", "Content-Type": "application/json", - "Date": "Mon, 28 Sep 2020 10:06:47 GMT", + "Date": "Wed, 01 Sep 2021 05:54:25 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "842a09caa249997f8f27429be4f476f3", - "x-ms-correlation-request-id": "ea8ae97d-f3e5-4d87-9eaf-f1b3a88027de", - "x-ms-ratelimit-remaining-subscription-reads": "6748", - "x-ms-request-id": "0b5fdeaa-c826-40c6-8ae0-d938b105edff", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100647Z:ea8ae97d-f3e5-4d87-9eaf-f1b3a88027de" + "x-ms-client-request-id": "c47814adadccb7e090a7052b42da8c83", + "x-ms-correlation-request-id": "48188942-a7d6-49a9-b624-abe7ce90a0cf", + "x-ms-ratelimit-remaining-subscription-reads": "11912", + "x-ms-request-id": "def92a2e-6bb8-49ac-8261-58cdc19c6ff0", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055425Z:48188942-a7d6-49a9-b624-abe7ce90a0cf" }, "ResponseBody": { "sku": { @@ -896,12 +931,16 @@ "tier": "Standard" }, "kind": "StorageV2", - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", - "name": "sdktestaccount5630", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", + "name": "sdktestaccount18", "type": "Microsoft.Storage/storageAccounts", "location": "eastus2", "tags": {}, "properties": { + "keyCreationTime": { + "key1": "2021-09-01T05:54:08.3884533Z", + "key2": "2021-09-01T05:54:08.3884533Z" + }, "privateEndpointConnections": [], "networkAcls": { "bypass": "AzureServices", @@ -915,26 +954,26 @@ "file": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2020-09-28T10:06:30.9958319Z" + "lastEnabledTime": "2021-09-01T05:54:08.4041021Z" }, "blob": { "keyType": "Account", "enabled": true, - "lastEnabledTime": "2020-09-28T10:06:30.9958319Z" + "lastEnabledTime": "2021-09-01T05:54:08.4041021Z" } }, "keySource": "Microsoft.Storage" }, "accessTier": "Hot", "provisioningState": "Succeeded", - "creationTime": "2020-09-28T10:06:30.9020758Z", + "creationTime": "2021-09-01T05:54:08.2946980Z", "primaryEndpoints": { - "dfs": "https://sdktestaccount5630.dfs.core.windows.net/", - "web": "https://sdktestaccount5630.z20.web.core.windows.net/", - "blob": "https://sdktestaccount5630.blob.core.windows.net/", - "queue": "https://sdktestaccount5630.queue.core.windows.net/", - "table": "https://sdktestaccount5630.table.core.windows.net/", - "file": "https://sdktestaccount5630.file.core.windows.net/" + "dfs": "https://sdktestaccount18.dfs.core.windows.net/", + "web": "https://sdktestaccount18.z20.web.core.windows.net/", + "blob": "https://sdktestaccount18.blob.core.windows.net/", + "queue": "https://sdktestaccount18.queue.core.windows.net/", + "table": "https://sdktestaccount18.table.core.windows.net/", + "file": "https://sdktestaccount18.file.core.windows.net/" }, "primaryLocation": "eastus2", "statusOfPrimary": "available" @@ -942,31 +981,1036 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "PUT", "RequestHeaders": { - "Accept": "application/json", + "Accept": "application/json", + "Authorization": "Sanitized", + "Content-Length": "45", + "Content-Type": "application/json", + "traceparent": "00-515dd9e3ef287f43acf58ef76e608536-8b48bbce4e1a8e4c-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c0998ca97d85edaf956530342f9780d5", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": { + "location": "Australia East", + "properties": {} + }, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:29 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c0998ca97d85edaf956530342f9780d5", + "x-ms-correlation-request-id": "65e9f61d-0fa1-450e-b947-8e0246022668", + "x-ms-ratelimit-remaining-subscription-resource-requests": "48", + "x-ms-request-id": "f7ec8b5c-3557-446b-8d7e-a4118ada3f0a_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055429Z:65e9f61d-0fa1-450e-b947-8e0246022668" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:30 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f", + "x-ms-correlation-request-id": "d1da2a7f-0b73-4462-96b5-3195c7d73ac8", + "x-ms-ratelimit-remaining-subscription-reads": "11911", + "x-ms-request-id": "60efe941-2ba5-4a1c-bd89-fa9280acc738_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055431Z:d1da2a7f-0b73-4462-96b5-3195c7d73ac8" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:32 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e", + "x-ms-correlation-request-id": "7bb6815e-103b-4be0-b363-165b323317a2", + "x-ms-ratelimit-remaining-subscription-reads": "11910", + "x-ms-request-id": "d2a772a7-ac19-4ad4-b207-e246f7948948_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055432Z:7bb6815e-103b-4be0-b363-165b323317a2" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:33 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0", + "x-ms-correlation-request-id": "13ad9859-c2e7-4806-9c83-1df04d780054", + "x-ms-ratelimit-remaining-subscription-reads": "11909", + "x-ms-request-id": "9b912845-8d89-489f-9879-024b85ed1d5c_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055433Z:13ad9859-c2e7-4806-9c83-1df04d780054" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:34 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6", + "x-ms-correlation-request-id": "637e5d54-d3f2-4b54-9de8-a9a2f9559373", + "x-ms-ratelimit-remaining-subscription-reads": "11908", + "x-ms-request-id": "5971d654-a67e-46b4-ac13-125588b17e7c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055435Z:637e5d54-d3f2-4b54-9de8-a9a2f9559373" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:35 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a", + "x-ms-correlation-request-id": "aabfe12d-7d46-40a0-a758-b5cd005e4316", + "x-ms-ratelimit-remaining-subscription-reads": "11907", + "x-ms-request-id": "b0664bea-3749-4f1f-b81f-edece7ae8790_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055436Z:aabfe12d-7d46-40a0-a758-b5cd005e4316" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:37 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd", + "x-ms-correlation-request-id": "2561434b-8137-4317-924c-e1441e59c978", + "x-ms-ratelimit-remaining-subscription-reads": "11906", + "x-ms-request-id": "411982e5-b226-4340-a1e7-70118eb216be_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055437Z:2561434b-8137-4317-924c-e1441e59c978" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:38 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d", + "x-ms-correlation-request-id": "b9d3856e-e57e-4e1b-a499-2843fa74bb2c", + "x-ms-ratelimit-remaining-subscription-reads": "11905", + "x-ms-request-id": "ec3e7048-24e4-41a6-9915-7957db19bb5f_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055439Z:b9d3856e-e57e-4e1b-a499-2843fa74bb2c" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:39 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf", + "x-ms-correlation-request-id": "a3dd3874-1dd0-436a-812c-181ca1b97001", + "x-ms-ratelimit-remaining-subscription-reads": "11904", + "x-ms-request-id": "0c3ff6be-de40-468f-8eac-89eadeee9b06_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055440Z:a3dd3874-1dd0-436a-812c-181ca1b97001" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:41 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678", + "x-ms-correlation-request-id": "2160f1c8-6511-4647-be55-870783d38319", + "x-ms-ratelimit-remaining-subscription-reads": "11903", + "x-ms-request-id": "2158b506-84fd-4121-943b-c1f481f63b4b_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055441Z:2160f1c8-6511-4647-be55-870783d38319" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c11d12100c1b082752d213020280123a", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:42 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "c11d12100c1b082752d213020280123a", + "x-ms-correlation-request-id": "fdb80cb6-4fb7-4e9f-b371-624cf8130de6", + "x-ms-ratelimit-remaining-subscription-reads": "11902", + "x-ms-request-id": "673b6dfc-df97-4066-a99d-054e22a66f3b_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055443Z:fdb80cb6-4fb7-4e9f-b371-624cf8130de6" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:43 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2", + "x-ms-correlation-request-id": "5dacbc36-b8f9-4b05-914f-af9ba26f35c6", + "x-ms-ratelimit-remaining-subscription-reads": "11901", + "x-ms-request-id": "bfba976b-5f23-4546-bbdf-c6a5977e1f49_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055444Z:5dacbc36-b8f9-4b05-914f-af9ba26f35c6" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:45 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8", + "x-ms-correlation-request-id": "412160dc-6176-40bf-b450-40bd78e76047", + "x-ms-ratelimit-remaining-subscription-reads": "11900", + "x-ms-request-id": "23dc58af-9a00-40c0-9098-e22686505053_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055445Z:412160dc-6176-40bf-b450-40bd78e76047" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:46 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6", + "x-ms-correlation-request-id": "f115cce1-81f4-4df2-a39b-1a18eb2b2f22", + "x-ms-ratelimit-remaining-subscription-reads": "11899", + "x-ms-request-id": "7a1a6b81-3ce3-404c-8c51-c654577dfb17_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055446Z:f115cce1-81f4-4df2-a39b-1a18eb2b2f22" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:47 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4", + "x-ms-correlation-request-id": "7eb2a823-9ca1-4f5a-9e57-451edf6692d8", + "x-ms-ratelimit-remaining-subscription-reads": "11898", + "x-ms-request-id": "4ae83f39-63a9-413f-8050-a09629273ce3_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055448Z:7eb2a823-9ca1-4f5a-9e57-451edf6692d8" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:48 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2", + "x-ms-correlation-request-id": "954077ba-fdb1-46bd-aad3-df2850be3c92", + "x-ms-ratelimit-remaining-subscription-reads": "11897", + "x-ms-request-id": "99a67add-12f2-47e8-981b-e533d78aab06_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055449Z:954077ba-fdb1-46bd-aad3-df2850be3c92" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:50 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79", + "x-ms-correlation-request-id": "82776025-beac-4738-a422-5b0928dae5aa", + "x-ms-ratelimit-remaining-subscription-reads": "11896", + "x-ms-request-id": "c34644e5-429e-41fc-a077-60b996f39729_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055450Z:82776025-beac-4738-a422-5b0928dae5aa" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { + "Authorization": "Sanitized", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad", + "x-ms-return-client-request-id": "true" + }, + "RequestBody": null, + "StatusCode": 200, + "ResponseHeaders": { + "Cache-Control": "no-cache", + "Content-Length": "744", + "Content-Type": "application/json; charset=utf-8", + "Date": "Wed, 01 Sep 2021 05:54:51 GMT", + "Expires": "-1", + "Pragma": "no-cache", + "Server": [ + "Service-Bus-Resource-Provider/CH3", + "Microsoft-HTTPAPI/2.0" + ], + "Server-SB": "Service-Bus-Resource-Provider/CH3", + "Strict-Transport-Security": "max-age=31536000; includeSubDomains", + "X-Content-Type-Options": "nosniff", + "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad", + "x-ms-correlation-request-id": "ae86a5fb-b044-42ff-ab5e-4244153d01af", + "x-ms-ratelimit-remaining-subscription-reads": "11895", + "x-ms-request-id": "c990f9c0-ed06-4139-b565-ffc9e84e3916_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055452Z:ae86a5fb-b044-42ff-ab5e-4244153d01af" + }, + "ResponseBody": { + "sku": { + "name": "Standard", + "tier": "Standard", + "capacity": 1 + }, + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", + "type": "Microsoft.EventHub/Namespaces", + "location": "Australia East", + "tags": {}, + "properties": { + "zoneRedundant": false, + "isAutoInflateEnabled": false, + "maximumThroughputUnits": 0, + "kafkaEnabled": true, + "provisioningState": "Created", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", + "status": "Activating" + } + } + }, + { + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", + "RequestMethod": "GET", + "RequestHeaders": { "Authorization": "Sanitized", - "Content-Length": "45", - "Content-Type": "application/json", - "traceparent": "00-de58268122bb22409ce55f4fa9d92e35-b61db15ed026c948-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ccc47814e0ad90b7a7052b42da8c8355", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266", "x-ms-return-client-request-id": "true" }, - "RequestBody": { - "location": "Australia East", - "properties": {} - }, + "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:51 GMT", + "Date": "Wed, 01 Sep 2021 05:54:52 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -976,11 +2020,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccc47814e0ad90b7a7052b42da8c8355", - "x-ms-correlation-request-id": "c3e6bec4-ef67-4471-b066-fcc78f233d52", - "x-ms-ratelimit-remaining-subscription-resource-requests": "47", - "x-ms-request-id": "9be6b06a-58e5-4f4a-b34a-6f5510931482_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100652Z:c3e6bec4-ef67-4471-b066-fcc78f233d52" + "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266", + "x-ms-correlation-request-id": "9fd1b588-be09-4043-95d5-5e263943759e", + "x-ms-ratelimit-remaining-subscription-reads": "11894", + "x-ms-request-id": "6339f0fa-f265-4ff9-9dbd-b99ddd770347_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055453Z:9fd1b588-be09-4043-95d5-5e263943759e" }, "ResponseBody": { "sku": { @@ -988,8 +2032,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -999,33 +2043,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8ec87ab0bf88281c73f3a19c5356b49a", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:52 GMT", + "Date": "Wed, 01 Sep 2021 05:54:54 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1035,11 +2076,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ec87ab0bf88281c73f3a19c5356b49a", - "x-ms-correlation-request-id": "53a0162b-ca3a-449b-8f93-7920e46b99bf", - "x-ms-ratelimit-remaining-subscription-reads": "6747", - "x-ms-request-id": "58eb9719-186b-4958-9f88-fc6edb04793f_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100653Z:53a0162b-ca3a-449b-8f93-7920e46b99bf" + "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252", + "x-ms-correlation-request-id": "2c5908b9-60c5-46cd-9a6e-69a5fa56119a", + "x-ms-ratelimit-remaining-subscription-reads": "11893", + "x-ms-request-id": "7887e4a7-36fb-4e03-92e0-1092a1b9d0de_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055454Z:2c5908b9-60c5-46cd-9a6e-69a5fa56119a" }, "ResponseBody": { "sku": { @@ -1047,8 +2088,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1058,33 +2099,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:54 GMT", + "Date": "Wed, 01 Sep 2021 05:54:55 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1094,11 +2132,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "683a46bf33dc9627c9d63648b082610f", - "x-ms-correlation-request-id": "73d5a655-97da-456d-a6f1-9e9683b1ae56", - "x-ms-ratelimit-remaining-subscription-reads": "6746", - "x-ms-request-id": "35e2e708-83fd-47ca-8068-b8d444177ddd_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100654Z:73d5a655-97da-456d-a6f1-9e9683b1ae56" + "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607", + "x-ms-correlation-request-id": "0f88c04b-7d93-41ba-8a42-d0a7ac410765", + "x-ms-ratelimit-remaining-subscription-reads": "11892", + "x-ms-request-id": "931c1042-6118-4ec7-951b-2044017a3e5d_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055456Z:0f88c04b-7d93-41ba-8a42-d0a7ac410765" }, "ResponseBody": { "sku": { @@ -1106,8 +2144,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1117,33 +2155,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "61a822275941b84101304339ed81daf5", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:55 GMT", + "Date": "Wed, 01 Sep 2021 05:54:56 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1153,11 +2188,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60925585f5c3eacc6f714c91dc12993e", - "x-ms-correlation-request-id": "55406b56-c46f-4560-ac92-140c00ae8681", - "x-ms-ratelimit-remaining-subscription-reads": "6745", - "x-ms-request-id": "f50aad79-66eb-4973-b836-86212e21231c_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100656Z:55406b56-c46f-4560-ac92-140c00ae8681" + "x-ms-client-request-id": "61a822275941b84101304339ed81daf5", + "x-ms-correlation-request-id": "ad855421-c3a1-4400-ac93-49194fb8c779", + "x-ms-ratelimit-remaining-subscription-reads": "11891", + "x-ms-request-id": "c761a743-2480-4b80-962a-0d3115785b0c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055457Z:ad855421-c3a1-4400-ac93-49194fb8c779" }, "ResponseBody": { "sku": { @@ -1165,8 +2200,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1176,33 +2211,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "173b04f67bb19a45df4db530fbab0665", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:57 GMT", + "Date": "Wed, 01 Sep 2021 05:54:58 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1212,11 +2244,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e97496b0185d7df85232c5b188d478f0", - "x-ms-correlation-request-id": "bb23229e-10e8-4182-a3cc-8baf9184084d", - "x-ms-ratelimit-remaining-subscription-reads": "6744", - "x-ms-request-id": "09ea069b-1d5c-494b-aa35-db81b0a10662_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100657Z:bb23229e-10e8-4182-a3cc-8baf9184084d" + "x-ms-client-request-id": "173b04f67bb19a45df4db530fbab0665", + "x-ms-correlation-request-id": "e23dd467-7971-42ae-9473-8e1d53bb050c", + "x-ms-ratelimit-remaining-subscription-reads": "11890", + "x-ms-request-id": "f828c6a1-eddb-4c24-b141-dce54ed9ca16_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055458Z:e23dd467-7971-42ae-9473-8e1d53bb050c" }, "ResponseBody": { "sku": { @@ -1224,8 +2256,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1235,33 +2267,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cb7d0ec8d0aec1111bd535f0ec08ae76", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:58 GMT", + "Date": "Wed, 01 Sep 2021 05:54:59 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1271,11 +2300,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe17919254c4cad77950f86be695bab6", - "x-ms-correlation-request-id": "e4bc86cf-94f6-49fa-831e-748f43d07041", - "x-ms-ratelimit-remaining-subscription-reads": "6743", - "x-ms-request-id": "99f9695b-b2e7-445a-92df-40ded7204629_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100658Z:e4bc86cf-94f6-49fa-831e-748f43d07041" + "x-ms-client-request-id": "cb7d0ec8d0aec1111bd535f0ec08ae76", + "x-ms-correlation-request-id": "dc0cd46f-5926-4d3a-9260-f4b4372431c9", + "x-ms-ratelimit-remaining-subscription-reads": "11889", + "x-ms-request-id": "7cd946cc-aac3-429b-8845-fc609d04e090_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055500Z:dc0cd46f-5926-4d3a-9260-f4b4372431c9" }, "ResponseBody": { "sku": { @@ -1283,8 +2312,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1294,33 +2323,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d378a1611edbab56dd0e82f3a410bd56", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:06:59 GMT", + "Date": "Wed, 01 Sep 2021 05:55:00 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1330,11 +2356,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a97f73d780d6db25c150d91301b619a", - "x-ms-correlation-request-id": "4b4ac583-0c7c-4ebb-9d81-c2051709fea1", - "x-ms-ratelimit-remaining-subscription-reads": "6742", - "x-ms-request-id": "0cdbf74c-d3c4-4a55-83b8-724e9929de85_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100700Z:4b4ac583-0c7c-4ebb-9d81-c2051709fea1" + "x-ms-client-request-id": "d378a1611edbab56dd0e82f3a410bd56", + "x-ms-correlation-request-id": "c5b3f240-0239-4a05-8960-a97a946641f8", + "x-ms-ratelimit-remaining-subscription-reads": "11888", + "x-ms-request-id": "499a1b42-62e8-4bae-a69c-9d783ed10ab5_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055501Z:c5b3f240-0239-4a05-8960-a97a946641f8" }, "ResponseBody": { "sku": { @@ -1342,8 +2368,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1353,33 +2379,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "de70de2a0f032546f279fbdb4554aed7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:01 GMT", + "Date": "Wed, 01 Sep 2021 05:55:02 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1389,11 +2412,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4aff5cf99bfa5c7abeaa700c1f8d97bd", - "x-ms-correlation-request-id": "6b8b2d44-36ff-4e0a-aa0d-66e7b3a5f3cc", - "x-ms-ratelimit-remaining-subscription-reads": "6741", - "x-ms-request-id": "0354c5ef-c54e-4787-b112-5509585b9dfd_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100701Z:6b8b2d44-36ff-4e0a-aa0d-66e7b3a5f3cc" + "x-ms-client-request-id": "de70de2a0f032546f279fbdb4554aed7", + "x-ms-correlation-request-id": "84fef3b4-c2c9-433d-bd84-702505743a61", + "x-ms-ratelimit-remaining-subscription-reads": "11887", + "x-ms-request-id": "03b1ef62-327c-4160-b671-cc85fa486a0b_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055502Z:84fef3b4-c2c9-433d-bd84-702505743a61" }, "ResponseBody": { "sku": { @@ -1401,8 +2424,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1412,33 +2435,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5acf3e9f3232a98ab8d1eda04e1e1c0b", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:02 GMT", + "Date": "Wed, 01 Sep 2021 05:55:03 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1448,11 +2468,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90740e785e3c1ae3dfaaa1af46459a5d", - "x-ms-correlation-request-id": "27411ca5-ff90-4d18-80e4-840b4d4e465c", - "x-ms-ratelimit-remaining-subscription-reads": "6740", - "x-ms-request-id": "b990c562-14ee-42e4-aaf4-0e6dd4e895a2_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100702Z:27411ca5-ff90-4d18-80e4-840b4d4e465c" + "x-ms-client-request-id": "5acf3e9f3232a98ab8d1eda04e1e1c0b", + "x-ms-correlation-request-id": "b24d6728-16a7-4c9e-9243-5f47cc1b3f49", + "x-ms-ratelimit-remaining-subscription-reads": "11886", + "x-ms-request-id": "5cf4d1ad-fe5f-49bc-a557-b040fd6f1db6_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055503Z:b24d6728-16a7-4c9e-9243-5f47cc1b3f49" }, "ResponseBody": { "sku": { @@ -1460,8 +2480,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1471,33 +2491,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0ec6df18cf9751725a52e161227a6688", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:03 GMT", + "Date": "Wed, 01 Sep 2021 05:55:04 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1507,11 +2524,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a725def6f95a1bc7d3a5b6307a54dcf", - "x-ms-correlation-request-id": "8f6f322d-5001-4041-985d-0928151e7148", - "x-ms-ratelimit-remaining-subscription-reads": "6739", - "x-ms-request-id": "20447573-2ce6-45b2-b367-b16945843360_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100704Z:8f6f322d-5001-4041-985d-0928151e7148" + "x-ms-client-request-id": "0ec6df18cf9751725a52e161227a6688", + "x-ms-correlation-request-id": "0e08ce84-964a-4345-866d-beeedcbe2143", + "x-ms-ratelimit-remaining-subscription-reads": "11885", + "x-ms-request-id": "c747b26e-43a4-456b-b4e1-413685eea3f4_M11CH3_M11CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055505Z:0e08ce84-964a-4345-866d-beeedcbe2143" }, "ResponseBody": { "sku": { @@ -1519,8 +2536,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1530,33 +2547,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "6553aa606340f82353c7263121a5d7d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:05 GMT", + "Date": "Wed, 01 Sep 2021 05:55:06 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1566,11 +2580,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2119507ed0a79a5d78e56a50faca1678", - "x-ms-correlation-request-id": "433e0612-2896-41e6-8d96-9742cad27337", - "x-ms-ratelimit-remaining-subscription-reads": "6738", - "x-ms-request-id": "c4eb058d-d38a-4fa8-a69c-40e2f0e72475_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100705Z:433e0612-2896-41e6-8d96-9742cad27337" + "x-ms-client-request-id": "6553aa606340f82353c7263121a5d7d3", + "x-ms-correlation-request-id": "68135ca8-5711-4504-ae98-8a3a7791e8d2", + "x-ms-ratelimit-remaining-subscription-reads": "11884", + "x-ms-request-id": "e704c8cb-336d-4f29-b380-8f6b9c8bb260_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055506Z:68135ca8-5711-4504-ae98-8a3a7791e8d2" }, "ResponseBody": { "sku": { @@ -1578,8 +2592,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1589,33 +2603,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "c11d12100c1b082752d213020280123a", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "65c3f05d9f8ecf40cc7dffdf5029863d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:06 GMT", + "Date": "Wed, 01 Sep 2021 05:55:07 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1625,11 +2636,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c11d12100c1b082752d213020280123a", - "x-ms-correlation-request-id": "826c8516-8e5b-44c3-bbff-5c0c7fb70ad7", - "x-ms-ratelimit-remaining-subscription-reads": "6737", - "x-ms-request-id": "a66c614d-756d-4c2c-bf44-698e1bb25d4e_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100706Z:826c8516-8e5b-44c3-bbff-5c0c7fb70ad7" + "x-ms-client-request-id": "65c3f05d9f8ecf40cc7dffdf5029863d", + "x-ms-correlation-request-id": "9ff92e71-fd18-4681-bb81-11f7277c2509", + "x-ms-ratelimit-remaining-subscription-reads": "11883", + "x-ms-request-id": "38d4c00a-06dd-4d8a-8d13-3fc8edcdbdeb_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055508Z:9ff92e71-fd18-4681-bb81-11f7277c2509" }, "ResponseBody": { "sku": { @@ -1637,8 +2648,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1648,33 +2659,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "a340656bb6cbb4cabccebacfa94130b4", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:07 GMT", + "Date": "Wed, 01 Sep 2021 05:55:08 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1684,11 +2692,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f631d15d782c1eb6ffd711b0046ba7b2", - "x-ms-correlation-request-id": "f5156e60-c050-49c3-bb84-7b10bf966221", - "x-ms-ratelimit-remaining-subscription-reads": "6736", - "x-ms-request-id": "e9c3d46b-ee3a-4de2-9e03-474e2d33f06d_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100708Z:f5156e60-c050-49c3-bb84-7b10bf966221" + "x-ms-client-request-id": "a340656bb6cbb4cabccebacfa94130b4", + "x-ms-correlation-request-id": "ee77c237-0a85-4f73-8abe-7e29c654bdf6", + "x-ms-ratelimit-remaining-subscription-reads": "11882", + "x-ms-request-id": "2120ae59-7076-49d3-8a5e-322dfb9d5ef8_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055509Z:ee77c237-0a85-4f73-8abe-7e29c654bdf6" }, "ResponseBody": { "sku": { @@ -1696,8 +2704,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1707,33 +2715,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "32030e7b01b6c0f96a8399c26443a72a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:09 GMT", + "Date": "Wed, 01 Sep 2021 05:55:10 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1743,11 +2748,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f552e2248c8771b42810cfd4bd5b97f8", - "x-ms-correlation-request-id": "143d5c77-4d57-4c53-893e-fdc81a113ffe", - "x-ms-ratelimit-remaining-subscription-reads": "6735", - "x-ms-request-id": "f54be361-652e-4ac7-b905-ec9e580072d0_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100709Z:143d5c77-4d57-4c53-893e-fdc81a113ffe" + "x-ms-client-request-id": "32030e7b01b6c0f96a8399c26443a72a", + "x-ms-correlation-request-id": "bb7777c7-c6ec-4dff-890e-2950b5f63076", + "x-ms-ratelimit-remaining-subscription-reads": "11881", + "x-ms-request-id": "6e0b63ba-5b5e-4fa4-a4bd-4d73bd10c6fa_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055510Z:bb7777c7-c6ec-4dff-890e-2950b5f63076" }, "ResponseBody": { "sku": { @@ -1755,8 +2760,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1766,33 +2771,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bbc6e8403365a608250fa8c0e470268a", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:12 GMT", + "Date": "Wed, 01 Sep 2021 05:55:11 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1802,11 +2804,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28f330d21f99984b5bffc143fb7603e6", - "x-ms-correlation-request-id": "30d49b21-1963-46d2-9b0b-701dab50c8d0", - "x-ms-ratelimit-remaining-subscription-reads": "6734", - "x-ms-request-id": "5086cefa-2379-4a55-a1e3-9765b2a7d83c_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100713Z:30d49b21-1963-46d2-9b0b-701dab50c8d0" + "x-ms-client-request-id": "bbc6e8403365a608250fa8c0e470268a", + "x-ms-correlation-request-id": "d3b9474d-3d99-4e61-b0f8-32fbfd6437b4", + "x-ms-ratelimit-remaining-subscription-reads": "11880", + "x-ms-request-id": "63ff7d13-67a6-4947-9cd9-5592b8defbf7_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055512Z:d3b9474d-3d99-4e61-b0f8-32fbfd6437b4" }, "ResponseBody": { "sku": { @@ -1814,8 +2816,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1825,33 +2827,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "42644a4d542569866c7f39471c075078", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:31 GMT", + "Date": "Wed, 01 Sep 2021 05:55:12 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1861,11 +2860,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20dd602a1d2dd0b21dc0cd1ba8e260a4", - "x-ms-correlation-request-id": "dd2e408f-c8c4-4da0-9b12-fe73c38ab843", - "x-ms-ratelimit-remaining-subscription-reads": "6733", - "x-ms-request-id": "edd4d774-ed50-4a94-bd0a-97b20e2a73fd_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100732Z:dd2e408f-c8c4-4da0-9b12-fe73c38ab843" + "x-ms-client-request-id": "42644a4d542569866c7f39471c075078", + "x-ms-correlation-request-id": "0867d463-6f7b-4aea-bb8b-0a68f41676cf", + "x-ms-ratelimit-remaining-subscription-reads": "11879", + "x-ms-request-id": "5ab51db1-735a-4b92-9bd9-16ce1ce44467_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055513Z:0867d463-6f7b-4aea-bb8b-0a68f41676cf" }, "ResponseBody": { "sku": { @@ -1873,8 +2872,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1884,33 +2883,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c08f9026747a474f065d0ca75839dbfa", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:33 GMT", + "Date": "Wed, 01 Sep 2021 05:55:14 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1920,11 +2916,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4de183f7f78041996ba9a88ca7075b2", - "x-ms-correlation-request-id": "cf392dba-1506-48f2-8de8-500dbaf99186", - "x-ms-ratelimit-remaining-subscription-reads": "6732", - "x-ms-request-id": "87189038-f9c9-4a77-9bd9-c285fc48298c_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100733Z:cf392dba-1506-48f2-8de8-500dbaf99186" + "x-ms-client-request-id": "c08f9026747a474f065d0ca75839dbfa", + "x-ms-correlation-request-id": "792db557-b7eb-45d3-8e4e-162a5ccb24b8", + "x-ms-ratelimit-remaining-subscription-reads": "11878", + "x-ms-request-id": "c418d003-d0a0-455b-b1d4-0b2d6b858b8c_M2CH3_M2CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055514Z:792db557-b7eb-45d3-8e4e-162a5ccb24b8" }, "ResponseBody": { "sku": { @@ -1932,8 +2928,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -1943,33 +2939,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "19740e5d65dfec05625c4fe6fac0891e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:34 GMT", + "Date": "Wed, 01 Sep 2021 05:55:15 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -1979,11 +2972,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5daae90d777eb5cb7d220ad9522fef79", - "x-ms-correlation-request-id": "fbc1098b-681f-40ab-af94-8fc25f0aeb8a", - "x-ms-ratelimit-remaining-subscription-reads": "6731", - "x-ms-request-id": "2bef1b9b-5e75-42f9-84c2-ce9b5ac224d0_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100735Z:fbc1098b-681f-40ab-af94-8fc25f0aeb8a" + "x-ms-client-request-id": "19740e5d65dfec05625c4fe6fac0891e", + "x-ms-correlation-request-id": "2c6a2499-0766-434f-a75d-c9ff746965b0", + "x-ms-ratelimit-remaining-subscription-reads": "11877", + "x-ms-request-id": "c28d6b51-1260-4bf7-9370-c4fbd05573ac_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055516Z:2c6a2499-0766-434f-a75d-c9ff746965b0" }, "ResponseBody": { "sku": { @@ -1991,8 +2984,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2002,33 +2995,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "549930be66e1d90ffb1d3bc747df1033", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:35 GMT", + "Date": "Wed, 01 Sep 2021 05:55:16 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2038,11 +3028,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3031d9e2f98ab6d47d98973822a06ad", - "x-ms-correlation-request-id": "6e68f226-09b8-4da1-9709-fd411933bb2d", - "x-ms-ratelimit-remaining-subscription-reads": "6730", - "x-ms-request-id": "7969b63f-c0fd-4ea1-9b42-e861a5a5cd29_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100736Z:6e68f226-09b8-4da1-9709-fd411933bb2d" + "x-ms-client-request-id": "549930be66e1d90ffb1d3bc747df1033", + "x-ms-correlation-request-id": "516150a1-059d-4fca-b6c3-64d28107c0e3", + "x-ms-ratelimit-remaining-subscription-reads": "11876", + "x-ms-request-id": "c3e64e4e-4a8c-402a-8513-5fcb175d9a72_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055517Z:516150a1-059d-4fca-b6c3-64d28107c0e3" }, "ResponseBody": { "sku": { @@ -2050,8 +3040,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2061,33 +3051,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "0eea3ea33692c1998aa25e1e24684c45", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:37 GMT", + "Date": "Wed, 01 Sep 2021 05:55:18 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2097,11 +3084,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf0e1b4a0337c8264c295756743fb266", - "x-ms-correlation-request-id": "6c5cda23-da1d-4606-823e-588d38d8ebda", - "x-ms-ratelimit-remaining-subscription-reads": "6729", - "x-ms-request-id": "0abe3dd9-f284-49f7-924c-9bd9b230c18a_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100737Z:6c5cda23-da1d-4606-823e-588d38d8ebda" + "x-ms-client-request-id": "0eea3ea33692c1998aa25e1e24684c45", + "x-ms-correlation-request-id": "f97630f7-c3bd-49ca-af2a-4b57e8162aa9", + "x-ms-ratelimit-remaining-subscription-reads": "11875", + "x-ms-request-id": "180b0213-5c86-482f-af97-4c02368db07d_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055518Z:f97630f7-c3bd-49ca-af2a-4b57e8162aa9" }, "ResponseBody": { "sku": { @@ -2109,8 +3096,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2120,33 +3107,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "28e9eed3879ff719ff9b1ec2293da482", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:38 GMT", + "Date": "Wed, 01 Sep 2021 05:55:19 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2156,11 +3140,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ace920ca916cde1a7bfe16a4ed573252", - "x-ms-correlation-request-id": "78ca08b2-9414-4235-936c-60056b3b7326", - "x-ms-ratelimit-remaining-subscription-reads": "6728", - "x-ms-request-id": "b565c3d3-2c3a-4bbe-bcdc-5d7b92c44e24_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100739Z:78ca08b2-9414-4235-936c-60056b3b7326" + "x-ms-client-request-id": "28e9eed3879ff719ff9b1ec2293da482", + "x-ms-correlation-request-id": "aac937c3-b4ef-4f60-9d26-a1a6dc719b33", + "x-ms-ratelimit-remaining-subscription-reads": "11874", + "x-ms-request-id": "a2079f79-a5f4-4e6d-a3b0-7a7ccf9b7270_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055520Z:aac937c3-b4ef-4f60-9d26-a1a6dc719b33" }, "ResponseBody": { "sku": { @@ -2168,8 +3152,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2179,33 +3163,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "bc421c4b7bd6878b97d8c93e07f1b592", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "744", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:39 GMT", + "Date": "Wed, 01 Sep 2021 05:55:20 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2215,11 +3196,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "378e5d1b30219b41f73b966fd7163607", - "x-ms-correlation-request-id": "0a691944-c527-4691-bd16-81d2628701df", - "x-ms-ratelimit-remaining-subscription-reads": "6727", - "x-ms-request-id": "53a10c1c-bb39-40b8-a77d-f93cbff3d89a_M6CH3_M6CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100740Z:0a691944-c527-4691-bd16-81d2628701df" + "x-ms-client-request-id": "bc421c4b7bd6878b97d8c93e07f1b592", + "x-ms-correlation-request-id": "65ad1dff-3e3d-4694-b119-c23ab8d5ca09", + "x-ms-ratelimit-remaining-subscription-reads": "11873", + "x-ms-request-id": "5242c08a-bf52-4cee-a965-14c283b236b9_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055521Z:65ad1dff-3e3d-4694-b119-c23ab8d5ca09" }, "ResponseBody": { "sku": { @@ -2227,8 +3208,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2238,33 +3219,30 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Created", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:06:51.05Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:54:28.607Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Activating" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "61a822275941b84101304339ed81daf5", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "59f4f6d1e8f51c9325f20ef717d7984d", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "741", + "Content-Length": "742", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:42 GMT", + "Date": "Wed, 01 Sep 2021 05:55:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2274,11 +3252,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61a822275941b84101304339ed81daf5", - "x-ms-correlation-request-id": "ce22333b-3cb1-4d67-af65-00c5457ee432", - "x-ms-ratelimit-remaining-subscription-reads": "6726", - "x-ms-request-id": "7dec32c5-df4d-495d-a1f7-890dc46aaa29_M2CH3_M2CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100743Z:ce22333b-3cb1-4d67-af65-00c5457ee432" + "x-ms-client-request-id": "59f4f6d1e8f51c9325f20ef717d7984d", + "x-ms-correlation-request-id": "09f7f91f-a4a4-484a-8167-60d15ee25549", + "x-ms-ratelimit-remaining-subscription-reads": "11872", + "x-ms-request-id": "3e1b5a04-d65f-40f3-b92a-bf5f273e459c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055522Z:09f7f91f-a4a4-484a-8167-60d15ee25549" }, "ResponseBody": { "sku": { @@ -2286,8 +3264,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2297,28 +3275,25 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:07:40.633Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:22.027Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Active" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "598", + "Content-Length": "596", "Content-Type": "application/json", - "traceparent": "00-1984ea7bf333e54586e569d645ef34a7-b9c4abf29c9bbc4f-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b1173b04457bdf9a4db530fbab0665c8", + "traceparent": "00-09a32d0f1cb3b5408c23c057bd7f837c-49220a785973ef4b-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2334,7 +3309,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2348,7 +3323,7 @@ "Cache-Control": "no-cache", "Content-Length": "1003", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:49 GMT", + "Date": "Wed, 01 Sep 2021 05:55:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2358,23 +3333,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1173b04457bdf9a4db530fbab0665c8", - "x-ms-correlation-request-id": "c1a61120-a331-4844-9b56-3f9a0e4e4b76", - "x-ms-ratelimit-remaining-subscription-writes": "1181", - "x-ms-request-id": "6ae8aa06-f6c9-48e3-8f0c-a1ff6bcd5723_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100750Z:c1a61120-a331-4844-9b56-3f9a0e4e4b76" + "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5", + "x-ms-correlation-request-id": "6fd5d378-7588-4d4d-82df-70194fcbd622", + "x-ms-ratelimit-remaining-subscription-writes": "1193", + "x-ms-request-id": "c4742b02-a1fe-4fc2-8fda-4daade28c7aa_M13CH3_M13CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055531Z:6fd5d378-7588-4d4d-82df-70194fcbd622" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647", - "name": "sdk-EventHub-4647", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965", + "name": "sdk-EventHub-6965", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 4, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T10:07:49.37Z", - "updatedAt": "2020-09-28T10:07:49.72Z", + "createdAt": "2021-09-01T05:55:29.847Z", + "updatedAt": "2021-09-01T05:55:30.297Z", "partitionIds": [ "0", "1", @@ -2387,7 +3362,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2400,17 +3375,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-4a00c3058666004a95d6ea6bed118f6a-577e4387ca7af84b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "aecb7d0e11d01bc1d535f0ec08ae7661", + "traceparent": "00-5544fc2dbfdb044bb0b97101dec7b807-99d6ce4e85e78448-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2419,7 +3391,7 @@ "Cache-Control": "no-cache", "Content-Length": "1001", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:51 GMT", + "Date": "Wed, 01 Sep 2021 05:55:30 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2429,23 +3401,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aecb7d0e11d01bc1d535f0ec08ae7661", - "x-ms-correlation-request-id": "7977b786-7814-48c6-8d81-1cc3178a41ff", - "x-ms-ratelimit-remaining-subscription-reads": "6725", - "x-ms-request-id": "b2bd395d-8564-4b6b-88b5-ebd1d3a818cd_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100752Z:7977b786-7814-48c6-8d81-1cc3178a41ff" + "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f", + "x-ms-correlation-request-id": "924bfd2c-6c0b-4f90-9bdc-db4289350e91", + "x-ms-ratelimit-remaining-subscription-reads": "11871", + "x-ms-request-id": "cebf5b75-a8b1-427e-bf95-1d113274c7a9_M13CH3_M13CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055531Z:924bfd2c-6c0b-4f90-9bdc-db4289350e91" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647", - "name": "sdk-EventHub-4647", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965", + "name": "sdk-EventHub-6965", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 4, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T10:07:49.37", - "updatedAt": "2020-09-28T10:07:49.72", + "createdAt": "2021-09-01T05:55:29.847", + "updatedAt": "2021-09-01T05:55:30.297", "partitionIds": [ "0", "1", @@ -2458,7 +3430,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2471,16 +3443,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "dbd378a1561eddab0e82f3a410bd562a", + "traceparent": "00-f1b7e7d5f9f5ec4fbc25ebfb683744c7-6a5eb62c7d8b0e46-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2489,7 +3459,7 @@ "Cache-Control": "no-cache", "Content-Length": "1013", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:52 GMT", + "Date": "Wed, 01 Sep 2021 05:55:32 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2499,26 +3469,26 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbd378a1561eddab0e82f3a410bd562a", - "x-ms-correlation-request-id": "96fc7257-dc67-4461-9772-b39523599176", + "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03", + "x-ms-correlation-request-id": "ba5b89a1-d3fe-41f1-9793-b1e19cdab491", "x-ms-inline-count": "", - "x-ms-ratelimit-remaining-subscription-reads": "6724", - "x-ms-request-id": "67011b94-ba8c-44d5-bcf4-efe581ca9cc3_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100753Z:96fc7257-dc67-4461-9772-b39523599176" + "x-ms-ratelimit-remaining-subscription-reads": "11870", + "x-ms-request-id": "2aeccd3d-6eb6-40aa-ad6b-4fcfdb7b8c4d_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055533Z:ba5b89a1-d3fe-41f1-9793-b1e19cdab491" }, "ResponseBody": { "value": [ { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-eventhub-4647", - "name": "sdk-eventhub-4647", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-eventhub-6965", + "name": "sdk-eventhub-6965", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 4, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T10:07:49.37", - "updatedAt": "2020-09-28T10:07:49.72", + "createdAt": "2021-09-01T05:55:29.847", + "updatedAt": "2021-09-01T05:55:30.297", "partitionIds": [ "0", "1", @@ -2531,7 +3501,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2546,19 +3516,16 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01", "RequestMethod": "PUT", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "Content-Length": "598", + "Content-Length": "596", "Content-Type": "application/json", - "traceparent": "00-d8bbc1dc0590414284fe8d638a3fb755-b7813e4eb5653540-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "03de70de460ff22579fbdb4554aed79f", + "traceparent": "00-1fcf598e83ffdc4ea91076ad1fdcfd36-52bf0d8d1c8ae74f-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1", "x-ms-return-client-request-id": "true" }, "RequestBody": { @@ -2574,7 +3541,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2586,9 +3553,9 @@ "StatusCode": 200, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "980", + "Content-Length": "978", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:57 GMT", + "Date": "Wed, 01 Sep 2021 05:55:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2598,15 +3565,15 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03de70de460ff22579fbdb4554aed79f", - "x-ms-correlation-request-id": "c553fdbe-39c0-4f8e-9644-e4de7822738d", - "x-ms-ratelimit-remaining-subscription-writes": "1180", - "x-ms-request-id": "bdd94c76-5af7-405b-84b1-88f260305aab_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100758Z:c553fdbe-39c0-4f8e-9644-e4de7822738d" + "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1", + "x-ms-correlation-request-id": "4697913b-45c2-44ba-b8e5-21434be455e7", + "x-ms-ratelimit-remaining-subscription-writes": "1192", + "x-ms-request-id": "bce9aa3d-f422-449b-95fa-7347da8d662c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055538Z:4697913b-45c2-44ba-b8e5-21434be455e7" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647", - "name": "sdk-EventHub-4647", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965", + "name": "sdk-EventHub-6965", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { @@ -2622,7 +3589,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2635,17 +3602,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01", "RequestMethod": "GET", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-ec3b08e79fff434ea390ab18d204314e-a7f84593ea2cd840-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "325acf3e8a32b8a9d1eda04e1e1c0b18", + "traceparent": "00-7f0ab10939cf3545bcb445b6fd39354a-e0b73fa73fa7244e-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2654,7 +3618,7 @@ "Cache-Control": "no-cache", "Content-Length": "1001", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:07:58 GMT", + "Date": "Wed, 01 Sep 2021 05:55:37 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2664,23 +3628,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "325acf3e8a32b8a9d1eda04e1e1c0b18", - "x-ms-correlation-request-id": "aa34cc97-1ea7-494f-952b-f89f0de525c8", - "x-ms-ratelimit-remaining-subscription-reads": "6723", - "x-ms-request-id": "983c512c-c525-4fce-9a35-602987117236_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100759Z:aa34cc97-1ea7-494f-952b-f89f0de525c8" + "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7", + "x-ms-correlation-request-id": "ef8d971b-9315-4f15-9dcf-546c1459c8da", + "x-ms-ratelimit-remaining-subscription-reads": "11869", + "x-ms-request-id": "d6a34599-cea6-4052-a2be-dbf28ddade8b_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055538Z:ef8d971b-9315-4f15-9dcf-546c1459c8da" }, "ResponseBody": { - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647", - "name": "sdk-EventHub-4647", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965", + "name": "sdk-EventHub-6965", "type": "Microsoft.EventHub/Namespaces/EventHubs", "location": "Australia East", "properties": { "messageRetentionInDays": 5, "partitionCount": 4, "status": "Active", - "createdAt": "2020-09-28T10:07:49.37", - "updatedAt": "2020-09-28T10:07:58.12", + "createdAt": "2021-09-01T05:55:29.847", + "updatedAt": "2021-09-01T05:55:37.827", "partitionIds": [ "0", "1", @@ -2693,7 +3657,7 @@ "destination": { "name": "EventHubArchive.AzureBlockBlob", "properties": { - "storageAccountResourceId": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourcegroups/Default-EventHub-6244/providers/Microsoft.Storage/storageAccounts/sdktestaccount5630", + "storageAccountResourceId": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/Default-EventHub-4082/providers/Microsoft.Storage/storageAccounts/sdktestaccount18", "blobContainer": "container", "archiveNameFormat": "{Namespace}/{EventHub}/{PartitionId}/{Year}/{Month}/{Day}/{Hour}/{Minute}/{Second}" } @@ -2706,17 +3670,14 @@ } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/eventhubs/sdk-EventHub-4647?api-version=2017-04-01", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/eventhubs/sdk-EventHub-6965?api-version=2017-04-01", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-216084552676204db2d0697736054275-c3456ceb703c3f4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "970ec6df72cf5a5152e161227a668860", + "traceparent": "00-27fcf56d2c997e46b1beb79799719e4a-ec7094a16f68b04f-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2724,7 +3685,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 10:08:00 GMT", + "Date": "Wed, 01 Sep 2021 05:55:39 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -2734,26 +3695,23 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "970ec6df72cf5a5152e161227a668860", - "x-ms-correlation-request-id": "b5f15060-4454-44c6-ade8-e036315fcbfa", - "x-ms-ratelimit-remaining-subscription-deletes": "14985", - "x-ms-request-id": "948d3a4d-1002-4743-9d73-7a3f24d50ca8_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100801Z:b5f15060-4454-44c6-ade8-e036315fcbfa" + "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0", + "x-ms-correlation-request-id": "2a4335b4-66e8-433a-9853-4c4aad7b5bce", + "x-ms-ratelimit-remaining-subscription-deletes": "14996", + "x-ms-request-id": "ad3e220d-14a0-4453-956d-71e3b2e7d0ac_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055539Z:2a4335b4-66e8-433a-9853-4c4aad7b5bce" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "DELETE", "RequestHeaders": { "Accept": "application/json", "Authorization": "Sanitized", - "traceparent": "00-c50b95cc30ef3249a77a668bc97d6cda-f108830747810c4b-00", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "406553aa236353f8c7263121a5d7d35d", + "traceparent": "00-9d213263d4190240b5e5ff4504e3c666-f9478be6933bc14b-00", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "4488a228b01e1340da6b36ba575e5464", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -2761,9 +3719,9 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 10:08:01 GMT", + "Date": "Wed, 01 Sep 2021 05:55:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", "Server": [ "Service-Bus-Resource-Provider/CH3", @@ -2772,159 +3730,34 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "406553aa236353f8c7263121a5d7d35d", - "x-ms-correlation-request-id": "ee08b0d2-45c4-454d-af74-7edb700617e5", - "x-ms-ratelimit-remaining-subscription-deletes": "14984", - "x-ms-request-id": "917482fb-2852-4f45-aae9-a6a260751898_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100802Z:ee08b0d2-45c4-454d-af74-7edb700617e5" + "x-ms-client-request-id": "4488a228b01e1340da6b36ba575e5464", + "x-ms-correlation-request-id": "971d743a-86bc-4214-8d39-1f7c5d9f39ee", + "x-ms-ratelimit-remaining-subscription-deletes": "14995", + "x-ms-request-id": "08f8a42d-baa2-41da-8007-867b00e9990c_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055541Z:971d743a-86bc-4214-8d39-1f7c5d9f39ee" }, "ResponseBody": [] }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "cba34065cab6bcb4cebacfa94130b47b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", - "Pragma": "no-cache", - "Retry-After": "52", - "Server": [ - "Service-Bus-Resource-Provider/CH3", - "Microsoft-HTTPAPI/2.0" - ], - "Server-SB": "Service-Bus-Resource-Provider/CH3", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cba34065cab6bcb4cebacfa94130b47b", - "x-ms-correlation-request-id": "00e3a564-d2fb-4c5b-8bfd-1d2f618facb5", - "x-ms-ratelimit-remaining-subscription-reads": "6722", - "x-ms-request-id": "e6292420-95a5-41bc-8903-e67b48738c8d_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100802Z:00e3a564-d2fb-4c5b-8bfd-1d2f618facb5" - }, - "ResponseBody": { - "sku": { - "name": "Standard", - "tier": "Standard", - "capacity": 1 - }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", - "type": "Microsoft.EventHub/Namespaces", - "location": "Australia East", - "tags": {}, - "properties": { - "zoneRedundant": false, - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, - "kafkaEnabled": true, - "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", - "status": "Removing" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "b632030ef9016ac08399c26443a72a40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "742", - "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", - "Pragma": "no-cache", - "Retry-After": "40", - "Server": [ - "Service-Bus-Resource-Provider/CH3", - "Microsoft-HTTPAPI/2.0" - ], - "Server-SB": "Service-Bus-Resource-Provider/CH3", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b632030ef9016ac08399c26443a72a40", - "x-ms-correlation-request-id": "20e60e3f-f0d2-40fe-9a58-dc5a01789d9f", - "x-ms-ratelimit-remaining-subscription-reads": "6721", - "x-ms-request-id": "2f9ab168-3eb6-416e-9f8f-5d02bc20770a_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100804Z:20e60e3f-f0d2-40fe-9a58-dc5a01789d9f" - }, - "ResponseBody": { - "sku": { - "name": "Standard", - "tier": "Standard", - "capacity": 1 - }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", - "type": "Microsoft.EventHub/Namespaces", - "location": "Australia East", - "tags": {}, - "properties": { - "zoneRedundant": false, - "isAutoInflateEnabled": false, - "maximumThroughputUnits": 0, - "kafkaEnabled": true, - "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", - "status": "Removing" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "65bbc6e8083325a60fa8c0e470268a4d", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "562bfdae78829ca89f57a779a31f2030", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:04 GMT", + "Date": "Wed, 01 Sep 2021 05:55:40 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "53", + "Retry-After": "39", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -2932,11 +3765,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65bbc6e8083325a60fa8c0e470268a4d", - "x-ms-correlation-request-id": "55cb1fc6-a583-4a36-9fb2-dbdb537e47c2", - "x-ms-ratelimit-remaining-subscription-reads": "6720", - "x-ms-request-id": "badfd1e4-19b1-4b4c-9128-2ab1d402bef5_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100805Z:55cb1fc6-a583-4a36-9fb2-dbdb537e47c2" + "x-ms-client-request-id": "562bfdae78829ca89f57a779a31f2030", + "x-ms-correlation-request-id": "15308cf2-cd05-425f-ae3b-fabb1111804a", + "x-ms-ratelimit-remaining-subscription-reads": "11868", + "x-ms-request-id": "1883665a-6dca-4103-bcd8-70e364851e6d_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055541Z:15308cf2-cd05-425f-ae3b-fabb1111804a" }, "ResponseBody": { "sku": { @@ -2944,8 +3777,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -2955,37 +3788,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2542644a86546c697f39471c07507826", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "346f4b89519bdd2f95929655a45bd6d3", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:06 GMT", + "Date": "Wed, 01 Sep 2021 05:55:42 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "47", + "Retry-After": "46", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -2993,11 +3823,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2542644a86546c697f39471c07507826", - "x-ms-correlation-request-id": "86e5d6e7-82b1-46c4-8c86-2477f40e811b", - "x-ms-ratelimit-remaining-subscription-reads": "6719", - "x-ms-request-id": "0a31317f-9012-49ba-8350-0e13bfadf4f4_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100807Z:86e5d6e7-82b1-46c4-8c86-2477f40e811b" + "x-ms-client-request-id": "346f4b89519bdd2f95929655a45bd6d3", + "x-ms-correlation-request-id": "39510779-c25b-4959-af82-1f869ec09080", + "x-ms-ratelimit-remaining-subscription-reads": "11867", + "x-ms-request-id": "f46d28a5-1f4d-4685-a545-36af647893ee_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055542Z:39510779-c25b-4959-af82-1f869ec09080" }, "ResponseBody": { "sku": { @@ -3005,8 +3835,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3016,37 +3846,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "7ac08f904f7406475d0ca75839dbfa5d", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "5a0cceb8fe3348e28f100b29a393528e", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:07 GMT", + "Date": "Wed, 01 Sep 2021 05:55:43 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "45", + "Retry-After": "58", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3054,11 +3881,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ac08f904f7406475d0ca75839dbfa5d", - "x-ms-correlation-request-id": "8c6a978d-b9a0-47c1-b287-93a964cab0ce", - "x-ms-ratelimit-remaining-subscription-reads": "6718", - "x-ms-request-id": "2e233b8e-d4d4-417b-83e6-e36b74e69d1a_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100808Z:8c6a978d-b9a0-47c1-b287-93a964cab0ce" + "x-ms-client-request-id": "5a0cceb8fe3348e28f100b29a393528e", + "x-ms-correlation-request-id": "bf38851d-3ca6-4d06-91d9-e1c177231ad8", + "x-ms-ratelimit-remaining-subscription-reads": "11866", + "x-ms-request-id": "517facb4-e7eb-4495-9882-1b37ad4ea1b3_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055544Z:bf38851d-3ca6-4d06-91d9-e1c177231ad8" }, "ResponseBody": { "sku": { @@ -3066,8 +3893,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3077,37 +3904,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "df19740e056562ec5c4fe6fac0891ebe", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "f25bdba87e975dcbcd4ec0f0e253f743", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:08 GMT", + "Date": "Wed, 01 Sep 2021 05:55:44 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "57", + "Retry-After": "54", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3115,11 +3939,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df19740e056562ec5c4fe6fac0891ebe", - "x-ms-correlation-request-id": "d57979d5-5226-4631-844a-a605f6249b58", - "x-ms-ratelimit-remaining-subscription-reads": "6717", - "x-ms-request-id": "3a40c631-f968-4580-a443-ffaacd88331f_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100809Z:d57979d5-5226-4631-844a-a605f6249b58" + "x-ms-client-request-id": "f25bdba87e975dcbcd4ec0f0e253f743", + "x-ms-correlation-request-id": "cc496d7f-3968-4628-bf68-42307a6cd27a", + "x-ms-ratelimit-remaining-subscription-reads": "11865", + "x-ms-request-id": "36a32223-96c7-43c6-ba5d-7487d6334c03_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055545Z:cc496d7f-3968-4628-bf68-42307a6cd27a" }, "ResponseBody": { "sku": { @@ -3127,8 +3951,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3138,37 +3962,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e15499300f66fbd91d3bc747df1033a3", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d5c1d481c6138bfc6927a48b45063902", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:11 GMT", + "Date": "Wed, 01 Sep 2021 05:55:45 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "37", + "Retry-After": "55", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3176,11 +3997,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e15499300f66fbd91d3bc747df1033a3", - "x-ms-correlation-request-id": "5d42abf2-3cde-41a8-9c64-349be1674532", - "x-ms-ratelimit-remaining-subscription-reads": "6716", - "x-ms-request-id": "4f3a7ae1-9d85-4052-a599-b86a8b9f69da_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100812Z:5d42abf2-3cde-41a8-9c64-349be1674532" + "x-ms-client-request-id": "d5c1d481c6138bfc6927a48b45063902", + "x-ms-correlation-request-id": "79c2b515-7437-48db-9b66-559e74085173", + "x-ms-ratelimit-remaining-subscription-reads": "11864", + "x-ms-request-id": "1000f98f-c613-49b4-9136-4f014d52f3bc_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055546Z:79c2b515-7437-48db-9b66-559e74085173" }, "ResponseBody": { "sku": { @@ -3188,8 +4009,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3199,37 +4020,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "920eea3e99368ac1a25e1e24684c45d3", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "c8ad083fe300393b02ae8ce53df1653c", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:13 GMT", + "Date": "Wed, 01 Sep 2021 05:55:47 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "39", + "Retry-After": "34", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3237,11 +4055,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "920eea3e99368ac1a25e1e24684c45d3", - "x-ms-correlation-request-id": "7634f1a1-eb54-4a45-9d1f-706b6951bf5e", - "x-ms-ratelimit-remaining-subscription-reads": "6715", - "x-ms-request-id": "1c002ebb-2745-44b3-aa55-d314b1db2d5c_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100814Z:7634f1a1-eb54-4a45-9d1f-706b6951bf5e" + "x-ms-client-request-id": "c8ad083fe300393b02ae8ce53df1653c", + "x-ms-correlation-request-id": "7c7b1906-6215-417b-a917-cb0f438590de", + "x-ms-ratelimit-remaining-subscription-reads": "11863", + "x-ms-request-id": "856c6ec9-340b-408e-9654-67fc1b83efff_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055548Z:7c7b1906-6215-417b-a917-cb0f438590de" }, "ResponseBody": { "sku": { @@ -3249,8 +4067,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3260,37 +4078,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9f28e9ee1987fff79b1ec2293da4824b", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "cfa8c8187dd1e17bded08970da4017c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:14 GMT", + "Date": "Wed, 01 Sep 2021 05:55:48 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "38", + "Retry-After": "59", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3298,11 +4113,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f28e9ee1987fff79b1ec2293da4824b", - "x-ms-correlation-request-id": "fa0d2725-8f53-40f2-bc52-4111b75c0617", - "x-ms-ratelimit-remaining-subscription-reads": "6714", - "x-ms-request-id": "e3fc1067-5b80-4074-bb64-3a30c8c1bc19_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100815Z:fa0d2725-8f53-40f2-bc52-4111b75c0617" + "x-ms-client-request-id": "cfa8c8187dd1e17bded08970da4017c7", + "x-ms-correlation-request-id": "db19eb09-1ab5-4c71-aab8-d55916247755", + "x-ms-ratelimit-remaining-subscription-reads": "11862", + "x-ms-request-id": "38832ccd-0cc6-42c0-95fd-2ff9fcaa5b84_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055549Z:db19eb09-1ab5-4c71-aab8-d55916247755" }, "ResponseBody": { "sku": { @@ -3310,8 +4125,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3321,37 +4136,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "d6bc421c8b7b9787d8c93e07f1b592d1", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "d9b0be142ea69d429888d2643a174d77", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:15 GMT", + "Date": "Wed, 01 Sep 2021 05:55:49 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "59", + "Retry-After": "33", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3359,11 +4171,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6bc421c8b7b9787d8c93e07f1b592d1", - "x-ms-correlation-request-id": "4660a63c-7d24-45aa-bb4c-be44270c37d1", - "x-ms-ratelimit-remaining-subscription-reads": "6713", - "x-ms-request-id": "12a54dd7-4b0a-464e-b1c0-70df045a04db_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100816Z:4660a63c-7d24-45aa-bb4c-be44270c37d1" + "x-ms-client-request-id": "d9b0be142ea69d429888d2643a174d77", + "x-ms-correlation-request-id": "381a7c6e-8cfb-4356-b177-e050b9a34f83", + "x-ms-ratelimit-remaining-subscription-reads": "11861", + "x-ms-request-id": "a0a87e86-44c6-46e8-a5b1-660f2e25cdec_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055550Z:381a7c6e-8cfb-4356-b177-e050b9a34f83" }, "ResponseBody": { "sku": { @@ -3371,8 +4183,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3382,37 +4194,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "f559f4f693e8251cf20ef717d7984dfd", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7d7268c1695ec2308dcbe9305acb5ec2", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:17 GMT", + "Date": "Wed, 01 Sep 2021 05:55:51 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "39", + "Retry-After": "36", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3420,11 +4229,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f559f4f693e8251cf20ef717d7984dfd", - "x-ms-correlation-request-id": "49bfc5de-9036-48d9-b109-2930252dfb8c", - "x-ms-ratelimit-remaining-subscription-reads": "6712", - "x-ms-request-id": "2c13e50c-21de-4f95-b42d-f58fb5ade7ac_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100818Z:49bfc5de-9036-48d9-b109-2930252dfb8c" + "x-ms-client-request-id": "7d7268c1695ec2308dcbe9305acb5ec2", + "x-ms-correlation-request-id": "52f71ffe-938b-4ae4-855c-d08e866c6b7b", + "x-ms-ratelimit-remaining-subscription-reads": "11860", + "x-ms-request-id": "250568ae-d2c2-472f-8150-06903f31d5cc_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055552Z:52f71ffe-938b-4ae4-855c-d08e866c6b7b" }, "ResponseBody": { "sku": { @@ -3432,8 +4241,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3443,37 +4252,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "7fd0c5978c41e996850a3649ab16a7c7", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:18 GMT", + "Date": "Wed, 01 Sep 2021 05:55:52 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "58", + "Retry-After": "46", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3481,11 +4287,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2507d2db6e8f62586190c7bddaef0de5", - "x-ms-correlation-request-id": "c691a0de-cada-41ba-a878-fc68afbc97fc", - "x-ms-ratelimit-remaining-subscription-reads": "6711", - "x-ms-request-id": "bdd9490b-e81c-4b68-803b-2bf9a77ccac4_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100819Z:c691a0de-cada-41ba-a878-fc68afbc97fc" + "x-ms-client-request-id": "7fd0c5978c41e996850a3649ab16a7c7", + "x-ms-correlation-request-id": "c376bc2f-ef1b-4b78-90db-2aaf6fcdf0f8", + "x-ms-ratelimit-remaining-subscription-reads": "11859", + "x-ms-request-id": "20c90ea3-7a12-4764-9bf4-9705f54e7fae_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055553Z:c376bc2f-ef1b-4b78-90db-2aaf6fcdf0f8" }, "ResponseBody": { "sku": { @@ -3493,8 +4299,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3504,37 +4310,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "72af118299cdab698dee4cda451242cd", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:20 GMT", + "Date": "Wed, 01 Sep 2021 05:55:53 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "44", + "Retry-After": "32", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3542,11 +4345,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4932f08c8d4b89622696e36c9470c03f", - "x-ms-correlation-request-id": "bed50b73-22e9-4af7-9722-8a41efeb3709", - "x-ms-ratelimit-remaining-subscription-reads": "6710", - "x-ms-request-id": "a3952ac3-8445-401e-ab54-5ae42400ece4_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100821Z:bed50b73-22e9-4af7-9722-8a41efeb3709" + "x-ms-client-request-id": "72af118299cdab698dee4cda451242cd", + "x-ms-correlation-request-id": "5c3904da-3e1f-4eac-a4fb-4696a4dfdd52", + "x-ms-ratelimit-remaining-subscription-reads": "11858", + "x-ms-request-id": "d9570851-01ba-4c84-9567-85f88ba9b635_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055554Z:5c3904da-3e1f-4eac-a4fb-4696a4dfdd52" }, "ResponseBody": { "sku": { @@ -3554,8 +4357,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3565,37 +4368,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "75cd0f29cd473535d189f85333e71776", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:21 GMT", + "Date": "Wed, 01 Sep 2021 05:55:55 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "44", + "Retry-After": "50", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3603,11 +4403,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f2c407c6cae87419bf79458cc5f4a03", - "x-ms-correlation-request-id": "e9e06a79-0f58-40da-872d-e93ddc4d21fb", - "x-ms-ratelimit-remaining-subscription-reads": "6709", - "x-ms-request-id": "4a2e12af-65c4-4e6e-9d7b-666572dc3ab2_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100822Z:e9e06a79-0f58-40da-872d-e93ddc4d21fb" + "x-ms-client-request-id": "75cd0f29cd473535d189f85333e71776", + "x-ms-correlation-request-id": "c6a82121-d5bc-4244-b1f6-b7249b7896d6", + "x-ms-ratelimit-remaining-subscription-reads": "11857", + "x-ms-request-id": "a34f3cee-ddf0-465b-9de9-e48b976659aa_M3CH3_M3CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055556Z:c6a82121-d5bc-4244-b1f6-b7249b7896d6" }, "ResponseBody": { "sku": { @@ -3615,8 +4415,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3626,37 +4426,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "49ad2224ec1bfdf55c25f2533fbca473", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:22 GMT", + "Date": "Wed, 01 Sep 2021 05:55:56 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "42", + "Retry-After": "59", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3664,11 +4461,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e68b110104654eb26f7efff88bebcef1", - "x-ms-correlation-request-id": "8404eeb9-ce13-45f1-b635-abab7bcdbc7c", - "x-ms-ratelimit-remaining-subscription-reads": "6708", - "x-ms-request-id": "f74fdce1-6c0d-4f1f-b9c2-2fe04e23f0dc_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100823Z:8404eeb9-ce13-45f1-b635-abab7bcdbc7c" + "x-ms-client-request-id": "49ad2224ec1bfdf55c25f2533fbca473", + "x-ms-correlation-request-id": "e5e76a76-c12f-48df-929c-5656319462fd", + "x-ms-ratelimit-remaining-subscription-reads": "11856", + "x-ms-request-id": "2d960f14-8f2f-4657-8872-2dec039476d4_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055557Z:e5e76a76-c12f-48df-929c-5656319462fd" }, "ResponseBody": { "sku": { @@ -3676,8 +4473,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3687,37 +4484,34 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "9b1f68c83249b47fdb79a044a11577a6", "x-ms-return-client-request-id": "true" }, "RequestBody": null, "StatusCode": 202, "ResponseHeaders": { "Cache-Control": "no-cache", - "Content-Length": "742", + "Content-Length": "743", "Content-Type": "application/json; charset=utf-8", - "Date": "Mon, 28 Sep 2020 10:08:24 GMT", + "Date": "Wed, 01 Sep 2021 05:56:17 GMT", "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "Pragma": "no-cache", - "Retry-After": "38", + "Retry-After": "30", "Server": [ "Service-Bus-Resource-Provider/CH3", "Microsoft-HTTPAPI/2.0" @@ -3725,11 +4519,11 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a4087d0edc22037afabad54f90abdc7", - "x-ms-correlation-request-id": "c57f72a9-3f90-4d4f-8553-2911f2cd4333", - "x-ms-ratelimit-remaining-subscription-reads": "6707", - "x-ms-request-id": "ce38c4f3-d8c1-4311-806e-42e0238a6137_M4CH3_M4CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100825Z:c57f72a9-3f90-4d4f-8553-2911f2cd4333" + "x-ms-client-request-id": "9b1f68c83249b47fdb79a044a11577a6", + "x-ms-correlation-request-id": "2f9f817d-0231-44ae-9a4b-f33f99e64e74", + "x-ms-ratelimit-remaining-subscription-reads": "11855", + "x-ms-request-id": "f5f42abd-ec07-44b2-8ce8-a29166170d11_M10CH3_M10CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055617Z:2f9f817d-0231-44ae-9a4b-f33f99e64e74" }, "ResponseBody": { "sku": { @@ -3737,8 +4531,8 @@ "tier": "Standard", "capacity": 1 }, - "id": "/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759", - "name": "sdk-eventhub-Namespace-3759", + "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443", + "name": "sdk-eventhub-Namespace-4443", "type": "Microsoft.EventHub/Namespaces", "location": "Australia East", "tags": {}, @@ -3748,24 +4542,21 @@ "maximumThroughputUnits": 0, "kafkaEnabled": true, "provisioningState": "Succeeded", - "metricId": "0b1f6471-1bf0-4dda-aec3-cb9272f09590:sdk-eventhub-namespace-3759", - "createdAt": "2020-09-28T10:06:51.05Z", - "updatedAt": "2020-09-28T10:08:02.15Z", - "serviceBusEndpoint": "https://sdk-eventhub-Namespace-3759.servicebus.windows.net:443/", + "metricId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c:sdk-eventhub-namespace-4443", + "createdAt": "2021-09-01T05:54:28.607Z", + "updatedAt": "2021-09-01T05:55:40.92Z", + "serviceBusEndpoint": "https://sdk-eventhub-Namespace-4443.servicebus.windows.net:443/", "status": "Removing" } } }, { - "RequestUri": "https://management.azure.com/subscriptions/0b1f6471-1bf0-4dda-aec3-cb9272f09590/resourceGroups/Default-EventHub-6244/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-3759/operationresults/sdk-eventhub-Namespace-3759?api-version=2018-01-01-preview", + "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/Default-EventHub-4082/providers/Microsoft.EventHub/namespaces/sdk-eventhub-Namespace-4443/operationresults/sdk-eventhub-Namespace-4443?api-version=2018-01-01-preview", "RequestMethod": "GET", "RequestHeaders": { "Authorization": "Sanitized", - "User-Agent": [ - "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20200928.1", - "(.NET Core 4.6.29220.03; Microsoft Windows 10.0.19041 )" - ], - "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0", + "User-Agent": "azsdk-net-ResourceManager.EventHubs/1.0.0-alpha.20210901.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", + "x-ms-client-request-id": "22b5d6d6f9643cb11acf1822dbe2f515", "x-ms-return-client-request-id": "true" }, "RequestBody": null, @@ -3773,7 +4564,7 @@ "ResponseHeaders": { "Cache-Control": "no-cache", "Content-Length": "0", - "Date": "Mon, 28 Sep 2020 10:08:25 GMT", + "Date": "Wed, 01 Sep 2021 05:56:22 GMT", "Expires": "-1", "Pragma": "no-cache", "Server": [ @@ -3783,17 +4574,17 @@ "Server-SB": "Service-Bus-Resource-Provider/CH3", "Strict-Transport-Security": "max-age=31536000; includeSubDomains", "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "826be04cdae477d98edeb0306c48fcb0", - "x-ms-correlation-request-id": "1dbf9397-7544-41c1-8768-4be2def11959", - "x-ms-ratelimit-remaining-subscription-reads": "6706", - "x-ms-request-id": "d2ddd6f4-1f0a-456b-bcca-a95344d4ec29_M3CH3_M3CH3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20200928T100826Z:1dbf9397-7544-41c1-8768-4be2def11959" + "x-ms-client-request-id": "22b5d6d6f9643cb11acf1822dbe2f515", + "x-ms-correlation-request-id": "e14d9356-cc50-448d-972b-40311739d941", + "x-ms-ratelimit-remaining-subscription-reads": "11854", + "x-ms-request-id": "2c9c4b33-ffff-44e1-b8d2-39beeecf3fed_M8CH3_M8CH3", + "x-ms-routing-request-id": "SOUTHEASTASIA:20210901T055623Z:e14d9356-cc50-448d-972b-40311739d941" }, "ResponseBody": [] } ], "Variables": { "RandomSeed": "2123919956", - "SUBSCRIPTION_ID": "0b1f6471-1bf0-4dda-aec3-cb9272f09590" + "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" } } \ No newline at end of file diff --git a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs index 107eed2331490..151f277db155d 100644 --- a/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs +++ b/sdk/eventhub/Azure.ResourceManager.EventHubs/tests/Tests/ScenarioTests.EventHubTests.CRUD.cs @@ -8,6 +8,7 @@ using Azure.ResourceManager.EventHubs.Models; using Azure.ResourceManager.EventHubs.Tests; using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Storage; using NUnit.Framework; namespace Azure.Management.EventHub.Tests @@ -41,7 +42,7 @@ public async Task EventCreateGetUpdateDelete() { var location = await GetLocation(); var resourceGroupName = Recording.GenerateAssetName(Helper.ResourceGroupPrefix); - await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location)); + ResourceGroup resourceGroup=(await ArmClient.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(resourceGroupName, new ResourceGroupData(location))).Value; // Prepare Storage Account var accountName = Recording.GenerateAssetName("sdktestaccount"); @@ -53,8 +54,8 @@ public async Task EventCreateGetUpdateDelete() { AccessTier = AccessTier.Hot }; - await WaitForCompletionAsync(await StorageManagementClient.StorageAccounts.StartCreateAsync(resourceGroupName, accountName, storageAccountCreateParameters)); - + StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); + await storageAccountContainer.CreateOrUpdateAsync(accountName, storageAccountCreateParameters); // Create NameSpace var namespaceName = Recording.GenerateAssetName(Helper.NamespacePrefix); var createNamespaceResponse = await NamespacesOperations.StartCreateOrUpdateAsync(resourceGroupName, namespaceName, diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj index 30a57d2f351bb..cf693f39d5864 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj +++ b/sdk/network/Azure.ResourceManager.Network/tests/Azure.ResourceManager.Network.Tests.csproj @@ -9,5 +9,6 @@ + diff --git a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs index ede62c458483a..7ea2b2e0d3fca 100644 --- a/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs +++ b/sdk/network/Azure.ResourceManager.Network/tests/Tests/PrivateEndpointTests.cs @@ -7,6 +7,8 @@ using Azure.ResourceManager.Network.Tests.Helpers; using Azure.ResourceManager.Resources; using NUnit.Framework; +using Azure.ResourceManager.Storage.Models; +using Azure.ResourceManager.Storage; using Azure.ResourceManager.Network.Models; namespace Azure.ResourceManager.Network.Tests.Tests @@ -16,7 +18,7 @@ public class PrivateEndpointTests : NetworkServiceClientTestBase private VirtualNetwork virtualNetwork; private GenericResource privateDnsZone; private Resources.ResourceGroup resourceGroup; - private GenericResource storageAccount; + private StorageAccount storageAccount; public PrivateEndpointTests(bool isAsync) : base(isAsync) { @@ -56,21 +58,23 @@ private async Task> createVirtualNetwork() return await resourceGroup.GetVirtualNetworks().CreateOrUpdate(name, vnet).WaitForCompletionAsync(); } - private async Task createStorageAccount() + private async Task createStorageAccount() { var name = Recording.GenerateAssetName("testsa"); - var storageAccountId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{name}"; + var parameters = new StorageAccountCreateParameters(new Storage.Models.Sku(SkuName.StandardLRS),Kind.Storage,TestEnvironment.Location); + return (await resourceGroup.GetStorageAccounts().CreateOrUpdateAsync(name,parameters)).Value; + //var storageAccountId = $"/subscriptions/{TestEnvironment.SubscriptionId}/resourceGroups/{resourceGroup.Data.Name}/providers/Microsoft.Storage/storageAccounts/{name}"; //var storageParameters = new Storage.Models.StorageAccountCreateParameters(new Storage.Models.Sku(Storage.Models.SkuName.StandardLRS), Storage.Models.Kind.Storage, TestEnvironment.Location); //var accountOperation = await StorageManagementClient.StorageAccounts.CreateAsync(resourceGroup.Data.Name, name, storageParameters); //Response account = await accountOperation.WaitForCompletionAsync(); //return account.Value; - return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(storageAccountId, new GenericResourceData(TestEnvironment.Location) - { - //Sku = new Resources.Models.Sku(), - Kind = "storage", - })).Value; + //return (await ArmClient.DefaultSubscription.GetGenericResources().CreateOrUpdateAsync(storageAccountId, new GenericResourceData(TestEnvironment.Location) + //{ + // //Sku = new Resources.Models.Sku(), + // Kind = "storage", + //})).Value; } private async Task CleanUpVirtualNetwork() diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index fdd4f07746437..271d0af429132 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -6,7 +6,7 @@ Azure management client SDK for Azure resource provider Microsoft.Storage. This is a beta preview version. This version uses a next-generation code generator that introduces important breaking changes, but also new features (such as intuitive authentication, custom HTTP pipeline, distributed tracing and much more). - azure;management;Storage + azure;management;storage $(NoWarn);CS1591; From de82d3193a02ec152a9005aa2f3c56667387a3af Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 1 Sep 2021 14:51:54 +0800 Subject: [PATCH 24/27] fix merge conflicts --- .../StorageTestsManagementClientBase.cs | 317 --- ...ersCreateDeleteImmutabilityPolicyTest.json | 868 ------- ...eateDeleteImmutabilityPolicyTestAsync.json | 868 ------- .../BlobContainersCreateDeleteTest.json | 922 ------- .../BlobContainersCreateDeleteTestAsync.json | 891 ------- ...ontainersExtendImmutabilityPolicyTest.json | 946 ------- ...nersExtendImmutabilityPolicyTestAsync.json | 963 ------- .../BlobContainersGetTest.json | 1136 -------- .../BlobContainersGetTestAsync.json | 1136 -------- .../BlobContainersListTest.json | 1137 -------- .../BlobContainersListTestAsync.json | 1137 -------- ...bContainersLockImmutabilityPolicyTest.json | 867 ------- ...ainersLockImmutabilityPolicyTestAsync.json | 898 ------- .../BlobContainersSetLegalHoldTest.json | 867 ------- .../BlobContainersSetLegalHoldTestAsync.json | 867 ------- ...ontainersUpdateImmutabilityPolicyTest.json | 915 ------- ...nersUpdateImmutabilityPolicyTestAsync.json | 915 ------- .../BlobContainersUpdateTest.json | 887 ------- .../BlobContainersUpdateTestAsync.json | 856 ------ .../BlobServiceTests/BlobServiceCorsTest.json | 1061 -------- .../BlobServiceCorsTestAsync.json | 1061 -------- .../BlobServiceTests/BlobServiceTest.json | 853 ------ .../BlobServiceTestAsync.json | 884 ------- ...PolicyTest_AllowProtectedAppendWrites.json | 920 ------- ...yTest_AllowProtectedAppendWritesAsync.json | 920 ------- .../BlobServiceTests/ListBlobServiceTest.json | 781 ------ .../ListBlobServiceTestAsync.json | 750 ------ .../BlobServiceTests/ORSTest.json | 2310 ----------------- .../BlobServiceTests/ORSTestAsync.json | 2310 ----------------- .../FileServiceTests/FileServiceCorsTest.json | 1065 -------- .../FileServiceCorsTestAsync.json | 1034 -------- .../FileSharesUpdateGetTest.json | 876 ------- .../FileSharesUpdateGetTestAsync.json | 876 ------- .../tests/Tests/BlobServiceTests.cs | 956 ------- .../tests/Tests/FileServiceTests.cs | 216 -- .../tests/Tests/StorageAccountTests.cs | 859 ------ 36 files changed, 35125 deletions(-) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs deleted file mode 100644 index 3a458b35155a0..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Helpers/StorageTestsManagementClientBase.cs +++ /dev/null @@ -1,317 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Collections.Generic; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Resources; -using Azure.ResourceManager.Resources.Models; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.TestFramework; -using Sku = Azure.ResourceManager.Storage.Models.Sku; -using StorageProvisioningState = Azure.ResourceManager.Storage.Models.ProvisioningState; -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Helpers -{ - [ClientTestFixture] - public abstract class StorageTestsManagementClientBase : ManagementRecordedTestBase - { - public static bool IsTestTenant = false; - // These are used to create default accounts - public static string DefaultLocation = IsTestTenant ? null : "eastus2"; - public static string DefaultRGLocation = IsTestTenant ? null : "eastus2"; - public static Sku DefaultSkuNameStandardGRS = new Sku(SkuName.StandardGRS); - public static Kind DefaultKindStorage = Kind.Storage; - - public static Dictionary DefaultTags = new Dictionary - { - {"key1","value1"}, - {"key2","value2"} - }; - - private ArmClient ArmClient { get; set; } - private StorageManagementClient StorageManagementClient { get; set; } - - public UsagesOperations UsagesClient { get; set; } - public StorageAccountsOperations AccountsClient { get; set; } - public SkusOperations SkusClient { get; set; } - public ManagementPoliciesOperations ManagementPoliciesClient { get; set; } - public PrivateEndpointConnectionsOperations PrivateEndpointConnectionsClient { get; set; } - public PrivateLinkResourcesOperations PrivateLinkResourcesClient { get; set; } - public EncryptionScopesOperations EncryptionScopesClient { get; set; } - public FileSharesOperations FileSharesClient { get; set; } - public FileServicesOperations FileServicesClient { get; set; } - public BlobServicesOperations BlobServicesClient { get; set; } - public BlobContainersOperations BlobContainersClient { get; set; } - public ObjectReplicationPoliciesOperations ObjectReplicationPoliciesClient { get; set; } - - protected StorageTestsManagementClientBase(bool isAsync) : base(isAsync) - { - } - - protected StorageTestsManagementClientBase(bool isAsync, RecordedTestMode mode) : base(isAsync, mode) - { - } - - protected void Initialize() - { - ArmClient = GetResourceManagementClient(); - - StorageManagementClient = GetStorageManagementClient(); - UsagesClient = StorageManagementClient.Usages; - AccountsClient = StorageManagementClient.StorageAccounts; - SkusClient = StorageManagementClient.Skus; - ManagementPoliciesClient = StorageManagementClient.ManagementPolicies; - PrivateEndpointConnectionsClient = StorageManagementClient.PrivateEndpointConnections; - PrivateLinkResourcesClient = StorageManagementClient.PrivateLinkResources; - EncryptionScopesClient = StorageManagementClient.EncryptionScopes; - FileSharesClient = StorageManagementClient.FileShares; - FileServicesClient = StorageManagementClient.FileServices; - BlobServicesClient = StorageManagementClient.BlobServices; - BlobContainersClient = StorageManagementClient.BlobContainers; - ObjectReplicationPoliciesClient = StorageManagementClient.ObjectReplicationPolicies; - } - - private StorageManagementClient GetStorageManagementClient() - { - return CreateClient(TestEnvironment.SubscriptionId, - TestEnvironment.Credential, - InstrumentClientOptions(new StorageManagementClientOptions())); - } - - public static StorageAccountCreateParameters GetDefaultStorageAccountParameters(Sku sku = null, Kind? kind = null, string location = null) - { - Sku skuParameters = sku ?? DefaultSkuNameStandardGRS; - Kind kindParameters = kind ?? DefaultKindStorage; - string locationParameters = location ?? DefaultLocation; - - StorageAccountCreateParameters account = new StorageAccountCreateParameters(skuParameters, kindParameters, locationParameters); - account.Tags.InitializeFrom(DefaultTags); - - return account; - } - - public static async Task CreateResourceGroup(ArmClient client, TestRecording recording) - { - string name = recording.GenerateAssetName("res"); - if (!IsTestTenant) - { - await client.DefaultSubscription.GetResourceGroups().CreateOrUpdateAsync(name, new ResourceGroupData(DefaultRGLocation)); - } - return name; - } - - public async Task CreateStorageAccount(StorageAccountsOperations storageAccountsClient, string rgname, TestRecording recording) - { - string accountName = recording.GenerateAssetName("sto"); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - Operation account = await storageAccountsClient.StartCreateAsync(rgname, accountName, parameters); - await WaitForCompletionAsync(account); - return accountName; - } - - public static void VerifyAccountProperties(StorageAccount account, bool useDefaults) - { - Assert.NotNull(account); - Assert.NotNull(account.Id); - Assert.NotNull(account.Location); - Assert.NotNull(account.Name); - Assert.NotNull(account.CreationTime); - Assert.NotNull(account.Kind); - - Assert.NotNull(account.Sku); - Assert.NotNull(account.Sku.Name); - Assert.NotNull(account.Sku.Tier); - - Assert.AreEqual(AccountStatus.Available, account.StatusOfPrimary); - Assert.AreEqual(account.Location, account.PrimaryLocation); - - Assert.NotNull(account.PrimaryEndpoints); - if (account.Kind != Kind.FileStorage) - { - Assert.NotNull(account.PrimaryEndpoints.Blob); - } - - if (account.Kind == Kind.Storage || account.Kind == Kind.StorageV2) - { - if (account.Sku.Name != SkuName.StandardZRS && account.Sku.Name != SkuName.PremiumLRS) - { - Assert.NotNull(account.PrimaryEndpoints.Queue); - Assert.NotNull(account.PrimaryEndpoints.Table); - Assert.NotNull(account.PrimaryEndpoints.File); - } - - if (account.Sku.Name == SkuName.StandardRagzrs) - { - Assert.NotNull(account.SecondaryEndpoints.Queue); - Assert.NotNull(account.SecondaryEndpoints.Table); - } - } - - Assert.AreEqual(StorageProvisioningState.Succeeded, account.ProvisioningState); - Assert.Null(account.LastGeoFailoverTime); - - if (account.Sku.Name == SkuName.StandardLRS || account.Sku.Name == SkuName.StandardZRS || account.Sku.Name == SkuName.PremiumLRS) - { - Assert.Null(account.SecondaryLocation); - Assert.Null(account.StatusOfSecondary); - Assert.Null(account.SecondaryEndpoints); - } - else if (account.Sku.Name == SkuName.StandardGRS) - { - Assert.AreEqual(AccountStatus.Available, account.StatusOfSecondary); - Assert.NotNull(account.SecondaryLocation); - Assert.Null(account.SecondaryEndpoints); - } - else if (account.Sku.Name == SkuName.StandardRagzrs) - { - Assert.AreEqual(AccountStatus.Available, account.StatusOfSecondary); - Assert.NotNull(account.SecondaryLocation); - Assert.NotNull(account.SecondaryEndpoints); - Assert.NotNull(account.SecondaryEndpoints.Blob); - } - - if (useDefaults) - { - Assert.AreEqual(DefaultLocation, account.Location); - Assert.AreEqual(DefaultSkuNameStandardGRS.Name, account.Sku.Name); - Assert.AreEqual(SkuTier.Standard, account.Sku.Tier); - Assert.AreEqual(DefaultKindStorage, account.Kind); - - Assert.NotNull(account.Tags); - Assert.AreEqual(2, account.Tags.Count); - Assert.AreEqual("value1", account.Tags["key1"]); - Assert.AreEqual("value2", account.Tags["key2"]); - } - } - - public static AccountSasParameters ParseAccountSASToken(string accountSasToken) - { - string[] sasProperties = accountSasToken.Substring(1).Split(new char[] { '&' }); - - string serviceParameters = string.Empty; - string resourceTypesParameters = string.Empty; - string permissionsParameters = string.Empty; - string ipAddressOrRangeParameters = string.Empty; - DateTimeOffset sharedAccessStartTimeParameters = new DateTimeOffset(); - DateTimeOffset sharedAccessExpiryTimeParameters = new DateTimeOffset(); - HttpProtocol? protocolsParameters = null; - - foreach (var property in sasProperties) - { - string[] keyValue = property.Split(new char[] { '=' }); - switch (keyValue[0]) - { - case "ss": - serviceParameters = keyValue[1]; - break; - case "srt": - resourceTypesParameters = keyValue[1]; - break; - case "sp": - permissionsParameters = keyValue[1]; - break; - case "st": - sharedAccessStartTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "se": - sharedAccessExpiryTimeParameters = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "sip": - ipAddressOrRangeParameters = keyValue[1]; - break; - case "spr": - if (keyValue[1] == "https") - protocolsParameters = HttpProtocol.Https; - else if (keyValue[1] == "https,http") - protocolsParameters = HttpProtocol.HttpsHttp; - break; - default: - break; - } - } - - AccountSasParameters parameters = new AccountSasParameters(serviceParameters, resourceTypesParameters, permissionsParameters, sharedAccessExpiryTimeParameters) - { - IPAddressOrRange = ipAddressOrRangeParameters, - Protocols = protocolsParameters, - SharedAccessStartTime = sharedAccessStartTimeParameters - }; - - return parameters; - } - - public static ServiceSasParameters ParseServiceSASToken(string serviceSAS, string canonicalizedResource) - { - string[] sasProperties = serviceSAS.Substring(1).Split(new char[] { '&' }); - - ServiceSasParameters parameters = new ServiceSasParameters(canonicalizedResource); - - foreach (var property in sasProperties) - { - string[] keyValue = property.Split(new char[] { '=' }); - switch (keyValue[0]) - { - case "sr": - parameters.Resource = keyValue[1]; - break; - case "sp": - parameters.Permissions = keyValue[1]; - break; - case "st": - parameters.SharedAccessStartTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "se": - parameters.SharedAccessExpiryTime = DateTime.Parse(keyValue[1].Replace("%3A", ":").Replace("%3a", ":")).ToUniversalTime(); - break; - case "sip": - parameters.IPAddressOrRange = keyValue[1]; - break; - case "spr": - if (keyValue[1] == "https") - parameters.Protocols = HttpProtocol.Https; - else if (keyValue[1] == "https,http") - parameters.Protocols = HttpProtocol.HttpsHttp; - break; - case "si": - parameters.Identifier = keyValue[1]; - break; - case "spk": - parameters.PartitionKeyStart = keyValue[1]; - break; - case "epk": - parameters.PartitionKeyEnd = keyValue[1]; - break; - case "srk": - parameters.RowKeyStart = keyValue[1]; - break; - case "erk": - parameters.RowKeyEnd = keyValue[1]; - break; - case "rscc": - parameters.CacheControl = keyValue[1]; - break; - case "rscd": - parameters.ContentDisposition = keyValue[1]; - break; - case "rsce": - parameters.ContentEncoding = keyValue[1]; - break; - case "rscl": - parameters.ContentLanguage = keyValue[1]; - break; - case "rsct": - parameters.ContentType = keyValue[1]; - break; - default: - break; - } - } - - return parameters; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json deleted file mode 100644 index 37d2db59830cf..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTest.json +++ /dev/null @@ -1,868 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa7327caa33b8881f3e1c338b1536993", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:06:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "91dbebe9-42a5-4473-a83d-c64a10067f7c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "91dbebe9-42a5-4473-a83d-c64a10067f7c", - "x-ms-routing-request-id": "WESTUS2:20210831T230658Z:91dbebe9-42a5-4473-a83d-c64a10067f7c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98d7cb694c015b60945bc835c062cb4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:06:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b299f0a5-78a7-4b08-9e12-415f71c7779d", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b299f0a5-78a7-4b08-9e12-415f71c7779d", - "x-ms-routing-request-id": "WESTUS2:20210831T230658Z:b299f0a5-78a7-4b08-9e12-415f71c7779d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1328?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9b9650008790474c96af3d9ea1107739-1a1c3c24348c8749-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5444908f8856dcdb5cecb55f6379cefa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:06:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "091bc7f0-cb20-404b-be15-8a868f78dbd1", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "091bc7f0-cb20-404b-be15-8a868f78dbd1", - "x-ms-routing-request-id": "WESTUS2:20210831T230700Z:091bc7f0-cb20-404b-be15-8a868f78dbd1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328", - "name": "res1328", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-bc2c40f0a2df874b979d42ade8623f70-9c9c7c3b9550d54d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d33c8a097e5718c766e0da4cc7901677", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d33c8a097e5718c766e0da4cc7901677", - "x-ms-correlation-request-id": "3dd324fc-b191-4a2b-964f-26985ed5064f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "77202bd5-9066-4899-b7b4-4730c2d9ec0f", - "x-ms-routing-request-id": "WESTUS2:20210831T230705Z:3dd324fc-b191-4a2b-964f-26985ed5064f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4059f83a130f12377d3cf0a8018f945b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4059f83a130f12377d3cf0a8018f945b", - "x-ms-correlation-request-id": "0cf84b51-6554-4f6e-92db-48b54194d64f", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "dd4c5d39-7aa0-4df0-9d19-f3ac63ae1c36", - "x-ms-routing-request-id": "WESTUS2:20210831T230705Z:0cf84b51-6554-4f6e-92db-48b54194d64f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5811e89fd60bf689484117b21e1d1c34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5811e89fd60bf689484117b21e1d1c34", - "x-ms-correlation-request-id": "82cf60a3-1a2e-4a50-9692-ed37c975dbd0", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "22c48d02-5fef-4f77-8a2e-3febd468cbb8", - "x-ms-routing-request-id": "WESTUS2:20210831T230706Z:82cf60a3-1a2e-4a50-9692-ed37c975dbd0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce11e0fed5373e68e9b1a702229afa2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce11e0fed5373e68e9b1a702229afa2c", - "x-ms-correlation-request-id": "6a5126cd-01ea-42bc-8e8b-d5bf9dad043a", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4ca58e26-1fd8-4133-b9dc-d38e0a9d700e", - "x-ms-routing-request-id": "WESTUS2:20210831T230707Z:6a5126cd-01ea-42bc-8e8b-d5bf9dad043a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "130b0410892064ee6f63f8cefb85f460", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "130b0410892064ee6f63f8cefb85f460", - "x-ms-correlation-request-id": "8fc38df4-7b14-4efe-9d90-65a2f274b6a9", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0c10cf36-4bea-4dfd-bd72-d7ccb81c5ac4", - "x-ms-routing-request-id": "WESTUS2:20210831T230708Z:8fc38df4-7b14-4efe-9d90-65a2f274b6a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21aabb1fc57ec9247fd26e5a2f86d4ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21aabb1fc57ec9247fd26e5a2f86d4ae", - "x-ms-correlation-request-id": "67029a33-4c0b-4627-80c1-0e18a4564b16", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "316a2019-95d5-407b-ad12-1038719c69bf", - "x-ms-routing-request-id": "WESTUS2:20210831T230709Z:67029a33-4c0b-4627-80c1-0e18a4564b16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19a1ea4609117414f1ad5fd3dd9a4263", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19a1ea4609117414f1ad5fd3dd9a4263", - "x-ms-correlation-request-id": "95fd05a1-fdf3-4e28-988f-aff91bafcdb7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "05b0b397-d693-4e80-8ef9-6562a740d175", - "x-ms-routing-request-id": "WESTUS2:20210831T230710Z:95fd05a1-fdf3-4e28-988f-aff91bafcdb7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66e346bdd9ef4baee041944d1a9435e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66e346bdd9ef4baee041944d1a9435e8", - "x-ms-correlation-request-id": "03357997-9a8d-417e-9fdb-a745afad3e0c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "05f034db-4474-4b17-b329-e0576de5af75", - "x-ms-routing-request-id": "WESTUS2:20210831T230712Z:03357997-9a8d-417e-9fdb-a745afad3e0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11874a8edbe4164ea7352fd06650ebe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11874a8edbe4164ea7352fd06650ebe5", - "x-ms-correlation-request-id": "4e34abdd-4610-4abf-9528-7c918072740f", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "e60d727a-6241-432b-85a9-35762fbfff35", - "x-ms-routing-request-id": "WESTUS2:20210831T230713Z:4e34abdd-4610-4abf-9528-7c918072740f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e89d0b906da36dbe3c5638d074c65a5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e89d0b906da36dbe3c5638d074c65a5d", - "x-ms-correlation-request-id": "6267740a-79ed-4440-b2b2-a9e5faf0848b", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c94961f5-5bd9-4c6d-865d-aaf2fd1e1909", - "x-ms-routing-request-id": "WESTUS2:20210831T230714Z:6267740a-79ed-4440-b2b2-a9e5faf0848b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "934576773113e27ff8cdbfbaa9dde490", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "934576773113e27ff8cdbfbaa9dde490", - "x-ms-correlation-request-id": "160d2261-e08d-4b8b-9330-49a6d7554a45", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "40374962-52d4-42d7-931f-295c2aa6b067", - "x-ms-routing-request-id": "WESTUS2:20210831T230715Z:160d2261-e08d-4b8b-9330-49a6d7554a45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fbdaf564df721458c19d58da27ea1e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fbdaf564df721458c19d58da27ea1e0", - "x-ms-correlation-request-id": "6549412e-7423-467d-9be7-063a74e8b273", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "aa951a32-abd3-4e95-aaf5-645e496bd7c0", - "x-ms-routing-request-id": "WESTUS2:20210831T230716Z:6549412e-7423-467d-9be7-063a74e8b273" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f058d2db580b5ed18bbaf0d6ad04c45e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f058d2db580b5ed18bbaf0d6ad04c45e", - "x-ms-correlation-request-id": "4892aa2d-aa54-41dc-99ee-cc03222154b6", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "d4009725-4f05-4af3-b35b-552fd662a6dc", - "x-ms-routing-request-id": "WESTUS2:20210831T230717Z:4892aa2d-aa54-41dc-99ee-cc03222154b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c579a7714a092a65302307f95cf13f79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c579a7714a092a65302307f95cf13f79", - "x-ms-correlation-request-id": "bb89753c-0908-4597-aaf0-aa7e3cbcd5f3", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0fba5814-290a-4191-9255-fb16d64aa4bb", - "x-ms-routing-request-id": "WESTUS2:20210831T230718Z:bb89753c-0908-4597-aaf0-aa7e3cbcd5f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7dfdf2cf384fd85dd5e843c5d6f7387", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7dfdf2cf384fd85dd5e843c5d6f7387", - "x-ms-correlation-request-id": "1ebebac2-7b59-40a0-8106-a6db2a127b5b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d5d22b31-2555-44ff-b768-bdbc1187ce39", - "x-ms-routing-request-id": "WESTUS2:20210831T230719Z:1ebebac2-7b59-40a0-8106-a6db2a127b5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb1b7655db0490d66c2ebfe751d80299", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:07:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb1b7655db0490d66c2ebfe751d80299", - "x-ms-correlation-request-id": "f46cc2d3-1f2b-4a26-83b1-10451eec6eb3", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "be1fbfc2-de1c-4452-9694-4ddd70868e00", - "x-ms-routing-request-id": "WESTUS2:20210831T230721Z:f46cc2d3-1f2b-4a26-83b1-10451eec6eb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/77202bd5-9066-4899-b7b4-4730c2d9ec0f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cdaa767bec257dd9227ce8aac629cdc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:07:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdaa767bec257dd9227ce8aac629cdc1", - "x-ms-correlation-request-id": "e944ec5f-fe0e-4115-8d24-b869739f7944", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "b22d2a3e-0204-4ddc-8b6f-0c3b17b66def", - "x-ms-routing-request-id": "WESTUS2:20210831T230722Z:e944ec5f-fe0e-4115-8d24-b869739f7944" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957", - "name": "sto7957", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:07:03.8756939Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:07:03.8756939Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:07:03.6100580Z", - "primaryEndpoints": { - "dfs": "https://sto7957.dfs.core.windows.net/", - "web": "https://sto7957.z20.web.core.windows.net/", - "blob": "https://sto7957.blob.core.windows.net/", - "queue": "https://sto7957.queue.core.windows.net/", - "table": "https://sto7957.table.core.windows.net/", - "file": "https://sto7957.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-9f99ddacee8a3e4a862025afdf4db683-2a0e326ada019f4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5e5a47f754408504e6b56349dab045b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:07:21 GMT", - "ETag": "\u00220x8D96CD4170647DE\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5e5a47f754408504e6b56349dab045b", - "x-ms-correlation-request-id": "12758442-0347-40d0-906e-7f2571f4b728", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f36cc6e3-5932-4894-8ecc-5e02dcef655a", - "x-ms-routing-request-id": "WESTUS2:20210831T230722Z:12758442-0347-40d0-906e-7f2571f4b728" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883", - "name": "container4883", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-59d39639e27b2945b47914efbb18fd03-e6905303fad85b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c5e6c0ea62a69c689dd987f22cc94260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:07:22 GMT", - "ETag": "\u00228d96cd417408a7c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5e6c0ea62a69c689dd987f22cc94260", - "x-ms-correlation-request-id": "00356617-2735-44ef-97fc-aef16f50f9c6", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "8cd93c23-1259-45ba-b9d8-bb2061e23d56", - "x-ms-routing-request-id": "WESTUS2:20210831T230722Z:00356617-2735-44ef-97fc-aef16f50f9c6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd417408a7c\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd417408a7c\u0022", - "traceparent": "00-a76cdc9d04724b439ffa2b3fef4805c4-95d6f56abf4f8248-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33d238fec31d013759c5d681834984d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:07:22 GMT", - "ETag": "\u00228d96cd4176b7516\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33d238fec31d013759c5d681834984d1", - "x-ms-correlation-request-id": "2383a81e-82a5-4b3b-8446-4d3ac01a4221", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "f5ac4e8a-edbb-40bd-9eb7-35be22fb7b87", - "x-ms-routing-request-id": "WESTUS2:20210831T230723Z:2383a81e-82a5-4b3b-8446-4d3ac01a4221" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1328/providers/Microsoft.Storage/storageAccounts/sto7957/blobServices/default/containers/container4883/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd4176b7516\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 0, - "state": "Deleted" - } - } - } - ], - "Variables": { - "RandomSeed": "1153965895", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json deleted file mode 100644 index de582cf42aac4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,868 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4753cfb2606cd8fe4c0da10d15626d36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d6f3329-800f-447e-b620-f605d4dfa82f", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "7d6f3329-800f-447e-b620-f605d4dfa82f", - "x-ms-routing-request-id": "WESTUS2:20210831T233227Z:7d6f3329-800f-447e-b620-f605d4dfa82f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "145c9f10775e66cd63ef93a7bb877ede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4b031ca9-b7cd-4389-b026-4553454cc119", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "4b031ca9-b7cd-4389-b026-4553454cc119", - "x-ms-routing-request-id": "WESTUS2:20210831T233227Z:4b031ca9-b7cd-4389-b026-4553454cc119" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9759?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-bee415a73657ec4395d79d63fcbc6032-9b6a991b1874ff45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f645f42a6297c8fa3b9609976f8c1562", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41c1fb3b-770a-4847-a342-496c320522ef", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "41c1fb3b-770a-4847-a342-496c320522ef", - "x-ms-routing-request-id": "WESTUS2:20210831T233229Z:41c1fb3b-770a-4847-a342-496c320522ef" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759", - "name": "res9759", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-e16e4da9240d614ab86095ed70e60377-aa66078817bfe646-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42f112003ae7ec01e47ccd561dc48ec2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42f112003ae7ec01e47ccd561dc48ec2", - "x-ms-correlation-request-id": "535a8534-b6b2-4ac4-9311-906b0687fa43", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "02b0c381-f4da-4e4a-8906-4620b6cd7379", - "x-ms-routing-request-id": "WESTUS2:20210831T233235Z:535a8534-b6b2-4ac4-9311-906b0687fa43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c873345adedb9434309b3e62d711ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c873345adedb9434309b3e62d711ed1", - "x-ms-correlation-request-id": "c787f016-5901-40c0-9eb9-d77871d9bc20", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "f08e2daf-c059-4ebd-8902-868b30df01d8", - "x-ms-routing-request-id": "WESTUS2:20210831T233235Z:c787f016-5901-40c0-9eb9-d77871d9bc20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a151d47a39a68847d58ff6c4583e1cef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a151d47a39a68847d58ff6c4583e1cef", - "x-ms-correlation-request-id": "29017675-139e-4ba2-9dbe-e3f55824c6d9", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "01cee460-444f-4285-8c8d-73adb9f4ac44", - "x-ms-routing-request-id": "WESTUS2:20210831T233236Z:29017675-139e-4ba2-9dbe-e3f55824c6d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea114f18223c6fd4a7b4e536c45734da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea114f18223c6fd4a7b4e536c45734da", - "x-ms-correlation-request-id": "69e7f5a2-561e-4627-ac14-c04242a2c299", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "99b81d90-f403-41a0-9fb2-a70b7e10f9be", - "x-ms-routing-request-id": "WESTUS2:20210831T233237Z:69e7f5a2-561e-4627-ac14-c04242a2c299" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa480f04c1a20cd7ebfe965eb77e6104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa480f04c1a20cd7ebfe965eb77e6104", - "x-ms-correlation-request-id": "b0c16393-8308-491e-bd4d-f04625bb72db", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "3f1c46e2-b2bd-4ea2-abe9-fa4b7df00bd1", - "x-ms-routing-request-id": "WESTUS2:20210831T233239Z:b0c16393-8308-491e-bd4d-f04625bb72db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddcdc3ed33605894ffe2faf25311c37e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddcdc3ed33605894ffe2faf25311c37e", - "x-ms-correlation-request-id": "15f9150a-0f43-4283-aed3-ab9b312e673d", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "5afffe7f-5aff-445d-82f3-f72996de9088", - "x-ms-routing-request-id": "WESTUS2:20210831T233240Z:15f9150a-0f43-4283-aed3-ab9b312e673d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48c01c5a21f5564d7804ff3d8b76b829", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48c01c5a21f5564d7804ff3d8b76b829", - "x-ms-correlation-request-id": "6cd27de0-49b6-4345-ac17-415e9dabaec8", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "91d9df65-33e5-4c5a-9c08-53932e73cfb2", - "x-ms-routing-request-id": "WESTUS2:20210831T233241Z:6cd27de0-49b6-4345-ac17-415e9dabaec8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0149e0525789d0797af0fac0c7e4b8da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0149e0525789d0797af0fac0c7e4b8da", - "x-ms-correlation-request-id": "e2b54d40-ccd0-4c15-b738-e68de746d1d1", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "292086f4-f71c-4e33-9487-8f86660ab51e", - "x-ms-routing-request-id": "WESTUS2:20210831T233242Z:e2b54d40-ccd0-4c15-b738-e68de746d1d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b03183b18becb0f7576645c3457cc89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b03183b18becb0f7576645c3457cc89", - "x-ms-correlation-request-id": "f11e5056-6f41-46b8-b228-23ca57f89571", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "846e2507-2b21-45f4-aa61-dfba9b6c46c9", - "x-ms-routing-request-id": "WESTUS2:20210831T233243Z:f11e5056-6f41-46b8-b228-23ca57f89571" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "729fd02ac2c803f4a3efcd05268d8e94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "729fd02ac2c803f4a3efcd05268d8e94", - "x-ms-correlation-request-id": "d8390c50-4737-411c-a27e-6899ab97fca8", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "42b7678d-fdcb-4720-a970-d96bcb7b9831", - "x-ms-routing-request-id": "WESTUS2:20210831T233244Z:d8390c50-4737-411c-a27e-6899ab97fca8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7302244b1d733a6bd17d8b13f21c9c23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7302244b1d733a6bd17d8b13f21c9c23", - "x-ms-correlation-request-id": "f069954a-a63f-4faa-b5e4-931b9535ee5e", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "2d62fc15-fc20-427c-98a5-a42720410e2a", - "x-ms-routing-request-id": "WESTUS2:20210831T233245Z:f069954a-a63f-4faa-b5e4-931b9535ee5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f79571234644791223fff7ce4a0aa4e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f79571234644791223fff7ce4a0aa4e8", - "x-ms-correlation-request-id": "017af381-6cf2-445a-8475-2dafcbf9a0bb", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "a977ad6e-ff32-42a6-ba9f-656b472164e9", - "x-ms-routing-request-id": "WESTUS2:20210831T233246Z:017af381-6cf2-445a-8475-2dafcbf9a0bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f10d0e759540c156565a04a36e11186", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f10d0e759540c156565a04a36e11186", - "x-ms-correlation-request-id": "fdc04603-ad9f-4c4b-a5b8-5be83a6818d1", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "a0d05b3d-42ef-4646-8427-b591157a5fbe", - "x-ms-routing-request-id": "WESTUS2:20210831T233247Z:fdc04603-ad9f-4c4b-a5b8-5be83a6818d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5e1aa5397f7054f12884f73259cefc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5e1aa5397f7054f12884f73259cefc7", - "x-ms-correlation-request-id": "559c571d-18db-45ce-9412-2aa11d65cedc", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "2268ffe3-1675-408d-9b70-0f311f31806a", - "x-ms-routing-request-id": "WESTUS2:20210831T233249Z:559c571d-18db-45ce-9412-2aa11d65cedc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "222ba3d98c0ccacf5b8991dfa5c74242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "222ba3d98c0ccacf5b8991dfa5c74242", - "x-ms-correlation-request-id": "b56ed9d8-b07f-4fa4-9860-2264280fd257", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "03bad684-6f62-4dee-8aef-f172fc15211b", - "x-ms-routing-request-id": "WESTUS2:20210831T233250Z:b56ed9d8-b07f-4fa4-9860-2264280fd257" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a07b71eeef284ff0800bfdcb09a2e7c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:32:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a07b71eeef284ff0800bfdcb09a2e7c8", - "x-ms-correlation-request-id": "4bc6e658-0e00-41b5-8149-fe843a3c3538", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "c27c7b18-8892-4703-8b29-b37fe32181c2", - "x-ms-routing-request-id": "WESTUS2:20210831T233251Z:4bc6e658-0e00-41b5-8149-fe843a3c3538" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/02b0c381-f4da-4e4a-8906-4620b6cd7379?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9371d976eeb5c779db17596e06705f4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:32:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9371d976eeb5c779db17596e06705f4a", - "x-ms-correlation-request-id": "76714180-fbb6-40d4-82f3-1612558ca7c6", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "40fff08d-5889-4206-ab1c-a5074d633551", - "x-ms-routing-request-id": "WESTUS2:20210831T233252Z:76714180-fbb6-40d4-82f3-1612558ca7c6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472", - "name": "sto472", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:32:31.6244013Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:32:31.6244013Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:32:31.4525598Z", - "primaryEndpoints": { - "dfs": "https://sto472.dfs.core.windows.net/", - "web": "https://sto472.z20.web.core.windows.net/", - "blob": "https://sto472.blob.core.windows.net/", - "queue": "https://sto472.queue.core.windows.net/", - "table": "https://sto472.table.core.windows.net/", - "file": "https://sto472.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-ac6022e919f05c42aa50a250cbf0c020-1b9e09f013d4de47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21b3850d9f4eb2e9dba1018e03c0b9a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:32:52 GMT", - "ETag": "\u00220x8D96CD7A71668A9\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b3850d9f4eb2e9dba1018e03c0b9a1", - "x-ms-correlation-request-id": "f99b2cee-8d45-4ae8-bd5b-f39740c7440f", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6961c3e0-7fed-434e-87cd-849c9e9b5f62", - "x-ms-routing-request-id": "WESTUS2:20210831T233252Z:f99b2cee-8d45-4ae8-bd5b-f39740c7440f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406", - "name": "container2406", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-4ad3b2695df1e041a7d0a3851e814b1a-e5d2064411437c49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56cc69c88caff8ffb4c51095814910ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:32:52 GMT", - "ETag": "\u00228d96cd7a73fc194\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56cc69c88caff8ffb4c51095814910ab", - "x-ms-correlation-request-id": "ce0ee9b2-b88f-4232-a894-b067bc19d520", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "02b19411-9d2d-4d57-a764-f470744128ef", - "x-ms-routing-request-id": "WESTUS2:20210831T233253Z:ce0ee9b2-b88f-4232-a894-b067bc19d520" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd7a73fc194\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd7a73fc194\u0022", - "traceparent": "00-0735d7f9d9f7844d874f46841afcee04-4c2478e2dc6dbe40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1cfb85b2a733392787e0d94d7838d757", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:32:52 GMT", - "ETag": "\u00228d96cd7a76849e2\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cfb85b2a733392787e0d94d7838d757", - "x-ms-correlation-request-id": "8cfa8ff4-c61d-4ea9-baa5-444db53894f2", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "76084d73-0cc8-47c9-b701-cfb6c5ef457f", - "x-ms-routing-request-id": "WESTUS2:20210831T233253Z:8cfa8ff4-c61d-4ea9-baa5-444db53894f2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9759/providers/Microsoft.Storage/storageAccounts/sto472/blobServices/default/containers/container2406/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd7a76849e2\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 0, - "state": "Deleted" - } - } - } - ], - "Variables": { - "RandomSeed": "1549419621", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json deleted file mode 100644 index d3e1e60703cef..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTest.json +++ /dev/null @@ -1,922 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "734df11b96376eafd85977efce29327f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "baf95b63-0c3f-457d-b356-341527052ae0", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "baf95b63-0c3f-457d-b356-341527052ae0", - "x-ms-routing-request-id": "WESTUS2:20210831T230826Z:baf95b63-0c3f-457d-b356-341527052ae0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f1c0db913ab93a8362e427ba446e62d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "447db91a-25ca-46a8-bc66-99abe2905e0f", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "447db91a-25ca-46a8-bc66-99abe2905e0f", - "x-ms-routing-request-id": "WESTUS2:20210831T230826Z:447db91a-25ca-46a8-bc66-99abe2905e0f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1853?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6480055217156446a4e5f8e76560724d-e260551728ba0941-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf1c459562c045357c948266ffdb861a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "43b78acc-42a8-4b72-805c-e18085cf477f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "43b78acc-42a8-4b72-805c-e18085cf477f", - "x-ms-routing-request-id": "WESTUS2:20210831T230827Z:43b78acc-42a8-4b72-805c-e18085cf477f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853", - "name": "res1853", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-5e598a70d08bdc479284d745d293b1a6-85f960c51adfb648-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "721cb05107f4b9483c085433ca927249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "721cb05107f4b9483c085433ca927249", - "x-ms-correlation-request-id": "e51afa9d-7294-407e-a037-9c93307c6b73", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee", - "x-ms-routing-request-id": "WESTUS2:20210831T230830Z:e51afa9d-7294-407e-a037-9c93307c6b73" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36f57a61fe113da1d415835ae111b202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36f57a61fe113da1d415835ae111b202", - "x-ms-correlation-request-id": "073cce19-5657-466c-8724-4a54c30f7335", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "81bf6dc4-c76f-4d47-b0ec-45078f73b36b", - "x-ms-routing-request-id": "WESTUS2:20210831T230830Z:073cce19-5657-466c-8724-4a54c30f7335" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2811c0f04a15779063558c588228c05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2811c0f04a15779063558c588228c05", - "x-ms-correlation-request-id": "e0dea4ed-96d4-49d8-89b4-77c4f8f3d314", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "0725e2cb-a0b5-473d-8841-53229f825f38", - "x-ms-routing-request-id": "WESTUS2:20210831T230831Z:e0dea4ed-96d4-49d8-89b4-77c4f8f3d314" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fd298b53c9d7f3897a7419a76500509", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fd298b53c9d7f3897a7419a76500509", - "x-ms-correlation-request-id": "876d58a3-4b50-4a41-a750-be82c98c2968", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "cff14d5a-9a16-4f72-a776-506b4a654bb3", - "x-ms-routing-request-id": "WESTUS2:20210831T230832Z:876d58a3-4b50-4a41-a750-be82c98c2968" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11167c7db0b55c19019d2fdca6dcb4b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11167c7db0b55c19019d2fdca6dcb4b1", - "x-ms-correlation-request-id": "5b688216-a2a9-4b53-9bf6-76fb969a1fbe", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "72ac565f-fe31-40b3-80ff-045e76414f83", - "x-ms-routing-request-id": "WESTUS2:20210831T230834Z:5b688216-a2a9-4b53-9bf6-76fb969a1fbe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48a47d89623ed264e3020bfac2dee1b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48a47d89623ed264e3020bfac2dee1b6", - "x-ms-correlation-request-id": "1b18e197-41de-478e-9cc6-ef5c71252bfd", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "4fd40089-48d4-4eca-b238-1df42f8ebfb4", - "x-ms-routing-request-id": "WESTUS2:20210831T230835Z:1b18e197-41de-478e-9cc6-ef5c71252bfd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b484f2f7a0c04507e764dff0d5cd9bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b484f2f7a0c04507e764dff0d5cd9bb", - "x-ms-correlation-request-id": "740122be-e871-40ba-b434-972352dc83db", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "dd85a9aa-49c2-4662-b071-7b125575c984", - "x-ms-routing-request-id": "WESTUS2:20210831T230836Z:740122be-e871-40ba-b434-972352dc83db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f81190f2bcab1aca18432db2a51f9922", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f81190f2bcab1aca18432db2a51f9922", - "x-ms-correlation-request-id": "6e721124-a482-4bfb-a14a-4462023a8718", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "04eae01d-d296-417c-8ebe-220ec84419df", - "x-ms-routing-request-id": "WESTUS2:20210831T230837Z:6e721124-a482-4bfb-a14a-4462023a8718" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56ac79bca8940ea52c9fcac71565c587", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56ac79bca8940ea52c9fcac71565c587", - "x-ms-correlation-request-id": "3f8c1e8c-0208-484b-9b7e-d5c05ca33c5b", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "feb0fea5-57ca-4dd9-b35e-facd0025455c", - "x-ms-routing-request-id": "WESTUS2:20210831T230838Z:3f8c1e8c-0208-484b-9b7e-d5c05ca33c5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32074f28e8cd730a842df3c84c9d5f5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32074f28e8cd730a842df3c84c9d5f5e", - "x-ms-correlation-request-id": "eeb9a58d-3aa0-4986-bf57-a28c7628d402", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "5a26a434-b183-400e-850f-461af5a131cb", - "x-ms-routing-request-id": "WESTUS2:20210831T230839Z:eeb9a58d-3aa0-4986-bf57-a28c7628d402" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94432bdc82b04a26ea02cc0cf10205b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94432bdc82b04a26ea02cc0cf10205b2", - "x-ms-correlation-request-id": "6b508a72-9543-4f58-a917-c8f0ff8015e9", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "f82ff85d-eb8a-40f6-a430-b4230f73e3c0", - "x-ms-routing-request-id": "WESTUS2:20210831T230840Z:6b508a72-9543-4f58-a917-c8f0ff8015e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "558aa67e6617d3546e39d266b4dcc28e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "558aa67e6617d3546e39d266b4dcc28e", - "x-ms-correlation-request-id": "b68863e2-ff84-41dd-866b-a6ecfdac9e77", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "0501f66f-dbb8-486d-9b26-11207b227999", - "x-ms-routing-request-id": "WESTUS2:20210831T230841Z:b68863e2-ff84-41dd-866b-a6ecfdac9e77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9eb6b403122a6d729bd48ca1cfe8181", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9eb6b403122a6d729bd48ca1cfe8181", - "x-ms-correlation-request-id": "472af86c-6a30-40b5-ba76-d7c35bba8736", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "0349144f-9beb-4aed-b10f-d0ac0f2bad16", - "x-ms-routing-request-id": "WESTUS2:20210831T230843Z:472af86c-6a30-40b5-ba76-d7c35bba8736" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a54a412809137647d66f2576afc0950d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a54a412809137647d66f2576afc0950d", - "x-ms-correlation-request-id": "b772d400-12f7-4544-850f-ba8938ab6bf6", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "914c03cc-d724-4100-9bb9-9610be05ec2d", - "x-ms-routing-request-id": "WESTUS2:20210831T230844Z:b772d400-12f7-4544-850f-ba8938ab6bf6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86cc3d401b174c90cfe32c5a1e8ab770", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86cc3d401b174c90cfe32c5a1e8ab770", - "x-ms-correlation-request-id": "da7ce074-afea-496f-a4d4-b20ffe7e1788", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "5d0b9b67-699b-4c59-93de-04b1233526c3", - "x-ms-routing-request-id": "WESTUS2:20210831T230845Z:da7ce074-afea-496f-a4d4-b20ffe7e1788" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "733d50b81c91367a247412b20b60f668", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "733d50b81c91367a247412b20b60f668", - "x-ms-correlation-request-id": "f7f77622-b811-49c6-bed9-f8a7afe4dad4", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "880360b0-c9aa-4b2a-b886-96b7c4d5eb01", - "x-ms-routing-request-id": "WESTUS2:20210831T230846Z:f7f77622-b811-49c6-bed9-f8a7afe4dad4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ba748aa6-1ef7-4e94-9d6e-8d7a3bddd9ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df8a3a27fa320c6ab1fdd630ddec574c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:08:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df8a3a27fa320c6ab1fdd630ddec574c", - "x-ms-correlation-request-id": "4b76938f-2242-4ed8-93be-d72fa2a89876", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "434c9921-ea34-455b-836b-f938c4a3fba3", - "x-ms-routing-request-id": "WESTUS2:20210831T230847Z:4b76938f-2242-4ed8-93be-d72fa2a89876" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189", - "name": "sto7189", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:08:29.0352838Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:08:29.0352838Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:08:28.9103014Z", - "primaryEndpoints": { - "blob": "https://sto7189.blob.core.windows.net/", - "queue": "https://sto7189.queue.core.windows.net/", - "table": "https://sto7189.table.core.windows.net/", - "file": "https://sto7189.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c0b40a8d0b38a0429bde1c6ef7fa6817-11d3f343b4deb94b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "825fbeb57b22c2249561a209dd416fec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:08:47 GMT", - "ETag": "\u00220x8D96CD449DC5046\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "825fbeb57b22c2249561a209dd416fec", - "x-ms-correlation-request-id": "8245e5af-76b5-4360-a0b9-b4aadbf936cf", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "b49d4cfb-b8ff-48bc-bbc1-cf5916127134", - "x-ms-routing-request-id": "WESTUS2:20210831T230847Z:8245e5af-76b5-4360-a0b9-b4aadbf936cf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169", - "name": "container3169", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5433051c43649f4b988b470df20a3e2e-549038e6fd983b47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ffe432c43ed7e6bd31c294454a59371d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "665", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:08:47 GMT", - "ETag": "\u00220x8D96CD449DC5046\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffe432c43ed7e6bd31c294454a59371d", - "x-ms-correlation-request-id": "2d7fb9ad-fca0-4a05-807b-b6b5da60936a", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "bb138c1f-49d7-4266-8a99-18405aa26bf9", - "x-ms-routing-request-id": "WESTUS2:20210831T230847Z:2d7fb9ad-fca0-4a05-807b-b6b5da60936a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169", - "name": "container3169", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD449DC5046\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:08:47.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-2a555b2b2eb4694caf3b75560dcbe48e-69c6119d43871741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a155fac5e597be05651c9c99c703d4bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a155fac5e597be05651c9c99c703d4bc", - "x-ms-correlation-request-id": "ffbf4c11-a446-4365-a8a2-911193218715", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "df7a29fb-d31e-44a1-aa50-a1fd5f66e0db", - "x-ms-routing-request-id": "WESTUS2:20210831T230848Z:ffbf4c11-a446-4365-a8a2-911193218715" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8cc2bba389a51d4bbedb423921a10b5f-6b4fdea6763faa44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba1843664c7377e001785160e7de773b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:08:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba1843664c7377e001785160e7de773b", - "x-ms-correlation-request-id": "8a5461ae-3819-45f0-aae8-5ef83f0b9235", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "ba5fc151-ddbb-4462-998f-72e30d8c5c89", - "x-ms-routing-request-id": "WESTUS2:20210831T230848Z:8a5461ae-3819-45f0-aae8-5ef83f0b9235" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1853/providers/Microsoft.Storage/storageAccounts/sto7189/blobServices/default/containers/container3169?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3f6032fd841d3941afce9766f7173d37-4719e67ccfc18747-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e243852acdebde552c259abba1241f2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:08:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e243852acdebde552c259abba1241f2d", - "x-ms-correlation-request-id": "6e5d0c3b-defa-4d68-85f9-a48a3ebbe971", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "9111292b-2f53-4918-9d88-db96ccd8f619", - "x-ms-routing-request-id": "WESTUS2:20210831T230848Z:6e5d0c3b-defa-4d68-85f9-a48a3ebbe971" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2054729869", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json deleted file mode 100644 index dc236205f4e83..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersCreateDeleteTestAsync.json +++ /dev/null @@ -1,891 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf0673bf09046a44a8476a2bde9ecf46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:33:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "253637d0-2e36-4be0-9160-94708022efcf", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "253637d0-2e36-4be0-9160-94708022efcf", - "x-ms-routing-request-id": "WESTUS2:20210831T233356Z:253637d0-2e36-4be0-9160-94708022efcf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "739380e14fe8d0ff8d8eebf3dea57191", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:33:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cdc9dd1e-8a58-474e-9ef9-e2008ae6b2fb", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "cdc9dd1e-8a58-474e-9ef9-e2008ae6b2fb", - "x-ms-routing-request-id": "WESTUS2:20210831T233356Z:cdc9dd1e-8a58-474e-9ef9-e2008ae6b2fb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2078?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-44edc3b4ecde0a4da738ab783faea185-f3d0966debd25946-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a11345e38e32aa9c620af28760a4bffb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:33:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b2ddf18-47ef-4e7d-aca4-920e2eff6bbc", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "8b2ddf18-47ef-4e7d-aca4-920e2eff6bbc", - "x-ms-routing-request-id": "WESTUS2:20210831T233358Z:8b2ddf18-47ef-4e7d-aca4-920e2eff6bbc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078", - "name": "res2078", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-971053860f194240bda68e0f72c0aeda-563943e479f1bd45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "839f55ba701a367432761e518b02d6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "839f55ba701a367432761e518b02d6d9", - "x-ms-correlation-request-id": "5d76f9d9-0592-4b08-b7f4-1949f127ea9b", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "d024a8c8-26ee-4460-85a7-45af38870194", - "x-ms-routing-request-id": "WESTUS2:20210831T233401Z:5d76f9d9-0592-4b08-b7f4-1949f127ea9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bebfbf7c1f2d5c99f6a00187e59d608", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bebfbf7c1f2d5c99f6a00187e59d608", - "x-ms-correlation-request-id": "2a82d764-3c97-466c-95ad-3a905d1aa484", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "3b2f7da4-2221-4a95-95e9-a50db76cda69", - "x-ms-routing-request-id": "WESTUS2:20210831T233401Z:2a82d764-3c97-466c-95ad-3a905d1aa484" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a97aae1b3f670a3e63a8bb942b67ee05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a97aae1b3f670a3e63a8bb942b67ee05", - "x-ms-correlation-request-id": "565301ae-db7e-435b-852c-acc586f9c7d2", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "38370316-dffb-49f7-b97e-1ea8a1d13cde", - "x-ms-routing-request-id": "WESTUS2:20210831T233402Z:565301ae-db7e-435b-852c-acc586f9c7d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9059f28cbb1624e731821b3aafd9786f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9059f28cbb1624e731821b3aafd9786f", - "x-ms-correlation-request-id": "e8621269-1d6c-4e20-8ff2-0084433cf5c5", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "65080016-a8e7-463b-a453-a2ee31bf8782", - "x-ms-routing-request-id": "WESTUS2:20210831T233404Z:e8621269-1d6c-4e20-8ff2-0084433cf5c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99f13caf40b2b7c4bde0b74a0634aa38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99f13caf40b2b7c4bde0b74a0634aa38", - "x-ms-correlation-request-id": "e53b1c0a-e1a2-40d2-a704-a581f3eee54d", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "977f9708-1cb3-4e79-97ec-787c1f67abaa", - "x-ms-routing-request-id": "WESTUS2:20210831T233405Z:e53b1c0a-e1a2-40d2-a704-a581f3eee54d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b8bfa7c46ff60f1c75578e424035b89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b8bfa7c46ff60f1c75578e424035b89", - "x-ms-correlation-request-id": "c702ca2a-9038-40c3-b8c0-f8ef2900fc29", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "43cb2ef1-e77a-400a-ad41-34804810af1a", - "x-ms-routing-request-id": "WESTUS2:20210831T233406Z:c702ca2a-9038-40c3-b8c0-f8ef2900fc29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eee54b2f54764c522ea1d235039c1efc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eee54b2f54764c522ea1d235039c1efc", - "x-ms-correlation-request-id": "d261bd65-fd03-4716-a660-0d1270268f4f", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "1b88a831-1bf5-40e1-a742-3b4b59a357ee", - "x-ms-routing-request-id": "WESTUS2:20210831T233407Z:d261bd65-fd03-4716-a660-0d1270268f4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b4bee2d8ed4e696f4b90d25dc8df93ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4bee2d8ed4e696f4b90d25dc8df93ba", - "x-ms-correlation-request-id": "5a80f19a-0135-4873-b1cb-50a6be8e97f8", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "8971f589-662c-45a2-b111-ecd178f7f19b", - "x-ms-routing-request-id": "WESTUS2:20210831T233408Z:5a80f19a-0135-4873-b1cb-50a6be8e97f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba1b2d84bb4f28c2a83f5d5d73bb5d2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba1b2d84bb4f28c2a83f5d5d73bb5d2a", - "x-ms-correlation-request-id": "eb54d104-a4f0-4135-b961-679e4fbc5d8d", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "a15ae094-3b46-4ce1-a7d1-59908ccaa79d", - "x-ms-routing-request-id": "WESTUS2:20210831T233409Z:eb54d104-a4f0-4135-b961-679e4fbc5d8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "410b7b36a745423bdc7ca3e582f4844f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "410b7b36a745423bdc7ca3e582f4844f", - "x-ms-correlation-request-id": "da3f0b72-2d20-445d-84f7-ffec93b098aa", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "c540f48f-8727-4d7b-a3ff-c1c21b425c1f", - "x-ms-routing-request-id": "WESTUS2:20210831T233410Z:da3f0b72-2d20-445d-84f7-ffec93b098aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5b0180e64811dad20960b0e8f11f58f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5b0180e64811dad20960b0e8f11f58f", - "x-ms-correlation-request-id": "04ba74e4-7242-434c-98e5-e4da89cbf9fa", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "468a4a72-4f91-4138-bfc8-25696829d7f9", - "x-ms-routing-request-id": "WESTUS2:20210831T233411Z:04ba74e4-7242-434c-98e5-e4da89cbf9fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c26a73251d3dd74f2d8ddd317dca6b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c26a73251d3dd74f2d8ddd317dca6b3", - "x-ms-correlation-request-id": "6462b659-59fc-404a-8950-f19d3a91ffff", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "45d3f64c-2e19-4aad-a519-4b96a230d8dc", - "x-ms-routing-request-id": "WESTUS2:20210831T233412Z:6462b659-59fc-404a-8950-f19d3a91ffff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a4f0dbb870ad2a9cdee21af9c2db2ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a4f0dbb870ad2a9cdee21af9c2db2ca", - "x-ms-correlation-request-id": "9f23afa9-57ea-4199-8baf-eadf2ad52348", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "42e0ad91-11c0-4509-b7d5-f85ad6c4090b", - "x-ms-routing-request-id": "WESTUS2:20210831T233414Z:9f23afa9-57ea-4199-8baf-eadf2ad52348" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dab3148637cebc7ba4d3e3a886da0643", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dab3148637cebc7ba4d3e3a886da0643", - "x-ms-correlation-request-id": "bdb35d81-e9bf-4dc5-a311-8815c6c451a8", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "11515835-a358-4e3b-923d-a759c6f510cc", - "x-ms-routing-request-id": "WESTUS2:20210831T233415Z:bdb35d81-e9bf-4dc5-a311-8815c6c451a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "825357f09ac2aa84fe537fe430c540c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "825357f09ac2aa84fe537fe430c540c4", - "x-ms-correlation-request-id": "e0070d7d-3e9a-40fd-819a-4289f2c3cef3", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "50227c3c-1b15-485c-92e9-9e9e51d3e4fe", - "x-ms-routing-request-id": "WESTUS2:20210831T233416Z:e0070d7d-3e9a-40fd-819a-4289f2c3cef3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d024a8c8-26ee-4460-85a7-45af38870194?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "034c1326cb2983e59192b636a4004bf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:34:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "034c1326cb2983e59192b636a4004bf3", - "x-ms-correlation-request-id": "4fbd31a7-8062-4914-8a27-adcfb3622f74", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "1a56f429-a948-431f-8fcc-faaab929ba36", - "x-ms-routing-request-id": "WESTUS2:20210831T233417Z:4fbd31a7-8062-4914-8a27-adcfb3622f74" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161", - "name": "sto3161", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:34:00.3471246Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:34:00.3471246Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:34:00.2372666Z", - "primaryEndpoints": { - "blob": "https://sto3161.blob.core.windows.net/", - "queue": "https://sto3161.queue.core.windows.net/", - "table": "https://sto3161.table.core.windows.net/", - "file": "https://sto3161.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-fe247491343c75409a8a140beffb2e0c-0593efbe59fd094a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da44bfdd07308feb08dc7ab8978cde93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:34:17 GMT", - "ETag": "\u00220x8D96CD7D9C94EE6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da44bfdd07308feb08dc7ab8978cde93", - "x-ms-correlation-request-id": "fc2d86ae-668f-41d6-ba6c-6f72005ae889", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "968b4dff-5a11-472f-81f7-e9fa7851ee7f", - "x-ms-routing-request-id": "WESTUS2:20210831T233417Z:fc2d86ae-668f-41d6-ba6c-6f72005ae889" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062", - "name": "container3062", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-db3bf0c686cd3e4f8f0aa7667ef71ac7-a4a0ab6d9cb75d41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e73821e19027224cff030e44e06fd07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "665", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:34:17 GMT", - "ETag": "\u00220x8D96CD7D9C94EE6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e73821e19027224cff030e44e06fd07", - "x-ms-correlation-request-id": "6708b4fb-4661-4a3b-bbc3-7c67971262bc", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "6e74ff9d-ff22-4ad6-8483-6a2377b77d5e", - "x-ms-routing-request-id": "WESTUS2:20210831T233417Z:6708b4fb-4661-4a3b-bbc3-7c67971262bc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062", - "name": "container3062", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD7D9C94EE6\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:34:17.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-c8776403af39214dacbb6bc8cd4bd106-ac7cc8e7dd10a545-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0652fc8ceafb0bf6607321ee6acbfa05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0652fc8ceafb0bf6607321ee6acbfa05", - "x-ms-correlation-request-id": "94733e44-1e06-4f94-be74-aa44e1381109", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "7bba0996-8ab6-4d36-a31e-e9973df2f925", - "x-ms-routing-request-id": "WESTUS2:20210831T233418Z:94733e44-1e06-4f94-be74-aa44e1381109" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f125ea362c21ee4dbc6966502cc38aa1-a165e08dc2198d4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e86a3d865d8c4e59ad20a3fd7074102", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e86a3d865d8c4e59ad20a3fd7074102", - "x-ms-correlation-request-id": "aa132694-8279-4ae5-93e1-acd9f8ddbe09", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "e05af621-b467-4e47-88bb-34066703ce29", - "x-ms-routing-request-id": "WESTUS2:20210831T233418Z:aa132694-8279-4ae5-93e1-acd9f8ddbe09" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2078/providers/Microsoft.Storage/storageAccounts/sto3161/blobServices/default/containers/container3062?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8c82ce1ad28f6a489b7778f238411f8f-eeb406df85faf545-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a2c72ded73933978c672d8ff8350703", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:34:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a2c72ded73933978c672d8ff8350703", - "x-ms-correlation-request-id": "71432eb5-5e6d-4133-9c44-c12c628b0240", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "af3903f5-f361-425e-9848-5d28f235bec5", - "x-ms-routing-request-id": "WESTUS2:20210831T233418Z:71432eb5-5e6d-4133-9c44-c12c628b0240" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "514230964", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json deleted file mode 100644 index c2b8852f6dae4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTest.json +++ /dev/null @@ -1,946 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9c55b19b1347db4f23aa2ee86b84257", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a650dabb-a7b3-471b-a213-4c8a2cf123ba", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "a650dabb-a7b3-471b-a213-4c8a2cf123ba", - "x-ms-routing-request-id": "WESTUS2:20210831T231116Z:a650dabb-a7b3-471b-a213-4c8a2cf123ba" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d1c5c56d5fcad2429d01dae20446ec5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab470b9a-1a2d-4604-8aba-c2643fb5c217", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "ab470b9a-1a2d-4604-8aba-c2643fb5c217", - "x-ms-routing-request-id": "WESTUS2:20210831T231116Z:ab470b9a-1a2d-4604-8aba-c2643fb5c217" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1255?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-675357b72cc13f42b3804f3b1657b3fe-fa80c33b393bd741-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1cf7298f43ab70178f681bc877b2a012", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "798ac247-4678-4152-96a3-d2243fcba9da", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "798ac247-4678-4152-96a3-d2243fcba9da", - "x-ms-routing-request-id": "WESTUS2:20210831T231117Z:798ac247-4678-4152-96a3-d2243fcba9da" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255", - "name": "res1255", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-3bcc7549fddf814a83f4375b47831959-34ec2d517bc67f4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2dae511144b91836c06394055dadcbdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dae511144b91836c06394055dadcbdd", - "x-ms-correlation-request-id": "76b6b4fe-1e0b-4508-a1e7-fe3ef341e6f2", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "51bd959a-5793-4961-8cd0-8ea917dbad47", - "x-ms-routing-request-id": "WESTUS2:20210831T231120Z:76b6b4fe-1e0b-4508-a1e7-fe3ef341e6f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c33db9c4116e5d6c004ebe0836a32ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c33db9c4116e5d6c004ebe0836a32ba", - "x-ms-correlation-request-id": "bf827729-3f32-471d-8cbe-28371cde8515", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "3a29b306-ffcc-4fb9-abd5-172f96d51066", - "x-ms-routing-request-id": "WESTUS2:20210831T231120Z:bf827729-3f32-471d-8cbe-28371cde8515" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbf8ea50c711660938aa104cd72e320e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbf8ea50c711660938aa104cd72e320e", - "x-ms-correlation-request-id": "ed8820f1-520d-4cdf-b47a-8e4dee27eae4", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "2909abf4-ee49-4e1c-a88a-b2bcb201d337", - "x-ms-routing-request-id": "WESTUS2:20210831T231121Z:ed8820f1-520d-4cdf-b47a-8e4dee27eae4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81691744ae7a3dc71fa98a36bf3881b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81691744ae7a3dc71fa98a36bf3881b1", - "x-ms-correlation-request-id": "c2d0c509-8fb2-48e7-9885-0f5269fa44f5", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "9af102b0-55ea-4ec6-bc8a-5eff149d8b95", - "x-ms-routing-request-id": "WESTUS2:20210831T231122Z:c2d0c509-8fb2-48e7-9885-0f5269fa44f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbb8b23b63b9d46bd1cde36c318a0d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbb8b23b63b9d46bd1cde36c318a0d92", - "x-ms-correlation-request-id": "1bbe1285-312f-4543-870d-79bef20b33e0", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "f33016d8-1df9-4645-be4d-27de3620be66", - "x-ms-routing-request-id": "WESTUS2:20210831T231123Z:1bbe1285-312f-4543-870d-79bef20b33e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b9cdcd2b001a14023bb9b673cd3a600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9cdcd2b001a14023bb9b673cd3a600", - "x-ms-correlation-request-id": "818ae90f-f0ec-440b-bbb9-b5452618c0db", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "9cfd0f68-5344-45e2-9adc-008eafafd55c", - "x-ms-routing-request-id": "WESTUS2:20210831T231124Z:818ae90f-f0ec-440b-bbb9-b5452618c0db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24105e283775e055ac94afadcb5a0b95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24105e283775e055ac94afadcb5a0b95", - "x-ms-correlation-request-id": "9900b069-4058-45da-823a-9eb5d4a0c0b3", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "6f64e694-70cf-4105-b7aa-f860f633b850", - "x-ms-routing-request-id": "WESTUS2:20210831T231126Z:9900b069-4058-45da-823a-9eb5d4a0c0b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e364f89b169c8ab07217d8fdc70398fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e364f89b169c8ab07217d8fdc70398fe", - "x-ms-correlation-request-id": "55803de8-4ba8-43fc-bf90-63eee07b9784", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "2f53f685-a2b1-4265-b448-791d4d7c5a50", - "x-ms-routing-request-id": "WESTUS2:20210831T231127Z:55803de8-4ba8-43fc-bf90-63eee07b9784" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d344e326e9799a1c87bbbe6d0192d6c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d344e326e9799a1c87bbbe6d0192d6c8", - "x-ms-correlation-request-id": "0e824d70-c8c2-46bb-81b5-cfd663e39c03", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "bc62d6b4-7eac-41a4-8f2b-ce786dcb0101", - "x-ms-routing-request-id": "WESTUS2:20210831T231128Z:0e824d70-c8c2-46bb-81b5-cfd663e39c03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43cc05b0c36f1264ae86b25e5f5719a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43cc05b0c36f1264ae86b25e5f5719a9", - "x-ms-correlation-request-id": "719ec1d3-7787-41e4-bc0f-fd5ff64abf7d", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "92516167-52c3-455f-b96f-80088b050936", - "x-ms-routing-request-id": "WESTUS2:20210831T231129Z:719ec1d3-7787-41e4-bc0f-fd5ff64abf7d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e787b1fc3816b21cdcc95ce0574389df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e787b1fc3816b21cdcc95ce0574389df", - "x-ms-correlation-request-id": "57510b69-1bc3-4858-a1ed-aac29641f318", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "2546a6c1-c12a-4547-8546-4b760cfadb6b", - "x-ms-routing-request-id": "WESTUS2:20210831T231130Z:57510b69-1bc3-4858-a1ed-aac29641f318" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c14d0f415437628e7e3125f236be3b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c14d0f415437628e7e3125f236be3b2f", - "x-ms-correlation-request-id": "253c1692-be34-4b8c-8a4c-8b7a5362822b", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "f80fb390-491c-4e15-8e3d-18afd56e2e71", - "x-ms-routing-request-id": "WESTUS2:20210831T231131Z:253c1692-be34-4b8c-8a4c-8b7a5362822b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f7015a1ee0b77b2e91967a66783bb6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f7015a1ee0b77b2e91967a66783bb6a", - "x-ms-correlation-request-id": "8ed4c0c3-389c-4900-88fa-c6b5990089f5", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "b8ed1ea2-1347-4dda-a543-de014888431c", - "x-ms-routing-request-id": "WESTUS2:20210831T231132Z:8ed4c0c3-389c-4900-88fa-c6b5990089f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f1cd2fd570aa772222468e413297c1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f1cd2fd570aa772222468e413297c1d", - "x-ms-correlation-request-id": "ba8c4775-22f5-47fe-8cc1-7a49a002b86e", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "dacf7b95-12e8-4609-b5f0-0375d67f1811", - "x-ms-routing-request-id": "WESTUS2:20210831T231133Z:ba8c4775-22f5-47fe-8cc1-7a49a002b86e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "413f2d8d39d252d45dd5d71dece8fafb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "413f2d8d39d252d45dd5d71dece8fafb", - "x-ms-correlation-request-id": "37ddd547-8383-43bd-a6ae-ba870b66be22", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "5b192ef6-3ddc-4208-b785-559032f38328", - "x-ms-routing-request-id": "WESTUS2:20210831T231134Z:37ddd547-8383-43bd-a6ae-ba870b66be22" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63f5ba76eca14924a3c92de685cd64c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63f5ba76eca14924a3c92de685cd64c0", - "x-ms-correlation-request-id": "8f4a7439-fba0-4735-8bb3-d782cb75d43b", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "0705d4b6-a956-4e94-a546-2a1d5d342eaa", - "x-ms-routing-request-id": "WESTUS2:20210831T231136Z:8f4a7439-fba0-4735-8bb3-d782cb75d43b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/51bd959a-5793-4961-8cd0-8ea917dbad47?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a184a9d7944c398fec9f2347f54ba39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:11:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a184a9d7944c398fec9f2347f54ba39", - "x-ms-correlation-request-id": "7f42d657-aed1-4ef3-b9e0-903f90cb1c30", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "5fdf4b27-1f1b-43f8-98d4-366bfeaf1869", - "x-ms-routing-request-id": "WESTUS2:20210831T231137Z:7f42d657-aed1-4ef3-b9e0-903f90cb1c30" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221", - "name": "sto6221", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:11:18.9639289Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:11:18.9639289Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:11:18.8548889Z", - "primaryEndpoints": { - "dfs": "https://sto6221.dfs.core.windows.net/", - "web": "https://sto6221.z20.web.core.windows.net/", - "blob": "https://sto6221.blob.core.windows.net/", - "queue": "https://sto6221.queue.core.windows.net/", - "table": "https://sto6221.table.core.windows.net/", - "file": "https://sto6221.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-6313aa94ef4e8d4ab91b389de1980b84-4b458f1078b17b4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33586e6d7b1808a1f59d080cedcd8f71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:11:37 GMT", - "ETag": "\u00220x8D96CD4AEFB20AE\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33586e6d7b1808a1f59d080cedcd8f71", - "x-ms-correlation-request-id": "5d76c2d9-d25c-4750-80ca-1461f5d6e36e", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "ddad690a-2c32-4c4b-972d-3b473dea03fe", - "x-ms-routing-request-id": "WESTUS2:20210831T231137Z:5d76c2d9-d25c-4750-80ca-1461f5d6e36e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779", - "name": "container7779", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-2349d87e266edb4cba257f622b489cd3-b4e13f8dd5be1244-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0a27f17b7c021fc3265d7f9efc94f0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:11:37 GMT", - "ETag": "\u00228d96cd4af23630b\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0a27f17b7c021fc3265d7f9efc94f0e", - "x-ms-correlation-request-id": "7e4fbd26-4727-46d1-96a8-bcae5659a1dc", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "59611664-5d60-41c2-b132-38afe6f3e807", - "x-ms-routing-request-id": "WESTUS2:20210831T231137Z:7e4fbd26-4727-46d1-96a8-bcae5659a1dc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd4af23630b\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd4af23630b\u0022", - "traceparent": "00-11f6ea54f72c5841a8e00c4b77e2a3c3-2eb29a05ec7f774d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e18bcf38c0bce8577314edb8fb710fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:11:37 GMT", - "ETag": "\u00228d96cd4af47275d\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e18bcf38c0bce8577314edb8fb710fc", - "x-ms-correlation-request-id": "17ed9ff1-47b8-40e1-8bdb-3b2a39ebfb09", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a658a438-c807-4425-be0d-36d5cfabdabf", - "x-ms-routing-request-id": "WESTUS2:20210831T231138Z:17ed9ff1-47b8-40e1-8bdb-3b2a39ebfb09" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd4af47275d\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd4af47275d\u0022", - "traceparent": "00-92e9484937fdf3448d746f51dfe38f11-87f5c434b62a2641-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d468c3626917b569723601b2a3a8192b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:11:38 GMT", - "ETag": "\u00228d96cd4af805f91\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d468c3626917b569723601b2a3a8192b", - "x-ms-correlation-request-id": "eea0e8d1-913b-4113-9326-7a8a5f06f423", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "c04b4d08-d8b2-48c2-aaa2-cbe145bab088", - "x-ms-routing-request-id": "WESTUS2:20210831T231138Z:eea0e8d1-913b-4113-9326-7a8a5f06f423" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd4af805f91\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1255/providers/Microsoft.Storage/storageAccounts/sto6221/blobServices/default/containers/container7779?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-b826cff30a221e4594d72cb8d5bc9fbb-8ec3c338b24aae41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3118f94e31b48b66fad4598e6820927a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:11:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3118f94e31b48b66fad4598e6820927a", - "x-ms-correlation-request-id": "c51a72e3-bd38-4a81-b90d-46279794a6c4", - "x-ms-ratelimit-remaining-subscription-deletes": "14993", - "x-ms-request-id": "002f5089-541c-4761-b1e7-e7be4c26a830", - "x-ms-routing-request-id": "WESTUS2:20210831T231138Z:c51a72e3-bd38-4a81-b90d-46279794a6c4" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "194097242", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json deleted file mode 100644 index 6acdf90e06db7..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersExtendImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,963 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb7cefb5a910e8377314d200a2d70166", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:37:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6e07459-f59d-4f38-8231-5d2d36fdd316", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "b6e07459-f59d-4f38-8231-5d2d36fdd316", - "x-ms-routing-request-id": "WESTUS:20210831T233744Z:b6e07459-f59d-4f38-8231-5d2d36fdd316" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca0e2ca27903370376e5064606e4c595", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:37:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4978f1c1-ba14-44ce-b8d3-33ea15d76df4", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "4978f1c1-ba14-44ce-b8d3-33ea15d76df4", - "x-ms-routing-request-id": "WESTUS:20210831T233744Z:4978f1c1-ba14-44ce-b8d3-33ea15d76df4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res377?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-51ca1028cb93a944bde396f27dd7762f-249a7a039878b64c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7099dd5ba516b82c5cbb0d8106c69ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:37:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a73a7cee-ec81-40d4-a144-58d324feb14d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a73a7cee-ec81-40d4-a144-58d324feb14d", - "x-ms-routing-request-id": "WESTUS:20210831T233745Z:a73a7cee-ec81-40d4-a144-58d324feb14d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377", - "name": "res377", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-67e36b1d1c84bb4d876ccf80ad2b437f-687a87d9b6d19144-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef531eb83cbc44ec752ba2f1e28e4e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 503, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "294", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "180c27e5-491f-4024-93dd-c3721c380f06", - "x-ms-failure-cause": "gateway", - "x-ms-request-id": "180c27e5-491f-4024-93dd-c3721c380f06", - "x-ms-routing-request-id": "WESTUS:20210831T233803Z:180c27e5-491f-4024-93dd-c3721c380f06" - }, - "ResponseBody": { - "error": { - "code": "ServerTimeout", - "message": "The request timed out. Diagnostic information: timestamp \u002720210831T233803Z\u0027, subscription id \u0027db1ab6f0-4769-4b27-930e-01e2ef9c123c\u0027, tracking id \u0027180c27e5-491f-4024-93dd-c3721c380f06\u0027, request correlation id \u0027180c27e5-491f-4024-93dd-c3721c380f06\u0027." - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-67e36b1d1c84bb4d876ccf80ad2b437f-687a87d9b6d19144-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef531eb83cbc44ec752ba2f1e28e4e3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef531eb83cbc44ec752ba2f1e28e4e3c", - "x-ms-correlation-request-id": "16bed9d8-bf02-42b8-9ee2-50315f0ab885", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "daa7940e-8f04-4065-9cf4-7326bf141ce7", - "x-ms-routing-request-id": "WESTUS:20210831T233806Z:16bed9d8-bf02-42b8-9ee2-50315f0ab885" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a62c3097304261191db2db8edf7ae33d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a62c3097304261191db2db8edf7ae33d", - "x-ms-correlation-request-id": "fcd1cf09-96b5-4fe1-a442-0656ae39d51f", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "70c2d687-e811-436c-9488-e193e785b216", - "x-ms-routing-request-id": "WESTUS:20210831T233806Z:fcd1cf09-96b5-4fe1-a442-0656ae39d51f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9f309c62b62f6765adc6917d8e99e510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f309c62b62f6765adc6917d8e99e510", - "x-ms-correlation-request-id": "b22a66ed-0c26-467a-921b-a8335d9aff0c", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "bbfb517c-a308-4dc4-b603-2793f656f509", - "x-ms-routing-request-id": "WESTUS:20210831T233807Z:b22a66ed-0c26-467a-921b-a8335d9aff0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b15906b2a862b0f9b2d9dabc75e2ade4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b15906b2a862b0f9b2d9dabc75e2ade4", - "x-ms-correlation-request-id": "7e92b75a-0361-4a89-a0da-6686033a97b6", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "666bea4f-1333-4af1-9032-0d22534e9ed8", - "x-ms-routing-request-id": "WESTUS:20210831T233809Z:7e92b75a-0361-4a89-a0da-6686033a97b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3f0705bd934e06dcbc4f97b9f9cd283", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3f0705bd934e06dcbc4f97b9f9cd283", - "x-ms-correlation-request-id": "eddcf667-cbe6-40c7-8bd8-746fb5c6cd9c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "e89bfdc8-b297-4c93-b4b8-6ae586780d0a", - "x-ms-routing-request-id": "WESTUS:20210831T233810Z:eddcf667-cbe6-40c7-8bd8-746fb5c6cd9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8dccbcd3120badaa280ec55dca8f2ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8dccbcd3120badaa280ec55dca8f2ca", - "x-ms-correlation-request-id": "60bdc3f5-988b-4a3e-9845-a84c029f2b04", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "9245bfcc-4d90-4a97-a879-d9c3f69d6b84", - "x-ms-routing-request-id": "WESTUS:20210831T233811Z:60bdc3f5-988b-4a3e-9845-a84c029f2b04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e21ac1921a8d8db9879e69dae7e1016", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e21ac1921a8d8db9879e69dae7e1016", - "x-ms-correlation-request-id": "5b098041-cf36-451a-9c8d-35e9e7d32bff", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "9d541f8e-d503-4ec8-b31f-02512560d1f4", - "x-ms-routing-request-id": "WESTUS:20210831T233812Z:5b098041-cf36-451a-9c8d-35e9e7d32bff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a9ef5607d40629c4953621b4ec170422", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9ef5607d40629c4953621b4ec170422", - "x-ms-correlation-request-id": "bc6bf1aa-fc27-4eb3-b6fc-4499e2be9df2", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "c5102a95-b041-407d-88ad-b0ec6ff59d88", - "x-ms-routing-request-id": "WESTUS:20210831T233813Z:bc6bf1aa-fc27-4eb3-b6fc-4499e2be9df2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2622ed2b37aabdaf00340a74b3c0b24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2622ed2b37aabdaf00340a74b3c0b24", - "x-ms-correlation-request-id": "20ebb5f3-7a9b-4546-b373-acebc2b170da", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "5ed6bfb9-261c-4feb-9692-42480e2bab06", - "x-ms-routing-request-id": "WESTUS:20210831T233814Z:20ebb5f3-7a9b-4546-b373-acebc2b170da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "854ed66f48b944c4e8f788720027ec80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "854ed66f48b944c4e8f788720027ec80", - "x-ms-correlation-request-id": "0593280e-347e-450c-a3ad-176efc5bb63f", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e61af491-5d65-493f-8d6b-ae2371a49663", - "x-ms-routing-request-id": "WESTUS:20210831T233815Z:0593280e-347e-450c-a3ad-176efc5bb63f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fcac4741e1b539b7b43b902941cde58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fcac4741e1b539b7b43b902941cde58", - "x-ms-correlation-request-id": "b578c8a7-7951-49ba-bd2b-6e563487017b", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b63b5b38-e6a2-474c-b672-81ffda5f12f8", - "x-ms-routing-request-id": "WESTUS:20210831T233816Z:b578c8a7-7951-49ba-bd2b-6e563487017b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1644fc2b7fc98a686a1d0a832b68abc8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1644fc2b7fc98a686a1d0a832b68abc8", - "x-ms-correlation-request-id": "56891506-a414-4dbf-a052-68411fcf19f4", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e4cfc000-080a-4af2-8b15-0a7b004d5c3b", - "x-ms-routing-request-id": "WESTUS:20210831T233818Z:56891506-a414-4dbf-a052-68411fcf19f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8732bf178b7151083bfb09768ec1b0cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8732bf178b7151083bfb09768ec1b0cb", - "x-ms-correlation-request-id": "3b798618-7e6c-495e-a71a-caeaa2966b35", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "29599cdb-5715-402c-bb15-88cca2791b08", - "x-ms-routing-request-id": "WESTUS:20210831T233819Z:3b798618-7e6c-495e-a71a-caeaa2966b35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03472f19d6e2f4b75b4015fe14182713", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03472f19d6e2f4b75b4015fe14182713", - "x-ms-correlation-request-id": "b8caae52-21b0-46a8-9516-1b0adea76c44", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "d14a0004-c292-4d2d-89c2-a5462a12a8c3", - "x-ms-routing-request-id": "WESTUS:20210831T233820Z:b8caae52-21b0-46a8-9516-1b0adea76c44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4ebf09856e99fe7f4f2dacd76f2fba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4ebf09856e99fe7f4f2dacd76f2fba8", - "x-ms-correlation-request-id": "0e8a8a98-ecff-4d83-9eec-2d5db5fc5841", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3b6139b8-53bb-479a-b7f7-6810eb5115ed", - "x-ms-routing-request-id": "WESTUS:20210831T233821Z:0e8a8a98-ecff-4d83-9eec-2d5db5fc5841" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/daa7940e-8f04-4065-9cf4-7326bf141ce7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb693e6ca72141e5083e2c31760a3d22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:38:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb693e6ca72141e5083e2c31760a3d22", - "x-ms-correlation-request-id": "e5e0b19f-22a0-4571-b274-12d2e6d92cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "dee8bdca-4c72-444a-9d30-0592eaf4b8db", - "x-ms-routing-request-id": "WESTUS:20210831T233822Z:e5e0b19f-22a0-4571-b274-12d2e6d92cc3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180", - "name": "sto6180", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:38:05.2474211Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:38:05.2474211Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:38:05.1536634Z", - "primaryEndpoints": { - "dfs": "https://sto6180.dfs.core.windows.net/", - "web": "https://sto6180.z20.web.core.windows.net/", - "blob": "https://sto6180.blob.core.windows.net/", - "queue": "https://sto6180.queue.core.windows.net/", - "table": "https://sto6180.table.core.windows.net/", - "file": "https://sto6180.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-81048d99362b6642ad104571acba4c10-4fc1d8e5bd3b584e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d69edef5e1dc48c3a70feffbe97e6944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:38:22 GMT", - "ETag": "\u00220x8D96CD86BEDC985\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d69edef5e1dc48c3a70feffbe97e6944", - "x-ms-correlation-request-id": "04782baf-a6e3-4c9d-b485-0618488023cf", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e4b29db4-e445-4437-b180-5f1aef047038", - "x-ms-routing-request-id": "WESTUS:20210831T233822Z:04782baf-a6e3-4c9d-b485-0618488023cf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485", - "name": "container6485", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-a65cfdb501b4224d9dfc1b38c9211746-54870db5f6b99f4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "afd5916cf22c0af0a9ccab2ab529eab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:38:22 GMT", - "ETag": "\u00228d96cd86c1c5a4e\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afd5916cf22c0af0a9ccab2ab529eab5", - "x-ms-correlation-request-id": "7ae24156-d850-4ed2-8814-20542fdef7ec", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "655c0d69-9b53-4129-994e-ba217e2bf7fa", - "x-ms-routing-request-id": "WESTUS:20210831T233823Z:7ae24156-d850-4ed2-8814-20542fdef7ec" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd86c1c5a4e\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd86c1c5a4e\u0022", - "traceparent": "00-a316a7b764e0b344b3983ef9c569473c-3aeef848e47ca048-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1480f9b7d25d5c90a5b27998f5461ebf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "417", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:38:22 GMT", - "ETag": "\u00228d96cd86c532fa8\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1480f9b7d25d5c90a5b27998f5461ebf", - "x-ms-correlation-request-id": "95f7fea0-1413-4b0d-ab3e-ba5c2dd7e5da", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "208c7b09-45c8-4880-9119-8a1952b16232", - "x-ms-routing-request-id": "WESTUS:20210831T233823Z:95f7fea0-1413-4b0d-ab3e-ba5c2dd7e5da" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd86c532fa8\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd86c532fa8\u0022", - "traceparent": "00-563632d1c42eab45a75224c75696ece5-d21b8ce28f98ad41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7809ecc2736703a7ed932c103698937e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "419", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:38:23 GMT", - "ETag": "\u00228d96cd86c82e034\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7809ecc2736703a7ed932c103698937e", - "x-ms-correlation-request-id": "4853b7d8-32ee-40a1-b6b3-aab9ca6db2b4", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "c9d27695-60ae-4e2b-9212-826643c9b16f", - "x-ms-routing-request-id": "WESTUS:20210831T233823Z:4853b7d8-32ee-40a1-b6b3-aab9ca6db2b4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd86c82e034\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res377/providers/Microsoft.Storage/storageAccounts/sto6180/blobServices/default/containers/container6485?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5f079f94b0da7543a42b6f5d830c84ee-d65fd11d74336e45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef433a2455fe9ae60179097978571563", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:38:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef433a2455fe9ae60179097978571563", - "x-ms-correlation-request-id": "5b8f782c-a5c1-4e4a-8d1a-ad26783aabdd", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "6d13330a-b4df-481b-be1a-034fdacc92da", - "x-ms-routing-request-id": "WESTUS:20210831T233824Z:5b8f782c-a5c1-4e4a-8d1a-ad26783aabdd" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1156803654", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json deleted file mode 100644 index 17b4ccb366063..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTest.json +++ /dev/null @@ -1,1136 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad77a7bd34ec05191afdc708c1f0b4cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f3fbd5a-af0f-4156-8b40-913287cef3ff", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "9f3fbd5a-af0f-4156-8b40-913287cef3ff", - "x-ms-routing-request-id": "WESTUS2:20210831T231348Z:9f3fbd5a-af0f-4156-8b40-913287cef3ff" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2bfe2e8a2946349c89c2f2e53883acd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6db83fb6-5f64-4d31-b998-84f6b0da609f", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "6db83fb6-5f64-4d31-b998-84f6b0da609f", - "x-ms-routing-request-id": "WESTUS2:20210831T231348Z:6db83fb6-5f64-4d31-b998-84f6b0da609f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1243?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5098b8c86ccc654eb2b98c14a0ca3115-0f2c51b7fd342648-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2da1884177d74a48fc91f1906b831d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6adaacaa-efc6-4666-8d3f-f7dddb29fd90", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6adaacaa-efc6-4666-8d3f-f7dddb29fd90", - "x-ms-routing-request-id": "WESTUS2:20210831T231349Z:6adaacaa-efc6-4666-8d3f-f7dddb29fd90" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243", - "name": "res1243", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-1a17d3487f1d37499be3ff11b4d7caa5-0155b4c0d181ac47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63580a0d1a92135de55004eab292c2fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63580a0d1a92135de55004eab292c2fa", - "x-ms-correlation-request-id": "e92e232c-3a66-4ad1-9940-1e86d0155150", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "5e8b873e-a6e6-4ec3-84dc-5efd5f30506b", - "x-ms-routing-request-id": "WESTUS2:20210831T231353Z:e92e232c-3a66-4ad1-9940-1e86d0155150" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "307b43586b75fdf17cde98c7a089dd37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "307b43586b75fdf17cde98c7a089dd37", - "x-ms-correlation-request-id": "75968f42-b406-4549-ad7d-d2465906536d", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "e5d09619-7fdb-4388-aa5f-ea0564c70fdd", - "x-ms-routing-request-id": "WESTUS2:20210831T231353Z:75968f42-b406-4549-ad7d-d2465906536d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7bcd1f5cfb59a135403d258d4132c823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7bcd1f5cfb59a135403d258d4132c823", - "x-ms-correlation-request-id": "9c386ada-abfc-47cb-b1de-a635720d26ee", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "153aa96f-753a-4c29-943d-0c091af470fb", - "x-ms-routing-request-id": "WESTUS2:20210831T231354Z:9c386ada-abfc-47cb-b1de-a635720d26ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e91066d9217cd844bda5dfbd2027ab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e91066d9217cd844bda5dfbd2027ab4", - "x-ms-correlation-request-id": "869e006c-a0b5-41cf-b895-1180e679a98d", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "d1c7a674-4f45-459f-9474-41eb99482102", - "x-ms-routing-request-id": "WESTUS2:20210831T231355Z:869e006c-a0b5-41cf-b895-1180e679a98d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2bcda12767f45da50ed9ef374564bb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bcda12767f45da50ed9ef374564bb49", - "x-ms-correlation-request-id": "596030f3-a56c-4059-8287-01998bb92631", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "973be4c1-9c71-477c-b3a8-baef756fc43d", - "x-ms-routing-request-id": "WESTUS2:20210831T231357Z:596030f3-a56c-4059-8287-01998bb92631" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "995975156ff7ca209aff307e9e39cf3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "995975156ff7ca209aff307e9e39cf3d", - "x-ms-correlation-request-id": "3ee12ae8-e81c-4385-b783-d01c216ff50c", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "cc5303d6-1be3-45f8-b1f8-9c2546585b2a", - "x-ms-routing-request-id": "WESTUS2:20210831T231358Z:3ee12ae8-e81c-4385-b783-d01c216ff50c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a06671c39d65062e6134603da24d88e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a06671c39d65062e6134603da24d88e7", - "x-ms-correlation-request-id": "f3e72b84-64f0-4626-b5ae-a1c441eff0b0", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "1c304c53-8c6e-440d-9675-b8eaf0dbdf7f", - "x-ms-routing-request-id": "WESTUS2:20210831T231359Z:f3e72b84-64f0-4626-b5ae-a1c441eff0b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5de5141ee0a9b8bc810290f43726bfd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:13:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5de5141ee0a9b8bc810290f43726bfd4", - "x-ms-correlation-request-id": "94c261c5-2fa2-43db-91ea-f7cb060efe6b", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "e6f39603-f751-4990-bbf6-cc42970becd2", - "x-ms-routing-request-id": "WESTUS2:20210831T231400Z:94c261c5-2fa2-43db-91ea-f7cb060efe6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d373b2091bfd78e4465338c30ee2284d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d373b2091bfd78e4465338c30ee2284d", - "x-ms-correlation-request-id": "28f47332-d439-4ef0-9393-120c68899777", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "33cc15b7-dc9c-4ff7-a950-dd69e47f07c7", - "x-ms-routing-request-id": "WESTUS2:20210831T231401Z:28f47332-d439-4ef0-9393-120c68899777" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a5f48777254e394b5ae1e620d3acf3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a5f48777254e394b5ae1e620d3acf3a", - "x-ms-correlation-request-id": "b73c86c9-adbb-4b7f-8a3b-f451d82965c3", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "3bcf2f87-4860-43dc-a78d-f7477140de9c", - "x-ms-routing-request-id": "WESTUS2:20210831T231402Z:b73c86c9-adbb-4b7f-8a3b-f451d82965c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef348b75b4d902e92f6d1656a8f9a99e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef348b75b4d902e92f6d1656a8f9a99e", - "x-ms-correlation-request-id": "b0343729-4741-4c5f-a8c5-f397d0b71eed", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "adfa0c99-1080-4ebf-86a8-03de0d9253cb", - "x-ms-routing-request-id": "WESTUS2:20210831T231403Z:b0343729-4741-4c5f-a8c5-f397d0b71eed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee7d43da35c697801e901e4ffc816a0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee7d43da35c697801e901e4ffc816a0c", - "x-ms-correlation-request-id": "e1f29231-0c79-485f-88ec-6168128bca96", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "9ade9449-ff37-4491-90d7-260151e8f765", - "x-ms-routing-request-id": "WESTUS2:20210831T231404Z:e1f29231-0c79-485f-88ec-6168128bca96" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "834dfd8438aec2735f5c5ae65b3e3bbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "834dfd8438aec2735f5c5ae65b3e3bbb", - "x-ms-correlation-request-id": "40be5c63-1df8-4e11-86b3-ff15bf7f07c6", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "b337831d-18ba-495a-8f5d-d3848dc7c5ce", - "x-ms-routing-request-id": "WESTUS2:20210831T231405Z:40be5c63-1df8-4e11-86b3-ff15bf7f07c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca888004e0bc40740b9cd149959a06ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca888004e0bc40740b9cd149959a06ad", - "x-ms-correlation-request-id": "61b6f0c8-7756-4741-b830-96ff67706074", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "84c0e9e5-8bc4-436f-b6f9-3686101af7db", - "x-ms-routing-request-id": "WESTUS2:20210831T231406Z:61b6f0c8-7756-4741-b830-96ff67706074" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aad10a0225aba1f0cfba8e69da993be0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aad10a0225aba1f0cfba8e69da993be0", - "x-ms-correlation-request-id": "27982fb5-2283-42b9-a952-adabddf3c462", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "d6214121-ce5e-43ba-a981-3a0f611ef4d6", - "x-ms-routing-request-id": "WESTUS2:20210831T231408Z:27982fb5-2283-42b9-a952-adabddf3c462" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c4a6255a0f9a34f890d7811662a2dc5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c4a6255a0f9a34f890d7811662a2dc5", - "x-ms-correlation-request-id": "acc23f8e-60af-46f2-9bd7-b187aa605535", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "9710f117-5f09-4e49-9f70-544d1cfd62bc", - "x-ms-routing-request-id": "WESTUS2:20210831T231409Z:acc23f8e-60af-46f2-9bd7-b187aa605535" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5e8b873e-a6e6-4ec3-84dc-5efd5f30506b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51e4ac56906cde108fe6fb02520a6571", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51e4ac56906cde108fe6fb02520a6571", - "x-ms-correlation-request-id": "f59cc13f-262b-49d0-ad86-d42c6c694d9e", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "f320313c-8ad8-4f91-a229-423d809a685c", - "x-ms-routing-request-id": "WESTUS2:20210831T231410Z:f59cc13f-262b-49d0-ad86-d42c6c694d9e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608", - "name": "sto6608", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:13:52.1887659Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:13:52.1887659Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:13:52.0949898Z", - "primaryEndpoints": { - "dfs": "https://sto6608.dfs.core.windows.net/", - "web": "https://sto6608.z20.web.core.windows.net/", - "blob": "https://sto6608.blob.core.windows.net/", - "queue": "https://sto6608.queue.core.windows.net/", - "table": "https://sto6608.table.core.windows.net/", - "file": "https://sto6608.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-71325f7801bd8b42b2de0fce7a8dee2b-ffefc7b6f1123b46-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f32f4f1b489ba612e219eaddf3aa48d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:09 GMT", - "ETag": "\u00220x8D96CD50A434F08\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f32f4f1b489ba612e219eaddf3aa48d", - "x-ms-correlation-request-id": "6a53c7c3-5029-49b8-b3ea-a6cd01c081c5", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7d54f3e3-795f-491f-83b7-2dc521d2e5b8", - "x-ms-routing-request-id": "WESTUS2:20210831T231410Z:6a53c7c3-5029-49b8-b3ea-a6cd01c081c5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843", - "name": "container7843", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-4340d230a3dbc6489a8e4e1d016ac7a4-a7594b1240738d47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b52e12c973ea52c46ced13a54c517ea7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b52e12c973ea52c46ced13a54c517ea7", - "x-ms-correlation-request-id": "17302623-44bb-4c54-8875-1ec9b9e083ff", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3ced348c-b2f8-483f-aa11-4597b8ccc791", - "x-ms-routing-request-id": "WESTUS2:20210831T231410Z:17302623-44bb-4c54-8875-1ec9b9e083ff" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-e7294cd8812c4c4c8a0112f8c269aebb-ca1e0a590ba68a4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3675b00676faf8cd82963d6f7131b0ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:10 GMT", - "ETag": "\u00228d96cd50aa28ecb\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3675b00676faf8cd82963d6f7131b0ab", - "x-ms-correlation-request-id": "8e271dc3-34aa-4587-b63b-6b2d2ce5d145", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "613dd6bc-f93a-4735-85aa-6723f0ec6973", - "x-ms-routing-request-id": "WESTUS2:20210831T231411Z:8e271dc3-34aa-4587-b63b-6b2d2ce5d145" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd50aa28ecb\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd50aa28ecb\u0022", - "traceparent": "00-76b3711f6e30b84ea1d7345a362058e5-4d8af1431e8cf54a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8887557bc377d762fe0e39ba1bc6ddd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:10 GMT", - "ETag": "\u00228d96cd50ac651d7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8887557bc377d762fe0e39ba1bc6ddd", - "x-ms-correlation-request-id": "46762d04-fd61-400d-81d2-476b1871ccd8", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "75325692-81c0-4b8e-a1ce-d7026665e30d", - "x-ms-routing-request-id": "WESTUS2:20210831T231411Z:46762d04-fd61-400d-81d2-476b1871ccd8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd50ac651d7\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd50ac651d7\u0022", - "traceparent": "00-d3f5e93eabf71e4c963b7c1c7c55881c-cfe27df4d3882943-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ea6f6a26dc55393443632533655e03a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:10 GMT", - "ETag": "\u00228d96cd50af39e1c\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ea6f6a26dc55393443632533655e03a", - "x-ms-correlation-request-id": "1f6846f3-d285-4f2f-abd5-1bdb36527ef6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "fb8699c0-1727-4937-9c98-9b5308b0bdc6", - "x-ms-routing-request-id": "WESTUS2:20210831T231411Z:1f6846f3-d285-4f2f-abd5-1bdb36527ef6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd50af39e1c\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-846ec2cedb8caf44a681971f4b61a7dc-a416223732a6c549-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d74e673d86c84a703af70719933257c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1941", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:12 GMT", - "ETag": "\u00220x8D96CD50AF6E0B5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d74e673d86c84a703af70719933257c5", - "x-ms-correlation-request-id": "97705ed1-afeb-406b-9523-fe09d7c4fb0f", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "f04aee5d-95c3-45d7-8891-ef98fd2bff6e", - "x-ms-routing-request-id": "WESTUS2:20210831T231412Z:97705ed1-afeb-406b-9523-fe09d7c4fb0f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843", - "name": "container7843", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD50AF6E0B5\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:14:11.0000000Z", - "immutabilityPolicy": { - "etag": "\u00228d96cd50af39e1c\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - }, - "updateHistory": [ - { - "update": "put", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2021-08-31T23:14:11.1895243Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "lock", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2021-08-31T23:14:11.4395008Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "extend", - "immutabilityPeriodSinceCreationInDays": 100, - "timestamp": "2021-08-31T23:14:11.7363861Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "legalHold": { - "hasLegalHold": true, - "tags": [ - { - "tag": "tag1", - "timestamp": "2021-08-31T23:14:10.8926006Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag2", - "timestamp": "2021-08-31T23:14:10.8926006Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag3", - "timestamp": "2021-08-31T23:14:10.8926006Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "hasImmutabilityPolicy": true, - "hasLegalHold": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-4aac3de46821af4fbc917565b9a4dd04-27f9ff658a0cb740-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7acc6028818be9e5e235b301892247da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:14:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7acc6028818be9e5e235b301892247da", - "x-ms-correlation-request-id": "68840a45-61f2-477d-a503-edb8f5779faf", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "e4c6ba6d-2087-43d9-8b1b-7b0776cbd586", - "x-ms-routing-request-id": "WESTUS2:20210831T231412Z:68840a45-61f2-477d-a503-edb8f5779faf" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1243/providers/Microsoft.Storage/storageAccounts/sto6608/blobServices/default/containers/container7843?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-5fe2759fbabf754893cc7dbd682c1c16-e154358d8513e548-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "395ea8ff956e1c14865bf3ce6679c012", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:14:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "395ea8ff956e1c14865bf3ce6679c012", - "x-ms-correlation-request-id": "7424ccb4-0588-4580-a064-6f4a76abd150", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "ee2a8d20-e1ef-4421-abaf-9fdc4e786d46", - "x-ms-routing-request-id": "WESTUS2:20210831T231414Z:7424ccb4-0588-4580-a064-6f4a76abd150" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1048252733", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json deleted file mode 100644 index eff2e1884a7f5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersGetTestAsync.json +++ /dev/null @@ -1,1136 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "103e925e6342d8693530cd394bb494c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9652efd-6ce6-4f2a-a890-543584ff2460", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "b9652efd-6ce6-4f2a-a890-543584ff2460", - "x-ms-routing-request-id": "WESTUS:20210831T234039Z:b9652efd-6ce6-4f2a-a890-543584ff2460" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed3bee9e95bdd68797e14f1761076f44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4c6a57e1-c78d-4748-b0a2-e76c096c920f", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "4c6a57e1-c78d-4748-b0a2-e76c096c920f", - "x-ms-routing-request-id": "WESTUS:20210831T234039Z:4c6a57e1-c78d-4748-b0a2-e76c096c920f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5701?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d6c727ae4226494b89bf658e09df9a41-99cb5c904020f84c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dea13ec94bbc3e591867a9ba2d8746e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fab3e3c8-a19e-49b0-bd48-b74e375d0685", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "fab3e3c8-a19e-49b0-bd48-b74e375d0685", - "x-ms-routing-request-id": "WESTUS:20210831T234040Z:fab3e3c8-a19e-49b0-bd48-b74e375d0685" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701", - "name": "res5701", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-fcdde81e8ef15a458a03d1d97f8323db-5ea0e005e66fdb4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5562aecc90b680a79611351762dc189", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5562aecc90b680a79611351762dc189", - "x-ms-correlation-request-id": "1439f957-146a-4ceb-935f-7fb8ead092aa", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "990711c5-ff46-401f-8437-92e65bf2e852", - "x-ms-routing-request-id": "WESTUS:20210831T234043Z:1439f957-146a-4ceb-935f-7fb8ead092aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "451b37a9ebed4ae1df254232d2721a58", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "451b37a9ebed4ae1df254232d2721a58", - "x-ms-correlation-request-id": "6dc3556f-6151-4cbc-a33d-25d5d7cd6715", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "809dadb9-cfc8-4668-84c3-9ab21e1fefdc", - "x-ms-routing-request-id": "WESTUS:20210831T234043Z:6dc3556f-6151-4cbc-a33d-25d5d7cd6715" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "794911b8c4d409f0cf01cbdebafd2d85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "794911b8c4d409f0cf01cbdebafd2d85", - "x-ms-correlation-request-id": "66db82b6-fd72-4ce2-bf4b-6c8905cf984f", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "86a7677d-7741-4f10-9063-d534703b3b0f", - "x-ms-routing-request-id": "WESTUS:20210831T234045Z:66db82b6-fd72-4ce2-bf4b-6c8905cf984f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fa837597c126e9c7d56ca14a02882b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fa837597c126e9c7d56ca14a02882b7", - "x-ms-correlation-request-id": "610bfde2-e3d5-4027-aa16-37e45a90527e", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "1ab10d19-e7e5-411f-8c48-90465421a873", - "x-ms-routing-request-id": "WESTUS:20210831T234046Z:610bfde2-e3d5-4027-aa16-37e45a90527e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2954b7118eabe407471175eb1f038fe1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2954b7118eabe407471175eb1f038fe1", - "x-ms-correlation-request-id": "8d45c7f6-3801-440a-819d-090392efa901", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "6d6c989f-53f3-4845-b409-a71d54b31447", - "x-ms-routing-request-id": "WESTUS:20210831T234047Z:8d45c7f6-3801-440a-819d-090392efa901" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9bd9bdf7dbc93c4574dafc7efadb69a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bd9bdf7dbc93c4574dafc7efadb69a7", - "x-ms-correlation-request-id": "4e610ad1-f79d-4989-8f18-d4714fe06394", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "6ce876d9-5e14-491f-95b2-811d0b5a43fd", - "x-ms-routing-request-id": "WESTUS:20210831T234048Z:4e610ad1-f79d-4989-8f18-d4714fe06394" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03cc137e03a9cad930c3f80106b04e7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03cc137e03a9cad930c3f80106b04e7a", - "x-ms-correlation-request-id": "cdee1af2-f411-422c-9b9a-0381d26b6e38", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "46bd0308-fd7f-473a-becc-f35aa7245cda", - "x-ms-routing-request-id": "WESTUS:20210831T234049Z:cdee1af2-f411-422c-9b9a-0381d26b6e38" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e31ce8c6e74f36ee7117b4d09288ea6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e31ce8c6e74f36ee7117b4d09288ea6b", - "x-ms-correlation-request-id": "be15feff-8b71-4aec-94e4-5a1335bcd372", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "9c93c251-5a3d-461f-a2f4-bd4d70b9789a", - "x-ms-routing-request-id": "WESTUS:20210831T234050Z:be15feff-8b71-4aec-94e4-5a1335bcd372" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b6dcea78b36f438e30e6a06e34335c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b6dcea78b36f438e30e6a06e34335c4", - "x-ms-correlation-request-id": "f911e752-0a6b-4276-a523-b51981ad14a9", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b0909c89-d99c-461d-968c-9fc7335c1c73", - "x-ms-routing-request-id": "WESTUS:20210831T234051Z:f911e752-0a6b-4276-a523-b51981ad14a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11b7818b86bf9658259691914f0837a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11b7818b86bf9658259691914f0837a7", - "x-ms-correlation-request-id": "6ec69543-b599-4d23-86a0-28638148661d", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "f81687ab-e757-46cc-8602-6f3f289b3b79", - "x-ms-routing-request-id": "WESTUS:20210831T234053Z:6ec69543-b599-4d23-86a0-28638148661d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "37598cd843433a44b028ff407de7522e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37598cd843433a44b028ff407de7522e", - "x-ms-correlation-request-id": "182dfe97-3a7f-41e7-b2c4-ef3fcb020982", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "3c535deb-a1a2-47e6-8d76-6efd64c00a3b", - "x-ms-routing-request-id": "WESTUS:20210831T234054Z:182dfe97-3a7f-41e7-b2c4-ef3fcb020982" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1044f0e2d8d121ac76d6e6a0faa6a4da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1044f0e2d8d121ac76d6e6a0faa6a4da", - "x-ms-correlation-request-id": "6a3e848d-4be3-4e89-a36d-7fb56d483d66", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "1310d375-db11-4be5-b965-91865b1f01c6", - "x-ms-routing-request-id": "WESTUS:20210831T234055Z:6a3e848d-4be3-4e89-a36d-7fb56d483d66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "562dc3d6fde948803d7c61968617193e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "562dc3d6fde948803d7c61968617193e", - "x-ms-correlation-request-id": "910cf9ab-2a80-4ebc-bfb6-f3f1d1dd31b7", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "c76b4d62-f119-4b07-9215-b7f57fcf1e21", - "x-ms-routing-request-id": "WESTUS:20210831T234056Z:910cf9ab-2a80-4ebc-bfb6-f3f1d1dd31b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5faf634327c4ffd6e038c16d5da34009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5faf634327c4ffd6e038c16d5da34009", - "x-ms-correlation-request-id": "5d98ccfc-7c62-4a4e-afc1-b8a03abef29d", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "f7dafa8e-ab6d-4cc7-886d-3bf8056034de", - "x-ms-routing-request-id": "WESTUS:20210831T234057Z:5d98ccfc-7c62-4a4e-afc1-b8a03abef29d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba692484fcbae4446ffcd25477159a5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba692484fcbae4446ffcd25477159a5e", - "x-ms-correlation-request-id": "191950ba-f783-4c35-a755-aceec64f4754", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "795c6ed6-e026-45a1-8b54-85bdc674f29e", - "x-ms-routing-request-id": "WESTUS:20210831T234058Z:191950ba-f783-4c35-a755-aceec64f4754" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "965ca8bc45f7af16ec2d76b13c13eb99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:40:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "965ca8bc45f7af16ec2d76b13c13eb99", - "x-ms-correlation-request-id": "a998271e-5826-43b6-8ee8-b6e2c443078f", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "860faa23-c552-4c52-b354-1db072663da1", - "x-ms-routing-request-id": "WESTUS:20210831T234059Z:a998271e-5826-43b6-8ee8-b6e2c443078f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/990711c5-ff46-401f-8437-92e65bf2e852?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6212583c5fae47831fcaefc7548188ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6212583c5fae47831fcaefc7548188ca", - "x-ms-correlation-request-id": "0cf7093b-cbbf-4994-913e-4e650784b814", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "dd8bf128-4762-4877-bec6-382229b7e948", - "x-ms-routing-request-id": "WESTUS:20210831T234100Z:0cf7093b-cbbf-4994-913e-4e650784b814" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789", - "name": "sto1789", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:40:42.4567782Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:40:42.4567782Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:40:42.3629947Z", - "primaryEndpoints": { - "dfs": "https://sto1789.dfs.core.windows.net/", - "web": "https://sto1789.z20.web.core.windows.net/", - "blob": "https://sto1789.blob.core.windows.net/", - "queue": "https://sto1789.queue.core.windows.net/", - "table": "https://sto1789.table.core.windows.net/", - "file": "https://sto1789.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-6eb3fe403d92574ab5abee63f1bb35b4-14e46454a47e764f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "47b5b16211a90e3eb9cd8c8592a75c10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:00 GMT", - "ETag": "\u00220x8D96CD8CA461A35\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "47b5b16211a90e3eb9cd8c8592a75c10", - "x-ms-correlation-request-id": "f1e2f8e3-110f-4dac-b47b-e1547f0562c3", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "fc95b245-bff8-41c9-b3c1-4557d5448b67", - "x-ms-routing-request-id": "WESTUS:20210831T234101Z:f1e2f8e3-110f-4dac-b47b-e1547f0562c3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885", - "name": "container7885", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-29e83fe3ce59c24cb57fbb8d6745913e-c56e19a4b542464b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "031e1739af38245c15772c554e5b6ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "031e1739af38245c15772c554e5b6ba4", - "x-ms-correlation-request-id": "b826271a-054f-40d7-8d07-a17351ccd0aa", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "bb3e80db-645c-4421-8d34-26473cab18f9", - "x-ms-routing-request-id": "WESTUS:20210831T234101Z:b826271a-054f-40d7-8d07-a17351ccd0aa" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-57c2a7902b103a4bbf49e91f7e7c2a09-1af029a3a3f74e49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62d913ab52364792d353f592f7c18c23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:01 GMT", - "ETag": "\u00228d96cd8caabf183\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d913ab52364792d353f592f7c18c23", - "x-ms-correlation-request-id": "0c9c449f-95cf-4ee9-9d13-031937ace4df", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "12f4537e-819c-4a33-8ccb-40b749ffa464", - "x-ms-routing-request-id": "WESTUS:20210831T234101Z:0c9c449f-95cf-4ee9-9d13-031937ace4df" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd8caabf183\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd8caabf183\u0022", - "traceparent": "00-17088d13ff65db4bad4b2605e198ba57-b11abebf5f333b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "691bb693c76ab26554903132e4e9bf5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:01 GMT", - "ETag": "\u00228d96cd8cacaefd9\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "691bb693c76ab26554903132e4e9bf5d", - "x-ms-correlation-request-id": "221173ea-9807-4bd9-b85a-28bcb78c25d9", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "d9ac5f27-16e8-42ad-9a46-505d5877b14f", - "x-ms-routing-request-id": "WESTUS:20210831T234102Z:221173ea-9807-4bd9-b85a-28bcb78c25d9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd8cacaefd9\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default/extend?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "60", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd8cacaefd9\u0022", - "traceparent": "00-a4017d874b277547add5abc5df7ebf92-d2dfefa83983d74b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7edae761facde6da85d630e4baca2c53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 100 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:02 GMT", - "ETag": "\u00228d96cd8cb0b4fe0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7edae761facde6da85d630e4baca2c53", - "x-ms-correlation-request-id": "d88b7cbb-4896-4ea5-997f-db56b42b9dac", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a55afe75-4cd5-49e7-a6af-90dcac50cf82", - "x-ms-routing-request-id": "WESTUS:20210831T234102Z:d88b7cbb-4896-4ea5-997f-db56b42b9dac" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd8cb0b4fe0\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1137f5b68bbe5849a3b47084b226ad55-f9db12522291d649-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97c209ea0140e439ae270da5205f62e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1941", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:02 GMT", - "ETag": "\u00220x8D96CD8CB0C9B4E\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97c209ea0140e439ae270da5205f62e9", - "x-ms-correlation-request-id": "97e405a1-87bc-4adc-b5f0-86cd393d129c", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "7f80400d-3d50-4524-99e3-f337d63f3a9f", - "x-ms-routing-request-id": "WESTUS:20210831T234102Z:97e405a1-87bc-4adc-b5f0-86cd393d129c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885", - "name": "container7885", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD8CB0C9B4E\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:41:02.0000000Z", - "immutabilityPolicy": { - "etag": "\u00228d96cd8cb0b4fe0\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 100, - "state": "Locked" - }, - "updateHistory": [ - { - "update": "put", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2021-08-31T23:41:01.8794109Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "lock", - "immutabilityPeriodSinceCreationInDays": 3, - "timestamp": "2021-08-31T23:41:02.0981630Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "update": "extend", - "immutabilityPeriodSinceCreationInDays": 100, - "timestamp": "2021-08-31T23:41:02.4887776Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "legalHold": { - "hasLegalHold": true, - "tags": [ - { - "tag": "tag1", - "timestamp": "2021-08-31T23:41:01.5668655Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag2", - "timestamp": "2021-08-31T23:41:01.5668655Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - }, - { - "tag": "tag3", - "timestamp": "2021-08-31T23:41:01.5668655Z", - "objectIdentifier": "3b10dae3-28cf-49a7-a8df-8fbae3e77f27", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47" - } - ] - }, - "hasImmutabilityPolicy": true, - "hasLegalHold": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-95644653b13fe84189e60149b825dd75-3d985ba6dd240147-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f3097940ee69855dc34e4939680f789", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:41:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f3097940ee69855dc34e4939680f789", - "x-ms-correlation-request-id": "c41c5693-388d-485b-97a1-f8d8662088ae", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "d524499e-3c1f-4911-84f0-ca0565f3b1c9", - "x-ms-routing-request-id": "WESTUS:20210831T234103Z:c41c5693-388d-485b-97a1-f8d8662088ae" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5701/providers/Microsoft.Storage/storageAccounts/sto1789/blobServices/default/containers/container7885?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-29372b06f7411a488984c7020e1378f0-ca78ae9d6c012743-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db48de632726601dadf6d0a6ec34c525", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:41:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db48de632726601dadf6d0a6ec34c525", - "x-ms-correlation-request-id": "b8fb824b-abdc-455e-9520-667a16b209c9", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "8232ff0e-5188-4bff-bdaf-b3e364ec4d64", - "x-ms-routing-request-id": "WESTUS:20210831T234103Z:b8fb824b-abdc-455e-9520-667a16b209c9" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "390049794", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json deleted file mode 100644 index 06b5988234b9d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTest.json +++ /dev/null @@ -1,1137 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b2be91df41d160231cccc83ea516e29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f528f24-fa3f-4b14-986b-dec6b374e2de", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "3f528f24-fa3f-4b14-986b-dec6b374e2de", - "x-ms-routing-request-id": "WESTUS2:20210831T231617Z:3f528f24-fa3f-4b14-986b-dec6b374e2de" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31fe0b0c534cd8e53fbaaf2234929544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b38c601-37c0-4bab-a65e-db9956258644", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "6b38c601-37c0-4bab-a65e-db9956258644", - "x-ms-routing-request-id": "WESTUS2:20210831T231617Z:6b38c601-37c0-4bab-a65e-db9956258644" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res945?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-afd417bf235c554db153af105f669e29-9c2eedf1bab54f47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7873448ed82e37a7ff8098f08ab45e74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "793b50a5-04db-4145-92b6-ef330d74ab23", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "793b50a5-04db-4145-92b6-ef330d74ab23", - "x-ms-routing-request-id": "WESTUS2:20210831T231617Z:793b50a5-04db-4145-92b6-ef330d74ab23" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945", - "name": "res945", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-190bac0a4b158e46b9bad3f86ae9e236-ebf04aea01f56745-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8813711eca8652031b6245e0e19e3788", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8813711eca8652031b6245e0e19e3788", - "x-ms-correlation-request-id": "417e2a8a-5979-4658-8e54-d59dad700c6c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc", - "x-ms-routing-request-id": "WESTUS2:20210831T231620Z:417e2a8a-5979-4658-8e54-d59dad700c6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "237308ade9307a086f26127562571de1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237308ade9307a086f26127562571de1", - "x-ms-correlation-request-id": "0ca037dc-5d7b-4a3c-95cc-c5414d6de5bb", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "e9108a88-bf93-4e5b-9540-42931cefda50", - "x-ms-routing-request-id": "WESTUS2:20210831T231620Z:0ca037dc-5d7b-4a3c-95cc-c5414d6de5bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "587968617a51417c3ebc8e39f7b66a67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "587968617a51417c3ebc8e39f7b66a67", - "x-ms-correlation-request-id": "c54da2ca-1ef6-4809-a9b8-bef86afcac72", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "98d8638f-34f0-4268-bc5f-eccd8032e65d", - "x-ms-routing-request-id": "WESTUS2:20210831T231621Z:c54da2ca-1ef6-4809-a9b8-bef86afcac72" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d932f45c132a275754928a8acabdf4a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d932f45c132a275754928a8acabdf4a1", - "x-ms-correlation-request-id": "f28cd40e-9ddf-4346-ae87-5bb30e69b418", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "2d2300cc-d474-4cf0-a37a-f7ddd698e17f", - "x-ms-routing-request-id": "WESTUS2:20210831T231622Z:f28cd40e-9ddf-4346-ae87-5bb30e69b418" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fecf02fad3a33ff8c32e5735bce82b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fecf02fad3a33ff8c32e5735bce82b9", - "x-ms-correlation-request-id": "67ca4216-5378-41f2-b381-ca620caf6ca4", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "1816c413-1e98-49fc-b724-58b67c1333ef", - "x-ms-routing-request-id": "WESTUS2:20210831T231623Z:67ca4216-5378-41f2-b381-ca620caf6ca4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d19abbb44244db7105204beeff17680", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d19abbb44244db7105204beeff17680", - "x-ms-correlation-request-id": "5d1aaca7-a166-4675-a6c3-937048f8e52a", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "df6390fe-ce5c-4264-bcf0-ec042c18d551", - "x-ms-routing-request-id": "WESTUS2:20210831T231625Z:5d1aaca7-a166-4675-a6c3-937048f8e52a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0709ecc8ebc9ae2cf5ff4df82ee3cb85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0709ecc8ebc9ae2cf5ff4df82ee3cb85", - "x-ms-correlation-request-id": "cfc24321-6c40-426b-8257-ea42957ea653", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "7331c4b0-961d-4721-8395-773546a2478a", - "x-ms-routing-request-id": "WESTUS2:20210831T231626Z:cfc24321-6c40-426b-8257-ea42957ea653" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ecfd11087a4ea7c399f6ee7a940439a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ecfd11087a4ea7c399f6ee7a940439a", - "x-ms-correlation-request-id": "12f03ee2-f848-44d4-8cf5-8577c1f501ce", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "ad6689fd-f730-4169-9f27-7583f33eaf0e", - "x-ms-routing-request-id": "WESTUS2:20210831T231627Z:12f03ee2-f848-44d4-8cf5-8577c1f501ce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6eab64bc7ac5cfef7f6b7825f7be1e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6eab64bc7ac5cfef7f6b7825f7be1e2c", - "x-ms-correlation-request-id": "9a2a1407-eed9-4b96-a274-6b250699c755", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "979c6e9b-b16a-4c16-9101-49e84fc9c7fc", - "x-ms-routing-request-id": "WESTUS2:20210831T231628Z:9a2a1407-eed9-4b96-a274-6b250699c755" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1dad7f87572240dc6f1ecd2a7c4405b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dad7f87572240dc6f1ecd2a7c4405b4", - "x-ms-correlation-request-id": "70930c93-8e55-492a-83a5-424b89050ddf", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "03e2e525-eaf8-4658-85d1-8a3cb6d44ab4", - "x-ms-routing-request-id": "WESTUS2:20210831T231629Z:70930c93-8e55-492a-83a5-424b89050ddf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca3bb3bb5d3895c0e1ff9f390f57f37a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca3bb3bb5d3895c0e1ff9f390f57f37a", - "x-ms-correlation-request-id": "8f872a44-c13c-4bb6-a3e2-9add30863935", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "e793f7ba-2c37-4d96-a547-be226b57bd06", - "x-ms-routing-request-id": "WESTUS2:20210831T231630Z:8f872a44-c13c-4bb6-a3e2-9add30863935" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a60418025936577876bffa6acc5523a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a60418025936577876bffa6acc5523a", - "x-ms-correlation-request-id": "db4d5089-9fc6-4361-8f21-c876175676f2", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "9c5aa2cc-b109-4f20-a89d-44c68779ba05", - "x-ms-routing-request-id": "WESTUS2:20210831T231631Z:db4d5089-9fc6-4361-8f21-c876175676f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4469c36554832af4be183c23b7a33118", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4469c36554832af4be183c23b7a33118", - "x-ms-correlation-request-id": "96bad6e6-70e6-47de-a2c1-d1e02a998b94", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "783107cd-0ed9-4077-ab11-20f76788827e", - "x-ms-routing-request-id": "WESTUS2:20210831T231633Z:96bad6e6-70e6-47de-a2c1-d1e02a998b94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3baa532bdbe395213bd642cc5d1ae81c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3baa532bdbe395213bd642cc5d1ae81c", - "x-ms-correlation-request-id": "c30d939e-d8d7-4ea7-909f-4bc171422105", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "7e0a919e-0a39-491b-b686-249d720415b5", - "x-ms-routing-request-id": "WESTUS2:20210831T231634Z:c30d939e-d8d7-4ea7-909f-4bc171422105" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bd365acafee2bf74d366b7ae954ade4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bd365acafee2bf74d366b7ae954ade4", - "x-ms-correlation-request-id": "7d13fe83-d134-4b4d-902f-f58c4a49ac59", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "a1dcd40b-e0c0-4118-9a70-e5d0284c86a5", - "x-ms-routing-request-id": "WESTUS2:20210831T231635Z:7d13fe83-d134-4b4d-902f-f58c4a49ac59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "597be73a171a8a56a2d308ac1127cca4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:16:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "597be73a171a8a56a2d308ac1127cca4", - "x-ms-correlation-request-id": "7a88ce81-8913-4244-978c-5a162382d7e9", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "64397a1c-7d90-464e-969e-fb5da54a90a1", - "x-ms-routing-request-id": "WESTUS2:20210831T231636Z:7a88ce81-8913-4244-978c-5a162382d7e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3d0d40bc-d623-41e7-a945-3eeb1bbc4dcc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5276202fe5d07b295b7eeead6fa6ace7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5276202fe5d07b295b7eeead6fa6ace7", - "x-ms-correlation-request-id": "a1bfbad6-a89a-4bfb-b9fe-a3272fbdd98d", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "7eb8e185-3b3a-4a37-9176-51d53f1bbab4", - "x-ms-routing-request-id": "WESTUS2:20210831T231637Z:a1bfbad6-a89a-4bfb-b9fe-a3272fbdd98d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024", - "name": "sto4024", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:16:19.1476466Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:16:19.1476466Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:16:19.0226417Z", - "primaryEndpoints": { - "dfs": "https://sto4024.dfs.core.windows.net/", - "web": "https://sto4024.z20.web.core.windows.net/", - "blob": "https://sto4024.blob.core.windows.net/", - "queue": "https://sto4024.queue.core.windows.net/", - "table": "https://sto4024.table.core.windows.net/", - "file": "https://sto4024.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-696a53964e1f3448a0f37235e6dd77f8-25ed6fc447f06044-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e76925e018f0e9548a91aa74a19256a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:37 GMT", - "ETag": "\u00220x8D96CD562033A93\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e76925e018f0e9548a91aa74a19256a", - "x-ms-correlation-request-id": "7e8d0437-af8d-428a-a929-a856a27ee324", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "488a57fc-74f5-4848-8171-d6ff321ca0ca", - "x-ms-routing-request-id": "WESTUS2:20210831T231637Z:7e8d0437-af8d-428a-a929-a856a27ee324" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292", - "name": "container4292", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-d75081ff80217d4eb0bf26407fbd649a-8f598daa7889644a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddc94bc6135abd54fffd9b29a91afb27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "437", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:37 GMT", - "ETag": "\u00220x8D96CD56235ECA4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddc94bc6135abd54fffd9b29a91afb27", - "x-ms-correlation-request-id": "f7ad4a38-c0af-41ab-a50a-2a31596bdb35", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "2483a0d5-138d-47d5-b771-e21134a693bc", - "x-ms-routing-request-id": "WESTUS2:20210831T231638Z:f7ad4a38-c0af-41ab-a50a-2a31596bdb35" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292", - "name": "container4292", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8660?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-22a0afb16dbaa946957f8b3d1aaaa8cd-5c44a2d101e87f45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5595b383a005e11f44873c0fd31065c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:38 GMT", - "ETag": "\u00220x8D96CD5626542C0\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5595b383a005e11f44873c0fd31065c8", - "x-ms-correlation-request-id": "9bfdbe59-1c02-4ea2-88ff-e819eeda4e9c", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "0b44d4ab-02a5-4b3b-8dee-bb9fce41583f", - "x-ms-routing-request-id": "WESTUS2:20210831T231638Z:9bfdbe59-1c02-4ea2-88ff-e819eeda4e9c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8660", - "name": "container8660", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8815?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-db6b594967f4864ab0b9fa12ea79e334-4d4c5f2c1b1bea41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09e35aa94aceb93e9f91656b652dadf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:38 GMT", - "ETag": "\u00220x8D96CD562992D86\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09e35aa94aceb93e9f91656b652dadf3", - "x-ms-correlation-request-id": "f78c0580-1d2a-433c-bd33-95c6971432cf", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "90295ec3-262c-484b-b0c6-3484f7599b5b", - "x-ms-routing-request-id": "WESTUS2:20210831T231638Z:f78c0580-1d2a-433c-bd33-95c6971432cf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8815", - "name": "container8815", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a1149e93c1be9b49a54eadc436da2e25-c70c8ce1a5c9854a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9066c786c015a9abfc168c18ad2bed36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1876", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9066c786c015a9abfc168c18ad2bed36", - "x-ms-correlation-request-id": "86712986-61d4-4bfe-8213-ec0fd359c75e", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "486da908-db48-490f-b038-22d78e73977f", - "x-ms-routing-request-id": "WESTUS2:20210831T231638Z:86712986-61d4-4bfe-8213-ec0fd359c75e" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292", - "name": "container4292", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD56235ECA4\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8660", - "name": "container8660", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD5626542C0\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8815", - "name": "container8815", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD562992D86\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d4ddcf85ca963542ae603be0a7d0a19a-6fff36ac6dd4b944-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1716660164368b4579b660eb975df59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1544", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1716660164368b4579b660eb975df59", - "x-ms-correlation-request-id": "ffb24437-f22e-4366-983d-0659180fa46d", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "d9cc8167-2738-47d7-834f-682956c26e0a", - "x-ms-routing-request-id": "WESTUS2:20210831T231639Z:ffb24437-f22e-4366-983d-0659180fa46d" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container4292", - "name": "container4292", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD56235ECA4\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8660", - "name": "container8660", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD5626542C0\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ], - "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted\u0026$skipToken=/sto4024/container8815" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted\u0026$skipToken=/sto4024/container8815", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d303144be4cca44a8b2046924f49e58d-cb1ead91ae5e1040-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "484d1b8e38ffe82daf390db8be250c73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "631", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:16:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "484d1b8e38ffe82daf390db8be250c73", - "x-ms-correlation-request-id": "de9ef58d-b908-4ae9-9206-ebb69233bde2", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "cbc16427-5deb-4eeb-ae98-ab59e9e1d19b", - "x-ms-routing-request-id": "WESTUS2:20210831T231639Z:de9ef58d-b908-4ae9-9206-ebb69233bde2" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res945/providers/Microsoft.Storage/storageAccounts/sto4024/blobServices/default/containers/container8815", - "name": "container8815", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD562992D86\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:16:38.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1954828907", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json deleted file mode 100644 index 05ec667ede052..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersListTestAsync.json +++ /dev/null @@ -1,1137 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c9b611801848df367036da18bf871f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d69fd5d4-deb1-462b-81a6-9d3240e1b49d", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "d69fd5d4-deb1-462b-81a6-9d3240e1b49d", - "x-ms-routing-request-id": "WESTUS:20210831T234225Z:d69fd5d4-deb1-462b-81a6-9d3240e1b49d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0df9a21519a6bde773a2038f6b6ea007", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c55e3ae1-107a-4673-8c5e-473807c79de8", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "c55e3ae1-107a-4673-8c5e-473807c79de8", - "x-ms-routing-request-id": "WESTUS:20210831T234225Z:c55e3ae1-107a-4673-8c5e-473807c79de8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6027?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b4c28da877de4b4d97e5062e8671dcff-9045d2d9e5061a44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "620c39ea67c11173d2685c9a62e56334", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6caf2d0e-3f4b-4a0c-8df5-c9d350273bf3", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "6caf2d0e-3f4b-4a0c-8df5-c9d350273bf3", - "x-ms-routing-request-id": "WESTUS:20210831T234226Z:6caf2d0e-3f4b-4a0c-8df5-c9d350273bf3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027", - "name": "res6027", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-37277baf3aa5c94884087c67cffefbd0-049763d501ee8c49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8f4ecb9fe1ede7a28e2fd6421f96365", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8f4ecb9fe1ede7a28e2fd6421f96365", - "x-ms-correlation-request-id": "4517176c-1d10-4446-906a-5200a173ce47", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "b46b8026-e2da-4d38-8211-150afab76fca", - "x-ms-routing-request-id": "WESTUS:20210831T234229Z:4517176c-1d10-4446-906a-5200a173ce47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b3b4195a04133acb9283998575adb06e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3b4195a04133acb9283998575adb06e", - "x-ms-correlation-request-id": "d3882a48-9247-4f62-9830-5e71ca3241b3", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "03560662-5a82-45d4-94e8-1a5245650cc9", - "x-ms-routing-request-id": "WESTUS:20210831T234229Z:d3882a48-9247-4f62-9830-5e71ca3241b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44ae34f8d0a566c2b26ded4b4deebc17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44ae34f8d0a566c2b26ded4b4deebc17", - "x-ms-correlation-request-id": "0ce53d12-7d33-40ca-941f-630d32d5f3ab", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "c05350ff-d6e5-4f8e-b167-541d78f21e47", - "x-ms-routing-request-id": "WESTUS:20210831T234230Z:0ce53d12-7d33-40ca-941f-630d32d5f3ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08095d25af44af52d583d10cbab5114d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08095d25af44af52d583d10cbab5114d", - "x-ms-correlation-request-id": "f739fef3-708d-41f7-b51f-09c7c4979ea1", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "d3f1ab85-6412-431a-bdf6-c47d6718f32b", - "x-ms-routing-request-id": "WESTUS:20210831T234231Z:f739fef3-708d-41f7-b51f-09c7c4979ea1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed92422278628afa564e01a51780eda3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed92422278628afa564e01a51780eda3", - "x-ms-correlation-request-id": "bbac31da-07f4-4c35-9552-9f885a219ff7", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "6d5381c6-c154-4530-ba26-e9e58fca2309", - "x-ms-routing-request-id": "WESTUS:20210831T234232Z:bbac31da-07f4-4c35-9552-9f885a219ff7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "176081c7a8a3482ae1ff6e21feb6abfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "176081c7a8a3482ae1ff6e21feb6abfc", - "x-ms-correlation-request-id": "24e3cd9b-c86d-4896-89b2-3e42917b4478", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "ad6da15b-8841-47da-8739-438fa0a1b095", - "x-ms-routing-request-id": "WESTUS:20210831T234233Z:24e3cd9b-c86d-4896-89b2-3e42917b4478" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b289f5cce5cacb5637fb1f5aead9755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b289f5cce5cacb5637fb1f5aead9755", - "x-ms-correlation-request-id": "d1a1b6b4-e849-4e29-8e0a-76c50e700829", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "bf02ae9c-87ee-46c2-bd76-62c6b846435e", - "x-ms-routing-request-id": "WESTUS:20210831T234234Z:d1a1b6b4-e849-4e29-8e0a-76c50e700829" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "38442e96f9547aaa17490b630ad98ca0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38442e96f9547aaa17490b630ad98ca0", - "x-ms-correlation-request-id": "ae1848ec-d22a-4187-b2b9-e9e8faab40d2", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "c584d04d-c070-4be4-9e05-b06f0a755247", - "x-ms-routing-request-id": "WESTUS:20210831T234235Z:ae1848ec-d22a-4187-b2b9-e9e8faab40d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "784804a2e257f847ccb4b424f6349a34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "784804a2e257f847ccb4b424f6349a34", - "x-ms-correlation-request-id": "197cae1f-8411-45a6-8152-5450257c8409", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "902885fa-1c3e-42cf-a3d1-1df9a62d064c", - "x-ms-routing-request-id": "WESTUS:20210831T234237Z:197cae1f-8411-45a6-8152-5450257c8409" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d08a1967727163a8f5aef312c251a18a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08a1967727163a8f5aef312c251a18a", - "x-ms-correlation-request-id": "81d778c2-2dcd-464e-9211-c974f9eef181", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "6eec6b3e-2a2a-42f4-88c0-578fa31a5852", - "x-ms-routing-request-id": "WESTUS:20210831T234238Z:81d778c2-2dcd-464e-9211-c974f9eef181" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a95310f31f65b4fde64b6c9f458583e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a95310f31f65b4fde64b6c9f458583e3", - "x-ms-correlation-request-id": "64ca3f58-911e-41a1-9d87-09aa37c42f62", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "740a3ba2-097d-4e8f-b201-1c4b70e7bd17", - "x-ms-routing-request-id": "WESTUS:20210831T234239Z:64ca3f58-911e-41a1-9d87-09aa37c42f62" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1fcd7aebc4e2f2f5ce482a9ee34367a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1fcd7aebc4e2f2f5ce482a9ee34367a", - "x-ms-correlation-request-id": "b6260bbd-f7f6-4e28-9b38-cec8f904caaf", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "0aa593f2-fd27-4eaa-bc7d-668c9af4c198", - "x-ms-routing-request-id": "WESTUS:20210831T234240Z:b6260bbd-f7f6-4e28-9b38-cec8f904caaf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e5312912f1e147ce1bd6e92506081e6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5312912f1e147ce1bd6e92506081e6f", - "x-ms-correlation-request-id": "fd99e644-cc4d-4999-a776-7755348b1a98", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "f93df7f3-f6ad-4079-8a13-f9902d4fa5e9", - "x-ms-routing-request-id": "WESTUS:20210831T234241Z:fd99e644-cc4d-4999-a776-7755348b1a98" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea630f2ab055363be1234d809c54c5b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea630f2ab055363be1234d809c54c5b2", - "x-ms-correlation-request-id": "7425253a-2150-4d70-9c79-f973beaf0f8d", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "094dfbb1-6e49-43a6-aa5a-ddc9003824ca", - "x-ms-routing-request-id": "WESTUS:20210831T234242Z:7425253a-2150-4d70-9c79-f973beaf0f8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b8cf2159e54bd0209b4d677d20a2953", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b8cf2159e54bd0209b4d677d20a2953", - "x-ms-correlation-request-id": "c45f401c-5e06-4a8c-a286-c06a4794cbde", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "b3426691-c4a6-4446-95bd-76f5b01fe447", - "x-ms-routing-request-id": "WESTUS:20210831T234243Z:c45f401c-5e06-4a8c-a286-c06a4794cbde" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df7e13c64bd06225edfa04bea34eabc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:42:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df7e13c64bd06225edfa04bea34eabc7", - "x-ms-correlation-request-id": "b7e7a3b8-1aa0-4f6e-9ab4-a8dc3e9c53f0", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "bd583b55-369b-46d9-9791-83b8b5b67c67", - "x-ms-routing-request-id": "WESTUS:20210831T234245Z:b7e7a3b8-1aa0-4f6e-9ab4-a8dc3e9c53f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b46b8026-e2da-4d38-8211-150afab76fca?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "130f3611027b8c1b0da5e1a1dac363d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "130f3611027b8c1b0da5e1a1dac363d7", - "x-ms-correlation-request-id": "03c77cbe-7001-4081-99a3-71114ef69ada", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "77f1e547-c430-43fb-b0ba-7bb6a39e1e0f", - "x-ms-routing-request-id": "WESTUS:20210831T234246Z:03c77cbe-7001-4081-99a3-71114ef69ada" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141", - "name": "sto4141", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:42:27.6484082Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:42:27.6484082Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:42:27.5390530Z", - "primaryEndpoints": { - "dfs": "https://sto4141.dfs.core.windows.net/", - "web": "https://sto4141.z20.web.core.windows.net/", - "blob": "https://sto4141.blob.core.windows.net/", - "queue": "https://sto4141.queue.core.windows.net/", - "table": "https://sto4141.table.core.windows.net/", - "file": "https://sto4141.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-75c6f7daefea9d419577f67468c8f79b-5f710e4961bf1140-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d589b9fae1e6cdca2a2d5999431aba08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:45 GMT", - "ETag": "\u00220x8D96CD9090F2355\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d589b9fae1e6cdca2a2d5999431aba08", - "x-ms-correlation-request-id": "2a6c67d2-cdff-4953-97e6-225fd9c0d84d", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "c8c3268f-3291-40c6-897f-f5a2bd05d529", - "x-ms-routing-request-id": "WESTUS:20210831T234246Z:2a6c67d2-cdff-4953-97e6-225fd9c0d84d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685", - "name": "container4685", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-1f73711027d7ad43a758e807315029c3-4a6198715b5f4644-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa9c660ed715f8c3f2d12a6983882a96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:46 GMT", - "ETag": "\u00220x8D96CD9094446D1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa9c660ed715f8c3f2d12a6983882a96", - "x-ms-correlation-request-id": "cf195931-6bd8-453f-8f81-7ef3e65d1e9d", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "59ab7a3c-95d2-4648-a3e5-d1f8776fce5a", - "x-ms-routing-request-id": "WESTUS:20210831T234246Z:cf195931-6bd8-453f-8f81-7ef3e65d1e9d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685", - "name": "container4685", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4192?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-6ef36d3177b8544cbaabab74ac3eace0-9df1273fcb9f744c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2194a9c42af145554651d5c1f3c98b27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:46 GMT", - "ETag": "\u00220x8D96CD9097746E1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2194a9c42af145554651d5c1f3c98b27", - "x-ms-correlation-request-id": "42e339e7-16b6-4ea2-9c86-5dbdd4ecd7b4", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "a543d3da-84c2-46bf-a110-6a16ecb70f94", - "x-ms-routing-request-id": "WESTUS:20210831T234247Z:42e339e7-16b6-4ea2-9c86-5dbdd4ecd7b4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4192", - "name": "container4192", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container6555?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-1bdfa7f0343eae4cba74bdf3405486b2-efeeee505ee5724f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dcc75dcb22e391f6e215b66149a103c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:46 GMT", - "ETag": "\u00220x8D96CD909A95C8C\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcc75dcb22e391f6e215b66149a103c3", - "x-ms-correlation-request-id": "9e7c4a68-7d04-4fe2-a50d-86dde43aa415", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "278d85f5-e135-4054-be97-1d2bd04d00d3", - "x-ms-routing-request-id": "WESTUS:20210831T234247Z:9e7c4a68-7d04-4fe2-a50d-86dde43aa415" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container6555", - "name": "container6555", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers?api-version=2019-06-01\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-01b93469c0bda44d923480761cbcafde-3b6a61ceaca6a847-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "26707f6c1de7463cb5cf85ee36ff079f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1879", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26707f6c1de7463cb5cf85ee36ff079f", - "x-ms-correlation-request-id": "24da0b49-5ed4-4c7c-bed5-ffed3c16debc", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "53f318b2-5f09-419c-bcb7-400d2bc30608", - "x-ms-routing-request-id": "WESTUS:20210831T234247Z:24da0b49-5ed4-4c7c-bed5-ffed3c16debc" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4192", - "name": "container4192", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD9097746E1\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:47.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685", - "name": "container4685", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD9094446D1\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:46.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container6555", - "name": "container6555", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD909A95C8C\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:47.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-68d2c8f630567a40b39f8eb2612c6876-43cf7953f9b22645-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccbdea4250ce86e19e8f0e159ee3fcb0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1547", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccbdea4250ce86e19e8f0e159ee3fcb0", - "x-ms-correlation-request-id": "48f26bb5-de77-4fd6-a715-b4d8019d40eb", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "498890bc-9d5e-4a38-bc46-61b14b420bd3", - "x-ms-routing-request-id": "WESTUS:20210831T234247Z:48f26bb5-de77-4fd6-a715-b4d8019d40eb" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4192", - "name": "container4192", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD9097746E1\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:47.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container4685", - "name": "container4685", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD9094446D1\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:46.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ], - "nextLink": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted\u0026$skipToken=/sto4141/container6555" - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers?api-version=2019-06-01\u0026$maxpagesize=2\u0026$include=deleted\u0026$skipToken=/sto4141/container6555", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-40c09d8b6e6ae2428b7efb0a8aad7ad3-e7ef6fb51a2f774c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a86fdd2001badb1218126149c085ae3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "632", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:42:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a86fdd2001badb1218126149c085ae3", - "x-ms-correlation-request-id": "c9e47fdd-0952-4588-9530-818a29ac67f7", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "9b4b5e86-af28-4e2a-a019-301942a2c96f", - "x-ms-routing-request-id": "WESTUS:20210831T234247Z:c9e47fdd-0952-4588-9530-818a29ac67f7" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6027/providers/Microsoft.Storage/storageAccounts/sto4141/blobServices/default/containers/container6555", - "name": "container6555", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD909A95C8C\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "publicAccess": "None", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:42:47.0000000Z", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "2041509141", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json deleted file mode 100644 index 64b20606b0f79..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTest.json +++ /dev/null @@ -1,867 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9635cd3f5dea1a22911eb34cf2f83c0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94345bf9-73ef-461c-82a8-436ee462e8e2", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "94345bf9-73ef-461c-82a8-436ee462e8e2", - "x-ms-routing-request-id": "WESTUS2:20210831T231742Z:94345bf9-73ef-461c-82a8-436ee462e8e2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5e9a8b28675437b57f82089e773133e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49af6215-41ad-4e0e-8088-a8c527b6fbb0", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "49af6215-41ad-4e0e-8088-a8c527b6fbb0", - "x-ms-routing-request-id": "WESTUS2:20210831T231742Z:49af6215-41ad-4e0e-8088-a8c527b6fbb0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8245?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b869e50421855c4983b86ba003e0b99a-9ed3ac4a03b54447-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17e1ef4bc04fba7226f7ddff3649c3ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45b8ad2a-40e7-44bb-8678-998bc955cd92", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "45b8ad2a-40e7-44bb-8678-998bc955cd92", - "x-ms-routing-request-id": "WESTUS2:20210831T231743Z:45b8ad2a-40e7-44bb-8678-998bc955cd92" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245", - "name": "res8245", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-553e9e3985cf03418f1609f63cc65522-7815c67e5fc7fc44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40fa0c27b9a1f2513ef23d98331e0a74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40fa0c27b9a1f2513ef23d98331e0a74", - "x-ms-correlation-request-id": "48a355b2-d0b3-4545-a545-53c532622b7d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0c7a22a6-c51a-4634-a4bb-0600a964445b", - "x-ms-routing-request-id": "WESTUS2:20210831T231747Z:48a355b2-d0b3-4545-a545-53c532622b7d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "064bbcddbd4336aa8f2510cd3522f3d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "064bbcddbd4336aa8f2510cd3522f3d9", - "x-ms-correlation-request-id": "9a5b5061-5a6c-4b63-aa93-46a51fe27dee", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "edd8424e-e97f-468d-94a3-27b693acea9a", - "x-ms-routing-request-id": "WESTUS2:20210831T231747Z:9a5b5061-5a6c-4b63-aa93-46a51fe27dee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2e98ad251bac433258326522ab3ad1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e98ad251bac433258326522ab3ad1e", - "x-ms-correlation-request-id": "3b8f25ba-12ef-4343-a240-a8c83ab00c20", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "d6dcb78b-5e6a-4b42-8fc1-f1c6680c6998", - "x-ms-routing-request-id": "WESTUS2:20210831T231748Z:3b8f25ba-12ef-4343-a240-a8c83ab00c20" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "76bbdf4304d28f30fcd2cbd2531942f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76bbdf4304d28f30fcd2cbd2531942f7", - "x-ms-correlation-request-id": "eee3e672-721a-40c6-8089-8ff146da335f", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "3eb95d64-a4ec-4724-bad6-e44b1f1706cb", - "x-ms-routing-request-id": "WESTUS2:20210831T231749Z:eee3e672-721a-40c6-8089-8ff146da335f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bacbb55b0c378ba28987e1c097570bdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bacbb55b0c378ba28987e1c097570bdb", - "x-ms-correlation-request-id": "e0fbef3e-cc4c-40c1-a68c-08f648116661", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "b66560b8-3ab0-462b-ab5b-7f42ad993844", - "x-ms-routing-request-id": "WESTUS2:20210831T231750Z:e0fbef3e-cc4c-40c1-a68c-08f648116661" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "558af2777c67ce06595aa6e88660700b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "558af2777c67ce06595aa6e88660700b", - "x-ms-correlation-request-id": "16d2240b-e1aa-4029-ac28-972fa25d8495", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "3d7ab49c-4411-492b-9452-88011ab584bc", - "x-ms-routing-request-id": "WESTUS2:20210831T231751Z:16d2240b-e1aa-4029-ac28-972fa25d8495" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75f72e41f3e736e63c30ec4b2270f7a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75f72e41f3e736e63c30ec4b2270f7a4", - "x-ms-correlation-request-id": "2212c7a9-6e29-4490-98a2-f6c05be245bf", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "88134e50-f692-4c3e-9e9a-a189199c5c9e", - "x-ms-routing-request-id": "WESTUS2:20210831T231752Z:2212c7a9-6e29-4490-98a2-f6c05be245bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "615aefc6ec8fde90aefd61dd66b90428", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "615aefc6ec8fde90aefd61dd66b90428", - "x-ms-correlation-request-id": "8ef76a7f-cfe4-4c4d-9d3a-9eb91d8cf893", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "4ec57894-828a-4f2e-ac28-fda7f7273930", - "x-ms-routing-request-id": "WESTUS2:20210831T231753Z:8ef76a7f-cfe4-4c4d-9d3a-9eb91d8cf893" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "697ed516955f84f30b53193790bbabe8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "697ed516955f84f30b53193790bbabe8", - "x-ms-correlation-request-id": "8ba793bc-45b3-42f1-92cf-dc1ef31594dd", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "f3cc8552-c69e-4768-9e27-6d29b3a361a5", - "x-ms-routing-request-id": "WESTUS2:20210831T231754Z:8ba793bc-45b3-42f1-92cf-dc1ef31594dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "972101620f06557c9d19c7ea9209cf82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "972101620f06557c9d19c7ea9209cf82", - "x-ms-correlation-request-id": "67751daf-c928-4e84-b613-613349f6866c", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "9a9cff60-8020-4405-8655-5c4b3e5412cd", - "x-ms-routing-request-id": "WESTUS2:20210831T231756Z:67751daf-c928-4e84-b613-613349f6866c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c35c32b8df23144fbd6563bd3584df3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c35c32b8df23144fbd6563bd3584df3", - "x-ms-correlation-request-id": "af37935b-58b1-44fc-97f6-de0b39eb9529", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "7a50d511-18f5-4d1a-b833-460c703ed0d1", - "x-ms-routing-request-id": "WESTUS2:20210831T231757Z:af37935b-58b1-44fc-97f6-de0b39eb9529" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "657a78516d9806225928cb46ce09f101", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "657a78516d9806225928cb46ce09f101", - "x-ms-correlation-request-id": "1fd5a0d5-9729-4061-a5fc-b369ea235167", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "c8da786a-29f0-45f8-a3c0-027489823161", - "x-ms-routing-request-id": "WESTUS2:20210831T231758Z:1fd5a0d5-9729-4061-a5fc-b369ea235167" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc0c96835f86d4f5bcf09b30b9418244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc0c96835f86d4f5bcf09b30b9418244", - "x-ms-correlation-request-id": "a3b246bb-6f9d-47d5-b8d2-ddf6e3774bc4", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "4a741434-04c4-4d5f-80c7-8b13f0a907cc", - "x-ms-routing-request-id": "WESTUS2:20210831T231759Z:a3b246bb-6f9d-47d5-b8d2-ddf6e3774bc4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1999d3cb6a8fbdeaa12ef3c9c2fe62f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:17:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1999d3cb6a8fbdeaa12ef3c9c2fe62f2", - "x-ms-correlation-request-id": "6f2e79f3-32de-400d-aec1-d352bfcf74d3", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "d1878329-04bd-432f-901e-8c991bb1acb0", - "x-ms-routing-request-id": "WESTUS2:20210831T231800Z:6f2e79f3-32de-400d-aec1-d352bfcf74d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cb754e4804cf26d83a5a9a7d2f14d17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:18:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cb754e4804cf26d83a5a9a7d2f14d17", - "x-ms-correlation-request-id": "28de16bf-bf14-4154-8c81-688c829d6737", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "06b23960-7744-4131-85bd-76e15d798556", - "x-ms-routing-request-id": "WESTUS2:20210831T231801Z:28de16bf-bf14-4154-8c81-688c829d6737" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0c7a22a6-c51a-4634-a4bb-0600a964445b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa7a87a6d8701971ab4e2b576b2b12bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:18:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa7a87a6d8701971ab4e2b576b2b12bd", - "x-ms-correlation-request-id": "d2cd9cb9-0b9e-400b-a78e-5a98be49a3f3", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "84fbc85d-4d27-4ddd-b9f6-43b98cbf0ec0", - "x-ms-routing-request-id": "WESTUS2:20210831T231802Z:d2cd9cb9-0b9e-400b-a78e-5a98be49a3f3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602", - "name": "sto6602", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:17:45.6666753Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:17:45.6666753Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:17:45.5573615Z", - "primaryEndpoints": { - "dfs": "https://sto6602.dfs.core.windows.net/", - "web": "https://sto6602.z20.web.core.windows.net/", - "blob": "https://sto6602.blob.core.windows.net/", - "queue": "https://sto6602.queue.core.windows.net/", - "table": "https://sto6602.table.core.windows.net/", - "file": "https://sto6602.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-702e85d05e2e704bbfbfb6fa7cee8783-fa9a8920c4500e40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89644ca9f745664aa796e9c042ebafe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:18:02 GMT", - "ETag": "\u00220x8D96CD594E70212\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89644ca9f745664aa796e9c042ebafe0", - "x-ms-correlation-request-id": "639881e5-df11-4970-b87b-dda790eed160", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "abeff354-9a78-4a66-aee9-563b40e087cc", - "x-ms-routing-request-id": "WESTUS2:20210831T231803Z:639881e5-df11-4970-b87b-dda790eed160" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558", - "name": "container6558", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-f83d3cf0db267d438feb1c5e0cb484b0-f3f23edd64c35740-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "833b23db8168e30b9d90fe5515865793", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:18:02 GMT", - "ETag": "\u00228d96cd5951e66a7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "833b23db8168e30b9d90fe5515865793", - "x-ms-correlation-request-id": "33fb9da5-244e-43fa-aff7-c6f501cdd38b", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "01663673-dc5b-41b3-8f0a-2c53f3c6077c", - "x-ms-routing-request-id": "WESTUS2:20210831T231803Z:33fb9da5-244e-43fa-aff7-c6f501cdd38b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd5951e66a7\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd5951e66a7\u0022", - "traceparent": "00-bc6861abdf8e614e82f3e4f11f134358-1f93bfa4b39c594d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a52819eb8de98f613093c94188586862", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:18:02 GMT", - "ETag": "\u00228d96cd5953d65bf\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a52819eb8de98f613093c94188586862", - "x-ms-correlation-request-id": "5e16d75e-6129-4eeb-ba26-241b51baf268", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c3f3027f-8beb-4082-a0d0-ebae683429e0", - "x-ms-routing-request-id": "WESTUS2:20210831T231803Z:5e16d75e-6129-4eeb-ba26-241b51baf268" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd5953d65bf\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8245/providers/Microsoft.Storage/storageAccounts/sto6602/blobServices/default/containers/container6558?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-3cf84a9a5f3e7a42a357bc07e79a562d-da34f8843443fd4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "088f767c3ad727254081ebb4f9f55120", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:18:03 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "088f767c3ad727254081ebb4f9f55120", - "x-ms-correlation-request-id": "34a62e86-056e-43a9-a7c0-fe16066f8a3c", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "57e3407d-1fe4-4058-a785-8cee06725d51", - "x-ms-routing-request-id": "WESTUS2:20210831T231804Z:34a62e86-056e-43a9-a7c0-fe16066f8a3c" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "171649288", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json deleted file mode 100644 index 6400ac6d6f3aa..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersLockImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,898 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a30e8e998d48b3ec3a1ff2ae3a22c4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0f624fd7-7316-4763-b611-c37bc3c34f60", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "0f624fd7-7316-4763-b611-c37bc3c34f60", - "x-ms-routing-request-id": "WESTUS2:20210831T234351Z:0f624fd7-7316-4763-b611-c37bc3c34f60" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66c9d57fe2fd7c89eb406c490b64c741", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "81dd2c07-a222-4d0e-b4ce-105cdc5228bb", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "81dd2c07-a222-4d0e-b4ce-105cdc5228bb", - "x-ms-routing-request-id": "WESTUS2:20210831T234351Z:81dd2c07-a222-4d0e-b4ce-105cdc5228bb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1766?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-f19adb82ba6ae542a2e8cfe97540470e-0d02f946850fc04c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0bba80b81da3b806beac09d432816ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1b645d25-0a17-457d-8864-25724e716da7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1b645d25-0a17-457d-8864-25724e716da7", - "x-ms-routing-request-id": "WESTUS2:20210831T234352Z:1b645d25-0a17-457d-8864-25724e716da7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766", - "name": "res1766", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-0fa22245d87c654f991e2842336efc61-c9e8ce15c8b74b4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f458e8920783b35f8f942bf47f5edabe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f458e8920783b35f8f942bf47f5edabe", - "x-ms-correlation-request-id": "659545bb-8461-4fea-82e8-df8dec5770f1", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fe268c89-f606-4e5f-bff2-c0d87c85f7c9", - "x-ms-routing-request-id": "WESTUS2:20210831T234357Z:659545bb-8461-4fea-82e8-df8dec5770f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ded11a7bdde879355b581489dac43e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ded11a7bdde879355b581489dac43e4d", - "x-ms-correlation-request-id": "c17226c7-5ffb-4d66-8f63-8246d6af7c49", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "0f90cde8-7114-4631-af24-446f689dff47", - "x-ms-routing-request-id": "WESTUS2:20210831T234357Z:c17226c7-5ffb-4d66-8f63-8246d6af7c49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57d9152f5c47b6ad30964744d1df0bd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57d9152f5c47b6ad30964744d1df0bd6", - "x-ms-correlation-request-id": "67e5525e-215f-431c-b6ae-a6681b77c322", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "6608e598-e425-45fd-91d5-26cf6496196e", - "x-ms-routing-request-id": "WESTUS2:20210831T234358Z:67e5525e-215f-431c-b6ae-a6681b77c322" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "657929d5fb8d7ad6f5a916ebc72ee7e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "657929d5fb8d7ad6f5a916ebc72ee7e8", - "x-ms-correlation-request-id": "519745de-1451-458a-b01a-99f29f4e148d", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "8e5f2267-89b7-4770-ad8f-4791bfaab282", - "x-ms-routing-request-id": "WESTUS2:20210831T234359Z:519745de-1451-458a-b01a-99f29f4e148d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9250e70167df1eba6d1aad5195f1a77b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:43:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9250e70167df1eba6d1aad5195f1a77b", - "x-ms-correlation-request-id": "f2aa9b8f-d20f-4f3f-b218-1660d46999d3", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "1a62ee25-c220-4ddb-a116-15694747240e", - "x-ms-routing-request-id": "WESTUS2:20210831T234400Z:f2aa9b8f-d20f-4f3f-b218-1660d46999d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1b43d4cd94b33c03f5e629e46c2ef02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1b43d4cd94b33c03f5e629e46c2ef02", - "x-ms-correlation-request-id": "703b09a8-a90f-417b-8ab3-33084d3cb188", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "ceb7b4b4-ad6d-417f-b6c6-fd1a1a736e94", - "x-ms-routing-request-id": "WESTUS2:20210831T234401Z:703b09a8-a90f-417b-8ab3-33084d3cb188" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9425fae798f6df66e5af7724d85e504", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9425fae798f6df66e5af7724d85e504", - "x-ms-correlation-request-id": "2755b6e4-df61-46b6-ab2d-b9b459aa6471", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "d9fc0e23-dc5f-40c2-bab5-721481ef9a99", - "x-ms-routing-request-id": "WESTUS2:20210831T234402Z:2755b6e4-df61-46b6-ab2d-b9b459aa6471" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a9e9b013679289d271c5380051cd8ab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a9e9b013679289d271c5380051cd8ab", - "x-ms-correlation-request-id": "b006d13f-ae06-4e35-9510-858f8d7c6139", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "ba206442-649c-43c3-872b-09d177226ae6", - "x-ms-routing-request-id": "WESTUS2:20210831T234404Z:b006d13f-ae06-4e35-9510-858f8d7c6139" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36a2ab2bbdaed3ec464642f0e14de5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36a2ab2bbdaed3ec464642f0e14de5b9", - "x-ms-correlation-request-id": "68262f5e-0cf8-4365-94a2-08dc65981a8e", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "9de982e8-8139-46fd-b646-2cd444dba7d0", - "x-ms-routing-request-id": "WESTUS2:20210831T234405Z:68262f5e-0cf8-4365-94a2-08dc65981a8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab9c5d7965237889c11ac27225766852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab9c5d7965237889c11ac27225766852", - "x-ms-correlation-request-id": "dac4d904-f331-47a2-a6e4-9e38c21ea17c", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "b7bdcd5f-7c48-4cd1-8775-cf8df0fa7cf5", - "x-ms-routing-request-id": "WESTUS2:20210831T234406Z:dac4d904-f331-47a2-a6e4-9e38c21ea17c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2474c82aee24455aeca4333f3ac46da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2474c82aee24455aeca4333f3ac46da", - "x-ms-correlation-request-id": "8c3e974a-af13-457b-a00b-393682862829", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "3beb55cb-7285-49af-a45b-090172850b41", - "x-ms-routing-request-id": "WESTUS2:20210831T234407Z:8c3e974a-af13-457b-a00b-393682862829" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a70699372d7fc687222a7593fb7aadd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a70699372d7fc687222a7593fb7aadd0", - "x-ms-correlation-request-id": "d955781e-6e34-456f-8430-1f1745f86987", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "0d34f1f6-8fe4-4d17-b6af-69343816c39f", - "x-ms-routing-request-id": "WESTUS2:20210831T234408Z:d955781e-6e34-456f-8430-1f1745f86987" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "956eefdd4206cbd70858fc5921558414", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "956eefdd4206cbd70858fc5921558414", - "x-ms-correlation-request-id": "7295487f-28fe-406f-b15c-7f4487d40b38", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "530b2ec5-b88e-4df2-9b5f-52aa6e667aef", - "x-ms-routing-request-id": "WESTUS2:20210831T234409Z:7295487f-28fe-406f-b15c-7f4487d40b38" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c3ae7d4c16f55d3c48080b738c24834", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c3ae7d4c16f55d3c48080b738c24834", - "x-ms-correlation-request-id": "4acacfc7-e832-4f19-a04d-0e599fc2b4e9", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "6227da88-d3bd-42f9-9421-27a5913cdcb9", - "x-ms-routing-request-id": "WESTUS2:20210831T234410Z:4acacfc7-e832-4f19-a04d-0e599fc2b4e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0455721cb13ef4d3c13b9f26312ea4cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0455721cb13ef4d3c13b9f26312ea4cc", - "x-ms-correlation-request-id": "4426cb7c-7fc0-4527-b10a-3110c24baf33", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "ce9916aa-221f-4e78-ba14-06a8774eee18", - "x-ms-routing-request-id": "WESTUS2:20210831T234411Z:4426cb7c-7fc0-4527-b10a-3110c24baf33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13bf60a5213f1c601c19d085c11f9245", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13bf60a5213f1c601c19d085c11f9245", - "x-ms-correlation-request-id": "3b3cc260-29b3-47fd-9da9-966dee627901", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "b8ae6a64-c55b-4519-9508-24f059221ce3", - "x-ms-routing-request-id": "WESTUS2:20210831T234413Z:3b3cc260-29b3-47fd-9da9-966dee627901" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fe268c89-f606-4e5f-bff2-c0d87c85f7c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af3cc710800022d61446ca3421ac2496", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:44:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af3cc710800022d61446ca3421ac2496", - "x-ms-correlation-request-id": "a3de4077-88ed-4ac3-b8b2-1cc8c7412996", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "ad1c8496-9456-473a-af0c-0476c5517d4b", - "x-ms-routing-request-id": "WESTUS2:20210831T234414Z:a3de4077-88ed-4ac3-b8b2-1cc8c7412996" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107", - "name": "sto6107", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:43:55.8081389Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:43:55.8081389Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:43:55.6675061Z", - "primaryEndpoints": { - "dfs": "https://sto6107.dfs.core.windows.net/", - "web": "https://sto6107.z20.web.core.windows.net/", - "blob": "https://sto6107.blob.core.windows.net/", - "queue": "https://sto6107.queue.core.windows.net/", - "table": "https://sto6107.table.core.windows.net/", - "file": "https://sto6107.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c9d2ce6c41a88a41b699834d69040c30-85270a8e4e8cff41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03d812b4f53411fb38e725e14d32a2a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:44:13 GMT", - "ETag": "\u00220x8D96CD93D6FBA30\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03d812b4f53411fb38e725e14d32a2a8", - "x-ms-correlation-request-id": "13a271dd-d01d-4772-858b-39f0fdd23126", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8e43ce1b-db15-46a4-8849-9ee66997f59c", - "x-ms-routing-request-id": "WESTUS2:20210831T234414Z:13a271dd-d01d-4772-858b-39f0fdd23126" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842", - "name": "container8842", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-c236b5a0e144f74db1eed0f3b70105a1-b3a7fa20224a5945-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f169165acbf589259cfff8562cfb70f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:44:13 GMT", - "ETag": "\u00228d96cd93da5e0e6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f169165acbf589259cfff8562cfb70f5", - "x-ms-correlation-request-id": "fe9fa84a-d39a-4b82-a9f9-2a4a1e591862", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "c5ee6747-1617-4c78-ac6d-8004f2920f72", - "x-ms-routing-request-id": "WESTUS2:20210831T234414Z:fe9fa84a-d39a-4b82-a9f9-2a4a1e591862" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd93da5e0e6\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842/immutabilityPolicies/default/lock?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "If-Match": "\u00228d96cd93da5e0e6\u0022", - "traceparent": "00-be40fc9dd2353246976cfb3f84cebd8b-0054c7bfc9e11540-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d0da93941b9d2dc419dc898b041c613", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "418", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:44:15 GMT", - "ETag": "\u00228d96cd93dc9a4c3\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d0da93941b9d2dc419dc898b041c613", - "x-ms-correlation-request-id": "0e014019-181f-4334-b969-c6d2f99bafac", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d3cb1404-2567-4f29-bb35-86e8ec2ded50", - "x-ms-routing-request-id": "WESTUS2:20210831T234415Z:0e014019-181f-4334-b969-c6d2f99bafac" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd93dc9a4c3\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Locked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1766/providers/Microsoft.Storage/storageAccounts/sto6107/blobServices/default/containers/container8842?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-e3cd8d921e7d6d45bd303b665ba516f1-49a48b579e3ad74e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95c78c28a4bae8e6ec4e6634fca4e53d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:44:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95c78c28a4bae8e6ec4e6634fca4e53d", - "x-ms-correlation-request-id": "bd1275a7-07e0-4bd4-b700-68362fcbb593", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "a8836bb6-77c7-445c-aa14-e0124deb3431", - "x-ms-routing-request-id": "WESTUS2:20210831T234415Z:bd1275a7-07e0-4bd4-b700-68362fcbb593" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1576353286", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json deleted file mode 100644 index 2de150d8b55ef..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTest.json +++ /dev/null @@ -1,867 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be7182e381c4d9eee1dc3bb1ff2964f8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e3b4646-6b1d-45f2-9eae-c5e51585cb13", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "5e3b4646-6b1d-45f2-9eae-c5e51585cb13", - "x-ms-routing-request-id": "WESTUS2:20210831T231906Z:5e3b4646-6b1d-45f2-9eae-c5e51585cb13" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5670b39d588a87454f6cc0cf3840458b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "499fba12-6163-4b5b-bf7c-bd98a96ed7dc", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "499fba12-6163-4b5b-bf7c-bd98a96ed7dc", - "x-ms-routing-request-id": "WESTUS2:20210831T231906Z:499fba12-6163-4b5b-bf7c-bd98a96ed7dc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6275?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cd704bfbbd528c478ee555f6d5dba065-2e465fca09a88143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc218e1fef5d61b6823c3b4e2cced450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab4c6f09-6b78-4a00-aaa7-334466ff9f61", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ab4c6f09-6b78-4a00-aaa7-334466ff9f61", - "x-ms-routing-request-id": "WESTUS2:20210831T231907Z:ab4c6f09-6b78-4a00-aaa7-334466ff9f61" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275", - "name": "res6275", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-a28ca3abafbc834f8ac333f7a7068fd8-1252c5a560b23742-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8217011c8a93ea3c6f57c01ea0a096b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8217011c8a93ea3c6f57c01ea0a096b0", - "x-ms-correlation-request-id": "88df6bd2-ebaf-457d-a572-410b164844e0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "5abcffbe-2767-44f9-8f44-93bbfae3f0e3", - "x-ms-routing-request-id": "WESTUS2:20210831T231909Z:88df6bd2-ebaf-457d-a572-410b164844e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4423797e4173038be5e1ed97f542e19b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4423797e4173038be5e1ed97f542e19b", - "x-ms-correlation-request-id": "0f414dd1-0698-4c4f-a73c-4880ddd8cd1a", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "1c33846d-6c5f-46a6-92be-7e6100d43083", - "x-ms-routing-request-id": "WESTUS2:20210831T231909Z:0f414dd1-0698-4c4f-a73c-4880ddd8cd1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef3e9da40e39dc933d5e8d8b6e31b14c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef3e9da40e39dc933d5e8d8b6e31b14c", - "x-ms-correlation-request-id": "d581c5cb-6595-40fa-9de8-ce5bb9c5bc7a", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "975b39b2-0b8e-4ac9-8f25-4514cbaa222a", - "x-ms-routing-request-id": "WESTUS2:20210831T231911Z:d581c5cb-6595-40fa-9de8-ce5bb9c5bc7a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27a0d4b9527dac3d54975d4a522bc3b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27a0d4b9527dac3d54975d4a522bc3b2", - "x-ms-correlation-request-id": "9888370b-7766-4626-8c20-29af2e06ba1a", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "a1c3ed59-d677-4aeb-a312-b37e338f53aa", - "x-ms-routing-request-id": "WESTUS2:20210831T231912Z:9888370b-7766-4626-8c20-29af2e06ba1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b668126afe470b3e6470614b30095b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b668126afe470b3e6470614b30095b3", - "x-ms-correlation-request-id": "8e227910-f12f-4932-a132-3ef824be0bbf", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "16fb094b-fd65-4536-87da-754fee01859c", - "x-ms-routing-request-id": "WESTUS2:20210831T231913Z:8e227910-f12f-4932-a132-3ef824be0bbf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21dea130baa1521e60919aa1b1488a11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21dea130baa1521e60919aa1b1488a11", - "x-ms-correlation-request-id": "d151a38e-3193-466d-9998-e9ffab92d9c8", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "104f1fe6-469b-4518-8fbf-751a7b74b2eb", - "x-ms-routing-request-id": "WESTUS2:20210831T231914Z:d151a38e-3193-466d-9998-e9ffab92d9c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec64db9a16cb0a67213041354b28f853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec64db9a16cb0a67213041354b28f853", - "x-ms-correlation-request-id": "279ed056-980a-4592-b677-617feebda3dd", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "8e6e2682-5129-4ee1-9cc1-ae205ac252d4", - "x-ms-routing-request-id": "WESTUS2:20210831T231915Z:279ed056-980a-4592-b677-617feebda3dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b01aa901a24d6b1063133a531411be9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b01aa901a24d6b1063133a531411be9d", - "x-ms-correlation-request-id": "0578a322-018d-4bb2-8278-9c393edb5ab7", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "9901d361-1288-45e5-bd6c-87b495962a88", - "x-ms-routing-request-id": "WESTUS2:20210831T231916Z:0578a322-018d-4bb2-8278-9c393edb5ab7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d87af5bda99b19e73ad3ff7179e80737", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d87af5bda99b19e73ad3ff7179e80737", - "x-ms-correlation-request-id": "d2a72265-a64b-4e7a-a32e-8d6a803652bf", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "3a3d7836-51ca-4b6e-aac0-56b3e19b19de", - "x-ms-routing-request-id": "WESTUS2:20210831T231917Z:d2a72265-a64b-4e7a-a32e-8d6a803652bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07a04698d92df7c3cbf888b7db14f610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07a04698d92df7c3cbf888b7db14f610", - "x-ms-correlation-request-id": "f331c37c-52fb-46da-86ad-1c5dd96e54e9", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "d0e3b818-0167-485f-a1d8-4ebf4e39d70a", - "x-ms-routing-request-id": "WESTUS2:20210831T231918Z:f331c37c-52fb-46da-86ad-1c5dd96e54e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5578a37120ae57b8c201767aa39ef27b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5578a37120ae57b8c201767aa39ef27b", - "x-ms-correlation-request-id": "8bd3534d-246f-4c8e-b52b-cf3e3e5f8964", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "32d2696c-ca27-474d-af25-d23fe88dcedb", - "x-ms-routing-request-id": "WESTUS2:20210831T231920Z:8bd3534d-246f-4c8e-b52b-cf3e3e5f8964" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cdba030cb770e47031820ca2202f3e26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdba030cb770e47031820ca2202f3e26", - "x-ms-correlation-request-id": "261d1c8d-ad74-463b-91d1-0023e67e4636", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "41b358e1-5872-4bec-8ecb-355c25d12012", - "x-ms-routing-request-id": "WESTUS2:20210831T231921Z:261d1c8d-ad74-463b-91d1-0023e67e4636" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6ffefddb16f78898e48442c6249542c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6ffefddb16f78898e48442c6249542c", - "x-ms-correlation-request-id": "87e5b172-7a83-401d-9c53-d5eca412b4dc", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "5ed07571-2257-405e-8982-55ddbd404242", - "x-ms-routing-request-id": "WESTUS2:20210831T231922Z:87e5b172-7a83-401d-9c53-d5eca412b4dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8ab0d062859b99f3294242c13153792", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8ab0d062859b99f3294242c13153792", - "x-ms-correlation-request-id": "6e5078af-c04a-4a36-8783-022893340af4", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "1eefc7a9-25c6-4b69-b864-91c17f5b9989", - "x-ms-routing-request-id": "WESTUS2:20210831T231923Z:6e5078af-c04a-4a36-8783-022893340af4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b39d50c21b9e5b0c79423e28724481e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b39d50c21b9e5b0c79423e28724481e8", - "x-ms-correlation-request-id": "0eb68a9f-e124-4107-8423-b9a9c1c651ab", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "e3b13251-f6af-4129-a773-ef058b95b254", - "x-ms-routing-request-id": "WESTUS2:20210831T231924Z:0eb68a9f-e124-4107-8423-b9a9c1c651ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "139bdf2d6684b4cc5046a3da8d5d6478", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:19:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "139bdf2d6684b4cc5046a3da8d5d6478", - "x-ms-correlation-request-id": "2a0aa3df-6ae2-4d9c-8959-832a9ba67641", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "fef8bfb7-b40c-4cb6-bc38-faddf798aef7", - "x-ms-routing-request-id": "WESTUS2:20210831T231925Z:2a0aa3df-6ae2-4d9c-8959-832a9ba67641" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5abcffbe-2767-44f9-8f44-93bbfae3f0e3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1269b211a1aceb8e00505e17e97646ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:19:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1269b211a1aceb8e00505e17e97646ee", - "x-ms-correlation-request-id": "f5cb4a79-d341-4ddc-8ca9-eec9d1e26dc5", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "ad514a9d-b530-4815-aef0-50a330c2d6b6", - "x-ms-routing-request-id": "WESTUS2:20210831T231926Z:f5cb4a79-d341-4ddc-8ca9-eec9d1e26dc5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819", - "name": "sto7819", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:19:08.4358165Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:19:08.4358165Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:19:08.3420893Z", - "primaryEndpoints": { - "dfs": "https://sto7819.dfs.core.windows.net/", - "web": "https://sto7819.z20.web.core.windows.net/", - "blob": "https://sto7819.blob.core.windows.net/", - "queue": "https://sto7819.queue.core.windows.net/", - "table": "https://sto7819.table.core.windows.net/", - "file": "https://sto7819.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819/blobServices/default/containers/container9063?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-343cdcee811ad448a6776d0047d1943a-0cafb9ec6b88664e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a34fe3c0d23835ce863587731cd1cdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:19:26 GMT", - "ETag": "\u00220x8D96CD5C6FF03D5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a34fe3c0d23835ce863587731cd1cdd", - "x-ms-correlation-request-id": "da32e89e-8b59-48e0-af05-cfbab69d3559", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "fed80405-1936-48ac-9421-a2f10cbf1f84", - "x-ms-routing-request-id": "WESTUS2:20210831T231927Z:da32e89e-8b59-48e0-af05-cfbab69d3559" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819/blobServices/default/containers/container9063", - "name": "container9063", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819/blobServices/default/containers/container9063/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-e1fa4680b2383043a3c784a04ecdc8a3-dfd963af26110e48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dac016c63b6f518cb0123407b5cad9ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:19:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dac016c63b6f518cb0123407b5cad9ff", - "x-ms-correlation-request-id": "c97ae21c-8b0d-46b4-8bb8-f015b3708c44", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "bcd3d2ba-75fc-4231-9ff0-5179f33b8c88", - "x-ms-routing-request-id": "WESTUS2:20210831T231927Z:c97ae21c-8b0d-46b4-8bb8-f015b3708c44" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6275/providers/Microsoft.Storage/storageAccounts/sto7819/blobServices/default/containers/container9063/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-1d37a4001e37b84995fe2a8139177b04-48a29fc5c3daff4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e51c7b5fe30a4ee0c8ec33e3573cf82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:19:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e51c7b5fe30a4ee0c8ec33e3573cf82", - "x-ms-correlation-request-id": "e7d71c81-7701-4955-bf51-19693e3835b9", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "80d0d93f-34b7-4224-8cbd-4a49ae2816ce", - "x-ms-routing-request-id": "WESTUS2:20210831T231927Z:e7d71c81-7701-4955-bf51-19693e3835b9" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - } - ], - "Variables": { - "RandomSeed": "842703583", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json deleted file mode 100644 index 5c4880525447e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersSetLegalHoldTestAsync.json +++ /dev/null @@ -1,867 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7045f67f7f26098b32adbdecee1135c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efcdb0d1-cc08-4dad-b7e4-a9fb8c2692e0", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "efcdb0d1-cc08-4dad-b7e4-a9fb8c2692e0", - "x-ms-routing-request-id": "WESTUS2:20210831T234618Z:efcdb0d1-cc08-4dad-b7e4-a9fb8c2692e0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f142ee92b9b35f31f0619544c8400f50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b017b559-25c3-4158-8cec-97afd7569d96", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "b017b559-25c3-4158-8cec-97afd7569d96", - "x-ms-routing-request-id": "WESTUS2:20210831T234618Z:b017b559-25c3-4158-8cec-97afd7569d96" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6598?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cc70d66cd36dbb48b1d922c36830bcc7-eed5b999300b7049-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "204ad9993916ee5ebabe609117c43df9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ef28d926-5590-441b-ae42-4893fa9d07f2", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ef28d926-5590-441b-ae42-4893fa9d07f2", - "x-ms-routing-request-id": "WESTUS2:20210831T234619Z:ef28d926-5590-441b-ae42-4893fa9d07f2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598", - "name": "res6598", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-d960a3d08cc7af449e3d8a81f8dc60c1-b3197a8bac53ed49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0a1ebc1ae49a52dd791625498731b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0a1ebc1ae49a52dd791625498731b8b", - "x-ms-correlation-request-id": "4e444bfc-efaa-4962-8167-3d442cbda3d0", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "59b8c092-e118-41be-8f19-5c9aa847fdd0", - "x-ms-routing-request-id": "WESTUS2:20210831T234622Z:4e444bfc-efaa-4962-8167-3d442cbda3d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "237fb64aacae2a4f1c7a3ea8fc99224a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "237fb64aacae2a4f1c7a3ea8fc99224a", - "x-ms-correlation-request-id": "29235c47-fada-4d97-b802-d8895fdc9767", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "e00dab40-6d8f-4048-8b4f-b99bd5830e89", - "x-ms-routing-request-id": "WESTUS2:20210831T234622Z:29235c47-fada-4d97-b802-d8895fdc9767" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8fa60544303544d537bdbe50b35cd7fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fa60544303544d537bdbe50b35cd7fe", - "x-ms-correlation-request-id": "1fcb4c83-40d9-4547-afb8-d8445475bc59", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "0ddc1009-ff06-4b82-a836-a12a4a4a6473", - "x-ms-routing-request-id": "WESTUS2:20210831T234623Z:1fcb4c83-40d9-4547-afb8-d8445475bc59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e10a0af4f7f4c4dce5ddadc23e0be868", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e10a0af4f7f4c4dce5ddadc23e0be868", - "x-ms-correlation-request-id": "58af70fe-0f18-4211-898e-1db89ec53ad3", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "9d41483c-f9d0-4ef8-84c2-5311976a8edc", - "x-ms-routing-request-id": "WESTUS2:20210831T234624Z:58af70fe-0f18-4211-898e-1db89ec53ad3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c88cb0d60d321922e13aecf1eefe77bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c88cb0d60d321922e13aecf1eefe77bf", - "x-ms-correlation-request-id": "2d44ad4e-498e-43e7-8447-2e8c66b03295", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "77446a58-71aa-4a80-ad15-1f1172deffaa", - "x-ms-routing-request-id": "WESTUS2:20210831T234625Z:2d44ad4e-498e-43e7-8447-2e8c66b03295" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1b340a3408f4d5529e2a9578313062b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b340a3408f4d5529e2a9578313062b", - "x-ms-correlation-request-id": "1a0d7248-3608-431f-8241-4abdc9b24714", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "8de4c684-bf1b-458a-9f0e-3c853b68118b", - "x-ms-routing-request-id": "WESTUS2:20210831T234626Z:1a0d7248-3608-431f-8241-4abdc9b24714" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "037a55d40ed0e7cbe7f000ba0bead5e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "037a55d40ed0e7cbe7f000ba0bead5e6", - "x-ms-correlation-request-id": "a4a04989-2483-4dc5-8f72-d2956f2b6274", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "29874821-f41c-4ee5-84e6-4066103156e5", - "x-ms-routing-request-id": "WESTUS2:20210831T234628Z:a4a04989-2483-4dc5-8f72-d2956f2b6274" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd1eed65f65895d85a3e9e5063ca96ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd1eed65f65895d85a3e9e5063ca96ce", - "x-ms-correlation-request-id": "d016128c-fb80-4bbc-8cb5-4d7926c559d5", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "b7188ed3-df5e-4fc0-8c92-88989b20f6e1", - "x-ms-routing-request-id": "WESTUS2:20210831T234629Z:d016128c-fb80-4bbc-8cb5-4d7926c559d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "981cc033748494ef74cc0a9f3f9b423e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "981cc033748494ef74cc0a9f3f9b423e", - "x-ms-correlation-request-id": "ab8b982a-8a48-46e5-a0fa-3b6c101a6e6c", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "2950d7be-bf8f-48df-a015-5e16b4e487c4", - "x-ms-routing-request-id": "WESTUS2:20210831T234630Z:ab8b982a-8a48-46e5-a0fa-3b6c101a6e6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95f2c30c08f4ded37de4a8916f7a841c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95f2c30c08f4ded37de4a8916f7a841c", - "x-ms-correlation-request-id": "87c6be44-d000-4fbd-883b-b5a74b4f808b", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "4f8741fb-f861-4aa2-9aa3-6999bc70f797", - "x-ms-routing-request-id": "WESTUS2:20210831T234631Z:87c6be44-d000-4fbd-883b-b5a74b4f808b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a8632593ccdf162fe89898ceb3955bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a8632593ccdf162fe89898ceb3955bf", - "x-ms-correlation-request-id": "36bf8dfb-390e-4aae-b1e2-d63b0e640515", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "7db1b623-8a94-4ec0-afa6-3854dbea9b5a", - "x-ms-routing-request-id": "WESTUS2:20210831T234632Z:36bf8dfb-390e-4aae-b1e2-d63b0e640515" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a04460fc00d82bd9ed3e1ba0cc5d25fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a04460fc00d82bd9ed3e1ba0cc5d25fa", - "x-ms-correlation-request-id": "4115277d-3bf8-4662-856a-2da4a3248a86", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "21d171fd-7250-4914-bbfc-9915b8e9714e", - "x-ms-routing-request-id": "WESTUS2:20210831T234633Z:4115277d-3bf8-4662-856a-2da4a3248a86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d45ee47f715cf706101976b7f47f244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d45ee47f715cf706101976b7f47f244", - "x-ms-correlation-request-id": "6790c687-abf0-496c-8ca4-29b9718f24ac", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "ec3fb3ec-612d-4e7d-8176-83c4125342aa", - "x-ms-routing-request-id": "WESTUS2:20210831T234634Z:6790c687-abf0-496c-8ca4-29b9718f24ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f95e88ee4365843595a5d8f21c125a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f95e88ee4365843595a5d8f21c125a1", - "x-ms-correlation-request-id": "e9836162-f137-4b31-8721-e2c420955fd9", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "6d0c7405-b2df-46d7-a0db-912121585876", - "x-ms-routing-request-id": "WESTUS2:20210831T234635Z:e9836162-f137-4b31-8721-e2c420955fd9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd448f6448f304aaef743fd7696eaca5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd448f6448f304aaef743fd7696eaca5", - "x-ms-correlation-request-id": "fcb865b4-f255-40fd-80c0-b8edf19c0a0d", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "d93f7158-8398-4a1f-9d55-ef3959081a6c", - "x-ms-routing-request-id": "WESTUS2:20210831T234637Z:fcb865b4-f255-40fd-80c0-b8edf19c0a0d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e311d74b15c863c3aaedb4ba9ae1ae9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:46:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e311d74b15c863c3aaedb4ba9ae1ae9f", - "x-ms-correlation-request-id": "5b1b49f2-c31a-4da9-ad3e-9dd4215da3a0", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "72f3a749-e21b-4fa3-9265-04192b2e7882", - "x-ms-routing-request-id": "WESTUS2:20210831T234638Z:5b1b49f2-c31a-4da9-ad3e-9dd4215da3a0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/59b8c092-e118-41be-8f19-5c9aa847fdd0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f006f5dbf40245513e9020c2a56befea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1276", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:46:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f006f5dbf40245513e9020c2a56befea", - "x-ms-correlation-request-id": "4be07aef-1ffb-49e7-990c-56d72b379396", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "067b1645-65e2-4272-930c-8f78ded23c3e", - "x-ms-routing-request-id": "WESTUS2:20210831T234639Z:4be07aef-1ffb-49e7-990c-56d72b379396" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192", - "name": "sto192", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:46:20.9862564Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:46:20.9862564Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:46:20.8768722Z", - "primaryEndpoints": { - "dfs": "https://sto192.dfs.core.windows.net/", - "web": "https://sto192.z20.web.core.windows.net/", - "blob": "https://sto192.blob.core.windows.net/", - "queue": "https://sto192.queue.core.windows.net/", - "table": "https://sto192.table.core.windows.net/", - "file": "https://sto192.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192/blobServices/default/containers/container8394?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-3c076cdfb5ad7b40a7aa150e62942b19-ae27438813b24e4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b04943b7d841cb4fe1530594ef6a0dc5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:46:39 GMT", - "ETag": "\u00220x8D96CD993F325D9\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b04943b7d841cb4fe1530594ef6a0dc5", - "x-ms-correlation-request-id": "2dbebbe5-9fdd-40d8-a980-926f7630e8ef", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "ccb3a335-6fb2-41c2-a53c-ba71f5e88902", - "x-ms-routing-request-id": "WESTUS2:20210831T234639Z:2dbebbe5-9fdd-40d8-a980-926f7630e8ef" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192/blobServices/default/containers/container8394", - "name": "container8394", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192/blobServices/default/containers/container8394/setLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-954fd8cabbacac418b1da26b29b42c59-34c4cc4aa5825643-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6773fb9fa3bb8656cba438f401be3efe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "51", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:46:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6773fb9fa3bb8656cba438f401be3efe", - "x-ms-correlation-request-id": "11e02279-2d98-476a-8cf6-7cbdada4115d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1f341d6d-532e-464a-805a-62a33f2dfd8f", - "x-ms-routing-request-id": "WESTUS2:20210831T234639Z:11e02279-2d98-476a-8cf6-7cbdada4115d" - }, - "ResponseBody": { - "hasLegalHold": true, - "tags": [ - "tag1", - "tag2", - "tag3" - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6598/providers/Microsoft.Storage/storageAccounts/sto192/blobServices/default/containers/container8394/clearLegalHold?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "31", - "Content-Type": "application/json", - "traceparent": "00-92eed18030502547a857e5dffe0cf5dc-2cda7dfce44a7449-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ee20bc9ee641d9ab72421a14bb14e25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": [ - "tag1", - "tag2", - "tag3" - ] - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "32", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:46:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ee20bc9ee641d9ab72421a14bb14e25", - "x-ms-correlation-request-id": "879ad59f-d207-452a-833a-16ec4d1ac4f7", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "99328657-b82a-4a9b-976e-029505893964", - "x-ms-routing-request-id": "WESTUS2:20210831T234640Z:879ad59f-d207-452a-833a-16ec4d1ac4f7" - }, - "ResponseBody": { - "hasLegalHold": false, - "tags": [] - } - } - ], - "Variables": { - "RandomSeed": "1745049870", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json deleted file mode 100644 index 5d57ffe56c127..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTest.json +++ /dev/null @@ -1,915 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "923227b3d64c289ae9ea6ee32fce562a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "04cbc903-6841-4e8b-8217-acad7929d34e", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "04cbc903-6841-4e8b-8217-acad7929d34e", - "x-ms-routing-request-id": "WESTUS2:20210831T232032Z:04cbc903-6841-4e8b-8217-acad7929d34e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1789e5a40b37b1e57f19a6c14cf67ae3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7dcf1370-55c8-4431-b5d8-223fd1fdec2c", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "7dcf1370-55c8-4431-b5d8-223fd1fdec2c", - "x-ms-routing-request-id": "WESTUS2:20210831T232032Z:7dcf1370-55c8-4431-b5d8-223fd1fdec2c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8964?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9328251c5e205a4e9a2db97da24a4a1b-1abc4a6326ef3c42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0d9392c227b24be8c010dee3eb453d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f1f5b81a-3012-4db3-a956-eb0ab4a90733", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "f1f5b81a-3012-4db3-a956-eb0ab4a90733", - "x-ms-routing-request-id": "WESTUS2:20210831T232033Z:f1f5b81a-3012-4db3-a956-eb0ab4a90733" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964", - "name": "res8964", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-b52dc256995c6346bcdea1711d7b777f-26b7cdf28fb69643-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8da2194fa885804112332fd9dbf36f8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8da2194fa885804112332fd9dbf36f8b", - "x-ms-correlation-request-id": "c2fe3157-9d6c-4086-958d-db649ba0d6e1", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "18343ee5-3555-4dcc-bb84-eb1f15366272", - "x-ms-routing-request-id": "WESTUS2:20210831T232037Z:c2fe3157-9d6c-4086-958d-db649ba0d6e1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61a6b4e8cd4090a7974f68ef8e4ab10e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61a6b4e8cd4090a7974f68ef8e4ab10e", - "x-ms-correlation-request-id": "07699811-d501-446b-b21a-e0d49818f069", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "64d58952-c07d-4a41-9e6c-a3e41cdb643f", - "x-ms-routing-request-id": "WESTUS2:20210831T232037Z:07699811-d501-446b-b21a-e0d49818f069" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2b6639d5bbe273d56d79ada9f69bed2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2b6639d5bbe273d56d79ada9f69bed2", - "x-ms-correlation-request-id": "553f6ba9-0b44-4e6f-960f-5275f62dc2ea", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "4141ff74-a63b-40e0-9b3f-eaddcf100ced", - "x-ms-routing-request-id": "WESTUS2:20210831T232038Z:553f6ba9-0b44-4e6f-960f-5275f62dc2ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "26f0dcce0e4cbb4b5a04e60abfd33da8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26f0dcce0e4cbb4b5a04e60abfd33da8", - "x-ms-correlation-request-id": "57303ecc-471d-499c-a7b4-e6f3b24d9a35", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "cda0d901-6507-417c-9c7f-312c6ca407b1", - "x-ms-routing-request-id": "WESTUS2:20210831T232039Z:57303ecc-471d-499c-a7b4-e6f3b24d9a35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e39faf9b28a8d95777f0a6932cdf12d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e39faf9b28a8d95777f0a6932cdf12d", - "x-ms-correlation-request-id": "72943fe5-d447-4b7d-aa6e-b6b5e0bf614f", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "17928887-2937-4099-b50c-932fd93310bb", - "x-ms-routing-request-id": "WESTUS2:20210831T232041Z:72943fe5-d447-4b7d-aa6e-b6b5e0bf614f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b12196918a598ec118fb57b975336783", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b12196918a598ec118fb57b975336783", - "x-ms-correlation-request-id": "485f3a3a-ac1a-446d-9cda-9a88d0034cd1", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "a60ca347-a67b-4eef-8bc2-cd18402297ce", - "x-ms-routing-request-id": "WESTUS2:20210831T232042Z:485f3a3a-ac1a-446d-9cda-9a88d0034cd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4e1f2995f2f1c474763afcc04e1888d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4e1f2995f2f1c474763afcc04e1888d", - "x-ms-correlation-request-id": "50f4e455-0380-4ed2-95c6-e3266f0ee198", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "d1260178-bf77-4c4a-b592-22b4c332dfe2", - "x-ms-routing-request-id": "WESTUS2:20210831T232043Z:50f4e455-0380-4ed2-95c6-e3266f0ee198" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2979b8138bb16e4e38ab468f5adc1743", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2979b8138bb16e4e38ab468f5adc1743", - "x-ms-correlation-request-id": "91be4a7f-d04f-4782-b0d3-1d8977e60c2d", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "f60f1485-b642-4e70-ba3e-c1b632df780c", - "x-ms-routing-request-id": "WESTUS2:20210831T232044Z:91be4a7f-d04f-4782-b0d3-1d8977e60c2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fcf87184ceb31fd4e046af6dbf48a36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fcf87184ceb31fd4e046af6dbf48a36", - "x-ms-correlation-request-id": "a512df19-c449-4fa6-96d0-20ec681808b6", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "313b4090-4fc4-4e64-bf11-063a05c95784", - "x-ms-routing-request-id": "WESTUS2:20210831T232045Z:a512df19-c449-4fa6-96d0-20ec681808b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bca5ca723dba0ed1a4726b8419b8c26a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bca5ca723dba0ed1a4726b8419b8c26a", - "x-ms-correlation-request-id": "3543108d-91d0-46fe-a609-a91730150e95", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "889670d4-e4f4-423e-9c25-90713a460126", - "x-ms-routing-request-id": "WESTUS2:20210831T232046Z:3543108d-91d0-46fe-a609-a91730150e95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cb46b4b4912c7a1ba47daac20589344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cb46b4b4912c7a1ba47daac20589344", - "x-ms-correlation-request-id": "1b91d050-d3ed-4fb4-b326-6463683764ee", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "7e40af19-bc31-4412-b1cb-60de0b001d3d", - "x-ms-routing-request-id": "WESTUS2:20210831T232047Z:1b91d050-d3ed-4fb4-b326-6463683764ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "901c0f205b36da89b6c19b79e0781895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "901c0f205b36da89b6c19b79e0781895", - "x-ms-correlation-request-id": "4fbc752d-3fbf-41bb-9c9c-e81cae0334cf", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "704e413f-1a31-42c7-a154-190ec75a6aeb", - "x-ms-routing-request-id": "WESTUS2:20210831T232048Z:4fbc752d-3fbf-41bb-9c9c-e81cae0334cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6faaff420e40292428de02726224ed4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6faaff420e40292428de02726224ed4c", - "x-ms-correlation-request-id": "a3cd8f74-cee1-48d2-a8eb-1ca6de13e7da", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "6cf4600f-bfbf-4208-b9fb-cddf2b566402", - "x-ms-routing-request-id": "WESTUS2:20210831T232049Z:a3cd8f74-cee1-48d2-a8eb-1ca6de13e7da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "096427df319bf034e2d9c651ad28e641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "096427df319bf034e2d9c651ad28e641", - "x-ms-correlation-request-id": "04dc4fb1-12e0-46d1-8b15-10926d3dd334", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "4dd39282-c6b6-49be-bb39-8bcc0baae307", - "x-ms-routing-request-id": "WESTUS2:20210831T232051Z:04dc4fb1-12e0-46d1-8b15-10926d3dd334" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "216a442f24ad1103ebf3675858167891", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "216a442f24ad1103ebf3675858167891", - "x-ms-correlation-request-id": "9d36924e-7310-43a2-b577-60d9eee56790", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "c1b469bf-e432-45ad-9e53-09bc2b3efd9f", - "x-ms-routing-request-id": "WESTUS2:20210831T232052Z:9d36924e-7310-43a2-b577-60d9eee56790" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b99a4fd30e1410facbb98c6647d27b00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:20:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b99a4fd30e1410facbb98c6647d27b00", - "x-ms-correlation-request-id": "c7591465-02ee-4c05-9a78-c41bdc4ea021", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "c222ff86-827a-43a6-970d-ad41babe48c9", - "x-ms-routing-request-id": "WESTUS2:20210831T232053Z:c7591465-02ee-4c05-9a78-c41bdc4ea021" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18343ee5-3555-4dcc-bb84-eb1f15366272?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d43c0f8ccbabb9e24521ea7cadc97cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:20:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d43c0f8ccbabb9e24521ea7cadc97cb", - "x-ms-correlation-request-id": "95779641-ab0b-421f-9bc8-30d91e5f59be", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "e6c6f35c-d7f7-4886-96f5-b8800ed1d75a", - "x-ms-routing-request-id": "WESTUS2:20210831T232054Z:95779641-ab0b-421f-9bc8-30d91e5f59be" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685", - "name": "sto8685", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:20:34.9239232Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:20:34.9239232Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:20:34.7364127Z", - "primaryEndpoints": { - "dfs": "https://sto8685.dfs.core.windows.net/", - "web": "https://sto8685.z20.web.core.windows.net/", - "blob": "https://sto8685.blob.core.windows.net/", - "queue": "https://sto8685.queue.core.windows.net/", - "table": "https://sto8685.table.core.windows.net/", - "file": "https://sto8685.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-83ba78726c011644ab81ee0f097b1d69-e328d8cba916554c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e5e7d342d2d4a205955f4979cc91878", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:20:54 GMT", - "ETag": "\u00220x8D96CD5FB1EC5F4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e5e7d342d2d4a205955f4979cc91878", - "x-ms-correlation-request-id": "7df064a4-f3e5-4c54-95a4-c8721c530e7a", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "219712c6-a172-4bc1-b44f-38a0da9bb91c", - "x-ms-routing-request-id": "WESTUS2:20210831T232054Z:7df064a4-f3e5-4c54-95a4-c8721c530e7a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934", - "name": "container3934", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-aff2cc0466f4694ba0d88ea244c1b554-8dce9da58e77c249-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3985f67d75ab007df94c1ef5246ef21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:20:54 GMT", - "ETag": "\u00228d96cd5fb4ecee6\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3985f67d75ab007df94c1ef5246ef21", - "x-ms-correlation-request-id": "0b5ff590-39e9-4e7e-9db4-247c9e9def6e", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "95a76338-b1b8-46b4-8101-3fdc7dca3fd8", - "x-ms-routing-request-id": "WESTUS2:20210831T232055Z:0b5ff590-39e9-4e7e-9db4-247c9e9def6e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd5fb4ecee6\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd5fb4ecee6\u0022", - "traceparent": "00-58c8bf8bf16064489fa0366aeae66bc7-fe5b3ccb30d5f442-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "541305c1721d92ca22d26176aa238788", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:20:55 GMT", - "ETag": "\u00228d96cd5fb80e07a\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "541305c1721d92ca22d26176aa238788", - "x-ms-correlation-request-id": "132efb4c-692b-4284-8758-10a9f2341d6e", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "ae87e672-dc64-4b9c-bb4f-c023be067776", - "x-ms-routing-request-id": "WESTUS2:20210831T232055Z:132efb4c-692b-4284-8758-10a9f2341d6e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd5fb80e07a\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2aeb64a41cde60458564892fe7ab3acf-c9aea4319aa01741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c622f05f8ff5c0776adaf986c30f812", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:20:55 GMT", - "ETag": "\u00228d96cd5fb80e07a\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c622f05f8ff5c0776adaf986c30f812", - "x-ms-correlation-request-id": "7ea236cc-efa3-44dd-b11e-3a4815fa599b", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "659ea724-e6d7-4122-876e-06c3f5377db0", - "x-ms-routing-request-id": "WESTUS2:20210831T232055Z:7ea236cc-efa3-44dd-b11e-3a4815fa599b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8964/providers/Microsoft.Storage/storageAccounts/sto8685/blobServices/default/containers/container3934/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd5fb80e07a\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "1039161710", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json deleted file mode 100644 index e4a8632405d7e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateImmutabilityPolicyTestAsync.json +++ /dev/null @@ -1,915 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "207032d2157acf6f691474cb947e54e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "493a47a2-926c-4b47-bcd1-e73623ca0749", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "493a47a2-926c-4b47-bcd1-e73623ca0749", - "x-ms-routing-request-id": "WESTUS2:20210831T234843Z:493a47a2-926c-4b47-bcd1-e73623ca0749" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c847870fd5f4a741df5d00c46ac14e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e5a3b07-c7bb-4993-9c57-b1720c014c47", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "5e5a3b07-c7bb-4993-9c57-b1720c014c47", - "x-ms-routing-request-id": "WESTUS2:20210831T234843Z:5e5a3b07-c7bb-4993-9c57-b1720c014c47" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9487?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6332789ef441ac47b66713abf34a572e-51d7cb073ef4d549-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc12fd1d060b70d7ca1a2973f4e6fa55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78f3e649-7d76-4fec-af66-62f4ae174de4", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "78f3e649-7d76-4fec-af66-62f4ae174de4", - "x-ms-routing-request-id": "WESTUS2:20210831T234844Z:78f3e649-7d76-4fec-af66-62f4ae174de4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487", - "name": "res9487", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-8324df8bb0e7164cac87d5db68dccd29-c869ad7fbee31e49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a73ba24fc8dc8f1401d14ab64a7c624", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a73ba24fc8dc8f1401d14ab64a7c624", - "x-ms-correlation-request-id": "877b5990-244c-4197-84e0-5cf50b28fc89", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a88dfd14-998a-4cd5-9c23-e94f3ede6218", - "x-ms-routing-request-id": "WESTUS2:20210831T234847Z:877b5990-244c-4197-84e0-5cf50b28fc89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "939db16f24dc00902013cae8c2c46573", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "939db16f24dc00902013cae8c2c46573", - "x-ms-correlation-request-id": "9e27670f-7d68-48ad-b66f-7f5e508defba", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "02659657-9e6c-4c50-9e70-d7fdf3eda42e", - "x-ms-routing-request-id": "WESTUS2:20210831T234847Z:9e27670f-7d68-48ad-b66f-7f5e508defba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70974f62137920b43904f26442d99556", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70974f62137920b43904f26442d99556", - "x-ms-correlation-request-id": "bdcb23d3-8693-4aa4-b125-eb3347696d41", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "a6fec30e-1632-418e-9986-e19db64808df", - "x-ms-routing-request-id": "WESTUS2:20210831T234848Z:bdcb23d3-8693-4aa4-b125-eb3347696d41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b33c0ea6320a3848e67f20f13998ac93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b33c0ea6320a3848e67f20f13998ac93", - "x-ms-correlation-request-id": "749312bf-4387-448b-ae4f-30ab86c55400", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "b5f2d641-85eb-4d19-8385-76c14ccd634b", - "x-ms-routing-request-id": "WESTUS2:20210831T234849Z:749312bf-4387-448b-ae4f-30ab86c55400" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4b547c306535c8cfd7c5ad7322bbe47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4b547c306535c8cfd7c5ad7322bbe47", - "x-ms-correlation-request-id": "bdd583de-1c24-4468-98c8-1c352f431a4f", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "a370db21-cae4-49c6-a658-2cd26872413c", - "x-ms-routing-request-id": "WESTUS2:20210831T234850Z:bdd583de-1c24-4468-98c8-1c352f431a4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b442747eb2883068065f89f9f2c2e6a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b442747eb2883068065f89f9f2c2e6a0", - "x-ms-correlation-request-id": "0637cbb4-0f9a-41fc-b3a9-f39c15fd5734", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "1093bdcb-68e1-49ce-a806-ac312f22543b", - "x-ms-routing-request-id": "WESTUS2:20210831T234851Z:0637cbb4-0f9a-41fc-b3a9-f39c15fd5734" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fba05e57b0249f0381e0b68dd77006ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fba05e57b0249f0381e0b68dd77006ba", - "x-ms-correlation-request-id": "6563609c-baba-4b14-a760-731f4e943541", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "db4dbad5-4d8d-4c73-9f11-85dea1b771b6", - "x-ms-routing-request-id": "WESTUS2:20210831T234853Z:6563609c-baba-4b14-a760-731f4e943541" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c573d9c1f756110ade84def37d92693b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c573d9c1f756110ade84def37d92693b", - "x-ms-correlation-request-id": "77e4d1ca-db36-416c-bedf-fccbd2876ba4", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "ce86e1da-0e48-4965-8f0d-22c28ad447fa", - "x-ms-routing-request-id": "WESTUS2:20210831T234854Z:77e4d1ca-db36-416c-bedf-fccbd2876ba4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d380b995c28bcd2371a233a8fbda5895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d380b995c28bcd2371a233a8fbda5895", - "x-ms-correlation-request-id": "8ae279aa-329a-4d74-bfa0-1e710ab77d21", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "6cf35afa-5bf0-41f2-939c-b94145fde2ea", - "x-ms-routing-request-id": "WESTUS2:20210831T234855Z:8ae279aa-329a-4d74-bfa0-1e710ab77d21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1838cf59214e5f4a538e1c9fd10f22ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1838cf59214e5f4a538e1c9fd10f22ee", - "x-ms-correlation-request-id": "fcbc14ac-831a-49cd-a31c-1d3269cdf2ac", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "adb95bc9-8495-4736-97e6-4945a1a36aa1", - "x-ms-routing-request-id": "WESTUS2:20210831T234856Z:fcbc14ac-831a-49cd-a31c-1d3269cdf2ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ef77b7632f0ff2fb5a553b3c4621503", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ef77b7632f0ff2fb5a553b3c4621503", - "x-ms-correlation-request-id": "223e311c-f94d-4225-990e-729b163384ba", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "aa137896-e888-4218-adcd-fe348743b09a", - "x-ms-routing-request-id": "WESTUS2:20210831T234857Z:223e311c-f94d-4225-990e-729b163384ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad9a482c505a74ec6f207ffca584fc62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad9a482c505a74ec6f207ffca584fc62", - "x-ms-correlation-request-id": "c186abed-44b8-4fda-9da1-4b0efda6225a", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "89959a74-60e5-4981-8af7-121c125a88c2", - "x-ms-routing-request-id": "WESTUS2:20210831T234858Z:c186abed-44b8-4fda-9da1-4b0efda6225a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "803144803ae326a5a03962a9cd969bf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:48:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "803144803ae326a5a03962a9cd969bf0", - "x-ms-correlation-request-id": "1822240d-6a52-4499-8302-7efe19916720", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "2beb3b55-b2b7-4a37-8dca-0d3282bbdd4d", - "x-ms-routing-request-id": "WESTUS2:20210831T234859Z:1822240d-6a52-4499-8302-7efe19916720" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89731978747425938e83afcfb2325931", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:49:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89731978747425938e83afcfb2325931", - "x-ms-correlation-request-id": "844ba21a-efd4-4ad9-bde0-c1991eb80c1f", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "3d2d5511-f9d9-4161-b905-ac2a95527f16", - "x-ms-routing-request-id": "WESTUS2:20210831T234900Z:844ba21a-efd4-4ad9-bde0-c1991eb80c1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8033f1a99430f120a3740d21ed43a6d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:49:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8033f1a99430f120a3740d21ed43a6d8", - "x-ms-correlation-request-id": "84acb6cc-eda1-4f39-9c97-5bd07187c0c6", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "af37ae08-4b76-4c90-b0fa-bbc442760604", - "x-ms-routing-request-id": "WESTUS2:20210831T234901Z:84acb6cc-eda1-4f39-9c97-5bd07187c0c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c838e8572110beeb00cf25f8bd5736d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:49:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c838e8572110beeb00cf25f8bd5736d", - "x-ms-correlation-request-id": "f52ef673-da6c-40fe-a24d-2cf58c06543d", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "e36f6b21-a3e5-4b1b-8a5d-f1bfb6d79b21", - "x-ms-routing-request-id": "WESTUS2:20210831T234903Z:f52ef673-da6c-40fe-a24d-2cf58c06543d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a88dfd14-998a-4cd5-9c23-e94f3ede6218?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dcff31df1a63e3c0f881e6ff6672374b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:49:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcff31df1a63e3c0f881e6ff6672374b", - "x-ms-correlation-request-id": "a840ef36-108a-4ad8-a5d4-2751795f50e0", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "e33142b4-b580-4c54-aea5-b2529aed6133", - "x-ms-routing-request-id": "WESTUS2:20210831T234904Z:a840ef36-108a-4ad8-a5d4-2751795f50e0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190", - "name": "sto1190", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:48:46.0544225Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:48:46.0544225Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:48:45.9469270Z", - "primaryEndpoints": { - "dfs": "https://sto1190.dfs.core.windows.net/", - "web": "https://sto1190.z20.web.core.windows.net/", - "blob": "https://sto1190.blob.core.windows.net/", - "queue": "https://sto1190.queue.core.windows.net/", - "table": "https://sto1190.table.core.windows.net/", - "file": "https://sto1190.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-abfb4f13bc6a6248ba29582f4e9b896b-2d6f313562606749-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae234ad620cc033627cf24a2c066cd00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:49:04 GMT", - "ETag": "\u00220x8D96CD9EA4981CF\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae234ad620cc033627cf24a2c066cd00", - "x-ms-correlation-request-id": "ffcb373c-b246-4524-9a42-825983fbc048", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "cc1ccd1e-9c73-4059-8406-9e6c40683623", - "x-ms-routing-request-id": "WESTUS2:20210831T234904Z:ffcb373c-b246-4524-9a42-825983fbc048" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020", - "name": "container8020", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-045004d7b0adb5469ebb86d2a05b0cc8-c81b94d6c3f86d49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43bc419f74cace6aa0948f8ceea43ed4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 3 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:49:04 GMT", - "ETag": "\u00228d96cd9ea73e0dd\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43bc419f74cace6aa0948f8ceea43ed4", - "x-ms-correlation-request-id": "b4b22520-7c03-4b57-a2d7-c20314330d85", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "619389b7-8dc6-465e-b361-eaa922b67780", - "x-ms-routing-request-id": "WESTUS2:20210831T234904Z:b4b22520-7c03-4b57-a2d7-c20314330d85" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd9ea73e0dd\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 3, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd9ea73e0dd\u0022", - "traceparent": "00-f917c901794f6e4788e01a0b8057a482-91228388b806a848-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bb483a6bf4f1013c8d83b4b9b41381a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:49:05 GMT", - "ETag": "\u00228d96cd9eaaab7a1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bb483a6bf4f1013c8d83b4b9b41381a", - "x-ms-correlation-request-id": "a8025d9a-7600-418c-a5d6-6b14c6f240e9", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "3bb556c7-0839-486d-a602-aecedeb3c21e", - "x-ms-routing-request-id": "WESTUS2:20210831T234905Z:a8025d9a-7600-418c-a5d6-6b14c6f240e9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd9eaaab7a1\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5f0e4a0f5555be41a0c6f6d8f7e053fb-9976e81937e3634c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30c6fe18077a6212df550e3890aa1583", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "420", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:49:05 GMT", - "ETag": "\u00228d96cd9eaaab7a1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30c6fe18077a6212df550e3890aa1583", - "x-ms-correlation-request-id": "d958b437-f95e-4bd0-be4a-d2847138f173", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "999f21cc-b6ae-4535-b23c-8715f0ae0609", - "x-ms-routing-request-id": "WESTUS2:20210831T234905Z:d958b437-f95e-4bd0-be4a-d2847138f173" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9487/providers/Microsoft.Storage/storageAccounts/sto1190/blobServices/default/containers/container8020/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd9eaaab7a1\u0022", - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "788202214", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json deleted file mode 100644 index e090af47ac936..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTest.json +++ /dev/null @@ -1,887 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb4278e0d5e7ec56860e95eb1a99371d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:22:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f0a1606a-6785-4898-8f18-693231bc2c7a", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "f0a1606a-6785-4898-8f18-693231bc2c7a", - "x-ms-routing-request-id": "WESTUS2:20210831T232259Z:f0a1606a-6785-4898-8f18-693231bc2c7a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f53a3e2d77442d0059a6c4fd0c3e6a54", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:22:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d9d92040-1ba0-44ae-b8ec-50ed80bf0eb4", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "d9d92040-1ba0-44ae-b8ec-50ed80bf0eb4", - "x-ms-routing-request-id": "WESTUS2:20210831T232259Z:d9d92040-1ba0-44ae-b8ec-50ed80bf0eb4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8566?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-472e45461601c4438fbf8545840d146e-87778a5bdc840044-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7de90b0c3db907b39fc20fdb97aec718", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:22:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6d28d0a6-646c-436c-bd92-ed2471de82fe", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6d28d0a6-646c-436c-bd92-ed2471de82fe", - "x-ms-routing-request-id": "WESTUS2:20210831T232300Z:6d28d0a6-646c-436c-bd92-ed2471de82fe" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566", - "name": "res8566", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-af7be95006426247bf02bf6c8f9ba698-d416d58f2b41e24e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5645d3568d1157861401158e048a440", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5645d3568d1157861401158e048a440", - "x-ms-correlation-request-id": "6e1b377f-64c9-46c2-bde3-3651c6ab6003", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "76c04a8d-3377-49b9-8968-4f8c97ccb6b0", - "x-ms-routing-request-id": "WESTUS2:20210831T232304Z:6e1b377f-64c9-46c2-bde3-3651c6ab6003" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c092de4faefa33b716758fda2afbf7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c092de4faefa33b716758fda2afbf7a", - "x-ms-correlation-request-id": "ddfd297a-e9e4-4c7d-8d25-15fc5f814fa5", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "402a6f2d-2505-4470-a849-25d450d28dc2", - "x-ms-routing-request-id": "WESTUS2:20210831T232304Z:ddfd297a-e9e4-4c7d-8d25-15fc5f814fa5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a07b9a6aca39c03e5ddee82cb387c39e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a07b9a6aca39c03e5ddee82cb387c39e", - "x-ms-correlation-request-id": "f3ddb5b0-fc42-4a81-9352-f327af250431", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "127fac89-0b38-411a-8316-75977da21b66", - "x-ms-routing-request-id": "WESTUS2:20210831T232305Z:f3ddb5b0-fc42-4a81-9352-f327af250431" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2731448983e2150d2eadc381c03e43e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2731448983e2150d2eadc381c03e43e", - "x-ms-correlation-request-id": "d3cfce82-8e23-42a9-b6ed-bc0aa9a2949b", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "e12bdd64-8c21-4703-8b79-f1daa40c15d3", - "x-ms-routing-request-id": "WESTUS2:20210831T232306Z:d3cfce82-8e23-42a9-b6ed-bc0aa9a2949b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7863ae5574619c4ef49af11110eefe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7863ae5574619c4ef49af11110eefe9", - "x-ms-correlation-request-id": "b1bb3125-b22e-4666-9dbc-4ac9de1aa7c0", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "0c9559a0-6ce1-4216-8a14-75a236593306", - "x-ms-routing-request-id": "WESTUS2:20210831T232308Z:b1bb3125-b22e-4666-9dbc-4ac9de1aa7c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8db4b9a40d3bd23b4a5ace4eed05a359", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8db4b9a40d3bd23b4a5ace4eed05a359", - "x-ms-correlation-request-id": "28216a89-0795-4f17-8b07-dfb9bfcfe671", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "3e9d3062-c7d4-4dd6-84c3-7058db6a491f", - "x-ms-routing-request-id": "WESTUS2:20210831T232309Z:28216a89-0795-4f17-8b07-dfb9bfcfe671" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7847a9f90c00f0585059c3f5e83f0fc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7847a9f90c00f0585059c3f5e83f0fc3", - "x-ms-correlation-request-id": "f58c33d8-7288-4181-a457-dfb6d019d772", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "898db0bb-b8fd-4085-8477-783d5835b85c", - "x-ms-routing-request-id": "WESTUS2:20210831T232310Z:f58c33d8-7288-4181-a457-dfb6d019d772" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6394f3fb564ed803feb46dec89752cea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6394f3fb564ed803feb46dec89752cea", - "x-ms-correlation-request-id": "fcf49f4c-1f40-4b85-bd96-1b97f5b7cf30", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "c5411dce-f859-4775-92c0-03cf92cb7233", - "x-ms-routing-request-id": "WESTUS2:20210831T232311Z:fcf49f4c-1f40-4b85-bd96-1b97f5b7cf30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "681755a577c798e960c43de14a46e90a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "681755a577c798e960c43de14a46e90a", - "x-ms-correlation-request-id": "10dc93b3-5c71-4b7b-b394-5708d12b3533", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "d0657c3b-4c3d-49d0-92f5-5ce22847e223", - "x-ms-routing-request-id": "WESTUS2:20210831T232312Z:10dc93b3-5c71-4b7b-b394-5708d12b3533" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa530a4a4070a30ba66e7a4c9e6c66da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa530a4a4070a30ba66e7a4c9e6c66da", - "x-ms-correlation-request-id": "dd0ed066-3083-4fce-8c39-ff445ff59b0c", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "9884eebf-ddb4-414a-8eeb-1b4f4e2ab259", - "x-ms-routing-request-id": "WESTUS2:20210831T232313Z:dd0ed066-3083-4fce-8c39-ff445ff59b0c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9350d82da72783fc09fc038919218eb8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9350d82da72783fc09fc038919218eb8", - "x-ms-correlation-request-id": "58ee6f15-609b-498c-93ea-8c937dca6261", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "026e1e4e-af3c-4973-b61a-a62766ef3be9", - "x-ms-routing-request-id": "WESTUS2:20210831T232314Z:58ee6f15-609b-498c-93ea-8c937dca6261" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fa262ca312265794974c158fc9cf9f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fa262ca312265794974c158fc9cf9f4", - "x-ms-correlation-request-id": "94032a8e-b958-4683-9d76-5ef8c822dab9", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "c937646a-970e-4648-ab1e-0aaf4a03705a", - "x-ms-routing-request-id": "WESTUS2:20210831T232315Z:94032a8e-b958-4683-9d76-5ef8c822dab9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71b3625d56f5a2e20dcff0743d828984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71b3625d56f5a2e20dcff0743d828984", - "x-ms-correlation-request-id": "5a31bc51-decf-488c-aa53-7a43a07d2345", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "a2850c85-9fb6-4eb4-a06f-e74aa1ce64fc", - "x-ms-routing-request-id": "WESTUS2:20210831T232316Z:5a31bc51-decf-488c-aa53-7a43a07d2345" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c82c1e0e7cafcb75feb49b3e5a4876d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c82c1e0e7cafcb75feb49b3e5a4876d", - "x-ms-correlation-request-id": "3fef5f6f-a169-4106-a7ce-646fbd2aca14", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "2acb9904-d279-4939-b4c7-897dec774210", - "x-ms-routing-request-id": "WESTUS2:20210831T232318Z:3fef5f6f-a169-4106-a7ce-646fbd2aca14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b62b0e021d6d74c27fff7153400428c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b62b0e021d6d74c27fff7153400428c7", - "x-ms-correlation-request-id": "c6681ef7-77de-4828-aadc-26b28e9aba2f", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "ef3b857d-3c68-4daf-9f73-749581696cfd", - "x-ms-routing-request-id": "WESTUS2:20210831T232319Z:c6681ef7-77de-4828-aadc-26b28e9aba2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b783deabd1a7629abb7110a0c2fbd69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:23:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b783deabd1a7629abb7110a0c2fbd69", - "x-ms-correlation-request-id": "ce4aad7b-293c-498e-8c8f-3a41a59fc739", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "d4df9833-cac6-4c5b-a0f4-ecd74d15d850", - "x-ms-routing-request-id": "WESTUS2:20210831T232320Z:ce4aad7b-293c-498e-8c8f-3a41a59fc739" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/76c04a8d-3377-49b9-8968-4f8c97ccb6b0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e728347d356c317ff0dbccb7564bc5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:23:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e728347d356c317ff0dbccb7564bc5a", - "x-ms-correlation-request-id": "9cd1fb98-679f-4fad-8674-e11648493057", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "1e13311c-d641-4b06-86b1-a8a0e5b3f6fe", - "x-ms-routing-request-id": "WESTUS2:20210831T232321Z:9cd1fb98-679f-4fad-8674-e11648493057" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068", - "name": "sto9068", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:23:03.2422458Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:23:03.2422458Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:23:03.1484613Z", - "primaryEndpoints": { - "blob": "https://sto9068.blob.core.windows.net/", - "queue": "https://sto9068.queue.core.windows.net/", - "table": "https://sto9068.table.core.windows.net/", - "file": "https://sto9068.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-bfe7625da895ce41b4f929c8fe1ffb89-f9eb9ec4421ca64c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ca8c881534ce545b50bb60bb7675041", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "378", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:23:21 GMT", - "ETag": "\u00220x8D96CD652B4E9FF\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ca8c881534ce545b50bb60bb7675041", - "x-ms-correlation-request-id": "e6a1b08e-fc64-4b4e-9246-0c660e056477", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "031bf333-0004-49ba-85a4-0df267b84a66", - "x-ms-routing-request-id": "WESTUS2:20210831T232321Z:e6a1b08e-fc64-4b4e-9246-0c660e056477" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636", - "name": "container636", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-68e36daccf077c42a75430900d9ce12c-a4adbbc56f685f48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92bc0b0771f92516b43b0c005e0047fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "436", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:23:21 GMT", - "ETag": "\u00220x8D96CD652F0EC43\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92bc0b0771f92516b43b0c005e0047fa", - "x-ms-correlation-request-id": "9cdf4e39-647a-41de-ae4d-c1b741d63979", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "1a9015f0-7c6c-479f-a33b-a9a5a0627e32", - "x-ms-routing-request-id": "WESTUS2:20210831T232322Z:9cdf4e39-647a-41de-ae4d-c1b741d63979" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636", - "name": "container636", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fc54414c840e9f48b0db4e7d28767844-0f9700808e1f6641-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "668a47b73d152ffb2c49a0c860b847a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "699", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:23:21 GMT", - "ETag": "\u00220x8D96CD652F0EC43\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "668a47b73d152ffb2c49a0c860b847a5", - "x-ms-correlation-request-id": "9bef5886-41f4-4a6b-9930-4dbc0d770e95", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "e552ca77-4c96-437a-a9ee-a886145ae05b", - "x-ms-routing-request-id": "WESTUS2:20210831T232322Z:9bef5886-41f4-4a6b-9930-4dbc0d770e95" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8566/providers/Microsoft.Storage/storageAccounts/sto9068/blobServices/default/containers/container636", - "name": "container636", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CD652F0EC43\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:23:21.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "2050053840", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json deleted file mode 100644 index 67518376ee80c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobContainersUpdateTestAsync.json +++ /dev/null @@ -1,856 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0aaa8408f48818cda187099cd2e89019", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b6ebf9a4-860c-449b-be79-6e5dbbbd2067", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "b6ebf9a4-860c-449b-be79-6e5dbbbd2067", - "x-ms-routing-request-id": "WESTUS2:20210831T235009Z:b6ebf9a4-860c-449b-be79-6e5dbbbd2067" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10bc2bf128c31f796b77868b17c55450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5e363aaf-24ec-4937-af8b-89f5a6728c3c", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "5e363aaf-24ec-4937-af8b-89f5a6728c3c", - "x-ms-routing-request-id": "WESTUS2:20210831T235009Z:5e363aaf-24ec-4937-af8b-89f5a6728c3c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6547?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5a7dffe3ab81c94698c4906d2bb37bcc-e5b087df0cc8c349-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed8810a82ad6db89f3da1e0a8c795781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c56c76a-3475-4498-9f5b-7cd89a357a3d", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "6c56c76a-3475-4498-9f5b-7cd89a357a3d", - "x-ms-routing-request-id": "WESTUS2:20210831T235010Z:6c56c76a-3475-4498-9f5b-7cd89a357a3d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547", - "name": "res6547", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b26ab767d1157a4b86b097687cf8bce2-a2850eaf97f29444-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba7cd4f7df568a0a9e116e4100dc32b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba7cd4f7df568a0a9e116e4100dc32b9", - "x-ms-correlation-request-id": "5b20eeca-2629-46e1-9122-24b1831e694e", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "890c3ee7-eff9-4a57-8526-467a4115374e", - "x-ms-routing-request-id": "WESTUS2:20210831T235013Z:5b20eeca-2629-46e1-9122-24b1831e694e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fcdb20a6dd330517d6237191b99f2fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fcdb20a6dd330517d6237191b99f2fe", - "x-ms-correlation-request-id": "0ffb625f-4b97-463f-a7fb-83c6de8cc060", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "a3dafdaf-808b-4194-8463-58c0528865ee", - "x-ms-routing-request-id": "WESTUS2:20210831T235013Z:0ffb625f-4b97-463f-a7fb-83c6de8cc060" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f1751ec797edc39d34a848691af75be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f1751ec797edc39d34a848691af75be", - "x-ms-correlation-request-id": "544e097e-1a58-414a-82e5-0ef5c0e03353", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "89feacc2-ca1f-4b02-935d-655f86407ef8", - "x-ms-routing-request-id": "WESTUS2:20210831T235014Z:544e097e-1a58-414a-82e5-0ef5c0e03353" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4e373e12b20f07e5d8a889c9e3e7169b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e373e12b20f07e5d8a889c9e3e7169b", - "x-ms-correlation-request-id": "3b88b4f6-a718-4dfa-bc1d-5fcafe23dbd5", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "26ca94eb-456a-4d08-af85-fd91b58e50f0", - "x-ms-routing-request-id": "WESTUS2:20210831T235015Z:3b88b4f6-a718-4dfa-bc1d-5fcafe23dbd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c46e4fdeafc890b078f0ab89e8ca9ece", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c46e4fdeafc890b078f0ab89e8ca9ece", - "x-ms-correlation-request-id": "3b0eba0d-db28-4a31-b08c-59a7c24f2f56", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "f4287b27-33f4-4c82-8d0b-0127fed1c186", - "x-ms-routing-request-id": "WESTUS2:20210831T235016Z:3b0eba0d-db28-4a31-b08c-59a7c24f2f56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc0679eda36239ef6c1076d6f06ff9ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc0679eda36239ef6c1076d6f06ff9ec", - "x-ms-correlation-request-id": "582cc91b-dcbf-450b-960d-7ba57bc32b66", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "d42e832c-4805-4109-b72d-8b01d96014f4", - "x-ms-routing-request-id": "WESTUS2:20210831T235017Z:582cc91b-dcbf-450b-960d-7ba57bc32b66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42a8e933b14063f68ea7d51e075b1e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42a8e933b14063f68ea7d51e075b1e0d", - "x-ms-correlation-request-id": "3b66bf96-b93d-44fd-8123-bf5c4f376dc8", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "5e5ec4cb-176f-40b2-8851-bd902397e217", - "x-ms-routing-request-id": "WESTUS2:20210831T235018Z:3b66bf96-b93d-44fd-8123-bf5c4f376dc8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "69dcbb0939e03a385f3558b738d9a009", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69dcbb0939e03a385f3558b738d9a009", - "x-ms-correlation-request-id": "90565d3d-3df1-4572-a34e-2c04417f6196", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "5e676531-1bd9-4859-b6c6-f46779b4a7f7", - "x-ms-routing-request-id": "WESTUS2:20210831T235019Z:90565d3d-3df1-4572-a34e-2c04417f6196" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff56bff65b223b8e82a34dbbcdd03210", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff56bff65b223b8e82a34dbbcdd03210", - "x-ms-correlation-request-id": "5fdf9fdf-c894-446c-a9e6-c0ba7559ead6", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "73b99479-d1db-4d36-8c5f-f7d0712fdb43", - "x-ms-routing-request-id": "WESTUS2:20210831T235020Z:5fdf9fdf-c894-446c-a9e6-c0ba7559ead6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34cd69f29093f90bb06ee30a593e2bb5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34cd69f29093f90bb06ee30a593e2bb5", - "x-ms-correlation-request-id": "2b9a0ea9-1e2a-4d59-a820-ac9bd42435e9", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "aeb5f060-0ad7-4608-a63d-f80a32ffc831", - "x-ms-routing-request-id": "WESTUS2:20210831T235022Z:2b9a0ea9-1e2a-4d59-a820-ac9bd42435e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4728cc071e05adeb2da0e73deb7c6c8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4728cc071e05adeb2da0e73deb7c6c8e", - "x-ms-correlation-request-id": "4e5e57b1-af4b-44f2-b0a5-bdafcbe97e83", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "b13fa431-a1fb-48d5-80b9-97e2e1b10d54", - "x-ms-routing-request-id": "WESTUS2:20210831T235023Z:4e5e57b1-af4b-44f2-b0a5-bdafcbe97e83" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfc547036b0c6676b35c4eb47883e244", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfc547036b0c6676b35c4eb47883e244", - "x-ms-correlation-request-id": "ef6b91fe-89a1-4d3b-a446-fd9c0e101d52", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "53e41301-162b-4648-a4ca-06c8a4d87810", - "x-ms-routing-request-id": "WESTUS2:20210831T235024Z:ef6b91fe-89a1-4d3b-a446-fd9c0e101d52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01b49877eaa8d30b7d1f07f2a8ce0d33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01b49877eaa8d30b7d1f07f2a8ce0d33", - "x-ms-correlation-request-id": "ce77f955-7cfd-4aaf-96ce-66591359c9f2", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "269f69ac-9678-400c-92e0-f932ccaa1728", - "x-ms-routing-request-id": "WESTUS2:20210831T235025Z:ce77f955-7cfd-4aaf-96ce-66591359c9f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "110754015c799ba956c193a9d03735a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "110754015c799ba956c193a9d03735a9", - "x-ms-correlation-request-id": "d30ea2a4-8977-487c-9da5-8561ee5c1082", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "97be39f2-1c1f-4e7a-93ac-ff892178918f", - "x-ms-routing-request-id": "WESTUS2:20210831T235026Z:d30ea2a4-8977-487c-9da5-8561ee5c1082" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53c5a3be6bc818e53cf251ec6383bde5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:50:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53c5a3be6bc818e53cf251ec6383bde5", - "x-ms-correlation-request-id": "37873520-960e-40f3-972b-13660e5c1c5e", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "cfcb7e7a-cec7-4ff3-9985-ffabcbc31fdd", - "x-ms-routing-request-id": "WESTUS2:20210831T235027Z:37873520-960e-40f3-972b-13660e5c1c5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/890c3ee7-eff9-4a57-8526-467a4115374e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24b21a4ed07b1bcaef18aae657620245", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:50:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24b21a4ed07b1bcaef18aae657620245", - "x-ms-correlation-request-id": "6e087c91-e93e-4e6a-9871-4fd30a91fbd5", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "e01bd00d-5545-46ec-8090-4f7b99fadd72", - "x-ms-routing-request-id": "WESTUS2:20210831T235029Z:6e087c91-e93e-4e6a-9871-4fd30a91fbd5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622", - "name": "sto6622", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:50:11.7609338Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:50:11.7609338Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:50:11.6359317Z", - "primaryEndpoints": { - "blob": "https://sto6622.blob.core.windows.net/", - "queue": "https://sto6622.queue.core.windows.net/", - "table": "https://sto6622.table.core.windows.net/", - "file": "https://sto6622.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-c24471ca76f5b14981aabfcc248ef2a2-1d9f93fc6e69ef40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0805335d6bba6e95efd5860abc38d204", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:50:29 GMT", - "ETag": "\u00220x8D96CDA1CE7DDB1\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0805335d6bba6e95efd5860abc38d204", - "x-ms-correlation-request-id": "4db6f874-6a01-42aa-a27c-6d56487a4930", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "85733277-6db3-4e18-83a8-5caee2665eb4", - "x-ms-routing-request-id": "WESTUS2:20210831T235029Z:4db6f874-6a01-42aa-a27c-6d56487a4930" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485", - "name": "container5485", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-f55ed157ef153242a3d63048aa16a6c5-35f21c2abfa26243-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84b55aae2e10d8edaa63afc1ffc1d9ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "publicAccess": "Container", - "metadata": { - "metadata": "true" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "438", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:50:29 GMT", - "ETag": "\u00220x8D96CDA1D1BABD4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84b55aae2e10d8edaa63afc1ffc1d9ef", - "x-ms-correlation-request-id": "0f80a922-ed79-4702-ad81-2f434955fd10", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "4b5b4493-b2d4-4218-889a-ef87e79f4fc3", - "x-ms-routing-request-id": "WESTUS2:20210831T235029Z:0f80a922-ed79-4702-ad81-2f434955fd10" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485", - "name": "container5485", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f69a8f718a6d84429b3b10d0baded7cb-186babfe1074fc42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f05020cdcb7af931db58cfa441032e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "701", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:50:29 GMT", - "ETag": "\u00220x8D96CDA1D1BABD4\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f05020cdcb7af931db58cfa441032e0", - "x-ms-correlation-request-id": "f241eb70-546b-4cdd-928a-b8f9fdea6738", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "13c6e3e5-7aad-4b8c-9e65-2ffe62c08ac2", - "x-ms-routing-request-id": "WESTUS2:20210831T235029Z:f241eb70-546b-4cdd-928a-b8f9fdea6738" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6547/providers/Microsoft.Storage/storageAccounts/sto6622/blobServices/default/containers/container5485", - "name": "container5485", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "etag": "\u00220x8D96CDA1D1BABD4\u0022", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "defaultEncryptionScope": "$account-encryption-key", - "denyEncryptionScopeOverride": false, - "metadata": { - "metadata": "true" - }, - "publicAccess": "Container", - "leaseStatus": "Unlocked", - "leaseState": "Available", - "lastModifiedTime": "2021-08-31T23:50:29.0000000Z", - "legalHold": { - "hasLegalHold": false, - "tags": [] - }, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - } - ], - "Variables": { - "RandomSeed": "279337256", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json deleted file mode 100644 index c77b8d160b43a..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTest.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98b11e4785d24d5f6a9eab76191a2283", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6c891f6b-dd23-4586-9ade-0a16c3e59081", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "6c891f6b-dd23-4586-9ade-0a16c3e59081", - "x-ms-routing-request-id": "WESTUS2:20210831T232434Z:6c891f6b-dd23-4586-9ade-0a16c3e59081" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99d81043f37f0c824e3d7454be642fb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6b420c1-4445-485e-936e-1002d85bdb17", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "e6b420c1-4445-485e-936e-1002d85bdb17", - "x-ms-routing-request-id": "WESTUS2:20210831T232434Z:e6b420c1-4445-485e-936e-1002d85bdb17" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2699?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9c25e8a1051d034e91bc1ae252366d8b-70bdf0480db9db4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3386e8a00a0091f30840036c7f3b705d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76e72e05-aa45-4f63-b7af-6bbdb66c1375", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "76e72e05-aa45-4f63-b7af-6bbdb66c1375", - "x-ms-routing-request-id": "WESTUS2:20210831T232434Z:76e72e05-aa45-4f63-b7af-6bbdb66c1375" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699", - "name": "res2699", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-70d12c0b5f32504da001a99c915ab438-690b96ccecb8c940-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6680dc3753aca59b4994100b8e056ef7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6680dc3753aca59b4994100b8e056ef7", - "x-ms-correlation-request-id": "1338f277-9089-4a01-acc3-06db15f1fa2c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "536bc96c-f483-43ee-955d-2f4465c8021b", - "x-ms-routing-request-id": "WESTUS2:20210831T232437Z:1338f277-9089-4a01-acc3-06db15f1fa2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "532df1f7ff3295f4ea8db775e2867a3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "532df1f7ff3295f4ea8db775e2867a3a", - "x-ms-correlation-request-id": "e516fcbe-81eb-4d97-b8d9-b80f82e705c5", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "75cf00a7-3c04-4bc4-af0f-c5109638d44d", - "x-ms-routing-request-id": "WESTUS2:20210831T232437Z:e516fcbe-81eb-4d97-b8d9-b80f82e705c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c36f7494c13ef47cd59c5d35a01d057a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36f7494c13ef47cd59c5d35a01d057a", - "x-ms-correlation-request-id": "2d6dbdd1-c644-4253-aa65-03f6afa5fa3f", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "c267d1e8-b249-40c6-a0c2-ffa1a92427d2", - "x-ms-routing-request-id": "WESTUS2:20210831T232439Z:2d6dbdd1-c644-4253-aa65-03f6afa5fa3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c130c921bd810c4849cb1c28a900182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c130c921bd810c4849cb1c28a900182", - "x-ms-correlation-request-id": "061f7f50-2678-4d62-893b-e9ff25661e19", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "6d55b4e1-b2af-41fe-9c17-937780a6fc0e", - "x-ms-routing-request-id": "WESTUS2:20210831T232440Z:061f7f50-2678-4d62-893b-e9ff25661e19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2be978fc3e5f35c675397d96a1bff4cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2be978fc3e5f35c675397d96a1bff4cd", - "x-ms-correlation-request-id": "7a44e083-d390-4bf7-badb-920ecb041fc9", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "7e807557-0558-4b1f-aed3-9b5e8928d109", - "x-ms-routing-request-id": "WESTUS2:20210831T232441Z:7a44e083-d390-4bf7-badb-920ecb041fc9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6e33c88dd727962b05f3fa20fba6945", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6e33c88dd727962b05f3fa20fba6945", - "x-ms-correlation-request-id": "a7e5b8c1-b4a6-48e2-8127-374d519b1745", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "65445f7c-4b40-4f12-a6aa-c4a500df2aec", - "x-ms-routing-request-id": "WESTUS2:20210831T232442Z:a7e5b8c1-b4a6-48e2-8127-374d519b1745" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2738db9ad933531b46dd279f9d2e6ec4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2738db9ad933531b46dd279f9d2e6ec4", - "x-ms-correlation-request-id": "dc86cb3c-9007-4a0d-8b4f-5c0f8add199a", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "2ed3d610-3547-42e6-908e-e8354eb85275", - "x-ms-routing-request-id": "WESTUS2:20210831T232443Z:dc86cb3c-9007-4a0d-8b4f-5c0f8add199a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4e39e4a72bad1f0f15707b00ff2426bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e39e4a72bad1f0f15707b00ff2426bb", - "x-ms-correlation-request-id": "d2ed68f3-208d-4a16-a395-4d2125719b64", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "c93ec242-860e-4d6c-a443-819ce54cff1f", - "x-ms-routing-request-id": "WESTUS2:20210831T232444Z:d2ed68f3-208d-4a16-a395-4d2125719b64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6fb38cfcc86ae9921909094b5c3dc81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6fb38cfcc86ae9921909094b5c3dc81", - "x-ms-correlation-request-id": "825b492c-2d7a-45c6-af18-ee56f8e5276f", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "c9803693-92d6-4344-84d5-060fc3c25339", - "x-ms-routing-request-id": "WESTUS2:20210831T232445Z:825b492c-2d7a-45c6-af18-ee56f8e5276f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2bfa7af01b806f97cb1912c25e1b5322", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bfa7af01b806f97cb1912c25e1b5322", - "x-ms-correlation-request-id": "a2563ee3-28b7-4b41-80fd-586ff8ae053e", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "c5146ba1-3f5e-45aa-afd4-48e56b8da2a7", - "x-ms-routing-request-id": "WESTUS2:20210831T232446Z:a2563ee3-28b7-4b41-80fd-586ff8ae053e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64cf6cb7a732da3e4a8a2c1d9a7b6952", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64cf6cb7a732da3e4a8a2c1d9a7b6952", - "x-ms-correlation-request-id": "0be4715d-e345-4617-8025-c4da3226433b", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "56f6cf1a-6c8a-4988-b1b1-b07146dba144", - "x-ms-routing-request-id": "WESTUS2:20210831T232447Z:0be4715d-e345-4617-8025-c4da3226433b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "850ff994fa29b33aa18cfa6dbad65006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "850ff994fa29b33aa18cfa6dbad65006", - "x-ms-correlation-request-id": "31e06f85-c3e6-4691-b716-3ec5dbc15000", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "1362686f-6fc7-4b90-af4b-4ca52918f211", - "x-ms-routing-request-id": "WESTUS2:20210831T232449Z:31e06f85-c3e6-4691-b716-3ec5dbc15000" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "49dc6e3c77f3484f3b1fe0f5ee7ad450", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49dc6e3c77f3484f3b1fe0f5ee7ad450", - "x-ms-correlation-request-id": "60470837-24a7-48de-b448-af741b107021", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "1d89e168-0330-4b5d-9ee8-e0b057b51ee2", - "x-ms-routing-request-id": "WESTUS2:20210831T232450Z:60470837-24a7-48de-b448-af741b107021" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "652ebfafcd0bbcf8311cc3a6add11f73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "652ebfafcd0bbcf8311cc3a6add11f73", - "x-ms-correlation-request-id": "11a15a0b-d08d-4b41-a1ee-6fa22a50ecc5", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "8fb88a57-a017-4dc8-a270-6e76a6cad736", - "x-ms-routing-request-id": "WESTUS2:20210831T232451Z:11a15a0b-d08d-4b41-a1ee-6fa22a50ecc5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ce0263a209e1c5eaac64a091a44c426", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ce0263a209e1c5eaac64a091a44c426", - "x-ms-correlation-request-id": "e4f5d92a-c5e4-4dea-982a-a1734e1e9fcb", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "5c41f118-05af-4b2a-9935-a690a733dfa8", - "x-ms-routing-request-id": "WESTUS2:20210831T232452Z:e4f5d92a-c5e4-4dea-982a-a1734e1e9fcb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbbdaab7eaa86efa751f17d7b4a99b6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:24:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fbbdaab7eaa86efa751f17d7b4a99b6a", - "x-ms-correlation-request-id": "ebe82567-3c6f-4234-8947-904d15f9d1d2", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "afd68f79-c70f-40f7-aec1-37bad42faf1b", - "x-ms-routing-request-id": "WESTUS2:20210831T232453Z:ebe82567-3c6f-4234-8947-904d15f9d1d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/536bc96c-f483-43ee-955d-2f4465c8021b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8bb6c00a79a8fb16112bb4483eea2ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8bb6c00a79a8fb16112bb4483eea2ed", - "x-ms-correlation-request-id": "bbc0a99e-b479-4047-961e-6adab2096caa", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "c9a4b8ad-fbfa-4f0a-bb04-6f88028960aa", - "x-ms-routing-request-id": "WESTUS2:20210831T232454Z:bbc0a99e-b479-4047-961e-6adab2096caa" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159", - "name": "sto8159", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:24:36.4803100Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:24:36.4803100Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:24:36.3553126Z", - "primaryEndpoints": { - "blob": "https://sto8159.blob.core.windows.net/", - "queue": "https://sto8159.queue.core.windows.net/", - "table": "https://sto8159.table.core.windows.net/", - "file": "https://sto8159.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e9dfe4a151b11341a90bc40b75737c27-50c925c2a28f4c48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02ee9d5824134fcb2b71b67e09876800", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02ee9d5824134fcb2b71b67e09876800", - "x-ms-correlation-request-id": "d1883251-e16f-4484-b5a5-72dec7872db1", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "346242db-bced-4d0c-8870-9988f0cb54c4", - "x-ms-routing-request-id": "WESTUS2:20210831T232454Z:d1883251-e16f-4484-b5a5-72dec7872db1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "765", - "Content-Type": "application/json", - "traceparent": "00-7eb28ae13eab5848848862303ddc67d4-4e7435b354183f45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad09df2bfb890f8cf82e9a962fb6eb86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "993", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:24:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad09df2bfb890f8cf82e9a962fb6eb86", - "x-ms-correlation-request-id": "18e0f277-a542-4a40-bca4-16e42b553447", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "e2811c06-0fbc-47c7-a6f2-4a78784e2f64", - "x-ms-routing-request-id": "WESTUS2:20210831T232455Z:18e0f277-a542-4a40-bca4-16e42b553447" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f8c6aea8f259b247a2aa9bd18b799c91-3454d1e19369fa46-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "177e2a7d99badb57a06b9d28f13386d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1041", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:24:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "177e2a7d99badb57a06b9d28f13386d9", - "x-ms-correlation-request-id": "3b562bf3-8ffd-4eb7-bffb-cdcbd2b57c28", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "20a76d12-1516-4f7f-b1ac-b5c88d5974f9", - "x-ms-routing-request-id": "WESTUS2:20210831T232455Z:3b562bf3-8ffd-4eb7-bffb-cdcbd2b57c28" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2699/providers/Microsoft.Storage/storageAccounts/sto8159/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "773865698", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json deleted file mode 100644 index bd11453a32e88..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceCorsTestAsync.json +++ /dev/null @@ -1,1061 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e088bc95a2420054fb66682173900f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bfd743b2-f9f4-4139-993f-cd948fe4c8d2", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "bfd743b2-f9f4-4139-993f-cd948fe4c8d2", - "x-ms-routing-request-id": "WESTUS2:20210831T235151Z:bfd743b2-f9f4-4139-993f-cd948fe4c8d2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7db4a769b4bd3b0182f05303c13b078a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f5aaddb1-2193-4917-8b7d-d4a644c47eb8", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "f5aaddb1-2193-4917-8b7d-d4a644c47eb8", - "x-ms-routing-request-id": "WESTUS2:20210831T235151Z:f5aaddb1-2193-4917-8b7d-d4a644c47eb8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7172?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ec8ba3768eb3f549a0afe882098ce57d-802a2a419249cc41-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8735fa81cd921651c9033d01f6beb935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8bee0bce-4983-4a62-8eed-8436fb744898", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "8bee0bce-4983-4a62-8eed-8436fb744898", - "x-ms-routing-request-id": "WESTUS2:20210831T235151Z:8bee0bce-4983-4a62-8eed-8436fb744898" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172", - "name": "res7172", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8bdd9d36d54c714fa5fa0347489895ae-4748be301fb9f64f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe8fba781561cc8a1c3406025e14aedc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe8fba781561cc8a1c3406025e14aedc", - "x-ms-correlation-request-id": "271237fc-eddb-418e-b51e-55f2e7c67e84", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "ec6cb3e9-01df-4968-a30c-7f19a9f3f964", - "x-ms-routing-request-id": "WESTUS2:20210831T235154Z:271237fc-eddb-418e-b51e-55f2e7c67e84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4dc2e3cd2ffae51fabba76994b146bef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dc2e3cd2ffae51fabba76994b146bef", - "x-ms-correlation-request-id": "e35a4b2f-4e5d-4625-bab1-147e53f15561", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "0a96f9f0-3659-459c-8bab-0c51373fbeff", - "x-ms-routing-request-id": "WESTUS2:20210831T235154Z:e35a4b2f-4e5d-4625-bab1-147e53f15561" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "28a1258f6a7aa16ce02d976d64c59290", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28a1258f6a7aa16ce02d976d64c59290", - "x-ms-correlation-request-id": "c678c9d6-2272-4aae-a5d7-cc00a20db32b", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "2d13fafd-7355-4845-923a-aed249bfe51d", - "x-ms-routing-request-id": "WESTUS2:20210831T235155Z:c678c9d6-2272-4aae-a5d7-cc00a20db32b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a346b03605125e176591fb760401652", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a346b03605125e176591fb760401652", - "x-ms-correlation-request-id": "f75be0b4-5a5a-4fd5-93a9-0fcbbd0554d3", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "3da46316-6e02-4292-9d40-e327b6d84f07", - "x-ms-routing-request-id": "WESTUS2:20210831T235156Z:f75be0b4-5a5a-4fd5-93a9-0fcbbd0554d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1435c18908ea632077206dcd97b281e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1435c18908ea632077206dcd97b281e5", - "x-ms-correlation-request-id": "b4aeb9d1-819b-46da-82b2-8d83da6658b6", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "f8b65c0c-3051-4c0e-aaf8-c74b9a589541", - "x-ms-routing-request-id": "WESTUS2:20210831T235157Z:b4aeb9d1-819b-46da-82b2-8d83da6658b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df95e528f0df2e9d437bb1204bb441a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df95e528f0df2e9d437bb1204bb441a0", - "x-ms-correlation-request-id": "b0432ce0-be3f-48c6-b03a-7db87ee973dc", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "3d3ddfca-3f78-4c6f-91eb-e284ea438739", - "x-ms-routing-request-id": "WESTUS2:20210831T235158Z:b0432ce0-be3f-48c6-b03a-7db87ee973dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2e345167e90faa64bd10330f3148dc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:51:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2e345167e90faa64bd10330f3148dc4", - "x-ms-correlation-request-id": "53f1821d-8630-48b2-9465-9bc536f0c64f", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "53f88fb9-b430-4e8d-a01a-9b8a6d76477e", - "x-ms-routing-request-id": "WESTUS2:20210831T235159Z:53f1821d-8630-48b2-9465-9bc536f0c64f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b8f39d837aa99722306d16e570018c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b8f39d837aa99722306d16e570018c2", - "x-ms-correlation-request-id": "6067285d-411a-4085-b841-41e5121db852", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "e1d94f41-3d8d-4b58-82b6-8c16cd6c53c1", - "x-ms-routing-request-id": "WESTUS2:20210831T235200Z:6067285d-411a-4085-b841-41e5121db852" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52b6cddfdecfaa543f9b940eec6d3a2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52b6cddfdecfaa543f9b940eec6d3a2e", - "x-ms-correlation-request-id": "30e1717c-7fd9-4a64-a992-d777ff2cca07", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "5295761b-7e51-40ee-bbac-5790c51c7fa3", - "x-ms-routing-request-id": "WESTUS2:20210831T235202Z:30e1717c-7fd9-4a64-a992-d777ff2cca07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1147edeec625dff5d24a7f8aac37a34b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1147edeec625dff5d24a7f8aac37a34b", - "x-ms-correlation-request-id": "8b42e919-f423-4f05-8ac3-82de18154787", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "283a4b6b-832e-4397-b839-79a24ee566c3", - "x-ms-routing-request-id": "WESTUS2:20210831T235203Z:8b42e919-f423-4f05-8ac3-82de18154787" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "265041b93a5efaf5e5e53b0ea363adb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "265041b93a5efaf5e5e53b0ea363adb6", - "x-ms-correlation-request-id": "2db3bfe9-58a7-48db-ba25-906c29653cfa", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "b80aa1ad-7bc9-4706-9ac5-442c86219c7c", - "x-ms-routing-request-id": "WESTUS2:20210831T235204Z:2db3bfe9-58a7-48db-ba25-906c29653cfa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6980a2cc06b8199cd7d680845fcafd07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6980a2cc06b8199cd7d680845fcafd07", - "x-ms-correlation-request-id": "cc8288e9-7a1b-4285-87bb-f3a8ace5ad11", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "3dbbea94-873d-4511-9f21-bff7e17c9aa5", - "x-ms-routing-request-id": "WESTUS2:20210831T235205Z:cc8288e9-7a1b-4285-87bb-f3a8ace5ad11" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa5548f8141cb3d0f84d2c408ae63c6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa5548f8141cb3d0f84d2c408ae63c6e", - "x-ms-correlation-request-id": "538a7f55-6a19-43c2-bac7-bd9221777a32", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "b32e436c-57a8-4f46-83bc-87420b50ac37", - "x-ms-routing-request-id": "WESTUS2:20210831T235206Z:538a7f55-6a19-43c2-bac7-bd9221777a32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0abdc89d39b7b292a4374f87ba709a1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0abdc89d39b7b292a4374f87ba709a1a", - "x-ms-correlation-request-id": "e8161ace-3792-4272-9786-f1a3813a0f9a", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "7657135d-c3da-4c82-91d2-fb5584b0193f", - "x-ms-routing-request-id": "WESTUS2:20210831T235207Z:e8161ace-3792-4272-9786-f1a3813a0f9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a1634e7020db89ad1cc716ada5c8ff0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a1634e7020db89ad1cc716ada5c8ff0", - "x-ms-correlation-request-id": "ea183800-0f11-4400-9723-3f2c2813adca", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "171bbb6d-7d17-4073-a54f-c9ef62afbd9d", - "x-ms-routing-request-id": "WESTUS2:20210831T235208Z:ea183800-0f11-4400-9723-3f2c2813adca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "96e7119af20cbf4fb5a306e4c449f887", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:52:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96e7119af20cbf4fb5a306e4c449f887", - "x-ms-correlation-request-id": "fdcec960-ad97-4ab8-aa1d-23055910b947", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "a5643c62-8a24-49e6-9379-2d4c65da482b", - "x-ms-routing-request-id": "WESTUS2:20210831T235209Z:fdcec960-ad97-4ab8-aa1d-23055910b947" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ec6cb3e9-01df-4968-a30c-7f19a9f3f964?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "565811b2e1d09a602e0538eac728d748", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:52:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "565811b2e1d09a602e0538eac728d748", - "x-ms-correlation-request-id": "6a8ad3aa-4465-4c13-8d00-d42bf37367e5", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "14bd8f8d-82cd-4f56-a234-b8a972139302", - "x-ms-routing-request-id": "WESTUS2:20210831T235210Z:6a8ad3aa-4465-4c13-8d00-d42bf37367e5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503", - "name": "sto3503", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:51:52.8430773Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:51:52.8430773Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:51:52.7336871Z", - "primaryEndpoints": { - "blob": "https://sto3503.blob.core.windows.net/", - "queue": "https://sto3503.queue.core.windows.net/", - "table": "https://sto3503.table.core.windows.net/", - "file": "https://sto3503.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ede5ba0ad92df047a7456b76bf74a65c-9cfef06609a1d04e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8ec5ea80388f40de457a46afcb5f388", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:52:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8ec5ea80388f40de457a46afcb5f388", - "x-ms-correlation-request-id": "d874b041-985e-45a1-96fa-c14655a5c8e5", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "2fcf4174-4ef0-4d39-a877-005f14183142", - "x-ms-routing-request-id": "WESTUS2:20210831T235211Z:d874b041-985e-45a1-96fa-c14655a5c8e5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "765", - "Content-Type": "application/json", - "traceparent": "00-551adce5c21d8d418d70b074d83fd9cc-53b31849a7c17841-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8b7e9d43803b91fb04c6806ba64f78d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "993", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:52:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8b7e9d43803b91fb04c6806ba64f78d", - "x-ms-correlation-request-id": "0f05950a-90fa-483f-b743-6bbe6908b566", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "c0f25ff8-55de-45ac-a084-609b14397e49", - "x-ms-routing-request-id": "WESTUS2:20210831T235212Z:0f05950a-90fa-483f-b743-6bbe6908b566" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6c94a9729786de4988e4bc371f4452c3-338470fc66a3cb48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "653cbdcb4f5cafff036372793cf69e78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1041", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:52:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "653cbdcb4f5cafff036372793cf69e78", - "x-ms-correlation-request-id": "c11bd38d-9e6b-4394-81ee-9217f8c077c4", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "2690adea-8617-4796-b66a-2ff15af087e6", - "x-ms-routing-request-id": "WESTUS2:20210831T235212Z:c11bd38d-9e6b-4394-81ee-9217f8c077c4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7172/providers/Microsoft.Storage/storageAccounts/sto3503/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1043745408", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json deleted file mode 100644 index de5c9ffcf1844..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTest.json +++ /dev/null @@ -1,853 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b3dce88edfb10066c9fe64fd516ddc0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af5e5e3b-fbb9-4e6a-9184-feab5e5ccf64", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "af5e5e3b-fbb9-4e6a-9184-feab5e5ccf64", - "x-ms-routing-request-id": "WESTUS2:20210831T232559Z:af5e5e3b-fbb9-4e6a-9184-feab5e5ccf64" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67b4a9214128c2190bde084ff81b67f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c6553c9e-a79e-4c50-864b-e2957a7bb653", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "c6553c9e-a79e-4c50-864b-e2957a7bb653", - "x-ms-routing-request-id": "WESTUS2:20210831T232559Z:c6553c9e-a79e-4c50-864b-e2957a7bb653" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2612?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-91c1ac7dd6b5f54e878f6d9b238e6085-20d6302fd52e9f46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc609c1b8f7e747addd28d19031a7f70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8e87d257-d494-47f4-95bf-6e61b36016d4", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "8e87d257-d494-47f4-95bf-6e61b36016d4", - "x-ms-routing-request-id": "WESTUS2:20210831T232559Z:8e87d257-d494-47f4-95bf-6e61b36016d4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612", - "name": "res2612", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-5742bb8826dd2c408d52b4234a227a36-28aa8fc4ddf6ab4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "407a79bc4d8b1acfa7d2d61608ae966e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "407a79bc4d8b1acfa7d2d61608ae966e", - "x-ms-correlation-request-id": "8bd01c8c-7bc8-45d5-b321-3657cf69d2cf", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "d7f83b7e-6988-4026-885b-7b945baf89f1", - "x-ms-routing-request-id": "WESTUS2:20210831T232602Z:8bd01c8c-7bc8-45d5-b321-3657cf69d2cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed5ed7df457b4e8f90c2d6bca35dd423", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed5ed7df457b4e8f90c2d6bca35dd423", - "x-ms-correlation-request-id": "25eff19e-170d-4896-ba4d-63c5eb9477a3", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "c26a6824-f104-419b-9163-80269e651d73", - "x-ms-routing-request-id": "WESTUS2:20210831T232602Z:25eff19e-170d-4896-ba4d-63c5eb9477a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e38babf7f4ae19ee603f4d3fde43719f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e38babf7f4ae19ee603f4d3fde43719f", - "x-ms-correlation-request-id": "ddb2cfac-fcb7-41a3-8b3b-fd0911439249", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "fe7762cf-8b2e-487f-b8c8-ee6cda9d9931", - "x-ms-routing-request-id": "WESTUS2:20210831T232603Z:ddb2cfac-fcb7-41a3-8b3b-fd0911439249" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30374e0ea84f31f2a682ec6fcd5c9695", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30374e0ea84f31f2a682ec6fcd5c9695", - "x-ms-correlation-request-id": "086209cf-56b1-4940-9df3-119eabbc7241", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "423d24d0-5b32-4e03-87b2-70745ed06668", - "x-ms-routing-request-id": "WESTUS2:20210831T232605Z:086209cf-56b1-4940-9df3-119eabbc7241" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd944b76e07cebdae9458d3cf750704d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd944b76e07cebdae9458d3cf750704d", - "x-ms-correlation-request-id": "f71ccf99-3b0f-4bd5-9f80-1defe01635aa", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "16deeaae-3620-4c48-812f-74152feff776", - "x-ms-routing-request-id": "WESTUS2:20210831T232606Z:f71ccf99-3b0f-4bd5-9f80-1defe01635aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55ae3750a4264ed3b8593d2c087e4b03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55ae3750a4264ed3b8593d2c087e4b03", - "x-ms-correlation-request-id": "d09898f5-e640-467d-8f37-1ea39f948b91", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "3d4190ae-2d82-41f1-8f4f-aa6fad859e5d", - "x-ms-routing-request-id": "WESTUS2:20210831T232607Z:d09898f5-e640-467d-8f37-1ea39f948b91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92c8b7a974ae2e22744c460a1bb63a56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92c8b7a974ae2e22744c460a1bb63a56", - "x-ms-correlation-request-id": "d470228a-4bb2-4570-8e7c-b54626f530d9", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "7b891b9f-3ba7-4d72-bf03-fe558b4cecc4", - "x-ms-routing-request-id": "WESTUS2:20210831T232608Z:d470228a-4bb2-4570-8e7c-b54626f530d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "961f9e1141aed26f77464422a3ade26b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "961f9e1141aed26f77464422a3ade26b", - "x-ms-correlation-request-id": "390c6bbf-334b-469c-8340-0d43716cd306", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "25abb800-7ada-4d5e-924f-e1425cb1e79c", - "x-ms-routing-request-id": "WESTUS2:20210831T232609Z:390c6bbf-334b-469c-8340-0d43716cd306" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f938af9dd87dc9e1480e1d95dc93202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f938af9dd87dc9e1480e1d95dc93202", - "x-ms-correlation-request-id": "78cdb4b1-9cba-4d63-98af-4374450d73f9", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "2c11b17d-3a20-4864-90a4-18d8d1b59ef0", - "x-ms-routing-request-id": "WESTUS2:20210831T232610Z:78cdb4b1-9cba-4d63-98af-4374450d73f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "691ae61fb55f675448f61b6830008ac6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "691ae61fb55f675448f61b6830008ac6", - "x-ms-correlation-request-id": "82b6be05-aa26-4aa9-bc9c-22720714de09", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "c4d5ea1e-a61a-4bc9-bf1a-f33055719134", - "x-ms-routing-request-id": "WESTUS2:20210831T232611Z:82b6be05-aa26-4aa9-bc9c-22720714de09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9111db69fa2334cf0042812e5f9574ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9111db69fa2334cf0042812e5f9574ae", - "x-ms-correlation-request-id": "da8bf61d-a389-4f1a-9c26-3b53da7b5320", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "371c0127-cb1a-4a5f-95a6-8b02b50f1cbc", - "x-ms-routing-request-id": "WESTUS2:20210831T232612Z:da8bf61d-a389-4f1a-9c26-3b53da7b5320" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc0242137993430c352bf790c235ab14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc0242137993430c352bf790c235ab14", - "x-ms-correlation-request-id": "f5db5005-2e35-4f91-959b-dd2573d38453", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "dae350e5-0f1a-4136-999b-c59fb89262fd", - "x-ms-routing-request-id": "WESTUS2:20210831T232613Z:f5db5005-2e35-4f91-959b-dd2573d38453" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81701bf5a1b725de17e6681c342507b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81701bf5a1b725de17e6681c342507b2", - "x-ms-correlation-request-id": "5692f8d0-88fa-412f-9a12-eeef05a694a6", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "7b0d4a47-243f-4328-84eb-c317b8d514da", - "x-ms-routing-request-id": "WESTUS2:20210831T232615Z:5692f8d0-88fa-412f-9a12-eeef05a694a6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee546c81cefdef32cfcd5bf8033e71ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee546c81cefdef32cfcd5bf8033e71ca", - "x-ms-correlation-request-id": "64b451c6-59b4-479a-be35-35b8bb43e3aa", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "97cd3996-4231-4747-a061-3182b6d8056f", - "x-ms-routing-request-id": "WESTUS2:20210831T232616Z:64b451c6-59b4-479a-be35-35b8bb43e3aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44396d96f22571f663dda4ad11ef0f0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:26:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44396d96f22571f663dda4ad11ef0f0f", - "x-ms-correlation-request-id": "e7d904ed-46aa-4f69-be60-89c776c7c069", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "596022a0-2bfc-4a94-9943-e9c857ec998e", - "x-ms-routing-request-id": "WESTUS2:20210831T232617Z:e7d904ed-46aa-4f69-be60-89c776c7c069" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d7f83b7e-6988-4026-885b-7b945baf89f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "550f4423bde12617e880b2ea46e622d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:26:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "550f4423bde12617e880b2ea46e622d9", - "x-ms-correlation-request-id": "73462451-3706-436f-9f18-911d81c08f20", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "94896e45-dbd0-4e02-8c09-45459aa254f7", - "x-ms-routing-request-id": "WESTUS2:20210831T232618Z:73462451-3706-436f-9f18-911d81c08f20" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880", - "name": "sto6880", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:26:01.3430254Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:26:01.3430254Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:26:01.2336225Z", - "primaryEndpoints": { - "blob": "https://sto6880.blob.core.windows.net/", - "queue": "https://sto6880.queue.core.windows.net/", - "table": "https://sto6880.table.core.windows.net/", - "file": "https://sto6880.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e8a24e48c8508d49ac399f162282a128-2ba21ff6617ee940-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6859d74c2ec8e8c76e28a1f2985dedf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:26:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6859d74c2ec8e8c76e28a1f2985dedf", - "x-ms-correlation-request-id": "c0f527d0-f675-46e8-8254-923192be14ab", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "c61e8192-1f1f-4e73-b0b5-958342a0b60b", - "x-ms-routing-request-id": "WESTUS2:20210831T232618Z:c0f527d0-f675-46e8-8254-923192be14ab" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "129", - "Content-Type": "application/json", - "traceparent": "00-1bc59c11ae3bec4eba0b66c156088d6f-d97dd2bb6cae1b46-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bed44bbd1c2ed9e956125ca5400c2b7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "357", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:26:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bed44bbd1c2ed9e956125ca5400c2b7c", - "x-ms-correlation-request-id": "a961d4b3-35b1-44fd-9d0b-2d99e1270299", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "9a1e2ca7-f97f-44be-9788-4edecb381992", - "x-ms-routing-request-id": "WESTUS2:20210831T232619Z:a961d4b3-35b1-44fd-9d0b-2d99e1270299" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fbc3439247f7fd4f9e7767ab8dee3364-c1d4891459819b41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7339cbbb496a6023b780dffe32f7fc63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "405", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:26:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7339cbbb496a6023b780dffe32f7fc63", - "x-ms-correlation-request-id": "77e64646-267d-4b0d-8318-36117bf50bc4", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "68203958-b282-4088-ba23-a2bd5688a1c4", - "x-ms-routing-request-id": "WESTUS2:20210831T232619Z:77e64646-267d-4b0d-8318-36117bf50bc4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2612/providers/Microsoft.Storage/storageAccounts/sto6880/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1737140047", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json deleted file mode 100644 index 7e95dda76fc72..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/BlobServiceTestAsync.json +++ /dev/null @@ -1,884 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef0457befd573170782ce3a913e262ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "daea233f-22c0-4f08-977f-ce028d958f56", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "daea233f-22c0-4f08-977f-ce028d958f56", - "x-ms-routing-request-id": "WESTUS2:20210831T235317Z:daea233f-22c0-4f08-977f-ce028d958f56" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cceb3c74e74f41d38e23de11cbed96a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2ac4b13d-2a25-43c6-b11a-e6685e13598c", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "2ac4b13d-2a25-43c6-b11a-e6685e13598c", - "x-ms-routing-request-id": "WESTUS2:20210831T235317Z:2ac4b13d-2a25-43c6-b11a-e6685e13598c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6929?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-69636947c8d43d4aa66a0bd45cd5a26e-5398be65adc67444-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8296fa55b82f8c747cf35dad81b0e70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9bf36bd-3a00-41d3-86f5-944c55ac8d15", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b9bf36bd-3a00-41d3-86f5-944c55ac8d15", - "x-ms-routing-request-id": "WESTUS2:20210831T235318Z:b9bf36bd-3a00-41d3-86f5-944c55ac8d15" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929", - "name": "res6929", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b28eb63051901e48ad009cae9282ebc9-92e061722016ec41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8e1772470f00f3ab674c08e15b95279", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8e1772470f00f3ab674c08e15b95279", - "x-ms-correlation-request-id": "f04451da-1153-47eb-9375-422d282f98ef", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b", - "x-ms-routing-request-id": "WESTUS2:20210831T235322Z:f04451da-1153-47eb-9375-422d282f98ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "619a2f71f588ffb5efd9cbe707693216", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "619a2f71f588ffb5efd9cbe707693216", - "x-ms-correlation-request-id": "507bcb39-7cbd-4938-8863-930a49dde73b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "bda89bb2-8435-42cd-aa4a-f2752b41106b", - "x-ms-routing-request-id": "WESTUS2:20210831T235322Z:507bcb39-7cbd-4938-8863-930a49dde73b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aced60e2379bdf0b20db24c3f152f456", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aced60e2379bdf0b20db24c3f152f456", - "x-ms-correlation-request-id": "d0088b44-1a6a-4667-9114-a5a1e370edc4", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6896b308-ba31-4b8e-87ba-3ac89e1999bf", - "x-ms-routing-request-id": "WESTUS2:20210831T235323Z:d0088b44-1a6a-4667-9114-a5a1e370edc4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e51d91adf11ef5f0b9734a08796ffe3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e51d91adf11ef5f0b9734a08796ffe3a", - "x-ms-correlation-request-id": "f3c9316b-63b3-482d-86bc-824aa7e36f6b", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "9a482e88-88b1-44a3-b5fc-dc7e4cee743f", - "x-ms-routing-request-id": "WESTUS2:20210831T235324Z:f3c9316b-63b3-482d-86bc-824aa7e36f6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba0568fa1a723a9324bb40add1f10e9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba0568fa1a723a9324bb40add1f10e9d", - "x-ms-correlation-request-id": "6a05c292-eb32-4840-a79c-f2a46e113419", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "9f5ce281-c967-4419-9c8e-4f81c89463d0", - "x-ms-routing-request-id": "WESTUS2:20210831T235325Z:6a05c292-eb32-4840-a79c-f2a46e113419" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "763a74e44c4cf1f86ff7f327ec0265b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "763a74e44c4cf1f86ff7f327ec0265b0", - "x-ms-correlation-request-id": "d3d4de75-130a-44a0-ac35-4a0becf27808", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "c3761f25-c999-4ee3-acc5-24616fcd840f", - "x-ms-routing-request-id": "WESTUS2:20210831T235326Z:d3d4de75-130a-44a0-ac35-4a0becf27808" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88c9eadc3a4d92e4fee3c162b04323c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88c9eadc3a4d92e4fee3c162b04323c7", - "x-ms-correlation-request-id": "3917efaf-70ec-4a74-8a2d-07c22c893014", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "4e0fc52a-6b40-4bbd-979f-13a15ca71fad", - "x-ms-routing-request-id": "WESTUS2:20210831T235328Z:3917efaf-70ec-4a74-8a2d-07c22c893014" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0424ad658835aded70134a7a266b4d21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0424ad658835aded70134a7a266b4d21", - "x-ms-correlation-request-id": "263aab48-0b19-43e2-80a0-173491dfe02d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "8cb82f66-7d25-44af-9d45-c3de243c38ba", - "x-ms-routing-request-id": "WESTUS2:20210831T235329Z:263aab48-0b19-43e2-80a0-173491dfe02d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7d190558528a95090a778698a95412c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7d190558528a95090a778698a95412c", - "x-ms-correlation-request-id": "7a13bd72-0c61-405f-867e-80b59474770f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "a985ef6e-0ca3-4d15-9ea9-3adaebaad15c", - "x-ms-routing-request-id": "WESTUS2:20210831T235330Z:7a13bd72-0c61-405f-867e-80b59474770f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fc22cd460dd537bfc1b1839f0696b92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fc22cd460dd537bfc1b1839f0696b92", - "x-ms-correlation-request-id": "404f1b91-166c-45e4-b5b1-0909ad4440d0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "bab9874e-387a-4bc2-8220-d581eab64177", - "x-ms-routing-request-id": "WESTUS2:20210831T235331Z:404f1b91-166c-45e4-b5b1-0909ad4440d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "200ca0953c71df9f5d7a748e108423da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "200ca0953c71df9f5d7a748e108423da", - "x-ms-correlation-request-id": "3ccdf1d1-1f1b-4046-987b-4e444bb34f3c", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "38c4d1b5-e226-4af5-901c-d9d687f4f283", - "x-ms-routing-request-id": "WESTUS2:20210831T235332Z:3ccdf1d1-1f1b-4046-987b-4e444bb34f3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "faa61dd20da9f543147dea0c6d16b927", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faa61dd20da9f543147dea0c6d16b927", - "x-ms-correlation-request-id": "721a611e-6e7b-4c17-8daf-42d7e801c04c", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "033d8d32-1366-4183-a245-20aed8355d70", - "x-ms-routing-request-id": "WESTUS2:20210831T235333Z:721a611e-6e7b-4c17-8daf-42d7e801c04c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ead4e53b208897ba8de2e263eced4378", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ead4e53b208897ba8de2e263eced4378", - "x-ms-correlation-request-id": "ef5584f4-ef46-42fc-87f9-c16fdad2372f", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "43239652-ded1-4c0b-8f0a-a996d216bbd6", - "x-ms-routing-request-id": "WESTUS2:20210831T235334Z:ef5584f4-ef46-42fc-87f9-c16fdad2372f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2673df871c287e95c170bf351927246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2673df871c287e95c170bf351927246", - "x-ms-correlation-request-id": "b7ddd362-c63d-4fdc-a363-2eb286ce0e8a", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "eae14fb9-9532-47ce-b568-ddd05ab0d583", - "x-ms-routing-request-id": "WESTUS2:20210831T235335Z:b7ddd362-c63d-4fdc-a363-2eb286ce0e8a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b524dc138b0b152620f6dc62ae00827", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b524dc138b0b152620f6dc62ae00827", - "x-ms-correlation-request-id": "2e1e6c60-5fe7-4690-b5f3-8049897623c0", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "aace56eb-754e-4386-bf37-4e958d226f1d", - "x-ms-routing-request-id": "WESTUS2:20210831T235336Z:2e1e6c60-5fe7-4690-b5f3-8049897623c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3014723ae7aeca64fb4c8e7015c745fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:53:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3014723ae7aeca64fb4c8e7015c745fa", - "x-ms-correlation-request-id": "ef928add-7619-40d5-96d9-d584960983ee", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "7375b243-8d4e-496f-8409-0935b427a93c", - "x-ms-routing-request-id": "WESTUS2:20210831T235338Z:ef928add-7619-40d5-96d9-d584960983ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/84aa70ec-c5aa-4a32-bf6c-fd642f88fc3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ea29c70179abfc7ebb66fb303225c7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:53:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ea29c70179abfc7ebb66fb303225c7b", - "x-ms-correlation-request-id": "578d2244-8e3d-4047-bd97-81699f700c79", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "1e4aab3a-2731-4f3a-9016-0ec4fa0d4307", - "x-ms-routing-request-id": "WESTUS2:20210831T235339Z:578d2244-8e3d-4047-bd97-81699f700c79" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681", - "name": "sto681", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:53:20.9249307Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:53:20.9249307Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:53:20.7374312Z", - "primaryEndpoints": { - "blob": "https://sto681.blob.core.windows.net/", - "queue": "https://sto681.queue.core.windows.net/", - "table": "https://sto681.table.core.windows.net/", - "file": "https://sto681.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-431449fe0e07134e90a5c887efdead3d-654ada486d5d3f45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfb9e30e417dd997e8872f64aae19b9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "357", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:53:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfb9e30e417dd997e8872f64aae19b9b", - "x-ms-correlation-request-id": "335c36fc-ad3e-47f8-b724-a454c6602366", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "f1c98db4-c56b-4874-8c5a-4e729c413766", - "x-ms-routing-request-id": "WESTUS2:20210831T235339Z:335c36fc-ad3e-47f8-b724-a454c6602366" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "129", - "Content-Type": "application/json", - "traceparent": "00-cd4fb40aa088fa4a8ff943adf0b6f3d0-a102b35eadb3704f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e5672c9693e238daa5445f877b1c7d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "356", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:53:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e5672c9693e238daa5445f877b1c7d8", - "x-ms-correlation-request-id": "aca211db-c85e-4c10-8351-4c245d9b3901", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d4996b35-287e-41f4-b5a1-f67d71159a91", - "x-ms-routing-request-id": "WESTUS2:20210831T235340Z:aca211db-c85e-4c10-8351-4c245d9b3901" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2363d01409786643b03acd3837632e8e-6cb5853089e6ff40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "316212ef660d2e7d04c8b613e763150a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "404", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:53:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "316212ef660d2e7d04c8b613e763150a", - "x-ms-correlation-request-id": "82fb5ec2-1d19-4f02-9443-2e3d37912a3a", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "54becd7b-47e7-49ae-8805-3d1e7b1aff29", - "x-ms-routing-request-id": "WESTUS2:20210831T235340Z:82fb5ec2-1d19-4f02-9443-2e3d37912a3a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6929/providers/Microsoft.Storage/storageAccounts/sto681/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "defaultServiceVersion": "2017-04-17", - "deleteRetentionPolicy": { - "enabled": true, - "days": 300 - } - } - } - } - ], - "Variables": { - "RandomSeed": "2014256493", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json deleted file mode 100644 index 80fcb8a5f2c63..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWrites.json +++ /dev/null @@ -1,920 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab9dbb8481d577e4aa28561e6a618b77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d34d6167-0308-4014-8484-7a05ce1429ae", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "d34d6167-0308-4014-8484-7a05ce1429ae", - "x-ms-routing-request-id": "WESTUS2:20210831T232732Z:d34d6167-0308-4014-8484-7a05ce1429ae" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd6174fd1e49b1d2ce26f4c61ecdb6f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "22d48d86-d5ed-4d75-a743-0b7edcad6fce", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "22d48d86-d5ed-4d75-a743-0b7edcad6fce", - "x-ms-routing-request-id": "WESTUS2:20210831T232732Z:22d48d86-d5ed-4d75-a743-0b7edcad6fce" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8501?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a8331e9ba22b164e81e2072da1c87314-9efb7ece8b163740-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e0af5e463239d2302f178d9b7b7ab2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9ead127f-2df1-4aa8-8e1e-dac654ae46ef", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9ead127f-2df1-4aa8-8e1e-dac654ae46ef", - "x-ms-routing-request-id": "WESTUS2:20210831T232733Z:9ead127f-2df1-4aa8-8e1e-dac654ae46ef" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501", - "name": "res8501", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-c9b97c12cd26f04d983665b80709294b-457c47f66a6eb14c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef27f78665d4ebe8ddaf8c1d59dd7260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef27f78665d4ebe8ddaf8c1d59dd7260", - "x-ms-correlation-request-id": "1e2da83d-650d-4a10-977e-d1fb6463a584", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d53c1504-c3c8-40d7-b7d2-11123d7e8788", - "x-ms-routing-request-id": "WESTUS2:20210831T232737Z:1e2da83d-650d-4a10-977e-d1fb6463a584" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be46659b8ace9010223246b39680a913", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be46659b8ace9010223246b39680a913", - "x-ms-correlation-request-id": "93314335-3d5a-4afe-92d1-70bd02dd9791", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e7029233-58bf-4fb8-be5b-8a3edb45be7b", - "x-ms-routing-request-id": "WESTUS2:20210831T232738Z:93314335-3d5a-4afe-92d1-70bd02dd9791" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32137906ab3fab5fe6e9cf8d378e13c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "32137906ab3fab5fe6e9cf8d378e13c6", - "x-ms-correlation-request-id": "045bc612-7cd2-485f-bbc5-282da62f9355", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "749e1819-8435-4d95-b510-7c02be77d754", - "x-ms-routing-request-id": "WESTUS2:20210831T232739Z:045bc612-7cd2-485f-bbc5-282da62f9355" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3814341b3961a9175db5e25945ca79f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3814341b3961a9175db5e25945ca79f", - "x-ms-correlation-request-id": "8ff84447-0d9d-48c9-a6d8-3db3a967e404", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "a86aab2b-0f62-4430-891c-6fb0e878dea3", - "x-ms-routing-request-id": "WESTUS2:20210831T232740Z:8ff84447-0d9d-48c9-a6d8-3db3a967e404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f53199e3c02f009059ad8e4ba835893", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f53199e3c02f009059ad8e4ba835893", - "x-ms-correlation-request-id": "a9f1176d-0e95-42d3-9db9-bbe8c410bfed", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "e0c5cfc9-5e04-4b0a-8734-cbb300e72616", - "x-ms-routing-request-id": "WESTUS2:20210831T232741Z:a9f1176d-0e95-42d3-9db9-bbe8c410bfed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52727f1fb5ff527de7f9bc644d3a1789", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52727f1fb5ff527de7f9bc644d3a1789", - "x-ms-correlation-request-id": "5a55e8fa-323a-43f3-88b1-25ba54116908", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "d889d620-e162-4a88-a7a3-35aa024db0df", - "x-ms-routing-request-id": "WESTUS2:20210831T232742Z:5a55e8fa-323a-43f3-88b1-25ba54116908" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1eef3042b43a05c33a91edfbdbad5ff2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1eef3042b43a05c33a91edfbdbad5ff2", - "x-ms-correlation-request-id": "e85ee8c2-1d60-4342-bf6b-56ff3ed2e9fa", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "5afd02cc-cd1b-4884-9850-1c17d1acae75", - "x-ms-routing-request-id": "WESTUS2:20210831T232743Z:e85ee8c2-1d60-4342-bf6b-56ff3ed2e9fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1405ca8254eae8a09c0178097fa5a3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1405ca8254eae8a09c0178097fa5a3cb", - "x-ms-correlation-request-id": "495445a4-f0dc-4308-ac15-64ca9b3c9a30", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "8fd21840-f47d-4784-83a3-75fed44ad17c", - "x-ms-routing-request-id": "WESTUS2:20210831T232744Z:495445a4-f0dc-4308-ac15-64ca9b3c9a30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8aa24f8339936a58bb6c186dc781773a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aa24f8339936a58bb6c186dc781773a", - "x-ms-correlation-request-id": "f02d0e79-6aea-4aa1-a20e-74ecacf28328", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "56df1ed1-8a95-47dc-aa0f-afc440922f93", - "x-ms-routing-request-id": "WESTUS2:20210831T232745Z:f02d0e79-6aea-4aa1-a20e-74ecacf28328" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "82e1c9990334ed9e8f0682393cb98594", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82e1c9990334ed9e8f0682393cb98594", - "x-ms-correlation-request-id": "581105d9-9731-4835-a745-aca44321d7c3", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "74871736-92f2-43d0-a80b-8bf26ad0592f", - "x-ms-routing-request-id": "WESTUS2:20210831T232746Z:581105d9-9731-4835-a745-aca44321d7c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b7822eed50a485e719b597d3b32211a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b7822eed50a485e719b597d3b32211a", - "x-ms-correlation-request-id": "7edfc79e-2725-4ed4-8190-097e69e2fd68", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "e1b0f38c-2f1a-4795-adcc-d8bcce16a467", - "x-ms-routing-request-id": "WESTUS2:20210831T232748Z:7edfc79e-2725-4ed4-8190-097e69e2fd68" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6703e8a20c37f96b0b4fa8db71f2e01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6703e8a20c37f96b0b4fa8db71f2e01", - "x-ms-correlation-request-id": "03fdb05d-5489-4f43-9971-129e898b0d6c", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "df729b73-3c76-4a67-bba9-afd79fa9f74c", - "x-ms-routing-request-id": "WESTUS2:20210831T232749Z:03fdb05d-5489-4f43-9971-129e898b0d6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a47f83e7eb09c42f6a981099aa21b25d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a47f83e7eb09c42f6a981099aa21b25d", - "x-ms-correlation-request-id": "94847b10-1d45-4322-b701-2835d55f7123", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "0b363323-b0a0-44f5-9161-48d3cc683415", - "x-ms-routing-request-id": "WESTUS2:20210831T232750Z:94847b10-1d45-4322-b701-2835d55f7123" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "feae67e4cf49cdd18cf8da55dad09152", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "feae67e4cf49cdd18cf8da55dad09152", - "x-ms-correlation-request-id": "0559c1db-d582-4478-a38b-8501301f3185", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "dc55435c-8980-42df-aeb7-98a555b6d802", - "x-ms-routing-request-id": "WESTUS2:20210831T232751Z:0559c1db-d582-4478-a38b-8501301f3185" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b796576c7cb39f110eac4b2a10fcd58f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b796576c7cb39f110eac4b2a10fcd58f", - "x-ms-correlation-request-id": "3cf3b89b-4769-4d9b-8331-e509b41ed98e", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "cae1adbe-51f5-4e61-ace2-f776aad2d241", - "x-ms-routing-request-id": "WESTUS2:20210831T232752Z:3cf3b89b-4769-4d9b-8331-e509b41ed98e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fa99d02307117b8b2b1181010dae999", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:27:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fa99d02307117b8b2b1181010dae999", - "x-ms-correlation-request-id": "ab365643-df71-4252-a8a4-eadb02798bae", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "d959e683-c079-4e30-8998-9f4a3d3dda43", - "x-ms-routing-request-id": "WESTUS2:20210831T232753Z:ab365643-df71-4252-a8a4-eadb02798bae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d53c1504-c3c8-40d7-b7d2-11123d7e8788?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "522cbe07fa8a67aa560eef9d84a6bd8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:27:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "522cbe07fa8a67aa560eef9d84a6bd8f", - "x-ms-correlation-request-id": "98788669-2f41-4f29-b28d-b8544799c565", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "1eeccfff-0fd7-45a1-b6a7-8e1114a4a61c", - "x-ms-routing-request-id": "WESTUS2:20210831T232754Z:98788669-2f41-4f29-b28d-b8544799c565" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286", - "name": "sto2286", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:27:36.3623648Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:27:36.3623648Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:27:36.2529872Z", - "primaryEndpoints": { - "dfs": "https://sto2286.dfs.core.windows.net/", - "web": "https://sto2286.z20.web.core.windows.net/", - "blob": "https://sto2286.blob.core.windows.net/", - "queue": "https://sto2286.queue.core.windows.net/", - "table": "https://sto2286.table.core.windows.net/", - "file": "https://sto2286.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-94eb1c903ae3a94ab281ea5a61e12562-99e89b2a6fdc5342-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "273d524be0419f3c7f040164008e33c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:27:54 GMT", - "ETag": "\u00220x8D96CD6F5B1A967\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "273d524be0419f3c7f040164008e33c2", - "x-ms-correlation-request-id": "b731ad0b-3f73-4b71-a23f-3cd5d9b2552c", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "dcb7a965-5a12-427e-b01a-c47c29ddcbf5", - "x-ms-routing-request-id": "WESTUS2:20210831T232755Z:b731ad0b-3f73-4b71-a23f-3cd5d9b2552c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441", - "name": "container9441", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-7cdb11a54c3c6647844e2df9c510362e-f52196d314374d4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf5123b10583f30741f962401a930cf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 4, - "allowProtectedAppendWrites": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:27:54 GMT", - "ETag": "\u00228d96cd6f5e89e63\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf5123b10583f30741f962401a930cf4", - "x-ms-correlation-request-id": "13c87288-935f-4364-a905-d5c896028efb", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "0ae0de43-0803-43b3-a776-5b7a0699dbd2", - "x-ms-routing-request-id": "WESTUS2:20210831T232755Z:13c87288-935f-4364-a905-d5c896028efb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd6f5e89e63\u0022", - "properties": { - "allowProtectedAppendWrites": true, - "immutabilityPeriodSinceCreationInDays": 4, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "93", - "Content-Type": "application/json", - "If-Match": "\u00228d96cd6f5e89e63\u0022", - "traceparent": "00-c05306edea730941899818f025b84999-156e6f7237341e4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87c5ed8972abddc6f0b20bf5a8035580", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "allowProtectedAppendWrites": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "455", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:27:54 GMT", - "ETag": "\u00228d96cd6f62b62a7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87c5ed8972abddc6f0b20bf5a8035580", - "x-ms-correlation-request-id": "e527c9e5-dc6e-4aa5-8e2c-c5361f6ac8b4", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e809b34d-cacf-494b-adad-85c630ac9115", - "x-ms-routing-request-id": "WESTUS2:20210831T232755Z:e527c9e5-dc6e-4aa5-8e2c-c5361f6ac8b4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd6f62b62a7\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f615bb0782bf0843a8875a02d0811e18-55e8ee9ba28fd242-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83d2dabbbf6b459f4a4ae5487efb84ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "455", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:27:56 GMT", - "ETag": "\u00228d96cd6f62b62a7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83d2dabbbf6b459f4a4ae5487efb84ec", - "x-ms-correlation-request-id": "8a13763c-6f13-4fc6-8119-be52e440341f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "5e1b24c3-bb82-4832-b6d2-1b10a838f70a", - "x-ms-routing-request-id": "WESTUS2:20210831T232756Z:8a13763c-6f13-4fc6-8119-be52e440341f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8501/providers/Microsoft.Storage/storageAccounts/sto2286/blobServices/default/containers/container9441/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cd6f62b62a7\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "685103646", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json deleted file mode 100644 index 8f555a5b1a441..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ImmutabilityPolicyTest_AllowProtectedAppendWritesAsync.json +++ /dev/null @@ -1,920 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f495508339c9ec04fe552e4a6206a3b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50321cbf-fea3-4eb1-b115-33b909c9b7b2", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "50321cbf-fea3-4eb1-b115-33b909c9b7b2", - "x-ms-routing-request-id": "WESTUS2:20210831T235443Z:50321cbf-fea3-4eb1-b115-33b909c9b7b2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a684bee9eb20bbda1e55d78625f0f97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "127d0f56-de36-420e-af40-b6b5ef6504f8", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "127d0f56-de36-420e-af40-b6b5ef6504f8", - "x-ms-routing-request-id": "WESTUS2:20210831T235443Z:127d0f56-de36-420e-af40-b6b5ef6504f8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res239?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d65cece8661dd54eafc4d8f2053667a0-27f6c2d41e4b3746-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ece9edabd8fd33dbe2ca2732795c66f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9e84b14a-f173-4af3-836a-d850595b91e5", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "9e84b14a-f173-4af3-836a-d850595b91e5", - "x-ms-routing-request-id": "WESTUS2:20210831T235443Z:9e84b14a-f173-4af3-836a-d850595b91e5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239", - "name": "res239", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-457ee907e7f91246beaa8f4cc7af4a2b-bb925ff0fc306745-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57ccd8d898b9d975d674627dc60d5bb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57ccd8d898b9d975d674627dc60d5bb4", - "x-ms-correlation-request-id": "f88e867f-dbbe-494b-8cf9-33c24428609b", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "58bc09dc-f727-42c0-8f5f-680dfc258213", - "x-ms-routing-request-id": "WESTUS2:20210831T235446Z:f88e867f-dbbe-494b-8cf9-33c24428609b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "211829940aad55f27412266379b61bbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "211829940aad55f27412266379b61bbd", - "x-ms-correlation-request-id": "8e33b680-6700-4258-9cd7-3d0ef49de9e3", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "fe47cce0-e426-49a5-b781-7b83d4a688a0", - "x-ms-routing-request-id": "WESTUS2:20210831T235446Z:8e33b680-6700-4258-9cd7-3d0ef49de9e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4917ecb384deb33f223e47b77c15032", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4917ecb384deb33f223e47b77c15032", - "x-ms-correlation-request-id": "256eaefc-c854-46eb-9a39-f01dd546e070", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "6657e531-51d2-4c01-800c-9af7d8879b67", - "x-ms-routing-request-id": "WESTUS2:20210831T235447Z:256eaefc-c854-46eb-9a39-f01dd546e070" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9de8f17b39f4dd06c5c345b5c5812fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9de8f17b39f4dd06c5c345b5c5812fbc", - "x-ms-correlation-request-id": "2e54ce84-6c96-4d98-bca7-48aa8c8ea34b", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "ddd9af91-7a13-4573-b5c3-efd59e5372d9", - "x-ms-routing-request-id": "WESTUS2:20210831T235448Z:2e54ce84-6c96-4d98-bca7-48aa8c8ea34b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ae7632254125c22f62c2f892677deb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ae7632254125c22f62c2f892677deb2", - "x-ms-correlation-request-id": "b3822f96-aac8-4136-b027-471171ec723b", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "b9831a62-20d0-43b7-b8f3-db958995f729", - "x-ms-routing-request-id": "WESTUS2:20210831T235449Z:b3822f96-aac8-4136-b027-471171ec723b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87e8f3c27ecd91c877b4df8af27d2670", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87e8f3c27ecd91c877b4df8af27d2670", - "x-ms-correlation-request-id": "ffd1cd4e-7ec1-4794-a485-76db87d5c0e7", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "55e75973-3a5e-4b8f-b275-de8c888ea55d", - "x-ms-routing-request-id": "WESTUS2:20210831T235450Z:ffd1cd4e-7ec1-4794-a485-76db87d5c0e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "135828f345d92720ce8ca6c80a7cb74e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "135828f345d92720ce8ca6c80a7cb74e", - "x-ms-correlation-request-id": "d5b2535b-81a3-4666-b367-899e136722fa", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "91215c93-9261-4fe6-b83e-169c8e956020", - "x-ms-routing-request-id": "WESTUS2:20210831T235452Z:d5b2535b-81a3-4666-b367-899e136722fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1f393e5a899a4ee9b55935e74986a78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1f393e5a899a4ee9b55935e74986a78", - "x-ms-correlation-request-id": "92b6897e-da7c-4496-b435-77539b6478b7", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "a1e7659d-fb2f-4fc8-b1c6-7e40b1e6dc58", - "x-ms-routing-request-id": "WESTUS2:20210831T235453Z:92b6897e-da7c-4496-b435-77539b6478b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd96be06ca1e7dd8d3c1b841d70087fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd96be06ca1e7dd8d3c1b841d70087fa", - "x-ms-correlation-request-id": "fe7dec60-f5e4-43e9-b686-fdaec7853d77", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "f2eac4c9-21a3-42dd-afca-2db6b1a2babf", - "x-ms-routing-request-id": "WESTUS2:20210831T235454Z:fe7dec60-f5e4-43e9-b686-fdaec7853d77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fa591fc548a4bd639b47883b2c1b236", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fa591fc548a4bd639b47883b2c1b236", - "x-ms-correlation-request-id": "018e31e2-440a-42a0-b92f-e37ec5f31285", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "f46faffb-2d95-4144-8230-80a5084ee5b9", - "x-ms-routing-request-id": "WESTUS2:20210831T235455Z:018e31e2-440a-42a0-b92f-e37ec5f31285" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bc12e21b9e61a2fba75fdd8efadcc9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bc12e21b9e61a2fba75fdd8efadcc9a", - "x-ms-correlation-request-id": "3057fe6b-5244-4f29-83b1-111f6e86537f", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "c205074a-3732-4126-8c1e-280e12bb15f1", - "x-ms-routing-request-id": "WESTUS2:20210831T235456Z:3057fe6b-5244-4f29-83b1-111f6e86537f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e36198ce0bf3b1eee84ac46a5255ca12", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e36198ce0bf3b1eee84ac46a5255ca12", - "x-ms-correlation-request-id": "c079a0f9-822f-435a-a006-74d0602c25a9", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "9b3dbcd6-a70e-4927-9681-05c5f08cec58", - "x-ms-routing-request-id": "WESTUS2:20210831T235457Z:c079a0f9-822f-435a-a006-74d0602c25a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a81f820e3b3e4314618aa41456fe5b8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a81f820e3b3e4314618aa41456fe5b8b", - "x-ms-correlation-request-id": "dfa67422-0945-4565-8947-48b8d270464c", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "8d4ef3f0-a04c-470d-8417-899342f4a947", - "x-ms-routing-request-id": "WESTUS2:20210831T235458Z:dfa67422-0945-4565-8947-48b8d270464c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ab4dde7ce601642400f639bf5c5c765", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:54:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ab4dde7ce601642400f639bf5c5c765", - "x-ms-correlation-request-id": "2f15e5de-4f0c-463d-854b-b5070860a44f", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "e5240497-4c22-4532-a534-29102d719243", - "x-ms-routing-request-id": "WESTUS2:20210831T235459Z:2f15e5de-4f0c-463d-854b-b5070860a44f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dcaebab238e935c831e826866d95bea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:55:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6dcaebab238e935c831e826866d95bea", - "x-ms-correlation-request-id": "22510083-70b3-45ec-95b1-cd6ba437d262", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "9a51fe6a-4de1-4112-8b14-b61cd67bdcec", - "x-ms-routing-request-id": "WESTUS2:20210831T235500Z:22510083-70b3-45ec-95b1-cd6ba437d262" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "758338efb0a03fb23f09682ed7784e9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:55:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "758338efb0a03fb23f09682ed7784e9c", - "x-ms-correlation-request-id": "53aee1bf-84d5-4670-9be9-bac8f171cf1f", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "4f942eb4-a06d-440e-ac66-4838b6b5e2e1", - "x-ms-routing-request-id": "WESTUS2:20210831T235502Z:53aee1bf-84d5-4670-9be9-bac8f171cf1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/58bc09dc-f727-42c0-8f5f-680dfc258213?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a693fc3ed33c3fd812196414cd9af66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1283", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:55:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a693fc3ed33c3fd812196414cd9af66", - "x-ms-correlation-request-id": "7432d90f-146a-472f-8eeb-f2f161969821", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "9763a679-4784-465d-8523-457a4d0e5c9e", - "x-ms-routing-request-id": "WESTUS2:20210831T235503Z:7432d90f-146a-472f-8eeb-f2f161969821" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329", - "name": "sto9329", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:54:44.9438718Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:54:44.9438718Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:54:44.8345238Z", - "primaryEndpoints": { - "dfs": "https://sto9329.dfs.core.windows.net/", - "web": "https://sto9329.z20.web.core.windows.net/", - "blob": "https://sto9329.blob.core.windows.net/", - "queue": "https://sto9329.queue.core.windows.net/", - "table": "https://sto9329.table.core.windows.net/", - "file": "https://sto9329.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-6cd43a69635e514dba1aac1ab7ebf99c-1bc7c0368267a24e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41bdac79c45139fa8a2e84bb2dbb0ad0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "379", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:55:02 GMT", - "ETag": "\u00220x8D96CDAC04C7AD2\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41bdac79c45139fa8a2e84bb2dbb0ad0", - "x-ms-correlation-request-id": "7ca15b5d-a7e3-4946-be55-605f0c7ce0b1", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "c18a3918-5478-439d-af11-5f120ef0269d", - "x-ms-routing-request-id": "WESTUS2:20210831T235503Z:7ca15b5d-a7e3-4946-be55-605f0c7ce0b1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602", - "name": "container1602", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-364273b337d375498450ade1f80fd507-c2fc3f9632357049-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7026a5e5b6f03a01bff47e1a70f26559", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 4, - "allowProtectedAppendWrites": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "453", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:55:03 GMT", - "ETag": "\u00228d96cdac07d0f2e\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7026a5e5b6f03a01bff47e1a70f26559", - "x-ms-correlation-request-id": "db848558-0a0a-4f59-b4b0-56f0bd3ec904", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "db85361c-78ac-45c0-9f3f-3507715297ed", - "x-ms-routing-request-id": "WESTUS2:20210831T235503Z:db848558-0a0a-4f59-b4b0-56f0bd3ec904" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cdac07d0f2e\u0022", - "properties": { - "allowProtectedAppendWrites": true, - "immutabilityPeriodSinceCreationInDays": 4, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "93", - "Content-Type": "application/json", - "If-Match": "\u00228d96cdac07d0f2e\u0022", - "traceparent": "00-330c6e24d24b4f4989e17a4d413241fa-09d1283ef9f1ad40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc5e7a025a907a716f31a9bf79085365", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "immutabilityPeriodSinceCreationInDays": 5, - "allowProtectedAppendWrites": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:55:03 GMT", - "ETag": "\u00228d96cdac0af20ed\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc5e7a025a907a716f31a9bf79085365", - "x-ms-correlation-request-id": "1eadf5d5-634f-4f50-bcb6-3158b1ce5619", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "8158a596-b2fc-4b86-a0cd-343fb3fbf442", - "x-ms-routing-request-id": "WESTUS2:20210831T235504Z:1eadf5d5-634f-4f50-bcb6-3158b1ce5619" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cdac0af20ed\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e544f38fc1f60740b4bf623f0401028f-78ecf05437fe6741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3467718bf589c3c3aa82825d46dfc997", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "454", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:55:03 GMT", - "ETag": "\u00228d96cdac0af20ed\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3467718bf589c3c3aa82825d46dfc997", - "x-ms-correlation-request-id": "dc9d5928-46e5-43b5-9424-fce39ed6352c", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "245c9179-9ec2-44d4-a184-0ca707995012", - "x-ms-routing-request-id": "WESTUS2:20210831T235504Z:dc9d5928-46e5-43b5-9424-fce39ed6352c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res239/providers/Microsoft.Storage/storageAccounts/sto9329/blobServices/default/containers/container1602/immutabilityPolicies/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers/immutabilityPolicies", - "etag": "\u00228d96cdac0af20ed\u0022", - "properties": { - "allowProtectedAppendWrites": false, - "immutabilityPeriodSinceCreationInDays": 5, - "state": "Unlocked" - } - } - } - ], - "Variables": { - "RandomSeed": "308113214", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json deleted file mode 100644 index 8602995b59117..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTest.json +++ /dev/null @@ -1,781 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "65acec8d97b73c9f15dc50c410f51582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "302d8a0d-1bdd-4606-918d-89ef9e49bd4d", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "302d8a0d-1bdd-4606-918d-89ef9e49bd4d", - "x-ms-routing-request-id": "WESTUS2:20210831T232901Z:302d8a0d-1bdd-4606-918d-89ef9e49bd4d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2cf69d97342f04699dab46adf0701c4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d30bad74-9dfe-49c4-b1c8-aa80ca398322", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "d30bad74-9dfe-49c4-b1c8-aa80ca398322", - "x-ms-routing-request-id": "WESTUS2:20210831T232901Z:d30bad74-9dfe-49c4-b1c8-aa80ca398322" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1126?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-712a57e77e4a1c45a2ffa56eb73605c1-7caccb868f7d554b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46be026ff8b7eb5f5a55198ab6ede1ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee287431-df15-4213-978a-e6622d0e667a", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ee287431-df15-4213-978a-e6622d0e667a", - "x-ms-routing-request-id": "WESTUS2:20210831T232902Z:ee287431-df15-4213-978a-e6622d0e667a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1126", - "name": "res1126", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1126/providers/Microsoft.Storage/storageAccounts/sto3817?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-602f324533064b4c81afc31b72e504d5-257f76a1637b5249-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20c428015821a883c80c51f24ca4bf02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20c428015821a883c80c51f24ca4bf02", - "x-ms-correlation-request-id": "62e9aeba-2587-40f2-8cd6-80de12de5dd4", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "c656d98e-d28b-4872-b550-150aa3059619", - "x-ms-routing-request-id": "WESTUS2:20210831T232905Z:62e9aeba-2587-40f2-8cd6-80de12de5dd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f46ff0fe9c89a94e3a9deeec0ef90db1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f46ff0fe9c89a94e3a9deeec0ef90db1", - "x-ms-correlation-request-id": "27193cee-14db-4936-8f02-897785c131ee", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "c908ced6-3e50-45f4-be60-08b217898c45", - "x-ms-routing-request-id": "WESTUS2:20210831T232906Z:27193cee-14db-4936-8f02-897785c131ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4cae885957ed21c2832edf4c7a332ee1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4cae885957ed21c2832edf4c7a332ee1", - "x-ms-correlation-request-id": "e987aea8-4d8b-4abe-be1a-6d790318943a", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "66387732-b7a7-4a43-bb72-083e03677d57", - "x-ms-routing-request-id": "WESTUS2:20210831T232907Z:e987aea8-4d8b-4abe-be1a-6d790318943a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bf3eb4dca356a7952491c9ef0b88748", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bf3eb4dca356a7952491c9ef0b88748", - "x-ms-correlation-request-id": "3c2e91eb-7c9a-4db2-9635-d796c34f8a95", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "13724841-04b8-40ab-84ef-cee6ff40f61b", - "x-ms-routing-request-id": "WESTUS2:20210831T232908Z:3c2e91eb-7c9a-4db2-9635-d796c34f8a95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1f52dc77137a7772e4e715abd012f07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1f52dc77137a7772e4e715abd012f07", - "x-ms-correlation-request-id": "03fadeab-c860-4ac1-b95e-624230c04ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "d6244e93-c299-4ee6-a4c3-2b74e528b08d", - "x-ms-routing-request-id": "WESTUS2:20210831T232909Z:03fadeab-c860-4ac1-b95e-624230c04ef6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "239e0c6eb1058e7b0f44f9a43a2330cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "239e0c6eb1058e7b0f44f9a43a2330cb", - "x-ms-correlation-request-id": "946fd2ac-c39b-454b-a518-b2e870adbeca", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "ca3d368f-06ae-4fb7-a12b-5228b5ee9d63", - "x-ms-routing-request-id": "WESTUS2:20210831T232910Z:946fd2ac-c39b-454b-a518-b2e870adbeca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c8596a63c3ddbaa734b2de6591ead51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c8596a63c3ddbaa734b2de6591ead51", - "x-ms-correlation-request-id": "74876ed0-5d12-4cb9-a021-ec2dcf45e8fc", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "36254c3b-5f30-4939-8051-c260853982b6", - "x-ms-routing-request-id": "WESTUS2:20210831T232911Z:74876ed0-5d12-4cb9-a021-ec2dcf45e8fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e330151a64191542b167e2f378d36d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e330151a64191542b167e2f378d36d0a", - "x-ms-correlation-request-id": "b9ad06f7-4bb5-4215-8076-45ec1d8971b5", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "d99941ce-822c-452a-a224-14f448146a26", - "x-ms-routing-request-id": "WESTUS2:20210831T232912Z:b9ad06f7-4bb5-4215-8076-45ec1d8971b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "26b3a61ee37b32c962c3afba849535f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26b3a61ee37b32c962c3afba849535f0", - "x-ms-correlation-request-id": "0ead0d32-2ff7-45e4-9f44-fe75661ff55f", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "68ecefb6-e05b-41dc-94d3-378608eb6e6d", - "x-ms-routing-request-id": "WESTUS2:20210831T232913Z:0ead0d32-2ff7-45e4-9f44-fe75661ff55f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "258aa8964cf342b254709ad65ab6639f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "258aa8964cf342b254709ad65ab6639f", - "x-ms-correlation-request-id": "6fbb0500-d006-4af5-b3d1-4447de7a5e89", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "14983078-0260-403b-bd9f-6b8055fa8586", - "x-ms-routing-request-id": "WESTUS2:20210831T232914Z:6fbb0500-d006-4af5-b3d1-4447de7a5e89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2c823de866b36d54bfd8155b488911c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2c823de866b36d54bfd8155b488911c", - "x-ms-correlation-request-id": "dc7210d7-52d9-4992-8ac0-60cbab66ed3b", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "6062eb54-deaa-4f68-b40b-0dc2ea68397e", - "x-ms-routing-request-id": "WESTUS2:20210831T232916Z:dc7210d7-52d9-4992-8ac0-60cbab66ed3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d05df2314749d116f470d20b48f2d7ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d05df2314749d116f470d20b48f2d7ac", - "x-ms-correlation-request-id": "2bee6b13-a8c4-4f44-bdf5-f81392d71220", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "03a50c5e-ef2c-45fc-918e-88ffe3a426ca", - "x-ms-routing-request-id": "WESTUS2:20210831T232917Z:2bee6b13-a8c4-4f44-bdf5-f81392d71220" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60db105f83cc1085d253d9f5cb5c8ecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60db105f83cc1085d253d9f5cb5c8ecb", - "x-ms-correlation-request-id": "313a355e-e2bd-47f0-8db1-d6c00bb0e9b9", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "f21315c2-0042-4620-af5a-a927aea22702", - "x-ms-routing-request-id": "WESTUS2:20210831T232918Z:313a355e-e2bd-47f0-8db1-d6c00bb0e9b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67a57ede935996560df7befab3c9ee59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67a57ede935996560df7befab3c9ee59", - "x-ms-correlation-request-id": "b8fc7399-ef88-4fdd-8011-002467131321", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "36c29cc3-3cc6-43cd-b179-c753dd756c49", - "x-ms-routing-request-id": "WESTUS2:20210831T232919Z:b8fc7399-ef88-4fdd-8011-002467131321" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3f6d42630acae4f6d4cfdf66e200598", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3f6d42630acae4f6d4cfdf66e200598", - "x-ms-correlation-request-id": "1a6819cf-45bb-4bc9-9882-a119bfa4742c", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "17300b17-cbc7-44d9-8326-119fb2206f05", - "x-ms-routing-request-id": "WESTUS2:20210831T232920Z:1a6819cf-45bb-4bc9-9882-a119bfa4742c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c92c07e2704dcc53ba4453d5c58a5c09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:29:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c92c07e2704dcc53ba4453d5c58a5c09", - "x-ms-correlation-request-id": "d6aeeeb4-e6b9-42d3-b884-39c77b20f4b4", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "a7aac0bb-a0ef-4199-b277-b4fff6197464", - "x-ms-routing-request-id": "WESTUS2:20210831T232921Z:d6aeeeb4-e6b9-42d3-b884-39c77b20f4b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c656d98e-d28b-4872-b550-150aa3059619?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7cf8064ea65ae1f2ef7fa0c966028ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:29:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7cf8064ea65ae1f2ef7fa0c966028ec", - "x-ms-correlation-request-id": "3b707d12-7bd9-49e6-8d33-3b217a7659f2", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "daa421e3-fc95-401e-a9c4-edf50dbda459", - "x-ms-routing-request-id": "WESTUS2:20210831T232922Z:3b707d12-7bd9-49e6-8d33-3b217a7659f2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1126/providers/Microsoft.Storage/storageAccounts/sto3817", - "name": "sto3817", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:29:04.5693604Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:29:04.5693604Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:29:04.4600025Z", - "primaryEndpoints": { - "blob": "https://sto3817.blob.core.windows.net/", - "queue": "https://sto3817.queue.core.windows.net/", - "table": "https://sto3817.table.core.windows.net/", - "file": "https://sto3817.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1126/providers/Microsoft.Storage/storageAccounts/sto3817/blobServices?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bb69ba7c60edc2478c1b08c6dd3dce06-8a097f41f8c6114f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac1825f1249cb60b812ae967dc79e9e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "370", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:29:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac1825f1249cb60b812ae967dc79e9e2", - "x-ms-correlation-request-id": "aa538edc-b33f-4799-bc16-e7b3e1c220f7", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "60dc757c-c58b-47db-8e7f-4dd58dde5efc", - "x-ms-routing-request-id": "WESTUS2:20210831T232922Z:aa538edc-b33f-4799-bc16-e7b3e1c220f7" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1126/providers/Microsoft.Storage/storageAccounts/sto3817/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1362208912", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json deleted file mode 100644 index 7f37aa3591b86..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ListBlobServiceTestAsync.json +++ /dev/null @@ -1,750 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "72f7076ee6c2a1323d0787a6f403fa13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19858c03-7c26-41bc-a921-e025acaff964", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "19858c03-7c26-41bc-a921-e025acaff964", - "x-ms-routing-request-id": "WESTUS2:20210831T235608Z:19858c03-7c26-41bc-a921-e025acaff964" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cb1b360b67408e686417fa9f3bbaeb3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6b669c63-96f6-4c24-bfd1-70dd107a701a", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "6b669c63-96f6-4c24-bfd1-70dd107a701a", - "x-ms-routing-request-id": "WESTUS2:20210831T235608Z:6b669c63-96f6-4c24-bfd1-70dd107a701a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res4830?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a5b90e7a29d2a44db18c244111db2be3-236820c13a1ba04e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25b828a5c1f73603dd2310e7b029af9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "942f19e0-7211-414e-91dd-0d75db89fa0a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "942f19e0-7211-414e-91dd-0d75db89fa0a", - "x-ms-routing-request-id": "WESTUS2:20210831T235608Z:942f19e0-7211-414e-91dd-0d75db89fa0a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4830", - "name": "res4830", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4830/providers/Microsoft.Storage/storageAccounts/sto8644?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8066d8fc5ec43249aa0d876176fad8a8-2fbbbc779f2c0f43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45eedda7064b689e0dabec9265821c4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45eedda7064b689e0dabec9265821c4c", - "x-ms-correlation-request-id": "aa0efd21-e8d6-41b9-8c5d-29e6062e07aa", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "f18753a6-0e37-4991-8853-2ede20537ee6", - "x-ms-routing-request-id": "WESTUS2:20210831T235611Z:aa0efd21-e8d6-41b9-8c5d-29e6062e07aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d13f300894c215a1abce91517a377a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d13f300894c215a1abce91517a377a0", - "x-ms-correlation-request-id": "509898ef-81fc-4d7a-a2bf-91aa6ef9a174", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "adebd004-6d64-41e8-9ba5-c29073817c77", - "x-ms-routing-request-id": "WESTUS2:20210831T235611Z:509898ef-81fc-4d7a-a2bf-91aa6ef9a174" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dbd89af45dd4945a68d5b0e8c246c15a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbd89af45dd4945a68d5b0e8c246c15a", - "x-ms-correlation-request-id": "9b32ae94-ddb7-49e7-8851-ca9d176857cb", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "66c30da7-a45d-42ef-a7c4-1fd3d00eecf6", - "x-ms-routing-request-id": "WESTUS2:20210831T235612Z:9b32ae94-ddb7-49e7-8851-ca9d176857cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7292a1be0e6f4e00f3b82731295f01f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7292a1be0e6f4e00f3b82731295f01f0", - "x-ms-correlation-request-id": "bca6bae8-1526-4f0a-b3fa-c310864b0066", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "e6fa05b7-bde5-4a68-be88-7588ec7038fb", - "x-ms-routing-request-id": "WESTUS2:20210831T235614Z:bca6bae8-1526-4f0a-b3fa-c310864b0066" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d63a2eb11dba376987fa576d9725fd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d63a2eb11dba376987fa576d9725fd4", - "x-ms-correlation-request-id": "e54ef550-e667-4d21-bd9e-21b2713a72e2", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "3506ece4-39d6-4edb-b5fa-2cdc5b5b324c", - "x-ms-routing-request-id": "WESTUS2:20210831T235615Z:e54ef550-e667-4d21-bd9e-21b2713a72e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75578ffb0511e5319a8ae71b35296a09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75578ffb0511e5319a8ae71b35296a09", - "x-ms-correlation-request-id": "ebcfd402-29f6-4ec8-b990-cd39c20b5e14", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "61254432-3cfe-416e-9da2-710a6c690320", - "x-ms-routing-request-id": "WESTUS2:20210831T235616Z:ebcfd402-29f6-4ec8-b990-cd39c20b5e14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ffcbfd4b4e2ac7f2aeedaf069897581", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ffcbfd4b4e2ac7f2aeedaf069897581", - "x-ms-correlation-request-id": "c92f2429-f2f0-49e6-b380-7d0e55e33e99", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "69a06b0f-0bbe-4ebf-9801-a4ef440fe154", - "x-ms-routing-request-id": "WESTUS2:20210831T235617Z:c92f2429-f2f0-49e6-b380-7d0e55e33e99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "993553598b07e6df717d7250295a6d6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "993553598b07e6df717d7250295a6d6e", - "x-ms-correlation-request-id": "7ae6431a-8d2c-4221-a514-0cc9d0af759a", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "7d48a6de-c526-499d-89dc-de343a8ed034", - "x-ms-routing-request-id": "WESTUS2:20210831T235618Z:7ae6431a-8d2c-4221-a514-0cc9d0af759a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19a29b143f7547f110ab4a222a407b10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19a29b143f7547f110ab4a222a407b10", - "x-ms-correlation-request-id": "84c52e88-1c2d-4d3a-ab4b-d558b6ab8dd7", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "abb424a6-6208-4c3c-afe7-2f5c34fd706f", - "x-ms-routing-request-id": "WESTUS2:20210831T235619Z:84c52e88-1c2d-4d3a-ab4b-d558b6ab8dd7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2c26614d0f34801e016ad65412e82d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2c26614d0f34801e016ad65412e82d0", - "x-ms-correlation-request-id": "cbce2ad8-811b-49ec-81b5-82167d4a3a06", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "2b89be3c-cc59-43d4-81ec-bf96951e1be7", - "x-ms-routing-request-id": "WESTUS2:20210831T235620Z:cbce2ad8-811b-49ec-81b5-82167d4a3a06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cddb6c815be7190c61ee895c40bcbb30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cddb6c815be7190c61ee895c40bcbb30", - "x-ms-correlation-request-id": "61df9cac-3635-4850-a00e-7afd0fec7c56", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "8ce1fce0-4aca-4933-acc6-7e15fdf4dc71", - "x-ms-routing-request-id": "WESTUS2:20210831T235621Z:61df9cac-3635-4850-a00e-7afd0fec7c56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c33b62018a97437a9a59395f918c05e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c33b62018a97437a9a59395f918c05e2", - "x-ms-correlation-request-id": "ee5af56a-8356-4673-b19a-c46714eeb21f", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "3c71aee2-3365-421f-a6d6-7eb204368d8b", - "x-ms-routing-request-id": "WESTUS2:20210831T235623Z:ee5af56a-8356-4673-b19a-c46714eeb21f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bea07a28ae64b82959a9810447a40823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bea07a28ae64b82959a9810447a40823", - "x-ms-correlation-request-id": "fe13a6da-fa24-466f-b7c9-9d2b75b402dc", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "a5cbcde3-ef5a-4a67-9464-58daebfd99e0", - "x-ms-routing-request-id": "WESTUS2:20210831T235624Z:fe13a6da-fa24-466f-b7c9-9d2b75b402dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df637d5abff2f638f198338e22ad87d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df637d5abff2f638f198338e22ad87d5", - "x-ms-correlation-request-id": "bc1d5f5f-22e4-4ea2-9b97-dd1b6d4f2468", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "1965e37b-f317-43dc-9f51-d5929f89358f", - "x-ms-routing-request-id": "WESTUS2:20210831T235625Z:bc1d5f5f-22e4-4ea2-9b97-dd1b6d4f2468" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c534a6e9fd1b53cc38826aee0976fbf5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:56:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c534a6e9fd1b53cc38826aee0976fbf5", - "x-ms-correlation-request-id": "1145fc3d-bc5d-4a89-8be8-1888bea14a9a", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "4209991f-9bd1-4c40-91f4-3a7842e4c813", - "x-ms-routing-request-id": "WESTUS2:20210831T235626Z:1145fc3d-bc5d-4a89-8be8-1888bea14a9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f18753a6-0e37-4991-8853-2ede20537ee6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14051550262869ef42a9cdcc7a9b96ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:56:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14051550262869ef42a9cdcc7a9b96ac", - "x-ms-correlation-request-id": "276c810c-fe40-4e30-9e28-dee5efc73c28", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "dab37bad-1f4b-424a-a208-1f1902646a50", - "x-ms-routing-request-id": "WESTUS2:20210831T235627Z:276c810c-fe40-4e30-9e28-dee5efc73c28" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4830/providers/Microsoft.Storage/storageAccounts/sto8644", - "name": "sto8644", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:56:10.3222262Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:56:10.3222262Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:56:10.2128269Z", - "primaryEndpoints": { - "blob": "https://sto8644.blob.core.windows.net/", - "queue": "https://sto8644.queue.core.windows.net/", - "table": "https://sto8644.table.core.windows.net/", - "file": "https://sto8644.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4830/providers/Microsoft.Storage/storageAccounts/sto8644/blobServices?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7043456c4136a1469634d43a80afc3a7-d171790bb0fa9143-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a01bab2142705c07b00fa66f5549ed7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "370", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:56:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a01bab2142705c07b00fa66f5549ed7a", - "x-ms-correlation-request-id": "98e5af06-6b2b-4ebf-9857-68479218b6d1", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "ec685869-8172-43d6-8020-6b258c222519", - "x-ms-routing-request-id": "WESTUS2:20210831T235627Z:98e5af06-6b2b-4ebf-9857-68479218b6d1" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4830/providers/Microsoft.Storage/storageAccounts/sto8644/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1167438495", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json deleted file mode 100644 index c7511ff379337..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTest.json +++ /dev/null @@ -1,2310 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81266f2d2a0ef50ee46c2d4473719238", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7b1f4a3b-ad7e-44cc-ba68-2c62461957e4", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "7b1f4a3b-ad7e-44cc-ba68-2c62461957e4", - "x-ms-routing-request-id": "WESTUS2:20210831T233027Z:7b1f4a3b-ad7e-44cc-ba68-2c62461957e4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d760080020988e266b090ef455a4691e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03a2131f-41b0-45cd-b7ff-92f159600163", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "03a2131f-41b0-45cd-b7ff-92f159600163", - "x-ms-routing-request-id": "WESTUS2:20210831T233027Z:03a2131f-41b0-45cd-b7ff-92f159600163" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5819?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-057b49b4d3018748b3356c76bc45bc5f-250441424e81cd48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62d373a4f71ddfe53a13ae98f197d349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e619dd6f-4f8c-42b4-b408-76fa527e9c0b", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "e619dd6f-4f8c-42b4-b408-76fa527e9c0b", - "x-ms-routing-request-id": "WESTUS2:20210831T233028Z:e619dd6f-4f8c-42b4-b408-76fa527e9c0b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819", - "name": "res5819", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-e5fd3546418a3b4baa073c66e29c7e9c-10b96f8c779b9749-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb8a0580490d1697041b1a9f3f030f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb8a0580490d1697041b1a9f3f030f81", - "x-ms-correlation-request-id": "ce765e24-eccf-4f3b-bec0-879bd70a7d9f", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "86abedcc-9470-4087-838b-ca880f483554", - "x-ms-routing-request-id": "WESTUS2:20210831T233032Z:ce765e24-eccf-4f3b-bec0-879bd70a7d9f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18e97ab1b9388a66ca07f3c9c49ad3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18e97ab1b9388a66ca07f3c9c49ad3aa", - "x-ms-correlation-request-id": "36ac8cbc-3760-4029-9f8b-98561a2ec0d4", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "6ba39296-e876-412e-a341-50dbf7a8f55b", - "x-ms-routing-request-id": "WESTUS2:20210831T233032Z:36ac8cbc-3760-4029-9f8b-98561a2ec0d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5c87088ce8b6f478a918d00d0a29c91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5c87088ce8b6f478a918d00d0a29c91", - "x-ms-correlation-request-id": "f569c108-d9bc-4645-99db-275ebb5f0835", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "7ed0d518-67a8-44ed-a47e-ddedcce46f8b", - "x-ms-routing-request-id": "WESTUS2:20210831T233034Z:f569c108-d9bc-4645-99db-275ebb5f0835" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c5ee6fe0f71a144997330bdb1db133c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5ee6fe0f71a144997330bdb1db133c3", - "x-ms-correlation-request-id": "e88a817a-d8b2-4441-bac9-612c2b795ec9", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "1f489004-aed0-49ce-b031-698aff049c3e", - "x-ms-routing-request-id": "WESTUS2:20210831T233035Z:e88a817a-d8b2-4441-bac9-612c2b795ec9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "096ccd3865aae21f32798da62c65b928", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "096ccd3865aae21f32798da62c65b928", - "x-ms-correlation-request-id": "961fa4cc-2e05-4d3f-9089-63cf48aedeb5", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "59ba6a8e-1079-4630-b33f-7477266e1580", - "x-ms-routing-request-id": "WESTUS2:20210831T233036Z:961fa4cc-2e05-4d3f-9089-63cf48aedeb5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55e8616b0dac919027b33e57c36c52d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55e8616b0dac919027b33e57c36c52d8", - "x-ms-correlation-request-id": "e08c185f-6bd6-42de-becc-46f97c58db04", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "d5e097ba-e29f-41b0-8ea2-6c97724dc121", - "x-ms-routing-request-id": "WESTUS2:20210831T233037Z:e08c185f-6bd6-42de-becc-46f97c58db04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03c7c95e92357be7500c93a06aa2e832", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03c7c95e92357be7500c93a06aa2e832", - "x-ms-correlation-request-id": "f74e98ea-685f-46f0-83cb-2f6ba84cb627", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "fdcf7275-1b80-4e1a-99b2-d8690467bf8e", - "x-ms-routing-request-id": "WESTUS2:20210831T233038Z:f74e98ea-685f-46f0-83cb-2f6ba84cb627" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb6fe279dec82a173ddbe2f626c71fc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb6fe279dec82a173ddbe2f626c71fc6", - "x-ms-correlation-request-id": "b0a4cc20-b1a3-4f3c-b6ec-76ab3e41430d", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "4f06e779-79bd-4c8a-b74e-32cff0dfe432", - "x-ms-routing-request-id": "WESTUS2:20210831T233039Z:b0a4cc20-b1a3-4f3c-b6ec-76ab3e41430d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6247b427b69dd8f37a6d04a07aef2784", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6247b427b69dd8f37a6d04a07aef2784", - "x-ms-correlation-request-id": "b1614396-aa63-4e1a-b085-8a0ad16f355c", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "2c908b88-d877-4b1b-955a-bd1e24635cf4", - "x-ms-routing-request-id": "WESTUS2:20210831T233040Z:b1614396-aa63-4e1a-b085-8a0ad16f355c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0dd0bcb96fc8010b29cc659b0f15488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0dd0bcb96fc8010b29cc659b0f15488", - "x-ms-correlation-request-id": "170205c2-a192-452e-bc28-e2cea97dd3ea", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "3acd2a10-ac09-43ce-a0c9-e4241cc694e1", - "x-ms-routing-request-id": "WESTUS2:20210831T233041Z:170205c2-a192-452e-bc28-e2cea97dd3ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b579ccec855bc394ef97415bd977b04d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b579ccec855bc394ef97415bd977b04d", - "x-ms-correlation-request-id": "fd65b572-9983-429a-b97e-96ee6596441e", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "ed8733e3-ca6c-486f-8db4-5f2ce5960fe9", - "x-ms-routing-request-id": "WESTUS2:20210831T233042Z:fd65b572-9983-429a-b97e-96ee6596441e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b2a5eb43fea90caa4c7b000f0992889", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b2a5eb43fea90caa4c7b000f0992889", - "x-ms-correlation-request-id": "3d4d356b-b85c-4e86-81b5-21ef2b0fbffe", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "95e2b8b3-95d7-48e8-abc3-0114506538f7", - "x-ms-routing-request-id": "WESTUS2:20210831T233044Z:3d4d356b-b85c-4e86-81b5-21ef2b0fbffe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "adb37c1871764629771af06555b4a63b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "adb37c1871764629771af06555b4a63b", - "x-ms-correlation-request-id": "4ffe82a1-80c3-48cf-bab2-12a6aa08516b", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "9ea4fca7-9c6e-42d8-9989-ce73b0401a6b", - "x-ms-routing-request-id": "WESTUS2:20210831T233045Z:4ffe82a1-80c3-48cf-bab2-12a6aa08516b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52a578ec39c6ad9e02e81093d493d255", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52a578ec39c6ad9e02e81093d493d255", - "x-ms-correlation-request-id": "9bb3c70f-3bea-4341-939d-a856ac279d82", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "fb233454-a196-41a2-b37d-b7021a707beb", - "x-ms-routing-request-id": "WESTUS2:20210831T233046Z:9bb3c70f-3bea-4341-939d-a856ac279d82" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d43b76e02c342d735e4a3cf4e653bf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d43b76e02c342d735e4a3cf4e653bf0", - "x-ms-correlation-request-id": "0a1aa65f-5a7f-47ef-92d8-f66c0dd24625", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "f84af105-4a3c-4a1f-880e-45857d89de38", - "x-ms-routing-request-id": "WESTUS2:20210831T233047Z:0a1aa65f-5a7f-47ef-92d8-f66c0dd24625" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77147520d6f4dec2dd05ab8e619571e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77147520d6f4dec2dd05ab8e619571e3", - "x-ms-correlation-request-id": "43f5ccea-62c9-485e-81f0-6a0b83e044f0", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "84aeac66-fe2e-4bee-a1e3-4d31d70238ec", - "x-ms-routing-request-id": "WESTUS2:20210831T233048Z:43f5ccea-62c9-485e-81f0-6a0b83e044f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/86abedcc-9470-4087-838b-ca880f483554?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9df69a474971ea77a1631ce296cf5f9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:30:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9df69a474971ea77a1631ce296cf5f9d", - "x-ms-correlation-request-id": "ec3c22f0-3c90-4471-a306-bd8407ee4973", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "56d7ab30-df4e-4c70-8ef0-7e73693be0e8", - "x-ms-routing-request-id": "WESTUS2:20210831T233049Z:ec3c22f0-3c90-4471-a306-bd8407ee4973" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992", - "name": "sto8992", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:30:30.0257270Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:30:30.0257270Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:30:29.8850968Z", - "primaryEndpoints": { - "dfs": "https://sto8992.dfs.core.windows.net/", - "web": "https://sto8992.z20.web.core.windows.net/", - "blob": "https://sto8992.blob.core.windows.net/", - "queue": "https://sto8992.queue.core.windows.net/", - "table": "https://sto8992.table.core.windows.net/", - "file": "https://sto8992.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-503f04e89419074fa8cd2e34e7cde40b-edb370ac28659d43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f7320ad5a7f9761f5647fbe5649e09f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f7320ad5a7f9761f5647fbe5649e09f", - "x-ms-correlation-request-id": "e07ccbef-4c45-48e9-827a-294c709e4eba", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "bc6e4bcf-b014-46e3-9a98-956f23004f5d", - "x-ms-routing-request-id": "WESTUS2:20210831T233051Z:e07ccbef-4c45-48e9-827a-294c709e4eba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40e00ea51221ed64395ea80ccab99358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40e00ea51221ed64395ea80ccab99358", - "x-ms-correlation-request-id": "e55d76df-9372-4e22-860b-ba781e032a58", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "b046fa86-3775-414a-9ca6-51028eeaf290", - "x-ms-routing-request-id": "WESTUS2:20210831T233052Z:e55d76df-9372-4e22-860b-ba781e032a58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d56f7d82ab470f2ea19d615584d0de15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d56f7d82ab470f2ea19d615584d0de15", - "x-ms-correlation-request-id": "caf32df6-da14-4bef-951d-1c724c25b112", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "9abb4ff9-6da1-472f-a189-7569b850ec33", - "x-ms-routing-request-id": "WESTUS2:20210831T233053Z:caf32df6-da14-4bef-951d-1c724c25b112" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4818701ca068607e5c9a7a10f4720c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4818701ca068607e5c9a7a10f4720c44", - "x-ms-correlation-request-id": "9393191d-03a2-421d-9189-c1b9b5be5246", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "cca08271-f973-433a-8819-7a9467c1d185", - "x-ms-routing-request-id": "WESTUS2:20210831T233054Z:9393191d-03a2-421d-9189-c1b9b5be5246" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c0e7e957270f9c7e0d09f84b00e6968", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c0e7e957270f9c7e0d09f84b00e6968", - "x-ms-correlation-request-id": "6325f274-1b70-4e23-b55c-2499fb57531e", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "a149b42b-6171-4312-9d53-293de8df7145", - "x-ms-routing-request-id": "WESTUS2:20210831T233055Z:6325f274-1b70-4e23-b55c-2499fb57531e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59f093804ba0e1f0ff0f79ad311e1b2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59f093804ba0e1f0ff0f79ad311e1b2f", - "x-ms-correlation-request-id": "f9e24a49-4234-4216-b75b-3f82bfcfd404", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "74ce6f3d-aa48-436c-9853-9a1cc3d25a7e", - "x-ms-routing-request-id": "WESTUS2:20210831T233056Z:f9e24a49-4234-4216-b75b-3f82bfcfd404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05bf1c90a1c2a9a5a91e689701f9af4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05bf1c90a1c2a9a5a91e689701f9af4d", - "x-ms-correlation-request-id": "dee6a587-9c9f-435d-8f7f-39b0f6ad980d", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "39f461ca-b2c4-4ee0-8330-235c4343e713", - "x-ms-routing-request-id": "WESTUS2:20210831T233057Z:dee6a587-9c9f-435d-8f7f-39b0f6ad980d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "618f1231b2824aa48e2c3d60f819c8c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "618f1231b2824aa48e2c3d60f819c8c1", - "x-ms-correlation-request-id": "cbd0a642-77e7-4e2e-8924-d3010a05227d", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "95bce2a1-b537-4439-9580-16a22a28697b", - "x-ms-routing-request-id": "WESTUS2:20210831T233058Z:cbd0a642-77e7-4e2e-8924-d3010a05227d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93f370b5634edea6ed47b082e358e005", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:30:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93f370b5634edea6ed47b082e358e005", - "x-ms-correlation-request-id": "63e83fe8-7634-4e18-8d7e-20173fad5654", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "c6d67701-55cd-4a0c-ad8f-69df026450bc", - "x-ms-routing-request-id": "WESTUS2:20210831T233059Z:63e83fe8-7634-4e18-8d7e-20173fad5654" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f7c2c60b98edead787577956445b08f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f7c2c60b98edead787577956445b08f", - "x-ms-correlation-request-id": "49a393e6-dafe-478c-89f2-d4e07e74b566", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "d36e9da3-c22c-465d-9c6e-b8f93eead16f", - "x-ms-routing-request-id": "WESTUS2:20210831T233100Z:49a393e6-dafe-478c-89f2-d4e07e74b566" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "91e1a6561b05cdff6bb0733a02226635", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91e1a6561b05cdff6bb0733a02226635", - "x-ms-correlation-request-id": "09f78b52-05e6-41c4-b652-00d73956f2d3", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "e96b3302-5e6f-4ebc-9bfc-009757e30321", - "x-ms-routing-request-id": "WESTUS2:20210831T233102Z:09f78b52-05e6-41c4-b652-00d73956f2d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccff374ba99dfc33c2151ad8eb107aa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccff374ba99dfc33c2151ad8eb107aa8", - "x-ms-correlation-request-id": "2939ea7d-6e7e-411f-ba61-fdf5d3216aa6", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "861f1467-c087-4448-8e8c-fe55804dbd62", - "x-ms-routing-request-id": "WESTUS2:20210831T233103Z:2939ea7d-6e7e-411f-ba61-fdf5d3216aa6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d2b20964f7744002daeb3de4572dc56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d2b20964f7744002daeb3de4572dc56", - "x-ms-correlation-request-id": "414c7ec4-6680-4e63-ab8d-7e0fecd5289b", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "0a7dd5df-5e26-4458-9dee-b7ecc2eb8b83", - "x-ms-routing-request-id": "WESTUS2:20210831T233104Z:414c7ec4-6680-4e63-ab8d-7e0fecd5289b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c49420fe345adf273e5cef00026e25b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c49420fe345adf273e5cef00026e25b", - "x-ms-correlation-request-id": "0587046d-77d2-4894-b1aa-96f013026f51", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "bd05e71d-c70a-4eb4-bdd0-33e213b31013", - "x-ms-routing-request-id": "WESTUS2:20210831T233105Z:0587046d-77d2-4894-b1aa-96f013026f51" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e1a4cb3628f6fcbe37bb9feff554b650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1a4cb3628f6fcbe37bb9feff554b650", - "x-ms-correlation-request-id": "5e619cfa-9454-49e4-97bb-2e4d53d3159a", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "4615fba5-f774-4bf3-9244-fe3b7542f736", - "x-ms-routing-request-id": "WESTUS2:20210831T233106Z:5e619cfa-9454-49e4-97bb-2e4d53d3159a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8c9c4384dc7b3632e7eca91810f4307", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8c9c4384dc7b3632e7eca91810f4307", - "x-ms-correlation-request-id": "e4bdbdb4-344b-44ef-86d5-3c853d36749c", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "ca7615e6-6103-42b6-b060-ca3da1867fb3", - "x-ms-routing-request-id": "WESTUS2:20210831T233107Z:e4bdbdb4-344b-44ef-86d5-3c853d36749c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bc6e4bcf-b014-46e3-9a98-956f23004f5d?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7aa858cbfbcee660844df5894303b71e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7aa858cbfbcee660844df5894303b71e", - "x-ms-correlation-request-id": "4ff9e70e-d3d2-49b5-b44b-495457a77bf0", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "8b6a5ff2-562d-4378-a172-c3d5d86c7b9e", - "x-ms-routing-request-id": "WESTUS2:20210831T233108Z:4ff9e70e-d3d2-49b5-b44b-495457a77bf0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558", - "name": "sto6558", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:30:50.6204286Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-31T23:30:50.6204286Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-31T23:30:50.5110324Z", - "primaryEndpoints": { - "dfs": "https://sto6558.dfs.core.windows.net/", - "web": "https://sto6558.z20.web.core.windows.net/", - "blob": "https://sto6558.blob.core.windows.net/", - "queue": "https://sto6558.queue.core.windows.net/", - "table": "https://sto6558.table.core.windows.net/", - "file": "https://sto6558.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-185aa944fc909c4dbb474b606691e2fb-af06a14c7787b145-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cb77d2e3a5ce89467f0b2775e2c7b28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cb77d2e3a5ce89467f0b2775e2c7b28", - "x-ms-correlation-request-id": "130f5b20-113e-4ee2-bd98-3da3cb8c24d8", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "4b5f8358-d3a4-4c72-b082-f7b9835ac79a", - "x-ms-routing-request-id": "WESTUS2:20210831T233108Z:130f5b20-113e-4ee2-bd98-3da3cb8c24d8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-5c1e789a0509e34cb5cbed84acb5dd58-def19752da4d754b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c2398773bac3d8263e3247958d96f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c2398773bac3d8263e3247958d96f2b", - "x-ms-correlation-request-id": "aecf3536-090a-422c-ab8b-4f93a7b4ee14", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "ef2c3194-41f8-4d27-b764-8ef97b7343eb", - "x-ms-routing-request-id": "WESTUS2:20210831T233109Z:aecf3536-090a-422c-ab8b-4f93a7b4ee14" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6d73eb04ff1f8a45a3d183a65d9679bd-16564a369eee424a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0363acc7065791aac4bf13dd48e98858", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0363acc7065791aac4bf13dd48e98858", - "x-ms-correlation-request-id": "a0aaebe3-71f3-46cb-bf3d-730623bdd156", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "e39b3da8-8529-4073-b97e-928270fc54b6", - "x-ms-routing-request-id": "WESTUS2:20210831T233109Z:a0aaebe3-71f3-46cb-bf3d-730623bdd156" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ad4424e182167846b3291678f9c0546a-8fe0ffb87210264d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab11cdd21adff271fa7ad979151a8f8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab11cdd21adff271fa7ad979151a8f8d", - "x-ms-correlation-request-id": "ec2783ce-9616-4a3b-95f5-c3049632d477", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "d05b6e05-fefc-4d35-832d-d035df48419f", - "x-ms-routing-request-id": "WESTUS2:20210831T233110Z:ec2783ce-9616-4a3b-95f5-c3049632d477" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-a447398a9fcc9a4e9515145312822585-54b592b8571f4c4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1af878177c971d0ee92d8ed28a5f579", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1af878177c971d0ee92d8ed28a5f579", - "x-ms-correlation-request-id": "de63f2a9-0656-45b0-ae65-4ca38dd2df0f", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "bbd6c777-6976-4058-94a4-af6214e4f568", - "x-ms-routing-request-id": "WESTUS2:20210831T233110Z:de63f2a9-0656-45b0-ae65-4ca38dd2df0f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-71c37d4438e7444aa86fd8080ee65e90-08bb94cbdc09dc41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ba7cc5bc3c7ac4b3b7009dd2d317ba9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ba7cc5bc3c7ac4b3b7009dd2d317ba9", - "x-ms-correlation-request-id": "5a4a8a24-0327-404e-b37c-36da5eeed8ab", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "7bc6c1b3-c439-4892-bdc2-17136940cf2a", - "x-ms-routing-request-id": "WESTUS2:20210831T233111Z:5a4a8a24-0327-404e-b37c-36da5eeed8ab" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default/containers/src1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-7e7dff02aa4b3844af2ca00b6cb9cbac-aa5a6351ec7a6d4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c05b8530d6395a8efca0bd4d4184ca55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:11 GMT", - "ETag": "\u00220x8D96CD76AB2ED77\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c05b8530d6395a8efca0bd4d4184ca55", - "x-ms-correlation-request-id": "55ebe562-102f-4ad5-b65f-815b6afed87f", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "b9bcad32-e44c-4af0-857f-44cef767b433", - "x-ms-routing-request-id": "WESTUS2:20210831T233111Z:55ebe562-102f-4ad5-b65f-815b6afed87f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default/containers/src1", - "name": "src1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default/containers/src2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-6ab217cad9c67741ab2876f3ee9f8848-51e3dbac8dffb34c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "491e5f840472bdc53b0276596ef243bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:11 GMT", - "ETag": "\u00220x8D96CD76AE997C3\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "491e5f840472bdc53b0276596ef243bd", - "x-ms-correlation-request-id": "806092fc-93ec-4a20-99f7-0760e488bfab", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "afd5eb13-a461-4c9f-8311-685cdea37341", - "x-ms-routing-request-id": "WESTUS2:20210831T233111Z:806092fc-93ec-4a20-99f7-0760e488bfab" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/blobServices/default/containers/src2", - "name": "src2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default/containers/dest1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-cf15650ae209994dbf3503932f458790-9d9cc77865df0b4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3bc2e163549843f3d4c8e2706fe6ab7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:12 GMT", - "ETag": "\u00220x8D96CD76B1E9DBE\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3bc2e163549843f3d4c8e2706fe6ab7", - "x-ms-correlation-request-id": "7167ff5a-094a-48cf-ab77-235e8bcb3f4e", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "79f19d0d-8e77-4bfd-a92a-0e30535030d6", - "x-ms-routing-request-id": "WESTUS2:20210831T233112Z:7167ff5a-094a-48cf-ab77-235e8bcb3f4e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default/containers/dest1", - "name": "dest1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default/containers/dest2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-a7359cae3a632f4483c3daf76da04968-da754d6a5b44074e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd59b3a631122c37bf9e84365f35ec0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:12 GMT", - "ETag": "\u00220x8D96CD76B54F9FA\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd59b3a631122c37bf9e84365f35ec0a", - "x-ms-correlation-request-id": "26f488a3-fba3-48bd-9947-c6b5f1507175", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "6e91e2a9-cb58-4c86-873a-e6eab0735e2f", - "x-ms-routing-request-id": "WESTUS2:20210831T233112Z:26f488a3-fba3-48bd-9947-c6b5f1507175" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/blobServices/default/containers/dest2", - "name": "dest2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "286", - "Content-Type": "application/json", - "traceparent": "00-5b2e30d238197c49bfaedab2a242657a-975c3450fce3b044-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1236005c26c74f0c1f990c25759eb73d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1236005c26c74f0c1f990c25759eb73d", - "x-ms-correlation-request-id": "18428eeb-26a8-48ef-b3b0-03e94c70b077", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "099e328c-fe39-4873-8512-6b4659a75300", - "x-ms-routing-request-id": "WESTUS2:20210831T233122Z:18428eeb-26a8-48ef-b3b0-03e94c70b077" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f2f8f1ebd091954e963ded7f66db21a5-f2750f4ab3bd4646-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bab2bf977699e4aaf790e3abb0082507", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "756", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bab2bf977699e4aaf790e3abb0082507", - "x-ms-correlation-request-id": "5b70f7b9-856d-4e96-a9f4-21a3273e6881", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "5bed1c70-a1f9-4cde-9e7a-18ad1e18b681", - "x-ms-routing-request-id": "WESTUS2:20210831T233123Z:5b70f7b9-856d-4e96-a9f4-21a3273e6881" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "382", - "Content-Type": "application/json", - "traceparent": "00-59117e2dcc80e14aa607c1b6d4fc97b7-312c352841643c44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "06ca846058c77fefa709ae792511b621", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "789", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06ca846058c77fefa709ae792511b621", - "x-ms-correlation-request-id": "429b1181-5654-4d01-af6f-4177b8096bbe", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "b0f5a803-741a-425e-9e52-4f0c0bbe4750", - "x-ms-routing-request-id": "WESTUS2:20210831T233123Z:429b1181-5654-4d01-af6f-4177b8096bbe" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "enabledTime": "2021-08-31T23:31:23.8248644Z", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bb58f6d85ff0e44998f9abd6c1bde02a-29eec90d21e10b43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a09f46e73182e67156511b3643609f16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "756", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a09f46e73182e67156511b3643609f16", - "x-ms-correlation-request-id": "2d8c4b20-f7e7-4a19-b5fc-55c7b6018a09", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "4c1b94b3-db22-487d-895f-acbe2d7d06cc", - "x-ms-routing-request-id": "WESTUS2:20210831T233124Z:2d8c4b20-f7e7-4a19-b5fc-55c7b6018a09" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-bc1e4c4d8c137d488159347296d8cf01-1f75fc90f3fbfc4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1c50474b0d33f76cf33138fc830bfe6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1c50474b0d33f76cf33138fc830bfe6", - "x-ms-correlation-request-id": "6e0915fb-3a12-40b7-bd62-fab4596dd1b8", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "53fd5da8-0935-4faa-8745-25962abe8a0d", - "x-ms-routing-request-id": "WESTUS2:20210831T233124Z:6e0915fb-3a12-40b7-bd62-fab4596dd1b8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2722823149e13c49aad0803705d79d34-c2c93aff1d543d44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "69c4c2d984692e8412e3b0753db83c46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Tue, 31 Aug 2021 23:31:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69c4c2d984692e8412e3b0753db83c46", - "x-ms-correlation-request-id": "d32e0285-32f5-4a67-803e-7e554aa2ddd6", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "27930d0b-3932-4406-9ef0-899a4d450cf0", - "x-ms-routing-request-id": "WESTUS2:20210831T233124Z:d32e0285-32f5-4a67-803e-7e554aa2ddd6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667", - "name": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "e4f32478-f2c0-450c-8ad0-1530773d6667", - "sourceAccount": "sto8992", - "destinationAccount": "sto6558", - "rules": [ - { - "ruleId": "fdfe263b-e787-4c61-83db-4f29214e593d", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "40048510-ce10-4abd-9172-a6c098c7a3f4", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto8992/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-773c7826d5187f4bb7fea68f7a581175-fa4d4127635c5744-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2005976ac54b364dd05fd04f1ee21e25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2005976ac54b364dd05fd04f1ee21e25", - "x-ms-correlation-request-id": "f627b67c-fe45-4249-bc64-d3cc82cfea91", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "15ad71bb-b2b7-4c1b-8f7c-9a73c1a36487", - "x-ms-routing-request-id": "WESTUS2:20210831T233124Z:f627b67c-fe45-4249-bc64-d3cc82cfea91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5819/providers/Microsoft.Storage/storageAccounts/sto6558/objectReplicationPolicies/e4f32478-f2c0-450c-8ad0-1530773d6667?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-55534de2082ec54da3a75682daba017c-f19da2e5bd90c147-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "815d3492359cefac8097def000000216", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 31 Aug 2021 23:31:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "815d3492359cefac8097def000000216", - "x-ms-correlation-request-id": "0fb40b36-ea7e-4d91-8372-0919ad303fb0", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "153cd6b8-f6a6-411b-9ea9-876327a8935d", - "x-ms-routing-request-id": "WESTUS2:20210831T233124Z:0fb40b36-ea7e-4d91-8372-0919ad303fb0" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2016929176", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json deleted file mode 100644 index 3d935476acc0f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/BlobServiceTests/ORSTestAsync.json +++ /dev/null @@ -1,2310 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6dcbb66fe2ed45181001ab92f2c6f459", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dc8cecc-3406-4d96-9fad-5a67a776cc77", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "4dc8cecc-3406-4d96-9fad-5a67a776cc77", - "x-ms-routing-request-id": "WESTUS2:20210901T032211Z:4dc8cecc-3406-4d96-9fad-5a67a776cc77" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "32a8c9ccf25c43d43132e10c10d8ab80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "efe1ee07-683c-48f5-97b1-ac1b35af1689", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "efe1ee07-683c-48f5-97b1-ac1b35af1689", - "x-ms-routing-request-id": "WESTUS2:20210901T032212Z:efe1ee07-683c-48f5-97b1-ac1b35af1689" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9633?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-3178ed512a08674187bcae569cedf342-4ccdb98f5c9eac48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97fdf74f1d5b16325dafa4720ebb7a19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "88f2ef03-af05-4cc2-a005-30068efe3ab6", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "88f2ef03-af05-4cc2-a005-30068efe3ab6", - "x-ms-routing-request-id": "WESTUS2:20210901T032213Z:88f2ef03-af05-4cc2-a005-30068efe3ab6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633", - "name": "res9633", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-3d82349f6bd8ef498623827a9e4c4c3c-b80f4110b656284b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ea39a91e27c3b88bb000b3537552aaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ea39a91e27c3b88bb000b3537552aaf", - "x-ms-correlation-request-id": "4cdc7baf-05a1-4cf7-90ae-2996874fba6c", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "01782457-df24-42f6-89fd-6ec8ea04f484", - "x-ms-routing-request-id": "WESTUS2:20210901T032217Z:4cdc7baf-05a1-4cf7-90ae-2996874fba6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e619019f103f1b7b0f1f62320a28784e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e619019f103f1b7b0f1f62320a28784e", - "x-ms-correlation-request-id": "6ff28e43-dacf-44d1-a2f7-aaa7f1b32d14", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "58fdab22-3b8e-406b-b1f8-216c0f4f4975", - "x-ms-routing-request-id": "WESTUS2:20210901T032217Z:6ff28e43-dacf-44d1-a2f7-aaa7f1b32d14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac185e48af22e56525884039b1b71744", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac185e48af22e56525884039b1b71744", - "x-ms-correlation-request-id": "40de9b46-e41b-4be0-8ca4-973c5982d9d3", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "9b6292d2-71c1-47a4-8bd3-9957a8273e4f", - "x-ms-routing-request-id": "WESTUS2:20210901T032218Z:40de9b46-e41b-4be0-8ca4-973c5982d9d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36951898443b927053dbb251494210d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36951898443b927053dbb251494210d6", - "x-ms-correlation-request-id": "c8da1017-8f9c-42f0-a0b1-65a075aa92f5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5b960cea-5c31-4c5d-ac0b-46a01ce3092a", - "x-ms-routing-request-id": "WESTUS2:20210901T032219Z:c8da1017-8f9c-42f0-a0b1-65a075aa92f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c488e2caba5ef0d19c34c0b7d0416957", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c488e2caba5ef0d19c34c0b7d0416957", - "x-ms-correlation-request-id": "3530279d-b754-4452-a609-13d042339ce2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "82dd1b8a-9097-4b69-af39-4704256dd195", - "x-ms-routing-request-id": "WESTUS2:20210901T032221Z:3530279d-b754-4452-a609-13d042339ce2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2991d0841920312ee855946fc139be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2991d0841920312ee855946fc139be2", - "x-ms-correlation-request-id": "048959cd-d744-42c2-8708-ff1db70b5698", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "3f8ed93d-a145-486e-906e-1cb397150805", - "x-ms-routing-request-id": "WESTUS2:20210901T032222Z:048959cd-d744-42c2-8708-ff1db70b5698" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf6f6977522fdee646a5990783b9c211", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf6f6977522fdee646a5990783b9c211", - "x-ms-correlation-request-id": "50976106-a170-49d4-8bb1-841d72202520", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "4d4fa137-bddf-4364-ac63-bf9c4fadbcfb", - "x-ms-routing-request-id": "WESTUS2:20210901T032223Z:50976106-a170-49d4-8bb1-841d72202520" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c495a721ea88844cf85d6d8618af388", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c495a721ea88844cf85d6d8618af388", - "x-ms-correlation-request-id": "ced6652e-3543-41ea-ab1b-f8dce7d92b92", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e82fdb3f-0e74-41a6-875d-8b127f37ad81", - "x-ms-routing-request-id": "WESTUS2:20210901T032224Z:ced6652e-3543-41ea-ab1b-f8dce7d92b92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "663fde9999d2b52837bbabeca70b7f35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "663fde9999d2b52837bbabeca70b7f35", - "x-ms-correlation-request-id": "344de607-4d22-4b36-b09d-9ba55d6d7b6d", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "8e9f3547-8702-4daf-8336-83ad1120b9eb", - "x-ms-routing-request-id": "WESTUS2:20210901T032225Z:344de607-4d22-4b36-b09d-9ba55d6d7b6d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a2d447c36fca593a25e6ffaa7c0e7cbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a2d447c36fca593a25e6ffaa7c0e7cbc", - "x-ms-correlation-request-id": "8c940320-e007-4fea-acbc-c671c13fd380", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "a783be16-73e8-42eb-baff-414629a7135e", - "x-ms-routing-request-id": "WESTUS2:20210901T032226Z:8c940320-e007-4fea-acbc-c671c13fd380" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a56e11b15b79d83f3293f5ec7257e0c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a56e11b15b79d83f3293f5ec7257e0c4", - "x-ms-correlation-request-id": "88dc0994-fbec-4531-84fa-0fcc7778d654", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "daad19de-0e07-44f3-9ca9-a66ad18ddfd8", - "x-ms-routing-request-id": "WESTUS2:20210901T032227Z:88dc0994-fbec-4531-84fa-0fcc7778d654" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a14a00551b629bea3e641eb9a7d3928", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a14a00551b629bea3e641eb9a7d3928", - "x-ms-correlation-request-id": "89744dbe-8b2e-409a-ac76-ea7cc7e9a8cb", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "f128506a-3e5a-4418-8c50-3e08d0b5744e", - "x-ms-routing-request-id": "WESTUS2:20210901T032228Z:89744dbe-8b2e-409a-ac76-ea7cc7e9a8cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "963aef3fda9d67bc08fc70367a4de7cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "963aef3fda9d67bc08fc70367a4de7cd", - "x-ms-correlation-request-id": "60bcb5b5-6b28-4324-b53a-57d7e4c2acb3", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "00c46214-a882-4ee8-b62b-83e296715c2d", - "x-ms-routing-request-id": "WESTUS2:20210901T032229Z:60bcb5b5-6b28-4324-b53a-57d7e4c2acb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dca53b0562f96006524401921a533eb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dca53b0562f96006524401921a533eb4", - "x-ms-correlation-request-id": "8c85096c-c85e-4848-9cef-9b722df4e1b0", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "2f132aca-548c-4208-a10b-5803dd93c2be", - "x-ms-routing-request-id": "WESTUS2:20210901T032231Z:8c85096c-c85e-4848-9cef-9b722df4e1b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "82adcc5a4a1c2b27e3ad12b9e087af56", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82adcc5a4a1c2b27e3ad12b9e087af56", - "x-ms-correlation-request-id": "906ea0b7-c905-4dab-b7de-4352e11e0591", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1775a3fa-3553-40f4-924a-5da0102bb4db", - "x-ms-routing-request-id": "WESTUS2:20210901T032232Z:906ea0b7-c905-4dab-b7de-4352e11e0591" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ee673ff5cd8dc2fe9da4458d8294cb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ee673ff5cd8dc2fe9da4458d8294cb4", - "x-ms-correlation-request-id": "1dadd87a-3856-46b1-b6e1-53c82c5f688b", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "4410f5e9-4e81-44ca-8137-2680c89170ba", - "x-ms-routing-request-id": "WESTUS2:20210901T032233Z:1dadd87a-3856-46b1-b6e1-53c82c5f688b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/01782457-df24-42f6-89fd-6ec8ea04f484?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aedcbbbe649fbbb1137af84c504c7fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aedcbbbe649fbbb1137af84c504c7fca", - "x-ms-correlation-request-id": "6842a130-6115-47ff-b0a9-52d3e0ddef6f", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "0436496f-11e8-484c-b2b6-802f1c4532e1", - "x-ms-routing-request-id": "WESTUS2:20210901T032234Z:6842a130-6115-47ff-b0a9-52d3e0ddef6f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507", - "name": "sto5507", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:22:16.0536655Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:22:16.0536655Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:22:15.9442951Z", - "primaryEndpoints": { - "dfs": "https://sto5507.dfs.core.windows.net/", - "web": "https://sto5507.z20.web.core.windows.net/", - "blob": "https://sto5507.blob.core.windows.net/", - "queue": "https://sto5507.queue.core.windows.net/", - "table": "https://sto5507.table.core.windows.net/", - "file": "https://sto5507.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-6506bb06d4f4c646a467f0919e100ebd-6b5d5e6c62598148-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a793ab95df6dfddc9cd0984205ce52b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a793ab95df6dfddc9cd0984205ce52b9", - "x-ms-correlation-request-id": "d4b27a88-886d-4045-af5c-5b79c6212698", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7fdb9a88-e187-4b8b-976c-5809f27ec977", - "x-ms-routing-request-id": "WESTUS2:20210901T032237Z:d4b27a88-886d-4045-af5c-5b79c6212698" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2dc3795aa596de47dfdf11cfcb6eb545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dc3795aa596de47dfdf11cfcb6eb545", - "x-ms-correlation-request-id": "a1d1683b-5b61-4460-8266-1091c92f2fcd", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "fb7851ea-94f0-4212-93e1-e04ca7a47173", - "x-ms-routing-request-id": "WESTUS2:20210901T032237Z:a1d1683b-5b61-4460-8266-1091c92f2fcd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2eb3e275a50941ff4f8e541947d98b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2eb3e275a50941ff4f8e541947d98b9", - "x-ms-correlation-request-id": "35a86c85-bcd1-4e1a-81c9-c4a9a19e2a5b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "f61975dc-8a7b-4467-bccb-f399744d1f8f", - "x-ms-routing-request-id": "WESTUS2:20210901T032238Z:35a86c85-bcd1-4e1a-81c9-c4a9a19e2a5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8be8fb44250bbb23161c46ccefe7ce53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8be8fb44250bbb23161c46ccefe7ce53", - "x-ms-correlation-request-id": "cf69bcfe-7d1f-4bb0-a482-972c889f11a4", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "efc25456-8c56-49a6-b280-f5501d261e24", - "x-ms-routing-request-id": "WESTUS2:20210901T032239Z:cf69bcfe-7d1f-4bb0-a482-972c889f11a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2537067599f7004c5a2f389dbf054a61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2537067599f7004c5a2f389dbf054a61", - "x-ms-correlation-request-id": "4a869a28-3614-4401-a6d4-38752faa4a31", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "4d1584bf-4c3a-41c1-9633-58a12177e010", - "x-ms-routing-request-id": "WESTUS2:20210901T032240Z:4a869a28-3614-4401-a6d4-38752faa4a31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d08a5746298602391b30db331352a40c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08a5746298602391b30db331352a40c", - "x-ms-correlation-request-id": "87b5eccd-c9d2-400c-a2f1-2d26d63816fa", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "7150f0d0-560b-4c8c-a109-52e1a1fff91f", - "x-ms-routing-request-id": "WESTUS2:20210901T032241Z:87b5eccd-c9d2-400c-a2f1-2d26d63816fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dcb922a7346aac1afe831dcec85fb11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8dcb922a7346aac1afe831dcec85fb11", - "x-ms-correlation-request-id": "8a10387e-65b7-4d89-9d49-f6165ee68a2d", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "c3238a2f-08c5-4827-a55b-d1ab7c141cde", - "x-ms-routing-request-id": "WESTUS2:20210901T032242Z:8a10387e-65b7-4d89-9d49-f6165ee68a2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9885e4d2fe5c4ccccc3509c7bd19ec07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9885e4d2fe5c4ccccc3509c7bd19ec07", - "x-ms-correlation-request-id": "2ebe5784-279d-476c-879a-139dca5ffcbc", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "33f7f49e-5b4f-4409-a06b-e7e22196bcd4", - "x-ms-routing-request-id": "WESTUS2:20210901T032243Z:2ebe5784-279d-476c-879a-139dca5ffcbc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c732c8bbd39d21b96e0219ef85d1596", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c732c8bbd39d21b96e0219ef85d1596", - "x-ms-correlation-request-id": "9e6e66f3-05e4-4d3a-9746-47a992102a04", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "b21a3f8a-8a28-4ce4-b8f6-12621e6f77a9", - "x-ms-routing-request-id": "WESTUS2:20210901T032244Z:9e6e66f3-05e4-4d3a-9746-47a992102a04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f61ca340ccc2bafc57fc11169faec96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f61ca340ccc2bafc57fc11169faec96", - "x-ms-correlation-request-id": "2ed82b14-8ae0-4ab6-9fb6-5b02b40cfac2", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "2fea116c-6020-410f-a188-2d890168897e", - "x-ms-routing-request-id": "WESTUS2:20210901T032246Z:2ed82b14-8ae0-4ab6-9fb6-5b02b40cfac2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf5029fccf1115d7c8b3017cdd2e546f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf5029fccf1115d7c8b3017cdd2e546f", - "x-ms-correlation-request-id": "a578f04a-46a8-4b0c-a634-70229ebc4a02", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "7ba37550-4677-43fb-aea2-149c897c3c66", - "x-ms-routing-request-id": "WESTUS2:20210901T032247Z:a578f04a-46a8-4b0c-a634-70229ebc4a02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f392731fbcb77e3a7c4766bafb0a699b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f392731fbcb77e3a7c4766bafb0a699b", - "x-ms-correlation-request-id": "a9b3bd3c-abb7-4e00-8f26-ebb8f7979d78", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "efc7d43f-a135-4bd6-9069-726efe2864c9", - "x-ms-routing-request-id": "WESTUS2:20210901T032248Z:a9b3bd3c-abb7-4e00-8f26-ebb8f7979d78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cea28af4550c6584f24c67190a334e97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cea28af4550c6584f24c67190a334e97", - "x-ms-correlation-request-id": "88daef58-3fc9-40d8-a1f1-31c7628c41b5", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "c88bf5f6-40f1-4649-9f30-4ae61fba444c", - "x-ms-routing-request-id": "WESTUS2:20210901T032249Z:88daef58-3fc9-40d8-a1f1-31c7628c41b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5f1522bf8673fdeeed243ca681d19be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5f1522bf8673fdeeed243ca681d19be", - "x-ms-correlation-request-id": "625a3c6e-a55b-490a-8b27-48027ec0b0c9", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "6e53d96e-dabe-4d7f-b890-d9e843b1062f", - "x-ms-routing-request-id": "WESTUS2:20210901T032250Z:625a3c6e-a55b-490a-8b27-48027ec0b0c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52876549858cc962ef2c006b55207449", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52876549858cc962ef2c006b55207449", - "x-ms-correlation-request-id": "200a2508-0b3c-4fa6-9aac-8ba69fbcff59", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "1af56144-48f4-419e-91d7-1615eb01390e", - "x-ms-routing-request-id": "WESTUS2:20210901T032251Z:200a2508-0b3c-4fa6-9aac-8ba69fbcff59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a98ecff97318fb34ac62df3a12b9fdd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:22:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a98ecff97318fb34ac62df3a12b9fdd4", - "x-ms-correlation-request-id": "2861293b-72bc-46f6-88ea-94070886d8d9", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "7664e718-3783-44fb-b568-bddc4eea515b", - "x-ms-routing-request-id": "WESTUS2:20210901T032252Z:2861293b-72bc-46f6-88ea-94070886d8d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7fdb9a88-e187-4b8b-976c-5809f27ec977?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4d0a933fcaba50aef28053bf873eacd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4d0a933fcaba50aef28053bf873eacd", - "x-ms-correlation-request-id": "6f2bc085-17f3-45d8-9f79-a9dc5cf787de", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "4845f077-0c95-4da5-b13f-7aec98c64880", - "x-ms-routing-request-id": "WESTUS2:20210901T032253Z:6f2bc085-17f3-45d8-9f79-a9dc5cf787de" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032", - "name": "sto7032", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:22:35.6169707Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:22:35.6169707Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:22:35.4763385Z", - "primaryEndpoints": { - "dfs": "https://sto7032.dfs.core.windows.net/", - "web": "https://sto7032.z20.web.core.windows.net/", - "blob": "https://sto7032.blob.core.windows.net/", - "queue": "https://sto7032.queue.core.windows.net/", - "table": "https://sto7032.table.core.windows.net/", - "file": "https://sto7032.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-02d3fe4efdb5a1498514a35eb4f8e61e-edc432b6baf09a40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98d1f95d6f8ed5a5318ca529a627b636", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98d1f95d6f8ed5a5318ca529a627b636", - "x-ms-correlation-request-id": "03957f3f-4973-4b3d-ad51-aa647b61dbbf", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "d54cd7f4-a3e6-4c66-afc0-3c16cb7121fa", - "x-ms-routing-request-id": "WESTUS2:20210901T032253Z:03957f3f-4973-4b3d-ad51-aa647b61dbbf" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-b33eefc93051604baed04e2e455e0a36-06740e8b49598247-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac382b2fd050fd9ec4e9b9f06ef80239", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac382b2fd050fd9ec4e9b9f06ef80239", - "x-ms-correlation-request-id": "d1cb5c85-9db6-431c-9b97-dc4683d127ab", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "ba70828a-14e6-47f4-8a56-30fd31ac46fb", - "x-ms-routing-request-id": "WESTUS2:20210901T032255Z:d1cb5c85-9db6-431c-9b97-dc4683d127ab" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2faac41d37858847be9e7d937f5779dc-d93e13fc735fce49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19dd117864e8c34603fa721f56e1ffc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19dd117864e8c34603fa721f56e1ffc7", - "x-ms-correlation-request-id": "ea57a295-69fc-4203-8072-5b6098f25d81", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "a5dd01b4-cd2d-452d-88f8-a8bebe7c19dd", - "x-ms-routing-request-id": "WESTUS2:20210901T032255Z:ea57a295-69fc-4203-8072-5b6098f25d81" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ffba7afd2c40954f913513f20b490a94-54e53dc7a63eb649-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc0ccf713e3b8c7d5bd4d4a5b6b46739", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "358", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc0ccf713e3b8c7d5bd4d4a5b6b46739", - "x-ms-correlation-request-id": "114630a1-0550-48cc-975d-9f6dce45e8de", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "08520449-21ff-46c5-a827-e6a6cacdf3c9", - "x-ms-routing-request-id": "WESTUS2:20210901T032255Z:114630a1-0550-48cc-975d-9f6dce45e8de" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "139", - "Content-Type": "application/json", - "traceparent": "00-6ec99fb44151044d8255ae9a3506e51d-67e5e0562c20cc48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94b16c899d4aca4de575a8565e7ea6e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true, - "changeFeed": { - "enabled": true - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "367", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94b16c899d4aca4de575a8565e7ea6e3", - "x-ms-correlation-request-id": "d31eb29b-6664-4c6c-a986-3ef7bd3f0645", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "205b5330-3858-4f09-b29c-1ce4aa47551b", - "x-ms-routing-request-id": "WESTUS2:20210901T032256Z:d31eb29b-6664-4c6c-a986-3ef7bd3f0645" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c9610292532d5f488058e0ae2e745529-8e154a31154c9b40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e7ef1ea36ec3afd9450bd1490a00c4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "415", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e7ef1ea36ec3afd9450bd1490a00c4e", - "x-ms-correlation-request-id": "c6ab656c-bd9a-461c-9712-466951d99bb3", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "4ffcc569-3e67-4324-8d13-a43d32b63b62", - "x-ms-routing-request-id": "WESTUS2:20210901T032256Z:c6ab656c-bd9a-461c-9712-466951d99bb3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/blobServices", - "properties": { - "changeFeed": { - "enabled": true - }, - "cors": { - "corsRules": [] - }, - "deleteRetentionPolicy": { - "enabled": false - }, - "isVersioningEnabled": true - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default/containers/src1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-7ce7b43f198ac84c95dbb7c8bfec9e43-6377131ba0ffe149-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e99539936b2fd47d8241e7c695272edc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:56 GMT", - "ETag": "\u00220x8D96CF7CAD8C6B5\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e99539936b2fd47d8241e7c695272edc", - "x-ms-correlation-request-id": "4b10fad9-59d9-41dd-a3ee-b6bd373ce47e", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "b28e3250-bd5b-4069-88a6-c109c0c01f8d", - "x-ms-routing-request-id": "WESTUS2:20210901T032256Z:4b10fad9-59d9-41dd-a3ee-b6bd373ce47e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default/containers/src1", - "name": "src1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default/containers/src2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-0364fc71b9f73342bacf2ce19007d4ab-2545ddc04149e44a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4baf02dc836534c6f77fffadf383944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "362", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:56 GMT", - "ETag": "\u00220x8D96CF7CB18E8CC\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4baf02dc836534c6f77fffadf383944", - "x-ms-correlation-request-id": "d84e5ff3-f441-4de9-86ba-f15ddc00b904", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "0a63c427-84a6-4f14-8989-589967598145", - "x-ms-routing-request-id": "WESTUS2:20210901T032257Z:d84e5ff3-f441-4de9-86ba-f15ddc00b904" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/blobServices/default/containers/src2", - "name": "src2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default/containers/dest1?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-710bbcd6051fa04d8d1b390b8f9f47fd-6e33ce4ef7db0849-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24c35968bde97fb474a91caa4e37a46d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:56 GMT", - "ETag": "\u00220x8D96CF7CB482E98\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24c35968bde97fb474a91caa4e37a46d", - "x-ms-correlation-request-id": "afe6d77c-1964-4fee-bfe0-d318bb6e97c1", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "6d15f85a-f42f-4876-a904-e48a102a3a67", - "x-ms-routing-request-id": "WESTUS2:20210901T032257Z:afe6d77c-1964-4fee-bfe0-d318bb6e97c1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default/containers/dest1", - "name": "dest1", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default/containers/dest2?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-f96a769e6a8c3f47a185638d884dfb37-c9bed2bfaeaf6b49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0e7e12148e5ca18ed427ab76b82f549", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "364", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:22:57 GMT", - "ETag": "\u00220x8D96CF7CB75616B\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0e7e12148e5ca18ed427ab76b82f549", - "x-ms-correlation-request-id": "f5c741a4-da79-43d1-a51c-15f30c77ab16", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "367047d9-f412-4bd4-9222-7a33b28a5b9b", - "x-ms-routing-request-id": "WESTUS2:20210901T032257Z:f5c741a4-da79-43d1-a51c-15f30c77ab16" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/blobServices/default/containers/dest2", - "name": "dest2", - "type": "Microsoft.Storage/storageAccounts/blobServices/containers", - "properties": { - "deleted": false, - "remainingRetentionDays": 0, - "hasImmutabilityPolicy": false, - "hasLegalHold": false - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "286", - "Content-Type": "application/json", - "traceparent": "00-09e4e075e16a6a41b8611ac661169c41-29c038046bc7ff46-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c5da2080a646ff33c3b4f8caca10437", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c5da2080a646ff33c3b4f8caca10437", - "x-ms-correlation-request-id": "04936cb3-dba3-4290-8444-2d28d997b8dd", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "d2091221-f1ad-4601-8d74-7257fb9a6c46", - "x-ms-routing-request-id": "WESTUS2:20210901T032307Z:04936cb3-dba3-4290-8444-2d28d997b8dd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-498a4f6de1ef2c448cc19a065595216f-6349c18344dcfc4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdd892d29851205f40f837a643fc13f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "756", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd892d29851205f40f837a643fc13f1", - "x-ms-correlation-request-id": "07f29682-43b0-44dc-a5b4-0bc7591a68b1", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "2c5240ac-a5f6-4c38-b20e-91b9f2ebe6a3", - "x-ms-routing-request-id": "WESTUS2:20210901T032308Z:07f29682-43b0-44dc-a5b4-0bc7591a68b1" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "382", - "Content-Type": "application/json", - "traceparent": "00-b12af540f3a2fd469b2d720526c2575d-77893c1a7cf1ef45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aca2d2b468d91709ed7764aaf88b1d4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "789", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aca2d2b468d91709ed7764aaf88b1d4b", - "x-ms-correlation-request-id": "74f113f2-2e84-4976-8c14-5db5c69a11d5", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "5af4a95a-02e3-4313-b294-2ef98ba7ae32", - "x-ms-routing-request-id": "WESTUS2:20210901T032308Z:74f113f2-2e84-4976-8c14-5db5c69a11d5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "enabledTime": "2021-09-01T03:23:08.6495039Z", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-07c471fd29460745841a7244287fcb06-2cfd4b946a82224e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9e4423df7aa6ff8433dfb6bd24c2c40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "756", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9e4423df7aa6ff8433dfb6bd24c2c40", - "x-ms-correlation-request-id": "89e14399-fbc2-4175-889d-2e4a820bacc9", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "58722e09-a87c-42ab-80f1-dd7c023ff003", - "x-ms-routing-request-id": "WESTUS2:20210901T032308Z:89e14399-fbc2-4175-889d-2e4a820bacc9" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cbf5ba0e108f2b43857920fe0409000d-c6c56a8c26f8004e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9d85d2758ff6a5e88c10fd934b528b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9d85d2758ff6a5e88c10fd934b528b5", - "x-ms-correlation-request-id": "86b33fbd-d5cd-4f5c-ae87-7da9344e9bbf", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "06a78ddc-3f77-42c4-998c-898013b331fc", - "x-ms-routing-request-id": "WESTUS2:20210901T032308Z:86b33fbd-d5cd-4f5c-ae87-7da9344e9bbf" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dab3c653ffb6a54e97fe77d6ca1b828d-04072d857a08ae4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0169ebdb3a17bc47da32699b6c9e44a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "744", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0169ebdb3a17bc47da32699b6c9e44a1", - "x-ms-correlation-request-id": "1146ee6c-6a74-4fdf-ab0c-a2187da652f5", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "ab5ab4b8-1b6f-4244-af35-8eb9d75b60fb", - "x-ms-routing-request-id": "WESTUS2:20210901T032309Z:1146ee6c-6a74-4fdf-ab0c-a2187da652f5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316", - "name": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "type": "Microsoft.Storage/storageAccounts/objectReplicationPolicies", - "properties": { - "policyId": "3008088b-9cfe-422f-9e43-7435b1ae5316", - "sourceAccount": "sto5507", - "destinationAccount": "sto7032", - "rules": [ - { - "ruleId": "4210a9c7-a6cf-43ab-aaf1-b2684e64c889", - "sourceContainer": "src1", - "destinationContainer": "dest1", - "filters": { - "prefixMatch": [ - "aa", - "bc d", - "123" - ], - "minCreationTime": "2020-03-19T16:06:00Z" - } - }, - { - "ruleId": "9e00a113-71de-4b73-a52b-f99a16570687", - "sourceContainer": "src2", - "destinationContainer": "dest2" - } - ] - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto5507/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-20819f27b3ff3346a1e87d8a61c706a5-54eac40c69c3a94f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a82234b43b3e54ce37a50e8e71f3a8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a82234b43b3e54ce37a50e8e71f3a8e", - "x-ms-correlation-request-id": "ce3789a5-3df1-4772-ae15-6ffbe9863f5d", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "b2677cd3-97c1-4791-9b9e-3eb48eece86b", - "x-ms-routing-request-id": "WESTUS2:20210901T032309Z:ce3789a5-3df1-4772-ae15-6ffbe9863f5d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto7032/objectReplicationPolicies/3008088b-9cfe-422f-9e43-7435b1ae5316?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d1388e8d26711d4d9160ab37f7687dd9-2af3b7a7db46f047-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e69046152be3ed28161cffcceec2feea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:23:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e69046152be3ed28161cffcceec2feea", - "x-ms-correlation-request-id": "9c4902ea-d43f-4dcb-b3a5-6bf5ee6be25c", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "e6b5b2e3-37fd-42f4-9497-f258fb76b1e9", - "x-ms-routing-request-id": "WESTUS2:20210901T032309Z:9c4902ea-d43f-4dcb-b3a5-6bf5ee6be25c" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "555944314", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json deleted file mode 100644 index dcbe4349cdd37..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTest.json +++ /dev/null @@ -1,1065 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "35e4441c5ca06059018839f8c59bc7aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "48f3abf8-4cc0-413b-9a16-fd5d1bb48b01", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "48f3abf8-4cc0-413b-9a16-fd5d1bb48b01", - "x-ms-routing-request-id": "WESTUS2:20210901T000007Z:48f3abf8-4cc0-413b-9a16-fd5d1bb48b01" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e536f27020b9fdc59211fe2332042557", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae554c2a-8a9e-48ba-8d09-ce3ca22ba5d8", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "ae554c2a-8a9e-48ba-8d09-ce3ca22ba5d8", - "x-ms-routing-request-id": "WESTUS2:20210901T000007Z:ae554c2a-8a9e-48ba-8d09-ce3ca22ba5d8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3737?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-be1d9d4371367846b721c8edf473d8d4-53e480e3c223ca45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8080091dd3054efb94201bf9f9ba41c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4ce3b76-c05b-470f-a24a-871d4e927d2f", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "c4ce3b76-c05b-470f-a24a-871d4e927d2f", - "x-ms-routing-request-id": "WESTUS2:20210901T000007Z:c4ce3b76-c05b-470f-a24a-871d4e927d2f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737", - "name": "res3737", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-69a680bd189d894f9b88a463c5af9551-01f0ee9079b4524b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cc4c448fbe2e67ea28e5e352dfd63e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cc4c448fbe2e67ea28e5e352dfd63e2", - "x-ms-correlation-request-id": "5c710960-67f7-4e8b-9e43-e7cdafe680f1", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "1ea98d89-191b-42cc-b208-92fe6e1e8854", - "x-ms-routing-request-id": "WESTUS2:20210901T000010Z:5c710960-67f7-4e8b-9e43-e7cdafe680f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61bbcc60a3930d3b019962449c186622", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61bbcc60a3930d3b019962449c186622", - "x-ms-correlation-request-id": "fd6ac5ca-5831-4a29-87d4-c10776201050", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "59d2df6a-dec8-4001-8d1e-164bde6028ab", - "x-ms-routing-request-id": "WESTUS2:20210901T000010Z:fd6ac5ca-5831-4a29-87d4-c10776201050" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "120016b77bafdd3ba489c5bcfbd4e308", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "120016b77bafdd3ba489c5bcfbd4e308", - "x-ms-correlation-request-id": "cf7c2172-93c0-4730-8951-fbaf28c4e47b", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "88dff651-4cca-421c-8dfc-f3a1a758dfcb", - "x-ms-routing-request-id": "WESTUS2:20210901T000011Z:cf7c2172-93c0-4730-8951-fbaf28c4e47b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60d5a1370241544f6c84469107db9d7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60d5a1370241544f6c84469107db9d7e", - "x-ms-correlation-request-id": "768d9935-ed92-4f52-bdc9-a8b49c07b73e", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "dc0a7899-3b37-40fc-9aee-2dbaf6de133e", - "x-ms-routing-request-id": "WESTUS2:20210901T000013Z:768d9935-ed92-4f52-bdc9-a8b49c07b73e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecf2ddbe4498e50d91ddbc09de7e122c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecf2ddbe4498e50d91ddbc09de7e122c", - "x-ms-correlation-request-id": "044241fd-d283-4ac6-bb40-7374ac9997e6", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "dcf7a91f-c804-4c13-9501-1c89c6041cc8", - "x-ms-routing-request-id": "WESTUS2:20210901T000014Z:044241fd-d283-4ac6-bb40-7374ac9997e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb0c5ab60642b5e0c7aba62b35a9d5c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb0c5ab60642b5e0c7aba62b35a9d5c9", - "x-ms-correlation-request-id": "a61bb7f0-4f8f-4344-a9ff-438ee4dbaaa7", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "9a627138-dc37-46c9-ba11-990212807da4", - "x-ms-routing-request-id": "WESTUS2:20210901T000015Z:a61bb7f0-4f8f-4344-a9ff-438ee4dbaaa7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1dfe46ebf6e2f36f94f0cf64454576ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1dfe46ebf6e2f36f94f0cf64454576ee", - "x-ms-correlation-request-id": "223e8dd4-d360-4001-ba04-00923cc30d0a", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "1e525de5-fe1a-4bc0-84c2-e1c3617e14ff", - "x-ms-routing-request-id": "WESTUS2:20210901T000016Z:223e8dd4-d360-4001-ba04-00923cc30d0a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "addb1971a2ceb83bfc3c25ec9de1afe7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "addb1971a2ceb83bfc3c25ec9de1afe7", - "x-ms-correlation-request-id": "f0367756-e4c5-448b-ba51-18a8f830d096", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "64e16117-7598-4476-a59f-adaea6baae14", - "x-ms-routing-request-id": "WESTUS2:20210901T000017Z:f0367756-e4c5-448b-ba51-18a8f830d096" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "971ef207f480c04aea186652367c6f81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "971ef207f480c04aea186652367c6f81", - "x-ms-correlation-request-id": "cf5f3a49-7226-4a89-b0cf-044dcb73c98b", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "b0aa19dc-46e1-44f6-b68d-179fa4c16419", - "x-ms-routing-request-id": "WESTUS2:20210901T000018Z:cf5f3a49-7226-4a89-b0cf-044dcb73c98b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1cb9b73528ce48fb0a4521a5d08355b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1cb9b73528ce48fb0a4521a5d08355b2", - "x-ms-correlation-request-id": "1918422a-455b-4b8c-bf16-654c534314ed", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "a2e5c4a6-5a73-4f48-8ee5-29bcfc0d7a04", - "x-ms-routing-request-id": "WESTUS2:20210901T000019Z:1918422a-455b-4b8c-bf16-654c534314ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "525ce740df277d6ece1bc3b53ce9817f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "525ce740df277d6ece1bc3b53ce9817f", - "x-ms-correlation-request-id": "bbaa1e5b-a0ff-4da8-b7b0-190ee58cb60c", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "52771df1-8ebe-4c4d-9601-ec9479fff8bb", - "x-ms-routing-request-id": "WESTUS2:20210901T000020Z:bbaa1e5b-a0ff-4da8-b7b0-190ee58cb60c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6b7a4cd9327df19f7d58c3ad3a5ef67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6b7a4cd9327df19f7d58c3ad3a5ef67", - "x-ms-correlation-request-id": "53d4c0ac-89a2-464d-aa66-19c204f916a3", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "3ec04bfe-3356-4b9f-a1ba-5c5c4f986460", - "x-ms-routing-request-id": "WESTUS2:20210901T000022Z:53d4c0ac-89a2-464d-aa66-19c204f916a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f11b3c21c20565a493c4db364450c21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f11b3c21c20565a493c4db364450c21", - "x-ms-correlation-request-id": "a396e64f-f07b-40c7-a1d6-bc9fc0a3f81a", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "7bbbd43f-98a6-4107-947b-3e03fbb44889", - "x-ms-routing-request-id": "WESTUS2:20210901T000023Z:a396e64f-f07b-40c7-a1d6-bc9fc0a3f81a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2cd8a1c36fcbad8ace7d5b525233a929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cd8a1c36fcbad8ace7d5b525233a929", - "x-ms-correlation-request-id": "bdcaf5ac-7ad9-406f-901c-6adcbd6d37ab", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "69f5c834-5a61-407b-8fb1-5fb23f19f804", - "x-ms-routing-request-id": "WESTUS2:20210901T000024Z:bdcaf5ac-7ad9-406f-901c-6adcbd6d37ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88f25c2b32d7b05f4a619deb46657bb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88f25c2b32d7b05f4a619deb46657bb2", - "x-ms-correlation-request-id": "71566a90-913f-4e8b-9e65-22d97ab970a7", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "a37e5d74-5c62-49de-bb07-3423d875d367", - "x-ms-routing-request-id": "WESTUS2:20210901T000025Z:71566a90-913f-4e8b-9e65-22d97ab970a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31776bc8c3cd539b286480a3c1070415", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:00:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31776bc8c3cd539b286480a3c1070415", - "x-ms-correlation-request-id": "925fba92-c3a0-4a12-b37d-6e0ee0d47913", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "29675b3c-09f9-4adf-89ed-880ab0382418", - "x-ms-routing-request-id": "WESTUS2:20210901T000026Z:925fba92-c3a0-4a12-b37d-6e0ee0d47913" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ea98d89-191b-42cc-b208-92fe6e1e8854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "078723928452914a4127e26ad29f6768", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:00:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "078723928452914a4127e26ad29f6768", - "x-ms-correlation-request-id": "aa3f796e-701a-4334-ab3c-2edd86452550", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "6936396f-08ca-495d-9585-d5b0d5a44c07", - "x-ms-routing-request-id": "WESTUS2:20210901T000027Z:aa3f796e-701a-4334-ab3c-2edd86452550" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469", - "name": "sto1469", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:00:09.2386892Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:00:09.2386892Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:00:09.1136864Z", - "primaryEndpoints": { - "blob": "https://sto1469.blob.core.windows.net/", - "queue": "https://sto1469.queue.core.windows.net/", - "table": "https://sto1469.table.core.windows.net/", - "file": "https://sto1469.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5c84b7bea2ef8746af3330ae0505e500-709385a07e061d4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e789a90178bc685bc19f5f72b1bcee42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "401", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:00:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e789a90178bc685bc19f5f72b1bcee42", - "x-ms-correlation-request-id": "44124409-de24-4882-9a05-bc1bdeae9ab0", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "d69c3b4e-80db-46b1-bfed-566746948f2b", - "x-ms-routing-request-id": "WESTUS2:20210901T000027Z:44124409-de24-4882-9a05-bc1bdeae9ab0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "731", - "Content-Type": "application/json", - "traceparent": "00-50370998993206449b7e8811e82a819c-257f6d57e75acb4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2258875d73de445f20e6f0a5e1318089", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "959", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:00:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2258875d73de445f20e6f0a5e1318089", - "x-ms-correlation-request-id": "6ee121b5-41bd-4d7c-bdb7-ca98eb8c81b4", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "35b4cece-6987-4c2d-8597-45f72b77ecd9", - "x-ms-routing-request-id": "WESTUS2:20210901T000028Z:6ee121b5-41bd-4d7c-bdb7-ca98eb8c81b4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d020b2b4d7ae65418b565386d2bb489e-92ea73b8c99db845-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18a118fd1c7e1a59c81f46b325d7df84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1037", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:00:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18a118fd1c7e1a59c81f46b325d7df84", - "x-ms-correlation-request-id": "bd57c38b-d039-43c7-90d4-5f7a3495b4d8", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "f496132e-1946-4622-8e87-2afb94c60f9c", - "x-ms-routing-request-id": "WESTUS2:20210901T000028Z:bd57c38b-d039-43c7-90d4-5f7a3495b4d8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3737/providers/Microsoft.Storage/storageAccounts/sto1469/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1002987446", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json deleted file mode 100644 index 5d22e2eeac920..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileServiceCorsTestAsync.json +++ /dev/null @@ -1,1034 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d7a80b558baad3b650580458436e4ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2e903e7-f4bb-4245-b76c-e76252b783a4", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "d2e903e7-f4bb-4245-b76c-e76252b783a4", - "x-ms-routing-request-id": "WESTUS2:20210901T000445Z:d2e903e7-f4bb-4245-b76c-e76252b783a4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "258b6b551ef8beb3d247a0e49f2aa776", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "066dcee5-0291-4f24-881e-ee3604af3209", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "066dcee5-0291-4f24-881e-ee3604af3209", - "x-ms-routing-request-id": "WESTUS2:20210901T000445Z:066dcee5-0291-4f24-881e-ee3604af3209" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5333?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-847b6d8029bb6a43a5e3ef3a91f66c7e-fcdcf21d6cf0ed4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03f8fd1caf0d3be4a64a55db105afbfb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a84f8f2a-e409-4197-8b2b-dd9bddc6ca8a", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a84f8f2a-e409-4197-8b2b-dd9bddc6ca8a", - "x-ms-routing-request-id": "WESTUS2:20210901T000446Z:a84f8f2a-e409-4197-8b2b-dd9bddc6ca8a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333", - "name": "res5333", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-2ec8baed6e1be84c8222b4f4b7e9128d-dea2fdb6fd038946-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbcda09496a0bbcc5a72b7570d3a5d0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbcda09496a0bbcc5a72b7570d3a5d0a", - "x-ms-correlation-request-id": "023fbff9-9e14-465a-b7ee-bbf6f55cc6a9", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "e6d70f49-c63d-47d4-9497-ae497502d482", - "x-ms-routing-request-id": "WESTUS2:20210901T000449Z:023fbff9-9e14-465a-b7ee-bbf6f55cc6a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "079609e9cda9667c2c47b33d2de49810", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "079609e9cda9667c2c47b33d2de49810", - "x-ms-correlation-request-id": "b682f852-1eeb-4971-85fa-dd7ba745fea1", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "cabae5c7-734e-4c71-bae8-6f2d41b71784", - "x-ms-routing-request-id": "WESTUS2:20210901T000449Z:b682f852-1eeb-4971-85fa-dd7ba745fea1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f264d0f70fc24dcbe426e14ec36dd998", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f264d0f70fc24dcbe426e14ec36dd998", - "x-ms-correlation-request-id": "245450e7-95c7-47cf-808e-ccc215d45e40", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "f2487903-a326-427e-8381-467ac7f8314b", - "x-ms-routing-request-id": "WESTUS2:20210901T000450Z:245450e7-95c7-47cf-808e-ccc215d45e40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "036d128456a4df61ebd2bf83947e7905", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "036d128456a4df61ebd2bf83947e7905", - "x-ms-correlation-request-id": "2c5d286c-76ff-4e4c-99b2-69f1384558ef", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "b212bee7-820f-4a12-8012-b3e0064cd70f", - "x-ms-routing-request-id": "WESTUS2:20210901T000452Z:2c5d286c-76ff-4e4c-99b2-69f1384558ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1167c3b9fb5dd9e23e482282eb2da3be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1167c3b9fb5dd9e23e482282eb2da3be", - "x-ms-correlation-request-id": "f7d9786a-4edf-4cc6-a46d-fa0674b7be29", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "6c99c2a9-50b2-4c4e-96b0-5e3bfa77c0ed", - "x-ms-routing-request-id": "WESTUS2:20210901T000453Z:f7d9786a-4edf-4cc6-a46d-fa0674b7be29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ab81a6e9576a06b6e8407f04f47b865", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ab81a6e9576a06b6e8407f04f47b865", - "x-ms-correlation-request-id": "3c8fee76-aaf4-48f3-811d-cf0679eecaa9", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "9baa8a05-4b0a-448c-a556-c112e2f196be", - "x-ms-routing-request-id": "WESTUS2:20210901T000454Z:3c8fee76-aaf4-48f3-811d-cf0679eecaa9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff95dcadc706893b2f94c55b34dff4bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff95dcadc706893b2f94c55b34dff4bd", - "x-ms-correlation-request-id": "be881c07-6eb4-42c4-9b3e-593391f769f9", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "25d260c2-0648-4ca4-98db-acd8ead356d0", - "x-ms-routing-request-id": "WESTUS2:20210901T000455Z:be881c07-6eb4-42c4-9b3e-593391f769f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a14012e5ec5248e57c7a3d8f4f289f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a14012e5ec5248e57c7a3d8f4f289f6", - "x-ms-correlation-request-id": "89041a22-8ca8-4f45-bd38-fcc5d3ff02b1", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "ac8ed577-8e6e-40c6-a051-791749c128fa", - "x-ms-routing-request-id": "WESTUS2:20210901T000456Z:89041a22-8ca8-4f45-bd38-fcc5d3ff02b1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ed4bc90a398a7b8df2febe2cf0f6c8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ed4bc90a398a7b8df2febe2cf0f6c8f", - "x-ms-correlation-request-id": "03926370-0fae-4f51-8775-64dc72ca85e7", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "b3402505-a1b2-4f06-9b3e-dfab8e4a445a", - "x-ms-routing-request-id": "WESTUS2:20210901T000457Z:03926370-0fae-4f51-8775-64dc72ca85e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ec149903e324f9f4e71a73f2462943c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ec149903e324f9f4e71a73f2462943c", - "x-ms-correlation-request-id": "2a363ed3-fe24-4e9e-b4c9-39cb95b2e5d3", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "aa29042d-7808-496e-93ae-1bf9c04ea3db", - "x-ms-routing-request-id": "WESTUS2:20210901T000458Z:2a363ed3-fe24-4e9e-b4c9-39cb95b2e5d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77cbce0ae50b8a25496d9a9672ac5447", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:04:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77cbce0ae50b8a25496d9a9672ac5447", - "x-ms-correlation-request-id": "7c952d9e-068b-4b03-9693-3fc9088da915", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "3f0fab8e-ec12-423d-a9e0-6928d77a06bf", - "x-ms-routing-request-id": "WESTUS2:20210901T000500Z:7c952d9e-068b-4b03-9693-3fc9088da915" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa48145a3b3051c31c84c026fc79827c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:05:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa48145a3b3051c31c84c026fc79827c", - "x-ms-correlation-request-id": "233e9997-50c7-4aff-9020-e87301766549", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "a4e95742-f11d-4699-8656-f257abd6137b", - "x-ms-routing-request-id": "WESTUS2:20210901T000501Z:233e9997-50c7-4aff-9020-e87301766549" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01d7ae9af544ab83233705c5a309dda1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:05:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01d7ae9af544ab83233705c5a309dda1", - "x-ms-correlation-request-id": "7dbb4c64-12b0-40f5-b345-29111a0fa914", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "7e3def1c-69d8-4e37-871a-9f259e72e9ca", - "x-ms-routing-request-id": "WESTUS2:20210901T000502Z:7dbb4c64-12b0-40f5-b345-29111a0fa914" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10e45f1dea19cf0c0a7a5a8624fe8ed0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:05:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10e45f1dea19cf0c0a7a5a8624fe8ed0", - "x-ms-correlation-request-id": "c9e7a3fc-b69a-4073-8fc2-ed8e217a67d9", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "f2e48b11-4ac9-4c02-bdee-e85e9c4ce6db", - "x-ms-routing-request-id": "WESTUS2:20210901T000503Z:c9e7a3fc-b69a-4073-8fc2-ed8e217a67d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3fb1eeb53d56503909d86f935fead13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:05:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3fb1eeb53d56503909d86f935fead13", - "x-ms-correlation-request-id": "9273d720-ea12-4f68-a564-85d625d72e89", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "8852176e-e0d7-4978-8644-268ec44926d6", - "x-ms-routing-request-id": "WESTUS2:20210901T000504Z:9273d720-ea12-4f68-a564-85d625d72e89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e6d70f49-c63d-47d4-9497-ae497502d482?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c091fa77294b062a207f6ca9bfd8624", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:05:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c091fa77294b062a207f6ca9bfd8624", - "x-ms-correlation-request-id": "c9ee7d3d-47c7-4394-889c-9ae5efddef95", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "f6524cea-0861-453d-8262-514332bafa47", - "x-ms-routing-request-id": "WESTUS2:20210901T000505Z:c9ee7d3d-47c7-4394-889c-9ae5efddef95" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404", - "name": "sto1404", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:04:48.3904148Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:04:48.3904148Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:04:48.2654328Z", - "primaryEndpoints": { - "blob": "https://sto1404.blob.core.windows.net/", - "queue": "https://sto1404.queue.core.windows.net/", - "table": "https://sto1404.table.core.windows.net/", - "file": "https://sto1404.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ed4342a1400ee546bdc29ef697bea5bd-644667e8d8478945-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85da35a8190ecacb5c7e7f7c6312990c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "401", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:05:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85da35a8190ecacb5c7e7f7c6312990c", - "x-ms-correlation-request-id": "8a2069c2-6d0e-490b-9df5-505c6dbf5471", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "4bd2d24d-9d61-46cf-b3b5-107b8d4bb5aa", - "x-ms-routing-request-id": "WESTUS2:20210901T000505Z:8a2069c2-6d0e-490b-9df5-505c6dbf5471" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "731", - "Content-Type": "application/json", - "traceparent": "00-95475a0f9d520c46887b42fccbc80a4c-f9806b7ca568ed49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05de47ccf2f5783bbb4a21ce5c39ca92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "959", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:05:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05de47ccf2f5783bbb4a21ce5c39ca92", - "x-ms-correlation-request-id": "35a8c1dd-1add-4c61-a922-2056ca69dea5", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "241363af-57b8-416d-8ded-dcb75a68ea6a", - "x-ms-routing-request-id": "WESTUS2:20210901T000506Z:35a8c1dd-1add-4c61-a922-2056ca69dea5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-aebe2a6ef441e54dbf4a17090b376225-972f817d5bbfc743-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0050621727248d04533f3f15f2e64d8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1037", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:05:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0050621727248d04533f3f15f2e64d8f", - "x-ms-correlation-request-id": "0dfffdb2-7e2a-43b7-a436-4cca994ded9a", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "1b0441e4-1ff0-40ea-8fec-0858eb591d6c", - "x-ms-routing-request-id": "WESTUS2:20210901T000506Z:0dfffdb2-7e2a-43b7-a436-4cca994ded9a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5333/providers/Microsoft.Storage/storageAccounts/sto1404/fileServices/default", - "name": "default", - "type": "Microsoft.Storage/storageAccounts/fileServices", - "properties": { - "protocolSettings": { - "smb": {} - }, - "cors": { - "corsRules": [ - { - "allowedOrigins": [ - "http://www.contoso.com", - "http://www.fabrikam.com" - ], - "allowedMethods": [ - "GET", - "HEAD", - "POST", - "OPTIONS", - "MERGE", - "PUT" - ], - "maxAgeInSeconds": 100, - "exposedHeaders": [ - "x-ms-meta-*" - ], - "allowedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x-ms-meta-target*" - ] - }, - { - "allowedOrigins": [ - "*" - ], - "allowedMethods": [ - "GET" - ], - "maxAgeInSeconds": 2, - "exposedHeaders": [ - "*" - ], - "allowedHeaders": [ - "*" - ] - }, - { - "allowedOrigins": [ - "http://www.abc23.com", - "https://www.fabrikam.com/*" - ], - "allowedMethods": [ - "GET", - "PUT", - "CONNECT" - ], - "maxAgeInSeconds": 2000, - "exposedHeaders": [ - "x-ms-meta-abc", - "x-ms-meta-data*", - "x -ms-meta-target*" - ], - "allowedHeaders": [ - "x-ms-meta-12345675754564*" - ] - } - ] - }, - "shareDeleteRetentionPolicy": { - "enabled": true, - "days": 7 - } - } - } - } - ], - "Variables": { - "RandomSeed": "1435902459", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json deleted file mode 100644 index d59811e42c1c4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTest.json +++ /dev/null @@ -1,876 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9136ef673fe0b7af38b7b515655f7c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "836eae59-f8f7-4aa3-b771-cee65680f472", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "836eae59-f8f7-4aa3-b771-cee65680f472", - "x-ms-routing-request-id": "WESTUS2:20210901T000313Z:836eae59-f8f7-4aa3-b771-cee65680f472" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cbf545f88f2ad3d4c5725f1473c8848", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9b757d4-9582-4cd9-9585-7699a5b5d0d3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "e9b757d4-9582-4cd9-9585-7699a5b5d0d3", - "x-ms-routing-request-id": "WESTUS2:20210901T000313Z:e9b757d4-9582-4cd9-9585-7699a5b5d0d3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5270?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d1d8258fca1b93469f0618f355d73f92-5b960c17e7e26049-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da5f9b9978d6ce7e1c87ba00f9e83fca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3d99cf9d-3bdf-49e8-a280-c631c602926c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "3d99cf9d-3bdf-49e8-a280-c631c602926c", - "x-ms-routing-request-id": "WESTUS2:20210901T000314Z:3d99cf9d-3bdf-49e8-a280-c631c602926c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270", - "name": "res5270", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "163", - "Content-Type": "application/json", - "traceparent": "00-1df366d6fbef2e499797beef8a960a4f-60c2d9e9da648545-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30c9b8f76d6c65309ca74e89c3b60233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30c9b8f76d6c65309ca74e89c3b60233", - "x-ms-correlation-request-id": "25fa24bb-bd41-490c-aa74-0c27b5c021fb", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "697c00af-51ab-4e31-9efc-65747e314c1c", - "x-ms-routing-request-id": "WESTUS2:20210901T000319Z:25fa24bb-bd41-490c-aa74-0c27b5c021fb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0450126217e2d2c2f7539d1304558d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0450126217e2d2c2f7539d1304558d1", - "x-ms-correlation-request-id": "e5bbc8aa-1f69-4c98-90b4-edd77778ce08", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "711d37a9-9e26-431c-bc07-f48ca9800bfd", - "x-ms-routing-request-id": "WESTUS2:20210901T000319Z:e5bbc8aa-1f69-4c98-90b4-edd77778ce08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2cf8cdb732846e5fdc8781976dacb849", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cf8cdb732846e5fdc8781976dacb849", - "x-ms-correlation-request-id": "a7b59b0c-9817-44cc-a79f-943ddbb8f2c4", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ffa4a5d1-6216-4ba2-aa23-ecd811c9d103", - "x-ms-routing-request-id": "WESTUS2:20210901T000320Z:a7b59b0c-9817-44cc-a79f-943ddbb8f2c4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c26267383271dfb48f8d69714f0a1169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c26267383271dfb48f8d69714f0a1169", - "x-ms-correlation-request-id": "1c74c930-4106-4978-a02b-78da3b979f2c", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "6a73fc44-004e-4fd0-8885-60cd1f6abdd3", - "x-ms-routing-request-id": "WESTUS2:20210901T000321Z:1c74c930-4106-4978-a02b-78da3b979f2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfcc2f7c425af461a1d7f4f79f95c082", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfcc2f7c425af461a1d7f4f79f95c082", - "x-ms-correlation-request-id": "b2645bf7-9417-4542-a1af-54d4b08478e8", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "fb62c5f1-cb17-4660-9275-70a363d40763", - "x-ms-routing-request-id": "WESTUS2:20210901T000323Z:b2645bf7-9417-4542-a1af-54d4b08478e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c899efbd96e2856018199cf7c9ed1ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c899efbd96e2856018199cf7c9ed1ed1", - "x-ms-correlation-request-id": "cdfc0f3f-059a-4df6-a7fd-34581763c546", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "274c3e29-c62f-4293-9b5a-1f3f70e96c51", - "x-ms-routing-request-id": "WESTUS2:20210901T000324Z:cdfc0f3f-059a-4df6-a7fd-34581763c546" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d1a1875d8e0f5ee066e20993dbd3ff9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d1a1875d8e0f5ee066e20993dbd3ff9", - "x-ms-correlation-request-id": "6b84b9a1-5acf-4cee-a845-53e9bbb8e7ec", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "22f669d2-114b-477d-84fd-f16cfc877750", - "x-ms-routing-request-id": "WESTUS2:20210901T000325Z:6b84b9a1-5acf-4cee-a845-53e9bbb8e7ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fb4e6cd4971e686cf47c640a66a2ab4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fb4e6cd4971e686cf47c640a66a2ab4", - "x-ms-correlation-request-id": "2856c6cb-711a-4e45-afd6-73b30926ca3b", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "154207eb-9311-49eb-98bf-8bd946266299", - "x-ms-routing-request-id": "WESTUS2:20210901T000326Z:2856c6cb-711a-4e45-afd6-73b30926ca3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "878122b8827be4a201a3c27475c6475b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "878122b8827be4a201a3c27475c6475b", - "x-ms-correlation-request-id": "be7b658a-e008-4425-8590-a297b7ff1cb6", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "7f10d6f0-9f97-4576-ae1a-6fbcc7cd7210", - "x-ms-routing-request-id": "WESTUS2:20210901T000327Z:be7b658a-e008-4425-8590-a297b7ff1cb6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e22aa2dabe392c6091346e9911ad4f9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e22aa2dabe392c6091346e9911ad4f9b", - "x-ms-correlation-request-id": "5e13c811-7a9d-4e4c-9c09-61437f30bb54", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "d37e633c-5562-4850-ab32-472f6da6e067", - "x-ms-routing-request-id": "WESTUS2:20210901T000329Z:5e13c811-7a9d-4e4c-9c09-61437f30bb54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ae06c43b83b4a7e44cf5ecd86127008", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ae06c43b83b4a7e44cf5ecd86127008", - "x-ms-correlation-request-id": "b6c6d5f7-3e05-4a62-a159-688b1d2c3f4c", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "1e05abc8-817a-463b-af4e-6331c8e06f74", - "x-ms-routing-request-id": "WESTUS2:20210901T000330Z:b6c6d5f7-3e05-4a62-a159-688b1d2c3f4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04666bff4840fa7bc255f5461408d353", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04666bff4840fa7bc255f5461408d353", - "x-ms-correlation-request-id": "8ff1f571-83e1-4575-83a3-9f1838a6d582", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "aec0dd50-1ebf-4879-9573-1164f6ed22bb", - "x-ms-routing-request-id": "WESTUS2:20210901T000331Z:8ff1f571-83e1-4575-83a3-9f1838a6d582" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "093126542ce5212023df9e696092a57f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "093126542ce5212023df9e696092a57f", - "x-ms-correlation-request-id": "518d11e3-8c00-4874-91f6-9ceb4e83959b", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "08dbb99b-1d93-4c5d-88c6-9b6acbfb44dc", - "x-ms-routing-request-id": "WESTUS2:20210901T000332Z:518d11e3-8c00-4874-91f6-9ceb4e83959b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a69965c34b47fa5bf0e658e6c337363b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a69965c34b47fa5bf0e658e6c337363b", - "x-ms-correlation-request-id": "35b853be-5c01-47b9-bfc2-c4e37fec7299", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "0d8a4713-e9c4-4e20-9f39-3f2fe40c6825", - "x-ms-routing-request-id": "WESTUS2:20210901T000333Z:35b853be-5c01-47b9-bfc2-c4e37fec7299" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60780bfc67e0d3234b44e060a911992f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60780bfc67e0d3234b44e060a911992f", - "x-ms-correlation-request-id": "f274df46-1753-4166-9cc9-9ae571badf8d", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "8c030358-d22e-4b64-aff1-8ec8cbd04c63", - "x-ms-routing-request-id": "WESTUS2:20210901T000334Z:f274df46-1753-4166-9cc9-9ae571badf8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae8375af2d6f090bca3618fed3395eec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:03:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae8375af2d6f090bca3618fed3395eec", - "x-ms-correlation-request-id": "b924533a-14b3-4cc9-b461-c0f792f5cda0", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "6ea03702-bf96-437e-bf54-146cb3536fe0", - "x-ms-routing-request-id": "WESTUS2:20210901T000336Z:b924533a-14b3-4cc9-b461-c0f792f5cda0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/697c00af-51ab-4e31-9efc-65747e314c1c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "546d62a8451a5b9f42c65b026afb51df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1258", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:03:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "546d62a8451a5b9f42c65b026afb51df", - "x-ms-correlation-request-id": "fbe10849-dad3-4323-b505-02cc52b329cb", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "696172ab-8296-4261-8d49-c046ce92f1be", - "x-ms-routing-request-id": "WESTUS2:20210901T000337Z:fbe10849-dad3-4323-b505-02cc52b329cb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423", - "name": "sto5423", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:03:17.0357110Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:03:17.0357110Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:03:16.9263190Z", - "primaryEndpoints": { - "dfs": "https://sto5423.dfs.core.windows.net/", - "web": "https://sto5423.z6.web.core.windows.net/", - "blob": "https://sto5423.blob.core.windows.net/", - "queue": "https://sto5423.queue.core.windows.net/", - "table": "https://sto5423.table.core.windows.net/", - "file": "https://sto5423.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-aa87a960d6820046bf4c72f603e763b0-ed6f60b1863dec42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b34d3629cc88ffcf6e95a94f24ff11e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "269", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:03:41 GMT", - "ETag": "\u00220x8D96CDBF53877BC\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b34d3629cc88ffcf6e95a94f24ff11e6", - "x-ms-correlation-request-id": "99bb99a3-a3ac-4b8f-a0f0-5254ed2a7bd6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "6ae13202-9af1-4d56-93a5-b28add700ae8", - "x-ms-routing-request-id": "WESTUS2:20210901T000341Z:99bb99a3-a3ac-4b8f-a0f0-5254ed2a7bd6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399", - "name": "share399", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-f22c8de6ea12be4aa79da3d9e9422260-22b39bd6e1fd6a44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a447b7f41544d66a286ca9d2099ecfe5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "339", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:03:42 GMT", - "ETag": "\u00220x8D96CDBF57FC6A7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a447b7f41544d66a286ca9d2099ecfe5", - "x-ms-correlation-request-id": "84d38ec0-a797-4b56-8357-bbd0261bd7c7", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f30d4243-ab60-4e20-9a3b-0fc6f3e81b73", - "x-ms-routing-request-id": "WESTUS2:20210901T000342Z:84d38ec0-a797-4b56-8357-bbd0261bd7c7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399", - "name": "share399", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-de4120d0bd4c444e96edfbfb1eee80f1-ee2f63455a863c40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03aab138381095209e55abaff50b1dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "530", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:03:42 GMT", - "ETag": "\u00220x8D96CDBF57FC6A7\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03aab138381095209e55abaff50b1dc6", - "x-ms-correlation-request-id": "13d5b6e1-2007-4c58-bb0d-bed8af4717d1", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "e1c4b462-06d8-4d1d-bb00-10b0aa11727e", - "x-ms-routing-request-id": "WESTUS2:20210901T000342Z:13d5b6e1-2007-4c58-bb0d-bed8af4717d1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5270/providers/Microsoft.Storage/storageAccounts/sto5423/fileServices/default/shares/share399", - "name": "share399", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D96CDBF57FC6A7\u0022", - "properties": { - "shareUsageBytes": 0, - "accessTier": "TransactionOptimized", - "accessTierChangeTime": "2021-09-01T00:03:37.0000000Z", - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2021-09-01T00:03:42.0000000Z", - "shareQuota": 5200 - } - } - } - ], - "Variables": { - "RandomSeed": "1727267229", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json deleted file mode 100644 index b1d76c8e99915..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/FileServiceTests/FileSharesUpdateGetTestAsync.json +++ /dev/null @@ -1,876 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c01a07c0c181ba134f2295bafe6bb9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "beb44085-70d9-41c6-9705-1a6f812c0cb8", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "beb44085-70d9-41c6-9705-1a6f812c0cb8", - "x-ms-routing-request-id": "WESTUS2:20210901T000838Z:beb44085-70d9-41c6-9705-1a6f812c0cb8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3440c5719ce2cf3040b220e30c965f48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e1ee4f73-9e1c-472b-adde-3f08376b0442", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "e1ee4f73-9e1c-472b-adde-3f08376b0442", - "x-ms-routing-request-id": "WESTUS2:20210901T000838Z:e1ee4f73-9e1c-472b-adde-3f08376b0442" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9493?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-0b86521984868644a52c21ecd41d124d-56acebe6b28b5a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0de40fcfa86b4176081534fa4b661693", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b3d83528-9096-4531-9741-36c5d35a335e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b3d83528-9096-4531-9741-36c5d35a335e", - "x-ms-routing-request-id": "WESTUS2:20210901T000839Z:b3d83528-9096-4531-9741-36c5d35a335e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493", - "name": "res9493", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "163", - "Content-Type": "application/json", - "traceparent": "00-b7fe31e07560a445a3d3ed8bed4448ea-b493ab51e89bdd42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c33d75224614ad680cea12faeb9c34c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c33d75224614ad680cea12faeb9c34c", - "x-ms-correlation-request-id": "34c6c32e-4510-4942-aeaf-529cbb51f8fe", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "9a1a24d7-ba24-4bb3-8328-88ba0b133364", - "x-ms-routing-request-id": "WESTUS2:20210901T000844Z:34c6c32e-4510-4942-aeaf-529cbb51f8fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8743754f8e15eb6d0dc2ead9d5115a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8743754f8e15eb6d0dc2ead9d5115a5c", - "x-ms-correlation-request-id": "c2003d38-6b17-4302-9cc3-52ca698a70f3", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "f66b287d-a285-47c9-a1cc-398b3e3ce2f1", - "x-ms-routing-request-id": "WESTUS2:20210901T000844Z:c2003d38-6b17-4302-9cc3-52ca698a70f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "372cad70beba4db1b96919879dda748c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "372cad70beba4db1b96919879dda748c", - "x-ms-correlation-request-id": "32f53344-9cf9-458e-8cf3-f982222dafef", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e0f53da4-ad54-43ae-b1a8-9802b7c45cda", - "x-ms-routing-request-id": "WESTUS2:20210901T000846Z:32f53344-9cf9-458e-8cf3-f982222dafef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "38df97833c759137c170c7211a44f5e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38df97833c759137c170c7211a44f5e0", - "x-ms-correlation-request-id": "b74dc4f7-8369-48c4-a46d-4b9c6abc264a", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "8b9495fb-773b-4a02-ab9a-1637763e5413", - "x-ms-routing-request-id": "WESTUS2:20210901T000847Z:b74dc4f7-8369-48c4-a46d-4b9c6abc264a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "288b2b7f14c8914ec4f6cdab74e64d32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "288b2b7f14c8914ec4f6cdab74e64d32", - "x-ms-correlation-request-id": "41a31d0f-632e-4a41-beda-f373852b48d5", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "b9886b2e-d49e-4c44-a7fc-d638175371b7", - "x-ms-routing-request-id": "WESTUS2:20210901T000848Z:41a31d0f-632e-4a41-beda-f373852b48d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d565e4e223234e6759b764af7903275", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d565e4e223234e6759b764af7903275", - "x-ms-correlation-request-id": "38ecf279-c292-4dc1-9462-6b9cc860bc10", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "8535a13a-c75c-4b24-96ca-3dff33346b17", - "x-ms-routing-request-id": "WESTUS2:20210901T000849Z:38ecf279-c292-4dc1-9462-6b9cc860bc10" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "720839734c4f6ec4494e747f6f8b1cdb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "720839734c4f6ec4494e747f6f8b1cdb", - "x-ms-correlation-request-id": "6a92bd5f-eed7-4f52-8941-fa35dd036349", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "36c8b596-1f12-4d47-9401-5892bd2b2a4a", - "x-ms-routing-request-id": "WESTUS2:20210901T000850Z:6a92bd5f-eed7-4f52-8941-fa35dd036349" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bcd39422b7ee5cae4456b22c9d049933", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcd39422b7ee5cae4456b22c9d049933", - "x-ms-correlation-request-id": "53c6fcac-44b6-4b8d-b09c-963496430c18", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "c51cf08e-7033-4fc1-a244-dacbefafc556", - "x-ms-routing-request-id": "WESTUS2:20210901T000852Z:53c6fcac-44b6-4b8d-b09c-963496430c18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b3857c3dbdd01e399e7f4e4ae67c5ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b3857c3dbdd01e399e7f4e4ae67c5ea", - "x-ms-correlation-request-id": "3c4d4aef-f727-4c6a-986a-890c7b0dd82e", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "c68eb758-3344-465e-a5bf-310a0058b069", - "x-ms-routing-request-id": "WESTUS2:20210901T000853Z:3c4d4aef-f727-4c6a-986a-890c7b0dd82e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62289b7e76bcbb878aac2df89a97d145", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62289b7e76bcbb878aac2df89a97d145", - "x-ms-correlation-request-id": "e08e709c-3808-4748-870f-8866da85f925", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "3186bfbf-fe48-4a19-ad55-a9933a101b57", - "x-ms-routing-request-id": "WESTUS2:20210901T000854Z:e08e709c-3808-4748-870f-8866da85f925" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17bb40b4e05346fdb1d22207c3caaedd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17bb40b4e05346fdb1d22207c3caaedd", - "x-ms-correlation-request-id": "2b84ca34-49e8-4a53-be00-cc409930d704", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "cbdd19b2-a4f8-4546-a666-1b3cf7b7d0ac", - "x-ms-routing-request-id": "WESTUS2:20210901T000855Z:2b84ca34-49e8-4a53-be00-cc409930d704" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02aec79136db4d77d07cb030adea6602", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02aec79136db4d77d07cb030adea6602", - "x-ms-correlation-request-id": "fd303e3c-888b-4094-af4b-2265a6e69226", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "006f9215-67a5-49e0-82c5-ea13006b1818", - "x-ms-routing-request-id": "WESTUS2:20210901T000856Z:fd303e3c-888b-4094-af4b-2265a6e69226" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e2faf16adab9d969de1b1ea5380f8c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e2faf16adab9d969de1b1ea5380f8c0", - "x-ms-correlation-request-id": "7fc4c21c-4fef-4f35-a613-a4c853623b62", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "62f3c78e-dd68-4f15-8988-7c6eef84c6d2", - "x-ms-routing-request-id": "WESTUS2:20210901T000857Z:7fc4c21c-4fef-4f35-a613-a4c853623b62" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d26650fecfe97d69c96e46d630cd98c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d26650fecfe97d69c96e46d630cd98c6", - "x-ms-correlation-request-id": "afb91e7e-cf21-45a1-8491-c5fa2294de3d", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "cf9392d4-c43c-424a-9313-2a8a5d204499", - "x-ms-routing-request-id": "WESTUS2:20210901T000859Z:afb91e7e-cf21-45a1-8491-c5fa2294de3d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "14f1206b3f9ae431301064fa858cfa50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:08:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "14f1206b3f9ae431301064fa858cfa50", - "x-ms-correlation-request-id": "9c7f1468-f0c0-461b-9729-9cd53c64d9d1", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "6314db5a-9d02-44cc-bdfe-1280d9ab404b", - "x-ms-routing-request-id": "WESTUS2:20210901T000900Z:9c7f1468-f0c0-461b-9729-9cd53c64d9d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d32f0849383461946b2a53d67c06dd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:09:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d32f0849383461946b2a53d67c06dd0", - "x-ms-correlation-request-id": "b0d02a77-dd27-4231-bc6a-871bf6987188", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "eb601982-7e2e-4098-82a2-7789f5266eb9", - "x-ms-routing-request-id": "WESTUS2:20210901T000901Z:b0d02a77-dd27-4231-bc6a-871bf6987188" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/9a1a24d7-ba24-4bb3-8328-88ba0b133364?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "337eeb48e48fbe261e82a1d86a6ef83c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1258", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:09:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "337eeb48e48fbe261e82a1d86a6ef83c", - "x-ms-correlation-request-id": "4e715805-74f5-4b4c-bfe7-405253666baa", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "1b1deb5c-2996-4bce-9a67-393e9122a6bf", - "x-ms-routing-request-id": "WESTUS2:20210901T000902Z:4e715805-74f5-4b4c-bfe7-405253666baa" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406", - "name": "sto4406", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:08:41.8507537Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:08:41.8507537Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:08:41.7570033Z", - "primaryEndpoints": { - "dfs": "https://sto4406.dfs.core.windows.net/", - "web": "https://sto4406.z6.web.core.windows.net/", - "blob": "https://sto4406.blob.core.windows.net/", - "queue": "https://sto4406.queue.core.windows.net/", - "table": "https://sto4406.table.core.windows.net/", - "file": "https://sto4406.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "17", - "Content-Type": "application/json", - "traceparent": "00-e650497c4a4dfa44ac114affb90e8827-4514267676951240-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a3f52f5423b06d8aacde79af47c70a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": {} - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "271", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:09:02 GMT", - "ETag": "\u00220x8D96CDCB4CCE052\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a3f52f5423b06d8aacde79af47c70a2", - "x-ms-correlation-request-id": "3d324656-fec4-487d-8cda-0ab96b5e925d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "900a1712-72aa-4bd7-b5e4-b415e028aa27", - "x-ms-routing-request-id": "WESTUS2:20210901T000903Z:3d324656-fec4-487d-8cda-0ab96b5e925d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948", - "name": "share8948", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": {} - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-ce99de64ef5f384abeec04d663200d4f-1f7e2fe625d75046-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e9ab293c1c6c9a0743f01f140dcd8ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "341", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:09:03 GMT", - "ETag": "\u00220x8D96CDCB51540AB\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e9ab293c1c6c9a0743f01f140dcd8ba", - "x-ms-correlation-request-id": "ca5adf17-f0d0-468a-853b-bbcc77d21aeb", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "8e10a360-498e-457a-86d8-2530ffd46528", - "x-ms-routing-request-id": "WESTUS2:20210901T000903Z:ca5adf17-f0d0-468a-853b-bbcc77d21aeb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948", - "name": "share8948", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "properties": { - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "shareQuota": 5200 - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948?api-version=2019-06-01\u0026$expand=stats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-382ffa7b76b58d4a88872a066c3a79a0-b21e4b8d3262b64e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d71c968362da80da62ce5163e232a05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "532", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:09:03 GMT", - "ETag": "\u00220x8D96CDCB51540AB\u0022", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d71c968362da80da62ce5163e232a05", - "x-ms-correlation-request-id": "5805d5d8-7770-4c5a-9e82-776f7bb7344b", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "613b0f8d-4479-4e9c-b89e-6a07a992fa96", - "x-ms-routing-request-id": "WESTUS2:20210901T000903Z:5805d5d8-7770-4c5a-9e82-776f7bb7344b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9493/providers/Microsoft.Storage/storageAccounts/sto4406/fileServices/default/shares/share8948", - "name": "share8948", - "type": "Microsoft.Storage/storageAccounts/fileServices/shares", - "etag": "\u00220x8D96CDCB51540AB\u0022", - "properties": { - "shareUsageBytes": 0, - "accessTier": "TransactionOptimized", - "accessTierChangeTime": "2021-09-01T00:09:03.0000000Z", - "metadata": { - "metadata1": "true", - "metadata2": "value2" - }, - "lastModifiedTime": "2021-09-01T00:09:03.0000000Z", - "shareQuota": 5200 - } - } - } - ], - "Variables": { - "RandomSeed": "864721314", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs deleted file mode 100644 index 090db2e3ffa62..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/BlobServiceTests.cs +++ /dev/null @@ -1,956 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.Storage.Tests.Helpers; - -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Tests -{ - public class BlobServiceTests : StorageTestsManagementClientBase - { - public BlobServiceTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) - { - } - - [SetUp] - public void ClearChallengeCacheforRecord() - { - if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) - { - Initialize(); - } - } - - [TearDown] - public async Task CleanupResourceGroup() - { - await CleanupResourceGroupsAsync(); - } - - // create container - // delete container - [RecordedTest] - public async Task BlobContainersCreateDeleteTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.AreEqual(PublicAccess.None, blobContainer.Value.PublicAccess); - Assert.False(blobContainer.Value.HasImmutabilityPolicy); - Assert.False(blobContainer.Value.HasLegalHold); - - //Delete container, then no container in the storage account - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - AsyncPageable blobContainers = BlobContainersClient.ListAsync(rgName, accountName, include: ListContainersInclude.Deleted); - Task> blobContainersList = blobContainers.ToEnumerableAsync(); - Assert.IsEmpty(blobContainersList.Result); - - //Delete not exist container, won't fail (return 204) - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // update container - // get container properties - [RecordedTest] - public async Task BlobContainersUpdateTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer.Value.Metadata.Add("metadata", "true"); - - blobContainer.Value.PublicAccess = PublicAccess.Container; - var container = new BlobContainer() { PublicAccess = blobContainer.Value.PublicAccess }; - container.Metadata.InitializeFrom(blobContainer.Value.Metadata); - - Response blobContainerSet = await BlobContainersClient.UpdateAsync(rgName, accountName, containerName, - container); - Assert.NotNull(blobContainerSet.Value.Metadata); - Assert.AreEqual(PublicAccess.Container, blobContainerSet.Value.PublicAccess); - Assert.AreEqual(blobContainerSet.Value.Metadata, blobContainerSet.Value.Metadata); - Assert.AreEqual(blobContainerSet.Value.PublicAccess, blobContainerSet.Value.PublicAccess); - Assert.False(blobContainerSet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerSet.Value.HasLegalHold); - - //TODO:In track1 the function use "CloudStorageAccount" class, the class depend on "Microsoft.WindowsAzure.Storage ". - //var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); - //var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName); - //container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); - - Response blobContainerGet = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.AreEqual(blobContainerGet.Value.PublicAccess, blobContainerGet.Value.PublicAccess); - Assert.AreEqual(blobContainerGet.Value.Metadata, blobContainerGet.Value.Metadata); - Assert.False(blobContainerGet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerGet.Value.HasLegalHold); - } - - // create/update container with EncryptionScope - [RecordedTest] - [Ignore("Remove after storage refresh")] - public async Task BlobContainersEncryptionScopeTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - //Create EcryptionScope - string scopeName1 = "testscope1"; - await EncryptionScopesClient.PutAsync(rgName, accountName, scopeName1, - new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }); - - string scopeName2 = "testscope2"; - await EncryptionScopesClient.PutAsync(rgName, accountName, scopeName2, - new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }); - - //Create container - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer() { DefaultEncryptionScope = scopeName1, DenyEncryptionScopeOverride = false }); - Assert.AreEqual(scopeName1, blobContainer.Value.DefaultEncryptionScope); - Assert.False(blobContainer.Value.DenyEncryptionScopeOverride.Value); - - //Update container not support Encryption scope - Response blobContainer2 = await BlobContainersClient.UpdateAsync(rgName, accountName, containerName, new BlobContainer() { DefaultEncryptionScope = scopeName2, DenyEncryptionScopeOverride = true }); - Assert.AreEqual(scopeName2, blobContainer2.Value.DefaultEncryptionScope); - Assert.True(blobContainer2.Value.DenyEncryptionScopeOverride.Value); - } - - // list containers - [RecordedTest] - public async Task BlobContainersListTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName1 = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName1, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - blobContainer.Value.Metadata.Add("metadata", "true"); - blobContainer.Value.PublicAccess = PublicAccess.Container; - var container = new BlobContainer() - { - PublicAccess = blobContainer.Value.PublicAccess - }; - container.Metadata.InitializeFrom(blobContainer.Value.Metadata); - - Response blobContainerSet = - await BlobContainersClient.UpdateAsync(rgName, accountName, containerName1, - container); - Assert.NotNull(blobContainer.Value.Metadata); - Assert.NotNull(blobContainer.Value.PublicAccess); - Assert.AreEqual(blobContainer.Value.Metadata, blobContainerSet.Value.Metadata); - Assert.AreEqual(blobContainer.Value.PublicAccess, blobContainerSet.Value.PublicAccess); - Assert.False(blobContainerSet.Value.HasImmutabilityPolicy); - Assert.False(blobContainerSet.Value.HasLegalHold); - - string containerName2 = Recording.GenerateAssetName("container"); - Response blobContainer2 = await BlobContainersClient.CreateAsync(rgName, accountName, containerName2, new BlobContainer()); - Assert.IsEmpty(blobContainer2.Value.Metadata); - Assert.Null(blobContainer2.Value.PublicAccess); - - string containerName3 = Recording.GenerateAssetName("container"); - Response blobContainer3 = await BlobContainersClient.CreateAsync(rgName, accountName, containerName3, new BlobContainer()); - Assert.IsEmpty(blobContainer3.Value.Metadata); - Assert.Null(blobContainer3.Value.PublicAccess); - - //TODO:In track1 the function use "CloudStorageAccount" class, the class depend on "Microsoft.WindowsAzure.Storage ". - //var storageAccount = new CloudStorageAccount(new StorageCredentials(accountName, storageMgmtClient.StorageAccounts.ListKeys(rgName, accountName).Keys.ElementAt(0).Value), false); - //var container = storageAccount.CreateCloudBlobClient().GetContainerReference(containerName2); - //container.AcquireLeaseAsync(TimeSpan.FromSeconds(45)).Wait(); - - //List container - AsyncPageable containerList = BlobContainersClient.ListAsync(rgName, accountName, include: ListContainersInclude.Deleted); - Task> containerLists = containerList.ToEnumerableAsync(); - Assert.AreEqual(3, containerLists.Result.Count()); - foreach (ListContainerItem blobContainerList in containerLists.Result) - { - Assert.NotNull(blobContainerList.Name); - Assert.NotNull(blobContainerList.PublicAccess); - Assert.False(blobContainerList.HasImmutabilityPolicy); - Assert.False(blobContainerList.HasLegalHold); - } - - //List container with next link - containerList = BlobContainersClient.ListAsync(rgName, accountName, "2", include: ListContainersInclude.Deleted); - Task>> pages = containerList.AsPages().ToEnumerableAsync(); - Assert.AreEqual(2, pages.Result.Count()); - } - - [RecordedTest] - public async Task BlobContainersGetTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - LegalHold LegalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); - Response legalHold = await BlobContainersClient.SetLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.True(legalHold.Value.HasLegalHold); - Assert.AreEqual(new List { "tag1", "tag2", "tag3" }, legalHold.Value.Tags); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 100; - immutabilityPolicy = await BlobContainersClient.ExtendImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(100, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - blobContainer = await BlobContainersClient.GetAsync(rgName, accountName, containerName); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.AreEqual(PublicAccess.None, blobContainer.Value.PublicAccess); - Assert.AreEqual(3, blobContainer.Value.ImmutabilityPolicy.UpdateHistory.Count); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Put, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[0].Update); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Lock, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[1].Update); - Assert.AreEqual(ImmutabilityPolicyUpdateType.Extend, blobContainer.Value.ImmutabilityPolicy.UpdateHistory[2].Update); - Assert.True(blobContainer.Value.LegalHold.HasLegalHold); - Assert.AreEqual(3, blobContainer.Value.LegalHold.Tags.Count); - Assert.AreEqual("tag1", blobContainer.Value.LegalHold.Tags[0].Tag); - Assert.AreEqual("tag2", blobContainer.Value.LegalHold.Tags[1].Tag); - Assert.AreEqual("tag3", blobContainer.Value.LegalHold.Tags[2].Tag); - - legalHold = await BlobContainersClient.ClearLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.False(legalHold.Value.HasLegalHold); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // set/clear legal hold. - [RecordedTest] - public async Task BlobContainersSetLegalHoldTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - LegalHold LegalHoldModel = new LegalHold(new List { "tag1", "tag2", "tag3" }); - Response legalHold = await BlobContainersClient.SetLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.True(legalHold.Value.HasLegalHold); - Assert.AreEqual(new List { "tag1", "tag2", "tag3" }, legalHold.Value.Tags); - - legalHold = await BlobContainersClient.ClearLegalHoldAsync(rgName, accountName, containerName, LegalHoldModel); - Assert.False(legalHold.Value.HasLegalHold); - Assert.AreEqual(0, legalHold.Value.Tags.Count); - } - - //TODO:In track1 the function is comment out. - // Lease Blob Containers - //[Test] - //public async Task BlobContainersLeaseTest() - //{ - // var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - // using (MockContext context = MockContext.Start(this.GetType())) - // { - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - - // //// Create resource group - // //var rgName = CreateResourceGroup(resourcesClient); - - // //// Create storage account - // //string accountName = TestUtilities.GenerateName("sto"); - // //var parameters = GetDefaultStorageAccountParameters(); - // //parameters.Kind = Kind.StorageV2; - // //var account = storageMgmtClient.StorageAccounts.Create(rgName, accountName, parameters); - // //VerifyAccountProperties(account, false); - - // var rgName = "weitry"; - // string accountName = "weiacl3"; - // string containerName = TestUtilities.GenerateName("container"); - - // // implement case - // try - // { - // BlobContainer blobContainer = storageMgmtClient.BlobContainers.Create(rgName, accountName, containerName); - // Assert.Null(blobContainer.Metadata); - // Assert.Null(blobContainer.PublicAccess); - - // //LeaseContainerResponse leaseResponse = storageMgmtClient.BlobContainers.Lease(rgName, accountName, containerName, new LeaseContainerRequest("Acquire", null, 40, 9)); - // LeaseContainerResponse leaseResponse = storageMgmtClient.BlobContainers.Lease(rgName, accountName, containerName); - // Assert.NotNull(leaseResponse.LeaseId); - - // blobContainer = storageMgmtClient.BlobContainers.Get(rgName, accountName, containerName); - // Assert.Equal("Leased", blobContainer.LeaseState); - // } - // finally - // { - // storageMgmtClient.BlobContainers.Delete(rgName, accountName, containerName); - // //// clean up - // //storageMgmtClient.StorageAccounts.Delete(rgName, accountName); - // //resourcesClient.ResourceGroups.Delete(rgName); - // } - // } - //} - - // create and delete immutability policies. - [RecordedTest] - public async Task BlobContainersCreateDeleteImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.DeleteImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(0, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual("Deleted", immutabilityPolicy.Value.State.ToString()); - } - - // update and get immutability policies. - [RecordedTest] - public async Task BlobContainersUpdateImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 5; - immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.GetImmutabilityPolicyAsync(rgName, accountName, containerName); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - } - - // create/update immutability policies with AllowProtectedAppendWrites. - [RecordedTest] - public async Task ImmutabilityPolicyTest_AllowProtectedAppendWrites() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 4, AllowProtectedAppendWrites = true }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(4, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.True(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 5; - ImmutabilityPolicyModel.AllowProtectedAppendWrites = false; - immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.False(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - - immutabilityPolicy = await BlobContainersClient.GetImmutabilityPolicyAsync(rgName, accountName, containerName); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(5, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - Assert.False(immutabilityPolicy.Value.AllowProtectedAppendWrites.Value); - } - - // lock immutability policies. - [RecordedTest] - public async Task BlobContainersLockImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // extend immutability policies. - [RecordedTest] - public async Task BlobContainersExtendImmutabilityPolicyTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - VerifyAccountProperties(account, false); - - // implement case - string containerName = Recording.GenerateAssetName("container"); - Response blobContainer = await BlobContainersClient.CreateAsync(rgName, accountName, containerName, new BlobContainer()); - Assert.IsEmpty(blobContainer.Value.Metadata); - Assert.Null(blobContainer.Value.PublicAccess); - - ImmutabilityPolicy ImmutabilityPolicyModel = new ImmutabilityPolicy() { ImmutabilityPeriodSinceCreationInDays = 3 }; - Response immutabilityPolicy = await BlobContainersClient.CreateOrUpdateImmutabilityPolicyAsync(rgName, accountName, containerName, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Unlocked, immutabilityPolicy.Value.State); - - immutabilityPolicy = await BlobContainersClient.LockImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(3, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - ImmutabilityPolicyModel.ImmutabilityPeriodSinceCreationInDays = 100; - immutabilityPolicy = await BlobContainersClient.ExtendImmutabilityPolicyAsync(rgName, accountName, containerName, ifMatch: immutabilityPolicy.Value.Etag, parameters: ImmutabilityPolicyModel); - Assert.NotNull(immutabilityPolicy.Value.Id); - Assert.NotNull(immutabilityPolicy.Value.Type); - Assert.NotNull(immutabilityPolicy.Value.Name); - Assert.AreEqual(100, immutabilityPolicy.Value.ImmutabilityPeriodSinceCreationInDays); - Assert.AreEqual(ImmutabilityPolicyState.Locked, immutabilityPolicy.Value.State); - - await BlobContainersClient.DeleteAsync(rgName, accountName, containerName); - } - - // Get/Set Blob Service Properties - [RecordedTest] - public async Task BlobServiceTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.False(properties1.Value.DeleteRetentionPolicy.Enabled); - Assert.Null(properties1.Value.DeleteRetentionPolicy.Days); - Assert.Null(properties1.Value.DefaultServiceVersion); - Assert.AreEqual(0, properties1.Value.Cors.CorsRulesValue.Count); - Assert.AreEqual(SkuName.StandardGRS, properties1.Value.Sku.Name); - BlobServiceProperties properties2 = properties1; - properties2.DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 300 - }; - properties2.DefaultServiceVersion = "2017-04-17"; - await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties2); - Response properties3 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties3.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties3.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties3.Value.DefaultServiceVersion); - } - - // Get/Set Cors rules in Blob Service Properties - [RecordedTest] - public async Task BlobServiceCorsTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - BlobServiceProperties properties2 = new BlobServiceProperties - { - DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 300 - }, - DefaultServiceVersion = "2017-04-17", - Cors = new CorsRules() - }; - properties2.Cors.CorsRulesValue.Add( - new CorsRule(allowedOrigins: new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "HEAD", "POST", "OPTIONS", "MERGE", "PUT" }, - maxAgeInSeconds: 100, - exposedHeaders: new string[] { "x-ms-meta-*" }, - allowedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" })); - - properties2.Cors.CorsRulesValue.Add(new CorsRule(allowedOrigins: new string[] { "*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET" }, - maxAgeInSeconds: 2, - exposedHeaders: new string[] { "*" }, - allowedHeaders: new string[] { "*" })); - - properties2.Cors.CorsRulesValue.Add(new CorsRule(allowedOrigins: new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "PUT", "CONNECT" }, - maxAgeInSeconds: 2000, - exposedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x -ms-meta-target*" }, - allowedHeaders: new string[] { "x-ms-meta-12345675754564*" })); - - Response properties3 = await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties2); - Assert.True(properties3.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties3.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties3.Value.DefaultServiceVersion); - - //Validate CORS Rules - Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties3.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties2.Cors.CorsRulesValue[i]; - CorsRule getRule = properties3.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - - Response properties4 = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties4.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(300, properties4.Value.DeleteRetentionPolicy.Days); - Assert.AreEqual("2017-04-17", properties4.Value.DefaultServiceVersion); - - //Validate CORS Rules - Assert.AreEqual(properties2.Cors.CorsRulesValue.Count, properties4.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties2.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties2.Cors.CorsRulesValue[i]; - CorsRule getRule = properties4.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - } - - // List Blob Service - [RecordedTest] - public async Task ListBlobServiceTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - AsyncPageable properties = BlobServicesClient.ListAsync(rgName, accountName); - Task> propertiesList = properties.ToEnumerableAsync(); - Assert.AreEqual(1, propertiesList.Result.Count); - Assert.AreEqual("default", propertiesList.Result[0].Name); - } - - // Point In Time Restore test - [RecordedTest] - [Ignore("Track2: Response restoreStatusResponse = await WaitForCompletionAsync(restoreStatus); Always timeout")] - public async Task PITRTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku Sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: Sku, kind: Kind.StorageV2); - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - account = await AccountsClient.GetPropertiesAsync(rgName, accountName, StorageAccountExpand.BlobRestoreStatus); - Assert.Null(account.BlobRestoreStatus); - - // implement case - //enable changefeed and softdelete, and enable restore policy - Response properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - properties.Value.DeleteRetentionPolicy = new DeleteRetentionPolicy - { - Enabled = true, - Days = 30 - }; - properties.Value.ChangeFeed = new ChangeFeed - { - Enabled = true - }; - properties.Value.RestorePolicy = new RestorePolicyProperties(true) { Days = 5 }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, accountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.True(properties.Value.RestorePolicy.Enabled); - Assert.AreEqual(5, properties.Value.RestorePolicy.Days); - Assert.True(properties.Value.DeleteRetentionPolicy.Enabled); - Assert.AreEqual(30, properties.Value.DeleteRetentionPolicy.Days); - Assert.True(properties.Value.ChangeFeed.Enabled); - - // restore blobs - //Don't need sleep when playback, or Unit test will be slow. - if (Mode == RecordedTestMode.Record) - { - System.Threading.Thread.Sleep(10000); - } - List ranges = new List - { - new BlobRestoreRange("", "container1/blob1"), - new BlobRestoreRange("container1/blob2", "container2/blob3"), - new BlobRestoreRange("container3/blob3", "") - }; - DateTimeOffset dateTimeOffset = DateTime.UtcNow.AddSeconds(-1); - BlobRestoreParameters BlobRestoreParametersModel = new BlobRestoreParameters(dateTimeOffset, ranges); - Operation restoreStatus = await AccountsClient.StartRestoreBlobRangesAsync(rgName, accountName, BlobRestoreParametersModel); - Response restoreStatusResponse = await WaitForCompletionAsync(restoreStatus); - Assert.AreEqual("Complete", restoreStatusResponse.Value.Status.ToString()); - - account = await AccountsClient.GetPropertiesAsync(rgName, accountName, StorageAccountExpand.BlobRestoreStatus); - Assert.AreEqual("Complete", account.BlobRestoreStatus.Status.ToString()); - } - - // Object replication test - [RecordedTest] - public async Task ORSTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string sourceAccountName = Recording.GenerateAssetName("sto"); - string destAccountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku Sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: Sku, kind: Kind.StorageV2); - StorageAccount sourceAccount = await CreateStorageAccountAsync(rgName, sourceAccountName, parameters); - StorageAccount destAccount = await CreateStorageAccountAsync(rgName, destAccountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, sourceAccount.Sku.Name); - Assert.AreEqual(SkuName.StandardLRS, destAccount.Sku.Name); - - // implement case - //enable changefeed and versioning - Response properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, sourceAccountName); - properties.Value.ChangeFeed = new ChangeFeed { Enabled = true }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, sourceAccountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, sourceAccountName); - Assert.True(properties.Value.IsVersioningEnabled); - Assert.True(properties.Value.ChangeFeed.Enabled); - - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, destAccountName); - properties.Value.ChangeFeed = new ChangeFeed { Enabled = true }; - properties.Value.IsVersioningEnabled = true; - await BlobServicesClient.SetServicePropertiesAsync(rgName, destAccountName, properties); - properties = await BlobServicesClient.GetServicePropertiesAsync(rgName, destAccountName); - Assert.True(properties.Value.IsVersioningEnabled); - Assert.True(properties.Value.ChangeFeed.Enabled); - - //Create Source and dest container - string sourceContainerName1 = "src1"; - string sourceContainerName2 = "src2"; - string destContainerName1 = "dest1"; - string destContainerName2 = "dest2"; - await BlobContainersClient.CreateAsync(rgName, sourceAccountName, sourceContainerName1, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, sourceAccountName, sourceContainerName2, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, destAccountName, destContainerName1, new BlobContainer()); - await BlobContainersClient.CreateAsync(rgName, destAccountName, destContainerName2, new BlobContainer()); - - //new rules - string minCreationTime = "2020-03-19T16:06:00Z"; - List rules = new List - { - new ObjectReplicationPolicyRule(sourceContainer: sourceContainerName1, destinationContainer: destContainerName1) - { - Filters = new ObjectReplicationPolicyFilter() - { - PrefixMatch = { "aa", "bc d", "123" }, - MinCreationTime = minCreationTime - } - }, - new ObjectReplicationPolicyRule(sourceContainer: sourceContainerName2, destinationContainer: destContainerName2) - }; - - //New policy - ObjectReplicationPolicy policy = new ObjectReplicationPolicy() - { - SourceAccount = sourceAccountName, - DestinationAccount = destAccountName, - }; - policy.Rules.InitializeFrom(rules); - //Set and list policy - await ObjectReplicationPoliciesClient.CreateOrUpdateAsync(rgName, destAccountName, "default", policy); - ObjectReplicationPolicy destpolicy = ObjectReplicationPoliciesClient.ListAsync(rgName, destAccountName).ToEnumerableAsync().Result.First(); - - // Fix the MinCreationTime format, since deserilize the request the string MinCreationTime will be taken as DateTime, so the format will change. But server only allows format "2020-03-19T16:06:00Z" - // This issue can be resolved in the future, when server change MinCreationTime type from string to Datatime - FixMinCreationTimeFormat(destpolicy); - CompareORsPolicy(policy, destpolicy); - - await ObjectReplicationPoliciesClient.CreateOrUpdateAsync(rgName, sourceAccountName, destpolicy.PolicyId, destpolicy); - ObjectReplicationPolicy sourcepolicy = ObjectReplicationPoliciesClient.ListAsync(rgName, sourceAccountName).ToEnumerableAsync().Result.First(); - FixMinCreationTimeFormat(sourcepolicy); - CompareORsPolicy(destpolicy, sourcepolicy, skipIDCompare: false); - - // Get policy - destpolicy = await ObjectReplicationPoliciesClient.GetAsync(rgName, destAccountName, destpolicy.PolicyId); - FixMinCreationTimeFormat(destpolicy); - CompareORsPolicy(policy, destpolicy); - sourcepolicy = await ObjectReplicationPoliciesClient.GetAsync(rgName, sourceAccountName, destpolicy.PolicyId); - FixMinCreationTimeFormat(sourcepolicy); - CompareORsPolicy(policy, sourcepolicy); - - // remove policy - await ObjectReplicationPoliciesClient.DeleteAsync(rgName, sourceAccountName, destpolicy.PolicyId); - await ObjectReplicationPoliciesClient.DeleteAsync(rgName, destAccountName, destpolicy.PolicyId); - } - - /// - /// Fix the MinCreationTime format, since deserilize the request the string MinCreationTime will be taken as DateTime, so the format will change. - /// But server only allows format "2020-03-19T16:06:00Z" - /// This issue can be resolved in the future, when server change MinCreationTime type from string to Datatime. - /// - /// - private static void FixMinCreationTimeFormat(ObjectReplicationPolicy getPolicy) - { - if (getPolicy != null && getPolicy.Rules != null) - { - foreach (ObjectReplicationPolicyRule rule in getPolicy.Rules) - { - if (rule != null && rule.Filters != null && !string.IsNullOrEmpty(rule.Filters.MinCreationTime)) - { - if (rule.Filters.MinCreationTime.ToUpper()[rule.Filters.MinCreationTime.Length - 1] != 'Z') - { - rule.Filters.MinCreationTime = Convert.ToDateTime(rule.Filters.MinCreationTime + "Z").ToUniversalTime().ToString("s") + "Z"; - } - } - } - } - } - - /// - /// Compare 2 ORS policy, check if they are same. - /// - /// skip compare policyID and rule ID. - private static void CompareORsPolicy(ObjectReplicationPolicy setPolicy, ObjectReplicationPolicy getPolicy, bool skipIDCompare = true) - { - Assert.AreEqual(setPolicy.SourceAccount, getPolicy.SourceAccount); - Assert.AreEqual(setPolicy.DestinationAccount, getPolicy.DestinationAccount); - Assert.AreEqual(setPolicy.Rules.Count, getPolicy.Rules.Count); - if (!skipIDCompare) - { - Assert.AreEqual(setPolicy.PolicyId, getPolicy.PolicyId); - } - else - { - Assert.NotNull(getPolicy.PolicyId); - } - - ObjectReplicationPolicyRule[] setRuleArray = setPolicy.Rules.ToArray(); - ObjectReplicationPolicyRule[] getRuleArray = getPolicy.Rules.ToArray(); - for (int i = 0; i < setRuleArray.Length; i++) - { - ObjectReplicationPolicyRule setrule = setRuleArray[i]; - ObjectReplicationPolicyRule getrule = getRuleArray[i]; - Assert.AreEqual(setrule.SourceContainer, getrule.SourceContainer); - Assert.AreEqual(setrule.DestinationContainer, getrule.DestinationContainer); - if (setrule.Filters == null) - { - Assert.Null(getrule.Filters); - } - else - { - Assert.AreEqual(setrule.Filters.MinCreationTime, getrule.Filters.MinCreationTime); - Assert.AreEqual(setrule.Filters.PrefixMatch, getrule.Filters.PrefixMatch); - } - if (!skipIDCompare) - { - Assert.AreEqual(setrule.RuleId, getrule.RuleId); - } - else - { - Assert.NotNull(getrule.RuleId); - } - } - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(GetResourceManagementClient(), Recording); - } - - private async Task CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs deleted file mode 100644 index e323b66ce2dd1..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/FileServiceTests.cs +++ /dev/null @@ -1,216 +0,0 @@ -// Copyright (c) Microsoft Corporation. All rights reserved. -// Licensed under the MIT License. - -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; - -using Azure.Core.TestFramework; -using Azure.ResourceManager.Storage.Models; -using Azure.ResourceManager.Storage.Tests.Helpers; - -using Microsoft.CodeAnalysis; - -using NUnit.Framework; - -namespace Azure.ResourceManager.Storage.Tests.Tests -{ - public class FileServiceTests : StorageTestsManagementClientBase - { - public FileServiceTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) - { - } - - [SetUp] - public void ClearChallengeCacheforRecord() - { - if (Mode == RecordedTestMode.Record || Mode == RecordedTestMode.Playback) - { - Initialize(); - } - } - - [TearDown] - public async Task CleanupResourceGroup() - { - await CleanupResourceGroupsAsync(); - } - - // create share - // delete share - [RecordedTest] - [Ignore("Remove after storage refresh")] - public async Task FileSharesCreateDeleteListTest() - { - // Create resource group - string rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - string shareName = Recording.GenerateAssetName("share"); - FileShare fileShare = new FileShare(); - Response share = await FileSharesClient.CreateAsync(rgName, accountName, shareName, fileShare); - Assert.IsEmpty(share.Value.Metadata); - - share = await FileSharesClient.GetAsync(rgName, accountName, shareName); - Assert.IsEmpty(share.Value.Metadata); - - string shareName2 = Recording.GenerateAssetName("share"); - fileShare.Metadata.Clear(); - fileShare.Metadata.Add("metadata1", "true"); - fileShare.Metadata.Add("metadata2", "value2"); - - fileShare.ShareQuota = 500; - Response share2 = await FileSharesClient.CreateAsync(rgName, accountName, shareName2, fileShare); - Assert.AreEqual(2, share2.Value.Metadata.Count); - Assert.AreEqual(fileShare.Metadata, share2.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, share2.Value.ShareQuota); - - share2 = await FileSharesClient.GetAsync(rgName, accountName, shareName2); - Assert.AreEqual(2, share2.Value.Metadata.Count); - Assert.AreEqual(fileShare.Metadata, share2.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, share2.Value.ShareQuota); - - //Delete share - await FileSharesClient.DeleteAsync(rgName, accountName, shareName); - AsyncPageable fileShares = FileSharesClient.ListAsync(rgName, accountName); - Task> fileSharesList = fileShares.ToEnumerableAsync(); - Assert.AreEqual(1, fileSharesList.Result.Count()); - - await FileSharesClient.DeleteAsync(rgName, accountName, shareName2); - fileShares = FileSharesClient.ListAsync(rgName, accountName); - fileSharesList = fileShares.ToEnumerableAsync(); - Assert.AreEqual(0, fileSharesList.Result.Count()); - - //Delete not exist share, won't fail (return 204) - await FileSharesClient.DeleteAsync(rgName, accountName, "notexistshare"); - } - - // update share - // get share properties - [RecordedTest] - public async Task FileSharesUpdateGetTest() - { - // Create resource group - var rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope"); - parameters.LargeFileSharesState = LargeFileSharesState.Enabled; - await CreateStorageAccountAsync(rgName, accountName, parameters); - - // implement case - string shareName = Recording.GenerateAssetName("share"); - FileShare fileShare = new FileShare(); - Response share = await FileSharesClient.CreateAsync(rgName, accountName, shareName, fileShare); - Assert.IsEmpty(share.Value.Metadata); - - fileShare.Metadata.Clear(); - fileShare.Metadata.Add("metadata1", "true"); - fileShare.Metadata.Add("metadata2", "value2"); - - fileShare.ShareQuota = 5200; - Response shareSet = await FileSharesClient.UpdateAsync(rgName, accountName, shareName, fileShare); - Assert.NotNull(shareSet.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, shareSet.Value.ShareQuota); - Assert.AreEqual(fileShare.Metadata, shareSet.Value.Metadata); - - Response shareGet = await FileSharesClient.GetAsync(rgName, accountName, shareName); - Assert.NotNull(shareSet.Value.Metadata); - Assert.AreEqual(fileShare.Metadata, shareGet.Value.Metadata); - Assert.AreEqual(fileShare.ShareQuota, shareGet.Value.ShareQuota); - } - - // Get/Set File Service Properties - [RecordedTest] - public async Task FileServiceCorsTest() - { - // Create resource group - var rgName = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - StorageAccount account = await CreateStorageAccountAsync(rgName, accountName); - VerifyAccountProperties(account, true); - - // implement case - Response properties1 = await FileServicesClient.GetServicePropertiesAsync(rgName, accountName); - Assert.AreEqual(0, properties1.Value.Cors.CorsRulesValue.Count()); - - properties1.Value.Cors = new CorsRules - { - CorsRulesValue = { - new CorsRule(allowedOrigins: new string[] { "http://www.contoso.com", "http://www.fabrikam.com" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "HEAD", "POST", "OPTIONS", "MERGE", "PUT" }, - maxAgeInSeconds: 100, - exposedHeaders: new string[] { "x-ms-meta-*" }, - allowedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x-ms-meta-target*" }), - - new CorsRule(allowedOrigins: new string[] { "*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET" }, - maxAgeInSeconds: 2, - exposedHeaders: new string[] { "*" }, - allowedHeaders: new string[] { "*" }), - - new CorsRule(allowedOrigins: new string[] { "http://www.abc23.com", "https://www.fabrikam.com/*" }, - allowedMethods: new CorsRuleAllowedMethodsItem[] { "GET", "PUT", "CONNECT" }, - maxAgeInSeconds: 2000, - exposedHeaders: new string[] { "x-ms-meta-abc", "x-ms-meta-data*", "x -ms-meta-target*" }, - allowedHeaders: new string[] { "x-ms-meta-12345675754564*" }) - } - }; - - Response properties3 = await FileServicesClient.SetServicePropertiesAsync(rgName, accountName, properties1.Value); - - //Validate CORS Rules - Assert.AreEqual(properties1.Value.Cors.CorsRulesValue.Count, properties3.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties1.Value.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties1.Value.Cors.CorsRulesValue[i]; - CorsRule getRule = properties3.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - - Response properties4 = await FileServicesClient.GetServicePropertiesAsync(rgName, accountName); - - //Validate CORS Rules - Assert.AreEqual(properties1.Value.Cors.CorsRulesValue.Count, properties4.Value.Cors.CorsRulesValue.Count); - for (int i = 0; i < properties1.Value.Cors.CorsRulesValue.Count; i++) - { - CorsRule putRule = properties1.Value.Cors.CorsRulesValue[i]; - CorsRule getRule = properties4.Value.Cors.CorsRulesValue[i]; - - Assert.AreEqual(putRule.AllowedHeaders, getRule.AllowedHeaders); - Assert.AreEqual(putRule.AllowedMethods, getRule.AllowedMethods); - Assert.AreEqual(putRule.AllowedOrigins, getRule.AllowedOrigins); - Assert.AreEqual(putRule.ExposedHeaders, getRule.ExposedHeaders); - Assert.AreEqual(putRule.MaxAgeInSeconds, getRule.MaxAgeInSeconds); - } - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(GetResourceManagementClient(), Recording); - } - - private async Task CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - } -} diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index f944af07fcab2..50e463aa4e527 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -13,17 +13,10 @@ using Sku = Azure.ResourceManager.Storage.Models.Sku; namespace Azure.ResourceManager.Storage.Tests.Tests { -<<<<<<< HEAD public class StorageAccountTests : StorageTestBase { private ResourceGroup _resourceGroup; public StorageAccountTests(bool isAsync) : base(isAsync) -======= - public class StorageAccountTests : StorageTestsManagementClientBase - { - public StorageAccountTests(bool isAsync) - : base(isAsync)//, RecordedTestMode.Record) ->>>>>>> upstream/main { } [TearDown] @@ -206,56 +199,7 @@ public async Task StorageAccountRegenerateKey() StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccount account1 = (await storageAccountContainer.CreateOrUpdateAsync(accountName, GetDefaultStorageAccountParameters())).Value; VerifyAccountProperties(account1, true); -<<<<<<< HEAD StorageAccountListKeysResult keys = await account1.GetKeysAsync(); -======= - - StorageAccount account2 = accountlists.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.Name, accountName2)); - VerifyAccountProperties(account2, true); - } - - [RecordedTest] - [Ignore("Records keys")] - public async Task StorageAccountListKeysTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // List keys - Response keys = await AccountsClient.ListKeysAsync(rgname, accountName); - Assert.NotNull(keys); - - // Validate Key1 - StorageAccountKey key1 = keys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key1")); - Assert.NotNull(key1); - Assert.AreEqual(KeyPermission.Full, key1.Permissions); - Assert.NotNull(key1.Value); - - // Validate Key2 - StorageAccountKey key2 = keys.Value.Keys.First( - t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); - Assert.NotNull(key2); - Assert.AreEqual(KeyPermission.Full, key2.Permissions); - Assert.NotNull(key2.Value); - } - - [RecordedTest] - public async Task StorageAccountRegenerateKeyTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // List keys - Response keys = await AccountsClient.ListKeysAsync(rgname, accountName); ->>>>>>> upstream/main Assert.NotNull(keys); StorageAccountKey key2 = keys.Keys.First( t => StringComparer.OrdinalIgnoreCase.Equals(t.KeyName, "key2")); @@ -613,483 +557,13 @@ public async Task AddTag() _resourceGroup = await CreateResourceGroupAsync(); StorageAccountContainer storageAccountContainer = _resourceGroup.GetStorageAccounts(); StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); -<<<<<<< HEAD StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; -======= - parameters.EnableHttpsTrafficOnly = true; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.True(account.EnableHttpsTrafficOnly); - - // Create storage account with cool - parameters.EnableHttpsTrafficOnly = false; - account = await _CreateStorageAccountAsync(rgname, accountName1, parameters); - VerifyAccountProperties(account, false); - Assert.False(account.EnableHttpsTrafficOnly); - } - - [RecordedTest] - [Ignore("Track2: Need KeyVaultManagementClient")] - public void StorageAccountCMKTest() - { - //var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - //using (MockContext context = MockContext.Start(this.GetType())) - //{ - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - // var keyVaultMgmtClient = GetKeyVaultManagementClient(context, handler); - // var keyVaultClient = CreateKeyVaultClient(); - - // string accountName = TestUtilities.GenerateName("sto"); - // var rgname = CreateResourceGroup(resourcesClient); - // string vaultName = TestUtilities.GenerateName("keyvault"); - // string keyName = TestUtilities.GenerateName("keyvaultkey"); - - // var parameters = GetDefaultStorageAccountParameters(); - // parameters.Location = "centraluseuap"; - // parameters.Identity = new Identity { }; - // var account = storageMgmtClient.StorageAccounts.Create(rgname, accountName, parameters); - - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Identity); - - // var accessPolicies = new List(); - // accessPolicies.Add(new Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // ObjectId = account.Identity.PrincipalId, - // Permissions = new Microsoft.Azure.Management.KeyVault.Models.Permissions(new List { "wrapkey", "unwrapkey" }) - // }); - - // string servicePrincipalObjectId = GetServicePrincipalObjectId(); - // accessPolicies.Add(new Microsoft.Azure.Management.KeyVault.Models.AccessPolicyEntry - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // ObjectId = servicePrincipalObjectId, - // Permissions = new Microsoft.Azure.Management.KeyVault.Models.Permissions(new List { "all" }) - // }); - - // var keyVault = keyVaultMgmtClient.Vaults.CreateOrUpdate(rgname, vaultName, new Microsoft.Azure.Management.KeyVault.Models.VaultCreateOrUpdateParameters - // { - // Location = account.Location, - // Properties = new Microsoft.Azure.Management.KeyVault.Models.VaultProperties - // { - // TenantId = System.Guid.Parse(account.Identity.TenantId), - // AccessPolicies = accessPolicies, - // Sku = new Microsoft.Azure.Management.KeyVault.Models.Sku(Microsoft.Azure.Management.KeyVault.Models.SkuName.Standard), - // EnabledForDiskEncryption = false, - // EnabledForDeployment = false, - // EnabledForTemplateDeployment = false - // } - // }); - - // var keyVaultKey = keyVaultClient.CreateKeyAsync(keyVault.Properties.VaultUri, keyName, JsonWebKeyType.Rsa, 2048, - // JsonWebKeyOperation.AllOperations, new Microsoft.Azure.KeyVault.Models.KeyAttributes()).GetAwaiter().GetResult(); - - // // Enable encryption. - // var updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, - // KeySource = "Microsoft.Keyvault", - // KeyVaultProperties = - // new KeyVaultProperties - // { - // KeyName = keyVaultKey.KeyIdentifier.Name, - // KeyVaultUri = keyVault.Properties.VaultUri, - // KeyVersion = keyVaultKey.KeyIdentifier.Version - // } - // } - // }; - - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Encryption); - // Assert.True(account.Encryption.Services.Blob.Enabled); - // Assert.True(account.Encryption.Services.File.Enabled); - // Assert.Equal("Microsoft.Keyvault", account.Encryption.KeySource); - - // // Disable Encryption. - // updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = true }, File = new EncryptionService { Enabled = true } }, - // KeySource = "Microsoft.Storage" - // } - // }; - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.NotNull(account.Encryption); - // Assert.True(account.Encryption.Services.Blob.Enabled); - // Assert.True(account.Encryption.Services.File.Enabled); - // Assert.Equal("Microsoft.Storage", account.Encryption.KeySource); - - // updateParameters = new StorageAccountUpdateParameters - // { - // Encryption = new Encryption - // { - // Services = new EncryptionServices { Blob = new EncryptionService { Enabled = false }, File = new EncryptionService { Enabled = false } }, - // KeySource = KeySource.MicrosoftStorage - // } - // }; - // account = storageMgmtClient.StorageAccounts.Update(rgname, accountName, updateParameters); - // VerifyAccountProperties(account, false); - // Assert.Null(account.Encryption); - //} - } - - [RecordedTest] - [Ignore("Track2: The constructor of OperationDisplay is internal")] - public void StorageAccountOperationsTest() - { - //var handler = new RecordedDelegatingHandler { StatusCodeToReturn = HttpStatusCode.OK }; - - //using (MockContext context = MockContext.Start(this.GetType())) - //{ - // var resourcesClient = GetResourceManagementClient(context, handler); - // var storageMgmtClient = GetStorageManagementClient(context, handler); - // var keyVaultMgmtClient = GetKeyVaultManagementClient(context, handler); - - // // Create storage account with hot - // string accountName = TestUtilities.GenerateName("sto"); - // var rgname = CreateResourceGroup(resourcesClient); - - // var ops = storageMgmtClient.Operations.List(); - // var op1 = new Operation - // { - // Name = "Microsoft.Storage/storageAccounts/write", - // Display = new OperationDisplay - // { - // Provider = "Microsoft Storage", - // Resource = "Storage Accounts", - // Operation = "Create/Update Storage Account" - // } - // }; - // var op2 = new Operation - // { - // Name = "Microsoft.Storage/storageAccounts/delete", - // Display = new OperationDisplay - // { - // Provider = "Microsoft Storage", - // Resource = "Storage Accounts", - // Operation = "Delete Storage Account" - // } - // }; - // bool exists1 = false; - // bool exists2 = false; - // Assert.NotNull(ops); - // Assert.NotNull(ops.GetEnumerator()); - // var operation = ops.GetEnumerator(); - - // while (operation.MoveNext()) - // { - // if (operation.Current.ToString().Equals(op1.ToString())) - // { - // exists1 = true; - // } - // if (operation.Current.ToString().Equals(op2.ToString())) - // { - // exists2 = true; - // } - // } - // Assert.True(exists1); - // Assert.True(exists2); - //} - } - - [RecordedTest] - public async Task StorageAccountVnetACLTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with Vnet - StorageAccountCreateParameters parameters = GetDefaultStorageAccountParameters(); - parameters.NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) - { - Bypass = @"Logging,AzureServices", - IpRules = { new IPRule(iPAddressOrRange: "23.45.67.90") } - }; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - StorageAccount account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - // Verify the vnet rule properties. - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, AzureServices", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Deny, account.NetworkRuleSet.DefaultAction); - Assert.IsEmpty(account.NetworkRuleSet.VirtualNetworkRules); - Assert.NotNull(account.NetworkRuleSet.IpRules); - Assert.IsNotEmpty(account.NetworkRuleSet.IpRules); - Assert.AreEqual("23.45.67.90", account.NetworkRuleSet.IpRules[0].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[0].Action); - - // Update Vnet - StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters - { - NetworkRuleSet = new NetworkRuleSet(defaultAction: DefaultAction.Deny) - { - Bypass = @"Logging, Metrics", - IpRules ={ - new IPRule(iPAddressOrRange:"23.45.67.91") { Action = DefaultAction.Allow.ToString() }, - new IPRule(iPAddressOrRange:"23.45.67.92") - }, - } - }; - await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, Metrics", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Deny, account.NetworkRuleSet.DefaultAction); - Assert.IsEmpty(account.NetworkRuleSet.VirtualNetworkRules); - Assert.NotNull(account.NetworkRuleSet.IpRules); - Assert.IsNotEmpty(account.NetworkRuleSet.IpRules); - Assert.AreEqual("23.45.67.91", account.NetworkRuleSet.IpRules[0].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[0].Action); - Assert.AreEqual("23.45.67.92", account.NetworkRuleSet.IpRules[1].IPAddressOrRange); - Assert.AreEqual(DefaultAction.Allow.ToString(), account.NetworkRuleSet.IpRules[1].Action); - - // Delete vnet. - updateParameters = new StorageAccountUpdateParameters - { - NetworkRuleSet = new NetworkRuleSet(DefaultAction.Allow) - }; - await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - - Assert.NotNull(account.NetworkRuleSet); - Assert.AreEqual(@"Logging, Metrics", account.NetworkRuleSet.Bypass.ToString()); - Assert.AreEqual(DefaultAction.Allow, account.NetworkRuleSet.DefaultAction); - } - - [RecordedTest] - [Ignore("Remove after storage refresh")] - public void StorageSKUListTest() - { - AsyncPageable skulist = SkusClient.ListAsync(); - Assert.NotNull(skulist); - Task> skuListTask = skulist.ToEnumerableAsync(); - Assert.AreEqual(@"storageAccounts", skuListTask.Result.ElementAt(0).ResourceType); - Assert.NotNull(skuListTask.Result.ElementAt(0).Name); - Assert.True(skuListTask.Result.ElementAt(0).Name.GetType() == SkuName.PremiumLRS.GetType()); - Assert.True(skuListTask.Result.ElementAt(0).Name.Equals(SkuName.PremiumLRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardGRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardLRS) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardRagrs) - || skuListTask.Result.ElementAt(0).Name.Equals(SkuName.StandardZRS)); - Assert.NotNull(skuListTask.Result.ElementAt(0).Kind); - Assert.True(skuListTask.Result.ElementAt(0).Kind.Equals(Kind.BlobStorage) || skuListTask.Result.ElementAt(0).Kind.Equals(Kind.Storage) || skuListTask.Result.ElementAt(0).Kind.Equals(Kind.StorageV2)); - } - - [RecordedTest] - public async Task StorageAccountCreateWithStorageV2() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.NotNull(account.PrimaryEndpoints.Web); - Assert.AreEqual(Kind.StorageV2, account.Kind); - } - - [RecordedTest] - public async Task StorageAccountUpdateKindStorageV2() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - - // Create storage account - string accountName = await CreateStorageAccount(AccountsClient, rgname, Recording); - - // Update storage account type - StorageAccountUpdateParameters parameters = new StorageAccountUpdateParameters - { - Kind = Kind.StorageV2, - EnableHttpsTrafficOnly = true - }; - StorageAccount account = await UpdateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(Kind.StorageV2, account.Kind); - Assert.True(account.EnableHttpsTrafficOnly); - Assert.NotNull(account.PrimaryEndpoints.Web); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(Kind.StorageV2, account.Kind); - Assert.True(account.EnableHttpsTrafficOnly); - Assert.NotNull(account.PrimaryEndpoints.Web); - } - - [RecordedTest] - public async Task StorageAccountSetGetDeleteManagementPolicy() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westus"); - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - List rules = new List(); - ManagementPolicyAction Actions = new ManagementPolicyAction() - { - BaseBlob = new ManagementPolicyBaseBlob() - { - Delete = new DateAfterModification(300), - TierToArchive = new DateAfterModification(90), - TierToCool = new DateAfterModification(1000), - }, - Snapshot = new ManagementPolicySnapShot() - { - Delete = new DateAfterCreation(100) - } - }; - ManagementPolicyDefinition Definition = new ManagementPolicyDefinition(Actions) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - { - PrefixMatch = { "olcmtestcontainer", "testblob" } - } - }; - ManagementPolicyRule rule1 = new ManagementPolicyRule("olcmtest", RuleType.Lifecycle, Definition) - { - Enabled = true - }; - rules.Add(rule1); - - ManagementPolicyAction Actions2 = new ManagementPolicyAction() - { - BaseBlob = new ManagementPolicyBaseBlob() - { - Delete = new DateAfterModification(1000), - }, - }; - ManagementPolicyDefinition Definition2 = new ManagementPolicyDefinition(Actions2) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - }; - ManagementPolicyRule rule2 = new ManagementPolicyRule("olcmtest2", RuleType.Lifecycle, Definition2) - { - Enabled = false - }; - rules.Add(rule2); - - ManagementPolicyAction Actions3 = new ManagementPolicyAction() - { - Snapshot = new ManagementPolicySnapShot() - { - Delete = new DateAfterCreation(200) - } - }; - ManagementPolicyDefinition Definition3 = new ManagementPolicyDefinition(Actions3) - { - Filters = new ManagementPolicyFilter(new List() { "blockBlob" }) - }; - ManagementPolicyRule rule3 = new ManagementPolicyRule("olcmtest3", RuleType.Lifecycle, Definition3); - rules.Add(rule3); - - //Set Management Policies - ManagementPolicySchema policyToSet = new ManagementPolicySchema(rules); - ManagementPolicy managementPolicy = new ManagementPolicy() - { - Policy = policyToSet - }; - Response policy = await ManagementPoliciesClient.CreateOrUpdateAsync(rgname, accountName, ManagementPolicyName.Default, managementPolicy); - CompareStorageAccountManagementPolicyProperty(policyToSet, policy.Value.Policy); - - //Get Management Policies - policy = await ManagementPoliciesClient.GetAsync(rgname, accountName, ManagementPolicyName.Default); - CompareStorageAccountManagementPolicyProperty(policyToSet, policy.Value.Policy); - - //Delete Management Policies, and check policy not exist - await ManagementPoliciesClient.DeleteAsync(rgname, accountName, ManagementPolicyName.Default); - bool dataPolicyExist = true; - try - { - policy = await ManagementPoliciesClient.GetAsync(rgname, accountName, ManagementPolicyName.Default); - } - catch (RequestFailedException cloudException) - { - Assert.AreEqual((int)HttpStatusCode.NotFound, cloudException.Status); - dataPolicyExist = false; - } - Assert.False(dataPolicyExist); - - //Delete not exist Management Policies will not fail - await ManagementPoliciesClient.DeleteAsync(rgname, accountName, ManagementPolicyName.Default); - } - - private static void CompareStorageAccountManagementPolicyProperty(ManagementPolicySchema policy1, ManagementPolicySchema policy2) - { - Assert.AreEqual(policy1.Rules.Count, policy2.Rules.Count); - foreach (ManagementPolicyRule rule1 in policy1.Rules) - { - bool ruleFound = false; - foreach (ManagementPolicyRule rule2 in policy2.Rules) - { - if (rule1.Name == rule2.Name) - { - ruleFound = true; - Assert.AreEqual(rule1.Enabled is null ? true : rule1.Enabled, rule2.Enabled); - if (rule1.Definition.Filters != null || rule2.Definition.Filters != null) - { - Assert.AreEqual(rule1.Definition.Filters.BlobTypes, rule2.Definition.Filters.BlobTypes); - Assert.AreEqual(rule1.Definition.Filters.PrefixMatch, rule2.Definition.Filters.PrefixMatch); - } - if (rule1.Definition.Actions.BaseBlob != null || rule2.Definition.Actions.BaseBlob != null) - { - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.TierToCool, rule2.Definition.Actions.BaseBlob.TierToCool); - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.TierToArchive, rule2.Definition.Actions.BaseBlob.TierToArchive); - CompareDateAfterModification(rule1.Definition.Actions.BaseBlob.Delete, rule2.Definition.Actions.BaseBlob.Delete); - } - - if (rule1.Definition.Actions.Snapshot != null || rule2.Definition.Actions.Snapshot != null) - { - CompareDateAfterCreation(rule1.Definition.Actions.Snapshot.Delete, rule1.Definition.Actions.Snapshot.Delete); - } - break; - } - } - Assert.True(ruleFound, string.Format("The set rule {0} should be found in the output.", rule1.Name)); - } - } - - private static void CompareDateAfterModification(DateAfterModification date1, DateAfterModification date2) - { - if ((date1 is null) && (date2 is null)) - { - return; - } - Assert.AreEqual(date1.DaysAfterModificationGreaterThan, date2.DaysAfterModificationGreaterThan); - } ->>>>>>> upstream/main //add tag to this storage account account=await account.AddTagAsync("key", "value"); -<<<<<<< HEAD //verify the tag is added successfully Assert.AreEqual(account.Data.Tags.Count, 1); -======= - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.PremiumLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.FileStorage, location: "eastus"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(Kind.FileStorage, account.Kind); - Assert.AreEqual(SkuName.PremiumLRS, account.Sku.Name); ->>>>>>> upstream/main } [Test] [RecordedTest] @@ -1103,344 +577,11 @@ public async Task CreateStorageAccountWithEnableNfsV3() parameters.EnableNfsV3 = false; StorageAccount account = (await storageAccountContainer.CreateOrUpdateAsync(accountName, parameters)).Value; -<<<<<<< HEAD //validate VerifyAccountProperties(account, false); Assert.NotNull(account.Data.PrimaryEndpoints.Web); Assert.AreEqual(Kind.StorageV2, account.Data.Kind); Assert.False(account.Data.EnableNfsV3); -======= - // Create storage account with StorageV2 - Sku sku = new Sku(SkuName.PremiumLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.BlockBlobStorage, location: "eastus"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - VerifyAccountProperties(account, false); - Assert.AreEqual(Kind.BlockBlobStorage, account.Kind); - Assert.AreEqual(SkuName.PremiumLRS, account.Sku.Name); - } - - [RecordedTest] - [Ignore("Track2: Unable to locate active AAD DS for AAD tenant Id *************** associated with the storage account.")] - public async Task StorageAccountCreateSetGetFileAadIntegration() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardGRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation) - { - AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.Aadds) - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(DirectoryServiceOptions.Aadds, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(DirectoryServiceOptions.Aadds, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Update storage account - StorageAccountUpdateParameters updateParameters = new StorageAccountUpdateParameters - { - AzureFilesIdentityBasedAuthentication = new AzureFilesIdentityBasedAuthentication(DirectoryServiceOptions.None), - EnableHttpsTrafficOnly = true - }; - account = await UpdateStorageAccountAsync(rgname, accountName, updateParameters); - Assert.AreEqual(DirectoryServiceOptions.None, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(DirectoryServiceOptions.None, account.AzureFilesIdentityBasedAuthentication.DirectoryServiceOptions); - } - - [RecordedTest] - [Ignore("Track2: Last sync time is unavailable for account sto218")] - public async Task StorageAccountFailOver() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardRagrs); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: DefaultLocation); - _ = await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Wait for account ready to failover and Validate - StorageAccount account; - string location; - int i = 100; - do - { - account = await AccountsClient.GetPropertiesAsync(rgname, accountName, expand: StorageAccountExpand.GeoReplicationStats); - Assert.AreEqual(SkuName.StandardRagrs, account.Sku.Name); - Assert.Null(account.FailoverInProgress); - location = account.SecondaryLocation; - - //Don't need sleep when playback, or Unit test will be very slow. Need sleep when record. - if (Mode == RecordedTestMode.Record) - { - System.Threading.Thread.Sleep(10000); - } - } while ((account.GeoReplicationStats.CanFailover != true) && (i-- > 0)); - - // Failover storage account - Operation failoverWait = await AccountsClient.StartFailoverAsync(rgname, accountName); - await WaitForCompletionAsync(failoverWait); - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(location, account.PrimaryLocation); - } - - [RecordedTest] - public async Task StorageAccountGetLastSyncTime() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardRagrs); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "eastus2"); - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardRagrs, account.Sku.Name); - Assert.Null(account.GeoReplicationStats); - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.Null(account.GeoReplicationStats); - account = await AccountsClient.GetPropertiesAsync(rgname, accountName, StorageAccountExpand.GeoReplicationStats); - Assert.NotNull(account.GeoReplicationStats); - Assert.NotNull(account.GeoReplicationStats.Status); - Assert.NotNull(account.GeoReplicationStats.LastSyncTime); - Assert.NotNull(account.GeoReplicationStats.CanFailover); - } - - [RecordedTest] - public async Task StorageAccountLargeFileSharesStateTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(LargeFileSharesState.Enabled, account.LargeFileSharesState); - - // Validate - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - Assert.AreEqual(LargeFileSharesState.Enabled, account.LargeFileSharesState); - } - - [RecordedTest] - public async Task StorageAccountPrivateEndpointTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westeurope") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - Assert.AreEqual(SkuName.StandardLRS, account.Sku.Name); - - account = await WaitToGetAccountSuccessfullyAsync(rgname, accountName); - IReadOnlyList pes = account.PrivateEndpointConnections; - foreach (PrivateEndpointConnection pe in pes) - { - //Get from account - await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - - // Prepare data for set - PrivateEndpoint endpoint = new PrivateEndpoint(); - PrivateEndpointConnection connection = new PrivateEndpointConnection() - { - PrivateEndpoint = endpoint, - PrivateLinkServiceConnectionState = new PrivateLinkServiceConnectionState() - { - ActionRequired = "None", - Description = "123", - Status = "Approved" - } - }; - - if (pe.PrivateLinkServiceConnectionState.Status != "Rejected") - { - //Set approve - connection.PrivateLinkServiceConnectionState.Status = "Approved"; - PrivateEndpointConnection pe3 = await PrivateEndpointConnectionsClient.PutAsync(rgname, accountName, pe.Name, pe); - Assert.AreEqual("Approved", pe3.PrivateLinkServiceConnectionState.Status); - - //Validate approve by get - pe3 = await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - Assert.AreEqual("Approved", pe3.PrivateLinkServiceConnectionState.Status); - } - - if (pe.PrivateLinkServiceConnectionState.Status == "Rejected") - { - //Set reject - connection.PrivateLinkServiceConnectionState.Status = "Rejected"; - PrivateEndpointConnection pe4 = await PrivateEndpointConnectionsClient.PutAsync(rgname, accountName, pe.Name, pe); - Assert.AreEqual("Rejected", pe4.PrivateLinkServiceConnectionState.Status); - - //Validate reject by get - pe4 = await PrivateEndpointConnectionsClient.GetAsync(rgname, accountName, pe.Name); - Assert.AreEqual("Rejected", pe4.PrivateLinkServiceConnectionState.Status); - } - } - } - - [RecordedTest] - public async Task StorageAccountPrivateLinkTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "westus") - { - LargeFileSharesState = LargeFileSharesState.Enabled - }; - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Get private link resource - Response result = await PrivateLinkResourcesClient.ListByStorageAccountAsync(rgname, accountName); - - // Validate - Assert.True(result.Value.Value.Count > 0); - } - - [RecordedTest] - public async Task StorageAccountCreateWithTableQueueEcryptionKeyTypeTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "eastus") - { - Encryption = new Encryption(keySource: KeySource.MicrosoftStorage) - { - Services = new EncryptionServices - { - Queue = new EncryptionService { KeyType = KeyType.Account }, - Table = new EncryptionService { KeyType = KeyType.Account }, - } - } - }; - StorageAccount account = await _CreateStorageAccountAsync(rgname, accountName, parameters); - - // Verify encryption settings - Assert.NotNull(account.Encryption); - Assert.NotNull(account.Encryption.Services.Blob); - Assert.True(account.Encryption.Services.Blob.Enabled); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Blob.KeyType); - Assert.NotNull(account.Encryption.Services.Blob.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.File); - Assert.True(account.Encryption.Services.File.Enabled); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Blob.KeyType); - Assert.NotNull(account.Encryption.Services.File.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.Queue); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Queue.KeyType); - Assert.True(account.Encryption.Services.Queue.Enabled); - Assert.NotNull(account.Encryption.Services.Queue.LastEnabledTime); - - Assert.NotNull(account.Encryption.Services.Table); - Assert.AreEqual(KeyType.Account, account.Encryption.Services.Table.KeyType); - Assert.True(account.Encryption.Services.Table.Enabled); - Assert.NotNull(account.Encryption.Services.Table.LastEnabledTime); - } - - [RecordedTest] - [Ignore("Remove after storage refresh")] - public async Task EcryptionScopeTest() - { - //Create resource group - string rgname = await CreateResourceGroupAsync(); - string accountName = Recording.GenerateAssetName("sto"); - - // Create storage account - Sku sku = new Sku(SkuName.StandardLRS); - StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(sku: sku, kind: Kind.StorageV2, location: "eastus"); - await _CreateStorageAccountAsync(rgname, accountName, parameters); - - //Create EcryptionScope - EncryptionScope EncryptionScope = new EncryptionScope() - { - Source = EncryptionScopeSource.MicrosoftStorage, - State = EncryptionScopeState.Disabled - }; - EncryptionScope es = await EncryptionScopesClient.PutAsync(rgname, accountName, "testscope", EncryptionScope); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Disabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - // Get EcryptionScope - es = await EncryptionScopesClient.GetAsync(rgname, accountName, "testscope"); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Disabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - // Patch EcryptionScope - es.State = EncryptionScopeState.Enabled; - es = await EncryptionScopesClient.PatchAsync(rgname, accountName, "testscope", es); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Enabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - - //List EcryptionScope - AsyncPageable ess = EncryptionScopesClient.ListAsync(rgname, accountName); - Task> essList = ess.ToEnumerableAsync(); - es = essList.Result.First(); - Assert.AreEqual("testscope", es.Name); - Assert.AreEqual(EncryptionScopeState.Enabled, es.State); - Assert.AreEqual(EncryptionScopeSource.MicrosoftStorage, es.Source); - } - - private async Task CreateResourceGroupAsync() - { - return await CreateResourceGroup(GetResourceManagementClient(), Recording); - } - - private async Task _CreateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountCreateParameters parameters = null) - { - StorageAccountCreateParameters saParameters = parameters ?? GetDefaultStorageAccountParameters(); - Operation accountsResponse = await AccountsClient.StartCreateAsync(resourceGroupName, accountName, saParameters); - StorageAccount account = (await WaitForCompletionAsync(accountsResponse)).Value; - return account; - } - - private async Task> WaitToGetAccountSuccessfullyAsync(string resourceGroupName, string accountName) - { - return await AccountsClient.GetPropertiesAsync(resourceGroupName, accountName); - } - - private async Task> UpdateStorageAccountAsync(string resourceGroupName, string accountName, StorageAccountUpdateParameters parameters) - { - return await AccountsClient.UpdateAsync(resourceGroupName, accountName, parameters); - } - - private async Task DeleteStorageAccountAsync(string resourceGroupName, string accountName) - { - return await AccountsClient.DeleteAsync(resourceGroupName, accountName); ->>>>>>> upstream/main } } } From 612f7fc27c0d5685d4a51480f8f7f9379225f800 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 1 Sep 2021 16:08:03 +0800 Subject: [PATCH 25/27] ignore storage account list key test --- .../tests/Tests/StorageAccountTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs index 50e463aa4e527..29a540867f088 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Tests/StorageAccountTests.cs @@ -191,6 +191,7 @@ public async Task CreateLargeFileShareOnStorageAccount() [Test] [RecordedTest] + [Ignore("ignored since response contains keys")] public async Task StorageAccountRegenerateKey() { //create storage account and get keys From 8ff2d017554e609627f760a200058fd88b2a9658 Mon Sep 17 00:00:00 2001 From: yukun-dong Date: Wed, 1 Sep 2021 16:21:44 +0800 Subject: [PATCH 26/27] remove records that are not used --- .../StorageAccountBeginCreateTest.json | 699 ---- .../StorageAccountBeginCreateTestAsync.json | 730 ----- .../StorageAccountCheckNameTest.json | 817 ----- .../StorageAccountCheckNameTestAsync.json | 848 ----- .../StorageAccountCreateGetdfs.json | 812 ----- .../StorageAccountCreateGetdfsAsync.json | 782 ----- .../StorageAccountCreateTest.json | 920 ------ .../StorageAccountCreateTestAsync.json | 1354 -------- ...torageAccountCreateWithAccessTierTest.json | 1326 -------- ...eAccountCreateWithAccessTierTestAsync.json | 1263 -------- ...rageAccountCreateWithBlockBlobStorage.json | 720 ----- ...ccountCreateWithBlockBlobStorageAsync.json | 720 ----- ...torageAccountCreateWithEncryptionTest.json | 742 ----- ...eAccountCreateWithEncryptionTestAsync.json | 742 ----- .../StorageAccountCreateWithFileStorage.json | 688 ---- ...rageAccountCreateWithFileStorageAsync.json | 688 ---- ...StorageAccountCreateWithHttpsOnlyTest.json | 1294 -------- ...geAccountCreateWithHttpsOnlyTestAsync.json | 1263 -------- .../StorageAccountCreateWithStorageV2.json | 727 ----- ...torageAccountCreateWithStorageV2Async.json | 757 ----- ...ateWithTableQueueEcryptionKeyTypeTest.json | 746 ----- ...thTableQueueEcryptionKeyTypeTestAsync.json | 746 ----- .../StorageAccountDeleteTest.json | 812 ----- .../StorageAccountDeleteTestAsync.json | 812 ----- .../StorageAccountGetBlobTest.json | 2139 ------------- .../StorageAccountGetBlobTestAsync.json | 2108 ------------- .../StorageAccountGetLastSyncTime.json | 916 ------ .../StorageAccountGetLastSyncTimeAsync.json | 916 ------ .../StorageAccountGetPremiumTest.json | 779 ----- .../StorageAccountGetPremiumTestAsync.json | 779 ----- .../StorageAccountGetStandardTest.json | 2797 ----------------- .../StorageAccountGetStandardTestAsync.json | 2765 ---------------- ...torageAccountLargeFileSharesStateTest.json | 777 ----- ...eAccountLargeFileSharesStateTestAsync.json | 808 ----- .../StorageAccountListAccountSASTest.json | 774 ----- ...StorageAccountListAccountSASTestAsync.json | 774 ----- ...ntListAccountSASWithDefaultProperties.json | 771 ----- ...tAccountSASWithDefaultPropertiesAsync.json | 771 ----- ...ntListAccountSASWithMissingProperties.json | 743 ----- ...tAccountSASWithMissingPropertiesAsync.json | 774 ----- ...StorageAccountListByResourceGroupTest.json | 1459 --------- ...geAccountListByResourceGroupTestAsync.json | 1429 --------- .../StorageAccountListBySubscriptionTest.json | 1704 ---------- ...ageAccountListBySubscriptionTestAsync.json | 1745 ---------- .../StorageAccountListServiceSASTest.json | 774 ----- ...StorageAccountListServiceSASTestAsync.json | 743 ----- ...ntListServiceSASWithDefaultProperties.json | 741 ----- ...tServiceSASWithDefaultPropertiesAsync.json | 771 ----- ...ntListServiceSASWithMissingProperties.json | 772 ----- ...tServiceSASWithMissingPropertiesAsync.json | 741 ----- .../StorageAccountListWithEncryptionTest.json | 797 ----- ...ageAccountListWithEncryptionTestAsync.json | 797 ----- .../StorageAccountLocationUsageTest.json | 96 - .../StorageAccountLocationUsageTestAsync.json | 96 - .../StorageAccountPrivateEndpointTest.json | 777 ----- ...torageAccountPrivateEndpointTestAsync.json | 777 ----- .../StorageAccountPrivateLinkTest.json | 845 ----- .../StorageAccountPrivateLinkTestAsync.json | 845 ----- .../StorageAccountRegenerateKey.json | 814 ----- .../StorageAccountRegenerateKeyAsync.json | 814 ----- .../StorageAccountRegenerateKeyTest.json | 822 ----- .../StorageAccountRegenerateKeyTestAsync.json | 822 ----- ...geAccountRevokeUserDelegationKeysTest.json | 760 ----- ...ountRevokeUserDelegationKeysTestAsync.json | 760 ----- ...geAccountSetGetDeleteManagementPolicy.json | 1129 ------- ...ountSetGetDeleteManagementPolicyAsync.json | 1160 ------- .../StorageAccountUpdateEncryptionTest.json | 1568 --------- ...orageAccountUpdateEncryptionTestAsync.json | 1568 --------- .../StorageAccountUpdateKindStorageV2.json | 908 ------ ...torageAccountUpdateKindStorageV2Async.json | 876 ------ .../StorageAccountUpdateMultipleTest.json | 904 ------ ...StorageAccountUpdateMultipleTestAsync.json | 873 ----- .../StorageAccountUpdateTest.json | 1271 -------- .../StorageAccountUpdateTestAsync.json | 1302 -------- .../StorageAccountUpdateWithCreateTest.json | 1290 -------- ...orageAccountUpdateWithCreateTestAsync.json | 1290 -------- ...StorageAccountUpdateWithHttpsOnlyTest.json | 877 ------ ...geAccountUpdateWithHttpsOnlyTestAsync.json | 908 ------ .../StorageAccountVnetACLTest.json | 1194 ------- .../StorageAccountVnetACLTestAsync.json | 1194 ------- 80 files changed, 79412 deletions(-) delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json delete mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json deleted file mode 100644 index 52c62905153d6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTest.json +++ /dev/null @@ -1,699 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cda2cb5d0e47410d153bca51bd78db8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b9722cd1-4014-4f9c-9e67-538d83138b02", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "b9722cd1-4014-4f9c-9e67-538d83138b02", - "x-ms-routing-request-id": "WESTUS2:20210901T001012Z:b9722cd1-4014-4f9c-9e67-538d83138b02" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86c736964d120f8ce61589391a70a240", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29f3bcc6-edd0-4e4e-a52b-5b54ab42eaf0", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "29f3bcc6-edd0-4e4e-a52b-5b54ab42eaf0", - "x-ms-routing-request-id": "WESTUS2:20210901T001012Z:29f3bcc6-edd0-4e4e-a52b-5b54ab42eaf0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1902?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-22dbcf02b4c1f14e9ed6d430b9478bd4-4ab785b4e14be846-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be0e793d43686960742b08b45e980321", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8f887d2a-3617-465b-92e8-95c56c9b4718", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "8f887d2a-3617-465b-92e8-95c56c9b4718", - "x-ms-routing-request-id": "WESTUS2:20210901T001013Z:8f887d2a-3617-465b-92e8-95c56c9b4718" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1902", - "name": "res1902", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1902/providers/Microsoft.Storage/storageAccounts/sto8736?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-6720c318c5ffa940a121978d54f1aefa-64fd68aa2a07a445-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c157da2a6819cba076cf47d75960b07c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c157da2a6819cba076cf47d75960b07c", - "x-ms-correlation-request-id": "b8200f6e-c604-49dc-bcff-b1a4914dabd7", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "9951642f-ad55-460f-9a55-921496337447", - "x-ms-routing-request-id": "WESTUS2:20210901T001016Z:b8200f6e-c604-49dc-bcff-b1a4914dabd7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c845f9175ce811236ef3f27419921acb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c845f9175ce811236ef3f27419921acb", - "x-ms-correlation-request-id": "917e1a3e-7008-4f1c-81fe-886b2993eda6", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "e21c37c4-4b45-48ed-8fd0-b6a2371b19c5", - "x-ms-routing-request-id": "WESTUS2:20210901T001016Z:917e1a3e-7008-4f1c-81fe-886b2993eda6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bad73757a3a4fc27e7f0a57b461c70ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bad73757a3a4fc27e7f0a57b461c70ee", - "x-ms-correlation-request-id": "f2357a73-a2ec-42fc-a570-2e833c37fcbf", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "f4477375-8646-40aa-b080-ee5ad1603c70", - "x-ms-routing-request-id": "WESTUS2:20210901T001017Z:f2357a73-a2ec-42fc-a570-2e833c37fcbf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60bfc052e81a2a93b94d10063c7e4d89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60bfc052e81a2a93b94d10063c7e4d89", - "x-ms-correlation-request-id": "ac5d44e1-bc77-401d-94b4-abf1dafce173", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "bf9e7fc5-a265-4f40-9d3f-d6b641050109", - "x-ms-routing-request-id": "WESTUS2:20210901T001018Z:ac5d44e1-bc77-401d-94b4-abf1dafce173" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "232c5683c1b074e1d149e0f7b7a7ca52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "232c5683c1b074e1d149e0f7b7a7ca52", - "x-ms-correlation-request-id": "6b9aa03b-88d8-4261-942d-b81ede8fd88e", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "08a669cd-babb-494b-a477-68a311407768", - "x-ms-routing-request-id": "WESTUS2:20210901T001019Z:6b9aa03b-88d8-4261-942d-b81ede8fd88e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58210382bad36eb0a4ad01569220bf69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58210382bad36eb0a4ad01569220bf69", - "x-ms-correlation-request-id": "8ce60b81-bda4-4236-b0c6-efe7fabc0f1e", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "26b43ef0-5846-419e-83c3-542cd91711e4", - "x-ms-routing-request-id": "WESTUS2:20210901T001020Z:8ce60b81-bda4-4236-b0c6-efe7fabc0f1e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0f81ba24df0913ede4a8fd1089b7311", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0f81ba24df0913ede4a8fd1089b7311", - "x-ms-correlation-request-id": "7ecb7689-445f-4022-bdb1-570fa1fe36cc", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "0a4052c9-ff12-46b4-bbc4-2a9ec0af8c3a", - "x-ms-routing-request-id": "WESTUS2:20210901T001021Z:7ecb7689-445f-4022-bdb1-570fa1fe36cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3884be82f55dc8b6a5bd7e02c08be1b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3884be82f55dc8b6a5bd7e02c08be1b0", - "x-ms-correlation-request-id": "d6dac167-d87b-437d-9370-81fc7f011503", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "7117aaa5-ff7e-4845-8eee-a796fa493f46", - "x-ms-routing-request-id": "WESTUS2:20210901T001023Z:d6dac167-d87b-437d-9370-81fc7f011503" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b55768adaaf3561c58f79882bdf6508", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b55768adaaf3561c58f79882bdf6508", - "x-ms-correlation-request-id": "035268a2-77d5-40f6-b600-bc48f749c601", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "8d4b8d5c-3bbf-4e4c-a2bc-22e6cf3b026a", - "x-ms-routing-request-id": "WESTUS2:20210901T001024Z:035268a2-77d5-40f6-b600-bc48f749c601" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4d3ef39879cad0b65304a32ce3bd053", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d3ef39879cad0b65304a32ce3bd053", - "x-ms-correlation-request-id": "fa831dfd-5167-4b31-a85b-290cb33aa7b8", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "a1c5c1cc-7eb4-4d34-bba9-374adaa667df", - "x-ms-routing-request-id": "WESTUS2:20210901T001025Z:fa831dfd-5167-4b31-a85b-290cb33aa7b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9246de69d846a8625c4e73cd7b2e9cc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9246de69d846a8625c4e73cd7b2e9cc6", - "x-ms-correlation-request-id": "5e98866e-bb86-4ccb-9add-06e63863dcec", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "95d560eb-f030-4a6d-8c13-da6904d14c5a", - "x-ms-routing-request-id": "WESTUS2:20210901T001026Z:5e98866e-bb86-4ccb-9add-06e63863dcec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1c976570db703136aa7357e8f2f678a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1c976570db703136aa7357e8f2f678a", - "x-ms-correlation-request-id": "e0ecdefc-43b8-4e7e-9751-67ed9aaf04d2", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "b00e053e-96e5-4e3a-89c1-dfe3b69ed212", - "x-ms-routing-request-id": "WESTUS2:20210901T001027Z:e0ecdefc-43b8-4e7e-9751-67ed9aaf04d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c1f25bfd39861c18c2b784e133e3137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1f25bfd39861c18c2b784e133e3137", - "x-ms-correlation-request-id": "f6d03121-0fd9-4092-a552-c74ccb3cbd89", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "38a46554-708d-4db9-8a56-90cf617a6c15", - "x-ms-routing-request-id": "WESTUS2:20210901T001028Z:f6d03121-0fd9-4092-a552-c74ccb3cbd89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57da8493fe725c9ccb43279ea2e3192c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57da8493fe725c9ccb43279ea2e3192c", - "x-ms-correlation-request-id": "26d0bdbb-7ad3-41a6-9b7e-05d1d5c122d2", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "9bb6bfb2-c528-4061-988a-ce4693ca2099", - "x-ms-routing-request-id": "WESTUS2:20210901T001029Z:26d0bdbb-7ad3-41a6-9b7e-05d1d5c122d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "560ee8e74f0f832db467458b94c5ef2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:10:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "560ee8e74f0f832db467458b94c5ef2c", - "x-ms-correlation-request-id": "a28c905a-84a2-4371-a4d7-ce442eb7de2b", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "62dc37d8-29bd-4b71-a9cf-f231e07167e5", - "x-ms-routing-request-id": "WESTUS2:20210901T001030Z:a28c905a-84a2-4371-a4d7-ce442eb7de2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9951642f-ad55-460f-9a55-921496337447?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0bebfe760f54c01788c28154ac23bea8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:10:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0bebfe760f54c01788c28154ac23bea8", - "x-ms-correlation-request-id": "31eb49f0-d80e-46a0-a9f0-d3747aad047e", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "6385420e-f3ad-4e28-a9d4-45dd5f60d339", - "x-ms-routing-request-id": "WESTUS2:20210901T001032Z:31eb49f0-d80e-46a0-a9f0-d3747aad047e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1902/providers/Microsoft.Storage/storageAccounts/sto8736", - "name": "sto8736", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:10:14.8097375Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:10:14.8097375Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:10:14.7160072Z", - "primaryEndpoints": { - "blob": "https://sto8736.blob.core.windows.net/", - "queue": "https://sto8736.queue.core.windows.net/", - "table": "https://sto8736.table.core.windows.net/", - "file": "https://sto8736.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "737903887", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json deleted file mode 100644 index 85aa87693eb4d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountBeginCreateTestAsync.json +++ /dev/null @@ -1,730 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b31eaf4228361d3e89bb8417ffea55b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e249bc6-d7fe-45ec-8b4f-adcc4dad0da3", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "1e249bc6-d7fe-45ec-8b4f-adcc4dad0da3", - "x-ms-routing-request-id": "WESTUS2:20210901T014833Z:1e249bc6-d7fe-45ec-8b4f-adcc4dad0da3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64e96faef8d0ad014e99b3ad7d31ea1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "26d115a4-c48d-40a9-b5a3-84da72ff72b5", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "26d115a4-c48d-40a9-b5a3-84da72ff72b5", - "x-ms-routing-request-id": "WESTUS2:20210901T014833Z:26d115a4-c48d-40a9-b5a3-84da72ff72b5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3108?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2567e2c952487746b58835a65bbe420a-31dbaa8a6e4dee43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9fc756e4100a798af7b085f321e2767", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "47b3e4d1-8571-4879-a4b3-150dea008f29", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "47b3e4d1-8571-4879-a4b3-150dea008f29", - "x-ms-routing-request-id": "WESTUS2:20210901T014834Z:47b3e4d1-8571-4879-a4b3-150dea008f29" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3108", - "name": "res3108", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3108/providers/Microsoft.Storage/storageAccounts/sto3327?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-bb03042b42e1ac4e9ae1de7281d81bc1-0fcf19ae827c9e4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87bf9d11499b71ae659d74919f58d165", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87bf9d11499b71ae659d74919f58d165", - "x-ms-correlation-request-id": "b4871b41-addd-4b8d-a77a-8282b52abb89", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9", - "x-ms-routing-request-id": "WESTUS2:20210901T014839Z:b4871b41-addd-4b8d-a77a-8282b52abb89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c1fdd46095f2bd34e789ba423161023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1fdd46095f2bd34e789ba423161023", - "x-ms-correlation-request-id": "a9b4d2e5-af58-4a45-8366-bf8b0ca15fa3", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "fe49379c-bb29-4f99-bbf4-430038d6cae7", - "x-ms-routing-request-id": "WESTUS2:20210901T014839Z:a9b4d2e5-af58-4a45-8366-bf8b0ca15fa3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cacf9370eb163d76e6dca7accb5234a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cacf9370eb163d76e6dca7accb5234a", - "x-ms-correlation-request-id": "d044cae7-3106-4af1-b228-e8063343abdd", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "e3edd7f3-d7db-46bf-9e40-e585ef60b794", - "x-ms-routing-request-id": "WESTUS2:20210901T014840Z:d044cae7-3106-4af1-b228-e8063343abdd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c14ae92184387b06be4a0a50128a2ea5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c14ae92184387b06be4a0a50128a2ea5", - "x-ms-correlation-request-id": "b484b527-d371-4df7-a7cf-540a06001040", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "5b657bb1-09a7-4e38-87d6-88795d75d849", - "x-ms-routing-request-id": "WESTUS2:20210901T014841Z:b484b527-d371-4df7-a7cf-540a06001040" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53c15910ee6f38da06bbdef13f585f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53c15910ee6f38da06bbdef13f585f98", - "x-ms-correlation-request-id": "2f047e99-cfe2-4b2e-a631-f2527d9a00d1", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "44418480-3e94-40a2-8d47-a28ced9f9abb", - "x-ms-routing-request-id": "WESTUS2:20210901T014842Z:2f047e99-cfe2-4b2e-a631-f2527d9a00d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a8250554eccb2eaf330ce67038651e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a8250554eccb2eaf330ce67038651e3", - "x-ms-correlation-request-id": "fdeb5f25-0821-4eee-99a8-f339ca24b5b9", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "f8bcdae8-f6bd-4d83-9d88-2003749a434f", - "x-ms-routing-request-id": "WESTUS2:20210901T014843Z:fdeb5f25-0821-4eee-99a8-f339ca24b5b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "726a243fcff432db0e11bb7da6143c65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "726a243fcff432db0e11bb7da6143c65", - "x-ms-correlation-request-id": "2b841da1-6dc8-458d-b4a8-c6132368fe80", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "aa62e356-5321-442a-8903-a0a293ccfb65", - "x-ms-routing-request-id": "WESTUS2:20210901T014844Z:2b841da1-6dc8-458d-b4a8-c6132368fe80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1fa71eaf308c1d96e0e603e2072347f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1fa71eaf308c1d96e0e603e2072347f", - "x-ms-correlation-request-id": "80ae62c8-b4bc-4b75-adc8-abecea2e11b8", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "8d89ac52-8bb1-4515-a876-46c0258e2adf", - "x-ms-routing-request-id": "WESTUS2:20210901T014845Z:80ae62c8-b4bc-4b75-adc8-abecea2e11b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ab2fa6aedee85a4754f2bba926d0cdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ab2fa6aedee85a4754f2bba926d0cdf", - "x-ms-correlation-request-id": "9e42f3de-6113-4ac1-97be-6d6dec52d37e", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "b61efa65-7e01-4796-b328-3e531dc1f01e", - "x-ms-routing-request-id": "WESTUS2:20210901T014847Z:9e42f3de-6113-4ac1-97be-6d6dec52d37e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "927d68f38f8c4bdb4ba804e66f9c129c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "927d68f38f8c4bdb4ba804e66f9c129c", - "x-ms-correlation-request-id": "60d6d961-f90e-4b78-9476-e1e0b90c760a", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "84658dc5-caf2-4879-a7c6-6c018c339b33", - "x-ms-routing-request-id": "WESTUS2:20210901T014848Z:60d6d961-f90e-4b78-9476-e1e0b90c760a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab123cdc2262fd77cd754bb8c81e2f00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab123cdc2262fd77cd754bb8c81e2f00", - "x-ms-correlation-request-id": "e4bce421-cd4b-43e3-b29e-195378310c9e", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "89c1303b-3bdc-480a-93f8-e0ca41fa7170", - "x-ms-routing-request-id": "WESTUS2:20210901T014849Z:e4bce421-cd4b-43e3-b29e-195378310c9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b74a8002a2f5daf31e66cf45e8be16d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b74a8002a2f5daf31e66cf45e8be16d9", - "x-ms-correlation-request-id": "180aaf59-3b78-479f-abb2-9d4b6487c275", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "a4c3185d-a17c-42c3-a232-0a4aa963ff87", - "x-ms-routing-request-id": "WESTUS2:20210901T014850Z:180aaf59-3b78-479f-abb2-9d4b6487c275" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56de8f3c605ad17df080c5164322832c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56de8f3c605ad17df080c5164322832c", - "x-ms-correlation-request-id": "444dd1be-7b96-4e6b-b4b8-aec8ff4cf1c6", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "5b35a488-47be-4494-9550-9efb67dfa1b0", - "x-ms-routing-request-id": "WESTUS2:20210901T014851Z:444dd1be-7b96-4e6b-b4b8-aec8ff4cf1c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eee403795a523aa648388dfc5331140f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eee403795a523aa648388dfc5331140f", - "x-ms-correlation-request-id": "d68ae894-1b8e-433c-961f-4e86dc857f2c", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "fc2acc2f-fccc-400c-8f73-8cb58240cdf4", - "x-ms-routing-request-id": "WESTUS2:20210901T014852Z:d68ae894-1b8e-433c-961f-4e86dc857f2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "387b725ed840a1a50378c775dddc96fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "387b725ed840a1a50378c775dddc96fb", - "x-ms-correlation-request-id": "e577fd8f-b523-4583-86fc-f3d45e2df13b", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "ffe1a9f0-8a91-4159-9639-d568dd6af058", - "x-ms-routing-request-id": "WESTUS2:20210901T014853Z:e577fd8f-b523-4583-86fc-f3d45e2df13b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e5cca2e227d9e286e8a30d22d3817ebe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:48:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e5cca2e227d9e286e8a30d22d3817ebe", - "x-ms-correlation-request-id": "670ce071-e955-460e-b53f-543e25781820", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "8614ba78-f650-402a-9274-339efdeddba6", - "x-ms-routing-request-id": "WESTUS2:20210901T014854Z:670ce071-e955-460e-b53f-543e25781820" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c9f97deb-f2fe-4b3d-9a82-75e3afb3b4a9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1b8b56b4aa6a0ec5d42ebd993315c6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:48:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1b8b56b4aa6a0ec5d42ebd993315c6c", - "x-ms-correlation-request-id": "93aa4d51-82df-45fd-bb53-f7823dc9f9e6", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "f3ebff67-ac7e-4f51-a9b2-439ee29d688f", - "x-ms-routing-request-id": "WESTUS2:20210901T014856Z:93aa4d51-82df-45fd-bb53-f7823dc9f9e6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3108/providers/Microsoft.Storage/storageAccounts/sto3327", - "name": "sto3327", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:48:35.7647358Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:48:35.7647358Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:48:35.6553950Z", - "primaryEndpoints": { - "blob": "https://sto3327.blob.core.windows.net/", - "queue": "https://sto3327.queue.core.windows.net/", - "table": "https://sto3327.table.core.windows.net/", - "file": "https://sto3327.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1792205253", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json deleted file mode 100644 index e77d66739bcb6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTest.json +++ /dev/null @@ -1,817 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff4f4b9c10c3f029a42836e80271ea65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "53e71533-2ac8-459e-80e8-1f5aa9765db3", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "53e71533-2ac8-459e-80e8-1f5aa9765db3", - "x-ms-routing-request-id": "WESTUS2:20210901T001136Z:53e71533-2ac8-459e-80e8-1f5aa9765db3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53e9cfd689f390b20507405d9a2b759b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "514ed71a-e500-46dd-85b0-7c3348e8d3d4", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "514ed71a-e500-46dd-85b0-7c3348e8d3d4", - "x-ms-routing-request-id": "WESTUS2:20210901T001136Z:514ed71a-e500-46dd-85b0-7c3348e8d3d4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res76?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-1c284052a35b9b4487cf516d726aae1c-f3d76c435dd67542-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dd123872015c3652bf461336a5285792", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "208", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "164c673c-7c23-4fac-99b5-b4956b81e5a8", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "164c673c-7c23-4fac-99b5-b4956b81e5a8", - "x-ms-routing-request-id": "WESTUS2:20210901T001136Z:164c673c-7c23-4fac-99b5-b4956b81e5a8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res76", - "name": "res76", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-afd5244c3276e648b977a441273f94c4-b72f9ee969949941-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd9b1827125bbe98f9bccfcb5579b29a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto8373", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "22", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:11:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd9b1827125bbe98f9bccfcb5579b29a", - "x-ms-correlation-request-id": "cdfaecbf-7e12-447a-845d-41b8614a8428", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "8d4f0257-2085-466a-b1f0-80d0022ffad6", - "x-ms-routing-request-id": "WESTUS2:20210901T001137Z:cdfaecbf-7e12-447a-845d-41b8614a8428" - }, - "ResponseBody": { - "nameAvailable": true - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-451c00b82a24e94c911db1aeb2a13660-e7204c0f0d377442-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d73890ce7a8796cd1c34439f5a5fdee9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "CAPS", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:11:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d73890ce7a8796cd1c34439f5a5fdee9", - "x-ms-correlation-request-id": "c8171d8a-b1c2-47e3-899b-02e1f8cd41bd", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "38493a79-32fe-4a94-8a7e-6d620f1f0acb", - "x-ms-routing-request-id": "WESTUS2:20210901T001137Z:c8171d8a-b1c2-47e3-899b-02e1f8cd41bd" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AccountNameInvalid", - "message": "CAPS is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res76/providers/Microsoft.Storage/storageAccounts/sto3707?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-f00e3987937e0940aedb3586eba8930f-79f3b578eca3414f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "005d03fb171c7a251f6345836b69cc60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "005d03fb171c7a251f6345836b69cc60", - "x-ms-correlation-request-id": "bd2bbba3-fa84-4b4e-85fe-f03e9659ee15", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "143a1b48-39b3-429d-af91-6bf3b0a0370c", - "x-ms-routing-request-id": "WESTUS2:20210901T001151Z:bd2bbba3-fa84-4b4e-85fe-f03e9659ee15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7659ffe5995578b1135d68168713b1ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7659ffe5995578b1135d68168713b1ca", - "x-ms-correlation-request-id": "1eca0c10-5c32-487b-bb47-76c0402d9f19", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "3b8705b9-7727-4faa-a0fb-9a5b462a543d", - "x-ms-routing-request-id": "WESTUS2:20210901T001151Z:1eca0c10-5c32-487b-bb47-76c0402d9f19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87be3f77cb46e4105511fc3cf05681ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87be3f77cb46e4105511fc3cf05681ba", - "x-ms-correlation-request-id": "5c7364ad-f301-4a90-b222-2a2baa50a1cb", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "b4bdb9ba-45eb-4ae4-a901-388a2974060e", - "x-ms-routing-request-id": "WESTUS2:20210901T001153Z:5c7364ad-f301-4a90-b222-2a2baa50a1cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b9d67c8560f020a251f0a5daf97c3f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9d67c8560f020a251f0a5daf97c3f1", - "x-ms-correlation-request-id": "b53b1c88-1785-4099-aa42-f1770906df66", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "12f0e93c-7eb5-4606-9e28-14b63ca2b0db", - "x-ms-routing-request-id": "WESTUS2:20210901T001154Z:b53b1c88-1785-4099-aa42-f1770906df66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9575c2e12a61996ef7520439d7587bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9575c2e12a61996ef7520439d7587bc", - "x-ms-correlation-request-id": "77667b03-333b-45cf-89e7-8894e438fa9f", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "841a8568-a314-4579-8fee-1c14167fea43", - "x-ms-routing-request-id": "WESTUS2:20210901T001155Z:77667b03-333b-45cf-89e7-8894e438fa9f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "204daddb467520ba34bb6227c0b234be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "204daddb467520ba34bb6227c0b234be", - "x-ms-correlation-request-id": "61ac0c31-f1a6-4993-bd66-6d40f222f421", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "ec2fdf11-4e1e-4b96-91ef-e21dacbb8c99", - "x-ms-routing-request-id": "WESTUS2:20210901T001156Z:61ac0c31-f1a6-4993-bd66-6d40f222f421" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "940d0a4ec8feb613d0837c9935c664b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "940d0a4ec8feb613d0837c9935c664b0", - "x-ms-correlation-request-id": "3a438c7b-0757-47a5-ae68-dcbf511fd9c5", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "69b66d4c-9727-49bc-bb9a-9ff6a7a87f89", - "x-ms-routing-request-id": "WESTUS2:20210901T001157Z:3a438c7b-0757-47a5-ae68-dcbf511fd9c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01814e98a349e87ba13684eaaf6f593c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01814e98a349e87ba13684eaaf6f593c", - "x-ms-correlation-request-id": "c82dd2d7-d09e-4224-a710-f016346ff319", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "6a594be8-7406-48d2-930d-f44e5a7b2a99", - "x-ms-routing-request-id": "WESTUS2:20210901T001158Z:c82dd2d7-d09e-4224-a710-f016346ff319" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92f56241f26713be99974ff1ca20eb6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:11:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92f56241f26713be99974ff1ca20eb6e", - "x-ms-correlation-request-id": "abeec41a-46e8-4b3a-9e5c-1bdffd0aa53a", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "9bf3e818-5ee0-4579-aeb1-926ac1877ece", - "x-ms-routing-request-id": "WESTUS2:20210901T001159Z:abeec41a-46e8-4b3a-9e5c-1bdffd0aa53a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "728fb1573331ab758e25f3c743290661", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "728fb1573331ab758e25f3c743290661", - "x-ms-correlation-request-id": "45986142-5c04-414a-9bae-c66741ac4b7b", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "e9e55e91-7030-4a1a-b490-5af395faa0cb", - "x-ms-routing-request-id": "WESTUS2:20210901T001201Z:45986142-5c04-414a-9bae-c66741ac4b7b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2583f2ad1d1a5498f6e67b1538a1e80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2583f2ad1d1a5498f6e67b1538a1e80", - "x-ms-correlation-request-id": "b94ac62b-7f93-461b-922b-af08c98d3aa6", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "910b7c5b-f973-4ad5-8e1e-25b2f0696871", - "x-ms-routing-request-id": "WESTUS2:20210901T001202Z:b94ac62b-7f93-461b-922b-af08c98d3aa6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe93164be6e00e0bed4a0441fff6d070", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe93164be6e00e0bed4a0441fff6d070", - "x-ms-correlation-request-id": "874cb0e6-f057-4e4e-be9d-52e8593bfbe8", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "dbc609fe-3460-4675-a9b1-9b3bf667154c", - "x-ms-routing-request-id": "WESTUS2:20210901T001203Z:874cb0e6-f057-4e4e-be9d-52e8593bfbe8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ac6ee9019c7859d68e9e2c2cbc35704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ac6ee9019c7859d68e9e2c2cbc35704", - "x-ms-correlation-request-id": "f11b6e14-e727-4fce-a8f8-330fca0b50ae", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "6b2ce72c-dcf6-4a2b-807c-8e7df6c9d207", - "x-ms-routing-request-id": "WESTUS2:20210901T001204Z:f11b6e14-e727-4fce-a8f8-330fca0b50ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d7c720608954380344ae486cd07a599", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d7c720608954380344ae486cd07a599", - "x-ms-correlation-request-id": "4118147e-9254-44b4-af67-1f75a6e8edb9", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "a1f3c520-4992-41cc-bfb7-a300b8ec6f9c", - "x-ms-routing-request-id": "WESTUS2:20210901T001205Z:4118147e-9254-44b4-af67-1f75a6e8edb9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6521f79d94c332b8790d95f60448422a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:12:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6521f79d94c332b8790d95f60448422a", - "x-ms-correlation-request-id": "214bfb27-ea48-47af-87d9-b706690c1229", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "88ce7453-e0a0-4adc-80da-365b8832a7f6", - "x-ms-routing-request-id": "WESTUS2:20210901T001206Z:214bfb27-ea48-47af-87d9-b706690c1229" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/143a1b48-39b3-429d-af91-6bf3b0a0370c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d3afff2a37a88da6d83557d3416b861", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1165", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:12:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d3afff2a37a88da6d83557d3416b861", - "x-ms-correlation-request-id": "c7e477d8-ae26-49dc-a315-c99339b8ab01", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "98916188-91f7-4965-9f46-074058090f02", - "x-ms-routing-request-id": "WESTUS2:20210901T001207Z:c7e477d8-ae26-49dc-a315-c99339b8ab01" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res76/providers/Microsoft.Storage/storageAccounts/sto3707", - "name": "sto3707", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:11:50.5009902Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:11:50.5009902Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:11:50.3916353Z", - "primaryEndpoints": { - "blob": "https://sto3707.blob.core.windows.net/", - "queue": "https://sto3707.queue.core.windows.net/", - "table": "https://sto3707.table.core.windows.net/", - "file": "https://sto3707.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-81c4883dd51e9442b5bdfe5d91d441b5-5a31fd0664518f41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3254944f2a27241b94ab38873893feb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto3707", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "112", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:12:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3254944f2a27241b94ab38873893feb", - "x-ms-correlation-request-id": "ee8daa3c-5ffb-4968-bdee-feffe2e19857", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "39fe19bf-b767-44a8-acd7-94f657287bf2", - "x-ms-routing-request-id": "WESTUS2:20210901T001208Z:ee8daa3c-5ffb-4968-bdee-feffe2e19857" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AlreadyExists", - "message": "The storage account named sto3707 is already taken." - } - } - ], - "Variables": { - "RandomSeed": "237109448", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json deleted file mode 100644 index bf64b6a20b582..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCheckNameTestAsync.json +++ /dev/null @@ -1,848 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca71da052de7e96eec2fe7475155e5ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0d2c9511-86ba-40b5-9d76-b69507e09cf2", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "0d2c9511-86ba-40b5-9d76-b69507e09cf2", - "x-ms-routing-request-id": "WESTUS2:20210901T015000Z:0d2c9511-86ba-40b5-9d76-b69507e09cf2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aeeaf02bc13dd313acf18f89efcc4c16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "206b71c5-10db-497f-97d2-0befdcd3b2d3", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "206b71c5-10db-497f-97d2-0befdcd3b2d3", - "x-ms-routing-request-id": "WESTUS2:20210901T015000Z:206b71c5-10db-497f-97d2-0befdcd3b2d3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2391?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e2b7167c6fbdb7499ec4951b9b4a8e9a-a9279af64d30a24c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "423778a7f4f059c9212ad2c8567d8e02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f141d669-7a18-413a-8041-24d980677fc2", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "f141d669-7a18-413a-8041-24d980677fc2", - "x-ms-routing-request-id": "WESTUS2:20210901T015000Z:f141d669-7a18-413a-8041-24d980677fc2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2391", - "name": "res2391", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-2fe2375c45397f409616a5bd46465c58-f22092f26ef2584b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c5838f144d19ec61ef69ee5f920e3d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto1655", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "22", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:50:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c5838f144d19ec61ef69ee5f920e3d1", - "x-ms-correlation-request-id": "d9b95d16-c397-4d81-868b-0153864304ef", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "64ec879d-79b2-48f1-80e7-1a1add2fcd09", - "x-ms-routing-request-id": "WESTUS2:20210901T015001Z:d9b95d16-c397-4d81-868b-0153864304ef" - }, - "ResponseBody": { - "nameAvailable": true - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "58", - "Content-Type": "application/json", - "traceparent": "00-238493ac93425c43aaa0704eb484a49c-91695b5f182e5b42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "addda9143b8c20fc551c96410b567400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "CAPS", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "219", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:50:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "addda9143b8c20fc551c96410b567400", - "x-ms-correlation-request-id": "fee7e71a-51ab-4831-822d-0c80c090bd19", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "9f2dc949-522a-426a-bc59-fe3ca960d1bf", - "x-ms-routing-request-id": "WESTUS2:20210901T015001Z:fee7e71a-51ab-4831-822d-0c80c090bd19" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AccountNameInvalid", - "message": "CAPS is not a valid storage account name. Storage account name must be between 3 and 24 characters in length and use numbers and lower-case letters only." - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2391/providers/Microsoft.Storage/storageAccounts/sto1996?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-f637815329979c4582b3d1f95b011ef0-7dda77484d39bb41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd13dab6d6c57033a3d2fd2b732709ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd13dab6d6c57033a3d2fd2b732709ee", - "x-ms-correlation-request-id": "4fa55246-063f-4791-b88b-d56b964adf36", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "9b27ff47-b495-471e-972d-10ff2cd64c89", - "x-ms-routing-request-id": "WESTUS2:20210901T015004Z:4fa55246-063f-4791-b88b-d56b964adf36" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46435f9d14d0d24fa93de869fef4e1f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46435f9d14d0d24fa93de869fef4e1f4", - "x-ms-correlation-request-id": "a6342248-0c7a-45ee-be0e-a750d762ab47", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "1d8b9de9-2b54-41dd-b509-819bd7f84887", - "x-ms-routing-request-id": "WESTUS2:20210901T015004Z:a6342248-0c7a-45ee-be0e-a750d762ab47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1514528c4ea0093124d784ae2185eb10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1514528c4ea0093124d784ae2185eb10", - "x-ms-correlation-request-id": "a5399da0-acee-4922-9ff7-6e19031dc69f", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "d377ec60-549d-44ee-8887-8163136128bf", - "x-ms-routing-request-id": "WESTUS2:20210901T015005Z:a5399da0-acee-4922-9ff7-6e19031dc69f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "148d7b0ac3e3e21ef2010817c44d3c44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "148d7b0ac3e3e21ef2010817c44d3c44", - "x-ms-correlation-request-id": "2f8175c9-c899-47c5-9235-2edcd78c720e", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "9a1ee169-1967-4881-a4b4-7afcc34829dc", - "x-ms-routing-request-id": "WESTUS2:20210901T015006Z:2f8175c9-c899-47c5-9235-2edcd78c720e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3321c036b27e4fe12d3a21f88fa0b123", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3321c036b27e4fe12d3a21f88fa0b123", - "x-ms-correlation-request-id": "416f8f4e-bb78-40db-8cb1-67016d9af86f", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "ebf3001b-8726-4f75-912d-ab90fded7e62", - "x-ms-routing-request-id": "WESTUS2:20210901T015007Z:416f8f4e-bb78-40db-8cb1-67016d9af86f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "825ed752cc66c8113331229f451945d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "825ed752cc66c8113331229f451945d7", - "x-ms-correlation-request-id": "8b2277b4-995f-46e2-a9ae-8f6777feadb1", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "9ef41fd2-4bce-44d6-b760-84be7557d92c", - "x-ms-routing-request-id": "WESTUS2:20210901T015008Z:8b2277b4-995f-46e2-a9ae-8f6777feadb1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6178409ab76357929a3ee6a9a1265351", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6178409ab76357929a3ee6a9a1265351", - "x-ms-correlation-request-id": "7ace27a9-3e1e-4de0-97c1-3551a3ada5fa", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "b4543da2-054c-4605-978c-6cf03f9bf077", - "x-ms-routing-request-id": "WESTUS2:20210901T015010Z:7ace27a9-3e1e-4de0-97c1-3551a3ada5fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecc5e450baee69ddae59ff4d8f420a14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecc5e450baee69ddae59ff4d8f420a14", - "x-ms-correlation-request-id": "f8396ced-29ae-4faf-8c10-ff3a000d81db", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "ab9b8c08-650e-4b2c-90ff-8932203fd577", - "x-ms-routing-request-id": "WESTUS2:20210901T015011Z:f8396ced-29ae-4faf-8c10-ff3a000d81db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f5d4af44f289ac04506e828e567260d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f5d4af44f289ac04506e828e567260d", - "x-ms-correlation-request-id": "16f8e095-6440-4697-ad1e-5590982d59c9", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "5d75a183-8a65-48ae-a0df-10819449663a", - "x-ms-routing-request-id": "WESTUS2:20210901T015012Z:16f8e095-6440-4697-ad1e-5590982d59c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "604ed1dd5853e0e8620eb20ab844c757", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "604ed1dd5853e0e8620eb20ab844c757", - "x-ms-correlation-request-id": "21fdafb7-ce9f-4875-b604-1585db409334", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "f66732f0-a9bb-4015-b636-9fbdfb9c6580", - "x-ms-routing-request-id": "WESTUS2:20210901T015013Z:21fdafb7-ce9f-4875-b604-1585db409334" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56b5d23404c80029242ba7e7d1b58447", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56b5d23404c80029242ba7e7d1b58447", - "x-ms-correlation-request-id": "afb8f977-0dc8-4b7d-9772-283cac52c988", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "12b30772-fabc-4eec-9cc4-8c9c5eaab295", - "x-ms-routing-request-id": "WESTUS2:20210901T015014Z:afb8f977-0dc8-4b7d-9772-283cac52c988" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be6ff132a9f39bc0627cec1a9cb6e100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be6ff132a9f39bc0627cec1a9cb6e100", - "x-ms-correlation-request-id": "e375e435-1989-4457-b965-5715a55329ba", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "4a07bf23-1f8a-48dc-b029-699e27bf8e96", - "x-ms-routing-request-id": "WESTUS2:20210901T015015Z:e375e435-1989-4457-b965-5715a55329ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12f4903ecfb2d944a84d3c28b1000fac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12f4903ecfb2d944a84d3c28b1000fac", - "x-ms-correlation-request-id": "98e8edd4-797a-4a1a-884a-4f3368ee54a4", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "5099c903-90b8-4a5f-9114-3af8e10c0131", - "x-ms-routing-request-id": "WESTUS2:20210901T015016Z:98e8edd4-797a-4a1a-884a-4f3368ee54a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6d76b8909d58b631119f44c170e646e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6d76b8909d58b631119f44c170e646e", - "x-ms-correlation-request-id": "9231d0e5-f59b-452b-92a8-643bc59fd3dc", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "0ee01023-8162-4aeb-880b-7d62f85b0b32", - "x-ms-routing-request-id": "WESTUS2:20210901T015017Z:9231d0e5-f59b-452b-92a8-643bc59fd3dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40a8a64971c16295ad9516a66c98ea61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40a8a64971c16295ad9516a66c98ea61", - "x-ms-correlation-request-id": "d6e507a1-5984-4d3b-be8c-eedc0e140c41", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "def0857c-1301-48dc-ab6d-b251d26b1c1b", - "x-ms-routing-request-id": "WESTUS2:20210901T015019Z:d6e507a1-5984-4d3b-be8c-eedc0e140c41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3190406d1bde352b2d690199dbf8c299", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:50:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3190406d1bde352b2d690199dbf8c299", - "x-ms-correlation-request-id": "a97e536e-bd94-40c6-abb3-92ba5a3b6a1f", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "de4e0ee5-4c5f-4efb-bdaf-6b4ad7201ed5", - "x-ms-routing-request-id": "WESTUS2:20210901T015020Z:a97e536e-bd94-40c6-abb3-92ba5a3b6a1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9b27ff47-b495-471e-972d-10ff2cd64c89?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0bdecee9cf5718ebd575193ff2bd1e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:50:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0bdecee9cf5718ebd575193ff2bd1e79", - "x-ms-correlation-request-id": "08fa09c1-e7cd-4915-a0f3-2323147c8785", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "0fc7f5ff-19bb-42ec-b7e5-4938159da0ba", - "x-ms-routing-request-id": "WESTUS2:20210901T015021Z:08fa09c1-e7cd-4915-a0f3-2323147c8785" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2391/providers/Microsoft.Storage/storageAccounts/sto1996", - "name": "sto1996", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:50:02.8306725Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:50:02.8306725Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:50:02.7056653Z", - "primaryEndpoints": { - "blob": "https://sto1996.blob.core.windows.net/", - "queue": "https://sto1996.queue.core.windows.net/", - "table": "https://sto1996.table.core.windows.net/", - "file": "https://sto1996.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/checkNameAvailability?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "61", - "Content-Type": "application/json", - "traceparent": "00-2fcc62d2f7ae894f8d3260d4c1524841-c58e77eef6e4e646-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7de932e327e2e8f7a73135870fc87b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "name": "sto1996", - "type": "Microsoft.Storage/storageAccounts" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "112", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7de932e327e2e8f7a73135870fc87b4", - "x-ms-correlation-request-id": "2b97ed27-db56-4417-add6-b335edf711d3", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "48b39fcd-d38c-4460-80d2-a3c529aadf7a", - "x-ms-routing-request-id": "WESTUS2:20210901T015021Z:2b97ed27-db56-4417-add6-b335edf711d3" - }, - "ResponseBody": { - "nameAvailable": false, - "reason": "AlreadyExists", - "message": "The storage account named sto1996 is already taken." - } - } - ], - "Variables": { - "RandomSeed": "1995338843", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json deleted file mode 100644 index 94ed08a36f30c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfs.json +++ /dev/null @@ -1,812 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b57391f3731c782951d621840796a256", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c832f2c0-a1de-4323-8e39-27b58b4b04d8", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "c832f2c0-a1de-4323-8e39-27b58b4b04d8", - "x-ms-routing-request-id": "WESTUS2:20210901T001410Z:c832f2c0-a1de-4323-8e39-27b58b4b04d8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31b49551c1e7747306427d3db70d70ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "662905d2-3b87-4400-8a8e-dc8ec275e5a7", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "662905d2-3b87-4400-8a8e-dc8ec275e5a7", - "x-ms-routing-request-id": "WESTUS2:20210901T001410Z:662905d2-3b87-4400-8a8e-dc8ec275e5a7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7078?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-67fca014d59a86448965f7b5e98615ba-4b3b9a56dd8c1645-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4eebcf4583792cd4a0e37654f4ae17fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c81c5e3e-4a34-4554-89f1-af5a3b4f3078", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c81c5e3e-4a34-4554-89f1-af5a3b4f3078", - "x-ms-routing-request-id": "WESTUS2:20210901T001412Z:c81c5e3e-4a34-4554-89f1-af5a3b4f3078" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7078", - "name": "res7078", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7078/providers/Microsoft.Storage/storageAccounts/sto854?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "106", - "Content-Type": "application/json", - "traceparent": "00-aba930962b665f4d90b440a28ab77fe7-255fd9595b328740-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "724f961931ddfe1dafdaf5ecc1446632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": { - "isHnsEnabled": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "724f961931ddfe1dafdaf5ecc1446632", - "x-ms-correlation-request-id": "8d887ee7-c1c4-4e44-982d-aa2f70f705a5", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "e22dde80-29f6-4572-8f2c-0935b4074a3b", - "x-ms-routing-request-id": "WESTUS2:20210901T001416Z:8d887ee7-c1c4-4e44-982d-aa2f70f705a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "daf32140ae9f9e67cd4fc9a8df40de9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf32140ae9f9e67cd4fc9a8df40de9f", - "x-ms-correlation-request-id": "005eb30b-da9b-497b-a5cd-1e36d3f7ef06", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "5cb09aa8-2ceb-4acf-b8fa-6bc284b55770", - "x-ms-routing-request-id": "WESTUS2:20210901T001416Z:005eb30b-da9b-497b-a5cd-1e36d3f7ef06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec9021104550418e83706d965320de9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec9021104550418e83706d965320de9d", - "x-ms-correlation-request-id": "4f9910e6-df42-4b0e-a0d7-ef86c88076c1", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "293c5134-8ef2-4130-ab2e-ab05638e7009", - "x-ms-routing-request-id": "WESTUS2:20210901T001417Z:4f9910e6-df42-4b0e-a0d7-ef86c88076c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9fab90478c50b5935b28e9b70e6900c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fab90478c50b5935b28e9b70e6900c3", - "x-ms-correlation-request-id": "6ef14cc3-a28f-4762-85f0-8f6a7e5a57d2", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "b8fec192-a34d-495d-839c-36cb183b00e8", - "x-ms-routing-request-id": "WESTUS2:20210901T001418Z:6ef14cc3-a28f-4762-85f0-8f6a7e5a57d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ffec3e68a781fb1593b2562f40d14bad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffec3e68a781fb1593b2562f40d14bad", - "x-ms-correlation-request-id": "ce71496a-f6d7-4d0a-a600-f6b8073a7dcc", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "1999f23b-15bf-4b63-b4cd-ee416c9750e3", - "x-ms-routing-request-id": "WESTUS2:20210901T001419Z:ce71496a-f6d7-4d0a-a600-f6b8073a7dcc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4e612c713f94834f8ddb91285cd63219", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e612c713f94834f8ddb91285cd63219", - "x-ms-correlation-request-id": "621bf8a7-c9dd-4730-a7b8-2d1897d5984f", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "a325bcd2-d688-471b-898d-ccd28d9ac7a4", - "x-ms-routing-request-id": "WESTUS2:20210901T001420Z:621bf8a7-c9dd-4730-a7b8-2d1897d5984f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "142da96fdf33a01c7ab00c9e3663748a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "142da96fdf33a01c7ab00c9e3663748a", - "x-ms-correlation-request-id": "8cd42e33-ec67-4cd9-a280-e108b6407e35", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "f31162f2-0c74-4f1a-aee1-58d32d494b7d", - "x-ms-routing-request-id": "WESTUS2:20210901T001421Z:8cd42e33-ec67-4cd9-a280-e108b6407e35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2463bddb108292eef6871a515ed9ebd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2463bddb108292eef6871a515ed9ebd", - "x-ms-correlation-request-id": "405bba54-b262-4907-844d-3a2a6fb6929e", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "7e81bd10-2751-43ec-96da-ace020eb5cbf", - "x-ms-routing-request-id": "WESTUS2:20210901T001422Z:405bba54-b262-4907-844d-3a2a6fb6929e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "96bf3c7f36a3927910c1d3e433b14d2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "96bf3c7f36a3927910c1d3e433b14d2a", - "x-ms-correlation-request-id": "ca33863a-dd5e-4e21-bd6d-fcd2247f200b", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "7ba54b8a-c436-4837-bbce-087262ba206c", - "x-ms-routing-request-id": "WESTUS2:20210901T001424Z:ca33863a-dd5e-4e21-bd6d-fcd2247f200b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "204a0766508fbe117b0425ca6d768a8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "204a0766508fbe117b0425ca6d768a8d", - "x-ms-correlation-request-id": "56b748b3-1dc4-41b7-9166-71c1bd2a8736", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "8ce44337-6fec-4832-9d66-24ce73d06081", - "x-ms-routing-request-id": "WESTUS2:20210901T001425Z:56b748b3-1dc4-41b7-9166-71c1bd2a8736" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f91e4f11dda3a6e6c2b3d147dd4af63e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f91e4f11dda3a6e6c2b3d147dd4af63e", - "x-ms-correlation-request-id": "b781b189-3199-487f-a156-e62eb4753672", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "ba39d249-f7e6-4520-8a5e-59c6590eed22", - "x-ms-routing-request-id": "WESTUS2:20210901T001426Z:b781b189-3199-487f-a156-e62eb4753672" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e3f471b7da22f2d2a011b9f11ae2499", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e3f471b7da22f2d2a011b9f11ae2499", - "x-ms-correlation-request-id": "ae92af3a-4516-402a-b474-ac93561fed96", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "e1e15a36-965f-475f-9f09-b753abc77011", - "x-ms-routing-request-id": "WESTUS2:20210901T001427Z:ae92af3a-4516-402a-b474-ac93561fed96" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4d246365392888620a45edc7ec9e030", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4d246365392888620a45edc7ec9e030", - "x-ms-correlation-request-id": "09226759-92ef-4fd0-b094-cfb8fb8fac2a", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "f5b66568-7c68-43f7-b80e-6e08fac0691f", - "x-ms-routing-request-id": "WESTUS2:20210901T001428Z:09226759-92ef-4fd0-b094-cfb8fb8fac2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "26afe70d7b3794eb22eecea2c2469513", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "26afe70d7b3794eb22eecea2c2469513", - "x-ms-correlation-request-id": "a8972cee-b9fd-4211-86f6-25b03fbac6d8", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "98a4d471-90db-4415-bd3e-7a542db3ea2f", - "x-ms-routing-request-id": "WESTUS2:20210901T001429Z:a8972cee-b9fd-4211-86f6-25b03fbac6d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9710378e1277c7abc0b6edfe1f50b061", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9710378e1277c7abc0b6edfe1f50b061", - "x-ms-correlation-request-id": "b522380a-701c-4395-ad40-1ef29dd16cbe", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "b05c92c3-0bbb-4e01-93ee-fafa1f3c6a2d", - "x-ms-routing-request-id": "WESTUS2:20210901T001430Z:b522380a-701c-4395-ad40-1ef29dd16cbe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a91ea20feffbb625a3ec2a384e3c6d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:14:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a91ea20feffbb625a3ec2a384e3c6d9", - "x-ms-correlation-request-id": "aefb3394-5d06-4ac8-9a4b-e416271793d4", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "b743a9d3-427a-43fd-973e-d9ceed77cc78", - "x-ms-routing-request-id": "WESTUS2:20210901T001431Z:aefb3394-5d06-4ac8-9a4b-e416271793d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e22dde80-29f6-4572-8f2c-0935b4074a3b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "474d4a0e49b9fbb83be865808ded74d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1265", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:14:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "474d4a0e49b9fbb83be865808ded74d1", - "x-ms-correlation-request-id": "c17c0435-7d7b-451a-bc0a-6f4345f08299", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "f9754707-42a7-4137-b575-f2d2afd6d010", - "x-ms-routing-request-id": "WESTUS2:20210901T001432Z:c17c0435-7d7b-451a-bc0a-6f4345f08299" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7078/providers/Microsoft.Storage/storageAccounts/sto854", - "name": "sto854", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:14:14.8347824Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:14:14.8347824Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:14:14.7097755Z", - "primaryEndpoints": { - "dfs": "https://sto854.dfs.core.windows.net/", - "web": "https://sto854.z20.web.core.windows.net/", - "blob": "https://sto854.blob.core.windows.net/", - "queue": "https://sto854.queue.core.windows.net/", - "table": "https://sto854.table.core.windows.net/", - "file": "https://sto854.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7078/providers/Microsoft.Storage/storageAccounts/sto854?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-e5d830dd1e11bd4c9f12e06d4c14f33c-7f199ca4d175f243-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7816d3e6bb59014d5553c39500742dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1265", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:14:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7816d3e6bb59014d5553c39500742dd", - "x-ms-correlation-request-id": "72608f22-3f3e-42d4-9533-69820ee0185f", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "e8403b88-0d02-41c1-9d11-e68c8fefb9ab", - "x-ms-routing-request-id": "WESTUS2:20210901T001433Z:72608f22-3f3e-42d4-9533-69820ee0185f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7078/providers/Microsoft.Storage/storageAccounts/sto854", - "name": "sto854", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:14:14.8347824Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:14:14.8347824Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:14:14.7097755Z", - "primaryEndpoints": { - "dfs": "https://sto854.dfs.core.windows.net/", - "web": "https://sto854.z20.web.core.windows.net/", - "blob": "https://sto854.blob.core.windows.net/", - "queue": "https://sto854.queue.core.windows.net/", - "table": "https://sto854.table.core.windows.net/", - "file": "https://sto854.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "340337209", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json deleted file mode 100644 index f64aca666d84f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateGetdfsAsync.json +++ /dev/null @@ -1,782 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "488c952734c03a6fd50f8c558c34abe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "237671b0-e5f2-4052-8f47-06b6ab6ff689", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "237671b0-e5f2-4052-8f47-06b6ab6ff689", - "x-ms-routing-request-id": "WESTUS2:20210901T015142Z:237671b0-e5f2-4052-8f47-06b6ab6ff689" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13e79f10a1aec31d91e32108843fb1a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a970afc0-c3a7-4bdc-8254-aefd321c8afe", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "a970afc0-c3a7-4bdc-8254-aefd321c8afe", - "x-ms-routing-request-id": "WESTUS2:20210901T015142Z:a970afc0-c3a7-4bdc-8254-aefd321c8afe" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5576?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4827d1942860bb47af03b5967d489de4-aadd7eda9d43c343-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b080bf57350a8163ec69ccd2c136b42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd16eafa-daa0-4bd8-b5ed-5aa1ba827633", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "dd16eafa-daa0-4bd8-b5ed-5aa1ba827633", - "x-ms-routing-request-id": "WESTUS2:20210901T015143Z:dd16eafa-daa0-4bd8-b5ed-5aa1ba827633" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5576", - "name": "res5576", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5576/providers/Microsoft.Storage/storageAccounts/sto8731?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "106", - "Content-Type": "application/json", - "traceparent": "00-d9f2c7043c47fc41be69d8da65e5a3ae-822dc6b6341b5143-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be2422ef85a6c978b7dc1366b5955dea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": { - "isHnsEnabled": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be2422ef85a6c978b7dc1366b5955dea", - "x-ms-correlation-request-id": "cb35665c-6162-440b-a38d-a4f3f8876586", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "71faf4dd-f1f3-4dbf-bd59-ad06f67be22b", - "x-ms-routing-request-id": "WESTUS2:20210901T015147Z:cb35665c-6162-440b-a38d-a4f3f8876586" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e507bc64c7d864e8f42989603418830", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e507bc64c7d864e8f42989603418830", - "x-ms-correlation-request-id": "ebdff28a-bc08-4844-86c5-5785cb27b8e5", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "215e9da8-fafa-4165-ba1f-518618e3505f", - "x-ms-routing-request-id": "WESTUS2:20210901T015147Z:ebdff28a-bc08-4844-86c5-5785cb27b8e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ce2e33e9e422e33f6545336a9f8d353", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ce2e33e9e422e33f6545336a9f8d353", - "x-ms-correlation-request-id": "20615049-f5ea-4801-9c0d-902455e9a279", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "14686d7d-f9fe-4502-b6a6-e7671016e4a8", - "x-ms-routing-request-id": "WESTUS2:20210901T015148Z:20615049-f5ea-4801-9c0d-902455e9a279" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3aa05d0bce45fe6d47a213932895cc29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3aa05d0bce45fe6d47a213932895cc29", - "x-ms-correlation-request-id": "536030aa-4fe5-4baa-aaf4-02333e4c30ea", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "2278a2cf-4793-446d-ba10-2648335dcbcf", - "x-ms-routing-request-id": "WESTUS2:20210901T015149Z:536030aa-4fe5-4baa-aaf4-02333e4c30ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1241aae75481277347219828f818dc97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1241aae75481277347219828f818dc97", - "x-ms-correlation-request-id": "74179b8d-2845-40c0-b50d-4fb4c9e5bd89", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "1bc079f3-816c-4c7f-92d0-2d772fe623bb", - "x-ms-routing-request-id": "WESTUS2:20210901T015150Z:74179b8d-2845-40c0-b50d-4fb4c9e5bd89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a68a456f4da16feb76e334a08aa00660", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a68a456f4da16feb76e334a08aa00660", - "x-ms-correlation-request-id": "72fcacae-203d-4395-84d8-9277f8222820", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "be4ae5f1-d42d-4d57-8e4f-c11031cee9d9", - "x-ms-routing-request-id": "WESTUS2:20210901T015151Z:72fcacae-203d-4395-84d8-9277f8222820" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff4e2a87c0b6b6d1e978f3233644052f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff4e2a87c0b6b6d1e978f3233644052f", - "x-ms-correlation-request-id": "3ccdd25d-c253-4432-8824-39fcfd3764c2", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "a76ca4ab-051b-43bc-95fd-3697044b338f", - "x-ms-routing-request-id": "WESTUS2:20210901T015152Z:3ccdd25d-c253-4432-8824-39fcfd3764c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2237cc5260a9a87bfd19b9d20d29da7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2237cc5260a9a87bfd19b9d20d29da7", - "x-ms-correlation-request-id": "b1b7b269-116a-4b92-a918-8a8e6abbe5bd", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "d1810f1d-be0c-42c0-bae2-d14e609b3f39", - "x-ms-routing-request-id": "WESTUS2:20210901T015154Z:b1b7b269-116a-4b92-a918-8a8e6abbe5bd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cea0371addcaaee073d3bc285ac73931", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cea0371addcaaee073d3bc285ac73931", - "x-ms-correlation-request-id": "293cda31-b0ca-4f39-b6be-f770ed9b6a32", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "5fc8d52f-cb6d-4989-aa9a-93e01fb57142", - "x-ms-routing-request-id": "WESTUS2:20210901T015155Z:293cda31-b0ca-4f39-b6be-f770ed9b6a32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ddb04de247c6156a2b440e525339617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddb04de247c6156a2b440e525339617", - "x-ms-correlation-request-id": "004fc70c-bb54-43bc-b00b-ad7d260edd9c", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "1ba05986-d842-4eda-b930-78703f974be6", - "x-ms-routing-request-id": "WESTUS2:20210901T015156Z:004fc70c-bb54-43bc-b00b-ad7d260edd9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe084bdb37a4e8649c756e36695e3ff7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe084bdb37a4e8649c756e36695e3ff7", - "x-ms-correlation-request-id": "d92a9d77-598d-4214-a953-6f183bcdb593", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "05e21c55-e71f-4025-8fa7-81210464b819", - "x-ms-routing-request-id": "WESTUS2:20210901T015157Z:d92a9d77-598d-4214-a953-6f183bcdb593" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bbf6a978ff7f62ae13e2b169cfa8940", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bbf6a978ff7f62ae13e2b169cfa8940", - "x-ms-correlation-request-id": "6048ddf4-c08f-4d10-a164-2ae207a55829", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "3cec7b99-f177-43e3-b0b2-574c3c4a5166", - "x-ms-routing-request-id": "WESTUS2:20210901T015158Z:6048ddf4-c08f-4d10-a164-2ae207a55829" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e4da53d3bbfa78da0f27006b51ff844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:51:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e4da53d3bbfa78da0f27006b51ff844", - "x-ms-correlation-request-id": "66d9e9c3-f812-4e7e-a028-5efcdb13d7d2", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "1b23f145-adb1-4321-8803-cc23bec68d50", - "x-ms-routing-request-id": "WESTUS2:20210901T015159Z:66d9e9c3-f812-4e7e-a028-5efcdb13d7d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb4d49747a734c2020111d650b4d4ba2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:52:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb4d49747a734c2020111d650b4d4ba2", - "x-ms-correlation-request-id": "6f917c0f-cbeb-45f9-994c-718a81c7212c", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "9357dc1a-5454-47eb-91b2-10bcea24f417", - "x-ms-routing-request-id": "WESTUS2:20210901T015200Z:6f917c0f-cbeb-45f9-994c-718a81c7212c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4f82eec30105c38dc177b041e2441c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:52:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4f82eec30105c38dc177b041e2441c1", - "x-ms-correlation-request-id": "f033b56a-67c4-4808-9779-964be3f02e7a", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "cdea1aab-8c1a-4174-b7f9-755c55b3e037", - "x-ms-routing-request-id": "WESTUS2:20210901T015201Z:f033b56a-67c4-4808-9779-964be3f02e7a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/71faf4dd-f1f3-4dbf-bd59-ad06f67be22b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53a1e746ceadc3cc8401eead1d279b52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1273", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:52:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53a1e746ceadc3cc8401eead1d279b52", - "x-ms-correlation-request-id": "4b201446-773a-48e0-b4d9-0951eea94f09", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "06f41ca5-93e3-4ebf-b6cd-ebb2b5ab3c8b", - "x-ms-routing-request-id": "WESTUS:20210901T015203Z:4b201446-773a-48e0-b4d9-0951eea94f09" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5576/providers/Microsoft.Storage/storageAccounts/sto8731", - "name": "sto8731", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:51:44.9125749Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:51:44.9125749Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:51:44.7875906Z", - "primaryEndpoints": { - "dfs": "https://sto8731.dfs.core.windows.net/", - "web": "https://sto8731.z20.web.core.windows.net/", - "blob": "https://sto8731.blob.core.windows.net/", - "queue": "https://sto8731.queue.core.windows.net/", - "table": "https://sto8731.table.core.windows.net/", - "file": "https://sto8731.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5576/providers/Microsoft.Storage/storageAccounts/sto8731?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-94c9eb903196b94f8fa3d597c4ccb447-be4edc7ce90ad346-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "871acea63327443311f0de5cfe1b2dfc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1273", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:52:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "871acea63327443311f0de5cfe1b2dfc", - "x-ms-correlation-request-id": "b860fc5b-127f-4edb-ba8c-b689f2c3de52", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "65c80b4c-6573-4cd1-ab6a-3371f14f7af7", - "x-ms-routing-request-id": "WESTUS:20210901T015203Z:b860fc5b-127f-4edb-ba8c-b689f2c3de52" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5576/providers/Microsoft.Storage/storageAccounts/sto8731", - "name": "sto8731", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:51:44.9125749Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:51:44.9125749Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:51:44.7875906Z", - "primaryEndpoints": { - "dfs": "https://sto8731.dfs.core.windows.net/", - "web": "https://sto8731.z20.web.core.windows.net/", - "blob": "https://sto8731.blob.core.windows.net/", - "queue": "https://sto8731.queue.core.windows.net/", - "table": "https://sto8731.table.core.windows.net/", - "file": "https://sto8731.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "397198112", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json deleted file mode 100644 index 27bd3aeebf524..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTest.json +++ /dev/null @@ -1,920 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48a84b695646103526f8cdffdaec2af6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7747f390-1ced-4edb-89c9-58fd7e100d24", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "7747f390-1ced-4edb-89c9-58fd7e100d24", - "x-ms-routing-request-id": "WESTUS2:20210901T005000Z:7747f390-1ced-4edb-89c9-58fd7e100d24" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cce8d088d8865916cb8ce4f66ab7d451", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:49:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d42c1657-45ef-4031-b8c4-4f9aaf91cd14", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "d42c1657-45ef-4031-b8c4-4f9aaf91cd14", - "x-ms-routing-request-id": "WESTUS2:20210901T005000Z:d42c1657-45ef-4031-b8c4-4f9aaf91cd14" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res590?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-fedb9dcb3408764ca1326156c02146d4-939b2bb60f531f48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8579c78654221544ce1a6a28924415cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bdd622e3-f46c-4e75-9c1f-86907bc75c87", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "bdd622e3-f46c-4e75-9c1f-86907bc75c87", - "x-ms-routing-request-id": "WESTUS2:20210901T005000Z:bdd622e3-f46c-4e75-9c1f-86907bc75c87" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590", - "name": "res590", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto1410?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3715b60d7b78f74489c81046baa326d0-0a2d13181192654f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa9f1aa434917c4fb9723fa66e247c07", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:50:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa9f1aa434917c4fb9723fa66e247c07", - "x-ms-correlation-request-id": "473ab665-ccf3-4b7d-b136-5459a235f415", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "61137649-1f00-4b4d-8aa4-e6f801a3d118", - "x-ms-routing-request-id": "WESTUS2:20210901T005002Z:473ab665-ccf3-4b7d-b136-5459a235f415" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto1410", - "name": "sto1410", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:15:38.2443174Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:15:38.2443174Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:15:38.1193161Z", - "primaryEndpoints": { - "blob": "https://sto1410.blob.core.windows.net/", - "queue": "https://sto1410.queue.core.windows.net/", - "table": "https://sto1410.table.core.windows.net/", - "file": "https://sto1410.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto1410?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-72f546858070654c8cc8bafcd3ec2dcf-4b3195773cc3ad4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "362f6bad8c58443636a59ad2d628ab46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:50:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "362f6bad8c58443636a59ad2d628ab46", - "x-ms-correlation-request-id": "4bf96d4d-b932-410d-9043-6e2db5ad3b51", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "44d69c61-3f20-4625-99ff-71bb2bba950c", - "x-ms-routing-request-id": "WESTUS2:20210901T005003Z:4bf96d4d-b932-410d-9043-6e2db5ad3b51" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto1410", - "name": "sto1410", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:15:38.2443174Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:15:38.2443174Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:15:38.1193161Z", - "primaryEndpoints": { - "blob": "https://sto1410.blob.core.windows.net/", - "queue": "https://sto1410.queue.core.windows.net/", - "table": "https://sto1410.table.core.windows.net/", - "file": "https://sto1410.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto3604?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c07c010a9c5fef4abf00646387a564b6-cd40f19c47672944-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03f816a445f4c7aeef6c3bc0e1d1e08f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03f816a445f4c7aeef6c3bc0e1d1e08f", - "x-ms-correlation-request-id": "4e0b7437-7d62-4829-99c9-6111232a3549", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "313ab148-d5aa-4aba-b1ee-065f2f6a1cbf", - "x-ms-routing-request-id": "WESTUS2:20210901T005005Z:4e0b7437-7d62-4829-99c9-6111232a3549" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf2d2962a72f6652dd2801af102645a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf2d2962a72f6652dd2801af102645a4", - "x-ms-correlation-request-id": "2108843c-1e63-497a-a55d-aeabcb5999eb", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "e32ec711-70c7-4041-84c9-c3504a996f20", - "x-ms-routing-request-id": "WESTUS2:20210901T005005Z:2108843c-1e63-497a-a55d-aeabcb5999eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22c1b308959ac61809977eec843e7c8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22c1b308959ac61809977eec843e7c8c", - "x-ms-correlation-request-id": "63d653b0-a996-4f1d-9773-8deaf2851f47", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "0752ed99-3c80-4aad-ba8b-2e5321262d55", - "x-ms-routing-request-id": "WESTUS2:20210901T005006Z:63d653b0-a996-4f1d-9773-8deaf2851f47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b85e23af20a36a5f131dd02fdc5d505e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b85e23af20a36a5f131dd02fdc5d505e", - "x-ms-correlation-request-id": "04f54b12-0fff-4e50-996a-1843d31f6a1b", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "ac1bdfff-c9ca-4b36-a55e-d3c87799c657", - "x-ms-routing-request-id": "WESTUS2:20210901T005007Z:04f54b12-0fff-4e50-996a-1843d31f6a1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97671cc29aa1cc7c1067b6982966e29e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97671cc29aa1cc7c1067b6982966e29e", - "x-ms-correlation-request-id": "c6d21047-3289-43f0-bf3c-6257ec53e2d9", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "1d33f732-6b67-4c14-a5ca-dbdcc1771cd2", - "x-ms-routing-request-id": "WESTUS2:20210901T005009Z:c6d21047-3289-43f0-bf3c-6257ec53e2d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecff74ab8dc8e80053560e7dc4e9eaab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecff74ab8dc8e80053560e7dc4e9eaab", - "x-ms-correlation-request-id": "21376b98-2357-4dd8-8dfd-228d92ddaac8", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "d2cd7a8f-7c20-4b07-8ed8-ef4a2e4ee958", - "x-ms-routing-request-id": "WESTUS2:20210901T005010Z:21376b98-2357-4dd8-8dfd-228d92ddaac8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68292046e5d614eba791a73c69c641ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68292046e5d614eba791a73c69c641ad", - "x-ms-correlation-request-id": "88f1885c-e5db-4d76-bd43-6e0f866c0d58", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "47dd1530-9b89-40c1-9483-fabfa3ec87f8", - "x-ms-routing-request-id": "WESTUS2:20210901T005011Z:88f1885c-e5db-4d76-bd43-6e0f866c0d58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6783323a645e35961b7f434a8cff0827", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6783323a645e35961b7f434a8cff0827", - "x-ms-correlation-request-id": "b88e4a18-3916-4e5e-8f62-b76f7b33b9dd", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "ad3920de-4945-4221-9e98-c80b24949f75", - "x-ms-routing-request-id": "WESTUS2:20210901T005012Z:b88e4a18-3916-4e5e-8f62-b76f7b33b9dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09520a7d7a3cc6c789eb4536e5c47e8c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09520a7d7a3cc6c789eb4536e5c47e8c", - "x-ms-correlation-request-id": "8a7a806e-745e-44b9-bb94-5ff7c443b2e7", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "527fbed8-6b7f-4d10-a88f-ecafad4d3e34", - "x-ms-routing-request-id": "WESTUS2:20210901T005013Z:8a7a806e-745e-44b9-bb94-5ff7c443b2e7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "924260158265e24d89f44c57a2a087a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "924260158265e24d89f44c57a2a087a7", - "x-ms-correlation-request-id": "f0671606-9d74-4383-8b2a-042b14385768", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "b8c78317-2697-4a6f-9ed0-a54bbff3164e", - "x-ms-routing-request-id": "WESTUS2:20210901T005014Z:f0671606-9d74-4383-8b2a-042b14385768" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ebf80893774c0716abddd721e5f4f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ebf80893774c0716abddd721e5f4f57", - "x-ms-correlation-request-id": "60515644-4c45-47f8-9e0a-41d738b7489a", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "81cd8185-7e5b-4714-869e-b14e44687a2b", - "x-ms-routing-request-id": "WESTUS2:20210901T005015Z:60515644-4c45-47f8-9e0a-41d738b7489a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c34b60075bcfac1bd707f482e7024e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c34b60075bcfac1bd707f482e7024e9", - "x-ms-correlation-request-id": "c365f9a8-07bf-4bd0-9be7-51600fb78ca8", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "5180b610-4079-4db0-859f-1d80ee1d79b9", - "x-ms-routing-request-id": "WESTUS2:20210901T005016Z:c365f9a8-07bf-4bd0-9be7-51600fb78ca8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "65ad9e631f05dd18ef8228a7a5dac329", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65ad9e631f05dd18ef8228a7a5dac329", - "x-ms-correlation-request-id": "f536310e-02aa-4ece-bc20-1600b41d4550", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "93f1e3d8-0962-4af0-88e5-ffa619f127b4", - "x-ms-routing-request-id": "WESTUS2:20210901T005018Z:f536310e-02aa-4ece-bc20-1600b41d4550" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb56f4a55b6c13eabec4a104b82992f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb56f4a55b6c13eabec4a104b82992f9", - "x-ms-correlation-request-id": "cbb6a03a-4904-4046-b853-21deef799289", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "1a93aecf-6232-4d1d-8dce-5ccd9a252088", - "x-ms-routing-request-id": "WESTUS2:20210901T005019Z:cbb6a03a-4904-4046-b853-21deef799289" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "800ff499e9b2e1529e563d3a4d1955e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "800ff499e9b2e1529e563d3a4d1955e3", - "x-ms-correlation-request-id": "fc31f240-eb7f-48b2-bbb2-ff55eb357197", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "4c1f8753-4364-4ea1-a549-5d16cc7f3eee", - "x-ms-routing-request-id": "WESTUS2:20210901T005020Z:fc31f240-eb7f-48b2-bbb2-ff55eb357197" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39a255ac3919077db39aa7407e1425c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:50:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39a255ac3919077db39aa7407e1425c6", - "x-ms-correlation-request-id": "e6979440-63b8-411d-86cb-fa84dabc72bd", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "3ef32573-62e1-407a-b976-3cdd5a35e23a", - "x-ms-routing-request-id": "WESTUS2:20210901T005021Z:e6979440-63b8-411d-86cb-fa84dabc72bd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/313ab148-d5aa-4aba-b1ee-065f2f6a1cbf?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b10e2eef43cabb77a2754c151eafc6a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:50:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b10e2eef43cabb77a2754c151eafc6a4", - "x-ms-correlation-request-id": "6965f292-ed09-43a5-9ed1-48de09bb34de", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "126dbda5-73be-44b6-a1e0-f5521928de26", - "x-ms-routing-request-id": "WESTUS2:20210901T005022Z:6965f292-ed09-43a5-9ed1-48de09bb34de" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res590/providers/Microsoft.Storage/storageAccounts/sto3604", - "name": "sto3604", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:50:04.2493992Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:50:04.2493992Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:50:04.1243642Z", - "primaryEndpoints": { - "blob": "https://sto3604.blob.core.windows.net/", - "queue": "https://sto3604.queue.core.windows.net/", - "table": "https://sto3604.table.core.windows.net/", - "file": "https://sto3604.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "800114036", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json deleted file mode 100644 index 576b09996e0e6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateTestAsync.json +++ /dev/null @@ -1,1354 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89bcc2339e6872c8e4b254caf0b94f7d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8b35d4be-c4b6-41ee-b9c4-b40d6e716699", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "8b35d4be-c4b6-41ee-b9c4-b40d6e716699", - "x-ms-routing-request-id": "WESTUS:20210901T015407Z:8b35d4be-c4b6-41ee-b9c4-b40d6e716699" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a7d67ffbecf88797baad543f30076ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2050a14a-3707-4c22-9509-c7ae5bea268c", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "2050a14a-3707-4c22-9509-c7ae5bea268c", - "x-ms-routing-request-id": "WESTUS:20210901T015407Z:2050a14a-3707-4c22-9509-c7ae5bea268c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6580?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-56ce83c973a0e74bbe52b09b55d77c69-c790af53dff64348-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca2842721135f54ab8c347fa57407756", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0796c91-d010-48b3-8ac5-72945be07a6b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e0796c91-d010-48b3-8ac5-72945be07a6b", - "x-ms-routing-request-id": "WESTUS:20210901T015408Z:e0796c91-d010-48b3-8ac5-72945be07a6b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580", - "name": "res6580", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto6969?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-4a652ee2253aba4e9f46838b830d9982-abb750ee1b52a24a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bf75d2e48750d33bec8847ee43c669f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bf75d2e48750d33bec8847ee43c669f", - "x-ms-correlation-request-id": "e5746c10-cd9f-4873-a056-ca4e65d515d0", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "7a25eda0-bbdd-46be-9ccc-9644268e80f0", - "x-ms-routing-request-id": "WESTUS:20210901T015413Z:e5746c10-cd9f-4873-a056-ca4e65d515d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "914832a61733dfcc962752817039df0b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "914832a61733dfcc962752817039df0b", - "x-ms-correlation-request-id": "3e39a562-b1cf-4d65-802d-12e966a571c3", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "fcd55b25-7bb4-4aed-b1f2-79d80a1a0ece", - "x-ms-routing-request-id": "WESTUS:20210901T015413Z:3e39a562-b1cf-4d65-802d-12e966a571c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00c2b8949a2ed8042992437a17a6e954", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00c2b8949a2ed8042992437a17a6e954", - "x-ms-correlation-request-id": "e0bb9057-34f6-4d16-b117-c3e76810e90b", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "c60a2d44-b7dd-464b-b3f3-88fb276dedcb", - "x-ms-routing-request-id": "WESTUS:20210901T015414Z:e0bb9057-34f6-4d16-b117-c3e76810e90b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1d8976ad4f3656ba9481ba203b2f5dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d8976ad4f3656ba9481ba203b2f5dd", - "x-ms-correlation-request-id": "9bba3cc2-a6d4-4d81-baec-5bbd3aabf18e", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "349ce8e0-67b9-4e91-acaf-428bbe6acfb8", - "x-ms-routing-request-id": "WESTUS:20210901T015415Z:9bba3cc2-a6d4-4d81-baec-5bbd3aabf18e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6bf9251b5da60bbe2d7067a1d452c7f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bf9251b5da60bbe2d7067a1d452c7f0", - "x-ms-correlation-request-id": "c85a38a0-d3b9-4a6e-b1bf-87d838cfead9", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "67c9ee0b-e1b5-4afe-83a1-4965d2cad5e2", - "x-ms-routing-request-id": "WESTUS:20210901T015416Z:c85a38a0-d3b9-4a6e-b1bf-87d838cfead9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d816fe3e2d61bf174d5d56e67f61d577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d816fe3e2d61bf174d5d56e67f61d577", - "x-ms-correlation-request-id": "a2afd9c0-e64e-4d4e-b351-a0da9fd02298", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "7f55a6f8-8bc1-4efe-9ea6-92f8cad6dbc0", - "x-ms-routing-request-id": "WESTUS:20210901T015418Z:a2afd9c0-e64e-4d4e-b351-a0da9fd02298" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f15e659d7dac0dadd8cc83836dc99157", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f15e659d7dac0dadd8cc83836dc99157", - "x-ms-correlation-request-id": "1052e659-57cb-4cf1-a9a6-5c474ee480d7", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "9979269d-b07d-48d5-bb5c-b4610eeb7b0e", - "x-ms-routing-request-id": "WESTUS:20210901T015419Z:1052e659-57cb-4cf1-a9a6-5c474ee480d7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04642a801c9bee7c0e3a1d4906d88ccc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04642a801c9bee7c0e3a1d4906d88ccc", - "x-ms-correlation-request-id": "90377a30-42c1-4791-b56f-0a35fb117ed9", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "fdf10987-aabc-48d4-8366-fb62d4b6a126", - "x-ms-routing-request-id": "WESTUS:20210901T015420Z:90377a30-42c1-4791-b56f-0a35fb117ed9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e03ef9bd6f3c04451090094a9945183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e03ef9bd6f3c04451090094a9945183", - "x-ms-correlation-request-id": "adbfd272-e897-4b0e-ae78-5ec73ad4e746", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "d897e237-66a0-49a8-81db-0646f93246d3", - "x-ms-routing-request-id": "WESTUS:20210901T015421Z:adbfd272-e897-4b0e-ae78-5ec73ad4e746" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5465ffcbd0fd81dbe970e3715f630600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5465ffcbd0fd81dbe970e3715f630600", - "x-ms-correlation-request-id": "9aba8223-687c-43ea-90f8-5c7976c2d45c", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "11d8cd6a-cb0c-4da5-9c20-9304cbe691bd", - "x-ms-routing-request-id": "WESTUS:20210901T015422Z:9aba8223-687c-43ea-90f8-5c7976c2d45c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7de8b74023c6aa63e6a3b3921ce74579", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7de8b74023c6aa63e6a3b3921ce74579", - "x-ms-correlation-request-id": "8c1c8cdc-a714-47a2-a694-e7ab2cdf0080", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "4bc85d5c-c35f-4206-a4cc-0bd609cb1971", - "x-ms-routing-request-id": "WESTUS:20210901T015423Z:8c1c8cdc-a714-47a2-a694-e7ab2cdf0080" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "077d9ae83772cace13828483f2d260ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "077d9ae83772cace13828483f2d260ed", - "x-ms-correlation-request-id": "a1bbf458-b022-4309-b61f-ae9caa67154c", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "098977ce-ab6d-4058-bf8b-d3ca370561bc", - "x-ms-routing-request-id": "WESTUS:20210901T015424Z:a1bbf458-b022-4309-b61f-ae9caa67154c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1530002d3aca8bd9bbb6d5a1d496402", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1530002d3aca8bd9bbb6d5a1d496402", - "x-ms-correlation-request-id": "09aa5d1e-ac75-4412-a5af-2311fd7cc3d8", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "c3cec445-5b58-4dc1-8df3-98d84222c5bb", - "x-ms-routing-request-id": "WESTUS:20210901T015425Z:09aa5d1e-ac75-4412-a5af-2311fd7cc3d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c589692affe6098de91d6a439edfb714", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c589692affe6098de91d6a439edfb714", - "x-ms-correlation-request-id": "4ed8ee1d-8bf3-46f6-95cf-dc96ddb2a4bc", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "79d45ac7-45db-46c2-b78b-bf28e46b92e6", - "x-ms-routing-request-id": "WESTUS:20210901T015427Z:4ed8ee1d-8bf3-46f6-95cf-dc96ddb2a4bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c8fc542539315ccdcd56bb7c974adca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c8fc542539315ccdcd56bb7c974adca", - "x-ms-correlation-request-id": "d8ef0a2a-e50a-4e1a-a37e-42df0451a4bc", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "3db84275-8619-4997-940e-b460e1b0bbd5", - "x-ms-routing-request-id": "WESTUS:20210901T015428Z:d8ef0a2a-e50a-4e1a-a37e-42df0451a4bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7a25eda0-bbdd-46be-9ccc-9644268e80f0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8858821d9a490307724a088e697909bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:54:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8858821d9a490307724a088e697909bc", - "x-ms-correlation-request-id": "69725ab7-92ae-4d1a-aeba-21d332ac5f6b", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "5bf32406-2dea-468f-850e-24ec167ddb0f", - "x-ms-routing-request-id": "WESTUS:20210901T015429Z:69725ab7-92ae-4d1a-aeba-21d332ac5f6b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto6969", - "name": "sto6969", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:10.4506120Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:10.4506120Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:54:10.3412354Z", - "primaryEndpoints": { - "blob": "https://sto6969.blob.core.windows.net/", - "queue": "https://sto6969.queue.core.windows.net/", - "table": "https://sto6969.table.core.windows.net/", - "file": "https://sto6969.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto6969?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3dfa5dd72367a9409163c4c9abfc1397-e1539b7b5b7a5644-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5717590448b9d76e9c74e91093d63f75", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:54:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5717590448b9d76e9c74e91093d63f75", - "x-ms-correlation-request-id": "07280084-a951-490b-8e8a-a6c58255e283", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "0830dcd9-03fc-4cff-91bf-a01191f7412f", - "x-ms-routing-request-id": "WESTUS:20210901T015430Z:07280084-a951-490b-8e8a-a6c58255e283" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto6969", - "name": "sto6969", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:10.4506120Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:10.4506120Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:54:10.3412354Z", - "primaryEndpoints": { - "blob": "https://sto6969.blob.core.windows.net/", - "queue": "https://sto6969.queue.core.windows.net/", - "table": "https://sto6969.table.core.windows.net/", - "file": "https://sto6969.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto4444?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8cdca53c589cd045b0aa6f5448de8668-4dac338bbd2b3643-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70b2afcb555dd4101381ebd5b1f6709c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70b2afcb555dd4101381ebd5b1f6709c", - "x-ms-correlation-request-id": "a6623e01-1762-4fc0-ae6c-bfc6fe604940", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "97098c06-7033-4b80-bdcc-c2efe091a897", - "x-ms-routing-request-id": "WESTUS:20210901T015433Z:a6623e01-1762-4fc0-ae6c-bfc6fe604940" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e44586c8ce231b188e52090542f5f6c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e44586c8ce231b188e52090542f5f6c8", - "x-ms-correlation-request-id": "bb2912a7-0d0a-419a-9304-a87dec73c909", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "1f3c5fa1-8901-49a3-a079-4bc45e20d416", - "x-ms-routing-request-id": "WESTUS:20210901T015433Z:bb2912a7-0d0a-419a-9304-a87dec73c909" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b73d0d1ce11fde1079dce1eebce335ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b73d0d1ce11fde1079dce1eebce335ed", - "x-ms-correlation-request-id": "b65364a1-b672-4515-8e8c-344b0c8e1e39", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "5e8d701d-3e3c-45c4-a8cf-165ce20741df", - "x-ms-routing-request-id": "WESTUS:20210901T015434Z:b65364a1-b672-4515-8e8c-344b0c8e1e39" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a0c8df58bb13c787b033a00e3309399", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a0c8df58bb13c787b033a00e3309399", - "x-ms-correlation-request-id": "226cc3a1-87e2-42c3-9b9d-84648abc1ee9", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "a9908252-03bd-4094-83b8-125ab5eb0d3f", - "x-ms-routing-request-id": "WESTUS:20210901T015436Z:226cc3a1-87e2-42c3-9b9d-84648abc1ee9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9110d077d3e7e73f76666a46ed295eaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9110d077d3e7e73f76666a46ed295eaa", - "x-ms-correlation-request-id": "38b93b06-2173-41a4-82a5-2db8ad03e3c5", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "82492953-927f-4e3b-9a13-1989c44a12b8", - "x-ms-routing-request-id": "WESTUS:20210901T015437Z:38b93b06-2173-41a4-82a5-2db8ad03e3c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b50f1b1ccce9901695013c1ca60ffb49", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b50f1b1ccce9901695013c1ca60ffb49", - "x-ms-correlation-request-id": "8417cbe0-4c30-4714-99f7-4af0f3b7ef62", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "6414b16d-ff2e-4178-81e8-54ecff93797b", - "x-ms-routing-request-id": "WESTUS:20210901T015438Z:8417cbe0-4c30-4714-99f7-4af0f3b7ef62" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb764749a3d221054d25b44a21314e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb764749a3d221054d25b44a21314e51", - "x-ms-correlation-request-id": "953b02ed-73b7-4a6f-a442-67a088c5b519", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "39cb2a0c-9a20-4ee8-8515-aba9ad252371", - "x-ms-routing-request-id": "WESTUS:20210901T015439Z:953b02ed-73b7-4a6f-a442-67a088c5b519" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7e48fa4de21abb0ba80fce697224067", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7e48fa4de21abb0ba80fce697224067", - "x-ms-correlation-request-id": "7c52eb65-5896-4b28-8598-fa6018630c71", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "22c823c4-adea-41ff-ba60-0e9a34cb3d2e", - "x-ms-routing-request-id": "WESTUS:20210901T015440Z:7c52eb65-5896-4b28-8598-fa6018630c71" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5fd206b73b378d815ed67c317cb6e63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5fd206b73b378d815ed67c317cb6e63", - "x-ms-correlation-request-id": "c0e2583e-af63-4886-8715-05b9151bf4df", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "34f5edc6-618f-4cf2-b14a-e90d30b65baa", - "x-ms-routing-request-id": "WESTUS:20210901T015441Z:c0e2583e-af63-4886-8715-05b9151bf4df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1677ebb2332a6a2897ca3152a71f8a2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1677ebb2332a6a2897ca3152a71f8a2b", - "x-ms-correlation-request-id": "3faf06f3-3b77-40a2-9248-ab84055c0431", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "80dd2bdc-21cf-4d71-9030-508f332b357d", - "x-ms-routing-request-id": "WESTUS:20210901T015442Z:3faf06f3-3b77-40a2-9248-ab84055c0431" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00df4de5a833319db76bb23376ec94ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00df4de5a833319db76bb23376ec94ee", - "x-ms-correlation-request-id": "5251bb45-8607-46c0-abcd-8d3b091ba329", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "10ba595c-3d41-4e06-94ca-074e370c190c", - "x-ms-routing-request-id": "WESTUS:20210901T015443Z:5251bb45-8607-46c0-abcd-8d3b091ba329" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab33981229aa373cf8920ee94185d1f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab33981229aa373cf8920ee94185d1f6", - "x-ms-correlation-request-id": "f3ce439c-ddeb-4531-97ce-275265f9b8f2", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "4db34c09-0f30-4ac6-8e63-a4ccaceb73e8", - "x-ms-routing-request-id": "WESTUS:20210901T015445Z:f3ce439c-ddeb-4531-97ce-275265f9b8f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c9de3c626dec09304d465ebf81f4f3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9de3c626dec09304d465ebf81f4f3aa", - "x-ms-correlation-request-id": "21a00393-9200-42e7-907c-e4bffec31167", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "19dbe67a-c83d-4fb9-9f21-b386646a4189", - "x-ms-routing-request-id": "WESTUS:20210901T015446Z:21a00393-9200-42e7-907c-e4bffec31167" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e3f4335deebbb8011a708a09ab3ef32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e3f4335deebbb8011a708a09ab3ef32", - "x-ms-correlation-request-id": "58272ad6-73f7-4577-8e5e-754f69fa8fb3", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "d998322d-c379-4808-8bee-b585b5a6e5c5", - "x-ms-routing-request-id": "WESTUS:20210901T015447Z:58272ad6-73f7-4577-8e5e-754f69fa8fb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ad0bb9aca0ea401682a5e64ca7db604", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:54:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ad0bb9aca0ea401682a5e64ca7db604", - "x-ms-correlation-request-id": "f959103b-6ced-4804-8830-5d3bab28fdfd", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "a7d12fd7-7f6c-4ca1-92b2-5d3062aaa682", - "x-ms-routing-request-id": "WESTUS:20210901T015448Z:f959103b-6ced-4804-8830-5d3bab28fdfd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/97098c06-7033-4b80-bdcc-c2efe091a897?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "feb3639ec245840bbb23b844648f6f99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:54:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "feb3639ec245840bbb23b844648f6f99", - "x-ms-correlation-request-id": "7011bb57-89da-4846-b7fd-903b963cb499", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "111dbecc-e0d1-4330-9d36-6e2e907eb40f", - "x-ms-routing-request-id": "WESTUS:20210901T015449Z:7011bb57-89da-4846-b7fd-903b963cb499" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6580/providers/Microsoft.Storage/storageAccounts/sto4444", - "name": "sto4444", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:31.2014502Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:54:31.2014502Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:54:31.0920818Z", - "primaryEndpoints": { - "blob": "https://sto4444.blob.core.windows.net/", - "queue": "https://sto4444.queue.core.windows.net/", - "table": "https://sto4444.table.core.windows.net/", - "file": "https://sto4444.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "616190414", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json deleted file mode 100644 index 3831258b0864c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTest.json +++ /dev/null @@ -1,1326 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d7fb3d2dcfe90051229124c5e50a76f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66685f38-fb77-40a0-a68a-973bec1f34aa", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "66685f38-fb77-40a0-a68a-973bec1f34aa", - "x-ms-routing-request-id": "WESTUS2:20210901T005131Z:66685f38-fb77-40a0-a68a-973bec1f34aa" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdc639499b903d65f0423220f02fe9d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e6bcebec-10a6-4cb4-8eaa-b63aea7d34d4", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "e6bcebec-10a6-4cb4-8eaa-b63aea7d34d4", - "x-ms-routing-request-id": "WESTUS2:20210901T005131Z:e6bcebec-10a6-4cb4-8eaa-b63aea7d34d4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6169?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-ca6aa85772312e408128d8a43074e679-ee45703bf9e6454e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "864438d42a07d9fef03a940d869c5022", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5a977897-9c1f-4b76-b0e0-6c895aec4a7f", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "5a977897-9c1f-4b76-b0e0-6c895aec4a7f", - "x-ms-routing-request-id": "WESTUS2:20210901T005131Z:5a977897-9c1f-4b76-b0e0-6c895aec4a7f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6169", - "name": "res6169", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6169/providers/Microsoft.Storage/storageAccounts/sto4713?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-872ff68868c2764cb88ec00a13ab88a4-4c12918ce260d84a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33f7c4544e362c42bbaae5a0e23f3d2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33f7c4544e362c42bbaae5a0e23f3d2f", - "x-ms-correlation-request-id": "f611e28a-e5ea-44ab-9514-05a14be14443", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "18123490-3517-4a2e-9811-c3994d45130f", - "x-ms-routing-request-id": "WESTUS2:20210901T005134Z:f611e28a-e5ea-44ab-9514-05a14be14443" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11954981a125f50243da6f54f4505755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11954981a125f50243da6f54f4505755", - "x-ms-correlation-request-id": "c7c18c88-1449-4c0c-8afc-6ad5686de404", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "b16ca598-7763-4713-ae49-d27ec45f4fa7", - "x-ms-routing-request-id": "WESTUS2:20210901T005134Z:c7c18c88-1449-4c0c-8afc-6ad5686de404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "391257cf84bf45a4fcd394d57e12c314", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "391257cf84bf45a4fcd394d57e12c314", - "x-ms-correlation-request-id": "69afd6e8-dfa7-4ef5-abee-7c5b443a1d15", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "5cb7d2e2-319d-4b8e-8213-66bca4474a7c", - "x-ms-routing-request-id": "WESTUS2:20210901T005135Z:69afd6e8-dfa7-4ef5-abee-7c5b443a1d15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "981fe8c82ba9e80a156ca5679f732f4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "981fe8c82ba9e80a156ca5679f732f4f", - "x-ms-correlation-request-id": "aea739a4-57ef-4c69-b759-064b7c849147", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "6c7fe7c7-4f09-40e5-b545-a9b998c14599", - "x-ms-routing-request-id": "WESTUS2:20210901T005136Z:aea739a4-57ef-4c69-b759-064b7c849147" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12607a09a894fc3da55014510c2c7731", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12607a09a894fc3da55014510c2c7731", - "x-ms-correlation-request-id": "2e6f8679-01e6-4db1-a341-86a73dfe58e4", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "c216ce49-1a1b-4007-89d5-29fbf47db52f", - "x-ms-routing-request-id": "WESTUS2:20210901T005137Z:2e6f8679-01e6-4db1-a341-86a73dfe58e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b8b5a16be30a4ac4d292353de3ca688", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b8b5a16be30a4ac4d292353de3ca688", - "x-ms-correlation-request-id": "ba979fd7-7a1a-4d41-b155-41048d0d3b84", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "3b556970-46c2-43e4-88f6-5f01ab0225e6", - "x-ms-routing-request-id": "WESTUS2:20210901T005138Z:ba979fd7-7a1a-4d41-b155-41048d0d3b84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04cb45a4b1b22080aa22f35916b8dce8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04cb45a4b1b22080aa22f35916b8dce8", - "x-ms-correlation-request-id": "6534445b-c99b-449c-8bf8-33e280f51204", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "dacfc313-cd09-4148-a898-68901aced475", - "x-ms-routing-request-id": "WESTUS2:20210901T005139Z:6534445b-c99b-449c-8bf8-33e280f51204" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "445074f523e74a1ecdbbc56a84ea1d69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "445074f523e74a1ecdbbc56a84ea1d69", - "x-ms-correlation-request-id": "2c583d79-6576-4c0d-a601-86b9290ed139", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "03c79a9e-ee81-419f-b05a-174212420555", - "x-ms-routing-request-id": "WESTUS2:20210901T005140Z:2c583d79-6576-4c0d-a601-86b9290ed139" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6ad8ba97261657ed96b610ecb538d94", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6ad8ba97261657ed96b610ecb538d94", - "x-ms-correlation-request-id": "1f81dcaa-e732-49fd-96ed-c394b5bdb471", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "72a0ab89-e19b-46ec-a44b-66630c4e1a21", - "x-ms-routing-request-id": "WESTUS2:20210901T005142Z:1f81dcaa-e732-49fd-96ed-c394b5bdb471" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a5d3a4d61eb81a0278036f6eb169bbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6a5d3a4d61eb81a0278036f6eb169bbf", - "x-ms-correlation-request-id": "d3695fea-3d34-4095-9ca8-1cbe9af4c4d5", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "614eaaa3-e6ad-4a60-9ded-3eda4132f991", - "x-ms-routing-request-id": "WESTUS2:20210901T005143Z:d3695fea-3d34-4095-9ca8-1cbe9af4c4d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8aaf8a04150a8287f6ea6b7cc10f7f7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8aaf8a04150a8287f6ea6b7cc10f7f7a", - "x-ms-correlation-request-id": "94ba519f-7027-440d-ae8a-4905d5dcaf8b", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "3de0824f-5e3a-4748-aad3-ad4035f7d851", - "x-ms-routing-request-id": "WESTUS2:20210901T005144Z:94ba519f-7027-440d-ae8a-4905d5dcaf8b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "491d302eb38d477deb2c9ee03c8779c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "491d302eb38d477deb2c9ee03c8779c3", - "x-ms-correlation-request-id": "1a9f1f6c-a7fa-4dd9-a9d8-12503fecf2fa", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "eb28f57b-3ee7-4758-93fe-34e48a887ee6", - "x-ms-routing-request-id": "WESTUS2:20210901T005145Z:1a9f1f6c-a7fa-4dd9-a9d8-12503fecf2fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4109a2cf02a33789b3da7300f623bf18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4109a2cf02a33789b3da7300f623bf18", - "x-ms-correlation-request-id": "e24f2997-e0d7-43f1-aac5-9c234ea1a5b6", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "fd6bda94-9aef-41bb-ae35-b0b7602a1beb", - "x-ms-routing-request-id": "WESTUS2:20210901T005146Z:e24f2997-e0d7-43f1-aac5-9c234ea1a5b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbc8bc0151f850320c689fde77a7466e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbc8bc0151f850320c689fde77a7466e", - "x-ms-correlation-request-id": "e2ba1777-a73f-4976-9573-f21587fa52a2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "a7d80646-0937-4db8-8fed-4bd9827cef13", - "x-ms-routing-request-id": "WESTUS2:20210901T005147Z:e2ba1777-a73f-4976-9573-f21587fa52a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1fada7703d052cd7a6e696b2407d51c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fada7703d052cd7a6e696b2407d51c7", - "x-ms-correlation-request-id": "2c026852-82f4-4738-a224-44632f9f491c", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "b78228f1-7716-499a-a0c7-87daf7015249", - "x-ms-routing-request-id": "WESTUS2:20210901T005148Z:2c026852-82f4-4738-a224-44632f9f491c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fde866cbebf7dca6fb8343b62abc00b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fde866cbebf7dca6fb8343b62abc00b", - "x-ms-correlation-request-id": "4a73aa97-a255-49c0-a827-42dfc4edcb0e", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "a07bc4e3-8a41-4f1a-9a14-e214f2a1d135", - "x-ms-routing-request-id": "WESTUS2:20210901T005150Z:4a73aa97-a255-49c0-a827-42dfc4edcb0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/18123490-3517-4a2e-9811-c3994d45130f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4e8f0493a076c312e49b1412ba7f108f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:51:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4e8f0493a076c312e49b1412ba7f108f", - "x-ms-correlation-request-id": "7c0c3d29-aa37-4ff1-87ca-11357aa5f51f", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "5a654cd4-2be3-404f-8a44-e88aca176397", - "x-ms-routing-request-id": "WESTUS2:20210901T005151Z:7c0c3d29-aa37-4ff1-87ca-11357aa5f51f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6169/providers/Microsoft.Storage/storageAccounts/sto4713", - "name": "sto4713", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:51:32.7997755Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:51:32.7997755Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:51:32.6747693Z", - "primaryEndpoints": { - "dfs": "https://sto4713.dfs.core.windows.net/", - "blob": "https://sto4713.blob.core.windows.net/", - "table": "https://sto4713.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6169/providers/Microsoft.Storage/storageAccounts/sto9689?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "149", - "Content-Type": "application/json", - "traceparent": "00-e1faa7d71c051b4abee183a01823a058-356c0514141b7046-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f071d816c6c9b2afdc30af4c099bcafb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Cool" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f071d816c6c9b2afdc30af4c099bcafb", - "x-ms-correlation-request-id": "49210f5f-f88e-4754-abb9-f19442b4983a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0a514843-809b-43ca-8192-1d1cfadb9329", - "x-ms-routing-request-id": "WESTUS2:20210901T005154Z:49210f5f-f88e-4754-abb9-f19442b4983a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8924a5a8cf39cc4255dd7145f0c5ba48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8924a5a8cf39cc4255dd7145f0c5ba48", - "x-ms-correlation-request-id": "035c3035-d9d5-4aca-8065-f068adac397e", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "cc3fe6c3-492a-417d-b5a2-f47091adbab1", - "x-ms-routing-request-id": "WESTUS2:20210901T005154Z:035c3035-d9d5-4aca-8065-f068adac397e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2fec18d1d56114a287a47bae2b8b0824", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2fec18d1d56114a287a47bae2b8b0824", - "x-ms-correlation-request-id": "fea3952f-f4a9-4d81-a7a5-62d6a3084829", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "a0b09ead-182f-426b-b43f-69b57e002779", - "x-ms-routing-request-id": "WESTUS2:20210901T005156Z:fea3952f-f4a9-4d81-a7a5-62d6a3084829" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63a4bf6e407756c24951e510900bdcaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63a4bf6e407756c24951e510900bdcaf", - "x-ms-correlation-request-id": "7296ef98-a3f6-4378-8741-daaf698488e2", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "bb6cca27-eca2-4ab4-b5de-43a096be6ede", - "x-ms-routing-request-id": "WESTUS2:20210901T005157Z:7296ef98-a3f6-4378-8741-daaf698488e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9152526092cbd28e031001945393a0ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9152526092cbd28e031001945393a0ca", - "x-ms-correlation-request-id": "a6fdc4ba-cb45-498b-8f9f-110ac241653e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "5a995d4a-254a-4acd-bc7b-aa951b924f68", - "x-ms-routing-request-id": "WESTUS2:20210901T005158Z:a6fdc4ba-cb45-498b-8f9f-110ac241653e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30d74dd5562091d15696e50ff091837c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:51:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30d74dd5562091d15696e50ff091837c", - "x-ms-correlation-request-id": "1fa1fbdb-9a11-48dc-99d7-4de40f4daa16", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "6d5d8975-8218-45d8-890f-d4bbc0fc3619", - "x-ms-routing-request-id": "WESTUS2:20210901T005159Z:1fa1fbdb-9a11-48dc-99d7-4de40f4daa16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d94eccc87639db5831d260673f2d02b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d94eccc87639db5831d260673f2d02b5", - "x-ms-correlation-request-id": "a06c2161-4acb-4d5f-a842-5b85e65cb360", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "66bab35f-d750-40ca-b6f7-21d1111f07a8", - "x-ms-routing-request-id": "WESTUS2:20210901T005200Z:a06c2161-4acb-4d5f-a842-5b85e65cb360" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "433a1ab1ab34098e80c03a35ac7fe271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "433a1ab1ab34098e80c03a35ac7fe271", - "x-ms-correlation-request-id": "8c851176-cbf7-4ad1-b048-5bd087804e04", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "0ce98381-bad3-4cb8-a339-ea43c2cb2d07", - "x-ms-routing-request-id": "WESTUS2:20210901T005201Z:8c851176-cbf7-4ad1-b048-5bd087804e04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87cb848cc7445e91f4fbff4df66a5128", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87cb848cc7445e91f4fbff4df66a5128", - "x-ms-correlation-request-id": "11629042-206f-45ec-bf99-8f920044c413", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3a07dd80-ab1b-4a4b-b51e-2836f3e064e7", - "x-ms-routing-request-id": "WESTUS2:20210901T005202Z:11629042-206f-45ec-bf99-8f920044c413" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d55e309440561c483e4559783b232eb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d55e309440561c483e4559783b232eb2", - "x-ms-correlation-request-id": "460b4580-1f3e-42b8-90b5-72a23adefc59", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "dd3cda74-d714-441c-ac5c-39e5ae5476d4", - "x-ms-routing-request-id": "WESTUS2:20210901T005203Z:460b4580-1f3e-42b8-90b5-72a23adefc59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "badaeff07b61e97189dc4f38ac401316", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "badaeff07b61e97189dc4f38ac401316", - "x-ms-correlation-request-id": "74182298-4f49-46d5-ad1c-759861e02b1f", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "c24ba065-46b4-4afe-8542-a4ef4c90ada3", - "x-ms-routing-request-id": "WESTUS2:20210901T005204Z:74182298-4f49-46d5-ad1c-759861e02b1f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ca1126f0c204b1a3caf48ff6d1822d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ca1126f0c204b1a3caf48ff6d1822d0", - "x-ms-correlation-request-id": "50fe1020-57d6-4ff1-ae3b-9a87c9098661", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "20bca410-c329-4360-bd67-5b11744ecfd1", - "x-ms-routing-request-id": "WESTUS2:20210901T005206Z:50fe1020-57d6-4ff1-ae3b-9a87c9098661" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "075d4dcd978f18c6bf744b7af1106ffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "075d4dcd978f18c6bf744b7af1106ffd", - "x-ms-correlation-request-id": "806d34c6-64fc-442d-8899-3dc525ab21b4", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "9cdfef52-ae22-4d9c-8831-e1815490303e", - "x-ms-routing-request-id": "WESTUS2:20210901T005207Z:806d34c6-64fc-442d-8899-3dc525ab21b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29094332b182e391d48f7db232717b71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29094332b182e391d48f7db232717b71", - "x-ms-correlation-request-id": "9a63b497-e918-4bc2-b26a-3385ab3a4881", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f3287788-1e88-4c04-983b-6bd896d92f5f", - "x-ms-routing-request-id": "WESTUS2:20210901T005208Z:9a63b497-e918-4bc2-b26a-3385ab3a4881" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f6a7eb90ce3d7864b88bdacc1a05a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f6a7eb90ce3d7864b88bdacc1a05a2c", - "x-ms-correlation-request-id": "29fb7a8d-0f31-4f53-9810-55f0e67e7bdd", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "1ef768d0-c561-4f13-af1a-c158e32332d0", - "x-ms-routing-request-id": "WESTUS2:20210901T005209Z:29fb7a8d-0f31-4f53-9810-55f0e67e7bdd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2acd4b3ff80f1c4ebb7932001a14e64d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:52:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2acd4b3ff80f1c4ebb7932001a14e64d", - "x-ms-correlation-request-id": "c1fabe28-e92d-4ed1-b32e-d1162f0f49c2", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "984bd093-f1e6-404f-8075-9b18336ec561", - "x-ms-routing-request-id": "WESTUS2:20210901T005210Z:c1fabe28-e92d-4ed1-b32e-d1162f0f49c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0a514843-809b-43ca-8192-1d1cfadb9329?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "72c0daf810a52619bc32def9f3e42234", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1139", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:52:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "72c0daf810a52619bc32def9f3e42234", - "x-ms-correlation-request-id": "7937e7e0-c080-4118-b330-a4e8a187f983", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "7819b05e-7846-49fb-b7aa-be6b8ddb868e", - "x-ms-routing-request-id": "WESTUS2:20210901T005211Z:7937e7e0-c080-4118-b330-a4e8a187f983" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6169/providers/Microsoft.Storage/storageAccounts/sto9689", - "name": "sto9689", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:51:53.4568244Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:51:53.4568244Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Cool", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:51:53.3161915Z", - "primaryEndpoints": { - "dfs": "https://sto9689.dfs.core.windows.net/", - "blob": "https://sto9689.blob.core.windows.net/", - "table": "https://sto9689.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "424194235", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json deleted file mode 100644 index 75934440d2b3e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithAccessTierTestAsync.json +++ /dev/null @@ -1,1263 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e24c7f539de1a00c7f69aed5b77d5c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89edd33f-9d68-4489-8ced-f6af325d105d", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "89edd33f-9d68-4489-8ced-f6af325d105d", - "x-ms-routing-request-id": "WESTUS:20210901T015553Z:89edd33f-9d68-4489-8ced-f6af325d105d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1fe1e115412548bdf2daffe15f3da9f9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24182376-c056-438f-94ce-277e21061513", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "24182376-c056-438f-94ce-277e21061513", - "x-ms-routing-request-id": "WESTUS:20210901T015553Z:24182376-c056-438f-94ce-277e21061513" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7603?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8e387c964661e049b5f25afb168ba308-b4ba6d62aaf71646-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1a64f1eb988d242b456149e0433312e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "66821e4e-8847-4027-a21c-ba5e2157676d", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "66821e4e-8847-4027-a21c-ba5e2157676d", - "x-ms-routing-request-id": "WESTUS:20210901T015554Z:66821e4e-8847-4027-a21c-ba5e2157676d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7603", - "name": "res7603", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7603/providers/Microsoft.Storage/storageAccounts/sto5118?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-25061c5f2e3e264a88744a8a6e5744c7-bfbeacb9a413664e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45a40de809b47bdc03391ebb8a4ca0cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45a40de809b47bdc03391ebb8a4ca0cc", - "x-ms-correlation-request-id": "9cc3939f-164d-44ed-aa7b-cc10d98408ea", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "f49d83b8-412b-48cc-ba04-1eeee345382c", - "x-ms-routing-request-id": "WESTUS:20210901T015557Z:9cc3939f-164d-44ed-aa7b-cc10d98408ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebc1a58fd87c9c9b150cb509b3f8ccc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebc1a58fd87c9c9b150cb509b3f8ccc7", - "x-ms-correlation-request-id": "b9aa8a4b-4ef9-44a4-b6ec-3ae84b662318", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "80c90fae-01bb-422b-8cef-86259928e5ef", - "x-ms-routing-request-id": "WESTUS:20210901T015557Z:b9aa8a4b-4ef9-44a4-b6ec-3ae84b662318" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09f537fefbffc00a6e57d4ca60338d5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09f537fefbffc00a6e57d4ca60338d5c", - "x-ms-correlation-request-id": "757af378-a709-41e0-bfd2-dfc48e730e33", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "27250a13-272e-4a6a-a0c9-6b671d9709f5", - "x-ms-routing-request-id": "WESTUS:20210901T015558Z:757af378-a709-41e0-bfd2-dfc48e730e33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e42c6c6ab48b65508c92be8173959978", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:55:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e42c6c6ab48b65508c92be8173959978", - "x-ms-correlation-request-id": "97755c62-f12c-4dec-a724-c721edc2d585", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "e6f97740-9aac-46fe-b5a6-5f4e4a12e7ce", - "x-ms-routing-request-id": "WESTUS:20210901T015559Z:97755c62-f12c-4dec-a724-c721edc2d585" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6aae11dc4b193b39a007d2404d13ce1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6aae11dc4b193b39a007d2404d13ce1", - "x-ms-correlation-request-id": "99d26d2f-9693-403d-95f5-c1e80c00f32a", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "d5c86f96-701a-426b-9905-acd63f5796e6", - "x-ms-routing-request-id": "WESTUS:20210901T015601Z:99d26d2f-9693-403d-95f5-c1e80c00f32a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "479e587ee8cc493ce7907d6d3c894dd8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "479e587ee8cc493ce7907d6d3c894dd8", - "x-ms-correlation-request-id": "73ba4e7e-e65a-489b-8aa9-7f5defaae3e3", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "197ab787-64f0-42d7-8ce2-98999668d462", - "x-ms-routing-request-id": "WESTUS:20210901T015602Z:73ba4e7e-e65a-489b-8aa9-7f5defaae3e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7eac5bbdd688a5abb998498a372b60bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eac5bbdd688a5abb998498a372b60bb", - "x-ms-correlation-request-id": "f4d732be-b3d9-40ec-be6e-304e80d69c3a", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "1e5efc6b-432a-4cd0-8e44-eb4240db23a9", - "x-ms-routing-request-id": "WESTUS:20210901T015603Z:f4d732be-b3d9-40ec-be6e-304e80d69c3a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a02dc5552f735aba560cf2047455711", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a02dc5552f735aba560cf2047455711", - "x-ms-correlation-request-id": "bf6782c6-cec7-4229-bf2f-bc060a1d7081", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "9263103b-cc99-474d-85b3-971673435407", - "x-ms-routing-request-id": "WESTUS:20210901T015604Z:bf6782c6-cec7-4229-bf2f-bc060a1d7081" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a867a4b3be24a759acf88d349eb212bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a867a4b3be24a759acf88d349eb212bb", - "x-ms-correlation-request-id": "f6ed49ec-072a-44da-bc09-0e0b7633560b", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "2a7403d0-4342-4135-9442-2d98c7473dde", - "x-ms-routing-request-id": "WESTUS:20210901T015605Z:f6ed49ec-072a-44da-bc09-0e0b7633560b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6018c22f33866ae1b077d827078b5e73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6018c22f33866ae1b077d827078b5e73", - "x-ms-correlation-request-id": "c517d056-64fe-4181-8fab-7c1f4eb4c5cf", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "e9aaa8a8-c867-4d73-b505-9c81f9391711", - "x-ms-routing-request-id": "WESTUS:20210901T015606Z:c517d056-64fe-4181-8fab-7c1f4eb4c5cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92d73841b8c49696825a6dfec47697f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92d73841b8c49696825a6dfec47697f3", - "x-ms-correlation-request-id": "2f0bfb3b-d65d-4329-959b-a70ef6b20eb4", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "9ae3046e-f591-4aec-98ea-00254f7ac308", - "x-ms-routing-request-id": "WESTUS:20210901T015608Z:2f0bfb3b-d65d-4329-959b-a70ef6b20eb4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85f0134ef62d7f8bc3fcf7ade532a021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85f0134ef62d7f8bc3fcf7ade532a021", - "x-ms-correlation-request-id": "84b9da26-b3e1-4723-afdd-a4e305887022", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "3f1e12af-a38e-4609-b94c-fc61c1824ac6", - "x-ms-routing-request-id": "WESTUS:20210901T015609Z:84b9da26-b3e1-4723-afdd-a4e305887022" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "65f31a9a7fda77f72b81dd2bc5e2a539", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65f31a9a7fda77f72b81dd2bc5e2a539", - "x-ms-correlation-request-id": "c10bc1c6-9341-4249-ac41-13ecf3d70472", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "07e6dd22-0a84-45e8-9149-83c11b7cb2d7", - "x-ms-routing-request-id": "WESTUS:20210901T015610Z:c10bc1c6-9341-4249-ac41-13ecf3d70472" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3d9e5dfd89b4a45ac57cfc7c0e8b150", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3d9e5dfd89b4a45ac57cfc7c0e8b150", - "x-ms-correlation-request-id": "25463af6-4cac-4414-9a07-6fbf5760cbf1", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "b4608b76-615e-45c6-b7c8-85e07aacf3eb", - "x-ms-routing-request-id": "WESTUS:20210901T015611Z:25463af6-4cac-4414-9a07-6fbf5760cbf1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa644cba3183ce181c7859ac1960bae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa644cba3183ce181c7859ac1960bae0", - "x-ms-correlation-request-id": "59d037ae-b6b3-4594-829a-9f7d4ec84494", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "1fc26a04-b07a-46f8-9fb3-7267babc5788", - "x-ms-routing-request-id": "WESTUS:20210901T015612Z:59d037ae-b6b3-4594-829a-9f7d4ec84494" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f49d83b8-412b-48cc-ba04-1eeee345382c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ffcdbe56ad59c186d4a9b982b02fb642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:56:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffcdbe56ad59c186d4a9b982b02fb642", - "x-ms-correlation-request-id": "b9451de0-0ecf-46c9-b01f-fd80509d6606", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "085451a5-bf8e-4eca-af8a-4b13de4f7f5e", - "x-ms-routing-request-id": "WESTUS:20210901T015613Z:b9451de0-0ecf-46c9-b01f-fd80509d6606" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7603/providers/Microsoft.Storage/storageAccounts/sto5118", - "name": "sto5118", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:55:55.7359570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:55:55.7359570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:55:55.6265973Z", - "primaryEndpoints": { - "dfs": "https://sto5118.dfs.core.windows.net/", - "blob": "https://sto5118.blob.core.windows.net/", - "table": "https://sto5118.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7603/providers/Microsoft.Storage/storageAccounts/sto1043?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "149", - "Content-Type": "application/json", - "traceparent": "00-a95a832cdb80c94ebe5aae4b27a797a2-31d4c4b00f4b1741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "79718cd0fb7daeb6cd0ad6227e99304c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Cool" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79718cd0fb7daeb6cd0ad6227e99304c", - "x-ms-correlation-request-id": "a06b9bd7-c970-42ca-9fb9-2776db479950", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "79950643-c684-4167-b942-a65fe8cfff22", - "x-ms-routing-request-id": "WESTUS:20210901T015616Z:a06b9bd7-c970-42ca-9fb9-2776db479950" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ddb17c141ee5b63081e324ed663423a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ddb17c141ee5b63081e324ed663423a", - "x-ms-correlation-request-id": "e43579b6-5d12-466b-8ac0-e722801599ad", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "7b669be9-6e5d-4f7e-ab7c-b7225e831c11", - "x-ms-routing-request-id": "WESTUS:20210901T015616Z:e43579b6-5d12-466b-8ac0-e722801599ad" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1e56c78b4bf1e279564b2da25db3637", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1e56c78b4bf1e279564b2da25db3637", - "x-ms-correlation-request-id": "f70c807e-d33c-4a6c-bb26-88fb5f08d92d", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "f59d384c-6c59-4c9a-9e51-99dfb6fbeb21", - "x-ms-routing-request-id": "WESTUS:20210901T015617Z:f70c807e-d33c-4a6c-bb26-88fb5f08d92d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6760eaeca3be5b5e8b14f9fc7ea83662", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6760eaeca3be5b5e8b14f9fc7ea83662", - "x-ms-correlation-request-id": "40016179-43c7-4ee2-8f9f-0518ce4d057b", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "948b3cac-1db6-4e73-b3d5-42153e3efdf7", - "x-ms-routing-request-id": "WESTUS:20210901T015618Z:40016179-43c7-4ee2-8f9f-0518ce4d057b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b619b605cb00d2defbcf7898e88352c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b619b605cb00d2defbcf7898e88352c", - "x-ms-correlation-request-id": "f36ea1b7-166f-443b-a309-bfd526e63fb2", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "a53de5a3-01d7-4689-b97e-2302977c0738", - "x-ms-routing-request-id": "WESTUS:20210901T015619Z:f36ea1b7-166f-443b-a309-bfd526e63fb2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec62fbe8da03d57c0e8a35aabb2aa0ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec62fbe8da03d57c0e8a35aabb2aa0ec", - "x-ms-correlation-request-id": "452d6c18-dc45-4544-b60c-63d9ca471dde", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "f89c067b-382a-412c-afeb-a6c47dc7dd4b", - "x-ms-routing-request-id": "WESTUS:20210901T015620Z:452d6c18-dc45-4544-b60c-63d9ca471dde" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a7a502e2a7a8f87bd537701abd4cc03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a7a502e2a7a8f87bd537701abd4cc03", - "x-ms-correlation-request-id": "a8ba529b-7701-4b23-a53e-0ed8c915269f", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "d13d59ee-1f6d-48d5-8310-a4831b35a38c", - "x-ms-routing-request-id": "WESTUS:20210901T015621Z:a8ba529b-7701-4b23-a53e-0ed8c915269f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8314ccdf4a46855f1e8cfd25278252c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8314ccdf4a46855f1e8cfd25278252c5", - "x-ms-correlation-request-id": "2d6da0a9-684d-4729-9e02-0c1ccffaf4ac", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "43beb4e8-ce27-4459-84b5-e098829bb6f5", - "x-ms-routing-request-id": "WESTUS:20210901T015623Z:2d6da0a9-684d-4729-9e02-0c1ccffaf4ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e5b0a1cab0ebdb274d22eaf627b293a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e5b0a1cab0ebdb274d22eaf627b293a", - "x-ms-correlation-request-id": "a837dbec-3a57-443f-838e-ba70d65f6f51", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "475abd49-bff0-4677-85c7-d3881686957a", - "x-ms-routing-request-id": "WESTUS:20210901T015624Z:a837dbec-3a57-443f-838e-ba70d65f6f51" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eecb32bd1c16e4a6f0f56bed2d61683a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eecb32bd1c16e4a6f0f56bed2d61683a", - "x-ms-correlation-request-id": "2c994fa5-c54c-4d57-9336-0205938e0485", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "cb8f8ac1-b24f-4e97-801d-ca71cadb5211", - "x-ms-routing-request-id": "WESTUS:20210901T015625Z:2c994fa5-c54c-4d57-9336-0205938e0485" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1e4b2018d7933f51a560e741baf22a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1e4b2018d7933f51a560e741baf22a3", - "x-ms-correlation-request-id": "2785cd19-b13b-4be2-a985-f34fde0f4e0d", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "e1c8fe5f-419b-4061-9974-f7a298e1fab9", - "x-ms-routing-request-id": "WESTUS:20210901T015626Z:2785cd19-b13b-4be2-a985-f34fde0f4e0d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f467c36364b7ffaf64764d1840c49013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f467c36364b7ffaf64764d1840c49013", - "x-ms-correlation-request-id": "d2f213fd-21c0-44e0-9b16-69b5ad102595", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "b4ca605c-bebb-4385-ae83-73a2de2e3bde", - "x-ms-routing-request-id": "WESTUS:20210901T015627Z:d2f213fd-21c0-44e0-9b16-69b5ad102595" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0aef369889630c03d98d3bf0e32c941", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0aef369889630c03d98d3bf0e32c941", - "x-ms-correlation-request-id": "652f0c06-5eb4-4b44-8cc6-b5a80d5154e3", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "4e89321e-5b93-458c-941b-463ec95c59d9", - "x-ms-routing-request-id": "WESTUS:20210901T015628Z:652f0c06-5eb4-4b44-8cc6-b5a80d5154e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "698ac8d273f99d8303e43c0240dcf355", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "698ac8d273f99d8303e43c0240dcf355", - "x-ms-correlation-request-id": "04d99075-8776-4aaf-9831-70c04125cc15", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "0a943199-3f4a-442e-82d6-09d8be0a4a5c", - "x-ms-routing-request-id": "WESTUS:20210901T015629Z:04d99075-8776-4aaf-9831-70c04125cc15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "270afbc57100da0c0237b71f90eff131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:56:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "270afbc57100da0c0237b71f90eff131", - "x-ms-correlation-request-id": "ed97e92d-fb28-4d91-8c09-a819141128c9", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "d52321f3-cc2f-41ce-8853-5edcd7ada7ff", - "x-ms-routing-request-id": "WESTUS:20210901T015630Z:ed97e92d-fb28-4d91-8c09-a819141128c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79950643-c684-4167-b942-a65fe8cfff22?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77460cad273af5196f11adb14bbef060", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1139", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:56:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77460cad273af5196f11adb14bbef060", - "x-ms-correlation-request-id": "f89df009-481d-4091-a7a6-57ae06dd8041", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "1783f5ce-2ae1-49c2-b07c-8c186635cda9", - "x-ms-routing-request-id": "WESTUS:20210901T015632Z:f89df009-481d-4091-a7a6-57ae06dd8041" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7603/providers/Microsoft.Storage/storageAccounts/sto1043", - "name": "sto1043", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:56:14.7523770Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:56:14.7523770Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Cool", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:56:14.6429954Z", - "primaryEndpoints": { - "dfs": "https://sto1043.dfs.core.windows.net/", - "blob": "https://sto1043.blob.core.windows.net/", - "table": "https://sto1043.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1013359920", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json deleted file mode 100644 index 9e170b2265458..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorage.json +++ /dev/null @@ -1,720 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "584e8b0d9cec4cd8e34ae0b1ab34f3b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7fcc6a96-10e4-424e-bab0-3a11f327566d", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "7fcc6a96-10e4-424e-bab0-3a11f327566d", - "x-ms-routing-request-id": "WESTUS2:20210901T033310Z:7fcc6a96-10e4-424e-bab0-3a11f327566d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5af47891e5a2fb07aed997414240a19b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "18760454-609b-46e1-b81d-5a28ddb1ae11", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "18760454-609b-46e1-b81d-5a28ddb1ae11", - "x-ms-routing-request-id": "WESTUS2:20210901T033311Z:18760454-609b-46e1-b81d-5a28ddb1ae11" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res879?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b088a1f80ccaad48948d2cc8588bdcbf-1c7298e8a0f49c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c49783f0375c8695c3bb398a23a5f330", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1e198f47-3bbf-48e2-b4a2-73dd4f99eee5", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1e198f47-3bbf-48e2-b4a2-73dd4f99eee5", - "x-ms-routing-request-id": "WESTUS2:20210901T033312Z:1e198f47-3bbf-48e2-b4a2-73dd4f99eee5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res879", - "name": "res879", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res879/providers/Microsoft.Storage/storageAccounts/sto4722?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-e6e7169f2336e2418b6336816f9efc23-babeab9b31bfae43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "49ba14d428cb5383a912049709a2a845", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "BlockBlobStorage", - "location": "eastus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "49ba14d428cb5383a912049709a2a845", - "x-ms-correlation-request-id": "2fe1953a-0d99-4a4e-96ae-b51f3bc24e42", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "054bd665-38b6-4c9c-874a-d97986401fff", - "x-ms-routing-request-id": "WESTUS2:20210901T033315Z:2fe1953a-0d99-4a4e-96ae-b51f3bc24e42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d6bc41041e05a251371b22591efb918", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d6bc41041e05a251371b22591efb918", - "x-ms-correlation-request-id": "a0cf0637-eeb7-49d0-a474-e6ae1b10255c", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "28be3eae-35e3-4561-b048-4c7010405e90", - "x-ms-routing-request-id": "WESTUS2:20210901T033315Z:a0cf0637-eeb7-49d0-a474-e6ae1b10255c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebfd4490d4429f8fd35c75ecfeb5e21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebfd4490d4429f8fd35c75ecfeb5e21e", - "x-ms-correlation-request-id": "bf95d9c5-788e-4796-a21f-a3086cac5cce", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "138ce5e3-975e-4066-9232-a1711f3ce58f", - "x-ms-routing-request-id": "WESTUS2:20210901T033316Z:bf95d9c5-788e-4796-a21f-a3086cac5cce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "458660de1b36e5659556487d821bcde4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "458660de1b36e5659556487d821bcde4", - "x-ms-correlation-request-id": "29d82e5c-a411-4b51-a22f-3aa3e86cc587", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "c0590fe3-1f37-4bf9-872e-849fbe25d795", - "x-ms-routing-request-id": "WESTUS2:20210901T033317Z:29d82e5c-a411-4b51-a22f-3aa3e86cc587" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c3d1125488d3c6134ccba84cc395c5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c3d1125488d3c6134ccba84cc395c5d", - "x-ms-correlation-request-id": "ed1748a8-bfa9-4bcb-a7ed-7b0fbde48aa5", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "50e0e63d-e79c-466e-9145-5935117ed199", - "x-ms-routing-request-id": "WESTUS2:20210901T033318Z:ed1748a8-bfa9-4bcb-a7ed-7b0fbde48aa5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3046948e736875e1de1856eb8c121db7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3046948e736875e1de1856eb8c121db7", - "x-ms-correlation-request-id": "d2be6b0e-9124-41a0-a1fd-7abcd80fd04b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9cee01d5-8143-421f-bc25-ba5b5e02ffc3", - "x-ms-routing-request-id": "WESTUS2:20210901T033319Z:d2be6b0e-9124-41a0-a1fd-7abcd80fd04b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edc6908eb5779691fe4a116a60e1185c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edc6908eb5779691fe4a116a60e1185c", - "x-ms-correlation-request-id": "87d65af2-8767-40c7-8ef4-c0b5889e0d6b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "70b50cc6-4c90-4e79-ab54-bde6a421edaf", - "x-ms-routing-request-id": "WESTUS2:20210901T033321Z:87d65af2-8767-40c7-8ef4-c0b5889e0d6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eeeeeafa9dd5b27b2fc84e75f176b021", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eeeeeafa9dd5b27b2fc84e75f176b021", - "x-ms-correlation-request-id": "b7d6f889-0ecd-48be-8777-4dc85d0f0338", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "4ef2d60c-6025-4bcd-a327-4982e15c81d1", - "x-ms-routing-request-id": "WESTUS2:20210901T033322Z:b7d6f889-0ecd-48be-8777-4dc85d0f0338" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bf503ae6f72d9e603b0311e627614fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bf503ae6f72d9e603b0311e627614fc", - "x-ms-correlation-request-id": "738068cc-0806-4336-9c40-353709c0c51d", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "b6c20465-c20b-403b-a10f-080198282899", - "x-ms-routing-request-id": "WESTUS2:20210901T033323Z:738068cc-0806-4336-9c40-353709c0c51d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1f0faff2f24f0e21414bdaf671ba488", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1f0faff2f24f0e21414bdaf671ba488", - "x-ms-correlation-request-id": "7a43be6f-c2e2-4584-80ba-c25f2a6a0f4d", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "ffe17456-4286-4a5c-83b8-7576db58af4c", - "x-ms-routing-request-id": "WESTUS2:20210901T033324Z:7a43be6f-c2e2-4584-80ba-c25f2a6a0f4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5dbbf099ddeb8be90415ea246b5d50b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dbbf099ddeb8be90415ea246b5d50b9", - "x-ms-correlation-request-id": "cb0a9bf9-510b-49bd-8beb-188b476fffd5", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "1acc06bd-524d-426c-b256-58f46811d309", - "x-ms-routing-request-id": "WESTUS2:20210901T033325Z:cb0a9bf9-510b-49bd-8beb-188b476fffd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f77652b30e857ffd2005275eb23671e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f77652b30e857ffd2005275eb23671e7", - "x-ms-correlation-request-id": "92544c81-9d47-403b-95c7-2e9dfad17fb1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "f483b405-d2d1-467f-a726-5ab9c9750d98", - "x-ms-routing-request-id": "WESTUS2:20210901T033326Z:92544c81-9d47-403b-95c7-2e9dfad17fb1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7285a90cb7ba221011659d0f44bd84b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7285a90cb7ba221011659d0f44bd84b7", - "x-ms-correlation-request-id": "c4a0e489-46e7-4350-807b-b7c97929cf67", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e6e4fc2d-0ded-44d8-9143-c59910075655", - "x-ms-routing-request-id": "WESTUS2:20210901T033327Z:c4a0e489-46e7-4350-807b-b7c97929cf67" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15fc03c4aca58a02f23c3ce6b58ad9ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15fc03c4aca58a02f23c3ce6b58ad9ce", - "x-ms-correlation-request-id": "a0ad1a70-8dbc-4b56-99d1-5ba794df9901", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "02633e66-0a54-4cd4-b742-f4b9b56f2064", - "x-ms-routing-request-id": "WESTUS2:20210901T033328Z:a0ad1a70-8dbc-4b56-99d1-5ba794df9901" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c21703a3ddd7fcfe4154e62071ed3b62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c21703a3ddd7fcfe4154e62071ed3b62", - "x-ms-correlation-request-id": "375249a4-dd91-4fd5-8eb4-775e3f1e17bb", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "3087ca82-f587-49e1-b1da-b436e16b9bff", - "x-ms-routing-request-id": "WESTUS2:20210901T033329Z:375249a4-dd91-4fd5-8eb4-775e3f1e17bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae9a70805c395f42a6fa7f7e7a296c86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:33:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae9a70805c395f42a6fa7f7e7a296c86", - "x-ms-correlation-request-id": "07949fa6-3149-45b2-b267-df87bc24b305", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "255f9275-ec03-43c6-b50c-2b97381a6b10", - "x-ms-routing-request-id": "WESTUS2:20210901T033330Z:07949fa6-3149-45b2-b267-df87bc24b305" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/054bd665-38b6-4c9c-874a-d97986401fff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "416cce8bc1a6e6df0500d351c6e21804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1024", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:33:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "416cce8bc1a6e6df0500d351c6e21804", - "x-ms-correlation-request-id": "b5ed7f98-721b-4625-9d82-63d50903aa08", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "768242b0-e33d-49b9-b903-e2def4dcd44c", - "x-ms-routing-request-id": "WESTUS2:20210901T033332Z:b5ed7f98-721b-4625-9d82-63d50903aa08" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "BlockBlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res879/providers/Microsoft.Storage/storageAccounts/sto4722", - "name": "sto4722", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:33:13.9470892Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:33:13.9470892Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:33:13.8376974Z", - "primaryEndpoints": { - "dfs": "https://sto4722.dfs.core.windows.net/", - "web": "https://sto4722.z13.web.core.windows.net/", - "blob": "https://sto4722.blob.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1477591326", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json deleted file mode 100644 index f9ead34d09401..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithBlockBlobStorageAsync.json +++ /dev/null @@ -1,720 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bfcd38106ca2ae9ffc13e63c3625a4a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2cd7e6b9-646d-4e92-a6b3-548b9cb581d0", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "2cd7e6b9-646d-4e92-a6b3-548b9cb581d0", - "x-ms-routing-request-id": "WESTUS2:20210901T034137Z:2cd7e6b9-646d-4e92-a6b3-548b9cb581d0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41f6432b458230cc40544805d62c56d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "11b64860-eea2-4f64-bd8a-d301d4638de4", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "11b64860-eea2-4f64-bd8a-d301d4638de4", - "x-ms-routing-request-id": "WESTUS2:20210901T034138Z:11b64860-eea2-4f64-bd8a-d301d4638de4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8644?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-31abd19255794444a6620e13b9ee41b0-5048ea1930ce044e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b584eb25b3ef6c99dea08693f84d8fc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b5fe647a-88d8-4d90-bcfe-a0b1cae25125", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "b5fe647a-88d8-4d90-bcfe-a0b1cae25125", - "x-ms-routing-request-id": "WESTUS2:20210901T034139Z:b5fe647a-88d8-4d90-bcfe-a0b1cae25125" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8644", - "name": "res8644", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8644/providers/Microsoft.Storage/storageAccounts/sto2458?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-1c498ab564aa03499f49d6b04977bbfc-8d250735d1833e49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46992ad0cb7c9c6b7e4e2499d8cfbd0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "BlockBlobStorage", - "location": "eastus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46992ad0cb7c9c6b7e4e2499d8cfbd0c", - "x-ms-correlation-request-id": "1a37fba7-04f1-4838-9a27-b58f9824a0fa", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d69456cd-b61c-4b67-ab10-f51a9e631f6c", - "x-ms-routing-request-id": "WESTUS2:20210901T034148Z:1a37fba7-04f1-4838-9a27-b58f9824a0fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c5cd943144020a91818716575d305d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c5cd943144020a91818716575d305d0", - "x-ms-correlation-request-id": "13f7836a-7482-45bc-b203-fbb5e2b04c00", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "4259d843-37b0-408d-9552-fb5f9dbf2c68", - "x-ms-routing-request-id": "WESTUS2:20210901T034148Z:13f7836a-7482-45bc-b203-fbb5e2b04c00" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c1687c9a255940f9a3d72d72625ff36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c1687c9a255940f9a3d72d72625ff36", - "x-ms-correlation-request-id": "9e1a160f-4dfd-4497-8ccd-cbbce7914ff5", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "a1b0a326-dea8-4e4e-a35f-4fb0d7927e65", - "x-ms-routing-request-id": "WESTUS2:20210901T034149Z:9e1a160f-4dfd-4497-8ccd-cbbce7914ff5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff566b469173cdcc671907d4ca2ae601", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff566b469173cdcc671907d4ca2ae601", - "x-ms-correlation-request-id": "625390a9-5f2b-44c8-a682-ef7e2b334d25", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "9d722a12-fef4-439a-bba9-2fb57ad5ef7b", - "x-ms-routing-request-id": "WESTUS2:20210901T034151Z:625390a9-5f2b-44c8-a682-ef7e2b334d25" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "157cd49eca32a063c9c79103a2d1f9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "157cd49eca32a063c9c79103a2d1f9f2", - "x-ms-correlation-request-id": "cf1abbe3-6001-4917-9eaf-0e18e8d45d5b", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b8cce4db-39a9-49f2-a820-f8c4a2f9823c", - "x-ms-routing-request-id": "WESTUS2:20210901T034152Z:cf1abbe3-6001-4917-9eaf-0e18e8d45d5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0a1e3a19067c385cba48d53c9a3aca70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a1e3a19067c385cba48d53c9a3aca70", - "x-ms-correlation-request-id": "c2b908e0-61ce-4801-8274-d8564011480e", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "86c7f350-2c97-450e-a475-20edcaea18af", - "x-ms-routing-request-id": "WESTUS2:20210901T034153Z:c2b908e0-61ce-4801-8274-d8564011480e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51397056eaa97b0408b535acffc92b95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "51397056eaa97b0408b535acffc92b95", - "x-ms-correlation-request-id": "dcd6675a-8be7-400f-8484-75cadcab589e", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "5e7a3a3e-038d-467f-8903-009378fabe0a", - "x-ms-routing-request-id": "WESTUS2:20210901T034154Z:dcd6675a-8be7-400f-8484-75cadcab589e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8fbb151fdc0c978477445be9f526058f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fbb151fdc0c978477445be9f526058f", - "x-ms-correlation-request-id": "5213fa1a-f019-4184-8a92-0846853764c6", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "012348e3-df76-48eb-a676-faf2e8fe95e2", - "x-ms-routing-request-id": "WESTUS2:20210901T034155Z:5213fa1a-f019-4184-8a92-0846853764c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31ac21fca8982e4936a202c6d1b038f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31ac21fca8982e4936a202c6d1b038f1", - "x-ms-correlation-request-id": "8546d11a-1e20-4829-b0d3-b079662924e8", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "d7097787-9d8b-4ee3-a9db-593526b38ea8", - "x-ms-routing-request-id": "WESTUS2:20210901T034156Z:8546d11a-1e20-4829-b0d3-b079662924e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "851c3f1d3a7e7a64eba1d9648f1a86e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "851c3f1d3a7e7a64eba1d9648f1a86e1", - "x-ms-correlation-request-id": "2081d17b-fc45-4cc8-960e-8c1a3cc3dd76", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "ef372e2d-a7f5-45df-9242-5229765f1425", - "x-ms-routing-request-id": "WESTUS2:20210901T034157Z:2081d17b-fc45-4cc8-960e-8c1a3cc3dd76" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "deafa6affa1c77fccb8c5869dabec6c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deafa6affa1c77fccb8c5869dabec6c7", - "x-ms-correlation-request-id": "0c42195f-9c6e-4b86-97be-528b7b6cf423", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e99cd85c-79ff-42d9-85b4-3e5f36f8e6af", - "x-ms-routing-request-id": "WESTUS2:20210901T034158Z:0c42195f-9c6e-4b86-97be-528b7b6cf423" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6cc690c800ac110bd3145f7cee59f1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:41:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6cc690c800ac110bd3145f7cee59f1c", - "x-ms-correlation-request-id": "f0fcc4b6-08f5-48b3-8729-c0cbe10f9d6d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "2975b908-1e92-4948-94e7-181028709844", - "x-ms-routing-request-id": "WESTUS2:20210901T034159Z:f0fcc4b6-08f5-48b3-8729-c0cbe10f9d6d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b16201c590122d443a5b9f1e2faa02d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:42:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b16201c590122d443a5b9f1e2faa02d", - "x-ms-correlation-request-id": "9404e968-29c4-4e99-9e91-b0124a6927a9", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "6d744f34-dd81-40ae-bbbd-fdc4b975406f", - "x-ms-routing-request-id": "WESTUS2:20210901T034201Z:9404e968-29c4-4e99-9e91-b0124a6927a9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "255812dbd04e2fd795ed21eab405a8e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:42:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "255812dbd04e2fd795ed21eab405a8e6", - "x-ms-correlation-request-id": "348f45ba-d774-4bc7-b755-875286951cf2", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "af5fa5e7-4395-4c96-a8f6-1ed2aaf9f66d", - "x-ms-routing-request-id": "WESTUS2:20210901T034202Z:348f45ba-d774-4bc7-b755-875286951cf2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b94d3ced9ba7b2c594a97364c71edfc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:42:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b94d3ced9ba7b2c594a97364c71edfc2", - "x-ms-correlation-request-id": "2c2a6fea-cb22-4cbf-86c3-1a2e10aef9d3", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "b0e32262-ac90-4b66-9d08-c5acb9526cd7", - "x-ms-routing-request-id": "WESTUS2:20210901T034203Z:2c2a6fea-cb22-4cbf-86c3-1a2e10aef9d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc1c17917a8c4cce49e7951338e96e3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:42:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc1c17917a8c4cce49e7951338e96e3d", - "x-ms-correlation-request-id": "fa69c4c8-94cc-4077-8b05-62b7ad740a3b", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "8f1ef250-5425-4051-bf1e-ebf4ed2c0227", - "x-ms-routing-request-id": "WESTUS2:20210901T034204Z:fa69c4c8-94cc-4077-8b05-62b7ad740a3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/d69456cd-b61c-4b67-ab10-f51a9e631f6c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a504d2fce6ac3f864ca590a45d726876", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1025", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:42:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a504d2fce6ac3f864ca590a45d726876", - "x-ms-correlation-request-id": "7f13df9a-2a17-4e5b-9d19-5e5df7909f1d", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "44c801f7-f155-4a93-bfbf-178685f48f56", - "x-ms-routing-request-id": "WESTUS2:20210901T034205Z:7f13df9a-2a17-4e5b-9d19-5e5df7909f1d" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "BlockBlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8644/providers/Microsoft.Storage/storageAccounts/sto2458", - "name": "sto2458", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:41:47.3857240Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:41:47.3857240Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:41:47.2919527Z", - "primaryEndpoints": { - "dfs": "https://sto2458.dfs.core.windows.net/", - "web": "https://sto2458.z13.web.core.windows.net/", - "blob": "https://sto2458.blob.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1641817921", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json deleted file mode 100644 index bbe69c6add243..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTest.json +++ /dev/null @@ -1,742 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e637cdf85dcc6c986998ff849070f50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d375928-7685-40e2-8ce3-14d66e29986f", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "8d375928-7685-40e2-8ce3-14d66e29986f", - "x-ms-routing-request-id": "WESTUS2:20210901T005321Z:8d375928-7685-40e2-8ce3-14d66e29986f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15e117f467548f594b1e31d03af22e5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f8e0293a-0b8f-49dc-ad4c-bd2b86ddd388", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "f8e0293a-0b8f-49dc-ad4c-bd2b86ddd388", - "x-ms-routing-request-id": "WESTUS2:20210901T005321Z:f8e0293a-0b8f-49dc-ad4c-bd2b86ddd388" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6050?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-58d5ba0538068d478ef57422911e9d73-4a334584e2fb534e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cb42faef0d44b8cb398e920ab387dfb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b06524a6-25d6-4ff2-ba4c-12bcce9f91f1", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "b06524a6-25d6-4ff2-ba4c-12bcce9f91f1", - "x-ms-routing-request-id": "WESTUS2:20210901T005322Z:b06524a6-25d6-4ff2-ba4c-12bcce9f91f1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6050", - "name": "res6050", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6050/providers/Microsoft.Storage/storageAccounts/sto8295?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-2fc51490c2398340b62c0a649baf6e99-a9c9f1d2dbf7444c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b11efd157742d42212bd54f98c946a32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b11efd157742d42212bd54f98c946a32", - "x-ms-correlation-request-id": "9bc295ec-a68f-4125-aba6-3140b2f95531", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "d0628c37-f486-41ab-b191-89b3ed4fb314", - "x-ms-routing-request-id": "WESTUS2:20210901T005324Z:9bc295ec-a68f-4125-aba6-3140b2f95531" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31dd54d46f3eb76b91a8c13237522704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31dd54d46f3eb76b91a8c13237522704", - "x-ms-correlation-request-id": "cb49a9b4-7915-452a-8b28-2fb5ebaaf822", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "36cd4208-041a-4bff-9f5a-d3fa16c977cc", - "x-ms-routing-request-id": "WESTUS2:20210901T005325Z:cb49a9b4-7915-452a-8b28-2fb5ebaaf822" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9dd4ee7ea0a5f412d6c9e7a2a9b36572", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9dd4ee7ea0a5f412d6c9e7a2a9b36572", - "x-ms-correlation-request-id": "36ccc0d4-662a-4188-a515-76eee3705739", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "66f3bc18-d9fe-4115-9604-ee2410a5863e", - "x-ms-routing-request-id": "WESTUS2:20210901T005326Z:36ccc0d4-662a-4188-a515-76eee3705739" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3724a1d839b667f32e1fc92a5ef41d77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3724a1d839b667f32e1fc92a5ef41d77", - "x-ms-correlation-request-id": "b2202d95-0ee3-4d06-9b08-7a5dcfed6a35", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "8aeca817-06e4-4820-bca9-d74f189cd918", - "x-ms-routing-request-id": "WESTUS2:20210901T005327Z:b2202d95-0ee3-4d06-9b08-7a5dcfed6a35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80f1ca7847cb340d42e85a7587c90ede", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80f1ca7847cb340d42e85a7587c90ede", - "x-ms-correlation-request-id": "315195df-739b-4d94-93fd-97f4c56bacce", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "655e703d-18c0-450a-a80f-acb587100524", - "x-ms-routing-request-id": "WESTUS2:20210901T005328Z:315195df-739b-4d94-93fd-97f4c56bacce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "965a4f43ef2e444dfa6d6e86d6e795e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "965a4f43ef2e444dfa6d6e86d6e795e2", - "x-ms-correlation-request-id": "da03a166-421f-412b-b47e-ab310a41fc09", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "c01e9d2c-414c-4fd8-adb3-6500308b5ce2", - "x-ms-routing-request-id": "WESTUS2:20210901T005329Z:da03a166-421f-412b-b47e-ab310a41fc09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de2a70abe5c190a693eff5cedf7edf65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de2a70abe5c190a693eff5cedf7edf65", - "x-ms-correlation-request-id": "e0479bfa-7fc4-440e-b86f-d713f204eccc", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "47f6c702-29e6-4404-a3ee-22af7fbaf648", - "x-ms-routing-request-id": "WESTUS2:20210901T005330Z:e0479bfa-7fc4-440e-b86f-d713f204eccc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fe7eb11879989487dac855ed8875d5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fe7eb11879989487dac855ed8875d5a", - "x-ms-correlation-request-id": "07f65de3-879f-4f8b-87cb-7b60c8d836b8", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "78ff4e41-63ee-4a1c-9d86-6a52312e9853", - "x-ms-routing-request-id": "WESTUS2:20210901T005331Z:07f65de3-879f-4f8b-87cb-7b60c8d836b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17ca7752309f5e1ca8c9023ef97f657c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ca7752309f5e1ca8c9023ef97f657c", - "x-ms-correlation-request-id": "91e38cab-7c36-4c2d-b77b-a6d54ddcad8a", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "bf714798-e960-449f-9a89-a2bd6e84e0d6", - "x-ms-routing-request-id": "WESTUS2:20210901T005332Z:91e38cab-7c36-4c2d-b77b-a6d54ddcad8a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea75098d86ff234828a060155f48b70c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea75098d86ff234828a060155f48b70c", - "x-ms-correlation-request-id": "a5b31307-8c89-457b-a541-f8cb647ae8fc", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "73eca691-804e-4743-b7e1-29e92974fa28", - "x-ms-routing-request-id": "WESTUS2:20210901T005334Z:a5b31307-8c89-457b-a541-f8cb647ae8fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "677b9b92c8b3e0c6cf8966cf85098ffe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "677b9b92c8b3e0c6cf8966cf85098ffe", - "x-ms-correlation-request-id": "259d61e3-c057-4a7c-b050-9e3618b93a1d", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "e95cd0e5-722f-457a-bcae-b8e2b760c132", - "x-ms-routing-request-id": "WESTUS2:20210901T005335Z:259d61e3-c057-4a7c-b050-9e3618b93a1d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfd008477212cc5a2fa7eefecf06fe60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfd008477212cc5a2fa7eefecf06fe60", - "x-ms-correlation-request-id": "18c17420-7f56-4bcc-af86-0e9471927659", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "3495586b-309e-4f0b-8cac-76cc91d49790", - "x-ms-routing-request-id": "WESTUS2:20210901T005336Z:18c17420-7f56-4bcc-af86-0e9471927659" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5eacf612fd03c5c942941b761f789d1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5eacf612fd03c5c942941b761f789d1e", - "x-ms-correlation-request-id": "ee21fde1-feea-48f1-b9f9-34cd6aed66ce", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "c7ce6fa7-acc6-40f1-9274-c2692b69b0d0", - "x-ms-routing-request-id": "WESTUS2:20210901T005337Z:ee21fde1-feea-48f1-b9f9-34cd6aed66ce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57ce6211e8771ff940ae380cd9c811c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57ce6211e8771ff940ae380cd9c811c8", - "x-ms-correlation-request-id": "5c5d8650-dfc6-401b-bab1-1f610ce637d8", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "398641fd-b728-4aa4-a4a8-b29a88aa0da4", - "x-ms-routing-request-id": "WESTUS2:20210901T005338Z:5c5d8650-dfc6-401b-bab1-1f610ce637d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8fbd068a305d49fa3f0b8c7e57e4adb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8fbd068a305d49fa3f0b8c7e57e4adb6", - "x-ms-correlation-request-id": "a6690b69-e8f8-46a6-85eb-460ccf682f60", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "c1a77ef7-b2d7-4eae-b5e7-f2b0f4725da2", - "x-ms-routing-request-id": "WESTUS2:20210901T005339Z:a6690b69-e8f8-46a6-85eb-460ccf682f60" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6cecd009a7382ae8fc8d1e55c5bcec7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:53:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cecd009a7382ae8fc8d1e55c5bcec7a", - "x-ms-correlation-request-id": "cf9d9ccf-8305-4441-b748-0afbdece4179", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "c588d8db-2898-4333-ac1c-b16279bf7587", - "x-ms-routing-request-id": "WESTUS2:20210901T005340Z:cf9d9ccf-8305-4441-b748-0afbdece4179" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d0628c37-f486-41ab-b191-89b3ed4fb314?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18eb52830ebae0c16885176c5b7bc75b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:53:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18eb52830ebae0c16885176c5b7bc75b", - "x-ms-correlation-request-id": "c33191ba-a834-44ff-9546-82c24e3211d8", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "553c61e3-0810-4fca-8d56-8f42c0bed5bf", - "x-ms-routing-request-id": "WESTUS2:20210901T005341Z:c33191ba-a834-44ff-9546-82c24e3211d8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6050/providers/Microsoft.Storage/storageAccounts/sto8295", - "name": "sto8295", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:53:23.5071206Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:53:23.5071206Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:53:23.3977673Z", - "primaryEndpoints": { - "blob": "https://sto8295.blob.core.windows.net/", - "queue": "https://sto8295.queue.core.windows.net/", - "table": "https://sto8295.table.core.windows.net/", - "file": "https://sto8295.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "651454788", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json deleted file mode 100644 index 937863a15d5fa..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithEncryptionTestAsync.json +++ /dev/null @@ -1,742 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d52ea65bdb4f2fa8950595269f27196", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe368bfd-3550-4c8f-8059-032a6085e0ee", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "fe368bfd-3550-4c8f-8059-032a6085e0ee", - "x-ms-routing-request-id": "WESTUS2:20210901T015739Z:fe368bfd-3550-4c8f-8059-032a6085e0ee" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd3e69efd397e12838e7c500fc4d392a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "be06ad61-d060-408f-a4ae-177e96975b41", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "be06ad61-d060-408f-a4ae-177e96975b41", - "x-ms-routing-request-id": "WESTUS2:20210901T015739Z:be06ad61-d060-408f-a4ae-177e96975b41" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res605?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a5cdc638aed10f4ea74679490a7f3f74-b6fc3aecad2c4945-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa55350adb20c976dfe4cf0b521f7ecf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb8056d5-e7a0-4654-bf57-ab87fc968e09", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "fb8056d5-e7a0-4654-bf57-ab87fc968e09", - "x-ms-routing-request-id": "WESTUS2:20210901T015740Z:fb8056d5-e7a0-4654-bf57-ab87fc968e09" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res605", - "name": "res605", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res605/providers/Microsoft.Storage/storageAccounts/sto4293?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-58e62de34cd85144a387ffaa8cf52acb-378607c094139f49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5feb0bfd913870c224cdf7f9f53c172e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5feb0bfd913870c224cdf7f9f53c172e", - "x-ms-correlation-request-id": "8b6fc3c1-d18e-491b-a918-ec7740b64cfc", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "e7d54615-64af-437d-af2e-b083a2e0153b", - "x-ms-routing-request-id": "WESTUS2:20210901T015743Z:8b6fc3c1-d18e-491b-a918-ec7740b64cfc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d4f9230633fa4d29389fb0e7ecfe9a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d4f9230633fa4d29389fb0e7ecfe9a8", - "x-ms-correlation-request-id": "36fe2bb5-2b07-4ff6-b281-adbd2ea1c19c", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "1c19aa08-adde-4aef-9695-f81dca683585", - "x-ms-routing-request-id": "WESTUS2:20210901T015743Z:36fe2bb5-2b07-4ff6-b281-adbd2ea1c19c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1c3dcb7b4c12ecd7d235a80a269993e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1c3dcb7b4c12ecd7d235a80a269993e", - "x-ms-correlation-request-id": "c64e36cc-2e5f-4500-a3a2-7ee1d4c6b9b4", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "bb9a3d98-4805-4484-adf6-079fdd8494e5", - "x-ms-routing-request-id": "WESTUS2:20210901T015744Z:c64e36cc-2e5f-4500-a3a2-7ee1d4c6b9b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63c9b005e9ec2bef8b188812d37f4935", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63c9b005e9ec2bef8b188812d37f4935", - "x-ms-correlation-request-id": "b4c4b041-81d7-4ef6-bb45-5959c3d71492", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "effc7075-84b8-4303-b9dc-d21c372909c4", - "x-ms-routing-request-id": "WESTUS2:20210901T015746Z:b4c4b041-81d7-4ef6-bb45-5959c3d71492" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "faa146ce06227c86c420af1b0951022a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faa146ce06227c86c420af1b0951022a", - "x-ms-correlation-request-id": "9f7f5db3-3236-478f-bcd7-19674700aa6b", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "23dc4df9-51a3-41e1-a63b-a1f3ce6f8fd2", - "x-ms-routing-request-id": "WESTUS2:20210901T015747Z:9f7f5db3-3236-478f-bcd7-19674700aa6b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd09bcef8606cdbced9735a82bbb5bfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd09bcef8606cdbced9735a82bbb5bfe", - "x-ms-correlation-request-id": "e91f4ece-8ad8-4acd-b84e-95a38352bd3e", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "55e3538e-6ef4-4b0a-aeaa-31aba2b310ae", - "x-ms-routing-request-id": "WESTUS2:20210901T015748Z:e91f4ece-8ad8-4acd-b84e-95a38352bd3e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cb225d99fc7ff1c2a4c9fcb3ad3223a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cb225d99fc7ff1c2a4c9fcb3ad3223a", - "x-ms-correlation-request-id": "4e0ca263-d305-478d-bdcb-e30127fd1af2", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "2d0aea43-4dac-4f70-9d62-843829d2957b", - "x-ms-routing-request-id": "WESTUS2:20210901T015749Z:4e0ca263-d305-478d-bdcb-e30127fd1af2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "16225e167c75472f8ad30c8ad0dd5109", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16225e167c75472f8ad30c8ad0dd5109", - "x-ms-correlation-request-id": "5a8288ce-4dae-4df3-8653-d817a2b44dea", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "a723351e-4113-44fb-8a6f-d3807691d81e", - "x-ms-routing-request-id": "WESTUS2:20210901T015750Z:5a8288ce-4dae-4df3-8653-d817a2b44dea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e442b1c5a59e5062a009a3b9e7f09319", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e442b1c5a59e5062a009a3b9e7f09319", - "x-ms-correlation-request-id": "a09d5009-1057-4c64-bcfc-ffe305fca2d2", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "40293251-1e5e-4296-ba51-547349fbd2b2", - "x-ms-routing-request-id": "WESTUS2:20210901T015751Z:a09d5009-1057-4c64-bcfc-ffe305fca2d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc91fb7444985d88f66bd2f492912e4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc91fb7444985d88f66bd2f492912e4c", - "x-ms-correlation-request-id": "e8579033-2638-4d25-a884-78d48ab20cf4", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "fdd44a6e-4867-466f-a263-8796f4d6e2dc", - "x-ms-routing-request-id": "WESTUS2:20210901T015752Z:e8579033-2638-4d25-a884-78d48ab20cf4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "890696fa3e91709bfcd2766cd9756099", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "890696fa3e91709bfcd2766cd9756099", - "x-ms-correlation-request-id": "0c784558-6468-45ad-80fd-11b9744fe791", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "51c3134b-adab-44c7-9c46-5b61b3add163", - "x-ms-routing-request-id": "WESTUS2:20210901T015753Z:0c784558-6468-45ad-80fd-11b9744fe791" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d515f240844b807028e5ed33d36ebd0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d515f240844b807028e5ed33d36ebd0e", - "x-ms-correlation-request-id": "ca68a95c-f22f-499c-baf8-acea0f5b76e4", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "be62101d-e737-42ab-bf9c-76901e343c62", - "x-ms-routing-request-id": "WESTUS2:20210901T015754Z:ca68a95c-f22f-499c-baf8-acea0f5b76e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "50bf56db0aea36885f20d0c5ce1c8380", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "50bf56db0aea36885f20d0c5ce1c8380", - "x-ms-correlation-request-id": "09634b33-350a-4bad-a14b-10c95a6b5bdd", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "8581175d-2bf7-4c0b-937f-bd20bbdf4660", - "x-ms-routing-request-id": "WESTUS2:20210901T015756Z:09634b33-350a-4bad-a14b-10c95a6b5bdd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9fb3380a597b7600258560ab50689d8d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9fb3380a597b7600258560ab50689d8d", - "x-ms-correlation-request-id": "3bf5cc1a-0434-464c-a937-de02944e02cf", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "c51d4489-83bb-4b4e-9efe-d2772647a73e", - "x-ms-routing-request-id": "WESTUS2:20210901T015757Z:3bf5cc1a-0434-464c-a937-de02944e02cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "829168140fb635af6adf752ab4abb20c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "829168140fb635af6adf752ab4abb20c", - "x-ms-correlation-request-id": "dfe2c8b2-245d-4973-ab3c-d35cc2c5c095", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "e3eb5c7a-a869-4703-b3f4-7e6860fdd6d6", - "x-ms-routing-request-id": "WESTUS2:20210901T015758Z:dfe2c8b2-245d-4973-ab3c-d35cc2c5c095" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a296d611dba819255492b64a9dce6f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:57:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a296d611dba819255492b64a9dce6f7", - "x-ms-correlation-request-id": "3f2b94f9-8351-4d84-9454-35a9825eead2", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "26ceb20c-4e83-436c-865c-301055d95481", - "x-ms-routing-request-id": "WESTUS2:20210901T015759Z:3f2b94f9-8351-4d84-9454-35a9825eead2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e7d54615-64af-437d-af2e-b083a2e0153b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "65b14283018bfaca897e359ce3d5c179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:58:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65b14283018bfaca897e359ce3d5c179", - "x-ms-correlation-request-id": "67f47b0b-9c13-4f9d-9770-a9439ee1403b", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "e6fd7f90-768b-419a-8860-a489d65d0857", - "x-ms-routing-request-id": "WESTUS2:20210901T015800Z:67f47b0b-9c13-4f9d-9770-a9439ee1403b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res605/providers/Microsoft.Storage/storageAccounts/sto4293", - "name": "sto4293", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:57:42.3651753Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:57:42.3651753Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:57:42.2714657Z", - "primaryEndpoints": { - "blob": "https://sto4293.blob.core.windows.net/", - "queue": "https://sto4293.queue.core.windows.net/", - "table": "https://sto4293.table.core.windows.net/", - "file": "https://sto4293.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1296832525", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json deleted file mode 100644 index e8418576c2c20..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorage.json +++ /dev/null @@ -1,688 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a773d585fb2abf48dfb603f422f24cec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e37c1f2-a3c1-4b7b-a374-a0e1e6a504bb", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "4e37c1f2-a3c1-4b7b-a374-a0e1e6a504bb", - "x-ms-routing-request-id": "WESTUS2:20210901T033436Z:4e37c1f2-a3c1-4b7b-a374-a0e1e6a504bb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3df109d8e5b3da90b6f2aea439e954c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67e0d927-0b64-459d-8115-da7a60ad0942", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "67e0d927-0b64-459d-8115-da7a60ad0942", - "x-ms-routing-request-id": "WESTUS2:20210901T033436Z:67e0d927-0b64-459d-8115-da7a60ad0942" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1795?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-53dea100fda09d44b5045e1991578ef9-32a9ee354c9cbb42-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eaffadd2d89f6d204e3b8f189993f0e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e802eb1a-2032-4f45-83e4-f6f30d2566df", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "e802eb1a-2032-4f45-83e4-f6f30d2566df", - "x-ms-routing-request-id": "WESTUS2:20210901T033437Z:e802eb1a-2032-4f45-83e4-f6f30d2566df" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1795", - "name": "res1795", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1795/providers/Microsoft.Storage/storageAccounts/sto2195?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-3ba59e71ec32524d873b008f6929a901-7544fce9f33da742-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c4d2463f7aa362b9cbbd05e7b4021b7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "FileStorage", - "location": "eastus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c4d2463f7aa362b9cbbd05e7b4021b7", - "x-ms-correlation-request-id": "3daa71d9-de78-4342-b65e-67d4e0b9b06d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5", - "x-ms-routing-request-id": "WESTUS2:20210901T033440Z:3daa71d9-de78-4342-b65e-67d4e0b9b06d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "703b2e037afeb528d3b4031d4f0fd3fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "703b2e037afeb528d3b4031d4f0fd3fa", - "x-ms-correlation-request-id": "59e83eea-a084-4cde-84b6-f2ca3e25ebdd", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "4d38f4c3-1f5f-4610-9fd0-0149907411d1", - "x-ms-routing-request-id": "WESTUS2:20210901T033440Z:59e83eea-a084-4cde-84b6-f2ca3e25ebdd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43bc616e9aaa6513ec8e369da412122a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43bc616e9aaa6513ec8e369da412122a", - "x-ms-correlation-request-id": "f8cc2969-0fdc-4296-85dd-1b06598344d9", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "09f05734-e2e5-4a8b-9e47-8c3afa22c7cc", - "x-ms-routing-request-id": "WESTUS2:20210901T033441Z:f8cc2969-0fdc-4296-85dd-1b06598344d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d5b95deb00562b8278f784cfa1a6f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d5b95deb00562b8278f784cfa1a6f57", - "x-ms-correlation-request-id": "613e0fca-ff44-42db-99d8-3c1d25d0c798", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "63bd9b4f-e527-4658-9470-313769e582a9", - "x-ms-routing-request-id": "WESTUS2:20210901T033442Z:613e0fca-ff44-42db-99d8-3c1d25d0c798" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2ab583999b4688f1ad58470438a11c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2ab583999b4688f1ad58470438a11c1", - "x-ms-correlation-request-id": "3ca0fca1-4512-41e9-8e39-0a215a42c6a3", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "34027eb4-0124-4f2b-8d93-a715e958a808", - "x-ms-routing-request-id": "WESTUS2:20210901T033444Z:3ca0fca1-4512-41e9-8e39-0a215a42c6a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b93ed8a286b4bef4a95a1b1b22c66ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b93ed8a286b4bef4a95a1b1b22c66ad1", - "x-ms-correlation-request-id": "de8e1686-905b-4296-adec-20897d15cf23", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "b42a4d5a-81d4-4aef-9492-d62e38528c28", - "x-ms-routing-request-id": "WESTUS2:20210901T033445Z:de8e1686-905b-4296-adec-20897d15cf23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b64df1f4f66457506f232302b481e9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b64df1f4f66457506f232302b481e9c", - "x-ms-correlation-request-id": "0b121ccb-31b2-4751-a40b-f2c9970fa762", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "3dc845f5-6fab-48a4-b1a1-915aa4f0e664", - "x-ms-routing-request-id": "WESTUS2:20210901T033446Z:0b121ccb-31b2-4751-a40b-f2c9970fa762" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21aab67db5dcb3a363ed195a7d744553", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21aab67db5dcb3a363ed195a7d744553", - "x-ms-correlation-request-id": "a523b363-dbdf-468b-a448-2feb4491a19e", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "dde1b22e-7d4c-44fe-90a6-4fb8b76ea0ae", - "x-ms-routing-request-id": "WESTUS2:20210901T033447Z:a523b363-dbdf-468b-a448-2feb4491a19e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6450b26ac526525a63f9b3c153c49260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6450b26ac526525a63f9b3c153c49260", - "x-ms-correlation-request-id": "64e2cae4-7a20-42b3-bc1f-2b592f9f4204", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "40f2b51d-a358-48fd-b2e1-12f5a44ba170", - "x-ms-routing-request-id": "WESTUS2:20210901T033448Z:64e2cae4-7a20-42b3-bc1f-2b592f9f4204" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b9d7e3b481c69f53cb1e879361ac791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b9d7e3b481c69f53cb1e879361ac791", - "x-ms-correlation-request-id": "c302098b-373c-432b-a081-482aae21c6bb", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "cba82347-ca8e-42df-a9fa-3536a8198721", - "x-ms-routing-request-id": "WESTUS2:20210901T033449Z:c302098b-373c-432b-a081-482aae21c6bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78c5deadb9f7b8765b57bee202e15f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78c5deadb9f7b8765b57bee202e15f9e", - "x-ms-correlation-request-id": "d5b32143-c255-4a68-9265-353fa90685c5", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "a8ab494f-771f-4049-8212-a4e3b075fbb5", - "x-ms-routing-request-id": "WESTUS2:20210901T033450Z:d5b32143-c255-4a68-9265-353fa90685c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe1eb85ad9d72237bde72875dde11c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe1eb85ad9d72237bde72875dde11c48", - "x-ms-correlation-request-id": "3ddc326d-b2f2-489a-a273-71781e965c67", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "e0fc9f79-f93d-410c-af76-16e921bb716b", - "x-ms-routing-request-id": "WESTUS2:20210901T033451Z:3ddc326d-b2f2-489a-a273-71781e965c67" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7514213119ff826908e510c58a13675a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7514213119ff826908e510c58a13675a", - "x-ms-correlation-request-id": "098a96f5-cd69-46b5-b727-5fb058ef9917", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "309b1f78-ed69-4e0c-a5ca-6563121fb7dc", - "x-ms-routing-request-id": "WESTUS2:20210901T033452Z:098a96f5-cd69-46b5-b727-5fb058ef9917" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e1f4951c9fbd3baa7a3bb109101da7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e1f4951c9fbd3baa7a3bb109101da7a", - "x-ms-correlation-request-id": "bcb49f06-e1eb-481d-a6fa-41ee26e2022c", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "58f84f6a-0577-4c59-886e-d926050b1dd9", - "x-ms-routing-request-id": "WESTUS2:20210901T033454Z:bcb49f06-e1eb-481d-a6fa-41ee26e2022c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0b0753aeacd409f4f9cf6f2c97297aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:34:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0b0753aeacd409f4f9cf6f2c97297aa", - "x-ms-correlation-request-id": "29ac96c8-cd94-4390-8967-8f43210b09ef", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "e1e18f60-0f22-4d22-9815-42ea845af3f9", - "x-ms-routing-request-id": "WESTUS2:20210901T033455Z:29ac96c8-cd94-4390-8967-8f43210b09ef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/df5bf4fe-2da1-40e7-9671-7ceb66c8cdd5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9323ce809ec1684d6740cd5c5e59f007", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "957", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:34:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9323ce809ec1684d6740cd5c5e59f007", - "x-ms-correlation-request-id": "75b1d11d-a897-43f5-a519-ebaca258381f", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "5bf849f2-64b2-43da-9968-adda27006a26", - "x-ms-routing-request-id": "WESTUS2:20210901T033456Z:75b1d11d-a897-43f5-a519-ebaca258381f" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "FileStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1795/providers/Microsoft.Storage/storageAccounts/sto2195", - "name": "sto2195", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:34:39.2126525Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:34:39.2126525Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:34:39.0876246Z", - "primaryEndpoints": { - "file": "https://sto2195.file.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1286433170", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json deleted file mode 100644 index f5ae1fdc9f44b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithFileStorageAsync.json +++ /dev/null @@ -1,688 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e2c1f8f9ab8d5fa05a6034ee9848e83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5684572c-4aae-483e-bd0d-4f4c30351ff2", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "5684572c-4aae-483e-bd0d-4f4c30351ff2", - "x-ms-routing-request-id": "WESTUS2:20210901T034309Z:5684572c-4aae-483e-bd0d-4f4c30351ff2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cbfbfb1ab388d3f50ff849599127247", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "753e9aae-3290-462e-b213-fc834108cd0f", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "753e9aae-3290-462e-b213-fc834108cd0f", - "x-ms-routing-request-id": "WESTUS2:20210901T034309Z:753e9aae-3290-462e-b213-fc834108cd0f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8670?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e4cddacb7276c14f8d95f4adda0710ce-0cd3d27eabda9246-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ea86e37942f98f6ef6c46d011a30dbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3982a7a2-a70d-40b9-9efe-940bebcc4dd9", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "3982a7a2-a70d-40b9-9efe-940bebcc4dd9", - "x-ms-routing-request-id": "WESTUS2:20210901T034310Z:3982a7a2-a70d-40b9-9efe-940bebcc4dd9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8670", - "name": "res8670", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8670/providers/Microsoft.Storage/storageAccounts/sto6197?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-646c480263903b419b4e9927331ebb40-f552214d2734d849-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c464a9ce4949ee0eeb816643cf334bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Premium_LRS" - }, - "kind": "FileStorage", - "location": "eastus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c464a9ce4949ee0eeb816643cf334bc", - "x-ms-correlation-request-id": "04ba0395-c45b-4bcc-93e7-4d444765add8", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "59689ace-072b-4667-a8c9-10f8a8c21766", - "x-ms-routing-request-id": "WESTUS2:20210901T034313Z:04ba0395-c45b-4bcc-93e7-4d444765add8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2876e0d6950089a2c7bf40dcdf33b379", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2876e0d6950089a2c7bf40dcdf33b379", - "x-ms-correlation-request-id": "27e8c978-a312-4580-a50e-1ed7bf1b094e", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "a0ccd724-e69d-4128-bed2-1716428f642b", - "x-ms-routing-request-id": "WESTUS2:20210901T034313Z:27e8c978-a312-4580-a50e-1ed7bf1b094e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1d51412d9f71a941f7d984ba5e8e2af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1d51412d9f71a941f7d984ba5e8e2af", - "x-ms-correlation-request-id": "0869e9e8-73e9-45e0-8398-8692e00fbc74", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "b793cab2-9f7a-488f-8b9e-ce8941889ea1", - "x-ms-routing-request-id": "WESTUS2:20210901T034314Z:0869e9e8-73e9-45e0-8398-8692e00fbc74" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b8da05d0c7da6bc0f8c1d65414ee9b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b8da05d0c7da6bc0f8c1d65414ee9b0", - "x-ms-correlation-request-id": "b07d449f-0783-4607-8fe6-9b0cf43b9030", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "6ef71ea3-1471-4607-b395-4dfe6079eea3", - "x-ms-routing-request-id": "WESTUS2:20210901T034315Z:b07d449f-0783-4607-8fe6-9b0cf43b9030" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8e5c5946a69fd7e4b5c0883fd56e3df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8e5c5946a69fd7e4b5c0883fd56e3df", - "x-ms-correlation-request-id": "0594c2ed-11de-453f-830e-1c14c6b5481c", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "daf834f5-fd4e-4484-9b50-05da4c739cc5", - "x-ms-routing-request-id": "WESTUS2:20210901T034316Z:0594c2ed-11de-453f-830e-1c14c6b5481c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f7e90dd58a506fc572ee16abb2ed8d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f7e90dd58a506fc572ee16abb2ed8d1", - "x-ms-correlation-request-id": "5690365f-dd7b-45b3-80ac-426b6a825017", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "a1c2e886-cf8e-4073-b980-ac0cebd52623", - "x-ms-routing-request-id": "WESTUS2:20210901T034317Z:5690365f-dd7b-45b3-80ac-426b6a825017" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0b7e7943902f34521900f200339a9b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0b7e7943902f34521900f200339a9b8", - "x-ms-correlation-request-id": "8a60de1f-2581-4147-b57f-5e9233cbd23d", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "d28a4b6e-c9b9-4741-9ab6-5fb43a59d1a7", - "x-ms-routing-request-id": "WESTUS2:20210901T034319Z:8a60de1f-2581-4147-b57f-5e9233cbd23d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0883ea9a9cf3c0ac9df503b8813421d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0883ea9a9cf3c0ac9df503b8813421d", - "x-ms-correlation-request-id": "a5c9b375-7f5d-46ad-975f-5945814ebf35", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "202fe5cb-df8d-4af0-b0b1-9248c421d407", - "x-ms-routing-request-id": "WESTUS2:20210901T034320Z:a5c9b375-7f5d-46ad-975f-5945814ebf35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15ef3683039fa3dd4b8b1e1548db021e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15ef3683039fa3dd4b8b1e1548db021e", - "x-ms-correlation-request-id": "24bb47ef-3e94-4a9a-a8b8-d0f72c75407c", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "3b7839dd-9394-4c37-a772-ec36ae575b12", - "x-ms-routing-request-id": "WESTUS2:20210901T034321Z:24bb47ef-3e94-4a9a-a8b8-d0f72c75407c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7dc1298528a5ea01dd7a1723e80a6a0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dc1298528a5ea01dd7a1723e80a6a0d", - "x-ms-correlation-request-id": "4ef67421-78c1-4d79-9970-fb61734f1c5f", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "cab0f439-c260-4903-b4e1-8558729274fd", - "x-ms-routing-request-id": "WESTUS2:20210901T034322Z:4ef67421-78c1-4d79-9970-fb61734f1c5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd9df24d9449a51860e465448af4f4ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd9df24d9449a51860e465448af4f4ed", - "x-ms-correlation-request-id": "c4268d7e-abda-406d-ad20-cbf72637a70f", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "9e4fac78-2284-4787-997f-463a91973d2b", - "x-ms-routing-request-id": "WESTUS2:20210901T034323Z:c4268d7e-abda-406d-ad20-cbf72637a70f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5eb632dcc5515b7735043724ebb9bb41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5eb632dcc5515b7735043724ebb9bb41", - "x-ms-correlation-request-id": "12f2357b-bbd0-4637-beec-b72ce535d448", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "4dd94514-4c03-4e00-9597-a22f0acfd465", - "x-ms-routing-request-id": "WESTUS2:20210901T034324Z:12f2357b-bbd0-4637-beec-b72ce535d448" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55c81020353df0d4101b1cc1c2bd5fe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55c81020353df0d4101b1cc1c2bd5fe9", - "x-ms-correlation-request-id": "a26ad06b-9200-400a-875d-6ea0611aff55", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "45065b3d-f1eb-4a4e-b89c-37a32266a125", - "x-ms-routing-request-id": "WESTUS2:20210901T034325Z:a26ad06b-9200-400a-875d-6ea0611aff55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b64629860c5388bb7b4297455cf4baa6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b64629860c5388bb7b4297455cf4baa6", - "x-ms-correlation-request-id": "f2733f28-340a-4f53-9c7f-edd34aa76dc1", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "6a3307d0-3294-4c53-934f-cc27a155c28f", - "x-ms-routing-request-id": "WESTUS2:20210901T034326Z:f2733f28-340a-4f53-9c7f-edd34aa76dc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "792324299e2ca7af5dc54e36a9b69877", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:43:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "792324299e2ca7af5dc54e36a9b69877", - "x-ms-correlation-request-id": "36884222-c6c0-48a3-8d39-a17dc73fc57e", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "c6283594-75d6-471f-b8c6-13efcf3a9d58", - "x-ms-routing-request-id": "WESTUS2:20210901T034327Z:36884222-c6c0-48a3-8d39-a17dc73fc57e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/59689ace-072b-4667-a8c9-10f8a8c21766?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c29e4ea4057314ed5540d9fb9d8f941c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "957", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:43:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c29e4ea4057314ed5540d9fb9d8f941c", - "x-ms-correlation-request-id": "e6bf4b92-45cf-47ff-9aeb-04f67d9c3426", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "1dcb64d5-5fe7-4651-9ff2-f2110cca07fb", - "x-ms-routing-request-id": "WESTUS2:20210901T034329Z:e6bf4b92-45cf-47ff-9aeb-04f67d9c3426" - }, - "ResponseBody": { - "sku": { - "name": "Premium_LRS", - "tier": "Premium" - }, - "kind": "FileStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8670/providers/Microsoft.Storage/storageAccounts/sto6197", - "name": "sto6197", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:43:12.0414325Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:43:12.0414325Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:43:11.9633106Z", - "primaryEndpoints": { - "file": "https://sto6197.file.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1242194565", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json deleted file mode 100644 index 9f88ffa8378df..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTest.json +++ /dev/null @@ -1,1294 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "540f8bdb645a61da7d9f3965ce4c9c48", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4e9c41dd-8252-4ba1-ad8d-658c62f2282d", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "4e9c41dd-8252-4ba1-ad8d-658c62f2282d", - "x-ms-routing-request-id": "WESTUS2:20210901T005450Z:4e9c41dd-8252-4ba1-ad8d-658c62f2282d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78337e6a9ec4cbdf39f5d0488902f0a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f77dd036-d194-42f6-931e-fe7faa977fed", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "f77dd036-d194-42f6-931e-fe7faa977fed", - "x-ms-routing-request-id": "WESTUS2:20210901T005450Z:f77dd036-d194-42f6-931e-fe7faa977fed" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9633?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2236ff0db60e7e4f85828eb462b16ed7-64329b6068fef54d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6484a0397e5775e17093977cc158d8ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab3f14d4-934e-424f-ad3d-28c95f5181c1", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "ab3f14d4-934e-424f-ad3d-28c95f5181c1", - "x-ms-routing-request-id": "WESTUS2:20210901T005450Z:ab3f14d4-934e-424f-ad3d-28c95f5181c1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633", - "name": "res9633", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto391?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "157", - "Content-Type": "application/json", - "traceparent": "00-142c52ebeea4184eab178c027d771252-c464c6590105e740-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08c797a3ac3d1b44649392d87baf9233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08c797a3ac3d1b44649392d87baf9233", - "x-ms-correlation-request-id": "f82b59b5-634e-45b9-b771-0881e45f86f4", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "92d7b9ae-ca4c-4e0a-b53b-624e04c14982", - "x-ms-routing-request-id": "WESTUS2:20210901T005453Z:f82b59b5-634e-45b9-b771-0881e45f86f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f4c190e3169d863203b1a4de39718e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f4c190e3169d863203b1a4de39718e8", - "x-ms-correlation-request-id": "9e05efd4-dc3e-464c-9e9d-a512685e393b", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "7c00fad5-6af2-4178-a394-0b4e626fb2da", - "x-ms-routing-request-id": "WESTUS2:20210901T005453Z:9e05efd4-dc3e-464c-9e9d-a512685e393b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2cc48de997d5a3d545c5b33264f5a3c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2cc48de997d5a3d545c5b33264f5a3c6", - "x-ms-correlation-request-id": "ed4bbaf2-580c-4849-a8c9-7bb2f1681cc6", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "8cbeef92-505c-4e9a-a3ed-88a21c65d1db", - "x-ms-routing-request-id": "WESTUS2:20210901T005454Z:ed4bbaf2-580c-4849-a8c9-7bb2f1681cc6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62c9379b836262c9483fc3d7e6041fbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62c9379b836262c9483fc3d7e6041fbc", - "x-ms-correlation-request-id": "c9b58117-51b1-4052-965f-6686f4f45dc5", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "23dfd3ea-38d7-4a6a-9790-81021dea2e69", - "x-ms-routing-request-id": "WESTUS2:20210901T005455Z:c9b58117-51b1-4052-965f-6686f4f45dc5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea655ff2ccd9778543a9c9a47d31742b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea655ff2ccd9778543a9c9a47d31742b", - "x-ms-correlation-request-id": "57066961-10ec-4100-b1fe-5ea7f0c6594a", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "1b899a96-8a3d-4f84-b95b-c10b483d0c8b", - "x-ms-routing-request-id": "WESTUS2:20210901T005456Z:57066961-10ec-4100-b1fe-5ea7f0c6594a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abb25397b6cd6685c361e495d3febd41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abb25397b6cd6685c361e495d3febd41", - "x-ms-correlation-request-id": "b163b4d5-3331-4d60-8c97-41d3c6652c02", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "cd101b26-220e-488a-90fe-a05c99c896c6", - "x-ms-routing-request-id": "WESTUS2:20210901T005458Z:b163b4d5-3331-4d60-8c97-41d3c6652c02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "043ff7a5b98fceedb1521eb9b925e516", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "043ff7a5b98fceedb1521eb9b925e516", - "x-ms-correlation-request-id": "aa63870f-2a00-4d01-90f1-a00b9fb76c63", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "1174e1d4-7003-4a5e-a985-1ee97e56cf50", - "x-ms-routing-request-id": "WESTUS2:20210901T005459Z:aa63870f-2a00-4d01-90f1-a00b9fb76c63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "923f98cb73513ceed9ff2678e8f0a344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:54:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "923f98cb73513ceed9ff2678e8f0a344", - "x-ms-correlation-request-id": "50747e1d-b61c-4b02-99bc-33767add2c90", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "f6b90e78-1389-4529-a515-dfb540e29b9e", - "x-ms-routing-request-id": "WESTUS2:20210901T005500Z:50747e1d-b61c-4b02-99bc-33767add2c90" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86fe88eb6ff2de9b66e3fa7b97ccac9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86fe88eb6ff2de9b66e3fa7b97ccac9e", - "x-ms-correlation-request-id": "2f6399fb-e2cb-4378-b811-076d614b000a", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "586e8c73-d3b1-49a7-aa55-b82516b9547f", - "x-ms-routing-request-id": "WESTUS2:20210901T005501Z:2f6399fb-e2cb-4378-b811-076d614b000a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3bcacd7b2bbe32ef08022a909375e6c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3bcacd7b2bbe32ef08022a909375e6c1", - "x-ms-correlation-request-id": "45527f7c-4c65-4d08-ad0e-2518c5bd0180", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "6204d9b2-f95e-422b-8ef2-a91dc9e1d0bd", - "x-ms-routing-request-id": "WESTUS2:20210901T005502Z:45527f7c-4c65-4d08-ad0e-2518c5bd0180" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30cdd9ae5f265b24fd612c6e7973a40d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30cdd9ae5f265b24fd612c6e7973a40d", - "x-ms-correlation-request-id": "e4b3fce9-60f6-4ff8-b151-cb93e27b2d90", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "74846394-c1b6-4563-809d-479b68d7f13c", - "x-ms-routing-request-id": "WESTUS2:20210901T005503Z:e4b3fce9-60f6-4ff8-b151-cb93e27b2d90" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1afc88526825c08599cc7def450b4af0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1afc88526825c08599cc7def450b4af0", - "x-ms-correlation-request-id": "1eb89813-4f62-4d8b-b12a-8d4bbb9f6e30", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "4ecc95bc-3fed-437f-8af7-b4bc99da4494", - "x-ms-routing-request-id": "WESTUS2:20210901T005504Z:1eb89813-4f62-4d8b-b12a-8d4bbb9f6e30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bdcc38fd7cfe1c77a86e3e5dff81b895", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bdcc38fd7cfe1c77a86e3e5dff81b895", - "x-ms-correlation-request-id": "efba6cbc-c348-4f59-8746-92389fcbc4af", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "1fb41b72-8b8a-4b4e-9cef-e7d0d0a94a37", - "x-ms-routing-request-id": "WESTUS2:20210901T005505Z:efba6cbc-c348-4f59-8746-92389fcbc4af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b3d1d5ecb79469b530c9759e13516f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b3d1d5ecb79469b530c9759e13516f1", - "x-ms-correlation-request-id": "b167581c-223c-4072-ad48-6ff480f7fb90", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "988f4263-3c24-4d4a-a0c7-1d4e50bcbc28", - "x-ms-routing-request-id": "WESTUS2:20210901T005507Z:b167581c-223c-4072-ad48-6ff480f7fb90" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40713b16e6a6d60e10df72b72a28c118", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40713b16e6a6d60e10df72b72a28c118", - "x-ms-correlation-request-id": "e953524f-b2df-45bc-81ef-4e4e111821b5", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "08b228cb-4e42-44cb-8897-6cfa4641959c", - "x-ms-routing-request-id": "WESTUS2:20210901T005508Z:e953524f-b2df-45bc-81ef-4e4e111821b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2891e7143fce31779c866af1e41d3b73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2891e7143fce31779c866af1e41d3b73", - "x-ms-correlation-request-id": "f875a22d-5036-4cde-9b55-b60d64c84afc", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "fefa7533-024e-4f6e-a6be-6a8488aa7d26", - "x-ms-routing-request-id": "WESTUS2:20210901T005509Z:f875a22d-5036-4cde-9b55-b60d64c84afc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/92d7b9ae-ca4c-4e0a-b53b-624e04c14982?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3474c58770f77ef0e66fa9959e41b2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:55:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3474c58770f77ef0e66fa9959e41b2b", - "x-ms-correlation-request-id": "84c57a21-7cd9-4fb6-b382-9cfb8dccaffc", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "9622e959-cad8-4102-ab9e-881706fb2d91", - "x-ms-routing-request-id": "WESTUS2:20210901T005510Z:84c57a21-7cd9-4fb6-b382-9cfb8dccaffc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto391", - "name": "sto391", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:54:52.1674220Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:54:52.1674220Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:54:52.0267713Z", - "primaryEndpoints": { - "blob": "https://sto391.blob.core.windows.net/", - "queue": "https://sto391.queue.core.windows.net/", - "table": "https://sto391.table.core.windows.net/", - "file": "https://sto391.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto9511?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-63974542b4a5264c8a014d1e309fc306-86a26096e899f744-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f9457e4beea4d623c33fa4207c1cf1f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f9457e4beea4d623c33fa4207c1cf1f2", - "x-ms-correlation-request-id": "7bf7ad73-6839-43e1-b79a-d22f24ee8b05", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "5dd499ef-65bd-42cf-8021-cb2d48ea39d0", - "x-ms-routing-request-id": "WESTUS2:20210901T005512Z:7bf7ad73-6839-43e1-b79a-d22f24ee8b05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66a63e6a41d769cf287100d0d3cefaf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66a63e6a41d769cf287100d0d3cefaf1", - "x-ms-correlation-request-id": "b29f226e-9ca8-44d1-b150-81a7eafb4af3", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "2cf27cd4-6462-4394-8b5a-8cb9c00b34af", - "x-ms-routing-request-id": "WESTUS2:20210901T005512Z:b29f226e-9ca8-44d1-b150-81a7eafb4af3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5af507743d854d4a76a9018ad4bc90e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5af507743d854d4a76a9018ad4bc90e5", - "x-ms-correlation-request-id": "eae7a8b6-73d9-4df9-ae02-25cd18a2737c", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "52ae0e52-5cf5-4773-b310-5b65462ef435", - "x-ms-routing-request-id": "WESTUS2:20210901T005514Z:eae7a8b6-73d9-4df9-ae02-25cd18a2737c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3eb5ec678b76631a2ff5b56ffd38c929", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3eb5ec678b76631a2ff5b56ffd38c929", - "x-ms-correlation-request-id": "8f8be67e-07fa-451a-90dd-54ffe0b5047c", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "5d56ad8d-316b-44cc-998b-1bb779098245", - "x-ms-routing-request-id": "WESTUS2:20210901T005515Z:8f8be67e-07fa-451a-90dd-54ffe0b5047c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3df2281f7de82d32f359f02e3f44956c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3df2281f7de82d32f359f02e3f44956c", - "x-ms-correlation-request-id": "eeb8f99e-49e3-4e80-9bb5-7f4e355af152", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "37e63905-ac0d-4ace-8d93-e67b73b206ff", - "x-ms-routing-request-id": "WESTUS2:20210901T005516Z:eeb8f99e-49e3-4e80-9bb5-7f4e355af152" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7681be0bc19e97aec922a9087da503d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7681be0bc19e97aec922a9087da503d", - "x-ms-correlation-request-id": "a581e205-0892-4afa-b206-9740dd85e45d", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "3adfc841-2f9e-4116-a7f9-830a7973ed2a", - "x-ms-routing-request-id": "WESTUS2:20210901T005517Z:a581e205-0892-4afa-b206-9740dd85e45d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac6bd7df53c9eafcba874a1d9bec23eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac6bd7df53c9eafcba874a1d9bec23eb", - "x-ms-correlation-request-id": "813fbcd4-26d6-40f1-812b-710a13246e42", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "88595557-0d7b-4513-b1c4-dadc6fcfb567", - "x-ms-routing-request-id": "WESTUS2:20210901T005518Z:813fbcd4-26d6-40f1-812b-710a13246e42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e18f4960e2cf6310ad09515652a1a618", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e18f4960e2cf6310ad09515652a1a618", - "x-ms-correlation-request-id": "905427e8-9aca-440c-9aff-5bd6b0406ba5", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "c7573d7b-e66d-44af-8162-e87e6a4df2ec", - "x-ms-routing-request-id": "WESTUS2:20210901T005519Z:905427e8-9aca-440c-9aff-5bd6b0406ba5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "684eb208e9d98da31f7e2d91715d4d00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "684eb208e9d98da31f7e2d91715d4d00", - "x-ms-correlation-request-id": "15a708fe-1aa9-4778-a39f-afe9cb4e3222", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "44042847-d70a-4c9a-8847-4cc38e6896e8", - "x-ms-routing-request-id": "WESTUS2:20210901T005520Z:15a708fe-1aa9-4778-a39f-afe9cb4e3222" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e303f6e6f4bfd6ec707febf02a59718", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e303f6e6f4bfd6ec707febf02a59718", - "x-ms-correlation-request-id": "be76f758-1498-4857-b069-947df33d3104", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "2055c020-b59d-48db-96b5-713f9cd81329", - "x-ms-routing-request-id": "WESTUS2:20210901T005521Z:be76f758-1498-4857-b069-947df33d3104" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e91431e1bb9d7711a502c150b57ef150", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e91431e1bb9d7711a502c150b57ef150", - "x-ms-correlation-request-id": "cadc3b26-a155-4762-b989-4e5bccad9a59", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "7c3650c5-2306-427d-9db0-28ed478c7ea4", - "x-ms-routing-request-id": "WESTUS2:20210901T005522Z:cadc3b26-a155-4762-b989-4e5bccad9a59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12e750bc687199cd4351a0d1eae38b7a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12e750bc687199cd4351a0d1eae38b7a", - "x-ms-correlation-request-id": "529a3e0d-8a16-4e0f-a838-ab9719d3c2d6", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "194ad4b9-93bc-4217-a672-8281302205f7", - "x-ms-routing-request-id": "WESTUS2:20210901T005524Z:529a3e0d-8a16-4e0f-a838-ab9719d3c2d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fb014e66448b3632eb99848ad1d4849", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fb014e66448b3632eb99848ad1d4849", - "x-ms-correlation-request-id": "0bba9d6e-7875-498b-941e-0a01d206bd7f", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "aed85795-e344-4d5e-8405-b4e9210759f0", - "x-ms-routing-request-id": "WESTUS2:20210901T005525Z:0bba9d6e-7875-498b-941e-0a01d206bd7f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b103ae1685bd78a7647ba54b1a408cc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b103ae1685bd78a7647ba54b1a408cc2", - "x-ms-correlation-request-id": "dca642e3-137a-4987-81c8-725fe8823d5b", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "f82045eb-fb7c-4bc1-9dbe-4da99b7e85bc", - "x-ms-routing-request-id": "WESTUS2:20210901T005526Z:dca642e3-137a-4987-81c8-725fe8823d5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0694777b1cd5707ed33e4b7d084ec25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:55:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0694777b1cd5707ed33e4b7d084ec25", - "x-ms-correlation-request-id": "020ab387-f2cb-4e4c-a2a1-2f917210af1e", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "444fe9fc-4158-46bb-b1d3-ab199ab8f88f", - "x-ms-routing-request-id": "WESTUS2:20210901T005527Z:020ab387-f2cb-4e4c-a2a1-2f917210af1e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/5dd499ef-65bd-42cf-8021-cb2d48ea39d0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cbb5609d9e061bc6d37dbcdbf1799ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:55:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cbb5609d9e061bc6d37dbcdbf1799ed", - "x-ms-correlation-request-id": "5ceef4ed-dbb1-4d2a-b8e2-9b318c3cac60", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "f26e73fd-24ab-4b48-9a9e-2e18f07c9297", - "x-ms-routing-request-id": "WESTUS2:20210901T005528Z:5ceef4ed-dbb1-4d2a-b8e2-9b318c3cac60" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9633/providers/Microsoft.Storage/storageAccounts/sto9511", - "name": "sto9511", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:55:11.4025363Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:55:11.4025363Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:55:11.2931865Z", - "primaryEndpoints": { - "blob": "https://sto9511.blob.core.windows.net/", - "queue": "https://sto9511.queue.core.windows.net/", - "table": "https://sto9511.table.core.windows.net/", - "file": "https://sto9511.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1640709758", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json deleted file mode 100644 index 368c8ed3e7551..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithHttpsOnlyTestAsync.json +++ /dev/null @@ -1,1263 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4e412afcec638b7792df469706168ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e6a9f4c-5e07-49dc-a93c-6a8aeeb45e75", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "0e6a9f4c-5e07-49dc-a93c-6a8aeeb45e75", - "x-ms-routing-request-id": "WESTUS2:20210901T020107Z:0e6a9f4c-5e07-49dc-a93c-6a8aeeb45e75" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9411dbf86bc44837d986e5efe26e95e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8cc25af7-2165-4a52-a1dd-300dc7b9d620", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "8cc25af7-2165-4a52-a1dd-300dc7b9d620", - "x-ms-routing-request-id": "WESTUS2:20210901T020107Z:8cc25af7-2165-4a52-a1dd-300dc7b9d620" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7420?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-fe502ba46cecd24eaa225ba328058560-f8d98e6a5fb9da47-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9d217926fe84ce5371a0b6340994272", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3348589b-f1d9-40d5-bac5-304f4a9c536d", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "3348589b-f1d9-40d5-bac5-304f4a9c536d", - "x-ms-routing-request-id": "WESTUS2:20210901T020108Z:3348589b-f1d9-40d5-bac5-304f4a9c536d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7420", - "name": "res7420", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7420/providers/Microsoft.Storage/storageAccounts/sto7620?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "157", - "Content-Type": "application/json", - "traceparent": "00-4ba3f2bfba500147a2cc10313804b35d-e8f607329be8db4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2e6147eda440b9b3fe9c7550b980e11", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2e6147eda440b9b3fe9c7550b980e11", - "x-ms-correlation-request-id": "7eb20cf0-bb17-4031-a47e-dbb15da6864e", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "fdba6505-05f2-4ffb-a100-b3cf4bee10d8", - "x-ms-routing-request-id": "WESTUS2:20210901T020111Z:7eb20cf0-bb17-4031-a47e-dbb15da6864e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d216fc10a071f7d34ddc30fc84e10e73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d216fc10a071f7d34ddc30fc84e10e73", - "x-ms-correlation-request-id": "266caf6f-9887-4c6e-8a82-827c8fbd936a", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "2527258e-20ba-4482-96c9-d3061257fe06", - "x-ms-routing-request-id": "WESTUS2:20210901T020111Z:266caf6f-9887-4c6e-8a82-827c8fbd936a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8bc2f550fdb1361e89e65f2aeb67253", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8bc2f550fdb1361e89e65f2aeb67253", - "x-ms-correlation-request-id": "8b36e8c4-4aab-4587-9ac0-5683a1722770", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "5585b7ea-f792-4f23-80b6-0bd07feb6112", - "x-ms-routing-request-id": "WESTUS2:20210901T020112Z:8b36e8c4-4aab-4587-9ac0-5683a1722770" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e454a453b813d9f769f75333b2fc3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e454a453b813d9f769f75333b2fc3aa", - "x-ms-correlation-request-id": "93dbd5e1-0e53-4f59-a7cd-95e37edc28c0", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "5548fe26-476c-4828-b5b9-a3d0b71743a9", - "x-ms-routing-request-id": "WESTUS2:20210901T020113Z:93dbd5e1-0e53-4f59-a7cd-95e37edc28c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6990b942aa3000a29b03e9d23ae04997", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6990b942aa3000a29b03e9d23ae04997", - "x-ms-correlation-request-id": "a0348424-6f21-47b5-8924-70b7e68ad037", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "ee0a044e-2d7a-4875-8449-ced46c36214a", - "x-ms-routing-request-id": "WESTUS2:20210901T020114Z:a0348424-6f21-47b5-8924-70b7e68ad037" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ab6dc6a009c19f18f7f823c992dd7b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ab6dc6a009c19f18f7f823c992dd7b8", - "x-ms-correlation-request-id": "92cf1d9e-151e-472d-b308-a43c88823efc", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "cdf0099d-c874-49b2-b0ba-22ba215ff8d5", - "x-ms-routing-request-id": "WESTUS2:20210901T020115Z:92cf1d9e-151e-472d-b308-a43c88823efc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5b0badb08269a22a744737e52cc0296", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5b0badb08269a22a744737e52cc0296", - "x-ms-correlation-request-id": "54f686d3-6e0d-4624-88cb-785286ce6367", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "72cf5a95-9183-4bdb-afd3-a26c4c83f602", - "x-ms-routing-request-id": "WESTUS2:20210901T020117Z:54f686d3-6e0d-4624-88cb-785286ce6367" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ec9de558879420ec777d9b12865676d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ec9de558879420ec777d9b12865676d", - "x-ms-correlation-request-id": "cd0d95dd-6aa2-4775-9231-e015094ff02a", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "14dc09bf-cc19-48a8-a5c7-a525329ef20a", - "x-ms-routing-request-id": "WESTUS2:20210901T020118Z:cd0d95dd-6aa2-4775-9231-e015094ff02a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80f7312b54306171ba1b92588d73c6c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80f7312b54306171ba1b92588d73c6c3", - "x-ms-correlation-request-id": "68ede653-6fd3-4a71-945d-7cae27aff7ec", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "b6286c03-f3f9-4aee-b148-f4b7207510dd", - "x-ms-routing-request-id": "WESTUS2:20210901T020119Z:68ede653-6fd3-4a71-945d-7cae27aff7ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbe6ec7c7963523fac6d2dae2f717242", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbe6ec7c7963523fac6d2dae2f717242", - "x-ms-correlation-request-id": "5b7f8401-50f4-4921-a438-7edd0239461e", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "cdd87016-eae9-41fd-9bde-429ec857549c", - "x-ms-routing-request-id": "WESTUS2:20210901T020120Z:5b7f8401-50f4-4921-a438-7edd0239461e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "205305dd81d401656c68a45df5b6b554", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "205305dd81d401656c68a45df5b6b554", - "x-ms-correlation-request-id": "bcf17d42-f507-472f-9ce0-162f77a8f286", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "53df494f-d0ea-45c7-8ffd-63204c308c10", - "x-ms-routing-request-id": "WESTUS2:20210901T020121Z:bcf17d42-f507-472f-9ce0-162f77a8f286" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c3416b0ab7fb10af2a4d4c226c23148", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c3416b0ab7fb10af2a4d4c226c23148", - "x-ms-correlation-request-id": "5e7dc645-ecc6-4f94-841b-cedb095fcab9", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "56fec52e-0e28-4a4c-af4b-88379c132175", - "x-ms-routing-request-id": "WESTUS2:20210901T020122Z:5e7dc645-ecc6-4f94-841b-cedb095fcab9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "877a50a9a620fbee86e54efad5e15df5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "877a50a9a620fbee86e54efad5e15df5", - "x-ms-correlation-request-id": "59b16eb0-35fa-4a68-9d7c-58943198232e", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "fc05d7c1-15ff-40d3-ab43-baa50118e460", - "x-ms-routing-request-id": "WESTUS2:20210901T020123Z:59b16eb0-35fa-4a68-9d7c-58943198232e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19fed9b8353d32c2faa12e30ada3daaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19fed9b8353d32c2faa12e30ada3daaa", - "x-ms-correlation-request-id": "dc82ed30-a902-4d84-8625-820641045638", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "7f7f079e-0620-4806-bc01-c04566120de9", - "x-ms-routing-request-id": "WESTUS2:20210901T020124Z:dc82ed30-a902-4d84-8625-820641045638" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5b35c362d3b09342739b6995c0fdc10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5b35c362d3b09342739b6995c0fdc10", - "x-ms-correlation-request-id": "715561a1-7c7f-4fb5-9957-1570fdc9e366", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "3355cdb6-5a9e-4d74-b3de-62477d8449a6", - "x-ms-routing-request-id": "WESTUS2:20210901T020125Z:715561a1-7c7f-4fb5-9957-1570fdc9e366" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fdba6505-05f2-4ffb-a100-b3cf4bee10d8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d09de4718c3740a8d488d7e77be4de2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:01:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d09de4718c3740a8d488d7e77be4de2", - "x-ms-correlation-request-id": "811bf60e-53c3-4d1f-8939-e768087d67fd", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "a027f583-a62a-4a7f-b798-4db5143b0f9b", - "x-ms-routing-request-id": "WESTUS2:20210901T020127Z:811bf60e-53c3-4d1f-8939-e768087d67fd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7420/providers/Microsoft.Storage/storageAccounts/sto7620", - "name": "sto7620", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:01:09.9671203Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:01:09.9671203Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:01:09.8421170Z", - "primaryEndpoints": { - "blob": "https://sto7620.blob.core.windows.net/", - "queue": "https://sto7620.queue.core.windows.net/", - "table": "https://sto7620.table.core.windows.net/", - "file": "https://sto7620.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7420/providers/Microsoft.Storage/storageAccounts/sto7504?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-cc6e77f7ee44b54d8c0d1276d35277d1-3d2e1ad41b3b2f42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "79c4a40bb72d8bb9a5f4f2047f29d5eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79c4a40bb72d8bb9a5f4f2047f29d5eb", - "x-ms-correlation-request-id": "9f92fa8a-c962-4877-911a-5b85349b2598", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "607e4d0c-d667-4408-ae49-01e983c5d282", - "x-ms-routing-request-id": "WESTUS2:20210901T020129Z:9f92fa8a-c962-4877-911a-5b85349b2598" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b88ed3eb634b8fe3247da8ce2605f564", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b88ed3eb634b8fe3247da8ce2605f564", - "x-ms-correlation-request-id": "15a9b28b-19d5-45c7-9519-66e377fc4ae7", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "c21f8b8d-fe6a-476a-8891-67ac9cc018f6", - "x-ms-routing-request-id": "WESTUS2:20210901T020129Z:15a9b28b-19d5-45c7-9519-66e377fc4ae7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ab9a1737dd57e48bca627eea0c6ebef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ab9a1737dd57e48bca627eea0c6ebef", - "x-ms-correlation-request-id": "73831b33-7e97-490c-92ff-a41a67bcaf33", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "f1fafce3-ec94-444d-a429-342a1bc28ac3", - "x-ms-routing-request-id": "WESTUS2:20210901T020130Z:73831b33-7e97-490c-92ff-a41a67bcaf33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab1889621c9a61a03a59aa1ce418f74b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab1889621c9a61a03a59aa1ce418f74b", - "x-ms-correlation-request-id": "838dd1e4-bece-4f42-88a5-8df151c44e66", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "f29e4159-6453-4d76-8fe1-4a6fae3d6ecb", - "x-ms-routing-request-id": "WESTUS2:20210901T020131Z:838dd1e4-bece-4f42-88a5-8df151c44e66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe80b24a38fb6e928b10fba43bf5ef5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe80b24a38fb6e928b10fba43bf5ef5e", - "x-ms-correlation-request-id": "eb3b007a-4fc5-450d-9214-ee4d1f0e804a", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "72da4706-9af3-4b5c-94fb-e0cb9ca84fec", - "x-ms-routing-request-id": "WESTUS2:20210901T020132Z:eb3b007a-4fc5-450d-9214-ee4d1f0e804a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d6cb89249ec56c901571f7cd32c99a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d6cb89249ec56c901571f7cd32c99a4", - "x-ms-correlation-request-id": "a7ba7395-bea3-48e1-9741-6b4471bb1c3a", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "8a4fc485-e527-402e-8ad5-64996dea976e", - "x-ms-routing-request-id": "WESTUS2:20210901T020133Z:a7ba7395-bea3-48e1-9741-6b4471bb1c3a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eda3dbafed452af4f7aa208a20fb2545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eda3dbafed452af4f7aa208a20fb2545", - "x-ms-correlation-request-id": "2968114b-91b2-4559-880f-427bffcc87b5", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "c7628b1c-5f41-4078-850a-17d52915a468", - "x-ms-routing-request-id": "WESTUS2:20210901T020135Z:2968114b-91b2-4559-880f-427bffcc87b5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c894c6a5aab005fe92afda318169a5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c894c6a5aab005fe92afda318169a5e", - "x-ms-correlation-request-id": "09d9a874-494b-42e2-bcaa-3f0a2cc9cc78", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "b7fa5781-bb3e-43b6-922b-c17504debd93", - "x-ms-routing-request-id": "WESTUS2:20210901T020136Z:09d9a874-494b-42e2-bcaa-3f0a2cc9cc78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60f557760151a518c441a641293e3505", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60f557760151a518c441a641293e3505", - "x-ms-correlation-request-id": "cfecd218-b51d-4bbe-9519-ca53b0ff3bec", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "7217522c-f87c-4fbe-b147-ea102902655d", - "x-ms-routing-request-id": "WESTUS2:20210901T020137Z:cfecd218-b51d-4bbe-9519-ca53b0ff3bec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8612da326ca255f87ca2041bef5011e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8612da326ca255f87ca2041bef5011e0", - "x-ms-correlation-request-id": "17dc3c5f-41c5-4397-b6fa-cf7916b26684", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "8ea4e464-0509-425f-9e31-f2e96e492ef7", - "x-ms-routing-request-id": "WESTUS2:20210901T020138Z:17dc3c5f-41c5-4397-b6fa-cf7916b26684" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c913c10fc50668f333e46869b31dd7aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c913c10fc50668f333e46869b31dd7aa", - "x-ms-correlation-request-id": "422a9722-f4d1-4f87-af26-87a2a61d1d29", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "19426798-d795-42df-a998-63fb625bb84e", - "x-ms-routing-request-id": "WESTUS2:20210901T020139Z:422a9722-f4d1-4f87-af26-87a2a61d1d29" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d71f8f4140309bb5ea0e3aefdfdb574", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d71f8f4140309bb5ea0e3aefdfdb574", - "x-ms-correlation-request-id": "dd1caf06-6d3a-4508-a1c0-f666a0d7ca4d", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "1eab4b85-5932-4f32-be47-53c6a152f490", - "x-ms-routing-request-id": "WESTUS2:20210901T020140Z:dd1caf06-6d3a-4508-a1c0-f666a0d7ca4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6832c52f6b2a6cffe7a952be048ea15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6832c52f6b2a6cffe7a952be048ea15f", - "x-ms-correlation-request-id": "78eca3fa-323f-4831-9a0f-a69c276a7e00", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "2d6246ab-59ba-4eb2-8bb7-2819dcc06681", - "x-ms-routing-request-id": "WESTUS2:20210901T020141Z:78eca3fa-323f-4831-9a0f-a69c276a7e00" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f72759cbd4defbdd05096b65e2456b36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f72759cbd4defbdd05096b65e2456b36", - "x-ms-correlation-request-id": "a10faea5-686c-40f5-b157-390062f4bc94", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "abc1ee16-5389-4846-b139-64d7f5f75346", - "x-ms-routing-request-id": "WESTUS2:20210901T020142Z:a10faea5-686c-40f5-b157-390062f4bc94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee39f42e6fea887ff805565ac1fd05cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:01:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee39f42e6fea887ff805565ac1fd05cf", - "x-ms-correlation-request-id": "f0a98ee8-3227-4653-849e-5fbedbf72924", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "f76974bc-ac59-4818-bba7-ffd5108c2661", - "x-ms-routing-request-id": "WESTUS2:20210901T020143Z:f0a98ee8-3227-4653-849e-5fbedbf72924" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/607e4d0c-d667-4408-ae49-01e983c5d282?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3e283ffbed55b95e7366220009989a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:01:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3e283ffbed55b95e7366220009989a2", - "x-ms-correlation-request-id": "ff17b659-c91b-4749-af69-3469bc705639", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "f234e730-8699-4b93-9c9c-2279d4b071f2", - "x-ms-routing-request-id": "WESTUS2:20210901T020145Z:ff17b659-c91b-4749-af69-3469bc705639" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7420/providers/Microsoft.Storage/storageAccounts/sto7504", - "name": "sto7504", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:01:28.1084549Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:01:28.1084549Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:01:27.9834549Z", - "primaryEndpoints": { - "blob": "https://sto7504.blob.core.windows.net/", - "queue": "https://sto7504.queue.core.windows.net/", - "table": "https://sto7504.table.core.windows.net/", - "file": "https://sto7504.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "90279037", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json deleted file mode 100644 index 8d2eaecec0a90..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2.json +++ /dev/null @@ -1,727 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbb3710ff75be1ab6f7f919ccf7e099c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "072616cc-2cdc-41a5-8bae-54746e8f9ab2", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "072616cc-2cdc-41a5-8bae-54746e8f9ab2", - "x-ms-routing-request-id": "WESTUS2:20210901T005630Z:072616cc-2cdc-41a5-8bae-54746e8f9ab2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6a66c4e302dea455de7c5664b6bfca4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "77be399e-ecdf-482a-b954-0fb39bdbb412", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "77be399e-ecdf-482a-b954-0fb39bdbb412", - "x-ms-routing-request-id": "WESTUS2:20210901T005630Z:77be399e-ecdf-482a-b954-0fb39bdbb412" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5943?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-797e426c8aa43f49871688e485cb3c66-1b9cded1c1393342-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c008285c18ce5b5a374fe70068d200f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "027d56b6-e6f5-49a6-93a0-b9bc82b486f7", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "027d56b6-e6f5-49a6-93a0-b9bc82b486f7", - "x-ms-routing-request-id": "WESTUS2:20210901T005631Z:027d56b6-e6f5-49a6-93a0-b9bc82b486f7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5943", - "name": "res5943", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5943/providers/Microsoft.Storage/storageAccounts/sto734?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-562d7975266c9440a33d17ac3840bb33-3e81f8bf5fe7fa47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6929cdc0c8d0e1b1ddfa0472bb0b545", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6929cdc0c8d0e1b1ddfa0472bb0b545", - "x-ms-correlation-request-id": "25f4cf85-f636-4c7d-bd8c-670e7190ab97", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "ea6bf422-3ec8-400c-ad50-0a6b6db081dc", - "x-ms-routing-request-id": "WESTUS2:20210901T005633Z:25f4cf85-f636-4c7d-bd8c-670e7190ab97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2de2c85473ba75f7e45d6fe1149e77c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2de2c85473ba75f7e45d6fe1149e77c3", - "x-ms-correlation-request-id": "4caf7fa7-83e8-41fc-bba0-83c9013d0158", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "1424d7e7-a8e3-4ac4-8ef1-c7898e08db4a", - "x-ms-routing-request-id": "WESTUS2:20210901T005634Z:4caf7fa7-83e8-41fc-bba0-83c9013d0158" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43c32a48062485bd99e061527ec4d945", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43c32a48062485bd99e061527ec4d945", - "x-ms-correlation-request-id": "8830457a-207f-494a-b8a1-7cf3e6a1fa9a", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "1c5a1975-09bb-4282-a51a-ff4e4c0a17f5", - "x-ms-routing-request-id": "WESTUS2:20210901T005635Z:8830457a-207f-494a-b8a1-7cf3e6a1fa9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63f26bf188cdcf8a528624d2e7219de5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63f26bf188cdcf8a528624d2e7219de5", - "x-ms-correlation-request-id": "0ef9b818-7e42-4959-9055-103fdac27ec3", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "7edf59c7-b26b-48f1-b2f5-4517aab995e9", - "x-ms-routing-request-id": "WESTUS2:20210901T005636Z:0ef9b818-7e42-4959-9055-103fdac27ec3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "090ecac3ab154e100a5c94da11a4f720", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "090ecac3ab154e100a5c94da11a4f720", - "x-ms-correlation-request-id": "5a413de9-01de-498f-a6bd-21732401939e", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "f572a90a-f14c-4125-bec3-c0fae0a81082", - "x-ms-routing-request-id": "WESTUS2:20210901T005637Z:5a413de9-01de-498f-a6bd-21732401939e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8f02a8314abc0f6a0f3f09ee1eb9e77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8f02a8314abc0f6a0f3f09ee1eb9e77", - "x-ms-correlation-request-id": "9599ebb7-541e-454f-97e8-22a58dee21ec", - "x-ms-ratelimit-remaining-subscription-reads": "11735", - "x-ms-request-id": "ecaa56a7-405e-4547-9946-c22a39887165", - "x-ms-routing-request-id": "WESTUS2:20210901T005638Z:9599ebb7-541e-454f-97e8-22a58dee21ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b38e7c42d0b6452f5aa45870f3afbead", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b38e7c42d0b6452f5aa45870f3afbead", - "x-ms-correlation-request-id": "700c91fc-89fc-4578-93fe-f02305b952e9", - "x-ms-ratelimit-remaining-subscription-reads": "11734", - "x-ms-request-id": "f358da1c-5b18-4c2b-aea1-f3050628f87a", - "x-ms-routing-request-id": "WESTUS2:20210901T005639Z:700c91fc-89fc-4578-93fe-f02305b952e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc4e048ef430af39d44d6821ba726c1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc4e048ef430af39d44d6821ba726c1f", - "x-ms-correlation-request-id": "ccee733d-09f2-42ba-b403-2a01b49e855b", - "x-ms-ratelimit-remaining-subscription-reads": "11733", - "x-ms-request-id": "f1cc6ecf-1b3f-40c5-a897-1c93388d0d41", - "x-ms-routing-request-id": "WESTUS2:20210901T005640Z:ccee733d-09f2-42ba-b403-2a01b49e855b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95971cbe4316b36afaaa4e07bb85ccf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95971cbe4316b36afaaa4e07bb85ccf0", - "x-ms-correlation-request-id": "152621fd-6a79-4f0d-9436-9865cae1e793", - "x-ms-ratelimit-remaining-subscription-reads": "11732", - "x-ms-request-id": "d5f45c72-83ce-4023-b9c2-dd4b7807f6f3", - "x-ms-routing-request-id": "WESTUS2:20210901T005641Z:152621fd-6a79-4f0d-9436-9865cae1e793" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc0f4235e29c4d4642dfdf68670d8be7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc0f4235e29c4d4642dfdf68670d8be7", - "x-ms-correlation-request-id": "a591e55f-42b5-46a7-9061-050a25ace12c", - "x-ms-ratelimit-remaining-subscription-reads": "11731", - "x-ms-request-id": "8f98436d-a318-4983-9037-1b2381e8580f", - "x-ms-routing-request-id": "WESTUS2:20210901T005642Z:a591e55f-42b5-46a7-9061-050a25ace12c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6b2393728184b979a9bc185a632f34e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6b2393728184b979a9bc185a632f34e", - "x-ms-correlation-request-id": "5c04e5a4-c863-454a-9af4-4a1bc239f79a", - "x-ms-ratelimit-remaining-subscription-reads": "11730", - "x-ms-request-id": "cc64c039-6365-4767-922f-2621a0d64e48", - "x-ms-routing-request-id": "WESTUS2:20210901T005644Z:5c04e5a4-c863-454a-9af4-4a1bc239f79a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77ec78818f63db82d649523664014cec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77ec78818f63db82d649523664014cec", - "x-ms-correlation-request-id": "1e05aab3-47b5-4aa3-94e0-8f28b7431333", - "x-ms-ratelimit-remaining-subscription-reads": "11729", - "x-ms-request-id": "cfb2a908-3417-4e77-922c-edde20077925", - "x-ms-routing-request-id": "WESTUS2:20210901T005645Z:1e05aab3-47b5-4aa3-94e0-8f28b7431333" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "82d0661ff5d20cd8aac4420120c0a710", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82d0661ff5d20cd8aac4420120c0a710", - "x-ms-correlation-request-id": "51efed5a-3c5c-4791-b23d-6a7501d44e3e", - "x-ms-ratelimit-remaining-subscription-reads": "11728", - "x-ms-request-id": "909726c1-0a8b-4cc6-9ddf-33d32b31cd23", - "x-ms-routing-request-id": "WESTUS2:20210901T005646Z:51efed5a-3c5c-4791-b23d-6a7501d44e3e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "efe791eb1321a784b6d600ced561e698", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efe791eb1321a784b6d600ced561e698", - "x-ms-correlation-request-id": "a5025c3b-a6e2-4fc7-8899-70f98e43a112", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "73adaefa-b2f0-4256-b66c-c28c18aac87b", - "x-ms-routing-request-id": "WESTUS2:20210901T005647Z:a5025c3b-a6e2-4fc7-8899-70f98e43a112" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4066d44e71618b7b9fdfcd9e4d81bb15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4066d44e71618b7b9fdfcd9e4d81bb15", - "x-ms-correlation-request-id": "a22ef31f-d616-44da-9a56-d3d5e877d15e", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "fc500ceb-3a49-48e1-a167-f3cd31c06dd6", - "x-ms-routing-request-id": "WESTUS2:20210901T005648Z:a22ef31f-d616-44da-9a56-d3d5e877d15e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d24a42a25c1a0ccbe128cbfcf50a3649", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:56:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d24a42a25c1a0ccbe128cbfcf50a3649", - "x-ms-correlation-request-id": "69f078ef-8a28-4bc5-acd3-73855e698604", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7036f297-9201-4703-be78-fc83580bd7c3", - "x-ms-routing-request-id": "WESTUS2:20210901T005649Z:69f078ef-8a28-4bc5-acd3-73855e698604" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ea6bf422-3ec8-400c-ad50-0a6b6db081dc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bb2a9dd665a79ae155b504146e55a35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1245", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:56:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bb2a9dd665a79ae155b504146e55a35", - "x-ms-correlation-request-id": "a97a1587-d72e-4a21-8d06-92df5969d487", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "132cc4af-f900-4a1f-a356-a8923b341126", - "x-ms-routing-request-id": "WESTUS2:20210901T005650Z:a97a1587-d72e-4a21-8d06-92df5969d487" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5943/providers/Microsoft.Storage/storageAccounts/sto734", - "name": "sto734", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:56:32.6089024Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:56:32.6089024Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:56:32.4995051Z", - "primaryEndpoints": { - "dfs": "https://sto734.dfs.core.windows.net/", - "web": "https://sto734.z20.web.core.windows.net/", - "blob": "https://sto734.blob.core.windows.net/", - "queue": "https://sto734.queue.core.windows.net/", - "table": "https://sto734.table.core.windows.net/", - "file": "https://sto734.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2077866397", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json deleted file mode 100644 index 3449510fe64bd..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithStorageV2Async.json +++ /dev/null @@ -1,757 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04e12ad6427b6cca585c070ad60f75bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e88c656-7efd-4fc4-b1dc-7a196215fda8", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "7e88c656-7efd-4fc4-b1dc-7a196215fda8", - "x-ms-routing-request-id": "WESTUS2:20210901T020248Z:7e88c656-7efd-4fc4-b1dc-7a196215fda8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dacfed2465ff0350191e7937e79ea41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1553b02d-90fd-4402-b3b7-841b32d321df", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "1553b02d-90fd-4402-b3b7-841b32d321df", - "x-ms-routing-request-id": "WESTUS2:20210901T020248Z:1553b02d-90fd-4402-b3b7-841b32d321df" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1821?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7cb2f66d466f0a41aff384eb5936ee3b-4203fab05e2cb042-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe6cd23d5c2ccd18408c355e85b59e74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d0207dd-fa5e-453a-b7ff-4b1cb62349f8", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "5d0207dd-fa5e-453a-b7ff-4b1cb62349f8", - "x-ms-routing-request-id": "WESTUS2:20210901T020250Z:5d0207dd-fa5e-453a-b7ff-4b1cb62349f8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1821", - "name": "res1821", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1821/providers/Microsoft.Storage/storageAccounts/sto2215?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "87", - "Content-Type": "application/json", - "traceparent": "00-ee40ad77465f1a489909682ed664217d-558697fcff0c2b40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68a5ec6290a1f1f403e95a37eddf71c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68a5ec6290a1f1f403e95a37eddf71c6", - "x-ms-correlation-request-id": "5120bd7a-b363-4d8b-a1d6-ef4f0823cbfb", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04", - "x-ms-routing-request-id": "WESTUS2:20210901T020253Z:5120bd7a-b363-4d8b-a1d6-ef4f0823cbfb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe16161f9f9b419c780c2972be9652ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe16161f9f9b419c780c2972be9652ad", - "x-ms-correlation-request-id": "016f5a38-ddb8-43d0-8920-4b220a0ac161", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "e267ebeb-b9aa-4bc2-9fee-057d54fa39db", - "x-ms-routing-request-id": "WESTUS2:20210901T020253Z:016f5a38-ddb8-43d0-8920-4b220a0ac161" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c8297c46b60bcaa4912a882d6f35f86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c8297c46b60bcaa4912a882d6f35f86", - "x-ms-correlation-request-id": "e19d5df4-2004-429a-8b6e-1ad9b07ba077", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "4e2b212a-1d1f-4af2-92f7-71107b4ffbce", - "x-ms-routing-request-id": "WESTUS2:20210901T020254Z:e19d5df4-2004-429a-8b6e-1ad9b07ba077" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d717110d72c8632afcfb90b17c2fd529", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d717110d72c8632afcfb90b17c2fd529", - "x-ms-correlation-request-id": "bc712029-8390-45ae-8da0-72ee9e3b0402", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "b388a23f-0349-44c4-9ce8-907dd8ab8e80", - "x-ms-routing-request-id": "WESTUS2:20210901T020256Z:bc712029-8390-45ae-8da0-72ee9e3b0402" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa3c0bcbbffab3e86c5ab489f6196a84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa3c0bcbbffab3e86c5ab489f6196a84", - "x-ms-correlation-request-id": "4b2437fa-df24-4b6e-adc5-3d75dab384a7", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "1cca5b4f-5795-4523-b1cd-97b61251678d", - "x-ms-routing-request-id": "WESTUS2:20210901T020257Z:4b2437fa-df24-4b6e-adc5-3d75dab384a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac64a2ad7b7e51e56d1e1f65dbf84019", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac64a2ad7b7e51e56d1e1f65dbf84019", - "x-ms-correlation-request-id": "74acf7f6-0efe-4656-aa10-9e84269f5b3f", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "25a7ed98-098c-4d1f-816f-66acdebef9aa", - "x-ms-routing-request-id": "WESTUS2:20210901T020258Z:74acf7f6-0efe-4656-aa10-9e84269f5b3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbb77e3c65b74e8c28646a6ebea16de3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb77e3c65b74e8c28646a6ebea16de3", - "x-ms-correlation-request-id": "9422c72a-cfe2-4d7f-9e43-0e1bf842a479", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "72e4fe60-edb6-4e24-a5e4-45cc0a20df29", - "x-ms-routing-request-id": "WESTUS2:20210901T020259Z:9422c72a-cfe2-4d7f-9e43-0e1bf842a479" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da030b9029cb50aa26eb8ddca083d873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:02:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da030b9029cb50aa26eb8ddca083d873", - "x-ms-correlation-request-id": "490adece-1dc5-4310-9f58-25d60fe47b94", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "37cf64c5-06d2-42ed-9a92-9ec30dfd5dcb", - "x-ms-routing-request-id": "WESTUS2:20210901T020300Z:490adece-1dc5-4310-9f58-25d60fe47b94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "774c9a1a9f6248cd1616831a117792cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "774c9a1a9f6248cd1616831a117792cc", - "x-ms-correlation-request-id": "5022e0ed-a545-43f4-9a13-3fc07a1c580f", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "421c4f2b-d34f-4cae-9cbc-4fa04c194b38", - "x-ms-routing-request-id": "WESTUS2:20210901T020301Z:5022e0ed-a545-43f4-9a13-3fc07a1c580f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfd43bb165f5134ed467a4ccd7b0ada5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfd43bb165f5134ed467a4ccd7b0ada5", - "x-ms-correlation-request-id": "42b675ae-260a-4373-86e2-8d679eefc6b3", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "95581040-0da2-4eae-b3cd-8b515f2bb6cb", - "x-ms-routing-request-id": "WESTUS2:20210901T020302Z:42b675ae-260a-4373-86e2-8d679eefc6b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2353f68cf554f1813ebbc3b4a58f3eaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2353f68cf554f1813ebbc3b4a58f3eaf", - "x-ms-correlation-request-id": "23652567-af93-4c1a-bd4c-5b5938ac7ad1", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "9bd3ff49-2f8c-468e-8753-a475f5643ad1", - "x-ms-routing-request-id": "WESTUS2:20210901T020303Z:23652567-af93-4c1a-bd4c-5b5938ac7ad1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "642ac15808afb47e4c39a3fbfb017066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "642ac15808afb47e4c39a3fbfb017066", - "x-ms-correlation-request-id": "1d84fbf6-f7d5-4795-af74-028926c2a215", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "496ceaa8-6256-47fa-b064-8040ef460912", - "x-ms-routing-request-id": "WESTUS2:20210901T020304Z:1d84fbf6-f7d5-4795-af74-028926c2a215" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a8ede686f23bb77bae3903aa1996e44", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a8ede686f23bb77bae3903aa1996e44", - "x-ms-correlation-request-id": "5ea12e16-f3c9-4a73-9661-0760c807da2f", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "f9864284-9699-4fd2-a1e6-05369cc2e003", - "x-ms-routing-request-id": "WESTUS2:20210901T020305Z:5ea12e16-f3c9-4a73-9661-0760c807da2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1673f528498583f6779fd71a5286f53d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1673f528498583f6779fd71a5286f53d", - "x-ms-correlation-request-id": "a7942445-0ef8-4cfa-9d09-e5227d4ac8c2", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "fee611dd-fab0-49df-a8b8-5dc3333c182a", - "x-ms-routing-request-id": "WESTUS2:20210901T020307Z:a7942445-0ef8-4cfa-9d09-e5227d4ac8c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c64c5d4a2401e98b496faacc774412b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c64c5d4a2401e98b496faacc774412b2", - "x-ms-correlation-request-id": "aa249c86-8c92-4bcd-977f-3236566c6787", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "9c3c37b8-f30e-4987-9948-2492f4e17490", - "x-ms-routing-request-id": "WESTUS2:20210901T020308Z:aa249c86-8c92-4bcd-977f-3236566c6787" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05d25ecb5a8d1fe0e80aa283975d6933", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05d25ecb5a8d1fe0e80aa283975d6933", - "x-ms-correlation-request-id": "90a65fa9-c8dc-4454-8437-ac3bf5abf784", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "be343b2f-8683-4a10-a943-4ce4efbfb072", - "x-ms-routing-request-id": "WESTUS2:20210901T020309Z:90a65fa9-c8dc-4454-8437-ac3bf5abf784" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44ef53eda74d0443698acd159e2a0b33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:03:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44ef53eda74d0443698acd159e2a0b33", - "x-ms-correlation-request-id": "50b47a30-94c0-46d9-bd61-5c77f6121ac4", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "2c42aa85-2180-4002-b242-5b0abda25a61", - "x-ms-routing-request-id": "WESTUS2:20210901T020310Z:50b47a30-94c0-46d9-bd61-5c77f6121ac4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dd5b1e9c-28bf-4963-85cd-42a4ae8d6e04?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f34f258df0b3f0af7c2cdef6810751eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1253", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:03:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f34f258df0b3f0af7c2cdef6810751eb", - "x-ms-correlation-request-id": "95b8ad8a-13eb-4d3b-a362-252ecb6ab26a", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "9e5f7dba-a5ed-4673-a274-ca5adea4d127", - "x-ms-routing-request-id": "WESTUS2:20210901T020311Z:95b8ad8a-13eb-4d3b-a362-252ecb6ab26a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1821/providers/Microsoft.Storage/storageAccounts/sto2215", - "name": "sto2215", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:02:52.2993845Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:02:52.2993845Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:02:52.1743806Z", - "primaryEndpoints": { - "dfs": "https://sto2215.dfs.core.windows.net/", - "web": "https://sto2215.z20.web.core.windows.net/", - "blob": "https://sto2215.blob.core.windows.net/", - "queue": "https://sto2215.queue.core.windows.net/", - "table": "https://sto2215.table.core.windows.net/", - "file": "https://sto2215.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1529688992", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json deleted file mode 100644 index e734a8f455e5c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTest.json +++ /dev/null @@ -1,746 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ff1869c372b73e7c573d7fda7d0fa93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "65344891-f72e-40b5-b086-a8f3a2b156a9", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "65344891-f72e-40b5-b086-a8f3a2b156a9", - "x-ms-routing-request-id": "WESTUS2:20210901T033600Z:65344891-f72e-40b5-b086-a8f3a2b156a9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9f4662766a7e6c28a5899f85d4a52496", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4a937532-c216-4f41-846f-7401ebe329dc", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "4a937532-c216-4f41-846f-7401ebe329dc", - "x-ms-routing-request-id": "WESTUS2:20210901T033600Z:4a937532-c216-4f41-846f-7401ebe329dc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9732?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-297efa7e81ca374bb035c00ceef19549-9a8a61d5ddeb624a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bab803ed9a270e573898ab01c30b1d45", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "67b7ad90-dd92-410a-bcd1-187eec85eed6", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "67b7ad90-dd92-410a-bcd1-187eec85eed6", - "x-ms-routing-request-id": "WESTUS2:20210901T033600Z:67b7ad90-dd92-410a-bcd1-187eec85eed6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9732", - "name": "res9732", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9732/providers/Microsoft.Storage/storageAccounts/sto7434?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "205", - "Content-Type": "application/json", - "traceparent": "00-643a5923397da44eb9b7eb69f36f6f52-106d8a68c0346443-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80489c353244855e7aa198619f204f41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus", - "properties": { - "encryption": { - "services": { - "table": { - "keyType": "Account" - }, - "queue": { - "keyType": "Account" - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80489c353244855e7aa198619f204f41", - "x-ms-correlation-request-id": "f96d4882-8c65-4bf8-bfe0-227c38033256", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "36890d39-f906-4157-848d-7c408db236a2", - "x-ms-routing-request-id": "WESTUS2:20210901T033603Z:f96d4882-8c65-4bf8-bfe0-227c38033256" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8770ec3f3a4ed0a85a35acf9bfac9877", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8770ec3f3a4ed0a85a35acf9bfac9877", - "x-ms-correlation-request-id": "28616901-8250-4b1e-8eb0-d941b38f70e9", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "6f9f15db-bf05-4fa2-b4e7-cefb92f6dfe5", - "x-ms-routing-request-id": "WESTUS2:20210901T033603Z:28616901-8250-4b1e-8eb0-d941b38f70e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5080bf5c024fe50fd459effe5fe11a98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5080bf5c024fe50fd459effe5fe11a98", - "x-ms-correlation-request-id": "d09a3d4c-f28e-4760-b7e5-0e51923a63fc", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "adb0d520-9136-4778-85ca-bad34028bf60", - "x-ms-routing-request-id": "WESTUS2:20210901T033604Z:d09a3d4c-f28e-4760-b7e5-0e51923a63fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2221622c8af07f311fce8a3a2ce30e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2221622c8af07f311fce8a3a2ce30e4", - "x-ms-correlation-request-id": "08c86634-015f-4245-b8e7-e2de0b5158cb", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "52a4173e-8ee6-4e9b-b2ce-def992b70064", - "x-ms-routing-request-id": "WESTUS2:20210901T033605Z:08c86634-015f-4245-b8e7-e2de0b5158cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa1f5aad2e613d32dd8ab2f54baa7178", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa1f5aad2e613d32dd8ab2f54baa7178", - "x-ms-correlation-request-id": "cc516dd4-229a-4898-891c-5c1197dca074", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "2d9e280f-5856-482f-9c07-c7b30d79820f", - "x-ms-routing-request-id": "WESTUS2:20210901T033607Z:cc516dd4-229a-4898-891c-5c1197dca074" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8d7131ae58a94c7cc783e531a6c4306", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8d7131ae58a94c7cc783e531a6c4306", - "x-ms-correlation-request-id": "5cc88684-0ba9-41ad-9d81-d837bf18bc55", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "4d03b040-6bb3-453d-a9b0-ad92a26e56b5", - "x-ms-routing-request-id": "WESTUS2:20210901T033608Z:5cc88684-0ba9-41ad-9d81-d837bf18bc55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04510b286fc2f437e4e5d52515febc67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04510b286fc2f437e4e5d52515febc67", - "x-ms-correlation-request-id": "7624684c-904e-419b-8678-5146df9d1665", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "2a219127-3c67-40d8-857b-e54ae0ee1c94", - "x-ms-routing-request-id": "WESTUS2:20210901T033609Z:7624684c-904e-419b-8678-5146df9d1665" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e88708a87f6c759928bdee8efde2271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e88708a87f6c759928bdee8efde2271", - "x-ms-correlation-request-id": "8addc06d-253c-4074-a70c-9e0587f8fbb4", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "23200288-4300-465d-8634-f5b2621be8fe", - "x-ms-routing-request-id": "WESTUS2:20210901T033610Z:8addc06d-253c-4074-a70c-9e0587f8fbb4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fccab476c59aab6dce2c4a510a27ece", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fccab476c59aab6dce2c4a510a27ece", - "x-ms-correlation-request-id": "7673244e-1297-4f63-bdf3-af0395a7d644", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "72c89018-38ae-4670-96d7-b15b9842fa54", - "x-ms-routing-request-id": "WESTUS2:20210901T033611Z:7673244e-1297-4f63-bdf3-af0395a7d644" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aac8d6bcb4e3a10fb1897236914e0405", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac8d6bcb4e3a10fb1897236914e0405", - "x-ms-correlation-request-id": "207d1147-42d2-4c3f-a988-8d5edeffc04a", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "3e1bde14-e5f1-4c5b-af8a-364603aa53d6", - "x-ms-routing-request-id": "WESTUS2:20210901T033612Z:207d1147-42d2-4c3f-a988-8d5edeffc04a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "69dd63c27c311e0ebaddb214c2b4b6f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "69dd63c27c311e0ebaddb214c2b4b6f0", - "x-ms-correlation-request-id": "a139a261-c1ac-477b-bed4-c471c04d1643", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "1a6959d9-0cac-4b9a-b55f-8f97cef36998", - "x-ms-routing-request-id": "WESTUS2:20210901T033613Z:a139a261-c1ac-477b-bed4-c471c04d1643" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "182c0f0c7815938d9b2a8dcffa7f198d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "182c0f0c7815938d9b2a8dcffa7f198d", - "x-ms-correlation-request-id": "8c7376e7-69fe-4a11-a3c0-bf4257f92edd", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "7c4a8852-d6f2-47e5-b98a-89fc61c168d2", - "x-ms-routing-request-id": "WESTUS2:20210901T033614Z:8c7376e7-69fe-4a11-a3c0-bf4257f92edd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ace3bede14c43f9cc8aaef0601fbdffd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ace3bede14c43f9cc8aaef0601fbdffd", - "x-ms-correlation-request-id": "9df5e4b3-5e58-4127-a9dd-c83f655bcf14", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "71a57d05-2702-43c9-aa6a-47fccb943f25", - "x-ms-routing-request-id": "WESTUS2:20210901T033616Z:9df5e4b3-5e58-4127-a9dd-c83f655bcf14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "812982d2eb2249f0d64ace07ee3f233a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "812982d2eb2249f0d64ace07ee3f233a", - "x-ms-correlation-request-id": "1d7f1f91-ca62-4c30-aa72-dbee64fec6ac", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "4881143b-84b9-4fbb-9fef-6a0793a3f734", - "x-ms-routing-request-id": "WESTUS2:20210901T033617Z:1d7f1f91-ca62-4c30-aa72-dbee64fec6ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "033525c40ad1f82b73ed506a8887919f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "033525c40ad1f82b73ed506a8887919f", - "x-ms-correlation-request-id": "21532bc2-eebc-4100-8264-9e94ba0670d6", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "453bf2ed-69c4-4aef-a88b-58ab7c14b7a1", - "x-ms-routing-request-id": "WESTUS2:20210901T033618Z:21532bc2-eebc-4100-8264-9e94ba0670d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78fc904b9755f26ace99d67a46955089", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:36:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78fc904b9755f26ace99d67a46955089", - "x-ms-correlation-request-id": "c9dfe505-761e-4e77-b2bd-63c9d51f4225", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "86e199ad-7d37-4c2c-94ef-b3d0ba5d37e7", - "x-ms-routing-request-id": "WESTUS2:20210901T033619Z:c9dfe505-761e-4e77-b2bd-63c9d51f4225" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/36890d39-f906-4157-848d-7c408db236a2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc42b586dbc5c82c56310e349a85c14f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1375", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:36:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc42b586dbc5c82c56310e349a85c14f", - "x-ms-correlation-request-id": "b11cba29-e40d-408c-a416-54fcd0d7a3e4", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "5753c747-9718-4087-b642-aa01cb1b2b8e", - "x-ms-routing-request-id": "WESTUS2:20210901T033620Z:b11cba29-e40d-408c-a416-54fcd0d7a3e4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9732/providers/Microsoft.Storage/storageAccounts/sto7434", - "name": "sto7434", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:36:02.2125694Z" - }, - "table": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:36:02.2125694Z" - }, - "queue": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:36:02.2125694Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:36:02.2125694Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:36:02.1031924Z", - "primaryEndpoints": { - "dfs": "https://sto7434.dfs.core.windows.net/", - "web": "https://sto7434.z13.web.core.windows.net/", - "blob": "https://sto7434.blob.core.windows.net/", - "queue": "https://sto7434.queue.core.windows.net/", - "table": "https://sto7434.table.core.windows.net/", - "file": "https://sto7434.file.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1708950483", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json deleted file mode 100644 index e8199d27d6b83..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountCreateWithTableQueueEcryptionKeyTypeTestAsync.json +++ /dev/null @@ -1,746 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10cbeaff8e51f0c4a725929be31e324c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7cbbcb7b-ee58-45eb-84a4-a8d069d10511", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "7cbbcb7b-ee58-45eb-84a4-a8d069d10511", - "x-ms-routing-request-id": "WESTUS2:20210901T034532Z:7cbbcb7b-ee58-45eb-84a4-a8d069d10511" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e8a4847e0f9b4b3f13ad8f63d46451c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "266a029a-45aa-4edf-942e-5f129a3d6ba0", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "266a029a-45aa-4edf-942e-5f129a3d6ba0", - "x-ms-routing-request-id": "WESTUS2:20210901T034532Z:266a029a-45aa-4edf-942e-5f129a3d6ba0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6106?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cfd616df772e9c4791c1f162092ce388-d748adf0a5d9644b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2564d721169f5f944630a082b1c5e8f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2376d702-34f8-45ab-80bc-934a091ce1f3", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "2376d702-34f8-45ab-80bc-934a091ce1f3", - "x-ms-routing-request-id": "WESTUS2:20210901T034533Z:2376d702-34f8-45ab-80bc-934a091ce1f3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6106", - "name": "res6106", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6106/providers/Microsoft.Storage/storageAccounts/sto1444?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "205", - "Content-Type": "application/json", - "traceparent": "00-974c7c6c564a3e40a7855bb574e4c888-75ca64f257cda443-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb2482991fab16361f16b5cdb361e076", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "eastus", - "properties": { - "encryption": { - "services": { - "table": { - "keyType": "Account" - }, - "queue": { - "keyType": "Account" - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb2482991fab16361f16b5cdb361e076", - "x-ms-correlation-request-id": "125655e0-ef8f-42e6-ad26-ad5d135b8aa8", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "db9294b8-caf2-473d-9abd-68be50752993", - "x-ms-routing-request-id": "WESTUS2:20210901T034535Z:125655e0-ef8f-42e6-ad26-ad5d135b8aa8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2ac226673f82ec620db4afa43279102", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2ac226673f82ec620db4afa43279102", - "x-ms-correlation-request-id": "7ca58b11-16a5-44c6-ae09-bd2ebe51bf27", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "7db6c7a3-02d9-4995-978e-d4d10a544f52", - "x-ms-routing-request-id": "WESTUS2:20210901T034536Z:7ca58b11-16a5-44c6-ae09-bd2ebe51bf27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abee922ab38dbcc14b92d1f7a38c6b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abee922ab38dbcc14b92d1f7a38c6b59", - "x-ms-correlation-request-id": "c1587fcf-057f-4d6c-a327-70d65a016e3d", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "41238ac0-78f0-412b-b46b-06ce7f0dace7", - "x-ms-routing-request-id": "WESTUS2:20210901T034537Z:c1587fcf-057f-4d6c-a327-70d65a016e3d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90673bf81db4ca7daaa2bb7e933d4df2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90673bf81db4ca7daaa2bb7e933d4df2", - "x-ms-correlation-request-id": "eaf2b36b-21e4-4886-8191-151b262c5499", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "8f0dc3fd-0e0c-474f-8647-4ebb2996a597", - "x-ms-routing-request-id": "WESTUS2:20210901T034538Z:eaf2b36b-21e4-4886-8191-151b262c5499" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "197f792272d7b3ec61f07765a1cf8b93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "197f792272d7b3ec61f07765a1cf8b93", - "x-ms-correlation-request-id": "d474ebbb-2b96-4c53-bac4-1bd7aeaf2c72", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "63d61e3b-7751-4352-8bf3-b2de91c255ab", - "x-ms-routing-request-id": "WESTUS2:20210901T034539Z:d474ebbb-2b96-4c53-bac4-1bd7aeaf2c72" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0701f17001bf0c4d142300ebf842290e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0701f17001bf0c4d142300ebf842290e", - "x-ms-correlation-request-id": "59b2b89e-aa27-4320-a4c2-984322d5a28c", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "2a6a66f8-c3ae-44ff-b62b-ce15a036d717", - "x-ms-routing-request-id": "WESTUS2:20210901T034540Z:59b2b89e-aa27-4320-a4c2-984322d5a28c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29d4df45510c85814fb42ec4a61828db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29d4df45510c85814fb42ec4a61828db", - "x-ms-correlation-request-id": "486c7cd6-0965-432d-96fd-8456e0757c5f", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "b56f6535-3d16-4ef4-96a9-4c92c9c11fdf", - "x-ms-routing-request-id": "WESTUS2:20210901T034541Z:486c7cd6-0965-432d-96fd-8456e0757c5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a10e2717463b21322b7304b37200ba1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a10e2717463b21322b7304b37200ba1f", - "x-ms-correlation-request-id": "dba11052-ce6c-40d1-9c92-aa70c846232b", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "b6eb4b83-16e2-4d6f-8dd1-bb293dd6edd9", - "x-ms-routing-request-id": "WESTUS2:20210901T034542Z:dba11052-ce6c-40d1-9c92-aa70c846232b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c22069c761fb1e866f7bb70bd28965fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c22069c761fb1e866f7bb70bd28965fc", - "x-ms-correlation-request-id": "3890dc50-ba5b-410d-b470-9a29f7b8f634", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "96a04d74-89b2-486b-85c1-f93ceb75751c", - "x-ms-routing-request-id": "WESTUS2:20210901T034543Z:3890dc50-ba5b-410d-b470-9a29f7b8f634" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0d424fb8733ffd2acb3fe994dcd134e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0d424fb8733ffd2acb3fe994dcd134e", - "x-ms-correlation-request-id": "6057e90d-4255-4165-8426-03d6116614d9", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "b4f90d35-3615-491f-b267-5cac58180c50", - "x-ms-routing-request-id": "WESTUS2:20210901T034545Z:6057e90d-4255-4165-8426-03d6116614d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3dfd0ff966f7b5e0a1f032bf8e274ea2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3dfd0ff966f7b5e0a1f032bf8e274ea2", - "x-ms-correlation-request-id": "aa1f94da-ecb5-4472-82cd-47d8350da188", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "7e498e68-f0a6-4523-8156-562d2d0365f9", - "x-ms-routing-request-id": "WESTUS2:20210901T034546Z:aa1f94da-ecb5-4472-82cd-47d8350da188" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4db8080eea2c40eb9621164763edd1a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4db8080eea2c40eb9621164763edd1a2", - "x-ms-correlation-request-id": "14d20fcd-8411-459b-988d-2c28994b4cc3", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "d38ec47d-56b2-450a-9be9-18d0ef20c035", - "x-ms-routing-request-id": "WESTUS2:20210901T034547Z:14d20fcd-8411-459b-988d-2c28994b4cc3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3126968278c9404441e2f4354127184", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3126968278c9404441e2f4354127184", - "x-ms-correlation-request-id": "358ba51a-39f0-4997-823f-a81be25e4865", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "1e7af585-ad05-475b-be20-69a336b679cb", - "x-ms-routing-request-id": "WESTUS2:20210901T034548Z:358ba51a-39f0-4997-823f-a81be25e4865" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "458b5c64c5140e2123bda7d6509852b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "458b5c64c5140e2123bda7d6509852b3", - "x-ms-correlation-request-id": "fbc779b2-aa71-4bf5-8f4a-43acfdf38178", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "f2fc0ae7-6fff-47cf-8b04-0ad6c8b15c9f", - "x-ms-routing-request-id": "WESTUS2:20210901T034549Z:fbc779b2-aa71-4bf5-8f4a-43acfdf38178" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2457901f8b15e6160323080ebba8eb84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2457901f8b15e6160323080ebba8eb84", - "x-ms-correlation-request-id": "05c69e69-405c-41c9-a1ef-92bc6f85f02c", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "b0dc9aaa-4aaa-4a99-8da3-bf24e165a570", - "x-ms-routing-request-id": "WESTUS2:20210901T034550Z:05c69e69-405c-41c9-a1ef-92bc6f85f02c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07e391b08c62a28d47039fce802d44ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 03:45:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07e391b08c62a28d47039fce802d44ac", - "x-ms-correlation-request-id": "1ff0cadd-4f66-42d9-a462-4f0b0b0c84a0", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "0eeefe9b-1c21-41d3-8487-d4f58ae77f45", - "x-ms-routing-request-id": "WESTUS2:20210901T034551Z:1ff0cadd-4f66-42d9-a462-4f0b0b0c84a0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus/asyncoperations/db9294b8-caf2-473d-9abd-68be50752993?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4247bcb4cbad96f45a441f0bc13537b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1375", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 03:45:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4247bcb4cbad96f45a441f0bc13537b", - "x-ms-correlation-request-id": "474a66d1-1276-4ebe-a024-5c169a11797c", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "b44336f1-1592-4e99-bffc-6474c97c82c1", - "x-ms-routing-request-id": "WESTUS2:20210901T034552Z:474a66d1-1276-4ebe-a024-5c169a11797c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6106/providers/Microsoft.Storage/storageAccounts/sto1444", - "name": "sto1444", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:45:34.6981501Z" - }, - "table": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:45:34.6981501Z" - }, - "queue": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:45:34.6981501Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T03:45:34.6981501Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T03:45:34.5731524Z", - "primaryEndpoints": { - "dfs": "https://sto1444.dfs.core.windows.net/", - "web": "https://sto1444.z13.web.core.windows.net/", - "blob": "https://sto1444.blob.core.windows.net/", - "queue": "https://sto1444.queue.core.windows.net/", - "table": "https://sto1444.table.core.windows.net/", - "file": "https://sto1444.file.core.windows.net/" - }, - "primaryLocation": "eastus", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "239747815", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json deleted file mode 100644 index 7c1f4012c6812..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTest.json +++ /dev/null @@ -1,812 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f528c4eb3c7d3f1d83a10c1932f669c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cd8eb5a3-86e4-4723-98b0-1b5f093aa160", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "cd8eb5a3-86e4-4723-98b0-1b5f093aa160", - "x-ms-routing-request-id": "WESTUS2:20210901T005901Z:cd8eb5a3-86e4-4723-98b0-1b5f093aa160" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "270fe44483f8b2c3a2233f75fb1023b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e27e4dca-84c4-4495-99dc-71e422d261de", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "e27e4dca-84c4-4495-99dc-71e422d261de", - "x-ms-routing-request-id": "WESTUS2:20210901T005901Z:e27e4dca-84c4-4495-99dc-71e422d261de" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res497?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a6592775c1c6684eb56c5f4c52c200bd-3fe077f68f8e4e48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "421a1e1a4c260f45b1b4f2aead85aca1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4691daf3-7ae0-49f1-b8d1-950a7b886fd6", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "4691daf3-7ae0-49f1-b8d1-950a7b886fd6", - "x-ms-routing-request-id": "WESTUS2:20210901T005902Z:4691daf3-7ae0-49f1-b8d1-950a7b886fd6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497", - "name": "res497", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-deb09b95e82cc34fbb9cc03d42041bdd-c8dd22db2ffe1542-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "162eafc5a770c9cb9f6ca4747cd7c817", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Wed, 01 Sep 2021 00:59:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c733065e-43c9-4d72-bc72-deb0b18b0f78", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "c733065e-43c9-4d72-bc72-deb0b18b0f78", - "x-ms-routing-request-id": "WESTUS2:20210901T005902Z:c733065e-43c9-4d72-bc72-deb0b18b0f78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497/providers/Microsoft.Storage/storageAccounts/sto1534?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-03ce7c92db174642aa6659b73e65ce59-0ca6bd2c4e08af4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c1178291d5aca971746ced104f59e92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c1178291d5aca971746ced104f59e92", - "x-ms-correlation-request-id": "08c5961d-84fc-4695-9b8a-9a1798935a97", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "accb497f-23ed-46f0-bc99-c4514d4ddec7", - "x-ms-routing-request-id": "WESTUS2:20210901T005906Z:08c5961d-84fc-4695-9b8a-9a1798935a97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c834fda549b916a974c5860fcf89b77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c834fda549b916a974c5860fcf89b77", - "x-ms-correlation-request-id": "30520a4a-c32f-4f7d-abf9-f3c3d46eb637", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "68fb69dd-f14b-4ea7-9e38-71d30b764094", - "x-ms-routing-request-id": "WESTUS2:20210901T005906Z:30520a4a-c32f-4f7d-abf9-f3c3d46eb637" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0a7e106226702c204bdfbb863eef984", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0a7e106226702c204bdfbb863eef984", - "x-ms-correlation-request-id": "abd42ca6-9fd9-4342-aee1-0327464cd5a5", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "8ba2419e-ba32-429e-923b-08e107d95dbf", - "x-ms-routing-request-id": "WESTUS2:20210901T005907Z:abd42ca6-9fd9-4342-aee1-0327464cd5a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b4f6e26c91717ff7cccf5d4fce135658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4f6e26c91717ff7cccf5d4fce135658", - "x-ms-correlation-request-id": "db082748-1288-4146-aa0f-5a4f2fe144e5", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "f04742ca-f673-44a9-bc34-20444e9e2893", - "x-ms-routing-request-id": "WESTUS2:20210901T005908Z:db082748-1288-4146-aa0f-5a4f2fe144e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "efa2420739ebb7858d8107dd59b12ea8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "efa2420739ebb7858d8107dd59b12ea8", - "x-ms-correlation-request-id": "ed8021f9-5e5e-483b-9fb7-098516f1d958", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "6aa3f16a-ed70-4f62-8547-eaf4b9ea9f4b", - "x-ms-routing-request-id": "WESTUS2:20210901T005909Z:ed8021f9-5e5e-483b-9fb7-098516f1d958" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1af4d452e6017406ea28d498c57233f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1af4d452e6017406ea28d498c57233f1", - "x-ms-correlation-request-id": "25f7ef41-c854-4de0-9539-83b2cc655c59", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "59f6e329-1bb5-4c95-98de-cf414da15bfa", - "x-ms-routing-request-id": "WESTUS2:20210901T005910Z:25f7ef41-c854-4de0-9539-83b2cc655c59" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21b1a367094c32985d3e27ef8919261a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b1a367094c32985d3e27ef8919261a", - "x-ms-correlation-request-id": "e42de57f-d933-43a1-967b-601c40c4fc5b", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "6180c12e-23b9-48c6-99cb-2f0a36317384", - "x-ms-routing-request-id": "WESTUS2:20210901T005911Z:e42de57f-d933-43a1-967b-601c40c4fc5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fafdb4a03c1e20563c2d05c365edf21a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fafdb4a03c1e20563c2d05c365edf21a", - "x-ms-correlation-request-id": "91c3a418-84bf-4ed4-b439-961ac0795c25", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "36f7a89e-f9db-4733-a7f1-2f19943bdfa7", - "x-ms-routing-request-id": "WESTUS2:20210901T005913Z:91c3a418-84bf-4ed4-b439-961ac0795c25" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b676154e0c00495c3bc2bcc3bf16ebd0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b676154e0c00495c3bc2bcc3bf16ebd0", - "x-ms-correlation-request-id": "04005adf-27a7-4216-a999-11f7b976acbd", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "2d1abcef-ef61-43c3-bdbf-10e4f63506af", - "x-ms-routing-request-id": "WESTUS2:20210901T005914Z:04005adf-27a7-4216-a999-11f7b976acbd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10f7ba0139752ad34c90e41e04d5cc70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10f7ba0139752ad34c90e41e04d5cc70", - "x-ms-correlation-request-id": "93f883f2-59d7-4ee9-8ed8-27cf202264e5", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "cf1bd0c7-c9e5-4c3d-9e2f-b1a597619fc9", - "x-ms-routing-request-id": "WESTUS2:20210901T005915Z:93f883f2-59d7-4ee9-8ed8-27cf202264e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73a10c4c70a3931958b3be5c7f926025", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73a10c4c70a3931958b3be5c7f926025", - "x-ms-correlation-request-id": "74e2d542-1078-40ef-b4ad-9d4077469c4f", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "5bde9962-9d49-453e-9d66-05c1c2b25d59", - "x-ms-routing-request-id": "WESTUS2:20210901T005916Z:74e2d542-1078-40ef-b4ad-9d4077469c4f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aac13542e1f515a5424b696f283d4565", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac13542e1f515a5424b696f283d4565", - "x-ms-correlation-request-id": "a8a999af-2c23-49c7-9bc8-367a51217efd", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "2c7a2e7f-1af8-487a-a533-1c23f5fc92a4", - "x-ms-routing-request-id": "WESTUS2:20210901T005917Z:a8a999af-2c23-49c7-9bc8-367a51217efd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b3774cf57775912ca063b8c17a76aab9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b3774cf57775912ca063b8c17a76aab9", - "x-ms-correlation-request-id": "2e1a36db-9c52-4b97-9260-573fa92f3169", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "a31cc869-b862-4406-9325-bedf9cb77af3", - "x-ms-routing-request-id": "WESTUS2:20210901T005918Z:2e1a36db-9c52-4b97-9260-573fa92f3169" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cedcbe3022146a7a668b305707a96b1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cedcbe3022146a7a668b305707a96b1b", - "x-ms-correlation-request-id": "8c3a0def-3633-4cf8-8114-040542abab3c", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "e9a196ed-05f7-4d8d-9e57-ddc9b248085f", - "x-ms-routing-request-id": "WESTUS2:20210901T005919Z:8c3a0def-3633-4cf8-8114-040542abab3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3367596ead1bcab0082f0a9229e39bcc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3367596ead1bcab0082f0a9229e39bcc", - "x-ms-correlation-request-id": "906453ae-3bb5-4311-8b3f-75a8d1065cde", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "29587873-30ce-48f1-a79b-ff8a70ceb3ad", - "x-ms-routing-request-id": "WESTUS2:20210901T005920Z:906453ae-3bb5-4311-8b3f-75a8d1065cde" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "693fafa07660d351d10c4de947d58af6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "693fafa07660d351d10c4de947d58af6", - "x-ms-correlation-request-id": "ff66cf37-0764-4b85-a42d-784b3efabc95", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "5747c662-56ee-4f8d-b7ba-0c620fd89857", - "x-ms-routing-request-id": "WESTUS2:20210901T005921Z:ff66cf37-0764-4b85-a42d-784b3efabc95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/accb497f-23ed-46f0-bc99-c4514d4ddec7?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20529cf7770f839e0e12c6e417e74182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 00:59:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20529cf7770f839e0e12c6e417e74182", - "x-ms-correlation-request-id": "1f818366-61b7-46d1-9b9a-74ed7f9f59e2", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "57ddfb9e-6343-4fc8-bbd1-c2136d2fe159", - "x-ms-routing-request-id": "WESTUS2:20210901T005923Z:1f818366-61b7-46d1-9b9a-74ed7f9f59e2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497/providers/Microsoft.Storage/storageAccounts/sto1534", - "name": "sto1534", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:59:04.7867723Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T00:59:04.7867723Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T00:59:04.6930270Z", - "primaryEndpoints": { - "blob": "https://sto1534.blob.core.windows.net/", - "queue": "https://sto1534.queue.core.windows.net/", - "table": "https://sto1534.table.core.windows.net/", - "file": "https://sto1534.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497/providers/Microsoft.Storage/storageAccounts/sto1534?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-9c5c16344e5d5143900a04a380e5ab0d-b9d900cc80e62b48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57b764f0026af8bb0794610e60c68233", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 00:59:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57b764f0026af8bb0794610e60c68233", - "x-ms-correlation-request-id": "fb213089-18d3-4686-b70e-8de319ec6b34", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "01e15f27-740a-45e2-877c-fa5d9e829d98", - "x-ms-routing-request-id": "WESTUS2:20210901T005925Z:fb213089-18d3-4686-b70e-8de319ec6b34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res497/providers/Microsoft.Storage/storageAccounts/sto1534?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-d736e446c4a0dc499c05974ab27ecee2-9ad4889e0e259144-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c9b13a57a9029bc10bc5a4daf6dbbe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Wed, 01 Sep 2021 00:59:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d39ce6c0-e742-4592-a664-8270efeef2b5", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "d39ce6c0-e742-4592-a664-8270efeef2b5", - "x-ms-routing-request-id": "WESTUS2:20210901T005925Z:d39ce6c0-e742-4592-a664-8270efeef2b5" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "736252759", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json deleted file mode 100644 index 02420d4983b51..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountDeleteTestAsync.json +++ /dev/null @@ -1,812 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8d748865cf92a7a7ddde0b6afae3dd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb21b77d-8730-48e8-aa42-52f611dad89f", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "fb21b77d-8730-48e8-aa42-52f611dad89f", - "x-ms-routing-request-id": "WESTUS2:20210901T020619Z:fb21b77d-8730-48e8-aa42-52f611dad89f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff068f3bfce6fcaaef5a38eb0f79de55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6454d15b-646c-4e19-b8d3-b30028f0a7e7", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "6454d15b-646c-4e19-b8d3-b30028f0a7e7", - "x-ms-routing-request-id": "WESTUS2:20210901T020619Z:6454d15b-646c-4e19-b8d3-b30028f0a7e7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5119?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d1cf724099a5714e8b89151f47cf9a28-9023599d830d7f4d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b9b6b2bcba39dcbf9f9dc5294818c24", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6ddc07b1-355d-48d3-87fb-4c73759c752f", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "6ddc07b1-355d-48d3-87fb-4c73759c752f", - "x-ms-routing-request-id": "WESTUS2:20210901T020619Z:6ddc07b1-355d-48d3-87fb-4c73759c752f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119", - "name": "res5119", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119/providers/Microsoft.Storage/storageAccounts/missingaccount?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-28d1dface95e474d86e7fe78490000d8-26f697daa17a4d45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "923bb4f556c09d8adae99e238e1a03ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Wed, 01 Sep 2021 02:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7f89a115-7c18-4665-8448-8909923d5012", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "7f89a115-7c18-4665-8448-8909923d5012", - "x-ms-routing-request-id": "WESTUS2:20210901T020620Z:7f89a115-7c18-4665-8448-8909923d5012" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119/providers/Microsoft.Storage/storageAccounts/sto6177?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-1c4351c647d8494f91d24c69ec311deb-f1a7be6fcbbaf840-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a243830197993ac362ed02cdaa5ad8ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a243830197993ac362ed02cdaa5ad8ac", - "x-ms-correlation-request-id": "0aa7a6de-a69c-461c-8dc7-bf21d68e1dac", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "70184d42-3bc8-44c0-9ccd-6536a0858168", - "x-ms-routing-request-id": "WESTUS2:20210901T020622Z:0aa7a6de-a69c-461c-8dc7-bf21d68e1dac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe93c7dd82491d5c77585d6887cf308e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe93c7dd82491d5c77585d6887cf308e", - "x-ms-correlation-request-id": "2fdb1976-9beb-48cd-87c3-1c1b2ee6ddff", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "2de06f07-4a5b-44fc-9a40-cac29aff012d", - "x-ms-routing-request-id": "WESTUS2:20210901T020622Z:2fdb1976-9beb-48cd-87c3-1c1b2ee6ddff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ffc877c55c3f0bc9ad62a438dd969254", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffc877c55c3f0bc9ad62a438dd969254", - "x-ms-correlation-request-id": "03ef67e8-2b31-4e69-a762-da298dde5ed7", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "c61293ec-a18d-4481-a366-719d98703e88", - "x-ms-routing-request-id": "WESTUS2:20210901T020624Z:03ef67e8-2b31-4e69-a762-da298dde5ed7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e2f00d0edac74362bda72b69976c592d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e2f00d0edac74362bda72b69976c592d", - "x-ms-correlation-request-id": "df31fe4a-5e68-477d-819b-14ae013325ec", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "b5c95516-57d8-45ac-b907-94afa42973ea", - "x-ms-routing-request-id": "WESTUS2:20210901T020625Z:df31fe4a-5e68-477d-819b-14ae013325ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31672b30df4580b6fd8750e7dd233fe0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31672b30df4580b6fd8750e7dd233fe0", - "x-ms-correlation-request-id": "f1d4b5cc-a949-45b8-a37b-6cdd2ec9a1f3", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "5e853c86-0430-4d56-98e5-55feff1c9c40", - "x-ms-routing-request-id": "WESTUS2:20210901T020626Z:f1d4b5cc-a949-45b8-a37b-6cdd2ec9a1f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a5a09c64ddfeac614844297315f7441", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a5a09c64ddfeac614844297315f7441", - "x-ms-correlation-request-id": "4f89e62c-d811-433c-a51c-e4ec27a37b78", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "7e3e7a4c-c784-48f2-845a-8ad93a8311fc", - "x-ms-routing-request-id": "WESTUS2:20210901T020627Z:4f89e62c-d811-433c-a51c-e4ec27a37b78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1087708612f2f0e566fe5408a7b669a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1087708612f2f0e566fe5408a7b669a", - "x-ms-correlation-request-id": "8a8cc57b-3f33-4d54-87e0-1497a7eb4064", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "663d4227-4e9b-4bc3-aa22-361a3ee3deb4", - "x-ms-routing-request-id": "WESTUS2:20210901T020628Z:8a8cc57b-3f33-4d54-87e0-1497a7eb4064" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ea34a67df11e24e657c1cc19d1e4f9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ea34a67df11e24e657c1cc19d1e4f9e", - "x-ms-correlation-request-id": "8449b230-9a81-4056-af06-49a6448c4e2e", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "6834d3ba-5f07-4936-b9d6-60350a96b30f", - "x-ms-routing-request-id": "WESTUS2:20210901T020629Z:8449b230-9a81-4056-af06-49a6448c4e2e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66de0f138e1b65b1fa2b236f68866098", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66de0f138e1b65b1fa2b236f68866098", - "x-ms-correlation-request-id": "c60a4e53-3802-4c1b-a40b-0675db0d95db", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "3fc4576c-6a02-4217-ae64-2d314bb936bd", - "x-ms-routing-request-id": "WESTUS2:20210901T020630Z:c60a4e53-3802-4c1b-a40b-0675db0d95db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e630a71ee5bc282f29254bb2444d9137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e630a71ee5bc282f29254bb2444d9137", - "x-ms-correlation-request-id": "44416557-17bb-4b42-95b1-5d125df7b217", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "2ed61d7c-7069-4579-9dcc-ffcf38d88356", - "x-ms-routing-request-id": "WESTUS2:20210901T020631Z:44416557-17bb-4b42-95b1-5d125df7b217" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b2d461fff9cd97e983e93e6bbde7adf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b2d461fff9cd97e983e93e6bbde7adf", - "x-ms-correlation-request-id": "42dfa077-6de3-4f64-a6b1-018a3831c4f1", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "962a7e22-79a6-41be-9609-366c91e8d614", - "x-ms-routing-request-id": "WESTUS2:20210901T020632Z:42dfa077-6de3-4f64-a6b1-018a3831c4f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5a2831c69ee2de1dfb53cf642ff20ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5a2831c69ee2de1dfb53cf642ff20ad", - "x-ms-correlation-request-id": "7809af58-0f20-42b2-b0a0-ac5691322832", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "6bfb7146-b879-4a56-8f8c-3e5f8a41517a", - "x-ms-routing-request-id": "WESTUS2:20210901T020634Z:7809af58-0f20-42b2-b0a0-ac5691322832" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "214feb99e5581efc28564d7e52496d4a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "214feb99e5581efc28564d7e52496d4a", - "x-ms-correlation-request-id": "0d7f29d0-e1e6-4f8b-913c-587ab288c335", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "b8df2b05-b845-4142-a44a-24e458ca606d", - "x-ms-routing-request-id": "WESTUS2:20210901T020635Z:0d7f29d0-e1e6-4f8b-913c-587ab288c335" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0956caa9caab64964ff9be6c3889699", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0956caa9caab64964ff9be6c3889699", - "x-ms-correlation-request-id": "55a9bdcd-bee2-443b-b261-f137ae7ca3b3", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "dec3f771-86d5-4590-a5d7-1f5bbc809ac7", - "x-ms-routing-request-id": "WESTUS2:20210901T020636Z:55a9bdcd-bee2-443b-b261-f137ae7ca3b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf4ce51d588f37868784cc971b63da96", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf4ce51d588f37868784cc971b63da96", - "x-ms-correlation-request-id": "f7015144-81ea-4499-bb40-97d74a4b3490", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "a9ba7673-1b85-4887-b074-e92c78d03284", - "x-ms-routing-request-id": "WESTUS2:20210901T020637Z:f7015144-81ea-4499-bb40-97d74a4b3490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d64bf2486069fd02a298bc5949155ba0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d64bf2486069fd02a298bc5949155ba0", - "x-ms-correlation-request-id": "b2d4db36-8295-4b64-b6e8-ed0bee45a1fb", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "cf9530f5-fc56-403f-a43f-725e1cf12304", - "x-ms-routing-request-id": "WESTUS2:20210901T020638Z:b2d4db36-8295-4b64-b6e8-ed0bee45a1fb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/70184d42-3bc8-44c0-9ccd-6536a0858168?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c60b3c09dfc51bbe65e3826d0b19a00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:06:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c60b3c09dfc51bbe65e3826d0b19a00", - "x-ms-correlation-request-id": "4e7bd2cc-17bd-44fd-80a1-b0cbcd948194", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "caaae908-7f72-4828-a813-6d28abe80de7", - "x-ms-routing-request-id": "WESTUS2:20210901T020639Z:4e7bd2cc-17bd-44fd-80a1-b0cbcd948194" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119/providers/Microsoft.Storage/storageAccounts/sto6177", - "name": "sto6177", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:06:21.4326406Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:06:21.4326406Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:06:21.3232621Z", - "primaryEndpoints": { - "blob": "https://sto6177.blob.core.windows.net/", - "queue": "https://sto6177.queue.core.windows.net/", - "table": "https://sto6177.table.core.windows.net/", - "file": "https://sto6177.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119/providers/Microsoft.Storage/storageAccounts/sto6177?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cea7bf4fef2d334489ebbf5ac85d5a0b-37389fc1797b6b43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d09d0525c03cbc30e34f2df69b2ded72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:06:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d09d0525c03cbc30e34f2df69b2ded72", - "x-ms-correlation-request-id": "8441f623-9b0e-410b-ac35-8d7dbca25c0b", - "x-ms-ratelimit-remaining-subscription-deletes": "14996", - "x-ms-request-id": "5dbb9d51-6e0b-4f6c-8c4e-9127b28a0a92", - "x-ms-routing-request-id": "WESTUS2:20210901T020642Z:8441f623-9b0e-410b-ac35-8d7dbca25c0b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5119/providers/Microsoft.Storage/storageAccounts/sto6177?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-cd7b1ab41135b14f89b590ff6a72432a-b0cfbab4c0bbf440-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68d72b296d02ab9937f9f00a27dc2cf0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Date": "Wed, 01 Sep 2021 02:06:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1aa53d08-a79d-4365-9297-eb9e6f0424ef", - "x-ms-ratelimit-remaining-subscription-deletes": "14995", - "x-ms-request-id": "1aa53d08-a79d-4365-9297-eb9e6f0424ef", - "x-ms-routing-request-id": "WESTUS2:20210901T020643Z:1aa53d08-a79d-4365-9297-eb9e6f0424ef" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "781384104", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json deleted file mode 100644 index ec9706f68129e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTest.json +++ /dev/null @@ -1,2139 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "51448b0c7143c2772d2f9a75cd62e340", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "df30532b-e973-4244-8832-25b2c492152d", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "df30532b-e973-4244-8832-25b2c492152d", - "x-ms-routing-request-id": "WESTUS2:20210901T010029Z:df30532b-e973-4244-8832-25b2c492152d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff84724fe40afb12758c814ebe6e317e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "926f985f-5e74-4049-a19d-7e71e024da45", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "926f985f-5e74-4049-a19d-7e71e024da45", - "x-ms-routing-request-id": "WESTUS2:20210901T010029Z:926f985f-5e74-4049-a19d-7e71e024da45" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5163?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-beaf7578527b6f409a063363ca7b5730-00020d7d960cbb4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c69b41d6e7973adcb1e227f2e6e59f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "dd3189bb-6a32-4dcb-b9b1-0c86d7277461", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "dd3189bb-6a32-4dcb-b9b1-0c86d7277461", - "x-ms-routing-request-id": "WESTUS2:20210901T010030Z:dd3189bb-6a32-4dcb-b9b1-0c86d7277461" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163", - "name": "res5163", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1015?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-1e21a002a1af6d4193a1ec26f2fec724-5494893f56dc7244-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "272608364878b6dcf02904befe1bbbf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "272608364878b6dcf02904befe1bbbf7", - "x-ms-correlation-request-id": "6db2fc62-9ef6-4d22-9968-cbe38161e7fe", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee", - "x-ms-routing-request-id": "WESTUS2:20210901T010034Z:6db2fc62-9ef6-4d22-9968-cbe38161e7fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b247a99619af7d23ba31ec10ac2329d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b247a99619af7d23ba31ec10ac2329d6", - "x-ms-correlation-request-id": "76bec55f-7d82-461a-9c62-7635a635268b", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "0bda8c4b-258a-47e5-8483-61b02774fdca", - "x-ms-routing-request-id": "WESTUS2:20210901T010034Z:76bec55f-7d82-461a-9c62-7635a635268b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e37eed2b1f128ffc43ce248d3f4e0e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e37eed2b1f128ffc43ce248d3f4e0e0d", - "x-ms-correlation-request-id": "90bb3afd-59f1-410a-8364-b6001f6344af", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "e16eb52a-f8c0-4a02-9d45-1d3f70a875cc", - "x-ms-routing-request-id": "WESTUS2:20210901T010035Z:90bb3afd-59f1-410a-8364-b6001f6344af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5528d20609d3074723fcfd5abbb4abdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5528d20609d3074723fcfd5abbb4abdf", - "x-ms-correlation-request-id": "4e7011db-a58b-4843-a3e4-811a316cee5b", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "65550403-c62a-4699-987e-72aae9d27c8f", - "x-ms-routing-request-id": "WESTUS2:20210901T010036Z:4e7011db-a58b-4843-a3e4-811a316cee5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b96232c13f64771facb86fe0f4953d6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b96232c13f64771facb86fe0f4953d6c", - "x-ms-correlation-request-id": "4511d101-4a1b-4955-8cb7-2d10d58825c9", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "b3165ee8-8e42-4211-b367-5055e43932e1", - "x-ms-routing-request-id": "WESTUS2:20210901T010037Z:4511d101-4a1b-4955-8cb7-2d10d58825c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da0ade22d4fa2203a576c01521a2d48e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da0ade22d4fa2203a576c01521a2d48e", - "x-ms-correlation-request-id": "5c15b2f1-0c07-4d94-9b35-eda8325cfe4c", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "d8461393-52d7-4f10-8801-0ad21c9c3e71", - "x-ms-routing-request-id": "WESTUS2:20210901T010038Z:5c15b2f1-0c07-4d94-9b35-eda8325cfe4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0dcc452355ebc7a9b3b0a81a9967128e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dcc452355ebc7a9b3b0a81a9967128e", - "x-ms-correlation-request-id": "d3ac04b3-91fb-4555-ae0a-2261e2c9af34", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "005e161b-53c5-45bd-a2cf-1bb3006e7325", - "x-ms-routing-request-id": "WESTUS2:20210901T010039Z:d3ac04b3-91fb-4555-ae0a-2261e2c9af34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc3791bed1aaede42f3f13ed7f0a550a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc3791bed1aaede42f3f13ed7f0a550a", - "x-ms-correlation-request-id": "0a1cd48e-af48-43e5-b504-295410bfade5", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "75367cde-03dc-4f23-b453-2330124fd9a7", - "x-ms-routing-request-id": "WESTUS2:20210901T010041Z:0a1cd48e-af48-43e5-b504-295410bfade5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "afbde0e430c9cd803443274a2be8883e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afbde0e430c9cd803443274a2be8883e", - "x-ms-correlation-request-id": "04c63944-17d8-46b8-a5b7-9dd240a9bc03", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "6092f9dc-1919-4506-99bd-190a6f56b326", - "x-ms-routing-request-id": "WESTUS2:20210901T010042Z:04c63944-17d8-46b8-a5b7-9dd240a9bc03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90563163f76a51e460dedeac41bc48a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90563163f76a51e460dedeac41bc48a8", - "x-ms-correlation-request-id": "50bb82ae-be65-4e97-b5ee-c94dc2b6db55", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "e128fafb-a27d-4a62-8ba7-7cdff2a3a7ba", - "x-ms-routing-request-id": "WESTUS2:20210901T010043Z:50bb82ae-be65-4e97-b5ee-c94dc2b6db55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9369e5b63a98dc4106aa866aa9ac246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9369e5b63a98dc4106aa866aa9ac246", - "x-ms-correlation-request-id": "b13dd852-c9cb-4ed6-85f8-b4c69dd8cf68", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "562af4f5-7ad6-4343-944f-2df7bd998dd2", - "x-ms-routing-request-id": "WESTUS2:20210901T010044Z:b13dd852-c9cb-4ed6-85f8-b4c69dd8cf68" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d89d4b7c5b3ec9ffc6b4eea52d48c78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d89d4b7c5b3ec9ffc6b4eea52d48c78", - "x-ms-correlation-request-id": "ff1f0c7c-4db2-43ee-ac92-e3a887d5742f", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "a42c6800-4900-4163-9690-96428a1a7341", - "x-ms-routing-request-id": "WESTUS2:20210901T010045Z:ff1f0c7c-4db2-43ee-ac92-e3a887d5742f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cee7efbcfb100956dc980004f7da7c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cee7efbcfb100956dc980004f7da7c5", - "x-ms-correlation-request-id": "ba9e8c5d-14dc-4218-8320-5a9fe93df47e", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "1a8f2a30-8f79-4d24-8a8f-788e7c2da342", - "x-ms-routing-request-id": "WESTUS2:20210901T010046Z:ba9e8c5d-14dc-4218-8320-5a9fe93df47e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6cf4971cfa3295f4fe49bc3d14d93a3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cf4971cfa3295f4fe49bc3d14d93a3b", - "x-ms-correlation-request-id": "1b4909ca-63ee-40cc-ab0a-b058b40ae9c8", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "b6c8dfc8-0af9-4b8c-a6b1-72693a0af69c", - "x-ms-routing-request-id": "WESTUS2:20210901T010047Z:1b4909ca-63ee-40cc-ab0a-b058b40ae9c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b6b2fde35abe8953f89dfea459f9d7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b6b2fde35abe8953f89dfea459f9d7f", - "x-ms-correlation-request-id": "8eeae32b-34b1-4659-a2da-a6a116eff481", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "2b03454f-0579-415b-acad-e1f025a4e8e9", - "x-ms-routing-request-id": "WESTUS2:20210901T010048Z:8eeae32b-34b1-4659-a2da-a6a116eff481" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f8ae3aaa-94d4-4a63-a7e1-86bbf79026ee?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbce89c41fdf004689588d671257ec93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:00:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbce89c41fdf004689588d671257ec93", - "x-ms-correlation-request-id": "966d0796-1dd7-4ef7-8f3c-d96c304cec50", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "b4b19d2e-2b03-42c7-b4d4-8ad596c529ac", - "x-ms-routing-request-id": "WESTUS2:20210901T010049Z:966d0796-1dd7-4ef7-8f3c-d96c304cec50" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1015", - "name": "sto1015", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:31.9933348Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:31.9933348Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:00:31.8839380Z", - "primaryEndpoints": { - "dfs": "https://sto1015.dfs.core.windows.net/", - "blob": "https://sto1015.blob.core.windows.net/", - "table": "https://sto1015.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1015?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dc09740c4f84bb4985d447de614798c6-e2990cf965cdf140-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2021448e7b11e61a020c2da81b0a505e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:00:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2021448e7b11e61a020c2da81b0a505e", - "x-ms-correlation-request-id": "a210cde9-8e6c-4e6e-9547-362a9d80506b", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "9fbbc325-71da-47f8-9790-70b6a15ca716", - "x-ms-routing-request-id": "WESTUS2:20210901T010049Z:a210cde9-8e6c-4e6e-9547-362a9d80506b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1015", - "name": "sto1015", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:31.9933348Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:31.9933348Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:00:31.8839380Z", - "primaryEndpoints": { - "dfs": "https://sto1015.dfs.core.windows.net/", - "blob": "https://sto1015.blob.core.windows.net/", - "table": "https://sto1015.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto7604?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-8c7a3c4a73d7fe41b72c530ee4e33445-00724af81e12d646-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b793dac7f0bbe5ce86ba252a72dd5e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b793dac7f0bbe5ce86ba252a72dd5e7", - "x-ms-correlation-request-id": "a09ba8a3-9df8-4e91-9d0f-3b30df342024", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "4aec1c61-9412-4f2d-8346-968cfe0a76ba", - "x-ms-routing-request-id": "WESTUS2:20210901T010052Z:a09ba8a3-9df8-4e91-9d0f-3b30df342024" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4ba2e0861de0e88e86337a6d9c73ed4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4ba2e0861de0e88e86337a6d9c73ed4", - "x-ms-correlation-request-id": "14416808-5f73-463f-91bd-b22f90467304", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "10d1af5c-5384-4b9d-ba13-329175e27087", - "x-ms-routing-request-id": "WESTUS2:20210901T010052Z:14416808-5f73-463f-91bd-b22f90467304" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf0c45374fad2fe0d0301c23c688cb4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf0c45374fad2fe0d0301c23c688cb4b", - "x-ms-correlation-request-id": "0802fed4-9d84-4280-a5ac-8306f8b5968a", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "2d5368ac-e3e9-42ad-aa35-0f9e28446042", - "x-ms-routing-request-id": "WESTUS2:20210901T010053Z:0802fed4-9d84-4280-a5ac-8306f8b5968a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "794a228500723b09c34e181a45c66fa7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "794a228500723b09c34e181a45c66fa7", - "x-ms-correlation-request-id": "b4d8179c-584e-45a4-8cf6-72471b16eebd", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "7b411f51-b641-4e4e-97ab-021d7584d3ed", - "x-ms-routing-request-id": "WESTUS2:20210901T010054Z:b4d8179c-584e-45a4-8cf6-72471b16eebd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad9ce4a81591b8d24d8a04ae4565485f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad9ce4a81591b8d24d8a04ae4565485f", - "x-ms-correlation-request-id": "4b5fdea2-aa0b-41d9-a879-e688dcb61175", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "aef7c7f8-08b7-4d20-a0c1-3fb58d2d63f4", - "x-ms-routing-request-id": "WESTUS2:20210901T010055Z:4b5fdea2-aa0b-41d9-a879-e688dcb61175" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b620ec97c57c36623bd10c5f37c6ea09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b620ec97c57c36623bd10c5f37c6ea09", - "x-ms-correlation-request-id": "4dbff0f3-ce6d-4fc5-9221-82f512a62824", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "90c903b3-c826-4a0e-8f09-8e0c59fb953d", - "x-ms-routing-request-id": "WESTUS2:20210901T010056Z:4dbff0f3-ce6d-4fc5-9221-82f512a62824" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e17a74c01eec70b950922be7fb5bf55d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e17a74c01eec70b950922be7fb5bf55d", - "x-ms-correlation-request-id": "b0631a14-e46a-4179-b287-790d750c11ea", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "bdc84278-1ef4-4ee2-a2e5-afe02755acf8", - "x-ms-routing-request-id": "WESTUS2:20210901T010057Z:b0631a14-e46a-4179-b287-790d750c11ea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5983b905b8a6e22b826571c009728087", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5983b905b8a6e22b826571c009728087", - "x-ms-correlation-request-id": "2b59623c-d9c6-4f8b-bebc-484ff164363d", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "6dab8836-fc54-473e-a0ea-6b25bfb08865", - "x-ms-routing-request-id": "WESTUS2:20210901T010059Z:2b59623c-d9c6-4f8b-bebc-484ff164363d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0edfba067ea787232b066e99a7a3ae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:00:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0edfba067ea787232b066e99a7a3ae0", - "x-ms-correlation-request-id": "79476603-0988-4364-b0ee-f57dccf8f3c5", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "495131ba-53b5-4269-943d-15c987758018", - "x-ms-routing-request-id": "WESTUS2:20210901T010100Z:79476603-0988-4364-b0ee-f57dccf8f3c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d59aedb9043086249975e86adf966dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d59aedb9043086249975e86adf966dd", - "x-ms-correlation-request-id": "b9ed9c76-f24c-456e-b182-b9f788f23538", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "4e5e9add-6428-45a4-b993-560a9a78b190", - "x-ms-routing-request-id": "WESTUS2:20210901T010101Z:b9ed9c76-f24c-456e-b182-b9f788f23538" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0046a311256e9e72460a27f651414808", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0046a311256e9e72460a27f651414808", - "x-ms-correlation-request-id": "3e2b1ca9-829a-4763-9e21-0ef35ec0877c", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "50770ef3-92bc-4f9e-bc54-a1ea1f283e24", - "x-ms-routing-request-id": "WESTUS2:20210901T010102Z:3e2b1ca9-829a-4763-9e21-0ef35ec0877c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ae4902b0318104498e4875308ebcb38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5ae4902b0318104498e4875308ebcb38", - "x-ms-correlation-request-id": "31745210-6ab3-4500-a201-582e5fcc1eca", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "a44cbb99-2b28-4434-9efa-924fa704a430", - "x-ms-routing-request-id": "WESTUS2:20210901T010103Z:31745210-6ab3-4500-a201-582e5fcc1eca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7d789493a33b5723bbb3639686cb607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7d789493a33b5723bbb3639686cb607", - "x-ms-correlation-request-id": "84b5965e-f3d4-4bcb-97aa-ea18649cac82", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "103a7c6b-c941-444b-a2e7-bb0066876f30", - "x-ms-routing-request-id": "WESTUS2:20210901T010104Z:84b5965e-f3d4-4bcb-97aa-ea18649cac82" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c5b564f0c140ec45f3667899e1f955b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c5b564f0c140ec45f3667899e1f955b", - "x-ms-correlation-request-id": "23144a73-947d-4d3a-b9f6-24acce2d9e9e", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "9b0d2fa8-acdd-4f38-bcd1-ad3e767d39e5", - "x-ms-routing-request-id": "WESTUS2:20210901T010105Z:23144a73-947d-4d3a-b9f6-24acce2d9e9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8acef3f516af0d41e2e1e5ccc0ba72b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8acef3f516af0d41e2e1e5ccc0ba72b", - "x-ms-correlation-request-id": "97164007-1c28-452d-a9df-7219b3ddefe3", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "fa2df7fa-12c2-4ce6-984d-11267fe7d2b1", - "x-ms-routing-request-id": "WESTUS2:20210901T010106Z:97164007-1c28-452d-a9df-7219b3ddefe3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2037f2eae8f3d23c4c997fdd3e8171c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2037f2eae8f3d23c4c997fdd3e8171c", - "x-ms-correlation-request-id": "440cca58-5318-4d3f-9ee0-84fe4b848965", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "61917f95-da74-4044-a4ec-8dc05063314a", - "x-ms-routing-request-id": "WESTUS2:20210901T010107Z:440cca58-5318-4d3f-9ee0-84fe4b848965" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4aec1c61-9412-4f2d-8346-968cfe0a76ba?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "79f9db26eec0fe9d816bfee5ed674154", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:01:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "79f9db26eec0fe9d816bfee5ed674154", - "x-ms-correlation-request-id": "45590b77-b538-4906-b272-5679d41efca9", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "4c2857e0-7d56-4446-aaec-df6c8f0d9b4a", - "x-ms-routing-request-id": "WESTUS2:20210901T010109Z:45590b77-b538-4906-b272-5679d41efca9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto7604", - "name": "sto7604", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:51.0096944Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:51.0096944Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:00:50.8846905Z", - "primaryEndpoints": { - "dfs": "https://sto7604.dfs.core.windows.net/", - "blob": "https://sto7604.blob.core.windows.net/", - "table": "https://sto7604.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto7604?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-0fbdc8db33c92f4cb46ec285925b7fd7-9e3509917a8dcd44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e5b3b8ee21b90cbcb6f03a1b9d71d35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:01:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e5b3b8ee21b90cbcb6f03a1b9d71d35", - "x-ms-correlation-request-id": "31128dc2-3fc0-4d66-8c67-9afc35d36642", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "c31b239a-b3fa-45ce-b4a9-aab0ddbe7d46", - "x-ms-routing-request-id": "WESTUS2:20210901T010109Z:31128dc2-3fc0-4d66-8c67-9afc35d36642" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto7604", - "name": "sto7604", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:51.0096944Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:00:51.0096944Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:00:50.8846905Z", - "primaryEndpoints": { - "dfs": "https://sto7604.dfs.core.windows.net/", - "blob": "https://sto7604.blob.core.windows.net/", - "table": "https://sto7604.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1454?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "150", - "Content-Type": "application/json", - "traceparent": "00-ee7a360b4bb0cc42a911a98c1388e5e6-f1d3fc570e126640-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f13602172d11406be2053124af3d4f5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f13602172d11406be2053124af3d4f5c", - "x-ms-correlation-request-id": "914b7ccf-8eab-46cb-b16a-84378e02797c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "b8893dd7-7779-45dc-8c20-44330464d3d3", - "x-ms-routing-request-id": "WESTUS2:20210901T010112Z:914b7ccf-8eab-46cb-b16a-84378e02797c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebcec94d50316143cf1b3c16b1a6e08e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebcec94d50316143cf1b3c16b1a6e08e", - "x-ms-correlation-request-id": "7c54b481-ac13-4868-909e-ffb24d091e21", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "481e6ae9-976e-473f-b92a-cb8260d0fc1f", - "x-ms-routing-request-id": "WESTUS2:20210901T010112Z:7c54b481-ac13-4868-909e-ffb24d091e21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7619a72085691ea701f2e1a87f1a56e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7619a72085691ea701f2e1a87f1a56e5", - "x-ms-correlation-request-id": "efdeb9e8-57af-41d5-8841-80d4d0faca83", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "22a56a7e-10cf-4b89-a924-09ec905adf94", - "x-ms-routing-request-id": "WESTUS2:20210901T010113Z:efdeb9e8-57af-41d5-8841-80d4d0faca83" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6d686c0636f372bff0dc772bcea9269", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6d686c0636f372bff0dc772bcea9269", - "x-ms-correlation-request-id": "b150e2db-a1e9-40e2-863e-38bf3b274047", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "d3f67ad5-2552-40e5-b3dd-52e058d20e76", - "x-ms-routing-request-id": "WESTUS2:20210901T010114Z:b150e2db-a1e9-40e2-863e-38bf3b274047" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42301f88cee2c84121b0ea3f6e9be1b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42301f88cee2c84121b0ea3f6e9be1b5", - "x-ms-correlation-request-id": "ffb1398c-e202-4302-8367-4a742a5e74ab", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "24b49d8d-e4ab-4049-bf2e-1f52baa0f347", - "x-ms-routing-request-id": "WESTUS2:20210901T010115Z:ffb1398c-e202-4302-8367-4a742a5e74ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a5556c5facfbc1e7be1775bbe356116", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a5556c5facfbc1e7be1775bbe356116", - "x-ms-correlation-request-id": "6aa6fd27-7d76-409f-83c4-47683561cf4e", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "da78476c-03b7-4419-bbcb-38dc9b775440", - "x-ms-routing-request-id": "WESTUS2:20210901T010116Z:6aa6fd27-7d76-409f-83c4-47683561cf4e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f20775f13eaf203450ec5be79ecc864", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f20775f13eaf203450ec5be79ecc864", - "x-ms-correlation-request-id": "aac672e5-3809-46bf-b14e-6149704eecc0", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "19a8c7cf-6b60-44f8-9bb6-11a0616571f1", - "x-ms-routing-request-id": "WESTUS2:20210901T010118Z:aac672e5-3809-46bf-b14e-6149704eecc0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66ad122b67958d990174c70056e50aec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66ad122b67958d990174c70056e50aec", - "x-ms-correlation-request-id": "05f52dda-dcc5-41d0-8c10-65315cfd7f5c", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "7bf72354-a080-4f69-ac72-9730baef70e1", - "x-ms-routing-request-id": "WESTUS2:20210901T010119Z:05f52dda-dcc5-41d0-8c10-65315cfd7f5c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7dfd34e817bb2ca5362e5c13560428f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7dfd34e817bb2ca5362e5c13560428f", - "x-ms-correlation-request-id": "6a2d1911-44fd-4052-8bf7-8a80347d833e", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "92f6eaa9-adbe-43c3-a2fd-2adf81b29f4c", - "x-ms-routing-request-id": "WESTUS2:20210901T010120Z:6a2d1911-44fd-4052-8bf7-8a80347d833e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab301219fb88f781dd925e754b029b60", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab301219fb88f781dd925e754b029b60", - "x-ms-correlation-request-id": "3d04867f-7bd4-419c-86c2-a952c12f081c", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "8b6ceb98-e862-42ff-91ff-a40c2de6abf7", - "x-ms-routing-request-id": "WESTUS2:20210901T010121Z:3d04867f-7bd4-419c-86c2-a952c12f081c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a66fd804d10caae947fa123282d858a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a66fd804d10caae947fa123282d858a0", - "x-ms-correlation-request-id": "5fac5658-2389-4dc5-9e7e-15eeb05c71cd", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "b00a06ae-eadf-4b1c-ad3f-abde1965fd3c", - "x-ms-routing-request-id": "WESTUS2:20210901T010122Z:5fac5658-2389-4dc5-9e7e-15eeb05c71cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44e737315eb4536351e819e822556651", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44e737315eb4536351e819e822556651", - "x-ms-correlation-request-id": "fc0bfba9-ec94-42bc-b877-07ee94c5330c", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "6a576c5b-bc8c-413f-84d9-feb1b8cc3431", - "x-ms-routing-request-id": "WESTUS2:20210901T010123Z:fc0bfba9-ec94-42bc-b877-07ee94c5330c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cbc84c69cf048832986638de84e7405", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cbc84c69cf048832986638de84e7405", - "x-ms-correlation-request-id": "e1e16309-820b-4e9c-89d8-d02e61b4055c", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "ceefb051-0de9-4a5e-b188-817faba2e4ed", - "x-ms-routing-request-id": "WESTUS2:20210901T010124Z:e1e16309-820b-4e9c-89d8-d02e61b4055c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1344bd39571aa5ab741c5423b70087f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1344bd39571aa5ab741c5423b70087f2", - "x-ms-correlation-request-id": "f7bc7365-b55b-4d06-b413-71da64f5fca9", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "9860a19e-cf25-41a2-bc1d-7320f2008c4f", - "x-ms-routing-request-id": "WESTUS2:20210901T010125Z:f7bc7365-b55b-4d06-b413-71da64f5fca9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe6cc194fc1b94b0b49f1a2efad66a03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe6cc194fc1b94b0b49f1a2efad66a03", - "x-ms-correlation-request-id": "a2a8d513-2004-4b18-a31e-69e9bb2b8c3c", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "55441eca-d3d6-44f6-8bb8-287435df82fe", - "x-ms-routing-request-id": "WESTUS2:20210901T010126Z:a2a8d513-2004-4b18-a31e-69e9bb2b8c3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64ae147352106e36d916e7d4485f9028", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:01:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64ae147352106e36d916e7d4485f9028", - "x-ms-correlation-request-id": "b88631c0-999f-4e64-a759-bb484e972efd", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "6da6c45e-3801-42a6-a585-5f1be79008e5", - "x-ms-routing-request-id": "WESTUS2:20210901T010128Z:b88631c0-999f-4e64-a759-bb484e972efd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b8893dd7-7779-45dc-8c20-44330464d3d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27f971fe76e23de90daf5f7b3c7caa9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:01:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27f971fe76e23de90daf5f7b3c7caa9e", - "x-ms-correlation-request-id": "0064df57-fa6e-49c0-9cc8-7f53eeb84cf0", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "99e24880-42bf-4a57-bf67-08d7e9cbf2ec", - "x-ms-routing-request-id": "WESTUS2:20210901T010129Z:0064df57-fa6e-49c0-9cc8-7f53eeb84cf0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1454", - "name": "sto1454", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:01:11.0104761Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:01:11.0104761Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:01:10.8854734Z", - "primaryEndpoints": { - "dfs": "https://sto1454.dfs.core.windows.net/", - "blob": "https://sto1454.blob.core.windows.net/", - "table": "https://sto1454.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto1454-secondary.dfs.core.windows.net/", - "blob": "https://sto1454-secondary.blob.core.windows.net/", - "table": "https://sto1454-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1454?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fc83bee1d9e415469bd4f33f1d65eeb5-596ae6017d8a1048-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3b050b1225141e18afd250514dc4c55", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:01:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3b050b1225141e18afd250514dc4c55", - "x-ms-correlation-request-id": "3519055f-a527-4921-8902-006eb3b63495", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "e1a38f08-118d-4d6d-8a49-1788bb4880d5", - "x-ms-routing-request-id": "WESTUS2:20210901T010129Z:3519055f-a527-4921-8902-006eb3b63495" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5163/providers/Microsoft.Storage/storageAccounts/sto1454", - "name": "sto1454", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:01:11.0104761Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:01:11.0104761Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:01:10.8854734Z", - "primaryEndpoints": { - "dfs": "https://sto1454.dfs.core.windows.net/", - "blob": "https://sto1454.blob.core.windows.net/", - "table": "https://sto1454.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto1454-secondary.dfs.core.windows.net/", - "blob": "https://sto1454-secondary.blob.core.windows.net/", - "table": "https://sto1454-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "975301765", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json deleted file mode 100644 index 0a32785ad190f..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetBlobTestAsync.json +++ /dev/null @@ -1,2108 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0c278712a93313f1d7eb271b5f337e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0e105051-98f4-41b9-9b9c-85c4a9a5a1aa", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "0e105051-98f4-41b9-9b9c-85c4a9a5a1aa", - "x-ms-routing-request-id": "WESTUS2:20210901T020745Z:0e105051-98f4-41b9-9b9c-85c4a9a5a1aa" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cebc6a8a9127e8f27b6a6509eb374dd6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f4e65e2e-6041-4ea4-bd85-ed6c737dda43", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "f4e65e2e-6041-4ea4-bd85-ed6c737dda43", - "x-ms-routing-request-id": "WESTUS2:20210901T020745Z:f4e65e2e-6041-4ea4-bd85-ed6c737dda43" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1773?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-88d6e5d50e613c47aa3422b00eda3671-32edb434263e8b49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c463aa0e28ab666b86f24e6dd5bea339", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9058746d-6eac-4f93-9183-3c5cb5c589fa", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "9058746d-6eac-4f93-9183-3c5cb5c589fa", - "x-ms-routing-request-id": "WESTUS2:20210901T020747Z:9058746d-6eac-4f93-9183-3c5cb5c589fa" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773", - "name": "res1773", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto2382?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-e95585b56f5e3e4299e2aa7c28a68efc-8273cdd8dc00db4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0c9009dda852964c53545e631db3da7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0c9009dda852964c53545e631db3da7", - "x-ms-correlation-request-id": "fb53fe60-fc14-471c-9258-8a636c424953", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "6bcfba13-3e2b-4b81-a49f-24444616f90f", - "x-ms-routing-request-id": "WESTUS2:20210901T020750Z:fb53fe60-fc14-471c-9258-8a636c424953" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3339295cca44eade46ffa530400b1d91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3339295cca44eade46ffa530400b1d91", - "x-ms-correlation-request-id": "97c2446d-4fae-43a1-86e1-0f4c25e1b280", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "199553f8-8524-4d52-9bad-75d9ceb5906d", - "x-ms-routing-request-id": "WESTUS2:20210901T020750Z:97c2446d-4fae-43a1-86e1-0f4c25e1b280" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "665a1697fbfa4ce2972841e25fbf7c03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "665a1697fbfa4ce2972841e25fbf7c03", - "x-ms-correlation-request-id": "3a6e7e05-e26a-44ff-ada3-78a6c7392d01", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "b8c18f6d-760e-4909-82e3-4bf56910b6e9", - "x-ms-routing-request-id": "WESTUS2:20210901T020751Z:3a6e7e05-e26a-44ff-ada3-78a6c7392d01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "078970650aa27d63f5329741ab376093", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "078970650aa27d63f5329741ab376093", - "x-ms-correlation-request-id": "ee1dce64-1503-46aa-9568-62195fea0d0b", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "bd2f1020-239c-476b-a450-c36101f9a271", - "x-ms-routing-request-id": "WESTUS2:20210901T020752Z:ee1dce64-1503-46aa-9568-62195fea0d0b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "950de8866a6661da47ec9b1c89fb8a87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "950de8866a6661da47ec9b1c89fb8a87", - "x-ms-correlation-request-id": "758b73b3-dff6-4ef3-a6a6-511380e4fe06", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "46752e62-f1ba-4d00-86f3-02a39051c371", - "x-ms-routing-request-id": "WESTUS2:20210901T020754Z:758b73b3-dff6-4ef3-a6a6-511380e4fe06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0caa18315818defb3dd70c763a0a160", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0caa18315818defb3dd70c763a0a160", - "x-ms-correlation-request-id": "5d9674c2-621c-4eea-9d9a-1137912e6d45", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "12e9bd80-78b4-43db-ac92-e2e0b9f2ef77", - "x-ms-routing-request-id": "WESTUS2:20210901T020755Z:5d9674c2-621c-4eea-9d9a-1137912e6d45" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "765cadc7e6b1fb9c9628bfb56f46f4fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "765cadc7e6b1fb9c9628bfb56f46f4fa", - "x-ms-correlation-request-id": "b789e672-db51-4e75-b827-e94f26fd5f0e", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "7c026dea-085b-4207-8aa6-0a4eb821adc0", - "x-ms-routing-request-id": "WESTUS2:20210901T020756Z:b789e672-db51-4e75-b827-e94f26fd5f0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09be10a7906c7011f980e189f912fda7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09be10a7906c7011f980e189f912fda7", - "x-ms-correlation-request-id": "31465dd2-6f43-4d32-9329-0052a3eb14cc", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "7f3abd14-4a0b-4dde-8a63-47094123e282", - "x-ms-routing-request-id": "WESTUS2:20210901T020757Z:31465dd2-6f43-4d32-9329-0052a3eb14cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db553a4b149f9cd604cf395956391d6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db553a4b149f9cd604cf395956391d6d", - "x-ms-correlation-request-id": "a665d15c-47ed-422e-bc9d-6e943f81ab04", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "109b7e65-e491-46bf-81f8-4d4180de33ae", - "x-ms-routing-request-id": "WESTUS2:20210901T020758Z:a665d15c-47ed-422e-bc9d-6e943f81ab04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "531f76e898e236f49bec7d3005120183", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "531f76e898e236f49bec7d3005120183", - "x-ms-correlation-request-id": "4a3f9df3-3841-439a-9063-d2be49877410", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "5ad51a45-13bb-453c-a988-ae32b10ed8a7", - "x-ms-routing-request-id": "WESTUS2:20210901T020759Z:4a3f9df3-3841-439a-9063-d2be49877410" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "346a182a18f1935a3a21049d56b81abf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:07:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "346a182a18f1935a3a21049d56b81abf", - "x-ms-correlation-request-id": "0db81f94-9d38-4431-b6fc-3e1ae62ee081", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "0cca32f0-611f-4bc8-a410-a700d441d4ac", - "x-ms-routing-request-id": "WESTUS2:20210901T020800Z:0db81f94-9d38-4431-b6fc-3e1ae62ee081" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83a17462aaf3b2c4461e3fb397a597f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83a17462aaf3b2c4461e3fb397a597f1", - "x-ms-correlation-request-id": "bd753672-bddc-4e50-bf3e-8246f049c992", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "fb305dca-2374-41a1-868b-165816009a28", - "x-ms-routing-request-id": "WESTUS2:20210901T020801Z:bd753672-bddc-4e50-bf3e-8246f049c992" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d2eb6cde8cfcf7b1b8c18c09356e0e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d2eb6cde8cfcf7b1b8c18c09356e0e3", - "x-ms-correlation-request-id": "0a9cdc0e-a2e2-4e4e-af10-7e12df5b67bb", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "26fb59c4-508e-4f3f-89e0-e0f5c6bc214c", - "x-ms-routing-request-id": "WESTUS2:20210901T020802Z:0a9cdc0e-a2e2-4e4e-af10-7e12df5b67bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90cebdd17e71809054b7eed3d9a7fc95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90cebdd17e71809054b7eed3d9a7fc95", - "x-ms-correlation-request-id": "1134a80b-c1da-4bc8-9762-62a20ba8421a", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "f7f45dff-4596-4b00-a5d3-3ceb802fbb6b", - "x-ms-routing-request-id": "WESTUS2:20210901T020804Z:1134a80b-c1da-4bc8-9762-62a20ba8421a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0cf128adc8a7af0f8d1676791041fef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0cf128adc8a7af0f8d1676791041fef", - "x-ms-correlation-request-id": "c808f987-d238-4c0d-8e5a-54e033ee0566", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "75309e55-dd27-4f6a-8e4b-81cc1fb3af0f", - "x-ms-routing-request-id": "WESTUS2:20210901T020805Z:c808f987-d238-4c0d-8e5a-54e033ee0566" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6bcfba13-3e2b-4b81-a49f-24444616f90f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9e15c3e06d74e8025ade917faa8f674", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9e15c3e06d74e8025ade917faa8f674", - "x-ms-correlation-request-id": "94090306-3418-46da-95f6-15bdd88ce9e2", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "5e237ee5-3d57-42e2-a982-570d8e1d6d9b", - "x-ms-routing-request-id": "WESTUS2:20210901T020806Z:94090306-3418-46da-95f6-15bdd88ce9e2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto2382", - "name": "sto2382", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:07:49.1079650Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:07:49.1079650Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:07:48.9986039Z", - "primaryEndpoints": { - "dfs": "https://sto2382.dfs.core.windows.net/", - "blob": "https://sto2382.blob.core.windows.net/", - "table": "https://sto2382.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto2382?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a47f15db32586e4c97b3e3cdb4ace936-baa33b390a0d6b4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8035838f3f86f558cd5498a01629ee50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8035838f3f86f558cd5498a01629ee50", - "x-ms-correlation-request-id": "2090d705-5aee-4101-b086-6428e592edb9", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "7a6b08ea-6f3d-40d0-9150-3e363a623af8", - "x-ms-routing-request-id": "WESTUS2:20210901T020806Z:2090d705-5aee-4101-b086-6428e592edb9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto2382", - "name": "sto2382", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:07:49.1079650Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:07:49.1079650Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:07:48.9986039Z", - "primaryEndpoints": { - "dfs": "https://sto2382.dfs.core.windows.net/", - "blob": "https://sto2382.blob.core.windows.net/", - "table": "https://sto2382.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto3041?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-cfdf3d7b1180a04c9ade972c31312d69-9a43f65835b32447-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c94fe9823c684bd92817adcf3d87f4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c94fe9823c684bd92817adcf3d87f4f", - "x-ms-correlation-request-id": "ff129753-7e63-4b66-84a0-fe477fce5633", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "4fae817f-b3ae-4430-aad2-4400642f82df", - "x-ms-routing-request-id": "WESTUS2:20210901T020809Z:ff129753-7e63-4b66-84a0-fe477fce5633" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc7f99bf7a146cadc5b0ee05c47b01f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc7f99bf7a146cadc5b0ee05c47b01f4", - "x-ms-correlation-request-id": "81e404e7-38c7-4af5-a2fe-a151ab8b2179", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "b6b8735b-e98f-4c55-9ad9-49a1d7fac015", - "x-ms-routing-request-id": "WESTUS2:20210901T020809Z:81e404e7-38c7-4af5-a2fe-a151ab8b2179" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23c548d4e051f981959578da173a17b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23c548d4e051f981959578da173a17b1", - "x-ms-correlation-request-id": "9f27abbc-ac57-438a-94e6-aec6af5b9454", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "8b61bb5c-36c5-4c9d-bdc9-a6b2ac01d33b", - "x-ms-routing-request-id": "WESTUS2:20210901T020810Z:9f27abbc-ac57-438a-94e6-aec6af5b9454" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a1d7e498359603b456b481daf633a88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a1d7e498359603b456b481daf633a88", - "x-ms-correlation-request-id": "f25cb208-193c-4081-9965-7bc7014f9e32", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "0c186e48-60f2-42cf-991d-06174e33e13f", - "x-ms-routing-request-id": "WESTUS2:20210901T020811Z:f25cb208-193c-4081-9965-7bc7014f9e32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24ae16ea141bdeaa1785667e01d3548b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24ae16ea141bdeaa1785667e01d3548b", - "x-ms-correlation-request-id": "698c7918-acd0-4589-ba6b-df5482a083ba", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "d72d2068-3c06-42f4-a279-5faa674437b7", - "x-ms-routing-request-id": "WESTUS2:20210901T020812Z:698c7918-acd0-4589-ba6b-df5482a083ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46bc3c99a65e519b0d64dde698644932", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46bc3c99a65e519b0d64dde698644932", - "x-ms-correlation-request-id": "00ece50c-04ed-47c1-80ee-bdfb49f27f4a", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "25c2eb55-8cee-40dc-8ca6-e0e37638ad04", - "x-ms-routing-request-id": "WESTUS2:20210901T020813Z:00ece50c-04ed-47c1-80ee-bdfb49f27f4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01efef5bf28c3496d43e43d41cbd5e72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01efef5bf28c3496d43e43d41cbd5e72", - "x-ms-correlation-request-id": "506a5a7f-8da2-412f-9e93-8a0ab6ed2808", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "31c5671b-f05f-4977-817c-d71772b37583", - "x-ms-routing-request-id": "WESTUS2:20210901T020814Z:506a5a7f-8da2-412f-9e93-8a0ab6ed2808" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7383bc16f3a6432a7b5d17b637c346b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7383bc16f3a6432a7b5d17b637c346b2", - "x-ms-correlation-request-id": "ea38d2e3-ecff-420f-bedc-471c9b2b5fac", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "56e92883-f178-402e-bfd2-4def16a68cdb", - "x-ms-routing-request-id": "WESTUS2:20210901T020816Z:ea38d2e3-ecff-420f-bedc-471c9b2b5fac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1222343b53e4a7ffa587721f63c7344f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1222343b53e4a7ffa587721f63c7344f", - "x-ms-correlation-request-id": "5a8084a3-0d49-4e22-a04b-27a52973517a", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "c1df0cc1-48fb-47ab-946e-33484be879ef", - "x-ms-routing-request-id": "WESTUS2:20210901T020817Z:5a8084a3-0d49-4e22-a04b-27a52973517a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dbcf6b05d6e1688bc5ab852edbdffd10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dbcf6b05d6e1688bc5ab852edbdffd10", - "x-ms-correlation-request-id": "85898d65-6f23-4e01-bdfc-663583f79858", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "f8db72ae-fc3c-47e0-a1f4-d352e5b598b4", - "x-ms-routing-request-id": "WESTUS2:20210901T020818Z:85898d65-6f23-4e01-bdfc-663583f79858" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e79890f84c9bc38dbddccd1f810ae0b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e79890f84c9bc38dbddccd1f810ae0b4", - "x-ms-correlation-request-id": "1af490c9-0813-4e7c-bb62-5b8adf5fd17c", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "648df50b-b727-48eb-8f2a-103cbaf5b2d2", - "x-ms-routing-request-id": "WESTUS2:20210901T020819Z:1af490c9-0813-4e7c-bb62-5b8adf5fd17c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbb1c7286af365d1a9ba4c38cdd0ccc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbb1c7286af365d1a9ba4c38cdd0ccc6", - "x-ms-correlation-request-id": "c1e2d18a-e4e3-485e-83d1-f618175bf780", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "836a9a42-dc64-4bf1-ae85-3d92fc45f483", - "x-ms-routing-request-id": "WESTUS2:20210901T020820Z:c1e2d18a-e4e3-485e-83d1-f618175bf780" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d22761894c2eb8b4dd0c1d04086be6ba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d22761894c2eb8b4dd0c1d04086be6ba", - "x-ms-correlation-request-id": "b60785aa-b680-4a1e-b90f-49a254420aa0", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "78acc932-3de2-4a23-b41a-371497aa627f", - "x-ms-routing-request-id": "WESTUS2:20210901T020821Z:b60785aa-b680-4a1e-b90f-49a254420aa0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1306d1ca322e8d1cbf323ee10055f5ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1306d1ca322e8d1cbf323ee10055f5ed", - "x-ms-correlation-request-id": "ee1f38c2-1bff-4691-821a-240d985076d3", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "7d5cf6a0-ee98-4581-8323-f44a82e6ba03", - "x-ms-routing-request-id": "WESTUS2:20210901T020822Z:ee1f38c2-1bff-4691-821a-240d985076d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f95070f0ee3db8512f8eee74ccc5c3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1f95070f0ee3db8512f8eee74ccc5c3d", - "x-ms-correlation-request-id": "45b65441-89a4-47c8-808d-360b5076b479", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "d52a8a33-9ec6-4b45-8f59-2e0bfba869c7", - "x-ms-routing-request-id": "WESTUS2:20210901T020823Z:45b65441-89a4-47c8-808d-360b5076b479" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4fae817f-b3ae-4430-aad2-4400642f82df?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc6d91d3b8c95797459913fb0ed3b888", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc6d91d3b8c95797459913fb0ed3b888", - "x-ms-correlation-request-id": "11a4aaba-2905-4a90-afbd-5cc0c1cd6894", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "3596db41-1f09-4a01-923d-4747dac6ff94", - "x-ms-routing-request-id": "WESTUS2:20210901T020825Z:11a4aaba-2905-4a90-afbd-5cc0c1cd6894" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto3041", - "name": "sto3041", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:07.8743394Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:07.8743394Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:08:07.7493106Z", - "primaryEndpoints": { - "dfs": "https://sto3041.dfs.core.windows.net/", - "blob": "https://sto3041.blob.core.windows.net/", - "table": "https://sto3041.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto3041?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-55886353e4107d4faa70a53bb09b234b-164c12b10cea1349-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01f53016c6d6bcd74b2b0035433441f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1138", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01f53016c6d6bcd74b2b0035433441f2", - "x-ms-correlation-request-id": "2da0a6f9-49d1-45c9-b733-bc4e5ec97682", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "1b62c329-8c82-4ecc-879b-9da1b327bd8b", - "x-ms-routing-request-id": "WESTUS2:20210901T020825Z:2da0a6f9-49d1-45c9-b733-bc4e5ec97682" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto3041", - "name": "sto3041", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:07.8743394Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:07.8743394Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:08:07.7493106Z", - "primaryEndpoints": { - "dfs": "https://sto3041.dfs.core.windows.net/", - "blob": "https://sto3041.blob.core.windows.net/", - "table": "https://sto3041.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto4034?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "150", - "Content-Type": "application/json", - "traceparent": "00-769d85cfd98b1f4592fd537628808791-b73fb5d5d2743448-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e0d01d6f9e757246f3eda4afb89cd3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e0d01d6f9e757246f3eda4afb89cd3f", - "x-ms-correlation-request-id": "b88a843c-0664-4964-9a80-378255326705", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "53da2791-1aeb-4d35-8f0e-cd1839118217", - "x-ms-routing-request-id": "WESTUS2:20210901T020827Z:b88a843c-0664-4964-9a80-378255326705" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c25205849c61ca00c9d9297ec8dc1c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c25205849c61ca00c9d9297ec8dc1c2", - "x-ms-correlation-request-id": "aab6f94e-21e6-477a-b6ac-dcaabb2e7e56", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "4ec6fea3-02d6-4119-8cc1-a9dd2b83e3e1", - "x-ms-routing-request-id": "WESTUS2:20210901T020827Z:aab6f94e-21e6-477a-b6ac-dcaabb2e7e56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddf4c15d24627b1b9a00b43648859f0c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddf4c15d24627b1b9a00b43648859f0c", - "x-ms-correlation-request-id": "0ffcaf68-4548-4140-a521-4d776613ef92", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "7d1b87bc-09d3-487c-a1ae-0d2930d40a69", - "x-ms-routing-request-id": "WESTUS2:20210901T020828Z:0ffcaf68-4548-4140-a521-4d776613ef92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "daf1c82ac164f779c5b51039c8cf202d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf1c82ac164f779c5b51039c8cf202d", - "x-ms-correlation-request-id": "b1862759-7830-4816-82d1-e9d414fc79f4", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "3e38e757-1c2c-4c8b-988d-cd57f4a6a2d5", - "x-ms-routing-request-id": "WESTUS2:20210901T020829Z:b1862759-7830-4816-82d1-e9d414fc79f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f641eeef366d33ae05a971c5946ad386", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f641eeef366d33ae05a971c5946ad386", - "x-ms-correlation-request-id": "b3f6b619-72c5-4e1d-a85d-cd763ce5536d", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "19e542c2-2fde-4aac-bb36-6dcb1f9cdac3", - "x-ms-routing-request-id": "WESTUS2:20210901T020831Z:b3f6b619-72c5-4e1d-a85d-cd763ce5536d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "236d85fee69b9c5e48fd17ad13e1b3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "236d85fee69b9c5e48fd17ad13e1b3cb", - "x-ms-correlation-request-id": "0169eb11-e9ed-49f4-9d47-5a722ea237de", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "69e219cf-c856-40da-9f5f-2d4b97e4c7fd", - "x-ms-routing-request-id": "WESTUS2:20210901T020832Z:0169eb11-e9ed-49f4-9d47-5a722ea237de" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a4687e0a944f49f1abed5ba4fb3625b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a4687e0a944f49f1abed5ba4fb3625b", - "x-ms-correlation-request-id": "e8468706-f34b-42bc-9230-c1f618eabeb8", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "213ba976-6391-489a-8858-870b43de62cc", - "x-ms-routing-request-id": "WESTUS2:20210901T020833Z:e8468706-f34b-42bc-9230-c1f618eabeb8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "433a89e1fc62099290a4ad701f012023", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "433a89e1fc62099290a4ad701f012023", - "x-ms-correlation-request-id": "c8b7bb90-7792-4a38-bd2c-d66c4798ccb0", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "f6f5f20b-3a18-462e-8a21-5a4bfafa8178", - "x-ms-routing-request-id": "WESTUS2:20210901T020834Z:c8b7bb90-7792-4a38-bd2c-d66c4798ccb0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0de5a6f579245542e67809dc10a34d95", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0de5a6f579245542e67809dc10a34d95", - "x-ms-correlation-request-id": "e8aad5fd-d781-4efe-939e-72d6ce6eb177", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "f1106457-6e67-4258-8a68-5e1c77ecba0f", - "x-ms-routing-request-id": "WESTUS2:20210901T020835Z:e8aad5fd-d781-4efe-939e-72d6ce6eb177" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89cbbc9a70a6e468f53cca9ffb2ed519", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89cbbc9a70a6e468f53cca9ffb2ed519", - "x-ms-correlation-request-id": "5da5db52-65bb-4dd6-b4b9-c9bab43f5f75", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "93b54d03-2cad-4ff1-9156-7fad19ba364f", - "x-ms-routing-request-id": "WESTUS2:20210901T020836Z:5da5db52-65bb-4dd6-b4b9-c9bab43f5f75" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8c4b29e55ce683747e55de9f2b5f8ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8c4b29e55ce683747e55de9f2b5f8ed", - "x-ms-correlation-request-id": "82b29c74-2945-43a6-b590-66ce025e35a3", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "1c81f075-57ec-4359-aa57-cfccfd198c65", - "x-ms-routing-request-id": "WESTUS2:20210901T020837Z:82b29c74-2945-43a6-b590-66ce025e35a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62d518579635857c3d0117e7aea25ab7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62d518579635857c3d0117e7aea25ab7", - "x-ms-correlation-request-id": "00fadda0-c568-4a5f-aa1a-31faeb06ad77", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "4f000110-47c0-4fa5-a35b-a2806a01c774", - "x-ms-routing-request-id": "WESTUS2:20210901T020838Z:00fadda0-c568-4a5f-aa1a-31faeb06ad77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d3ef0a3a4de45c6846342c1137ff140", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d3ef0a3a4de45c6846342c1137ff140", - "x-ms-correlation-request-id": "298f8ee5-e02d-4c3a-8af9-f4a296416c9f", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "09b80601-4ddb-4f73-9ef9-ace98145d1d2", - "x-ms-routing-request-id": "WESTUS2:20210901T020839Z:298f8ee5-e02d-4c3a-8af9-f4a296416c9f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e248dd43725907e3363f6acd3d4fb9a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e248dd43725907e3363f6acd3d4fb9a5", - "x-ms-correlation-request-id": "8af18beb-d30a-481b-be90-9d02092d261f", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "ca592ff3-200f-442f-ab6e-d3f61733e9aa", - "x-ms-routing-request-id": "WESTUS2:20210901T020841Z:8af18beb-d30a-481b-be90-9d02092d261f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0145a58b9a76b20e5190ded254ba72be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0145a58b9a76b20e5190ded254ba72be", - "x-ms-correlation-request-id": "2c44c4fd-d0b1-4691-92cd-bb97897772cd", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "d66c6a58-19cb-4f00-b1d2-253e37c307de", - "x-ms-routing-request-id": "WESTUS2:20210901T020842Z:2c44c4fd-d0b1-4691-92cd-bb97897772cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1a3d70f7759315d0d36279f3af90734", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:08:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a3d70f7759315d0d36279f3af90734", - "x-ms-correlation-request-id": "5caf0c1c-2fa0-4e1f-a6cd-b1b794571275", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "78e0d194-8d2f-4d5b-9bd0-0058f33afb53", - "x-ms-routing-request-id": "WESTUS2:20210901T020843Z:5caf0c1c-2fa0-4e1f-a6cd-b1b794571275" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/53da2791-1aeb-4d35-8f0e-cd1839118217?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d369ca9ef3aa8cace9691c99411b37b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d369ca9ef3aa8cace9691c99411b37b", - "x-ms-correlation-request-id": "a9528358-1479-4a1c-b5cd-cd2696776f4b", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "2156786f-468e-487e-b11d-321311066bdc", - "x-ms-routing-request-id": "WESTUS2:20210901T020844Z:a9528358-1479-4a1c-b5cd-cd2696776f4b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto4034", - "name": "sto4034", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:26.2031796Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:26.2031796Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:08:26.0938332Z", - "primaryEndpoints": { - "dfs": "https://sto4034.dfs.core.windows.net/", - "blob": "https://sto4034.blob.core.windows.net/", - "table": "https://sto4034.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto4034-secondary.dfs.core.windows.net/", - "blob": "https://sto4034-secondary.blob.core.windows.net/", - "table": "https://sto4034-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto4034?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5dab5d848619474a9778f384a97b8b40-5fbdae7fe24c7647-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66bdaccce8ac144b4713f43f736f7857", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1337", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:08:43 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66bdaccce8ac144b4713f43f736f7857", - "x-ms-correlation-request-id": "372c9375-283f-4001-8cdc-60101ba65870", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "e684d587-f9ae-45f8-abec-653bde731f5e", - "x-ms-routing-request-id": "WESTUS2:20210901T020844Z:372c9375-283f-4001-8cdc-60101ba65870" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1773/providers/Microsoft.Storage/storageAccounts/sto4034", - "name": "sto4034", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:26.2031796Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:08:26.2031796Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:08:26.0938332Z", - "primaryEndpoints": { - "dfs": "https://sto4034.dfs.core.windows.net/", - "blob": "https://sto4034.blob.core.windows.net/", - "table": "https://sto4034.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto4034-secondary.dfs.core.windows.net/", - "blob": "https://sto4034-secondary.blob.core.windows.net/", - "table": "https://sto4034-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "710177360", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json deleted file mode 100644 index 108d0aad4c1e2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTime.json +++ /dev/null @@ -1,916 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e48cd102b608a1d9819cbf733c9c42e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4dbe20c9-916b-4ede-9e87-260dcf3a313c", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "4dbe20c9-916b-4ede-9e87-260dcf3a313c", - "x-ms-routing-request-id": "WESTUS2:20210901T010332Z:4dbe20c9-916b-4ede-9e87-260dcf3a313c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7cbf865b193c5d1e17a34d80619e0c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3adf8dc5-5e2e-45ae-8bf3-82003afcc88c", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "3adf8dc5-5e2e-45ae-8bf3-82003afcc88c", - "x-ms-routing-request-id": "WESTUS2:20210901T010332Z:3adf8dc5-5e2e-45ae-8bf3-82003afcc88c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2126?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4d900ad4ab2f8844963362091d030f9b-26f77e3d61128745-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f28e7c510039ce0f6819cae98562b9a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8751ecb6-150c-42b1-80f5-41030c1cd3da", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "8751ecb6-150c-42b1-80f5-41030c1cd3da", - "x-ms-routing-request-id": "WESTUS2:20210901T010334Z:8751ecb6-150c-42b1-80f5-41030c1cd3da" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126", - "name": "res2126", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-0e1222f95e427247ab964abbcfbd2d36-debfdea804b08e46-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "432f22615e2482fcace5f744847e3809", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "432f22615e2482fcace5f744847e3809", - "x-ms-correlation-request-id": "25c2470b-a2a1-421f-9cff-d4bcdcdd1e86", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "68778401-b352-47fb-8303-84498a470efd", - "x-ms-routing-request-id": "WESTUS2:20210901T010338Z:25c2470b-a2a1-421f-9cff-d4bcdcdd1e86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "beb763335a921d2d926f8d1a188ae49a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "beb763335a921d2d926f8d1a188ae49a", - "x-ms-correlation-request-id": "23d09941-a5fb-4997-89aa-1f7c6bad1e5d", - "x-ms-ratelimit-remaining-subscription-reads": "11908", - "x-ms-request-id": "e05aada4-822e-4822-8ab6-7cacf180c58e", - "x-ms-routing-request-id": "WESTUS2:20210901T010338Z:23d09941-a5fb-4997-89aa-1f7c6bad1e5d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "802ce0916e6c36662a732af9c6f5a650", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "802ce0916e6c36662a732af9c6f5a650", - "x-ms-correlation-request-id": "663f39ac-5871-4ff3-ad98-585c34fe2ccc", - "x-ms-ratelimit-remaining-subscription-reads": "11907", - "x-ms-request-id": "c909570c-6098-40c8-b5d7-bd57e0194fbd", - "x-ms-routing-request-id": "WESTUS2:20210901T010339Z:663f39ac-5871-4ff3-ad98-585c34fe2ccc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21117bce7ac6fe76b42fa4cc9edda38e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21117bce7ac6fe76b42fa4cc9edda38e", - "x-ms-correlation-request-id": "1eed0523-2ccd-49e7-88d1-7a8ab357ed16", - "x-ms-ratelimit-remaining-subscription-reads": "11906", - "x-ms-request-id": "3da5f3fd-8116-47a7-bd77-6f55b8a583dd", - "x-ms-routing-request-id": "WESTUS2:20210901T010340Z:1eed0523-2ccd-49e7-88d1-7a8ab357ed16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc75fd46972fc40efc81941f2f33579c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc75fd46972fc40efc81941f2f33579c", - "x-ms-correlation-request-id": "b19fa7ff-5e67-4885-ad10-9bfef7860b64", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "b5cb6a95-6d8f-43db-8434-725f1359b6fc", - "x-ms-routing-request-id": "WESTUS2:20210901T010341Z:b19fa7ff-5e67-4885-ad10-9bfef7860b64" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c4c3dc9c37917d4692dcb3dca99984c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c4c3dc9c37917d4692dcb3dca99984c", - "x-ms-correlation-request-id": "2cf76e9f-6e52-4327-a8e9-e95b98d0551f", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "1ad4cbf7-2eb9-4b6b-9a1c-e780c39b9f48", - "x-ms-routing-request-id": "WESTUS2:20210901T010342Z:2cf76e9f-6e52-4327-a8e9-e95b98d0551f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8b29ccfa97f36206d4c2445e657ce81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c8b29ccfa97f36206d4c2445e657ce81", - "x-ms-correlation-request-id": "9a06bb96-f4be-4571-b923-6eb6be09c7a7", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "c28f10ae-ef9e-4d3c-a152-dd16586db2f3", - "x-ms-routing-request-id": "WESTUS2:20210901T010343Z:9a06bb96-f4be-4571-b923-6eb6be09c7a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "610207d707918314295e9302cbd1fa62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "610207d707918314295e9302cbd1fa62", - "x-ms-correlation-request-id": "16cdddbb-8e54-4e1e-8e09-d308fd2b78a5", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "4556e316-5bf2-46b8-adbd-e94f2ff5f322", - "x-ms-routing-request-id": "WESTUS2:20210901T010344Z:16cdddbb-8e54-4e1e-8e09-d308fd2b78a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "934f47e98f80201d1c152f2d9e8f3011", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "934f47e98f80201d1c152f2d9e8f3011", - "x-ms-correlation-request-id": "b7624b64-f21a-4aee-9199-b94222acaf2b", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "1aa20443-7097-4054-a65b-e372a4e73030", - "x-ms-routing-request-id": "WESTUS2:20210901T010346Z:b7624b64-f21a-4aee-9199-b94222acaf2b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3654a5e3797c8bb872f9f20161e6a9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3654a5e3797c8bb872f9f20161e6a9b", - "x-ms-correlation-request-id": "58ba26f1-3221-4c5e-bdb6-7ee00f1ce795", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "184712ea-666d-4dc5-8e41-ceb867a74598", - "x-ms-routing-request-id": "WESTUS2:20210901T010347Z:58ba26f1-3221-4c5e-bdb6-7ee00f1ce795" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e5bc1523b084800e9e2447bd7e7e49a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e5bc1523b084800e9e2447bd7e7e49a", - "x-ms-correlation-request-id": "2b3a3d72-9b76-4505-9de9-52f23bf008a3", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "138bf2d2-8e48-4269-b7d4-0b431bc80d2a", - "x-ms-routing-request-id": "WESTUS2:20210901T010348Z:2b3a3d72-9b76-4505-9de9-52f23bf008a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81a3812d366bb2cb8c860b51effd09fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81a3812d366bb2cb8c860b51effd09fd", - "x-ms-correlation-request-id": "41baff15-35fe-4805-a450-81dab57f1a2d", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "0bbc5622-5e3b-4ee3-acbc-afbfe9cfd72e", - "x-ms-routing-request-id": "WESTUS2:20210901T010349Z:41baff15-35fe-4805-a450-81dab57f1a2d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dddb93aa923322094a1ddab4f23ff09f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dddb93aa923322094a1ddab4f23ff09f", - "x-ms-correlation-request-id": "2424c1f5-25cc-4afb-b13f-83f8640eaf15", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "54b18d32-3dc4-43b6-bf27-27918d4003b4", - "x-ms-routing-request-id": "WESTUS2:20210901T010350Z:2424c1f5-25cc-4afb-b13f-83f8640eaf15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95f2054ae97b1b30f6a9128130af58ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95f2054ae97b1b30f6a9128130af58ec", - "x-ms-correlation-request-id": "37ebd0f7-1bef-4c82-88fd-fe1a862419cd", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "4efc1837-3d52-47f0-8d68-bb85ef26bd00", - "x-ms-routing-request-id": "WESTUS2:20210901T010351Z:37ebd0f7-1bef-4c82-88fd-fe1a862419cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44d147d9070c9b667780364d5c17c04d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44d147d9070c9b667780364d5c17c04d", - "x-ms-correlation-request-id": "3ca25cff-07ec-4ee1-9c76-195efbfcc30e", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "034b2461-9deb-4a2c-b2a8-8b89bf8e3ec2", - "x-ms-routing-request-id": "WESTUS2:20210901T010352Z:3ca25cff-07ec-4ee1-9c76-195efbfcc30e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9066b96740ac18263bfe7897f88f29a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:03:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9066b96740ac18263bfe7897f88f29a", - "x-ms-correlation-request-id": "6184a030-6f0f-40cb-a8b7-d0b950b81ef6", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "c63cacf5-289f-49eb-ab32-5b9b8b0cd9f4", - "x-ms-routing-request-id": "WESTUS2:20210901T010353Z:6184a030-6f0f-40cb-a8b7-d0b950b81ef6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/68778401-b352-47fb-8303-84498a470efd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abdaeec4ac6e43929e561dfab2e2bfde", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1559", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:03:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abdaeec4ac6e43929e561dfab2e2bfde", - "x-ms-correlation-request-id": "883c0cc9-59fc-4f18-a287-0edcb96bcead", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "fc0191a1-a56b-45a1-913f-4e2e92b44a8d", - "x-ms-routing-request-id": "WESTUS2:20210901T010354Z:883c0cc9-59fc-4f18-a287-0edcb96bcead" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532", - "name": "sto532", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:03:36.5164440Z", - "primaryEndpoints": { - "dfs": "https://sto532.dfs.core.windows.net/", - "web": "https://sto532.z20.web.core.windows.net/", - "blob": "https://sto532.blob.core.windows.net/", - "queue": "https://sto532.queue.core.windows.net/", - "table": "https://sto532.table.core.windows.net/", - "file": "https://sto532.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto532-secondary.dfs.core.windows.net/", - "web": "https://sto532-secondary.z20.web.core.windows.net/", - "blob": "https://sto532-secondary.blob.core.windows.net/", - "queue": "https://sto532-secondary.queue.core.windows.net/", - "table": "https://sto532-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-fcb450e71fe9364d8a4fd9ef828635cb-5cfe2911e5aa6844-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4eac5e96fa865e1c40fe04d20dd1cef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1559", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:03:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4eac5e96fa865e1c40fe04d20dd1cef", - "x-ms-correlation-request-id": "3e699912-6e09-46b3-bd54-c0b515fb803f", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "0b440d4e-1513-4606-857d-6e531082548b", - "x-ms-routing-request-id": "WESTUS2:20210901T010355Z:3e699912-6e09-46b3-bd54-c0b515fb803f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532", - "name": "sto532", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:03:36.5164440Z", - "primaryEndpoints": { - "dfs": "https://sto532.dfs.core.windows.net/", - "web": "https://sto532.z20.web.core.windows.net/", - "blob": "https://sto532.blob.core.windows.net/", - "queue": "https://sto532.queue.core.windows.net/", - "table": "https://sto532.table.core.windows.net/", - "file": "https://sto532.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto532-secondary.dfs.core.windows.net/", - "web": "https://sto532-secondary.z20.web.core.windows.net/", - "blob": "https://sto532-secondary.blob.core.windows.net/", - "queue": "https://sto532-secondary.queue.core.windows.net/", - "table": "https://sto532-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532?api-version=2019-06-01\u0026$expand=geoReplicationStats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f5f442027dd3be48a9ba1cc3fc218460-aa015abf6e4ed14c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e899c8e153ce9ded8c34bb356870e81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1664", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:03:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e899c8e153ce9ded8c34bb356870e81", - "x-ms-correlation-request-id": "5fd82e78-af37-4d3d-90d2-09b790d4545b", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "073d4850-2c09-4790-9a13-f340cfd18324", - "x-ms-routing-request-id": "WESTUS2:20210901T010355Z:5fd82e78-af37-4d3d-90d2-09b790d4545b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2126/providers/Microsoft.Storage/storageAccounts/sto532", - "name": "sto532", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "geoReplicationStats": { - "status": "Unavailable", - "lastSyncTime": "2021-09-01T01:03:36Z", - "canFailover": false - }, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:03:36.6414261Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:03:36.5164440Z", - "primaryEndpoints": { - "dfs": "https://sto532.dfs.core.windows.net/", - "web": "https://sto532.z20.web.core.windows.net/", - "blob": "https://sto532.blob.core.windows.net/", - "queue": "https://sto532.queue.core.windows.net/", - "table": "https://sto532.table.core.windows.net/", - "file": "https://sto532.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto532-secondary.dfs.core.windows.net/", - "web": "https://sto532-secondary.z20.web.core.windows.net/", - "blob": "https://sto532-secondary.blob.core.windows.net/", - "queue": "https://sto532-secondary.queue.core.windows.net/", - "table": "https://sto532-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "472497821", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json deleted file mode 100644 index 9344bde8c1541..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetLastSyncTimeAsync.json +++ /dev/null @@ -1,916 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "115464443e61bb55760cbccbdf65681a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0e23300-83f7-4319-98ef-8bdeb17700c1", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "e0e23300-83f7-4319-98ef-8bdeb17700c1", - "x-ms-routing-request-id": "WESTUS2:20210901T020948Z:e0e23300-83f7-4319-98ef-8bdeb17700c1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "175179175bac18471346e58085983be2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd21e1cd-050c-4831-a1e3-356fbbff2c0a", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "bd21e1cd-050c-4831-a1e3-356fbbff2c0a", - "x-ms-routing-request-id": "WESTUS2:20210901T020948Z:bd21e1cd-050c-4831-a1e3-356fbbff2c0a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res209?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5170ed6338890e4e9235f33095389777-b84ac8e39dc99a4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "977943e50f71c7a0da4f691f87bf43c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "687323dd-9b1f-464c-b660-66b83d264df9", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "687323dd-9b1f-464c-b660-66b83d264df9", - "x-ms-routing-request-id": "WESTUS2:20210901T020948Z:687323dd-9b1f-464c-b660-66b83d264df9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209", - "name": "res209", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "89", - "Content-Type": "application/json", - "traceparent": "00-6f7ca2b1b16cae49a981841942ebab7a-0cecb9f35a93fe4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc20b9ade8b23b1cfd1a59d436ded0da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "StorageV2", - "location": "eastus2", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc20b9ade8b23b1cfd1a59d436ded0da", - "x-ms-correlation-request-id": "bd73d46b-545b-48ad-a135-002052f4ca7c", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ab65631f-7eb6-457d-9d59-bf453d87eef0", - "x-ms-routing-request-id": "WESTUS2:20210901T020951Z:bd73d46b-545b-48ad-a135-002052f4ca7c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "82ea8fbfa2c25b325c5c73f447f3a470", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82ea8fbfa2c25b325c5c73f447f3a470", - "x-ms-correlation-request-id": "122c85a2-13b4-47c0-92c6-7618283985b9", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "0e015fee-8766-40fe-9de9-6fb274b453b5", - "x-ms-routing-request-id": "WESTUS2:20210901T020952Z:122c85a2-13b4-47c0-92c6-7618283985b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c41b4599d22207734e6e6ce0dc3e4371", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c41b4599d22207734e6e6ce0dc3e4371", - "x-ms-correlation-request-id": "cd355103-46aa-4cd2-8afd-d67e5c110f16", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "32726d99-2e23-47d9-bfaa-07a5b0c6a36e", - "x-ms-routing-request-id": "WESTUS2:20210901T020953Z:cd355103-46aa-4cd2-8afd-d67e5c110f16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a615b7934ef4ca17c7c6912632766a5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a615b7934ef4ca17c7c6912632766a5c", - "x-ms-correlation-request-id": "70333bdc-4d32-4109-84e8-1c73550dd507", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "7a71cd65-4204-454d-be80-ead9fa25083e", - "x-ms-routing-request-id": "WESTUS2:20210901T020954Z:70333bdc-4d32-4109-84e8-1c73550dd507" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b2459b2dc270ec7f1be2335335527e1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b2459b2dc270ec7f1be2335335527e1d", - "x-ms-correlation-request-id": "42bb6860-14be-4ab8-8445-4760086bf4bf", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "1418983b-9f9b-4365-9167-3d57f18a0658", - "x-ms-routing-request-id": "WESTUS2:20210901T020955Z:42bb6860-14be-4ab8-8445-4760086bf4bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f600218fddd4a7c2d51fc5c414dd5d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f600218fddd4a7c2d51fc5c414dd5d8", - "x-ms-correlation-request-id": "abca1e25-c18d-42cc-9e57-2ec9fae4d655", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "ae67c31b-0104-452f-88f7-52eaad72970e", - "x-ms-routing-request-id": "WESTUS2:20210901T020956Z:abca1e25-c18d-42cc-9e57-2ec9fae4d655" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40b3100490f9d10038298b111ac49475", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40b3100490f9d10038298b111ac49475", - "x-ms-correlation-request-id": "db6b38bb-864e-4d81-9881-11148ef26a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9aff82cb-53a4-4c12-a1a9-691b0196a4b7", - "x-ms-routing-request-id": "WESTUS2:20210901T020957Z:db6b38bb-864e-4d81-9881-11148ef26a6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "300d7447da162f7e1ffa841fc523abce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "300d7447da162f7e1ffa841fc523abce", - "x-ms-correlation-request-id": "53572ef0-8dfe-4620-8746-4f6605897268", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "3478ba3f-9a10-483c-a369-c0d614532c9c", - "x-ms-routing-request-id": "WESTUS2:20210901T020958Z:53572ef0-8dfe-4620-8746-4f6605897268" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "254e5b0d3e9e8824018e57b4726a2f69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:09:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "254e5b0d3e9e8824018e57b4726a2f69", - "x-ms-correlation-request-id": "f83aa4d4-15c3-4924-9a27-8dc08f496fd1", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "4cbfc341-0c27-41c4-bcda-8d44ea0481da", - "x-ms-routing-request-id": "WESTUS2:20210901T020959Z:f83aa4d4-15c3-4924-9a27-8dc08f496fd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc1487bca53f2ac2918321ff0be10b15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc1487bca53f2ac2918321ff0be10b15", - "x-ms-correlation-request-id": "c9def327-6ad0-44fc-b93a-7dde8be84701", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "5376b556-4d77-4289-8e1d-14a1caff58b7", - "x-ms-routing-request-id": "WESTUS2:20210901T021000Z:c9def327-6ad0-44fc-b93a-7dde8be84701" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf04bc7e6f7508d64f842e8783cabdb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf04bc7e6f7508d64f842e8783cabdb4", - "x-ms-correlation-request-id": "1f8a3cff-0700-4b67-9237-5cd7e39ced41", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "e8885335-fc6f-42ff-bdf7-09b6e1dcc02d", - "x-ms-routing-request-id": "WESTUS2:20210901T021002Z:1f8a3cff-0700-4b67-9237-5cd7e39ced41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e631bcade0e688e9924931b1d247d20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e631bcade0e688e9924931b1d247d20", - "x-ms-correlation-request-id": "506b5ba7-d75a-41c5-ab9d-745499c76ef5", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "0ed7180b-822e-48ca-8bcb-0eb6679f8c83", - "x-ms-routing-request-id": "WESTUS2:20210901T021003Z:506b5ba7-d75a-41c5-ab9d-745499c76ef5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b536428370664cf4b00c7cbb763aa7c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b536428370664cf4b00c7cbb763aa7c7", - "x-ms-correlation-request-id": "3bdd111d-1197-4cb1-8f52-9bd7f922ba77", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "7be24569-7e95-4b05-ace5-66481a38ad25", - "x-ms-routing-request-id": "WESTUS2:20210901T021004Z:3bdd111d-1197-4cb1-8f52-9bd7f922ba77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef356cc5cd7ea0072e9c2651dbbbeb2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef356cc5cd7ea0072e9c2651dbbbeb2b", - "x-ms-correlation-request-id": "2ad64fc9-7dcf-48e5-a8df-eadaa43a20c4", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "83e5560d-a7b3-47dd-b914-9aae1d58c215", - "x-ms-routing-request-id": "WESTUS2:20210901T021005Z:2ad64fc9-7dcf-48e5-a8df-eadaa43a20c4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40040e0708935a4d27168d0261d3f15e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40040e0708935a4d27168d0261d3f15e", - "x-ms-correlation-request-id": "ad4b7e32-1271-4951-965a-b7b7ff53a789", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "8e6b1268-7feb-48ea-af34-756499c4e30c", - "x-ms-routing-request-id": "WESTUS2:20210901T021006Z:ad4b7e32-1271-4951-965a-b7b7ff53a789" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b055cc7c8defb5a23b9686ca49a271f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:10:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b055cc7c8defb5a23b9686ca49a271f5", - "x-ms-correlation-request-id": "faec3cb1-d87c-4770-846f-2cdf005129c2", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "fe0da68b-c59c-4913-a3d6-c5958100c043", - "x-ms-routing-request-id": "WESTUS2:20210901T021007Z:faec3cb1-d87c-4770-846f-2cdf005129c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ab65631f-7eb6-457d-9d59-bf453d87eef0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68b451206636bd331fdac86740053f5a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1571", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68b451206636bd331fdac86740053f5a", - "x-ms-correlation-request-id": "ea83fd89-ebf6-47a2-b654-c6829054ee5f", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "2de56860-653d-4553-88a5-e5c320e52581", - "x-ms-routing-request-id": "WESTUS2:20210901T021008Z:ea83fd89-ebf6-47a2-b654-c6829054ee5f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761", - "name": "sto9761", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:09:50.3161902Z", - "primaryEndpoints": { - "dfs": "https://sto9761.dfs.core.windows.net/", - "web": "https://sto9761.z20.web.core.windows.net/", - "blob": "https://sto9761.blob.core.windows.net/", - "queue": "https://sto9761.queue.core.windows.net/", - "table": "https://sto9761.table.core.windows.net/", - "file": "https://sto9761.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto9761-secondary.dfs.core.windows.net/", - "web": "https://sto9761-secondary.z20.web.core.windows.net/", - "blob": "https://sto9761-secondary.blob.core.windows.net/", - "queue": "https://sto9761-secondary.queue.core.windows.net/", - "table": "https://sto9761-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6763605c99ede14fad2e38e6422ad5a1-508972abf50cab47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fd4c8aa3b65793b6b4e05fd81831084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1571", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fd4c8aa3b65793b6b4e05fd81831084", - "x-ms-correlation-request-id": "38477562-07ae-4c6d-aa3c-e1ac96539e48", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "056e9749-361e-405b-8f0d-42185f9e5d4a", - "x-ms-routing-request-id": "WESTUS2:20210901T021008Z:38477562-07ae-4c6d-aa3c-e1ac96539e48" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761", - "name": "sto9761", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:09:50.3161902Z", - "primaryEndpoints": { - "dfs": "https://sto9761.dfs.core.windows.net/", - "web": "https://sto9761.z20.web.core.windows.net/", - "blob": "https://sto9761.blob.core.windows.net/", - "queue": "https://sto9761.queue.core.windows.net/", - "table": "https://sto9761.table.core.windows.net/", - "file": "https://sto9761.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto9761-secondary.dfs.core.windows.net/", - "web": "https://sto9761-secondary.z20.web.core.windows.net/", - "blob": "https://sto9761-secondary.blob.core.windows.net/", - "queue": "https://sto9761-secondary.queue.core.windows.net/", - "table": "https://sto9761-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761?api-version=2019-06-01\u0026$expand=geoReplicationStats", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8de735e054c9614c95dfb079564b9af1-554232575961384d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fe197a5881f162798989014c43a7536", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1676", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fe197a5881f162798989014c43a7536", - "x-ms-correlation-request-id": "c1a58081-3367-421a-9b27-1f32147d9e44", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "b3a2a227-8f9d-4373-ac2f-878ba2a02d6f", - "x-ms-routing-request-id": "WESTUS2:20210901T021009Z:c1a58081-3367-421a-9b27-1f32147d9e44" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res209/providers/Microsoft.Storage/storageAccounts/sto9761", - "name": "sto9761", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "geoReplicationStats": { - "status": "Unavailable", - "lastSyncTime": "2021-09-01T02:09:50Z", - "canFailover": false - }, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:09:50.4411988Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:09:50.3161902Z", - "primaryEndpoints": { - "dfs": "https://sto9761.dfs.core.windows.net/", - "web": "https://sto9761.z20.web.core.windows.net/", - "blob": "https://sto9761.blob.core.windows.net/", - "queue": "https://sto9761.queue.core.windows.net/", - "table": "https://sto9761.table.core.windows.net/", - "file": "https://sto9761.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "dfs": "https://sto9761-secondary.dfs.core.windows.net/", - "web": "https://sto9761-secondary.z20.web.core.windows.net/", - "blob": "https://sto9761-secondary.blob.core.windows.net/", - "queue": "https://sto9761-secondary.queue.core.windows.net/", - "table": "https://sto9761-secondary.table.core.windows.net/" - } - } - } - } - ], - "Variables": { - "RandomSeed": "142724253", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json deleted file mode 100644 index 06513c4e633ea..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTest.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4d8a6d08fb2c4b72c6ec0adae5ccd3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:04:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "98c57b48-ade2-47f4-968b-31f903d980bb", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "98c57b48-ade2-47f4-968b-31f903d980bb", - "x-ms-routing-request-id": "WESTUS2:20210901T010457Z:98c57b48-ade2-47f4-968b-31f903d980bb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3adcba854cadaf1434f07737c4291ceb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:04:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "776dabf1-0854-4431-8eee-f87b4a65ecbd", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "776dabf1-0854-4431-8eee-f87b4a65ecbd", - "x-ms-routing-request-id": "WESTUS2:20210901T010457Z:776dabf1-0854-4431-8eee-f87b4a65ecbd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3986?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9ebf0a0161e8c642b897e47b709ffef2-5f708055e0046f45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c239a9c66abb3f92c5cd6847df76f48b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:04:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ba8f5565-dd43-48cb-a95e-993342f4798c", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "ba8f5565-dd43-48cb-a95e-993342f4798c", - "x-ms-routing-request-id": "WESTUS2:20210901T010457Z:ba8f5565-dd43-48cb-a95e-993342f4798c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3986", - "name": "res3986", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3986/providers/Microsoft.Storage/storageAccounts/sto9345?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-b3e90059da935c468d3d342691fed93a-313a7dab33503f47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f3fde24841a289290c21880000352d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f3fde24841a289290c21880000352d4", - "x-ms-correlation-request-id": "2b1d1469-b573-45d0-93cf-2aa8f2985142", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "1fc95532-b3c8-4b34-b086-0ce04922e055", - "x-ms-routing-request-id": "WESTUS2:20210901T010501Z:2b1d1469-b573-45d0-93cf-2aa8f2985142" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d04dfab03ac24aca79a2ba87abfc5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d04dfab03ac24aca79a2ba87abfc5ca", - "x-ms-correlation-request-id": "c519ff09-71ee-4c0a-b22f-412dd1eee584", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "8c73c46e-a919-4150-af6b-c917e979bd00", - "x-ms-routing-request-id": "WESTUS2:20210901T010501Z:c519ff09-71ee-4c0a-b22f-412dd1eee584" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e747216f7415a6c8ff5443205e6c03b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e747216f7415a6c8ff5443205e6c03b", - "x-ms-correlation-request-id": "da6862d7-8fee-4298-991b-8ac531ba1b16", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "812a7241-1f9b-4fa5-af0b-a7735830baf4", - "x-ms-routing-request-id": "WESTUS2:20210901T010502Z:da6862d7-8fee-4298-991b-8ac531ba1b16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21d4954814fe67283b8eecdd9fa7cf3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21d4954814fe67283b8eecdd9fa7cf3b", - "x-ms-correlation-request-id": "f3ada5e2-dee8-4103-a976-007649c9dc74", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "46d6531f-9b91-4b78-9625-92c9ef856047", - "x-ms-routing-request-id": "WESTUS2:20210901T010503Z:f3ada5e2-dee8-4103-a976-007649c9dc74" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f595b322eae0b34272aaadb6be7a1fc1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f595b322eae0b34272aaadb6be7a1fc1", - "x-ms-correlation-request-id": "c27addb5-7bb8-4703-a8ee-1a1b0dd715d5", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "a6986919-9591-447c-bbd7-6c5ebb654ed0", - "x-ms-routing-request-id": "WESTUS2:20210901T010504Z:c27addb5-7bb8-4703-a8ee-1a1b0dd715d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e55ff0daa3ea01cc4a0c53b20b8fbae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e55ff0daa3ea01cc4a0c53b20b8fbae8", - "x-ms-correlation-request-id": "5729259a-be1d-4e1e-b3f9-06a8101319fc", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "ce517efd-3af1-4a97-b6de-9049183b653d", - "x-ms-routing-request-id": "WESTUS2:20210901T010505Z:5729259a-be1d-4e1e-b3f9-06a8101319fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "520f0926cb505e5a5221af546671a8c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "520f0926cb505e5a5221af546671a8c0", - "x-ms-correlation-request-id": "dbf4c128-e265-4fd4-a87b-a39870a0ad74", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "0d1278e1-8adf-4f58-aae7-262c530452d7", - "x-ms-routing-request-id": "WESTUS2:20210901T010506Z:dbf4c128-e265-4fd4-a87b-a39870a0ad74" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af032b6fe9477e50e794aad3968fa7e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af032b6fe9477e50e794aad3968fa7e2", - "x-ms-correlation-request-id": "6404691f-b504-4cdc-b256-4a2b22d5ef12", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "2505a8a6-74d6-46fd-9876-797d986953af", - "x-ms-routing-request-id": "WESTUS2:20210901T010507Z:6404691f-b504-4cdc-b256-4a2b22d5ef12" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b590c5f0cc6a0f70950192c9f4789ad9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b590c5f0cc6a0f70950192c9f4789ad9", - "x-ms-correlation-request-id": "1d6b6680-36dd-44c7-afd6-184b325a8265", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "3f682313-bc1b-4301-95a4-2b66d2a7c1cb", - "x-ms-routing-request-id": "WESTUS2:20210901T010508Z:1d6b6680-36dd-44c7-afd6-184b325a8265" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e04393630a8c3da0b8916abc2087c8c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e04393630a8c3da0b8916abc2087c8c3", - "x-ms-correlation-request-id": "f3bd9505-d7e3-4e1b-8111-ec177ffbf1e4", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "a27ace91-7f0d-4178-98b3-b6d8456e109a", - "x-ms-routing-request-id": "WESTUS2:20210901T010510Z:f3bd9505-d7e3-4e1b-8111-ec177ffbf1e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a164cc79f3e1a256baf41a465687896f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a164cc79f3e1a256baf41a465687896f", - "x-ms-correlation-request-id": "d27dbea8-ec8f-4f77-bd68-44b653a07b80", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "64306f83-0ef0-4f56-964e-622ee707e826", - "x-ms-routing-request-id": "WESTUS2:20210901T010511Z:d27dbea8-ec8f-4f77-bd68-44b653a07b80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "036fd1f9c74ce5562552fdd962b3ee0e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "036fd1f9c74ce5562552fdd962b3ee0e", - "x-ms-correlation-request-id": "58fa332c-dd12-4202-b66a-f86b30872949", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "faa357ff-729d-464d-977e-7dc7ab6e07bd", - "x-ms-routing-request-id": "WESTUS2:20210901T010512Z:58fa332c-dd12-4202-b66a-f86b30872949" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "284fcf38f91370f73ca02597f059e630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "284fcf38f91370f73ca02597f059e630", - "x-ms-correlation-request-id": "22e6b922-c521-479c-8ffe-9ec627bf6cf0", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "c6a3b883-178b-45b6-82b5-fa7c19444b8d", - "x-ms-routing-request-id": "WESTUS2:20210901T010513Z:22e6b922-c521-479c-8ffe-9ec627bf6cf0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4fc2fb07c417b277757e7b8ef57c4006", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4fc2fb07c417b277757e7b8ef57c4006", - "x-ms-correlation-request-id": "e62f66e4-cabf-4a19-8db5-c39198661a94", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "f088134f-e3be-4ada-bfbe-5147e13d84e7", - "x-ms-routing-request-id": "WESTUS2:20210901T010514Z:e62f66e4-cabf-4a19-8db5-c39198661a94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "870d0b056138005bd9ffc6aba1bef4cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:05:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "870d0b056138005bd9ffc6aba1bef4cb", - "x-ms-correlation-request-id": "a91e9e9e-55f2-4bb7-a855-8ac668dc3a69", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "e4a8bf1f-60a4-47dd-86e6-37373f04976f", - "x-ms-routing-request-id": "WESTUS2:20210901T010515Z:a91e9e9e-55f2-4bb7-a855-8ac668dc3a69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1fc95532-b3c8-4b34-b086-0ce04922e055?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67d1cc6c9ef074f7589cb2947e697ac0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:05:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67d1cc6c9ef074f7589cb2947e697ac0", - "x-ms-correlation-request-id": "c13e46e0-bce3-4add-860a-c6b0f9439c08", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "0242b7e1-2ff8-46ef-8228-14ce89183573", - "x-ms-routing-request-id": "WESTUS2:20210901T010516Z:c13e46e0-bce3-4add-860a-c6b0f9439c08" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3986/providers/Microsoft.Storage/storageAccounts/sto9345", - "name": "sto9345", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:04:59.6127508Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:04:59.6127508Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:04:59.4096219Z", - "primaryEndpoints": { - "dfs": "https://sto9345.dfs.core.windows.net/", - "blob": "https://sto9345.blob.core.windows.net/", - "table": "https://sto9345.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3986/providers/Microsoft.Storage/storageAccounts/sto9345?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9f8ade8010224746b557c21d0c128c5e-0755ccce82fef244-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4921e605f4ba5f89fc27617fdcb11b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:05:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4921e605f4ba5f89fc27617fdcb11b6", - "x-ms-correlation-request-id": "10ae1824-826d-4fb0-9bb5-e496ed5defe9", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "ccdaf3b5-750b-4af7-abe0-c17754bbb05a", - "x-ms-routing-request-id": "WESTUS2:20210901T010516Z:10ae1824-826d-4fb0-9bb5-e496ed5defe9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3986/providers/Microsoft.Storage/storageAccounts/sto9345", - "name": "sto9345", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:04:59.6127508Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:04:59.6127508Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:04:59.4096219Z", - "primaryEndpoints": { - "dfs": "https://sto9345.dfs.core.windows.net/", - "blob": "https://sto9345.blob.core.windows.net/", - "table": "https://sto9345.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1784159687", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json deleted file mode 100644 index 6319f8f0e82cb..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetPremiumTestAsync.json +++ /dev/null @@ -1,779 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d6a3ed22d0eb42d62a252112856501b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4960d657-217c-4bb0-9e22-12437f61a14b", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "4960d657-217c-4bb0-9e22-12437f61a14b", - "x-ms-routing-request-id": "WESTUS2:20210901T021112Z:4960d657-217c-4bb0-9e22-12437f61a14b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "348e74ed38e1e764a24023618bae673e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "aedfbc86-9302-4967-a509-63736efb2430", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "aedfbc86-9302-4967-a509-63736efb2430", - "x-ms-routing-request-id": "WESTUS2:20210901T021112Z:aedfbc86-9302-4967-a509-63736efb2430" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1411?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-04c597a667d30c4780c72754051ee09a-c14852e497fd9e46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a92090b9e20262c0f3eded7f4b6f3570", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8d9a387c-d912-41cc-9e8f-b16414334977", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "8d9a387c-d912-41cc-9e8f-b16414334977", - "x-ms-routing-request-id": "WESTUS2:20210901T021112Z:8d9a387c-d912-41cc-9e8f-b16414334977" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1411", - "name": "res1411", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1411/providers/Microsoft.Storage/storageAccounts/sto2804?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "148", - "Content-Type": "application/json", - "traceparent": "00-93d65f10df51c349b994a4642d06bab7-2c9168b81dda934d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5784a4f0994b83d9dbce09cb29b43b14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "BlobStorage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "accessTier": "Hot" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5784a4f0994b83d9dbce09cb29b43b14", - "x-ms-correlation-request-id": "076a095e-f65a-4efc-a09b-087b51f9e9e9", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "d6f22989-e266-49da-a40e-9a3cd6ae9b71", - "x-ms-routing-request-id": "WESTUS2:20210901T021115Z:076a095e-f65a-4efc-a09b-087b51f9e9e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2bdbdf0cab9f66d47262613b696c939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2bdbdf0cab9f66d47262613b696c939", - "x-ms-correlation-request-id": "9a0e9d56-8b10-42d3-8670-2f52c40fd0f3", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "f51c8c75-1e57-4480-be5b-4dd8c14bf791", - "x-ms-routing-request-id": "WESTUS2:20210901T021115Z:9a0e9d56-8b10-42d3-8670-2f52c40fd0f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "005c6bb1416f055c11b6855d4e621b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "005c6bb1416f055c11b6855d4e621b85", - "x-ms-correlation-request-id": "ec290a66-02bf-46d3-92e5-5f8057ac29af", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "c956cb54-8c4b-49f6-821d-12e0ec08e3b0", - "x-ms-routing-request-id": "WESTUS2:20210901T021116Z:ec290a66-02bf-46d3-92e5-5f8057ac29af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6cda1bfe78f6245a01cfe84ac47f173b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6cda1bfe78f6245a01cfe84ac47f173b", - "x-ms-correlation-request-id": "e2124ece-6749-4879-a09f-a99a110791f9", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "fd1d738c-fcff-4175-b58c-8c0e49271a46", - "x-ms-routing-request-id": "WESTUS2:20210901T021117Z:e2124ece-6749-4879-a09f-a99a110791f9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcc51124cffaaf7f60b8b0034510a8e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fcc51124cffaaf7f60b8b0034510a8e4", - "x-ms-correlation-request-id": "a2866846-33b4-44a3-99b4-7b5bc56add6d", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "1acf07f7-b208-4a7e-aa1e-e2e22f7b6609", - "x-ms-routing-request-id": "WESTUS2:20210901T021119Z:a2866846-33b4-44a3-99b4-7b5bc56add6d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b15a10b5dbc38431037fea058124192", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b15a10b5dbc38431037fea058124192", - "x-ms-correlation-request-id": "751ad51e-95fe-4f40-8694-87c8c45fb9ae", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "f41d0269-ccc3-4cd4-b817-08637aeec336", - "x-ms-routing-request-id": "WESTUS2:20210901T021120Z:751ad51e-95fe-4f40-8694-87c8c45fb9ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c39499f1e9d2e8a9c2b0b3dc857def1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c39499f1e9d2e8a9c2b0b3dc857def1", - "x-ms-correlation-request-id": "79532002-b9e1-4a01-9fdc-c392200a41ba", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "f04fb91d-7b44-4c79-9002-083c81bd4f93", - "x-ms-routing-request-id": "WESTUS2:20210901T021121Z:79532002-b9e1-4a01-9fdc-c392200a41ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "223e04267b69c67fcd8cecc3d1de574e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "223e04267b69c67fcd8cecc3d1de574e", - "x-ms-correlation-request-id": "48ab574b-4e2a-4d8f-a793-ac87cb2f4589", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "023b39e2-8b33-4ca3-87ef-99f62e892b90", - "x-ms-routing-request-id": "WESTUS2:20210901T021122Z:48ab574b-4e2a-4d8f-a793-ac87cb2f4589" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc631d776bd7ed4617e6fe91520670b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc631d776bd7ed4617e6fe91520670b8", - "x-ms-correlation-request-id": "28c7f1cd-9789-4d4a-b183-714fbdb7e689", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "f4fa7e31-43af-4776-b0b7-a69922f3c898", - "x-ms-routing-request-id": "WESTUS2:20210901T021123Z:28c7f1cd-9789-4d4a-b183-714fbdb7e689" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53790d581ed32329ca726f1132c75dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53790d581ed32329ca726f1132c75dbd", - "x-ms-correlation-request-id": "2763f6c5-8c87-4054-a386-6e8846eb963f", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "a5ca25c9-d114-47a7-8055-da137f142747", - "x-ms-routing-request-id": "WESTUS2:20210901T021124Z:2763f6c5-8c87-4054-a386-6e8846eb963f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aac6bdd3e2f3ba1abd510b827dee74c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aac6bdd3e2f3ba1abd510b827dee74c7", - "x-ms-correlation-request-id": "8d884c00-4b01-4082-b574-c14c16d2dfdf", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "9c640784-47d8-4925-8a78-7bc610d3c561", - "x-ms-routing-request-id": "WESTUS2:20210901T021125Z:8d884c00-4b01-4082-b574-c14c16d2dfdf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c36a331b0364587af4403264fc35bb4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c36a331b0364587af4403264fc35bb4f", - "x-ms-correlation-request-id": "6c381de6-0d3a-4c56-9306-d3bb8eb8332d", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "f92f8b3a-dc75-4404-b404-ba5dd140d364", - "x-ms-routing-request-id": "WESTUS2:20210901T021126Z:6c381de6-0d3a-4c56-9306-d3bb8eb8332d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94bd4089c64076c5f2bf968113a6a6db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94bd4089c64076c5f2bf968113a6a6db", - "x-ms-correlation-request-id": "167c4fe6-a048-47cb-be19-75de37f609c8", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "a31afe17-9035-4c58-8862-cefeaf42fb85", - "x-ms-routing-request-id": "WESTUS2:20210901T021127Z:167c4fe6-a048-47cb-be19-75de37f609c8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fef6a7fe995cd058426db5b3b0b6bd88", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fef6a7fe995cd058426db5b3b0b6bd88", - "x-ms-correlation-request-id": "619c5aab-4a89-4309-a0e0-178be98fc75e", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "a9e4ee21-0133-4090-a1f3-87cd29e7dc28", - "x-ms-routing-request-id": "WESTUS2:20210901T021129Z:619c5aab-4a89-4309-a0e0-178be98fc75e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cf9bb96df3155876ef4d1a56cf9454e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:11:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3cf9bb96df3155876ef4d1a56cf9454e", - "x-ms-correlation-request-id": "9b169ac4-4117-4a31-9644-82d31b905286", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "4de75ea6-f2ec-4a16-8192-f44fbaf07290", - "x-ms-routing-request-id": "WESTUS2:20210901T021130Z:9b169ac4-4117-4a31-9644-82d31b905286" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d6f22989-e266-49da-a40e-9a3cd6ae9b71?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5466569abc3ff0f2e8ec51d21011c53c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:11:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5466569abc3ff0f2e8ec51d21011c53c", - "x-ms-correlation-request-id": "93892a28-0092-4633-b670-6019feff3a23", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "d4284741-5dab-496b-abd9-7a3d6ac36865", - "x-ms-routing-request-id": "WESTUS2:20210901T021131Z:93892a28-0092-4633-b670-6019feff3a23" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1411/providers/Microsoft.Storage/storageAccounts/sto2804", - "name": "sto2804", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:11:14.3041479Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:11:14.3041479Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:11:14.1947631Z", - "primaryEndpoints": { - "dfs": "https://sto2804.dfs.core.windows.net/", - "blob": "https://sto2804.blob.core.windows.net/", - "table": "https://sto2804.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1411/providers/Microsoft.Storage/storageAccounts/sto2804?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f0911de041e6f4429b827defbc0acbf9-f9aa9fc54e54c947-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57eb0e0269ad1eaa20a19068c8b36349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1074", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:11:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57eb0e0269ad1eaa20a19068c8b36349", - "x-ms-correlation-request-id": "0fb3d9d0-0fc7-4cb2-b884-2f4f1507f96c", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "95c25d30-46eb-4fca-8c09-9474a63d631b", - "x-ms-routing-request-id": "WESTUS2:20210901T021131Z:0fb3d9d0-0fc7-4cb2-b884-2f4f1507f96c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "BlobStorage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1411/providers/Microsoft.Storage/storageAccounts/sto2804", - "name": "sto2804", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:11:14.3041479Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:11:14.3041479Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:11:14.1947631Z", - "primaryEndpoints": { - "dfs": "https://sto2804.dfs.core.windows.net/", - "blob": "https://sto2804.blob.core.windows.net/", - "table": "https://sto2804.table.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1117272193", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json deleted file mode 100644 index b0f3e24c90744..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTest.json +++ /dev/null @@ -1,2797 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f00237ffad4ca11189dc04625a0ec707", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ee99f449-244f-43f9-ad4b-94a0e13d6acd", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "ee99f449-244f-43f9-ad4b-94a0e13d6acd", - "x-ms-routing-request-id": "WESTUS2:20210901T010619Z:ee99f449-244f-43f9-ad4b-94a0e13d6acd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2563cfb05eddfc38fe563913b2c36327", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8128a782-52b8-40c3-8cab-3ca69bb0f844", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "8128a782-52b8-40c3-8cab-3ca69bb0f844", - "x-ms-routing-request-id": "WESTUS2:20210901T010619Z:8128a782-52b8-40c3-8cab-3ca69bb0f844" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1299?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-59c111be8d222840ab58ab1fdf12a2c6-5004b6997b435f4f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f204e14c369b5984b72196c94e1d74ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bbb4ece4-4ff6-4bd1-b70a-d723d2319980", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "bbb4ece4-4ff6-4bd1-b70a-d723d2319980", - "x-ms-routing-request-id": "WESTUS2:20210901T010620Z:bbb4ece4-4ff6-4bd1-b70a-d723d2319980" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299", - "name": "res1299", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto983?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-9d8cd42df1fe294bb1591ee5799fbb9e-8fd2dc7aaa0e6c4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ffa1fe0bf20674f6fdefc678ddf00e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ffa1fe0bf20674f6fdefc678ddf00e2c", - "x-ms-correlation-request-id": "91382e30-cf57-406b-8e5a-99d30e358489", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "6cd5460d-c770-4c7e-bd7c-52ca53d638c2", - "x-ms-routing-request-id": "WESTUS2:20210901T010623Z:91382e30-cf57-406b-8e5a-99d30e358489" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d6622960540a8eb3f105bc75b1dec5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d6622960540a8eb3f105bc75b1dec5e", - "x-ms-correlation-request-id": "04be1802-1c31-4438-b440-1a1628267755", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "b1b046d1-c4dd-4361-9c9d-58c505290262", - "x-ms-routing-request-id": "WESTUS2:20210901T010623Z:04be1802-1c31-4438-b440-1a1628267755" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed3d470e34b84027d8645dd442bdaeea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed3d470e34b84027d8645dd442bdaeea", - "x-ms-correlation-request-id": "ae31ab0e-ae59-4d5b-b681-ff86aa5027f1", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "f72115bf-4c17-47fb-b0dd-26bd1fa4e1bd", - "x-ms-routing-request-id": "WESTUS2:20210901T010624Z:ae31ab0e-ae59-4d5b-b681-ff86aa5027f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bae2d040c18abdec296c58cd6f5ee084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bae2d040c18abdec296c58cd6f5ee084", - "x-ms-correlation-request-id": "f6eff7b3-754f-41e0-ad1c-bc5924044a4c", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "9e6e6d87-f4fb-4342-b471-6df1d3c74229", - "x-ms-routing-request-id": "WESTUS2:20210901T010625Z:f6eff7b3-754f-41e0-ad1c-bc5924044a4c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d2a5145c1d6623cfb2575dba7176581", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d2a5145c1d6623cfb2575dba7176581", - "x-ms-correlation-request-id": "5362e25d-d8bb-44cb-9589-53def59704f7", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "47a670d5-eb19-483a-b0cd-f24478f9598d", - "x-ms-routing-request-id": "WESTUS2:20210901T010626Z:5362e25d-d8bb-44cb-9589-53def59704f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a877161313b4dd35b7fc44cdb59d179", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a877161313b4dd35b7fc44cdb59d179", - "x-ms-correlation-request-id": "9ae99325-dc82-408a-88d0-d45b6917d9bc", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "c874cf6b-b4dd-468b-8d49-a1ff2b3d7c10", - "x-ms-routing-request-id": "WESTUS2:20210901T010627Z:9ae99325-dc82-408a-88d0-d45b6917d9bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f18ed98431937e139380bf644b111512", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f18ed98431937e139380bf644b111512", - "x-ms-correlation-request-id": "bab92703-cc88-410b-94f4-1bf13a2f2d18", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "8f5168ad-862b-4957-a11d-f551b5e366b2", - "x-ms-routing-request-id": "WESTUS2:20210901T010629Z:bab92703-cc88-410b-94f4-1bf13a2f2d18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd6bd60656d614487ddc2256fdf086a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd6bd60656d614487ddc2256fdf086a1", - "x-ms-correlation-request-id": "6bbac78f-af8a-4bb1-a220-b5ecfe588e61", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "1da51067-2475-44de-93c5-06605899f9a7", - "x-ms-routing-request-id": "WESTUS2:20210901T010630Z:6bbac78f-af8a-4bb1-a220-b5ecfe588e61" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce57fb54748930ee5e09f7bb726f0149", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce57fb54748930ee5e09f7bb726f0149", - "x-ms-correlation-request-id": "78c72615-0040-48d8-96b5-1cec5965f8c3", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "fc533f10-0a49-4257-a625-ea6a19a626aa", - "x-ms-routing-request-id": "WESTUS2:20210901T010631Z:78c72615-0040-48d8-96b5-1cec5965f8c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0445b16ad3ed2ea2907a73b70fbc81a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0445b16ad3ed2ea2907a73b70fbc81a3", - "x-ms-correlation-request-id": "fffe2f4b-92aa-45c6-a029-5bba9a1fa060", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "bbc240bb-2cbc-4de4-9a93-beeefea7a227", - "x-ms-routing-request-id": "WESTUS2:20210901T010632Z:fffe2f4b-92aa-45c6-a029-5bba9a1fa060" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f0f1ef946ba9289e83b9fcd5e8da10e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f0f1ef946ba9289e83b9fcd5e8da10e", - "x-ms-correlation-request-id": "2dc056cf-8b94-4eb7-b671-50c19bc05b41", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "45d631b7-1b12-4064-bbd5-959991452814", - "x-ms-routing-request-id": "WESTUS2:20210901T010633Z:2dc056cf-8b94-4eb7-b671-50c19bc05b41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4becd8da81ab81b359283e0e003620a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4becd8da81ab81b359283e0e003620a1", - "x-ms-correlation-request-id": "734ecb61-be3c-4f32-bd86-36c1ba560881", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "98f1efd8-dc42-4d7d-9210-458ba06bbbf1", - "x-ms-routing-request-id": "WESTUS2:20210901T010634Z:734ecb61-be3c-4f32-bd86-36c1ba560881" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54c15388b25f238e28b21bb233d5cf03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54c15388b25f238e28b21bb233d5cf03", - "x-ms-correlation-request-id": "4e2f29a8-7f1c-4bdb-836f-f4c26b5e6bff", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "83e09cb6-fd7b-490e-a687-896dccbe101d", - "x-ms-routing-request-id": "WESTUS2:20210901T010635Z:4e2f29a8-7f1c-4bdb-836f-f4c26b5e6bff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36dc65d835cf77f86a8ef691087a92b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36dc65d835cf77f86a8ef691087a92b2", - "x-ms-correlation-request-id": "096ce350-3dc3-46d9-9402-cbf0c9ab1dcf", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "d27311f1-59c3-4d29-804e-884a3053e203", - "x-ms-routing-request-id": "WESTUS2:20210901T010637Z:096ce350-3dc3-46d9-9402-cbf0c9ab1dcf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b45fd1a4dcb28ae4ac822f866014d84", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b45fd1a4dcb28ae4ac822f866014d84", - "x-ms-correlation-request-id": "41eaae88-4c3d-478b-b502-8e2f4283ccb1", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "fb1773d9-f1d0-4dae-a15b-6ca37bf961e9", - "x-ms-routing-request-id": "WESTUS2:20210901T010638Z:41eaae88-4c3d-478b-b502-8e2f4283ccb1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6cd5460d-c770-4c7e-bd7c-52ca53d638c2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a363a59ea5952d25b4ae9d1bbfc1aae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:06:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a363a59ea5952d25b4ae9d1bbfc1aae", - "x-ms-correlation-request-id": "46fa00b4-8fe8-4286-a3ba-469e2cf8ed3a", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "854a3dfe-d535-450b-88b3-15950274167a", - "x-ms-routing-request-id": "WESTUS2:20210901T010639Z:46fa00b4-8fe8-4286-a3ba-469e2cf8ed3a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto983", - "name": "sto983", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:22.0546104Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:22.0546104Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:06:21.9448186Z", - "primaryEndpoints": { - "blob": "https://sto983.blob.core.windows.net/", - "queue": "https://sto983.queue.core.windows.net/", - "table": "https://sto983.table.core.windows.net/", - "file": "https://sto983.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto983?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-95931519b25fc548a4a817c9bd4b3c7c-ebd7b45c03320045-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36986920c3908a37b7b4ec0712ff1169", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:06:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36986920c3908a37b7b4ec0712ff1169", - "x-ms-correlation-request-id": "cdf4c6fe-f6ef-4295-b633-06d98daad115", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "b5af03fe-2095-47bb-91db-662173cd1ff4", - "x-ms-routing-request-id": "WESTUS2:20210901T010639Z:cdf4c6fe-f6ef-4295-b633-06d98daad115" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto983", - "name": "sto983", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:22.0546104Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:22.0546104Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:06:21.9448186Z", - "primaryEndpoints": { - "blob": "https://sto983.blob.core.windows.net/", - "queue": "https://sto983.queue.core.windows.net/", - "table": "https://sto983.table.core.windows.net/", - "file": "https://sto983.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto7608?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-80378583b07e4b4fa89c04e516a0bf26-0179f5481e865544-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd377240f74430582bf2af8164dc6d4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd377240f74430582bf2af8164dc6d4d", - "x-ms-correlation-request-id": "654522e3-fab7-4491-a9c0-a72cd32fec9d", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "b34f2eae-6ab7-450b-9400-caf126cc64f8", - "x-ms-routing-request-id": "WESTUS2:20210901T010642Z:654522e3-fab7-4491-a9c0-a72cd32fec9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "499080384dc5296a10670b9d14b526da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "499080384dc5296a10670b9d14b526da", - "x-ms-correlation-request-id": "7b9a41a6-fc6c-45a6-8eab-173550a41987", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "ea5ba694-132f-48ae-888e-92b5a2298171", - "x-ms-routing-request-id": "WESTUS2:20210901T010642Z:7b9a41a6-fc6c-45a6-8eab-173550a41987" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e599f47142829ff7ea1ca9814b23260", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e599f47142829ff7ea1ca9814b23260", - "x-ms-correlation-request-id": "266e6ccc-36c3-46a0-b933-c5a25352e467", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "4c9be879-f9bb-49b1-b88a-399ba1d5a259", - "x-ms-routing-request-id": "WESTUS2:20210901T010643Z:266e6ccc-36c3-46a0-b933-c5a25352e467" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e34954b2234b608809aeec010b56824d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e34954b2234b608809aeec010b56824d", - "x-ms-correlation-request-id": "f553674a-6b05-47a0-9bac-a4f7eda2602d", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "226a19cf-4ed0-4d76-87fd-9718bc607328", - "x-ms-routing-request-id": "WESTUS2:20210901T010644Z:f553674a-6b05-47a0-9bac-a4f7eda2602d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e5e0884a17124338066ca2382d1155d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e5e0884a17124338066ca2382d1155d", - "x-ms-correlation-request-id": "5eb4b8db-443b-4cf7-980c-5270ca1611dc", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "991f3a6d-c01a-481c-a21f-b57876ffcc83", - "x-ms-routing-request-id": "WESTUS2:20210901T010646Z:5eb4b8db-443b-4cf7-980c-5270ca1611dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0eaaa35436c238f17f8947927fe1e27", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0eaaa35436c238f17f8947927fe1e27", - "x-ms-correlation-request-id": "6449cd8a-c4f7-4e8d-8f15-d507f992e035", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "b2ef4e46-7639-403a-af98-6b526471498b", - "x-ms-routing-request-id": "WESTUS2:20210901T010647Z:6449cd8a-c4f7-4e8d-8f15-d507f992e035" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b137c1fd35411ef202462e45964dd38", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b137c1fd35411ef202462e45964dd38", - "x-ms-correlation-request-id": "7bb93c42-ca4c-4f31-8e42-0dbb280898f4", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "30f97eb1-8d19-4eb0-abeb-4423ea360c6e", - "x-ms-routing-request-id": "WESTUS2:20210901T010648Z:7bb93c42-ca4c-4f31-8e42-0dbb280898f4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60cc8e99c26b41e1793a47780cbafc82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60cc8e99c26b41e1793a47780cbafc82", - "x-ms-correlation-request-id": "4f560135-9375-4a6a-add9-43055fb8a192", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "ee52cdcd-9768-4133-b282-d315799a2035", - "x-ms-routing-request-id": "WESTUS2:20210901T010649Z:4f560135-9375-4a6a-add9-43055fb8a192" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0604a24809be6109bbd99f48e1aacab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0604a24809be6109bbd99f48e1aacab2", - "x-ms-correlation-request-id": "cd74b8c6-620c-4b82-b959-0573c4533f5e", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "f4ec40e2-8944-4bab-8f8d-e9efc7012123", - "x-ms-routing-request-id": "WESTUS2:20210901T010650Z:cd74b8c6-620c-4b82-b959-0573c4533f5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99df5c1bbd325dbc9bd192198b760466", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99df5c1bbd325dbc9bd192198b760466", - "x-ms-correlation-request-id": "30c2e721-6512-4da7-9704-89233a2f9eb3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "803eae7c-5d43-4bf7-a7dc-441bdf6981e3", - "x-ms-routing-request-id": "WESTUS2:20210901T010651Z:30c2e721-6512-4da7-9704-89233a2f9eb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b69cdf27d7609079856aa591229960cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b69cdf27d7609079856aa591229960cf", - "x-ms-correlation-request-id": "10e84b07-4f6e-4353-87f2-795d2afb0878", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "10eb82f5-97f2-4c1f-af03-ae97f4dd2f75", - "x-ms-routing-request-id": "WESTUS2:20210901T010652Z:10e84b07-4f6e-4353-87f2-795d2afb0878" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af5d957063da8b50e6a76bec76efd544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af5d957063da8b50e6a76bec76efd544", - "x-ms-correlation-request-id": "7451c22a-31ae-4506-a9b2-e8c59909a07b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "54c927f6-2929-4c34-85b0-68410487d258", - "x-ms-routing-request-id": "WESTUS2:20210901T010653Z:7451c22a-31ae-4506-a9b2-e8c59909a07b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "012039d4140d4352e34f13c7172a3a02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "012039d4140d4352e34f13c7172a3a02", - "x-ms-correlation-request-id": "1c3994c3-9470-4493-8a86-e85cd9357eef", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "35c12156-e7e5-4c8b-8e84-fae11b69d1b3", - "x-ms-routing-request-id": "WESTUS2:20210901T010655Z:1c3994c3-9470-4493-8a86-e85cd9357eef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f6a8c3715419c48c8f11cfb96c8d1996", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6a8c3715419c48c8f11cfb96c8d1996", - "x-ms-correlation-request-id": "e99b0bcf-76cd-4c7f-b917-0106775682ab", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "180ae218-b909-4aa4-a6f5-2d071823e159", - "x-ms-routing-request-id": "WESTUS2:20210901T010656Z:e99b0bcf-76cd-4c7f-b917-0106775682ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9bc60945f785cc14219cc8a4f8873bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9bc60945f785cc14219cc8a4f8873bc", - "x-ms-correlation-request-id": "a9d4bc77-3f22-43ac-9bf7-c0378c8eaa3f", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "811ec20e-585d-4df4-a13e-6442cd20cf2f", - "x-ms-routing-request-id": "WESTUS2:20210901T010657Z:a9d4bc77-3f22-43ac-9bf7-c0378c8eaa3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b37a696cde467f2bac5b72fc4499d755", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:06:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b37a696cde467f2bac5b72fc4499d755", - "x-ms-correlation-request-id": "4255b644-a75c-41f3-8c11-f4896db6f587", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "200e0e6c-15e0-4b35-b7f2-62dc5a9a5be0", - "x-ms-routing-request-id": "WESTUS2:20210901T010658Z:4255b644-a75c-41f3-8c11-f4896db6f587" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b34f2eae-6ab7-450b-9400-caf126cc64f8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7327d36516d1289024cb40088027406", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:06:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7327d36516d1289024cb40088027406", - "x-ms-correlation-request-id": "33711056-c31e-4870-a8fe-d71a9e7ccbdc", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "5299b4a3-f9b6-42c4-af45-c64c7b0b5e42", - "x-ms-routing-request-id": "WESTUS2:20210901T010659Z:33711056-c31e-4870-a8fe-d71a9e7ccbdc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto7608", - "name": "sto7608", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:40.3986461Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:40.3986461Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:06:40.2736404Z", - "primaryEndpoints": { - "blob": "https://sto7608.blob.core.windows.net/", - "queue": "https://sto7608.queue.core.windows.net/", - "table": "https://sto7608.table.core.windows.net/", - "file": "https://sto7608.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto7608?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1d7de5e5dd741941b3ccf738c344d1cc-ddba796b0ba73d4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "034c139d6612b64f353d3c1dedc418a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:06:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "034c139d6612b64f353d3c1dedc418a9", - "x-ms-correlation-request-id": "25c79c8e-227f-43b9-93fb-5253918e913c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "bc90b157-16ca-42b1-b43e-fc9bac9309b7", - "x-ms-routing-request-id": "WESTUS2:20210901T010659Z:25c79c8e-227f-43b9-93fb-5253918e913c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto7608", - "name": "sto7608", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:40.3986461Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:06:40.3986461Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:06:40.2736404Z", - "primaryEndpoints": { - "blob": "https://sto7608.blob.core.windows.net/", - "queue": "https://sto7608.queue.core.windows.net/", - "table": "https://sto7608.table.core.windows.net/", - "file": "https://sto7608.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto583?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-91ba7a1a11b3554ab0cbfbde9b10f5fc-a3a1fdaeb3a0c140-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2537741bc551b4edf68b0fa2a2af7aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2537741bc551b4edf68b0fa2a2af7aa", - "x-ms-correlation-request-id": "9ec6f1ef-89ac-407c-9738-2bda98ac8e3b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fc39b18b-2027-45c4-9ff3-3a5293b5afea", - "x-ms-routing-request-id": "WESTUS2:20210901T010703Z:9ec6f1ef-89ac-407c-9738-2bda98ac8e3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11be0a33a2aee1b0c43123a9b5548b0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11be0a33a2aee1b0c43123a9b5548b0a", - "x-ms-correlation-request-id": "f6b23fad-096e-4b10-8b23-16bc557e0897", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "4daaf506-5ab7-4fbd-b822-d5d6e32e97b5", - "x-ms-routing-request-id": "WESTUS2:20210901T010703Z:f6b23fad-096e-4b10-8b23-16bc557e0897" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81359245e7656c5c3383a3d93a1e0673", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81359245e7656c5c3383a3d93a1e0673", - "x-ms-correlation-request-id": "f4ebde60-8bb4-42a6-a244-f7e2ceaebac1", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "5c2a03ce-d760-4241-8cc6-61ea93c0c70f", - "x-ms-routing-request-id": "WESTUS2:20210901T010704Z:f4ebde60-8bb4-42a6-a244-f7e2ceaebac1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1fc67343e66c44fbba7d6b1ab1991bd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1fc67343e66c44fbba7d6b1ab1991bd9", - "x-ms-correlation-request-id": "eaf21e25-a45a-4adb-b02a-453167c733af", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "3f62e8c3-eace-45e6-8375-edb23ad1582b", - "x-ms-routing-request-id": "WESTUS2:20210901T010705Z:eaf21e25-a45a-4adb-b02a-453167c733af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81eb76f0a3364cd8ae51dd2bfed7a6a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81eb76f0a3364cd8ae51dd2bfed7a6a6", - "x-ms-correlation-request-id": "dfee21c9-3876-4501-befe-17b88e685569", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "707fb82c-0bb4-48a8-88c2-600171ec5890", - "x-ms-routing-request-id": "WESTUS2:20210901T010706Z:dfee21c9-3876-4501-befe-17b88e685569" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4166af2b6c8e5e9e96f1c7e77b42bb99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4166af2b6c8e5e9e96f1c7e77b42bb99", - "x-ms-correlation-request-id": "1f04c3c1-19c3-43a1-833b-7b617fa3b691", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "e5ef07ca-85c9-460e-a04b-62204669e85a", - "x-ms-routing-request-id": "WESTUS2:20210901T010708Z:1f04c3c1-19c3-43a1-833b-7b617fa3b691" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4e8ca6784329f3d9a7a711a09d046e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4e8ca6784329f3d9a7a711a09d046e2", - "x-ms-correlation-request-id": "544502e3-fb57-45ca-b725-20e95bcf5a17", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "00ee80cf-0fe3-4f96-b3a5-9b91520f0c2f", - "x-ms-routing-request-id": "WESTUS2:20210901T010709Z:544502e3-fb57-45ca-b725-20e95bcf5a17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02efc4d7d933844bd88ceb44dcf0d06c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02efc4d7d933844bd88ceb44dcf0d06c", - "x-ms-correlation-request-id": "9f52ff9a-d816-4c1b-82af-e5e64d0a5fc8", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "403aa7eb-527a-4feb-a60a-022dd9054c08", - "x-ms-routing-request-id": "WESTUS2:20210901T010710Z:9f52ff9a-d816-4c1b-82af-e5e64d0a5fc8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34c34396e2efa67371c6a713fa8454c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34c34396e2efa67371c6a713fa8454c6", - "x-ms-correlation-request-id": "19bfb172-0626-4f1b-bcdb-7f49db46269b", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "6149ec80-25df-4d3f-9122-12285f5a0960", - "x-ms-routing-request-id": "WESTUS2:20210901T010711Z:19bfb172-0626-4f1b-bcdb-7f49db46269b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b610e4abb8528e667f63eca599f8c3aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b610e4abb8528e667f63eca599f8c3aa", - "x-ms-correlation-request-id": "3737624a-09cf-4192-af3a-97b346b0ec67", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "3368b086-85c6-4a8c-80c3-75036faa4295", - "x-ms-routing-request-id": "WESTUS2:20210901T010712Z:3737624a-09cf-4192-af3a-97b346b0ec67" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c58305aa120cf5f35149906d32378a53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c58305aa120cf5f35149906d32378a53", - "x-ms-correlation-request-id": "92fc6c0f-534b-4be0-8c5c-db32383f650b", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "e22b3cd7-b34c-401e-b5f9-f65165bdae38", - "x-ms-routing-request-id": "WESTUS2:20210901T010713Z:92fc6c0f-534b-4be0-8c5c-db32383f650b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f799243719e0dd19dd35b48cf5ce0c78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f799243719e0dd19dd35b48cf5ce0c78", - "x-ms-correlation-request-id": "90ddd781-d153-427d-b04a-7c677df829a3", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "e1ea90f0-a035-480e-aeba-796f0f17dadf", - "x-ms-routing-request-id": "WESTUS2:20210901T010714Z:90ddd781-d153-427d-b04a-7c677df829a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f569fc038f0099b9f11b650928f85b47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f569fc038f0099b9f11b650928f85b47", - "x-ms-correlation-request-id": "60fe9a9b-4a1b-4c60-a44e-86cc94d045e6", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "40c60985-2558-40c4-8f76-b8bb0e08198f", - "x-ms-routing-request-id": "WESTUS2:20210901T010715Z:60fe9a9b-4a1b-4c60-a44e-86cc94d045e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "746d98d8cb5f90caeba5e8d65d66ff82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "746d98d8cb5f90caeba5e8d65d66ff82", - "x-ms-correlation-request-id": "ded4736a-b76f-4b56-9bcf-85224d130028", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "80e74e5e-284a-48aa-a86d-fd72c8f322a8", - "x-ms-routing-request-id": "WESTUS2:20210901T010716Z:ded4736a-b76f-4b56-9bcf-85224d130028" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "356a173c95cea8536a0006c4b310b5e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "356a173c95cea8536a0006c4b310b5e4", - "x-ms-correlation-request-id": "cb42b16f-ff40-42bb-baf3-425831a979b8", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "37c572ed-111b-476c-99b5-c26f87f2e477", - "x-ms-routing-request-id": "WESTUS2:20210901T010718Z:cb42b16f-ff40-42bb-baf3-425831a979b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5db36dda9860371932d8095ba7e33b8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5db36dda9860371932d8095ba7e33b8a", - "x-ms-correlation-request-id": "77bd0ad2-a6bf-4225-85a9-8bf3a9346c4b", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "40bba3dc-03bc-4a4f-a822-d01723734cb6", - "x-ms-routing-request-id": "WESTUS2:20210901T010719Z:77bd0ad2-a6bf-4225-85a9-8bf3a9346c4b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc39b18b-2027-45c4-9ff3-3a5293b5afea?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10cce21b268e437845c5095fc505ddda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1361", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10cce21b268e437845c5095fc505ddda", - "x-ms-correlation-request-id": "577e177b-419f-428f-ae1c-9eca0dd7b7f0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "ea045352-cf5f-4e9d-a885-dc286f20cbb9", - "x-ms-routing-request-id": "WESTUS2:20210901T010720Z:577e177b-419f-428f-ae1c-9eca0dd7b7f0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto583", - "name": "sto583", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:02.1495204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:02.1495204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:07:02.0401177Z", - "primaryEndpoints": { - "blob": "https://sto583.blob.core.windows.net/", - "queue": "https://sto583.queue.core.windows.net/", - "table": "https://sto583.table.core.windows.net/", - "file": "https://sto583.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto583-secondary.blob.core.windows.net/", - "queue": "https://sto583-secondary.queue.core.windows.net/", - "table": "https://sto583-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto583?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-dcd0501804b47b45abaf6b4cdeaa4663-e3a5ea02bda84d49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0fc03efa1b3a422fe3202f68bf80187", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1361", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:07:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0fc03efa1b3a422fe3202f68bf80187", - "x-ms-correlation-request-id": "d1fae846-8417-4fe4-84a4-301ed39dd85f", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "e978dc2c-15bf-4f18-b242-2de818f6e9c1", - "x-ms-routing-request-id": "WESTUS2:20210901T010720Z:d1fae846-8417-4fe4-84a4-301ed39dd85f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto583", - "name": "sto583", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:02.1495204Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:02.1495204Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:07:02.0401177Z", - "primaryEndpoints": { - "blob": "https://sto583.blob.core.windows.net/", - "queue": "https://sto583.queue.core.windows.net/", - "table": "https://sto583.table.core.windows.net/", - "file": "https://sto583.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto583-secondary.blob.core.windows.net/", - "queue": "https://sto583-secondary.queue.core.windows.net/", - "table": "https://sto583-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto6202?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-c613de27c5cf674c97c8f8ca4a9709af-a6b8abd72e1b4341-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0a87bc4a544b455f46f189a8eba722d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_ZRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0a87bc4a544b455f46f189a8eba722d", - "x-ms-correlation-request-id": "145bcec9-5935-4240-af32-31c18595f3d1", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "ad0641f8-3524-4e3b-883f-206945b51204", - "x-ms-routing-request-id": "WESTUS2:20210901T010722Z:145bcec9-5935-4240-af32-31c18595f3d1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "499a81c40c5c4a96ad48fb4489881544", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "499a81c40c5c4a96ad48fb4489881544", - "x-ms-correlation-request-id": "ac2c9d80-041f-4602-a44e-af41996fb7d4", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "f5a8a5f9-ef95-4366-b822-0166853687bb", - "x-ms-routing-request-id": "WESTUS2:20210901T010722Z:ac2c9d80-041f-4602-a44e-af41996fb7d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5dfbd5c05d8c78a0a42f101b93f99071", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5dfbd5c05d8c78a0a42f101b93f99071", - "x-ms-correlation-request-id": "ae77ea7c-edca-4d32-8811-cd6d0997474d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "f6fb0b85-2606-464d-9b3c-1bdde5bb6f59", - "x-ms-routing-request-id": "WESTUS2:20210901T010724Z:ae77ea7c-edca-4d32-8811-cd6d0997474d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0cd6cbb7281feed09721f69e4f92f037", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cd6cbb7281feed09721f69e4f92f037", - "x-ms-correlation-request-id": "ac53b674-8d5e-4baf-9167-9885a5dd0243", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "199703a8-c486-436a-87e5-7c568ed139d3", - "x-ms-routing-request-id": "WESTUS2:20210901T010725Z:ac53b674-8d5e-4baf-9167-9885a5dd0243" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d9bcd125a8767c0e122a52dfb7bb6b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d9bcd125a8767c0e122a52dfb7bb6b3", - "x-ms-correlation-request-id": "c1dceb2d-8280-43e5-90a7-f8b35f601fbb", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "b73f844d-ea90-4ef3-a59e-7f6fd121b00d", - "x-ms-routing-request-id": "WESTUS2:20210901T010726Z:c1dceb2d-8280-43e5-90a7-f8b35f601fbb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be8c8ab709b19824040cc56b66022811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be8c8ab709b19824040cc56b66022811", - "x-ms-correlation-request-id": "3df87ded-cfbe-4f7d-a537-8db1a0a374e5", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "4ed4a43b-9c08-4e69-a5c6-12a8788f0925", - "x-ms-routing-request-id": "WESTUS2:20210901T010727Z:3df87ded-cfbe-4f7d-a537-8db1a0a374e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c509d93e435e5cea0a6f2bfd82a3f31c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c509d93e435e5cea0a6f2bfd82a3f31c", - "x-ms-correlation-request-id": "76370b75-4ff4-4506-8088-11f3968a41be", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "f5656556-6a6d-4294-abf6-f407affa8117", - "x-ms-routing-request-id": "WESTUS2:20210901T010728Z:76370b75-4ff4-4506-8088-11f3968a41be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c5e7426a32060985a903487b955400de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c5e7426a32060985a903487b955400de", - "x-ms-correlation-request-id": "db78c7fd-2065-42c7-9c3f-d065912bbe16", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "c7859310-62ab-4d24-8205-9a598a54a589", - "x-ms-routing-request-id": "WESTUS2:20210901T010729Z:db78c7fd-2065-42c7-9c3f-d065912bbe16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22ee93f9f07274559f2fb342dd271561", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22ee93f9f07274559f2fb342dd271561", - "x-ms-correlation-request-id": "806195ea-a4a7-46b4-85a7-a585e1ed10ac", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "11cd3c88-532e-480f-978a-f0860e78e67a", - "x-ms-routing-request-id": "WESTUS2:20210901T010730Z:806195ea-a4a7-46b4-85a7-a585e1ed10ac" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2301a918631b0c0b53ff1c5afa6fc7b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2301a918631b0c0b53ff1c5afa6fc7b6", - "x-ms-correlation-request-id": "85f025a2-7f77-4fa6-91b0-ca02509e7a65", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "99a131aa-6214-4c54-be27-20fc87b7cec1", - "x-ms-routing-request-id": "WESTUS2:20210901T010731Z:85f025a2-7f77-4fa6-91b0-ca02509e7a65" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef044c6ed1b479aaec7325d67e432b82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef044c6ed1b479aaec7325d67e432b82", - "x-ms-correlation-request-id": "e0eb14c2-fe68-4962-b9b3-78dc7b669045", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "b8fa78d7-1bf4-45fa-b546-3de724f2805b", - "x-ms-routing-request-id": "WESTUS2:20210901T010732Z:e0eb14c2-fe68-4962-b9b3-78dc7b669045" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb62e7eddc5395c388e2ce72d4fa7930", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb62e7eddc5395c388e2ce72d4fa7930", - "x-ms-correlation-request-id": "2204f19b-1745-4de8-8d54-b9f0d6571f63", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "21f9bf7f-451f-42d9-8d8e-89d211bb84b7", - "x-ms-routing-request-id": "WESTUS2:20210901T010734Z:2204f19b-1745-4de8-8d54-b9f0d6571f63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90d3fd68262247acff8736a83d358d0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "90d3fd68262247acff8736a83d358d0f", - "x-ms-correlation-request-id": "fe18204b-fed9-4b37-96a7-40239e85b60d", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "f6800d33-f38d-47ef-a409-8d431287df82", - "x-ms-routing-request-id": "WESTUS2:20210901T010735Z:fe18204b-fed9-4b37-96a7-40239e85b60d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "136d9ad3db0c9262896e67d20237a5f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "136d9ad3db0c9262896e67d20237a5f1", - "x-ms-correlation-request-id": "ea70595a-0980-4c49-9123-0e04be6be872", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "0f281ea8-52e5-4935-ba67-b348b3b0acf4", - "x-ms-routing-request-id": "WESTUS2:20210901T010736Z:ea70595a-0980-4c49-9123-0e04be6be872" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "816df4f99a70c75f3a1beccca51b5852", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "816df4f99a70c75f3a1beccca51b5852", - "x-ms-correlation-request-id": "dd59eabb-8802-435f-87bc-ccec85d35c98", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "59db6d15-d9c1-432f-8c48-1fd59a1c0bb2", - "x-ms-routing-request-id": "WESTUS2:20210901T010737Z:dd59eabb-8802-435f-87bc-ccec85d35c98" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "399ebf54658d8d249b4107b4bfd945c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:07:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "399ebf54658d8d249b4107b4bfd945c7", - "x-ms-correlation-request-id": "12d98650-cfbc-4794-b445-070f74baa5b2", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "64206c8a-b395-413b-902e-e611877d9b32", - "x-ms-routing-request-id": "WESTUS2:20210901T010738Z:12d98650-cfbc-4794-b445-070f74baa5b2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad0641f8-3524-4e3b-883f-206945b51204?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48ae45e20cc7389f3ba6d8f1ee95ec6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48ae45e20cc7389f3ba6d8f1ee95ec6d", - "x-ms-correlation-request-id": "a456d6fa-8297-4881-8b98-e9125007c645", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "085c1b17-a58d-4d33-bbd0-c50708e30d86", - "x-ms-routing-request-id": "WESTUS2:20210901T010739Z:a456d6fa-8297-4881-8b98-e9125007c645" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto6202", - "name": "sto6202", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:21.3690140Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:21.3690140Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:07:21.2440104Z", - "primaryEndpoints": { - "blob": "https://sto6202.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto6202?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-01279e16bd203d4890884c2768003ba9-62e439811247d34b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "437e14166b989364d0e0e62f93ab0861", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "955", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:07:38 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "437e14166b989364d0e0e62f93ab0861", - "x-ms-correlation-request-id": "dba40fe6-8dfe-4de2-8921-81df588f6a92", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "c2d75478-142b-4e53-a046-42944bf54166", - "x-ms-routing-request-id": "WESTUS2:20210901T010739Z:dba40fe6-8dfe-4de2-8921-81df588f6a92" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1299/providers/Microsoft.Storage/storageAccounts/sto6202", - "name": "sto6202", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:21.3690140Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:07:21.3690140Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:07:21.2440104Z", - "primaryEndpoints": { - "blob": "https://sto6202.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2128096068", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json deleted file mode 100644 index c20d2fabe2d58..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountGetStandardTestAsync.json +++ /dev/null @@ -1,2765 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "960bb088fc4c4dbcc450620e2500ffbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70c47040-018f-4141-a306-baa0a3c9d954", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "70c47040-018f-4141-a306-baa0a3c9d954", - "x-ms-routing-request-id": "WESTUS2:20210901T021235Z:70c47040-018f-4141-a306-baa0a3c9d954" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34b0d61958f22d000ac96e8659b15678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "062c77ac-d545-4bb2-8012-9b36e128e024", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "062c77ac-d545-4bb2-8012-9b36e128e024", - "x-ms-routing-request-id": "WESTUS2:20210901T021235Z:062c77ac-d545-4bb2-8012-9b36e128e024" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7066?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-74430dfdd0e45245b6ec774d9280be83-cbe01f0f1989a642-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04e2a0ad20cbe663074fc4494624a944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ac7422bf-fb92-47ce-9be4-27eb7d1d6f38", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ac7422bf-fb92-47ce-9be4-27eb7d1d6f38", - "x-ms-routing-request-id": "WESTUS2:20210901T021236Z:ac7422bf-fb92-47ce-9be4-27eb7d1d6f38" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066", - "name": "res7066", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2548?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-686147f132bc25469d781b13476933b0-ca1cb37c1af4ed4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b02ff40c8bde8e8236f413f9e96a7760", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b02ff40c8bde8e8236f413f9e96a7760", - "x-ms-correlation-request-id": "6b123629-fd1a-4be2-b6e2-46c0d9186310", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "ad01916b-f764-4add-895b-406707d314fa", - "x-ms-routing-request-id": "WESTUS2:20210901T021240Z:6b123629-fd1a-4be2-b6e2-46c0d9186310" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b897f6cd32703f269dd4af133cca60dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b897f6cd32703f269dd4af133cca60dc", - "x-ms-correlation-request-id": "c86eac97-3047-4a43-8377-1cd5ee18aabc", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "af4102d2-b43f-45b6-bde3-fd8d5f303755", - "x-ms-routing-request-id": "WESTUS2:20210901T021240Z:c86eac97-3047-4a43-8377-1cd5ee18aabc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea2748add3cabd340a2674fac7ddcaf4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea2748add3cabd340a2674fac7ddcaf4", - "x-ms-correlation-request-id": "8a2d4a68-0481-41a1-b661-07f755b9d340", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "66686fbd-f585-4906-a8a4-44fb0afde250", - "x-ms-routing-request-id": "WESTUS2:20210901T021241Z:8a2d4a68-0481-41a1-b661-07f755b9d340" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f32c7c3cbed2e9f0920f17799ed7cc71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f32c7c3cbed2e9f0920f17799ed7cc71", - "x-ms-correlation-request-id": "bf07b33e-b47e-4d42-9555-8a3b5c3812e6", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "127e773c-f133-4d74-83f6-40999d1444b8", - "x-ms-routing-request-id": "WESTUS2:20210901T021242Z:bf07b33e-b47e-4d42-9555-8a3b5c3812e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cf7e883cd1af9ccc2d9ae49be2b78bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cf7e883cd1af9ccc2d9ae49be2b78bf", - "x-ms-correlation-request-id": "c1542efd-9206-4f76-91d2-8377c4d066bb", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "1cd48346-f685-4e7f-87f4-8a667bc8073e", - "x-ms-routing-request-id": "WESTUS2:20210901T021243Z:c1542efd-9206-4f76-91d2-8377c4d066bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bfd6bb096c9dee09583d58bbbbbb1f33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bfd6bb096c9dee09583d58bbbbbb1f33", - "x-ms-correlation-request-id": "c1a81605-f28c-4c5a-87cc-ea4574fed617", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "039b5eef-246d-43b9-a577-39900892eff5", - "x-ms-routing-request-id": "WESTUS2:20210901T021244Z:c1a81605-f28c-4c5a-87cc-ea4574fed617" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de77035a4ee66fd9af3331f910a62b66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de77035a4ee66fd9af3331f910a62b66", - "x-ms-correlation-request-id": "5dd717f1-72a0-4707-abd3-b83fd9aa6c88", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "70499ae1-cb71-4fbf-97ae-3f5da17ba3fc", - "x-ms-routing-request-id": "WESTUS2:20210901T021245Z:5dd717f1-72a0-4707-abd3-b83fd9aa6c88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e26f57970c0016d3df0823dc75113d06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e26f57970c0016d3df0823dc75113d06", - "x-ms-correlation-request-id": "1748d251-3f52-4f0d-b734-95861f573e08", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "8daa6463-7d6a-4ab8-b26b-7c53e173e8a4", - "x-ms-routing-request-id": "WESTUS2:20210901T021246Z:1748d251-3f52-4f0d-b734-95861f573e08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbef7bba99b3bbd9e267106a3b0fdeb1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbef7bba99b3bbd9e267106a3b0fdeb1", - "x-ms-correlation-request-id": "285484b4-ff9c-44ec-a905-eb271b160666", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "a89d0fe5-e3c5-443d-9730-511193f66e5d", - "x-ms-routing-request-id": "WESTUS2:20210901T021248Z:285484b4-ff9c-44ec-a905-eb271b160666" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6424f1123c4b4d322f61ffdd2afcfa9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6424f1123c4b4d322f61ffdd2afcfa9e", - "x-ms-correlation-request-id": "468f2853-a14e-411d-ad16-732ac76a0a93", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "97bcc526-fb61-4f7b-9ef9-b6acf4424677", - "x-ms-routing-request-id": "WESTUS2:20210901T021249Z:468f2853-a14e-411d-ad16-732ac76a0a93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "943e2af570b7fdb37eb30099fc68dbcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "943e2af570b7fdb37eb30099fc68dbcf", - "x-ms-correlation-request-id": "119b4ae0-f26b-4570-86b3-dd32d71eba5a", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "8f369d84-fb7d-45df-a823-88baee9e313f", - "x-ms-routing-request-id": "WESTUS2:20210901T021250Z:119b4ae0-f26b-4570-86b3-dd32d71eba5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83ca722ad9ed7eba48a18b5299fb91e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83ca722ad9ed7eba48a18b5299fb91e5", - "x-ms-correlation-request-id": "ef43c176-07a7-48e1-9ca5-df78af962f08", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "53c9dd3b-4079-4a55-b2a1-621047e4595f", - "x-ms-routing-request-id": "WESTUS2:20210901T021251Z:ef43c176-07a7-48e1-9ca5-df78af962f08" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1075726c49d1a1f93d26e5983c9951c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1075726c49d1a1f93d26e5983c9951c7", - "x-ms-correlation-request-id": "9a7d5174-dbc6-4742-9aa5-6be8adb545d4", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "3db439d1-e6eb-44ba-9567-35123c47284b", - "x-ms-routing-request-id": "WESTUS2:20210901T021252Z:9a7d5174-dbc6-4742-9aa5-6be8adb545d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7b3308676321bb16fc04c15e5606482", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7b3308676321bb16fc04c15e5606482", - "x-ms-correlation-request-id": "64822a3f-f1a9-4b86-98ba-fddfb7d3367d", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "245acc0d-e3e2-4460-8851-3e6e709b2d6a", - "x-ms-routing-request-id": "WESTUS2:20210901T021253Z:64822a3f-f1a9-4b86-98ba-fddfb7d3367d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "892c1a21caf3e0fe782845c6f32242ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "892c1a21caf3e0fe782845c6f32242ae", - "x-ms-correlation-request-id": "bba5b158-9c82-430b-b225-060e76690001", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "dd94c91e-dede-4af1-8a81-2bc321d3df16", - "x-ms-routing-request-id": "WESTUS2:20210901T021254Z:bba5b158-9c82-430b-b225-060e76690001" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ad01916b-f764-4add-895b-406707d314fa?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68ccc350d948f6b3c159a110fce4bcdc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:12:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68ccc350d948f6b3c159a110fce4bcdc", - "x-ms-correlation-request-id": "7324e57b-4992-4c18-a51f-c2549e008e0e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "42916c73-9595-4086-b8b6-e376fc6d24cc", - "x-ms-routing-request-id": "WESTUS2:20210901T021255Z:7324e57b-4992-4c18-a51f-c2549e008e0e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2548", - "name": "sto2548", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:38.7606255Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:38.7606255Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:12:38.6355858Z", - "primaryEndpoints": { - "blob": "https://sto2548.blob.core.windows.net/", - "queue": "https://sto2548.queue.core.windows.net/", - "table": "https://sto2548.table.core.windows.net/", - "file": "https://sto2548.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2548?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8cd2d593818db143b63290a85bf786bc-dcda7e14609f9b40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "217663c1c76dbbd332d23f0930ea274d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:12:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "217663c1c76dbbd332d23f0930ea274d", - "x-ms-correlation-request-id": "ae9edcd6-c5ab-4820-837b-5f526c5cf0ca", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "4cdaebb9-82e0-421a-9e9b-a21d2e0c9a42", - "x-ms-routing-request-id": "WESTUS2:20210901T021256Z:ae9edcd6-c5ab-4820-837b-5f526c5cf0ca" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2548", - "name": "sto2548", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:38.7606255Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:38.7606255Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:12:38.6355858Z", - "primaryEndpoints": { - "blob": "https://sto2548.blob.core.windows.net/", - "queue": "https://sto2548.queue.core.windows.net/", - "table": "https://sto2548.table.core.windows.net/", - "file": "https://sto2548.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto6557?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b50a18e22a7cdf40bc566736bc51a448-7243fd002a2f994e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21c49d7efb9448396636c89a28ede493", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21c49d7efb9448396636c89a28ede493", - "x-ms-correlation-request-id": "dc52bfea-e069-4a11-901c-d0f0cc12118f", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f02509aa-af97-40e3-9ec6-9b6c4a7d98ac", - "x-ms-routing-request-id": "WESTUS2:20210901T021258Z:dc52bfea-e069-4a11-901c-d0f0cc12118f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e9154319a1fc6482a2eba37fe399344", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e9154319a1fc6482a2eba37fe399344", - "x-ms-correlation-request-id": "2d0aecf5-378a-4218-964c-ff52346dd0fa", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "22883827-4dc9-460f-a09a-03af28d793b2", - "x-ms-routing-request-id": "WESTUS2:20210901T021258Z:2d0aecf5-378a-4218-964c-ff52346dd0fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c79dabee97e55ea15c3b3184c4c2adbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c79dabee97e55ea15c3b3184c4c2adbc", - "x-ms-correlation-request-id": "7412f0f8-0ffa-4400-9cf5-041a220374fc", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "2ee849cd-c3a6-4b2d-b41e-dd3aac2ecaf6", - "x-ms-routing-request-id": "WESTUS2:20210901T021259Z:7412f0f8-0ffa-4400-9cf5-041a220374fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d468f270855bd174203e667d65098bb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:12:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d468f270855bd174203e667d65098bb6", - "x-ms-correlation-request-id": "5a0c7280-d829-4b00-9c11-8ac1d7b4a7bf", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "b02c516b-0b00-4bc2-9d37-75c746ae0bb4", - "x-ms-routing-request-id": "WESTUS2:20210901T021300Z:5a0c7280-d829-4b00-9c11-8ac1d7b4a7bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee88f17dfd0c9af1b23302e469c30167", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee88f17dfd0c9af1b23302e469c30167", - "x-ms-correlation-request-id": "fb5c6589-a85f-46aa-b211-a3b7fd81c4ed", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "b230d2d5-a514-469f-832a-b0dba2a780b4", - "x-ms-routing-request-id": "WESTUS2:20210901T021302Z:fb5c6589-a85f-46aa-b211-a3b7fd81c4ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0cc6fe80bed168e837cca6a73123f853", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cc6fe80bed168e837cca6a73123f853", - "x-ms-correlation-request-id": "90584df9-9d13-4909-999f-febeda4a5e60", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "578ed161-3c51-46bb-ae94-0428f8dd11b1", - "x-ms-routing-request-id": "WESTUS2:20210901T021303Z:90584df9-9d13-4909-999f-febeda4a5e60" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2077bb0bf3972af01ce2228838f675d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2077bb0bf3972af01ce2228838f675d", - "x-ms-correlation-request-id": "d92016aa-1c78-4a08-b179-395cdbda2b5e", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "2e40d222-51ca-4233-b6a0-7bbca3c43149", - "x-ms-routing-request-id": "WESTUS2:20210901T021304Z:d92016aa-1c78-4a08-b179-395cdbda2b5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67fdfe3c7e42bfe5091fb7405749688f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67fdfe3c7e42bfe5091fb7405749688f", - "x-ms-correlation-request-id": "9f9cf57d-4511-45d1-aa0e-ef419f5d37ff", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "eca8d548-bcb6-47bb-bcd5-0ac32038c967", - "x-ms-routing-request-id": "WESTUS2:20210901T021305Z:9f9cf57d-4511-45d1-aa0e-ef419f5d37ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed34ae3a2ebcc12d4e540a029bc0e5a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed34ae3a2ebcc12d4e540a029bc0e5a7", - "x-ms-correlation-request-id": "c191b2ab-6258-4a3f-a4b2-5f49abb91792", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "a7d62186-f516-4c1d-b1f9-d35d9297b904", - "x-ms-routing-request-id": "WESTUS2:20210901T021306Z:c191b2ab-6258-4a3f-a4b2-5f49abb91792" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "326a4964912631109648c91a076f1bb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "326a4964912631109648c91a076f1bb7", - "x-ms-correlation-request-id": "31c78b09-fe5c-4b09-b4b4-2b3a5c056f4b", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "e0e86db8-e294-41c1-affc-16415048f42d", - "x-ms-routing-request-id": "WESTUS2:20210901T021307Z:31c78b09-fe5c-4b09-b4b4-2b3a5c056f4b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4ed92657a5b0ea0d13c18ee74e22348", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4ed92657a5b0ea0d13c18ee74e22348", - "x-ms-correlation-request-id": "70fc35c1-e69b-4ebd-9b42-f7a41c1ba704", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "0afa12c3-35f2-4a5f-ae3e-ef9768d0a8a0", - "x-ms-routing-request-id": "WESTUS2:20210901T021308Z:70fc35c1-e69b-4ebd-9b42-f7a41c1ba704" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ddb0f3936dfa9689e0357746513b9df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ddb0f3936dfa9689e0357746513b9df", - "x-ms-correlation-request-id": "d0079841-55ec-471a-9e1a-b75cdff1f230", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "42074e3f-d88d-42fb-bd40-80d8aefe5502", - "x-ms-routing-request-id": "WESTUS2:20210901T021309Z:d0079841-55ec-471a-9e1a-b75cdff1f230" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "089c533811d3ea4ca85c61ea7921bdb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "089c533811d3ea4ca85c61ea7921bdb3", - "x-ms-correlation-request-id": "6d88451d-e0fd-4eca-b4f1-42041583a937", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "682f149e-b7c0-4cb5-9a7d-cc580de5396a", - "x-ms-routing-request-id": "WESTUS2:20210901T021310Z:6d88451d-e0fd-4eca-b4f1-42041583a937" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8e080250d932fd72a443658222ca9bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8e080250d932fd72a443658222ca9bd", - "x-ms-correlation-request-id": "3ae5a837-d83f-4160-be0f-5bfadc37958b", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "7793644f-1532-4db5-ba86-cc56f14ee830", - "x-ms-routing-request-id": "WESTUS2:20210901T021312Z:3ae5a837-d83f-4160-be0f-5bfadc37958b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20b538821a462875c2f16583d47e2f7c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20b538821a462875c2f16583d47e2f7c", - "x-ms-correlation-request-id": "7c94c988-20d0-4500-b925-8ac65eebf677", - "x-ms-ratelimit-remaining-subscription-reads": "11946", - "x-ms-request-id": "7d8f2ab8-c162-483a-a542-5e530536dc64", - "x-ms-routing-request-id": "WESTUS2:20210901T021313Z:7c94c988-20d0-4500-b925-8ac65eebf677" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e44fa345c0322b4c7c6cde8edbf4c77b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e44fa345c0322b4c7c6cde8edbf4c77b", - "x-ms-correlation-request-id": "6016095a-f99f-4556-a5f4-f6da9877a4fe", - "x-ms-ratelimit-remaining-subscription-reads": "11945", - "x-ms-request-id": "4e7662c7-fbd0-41ad-bd3b-0ac419acb162", - "x-ms-routing-request-id": "WESTUS2:20210901T021314Z:6016095a-f99f-4556-a5f4-f6da9877a4fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f02509aa-af97-40e3-9ec6-9b6c4a7d98ac?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4067a3b29c6b0a6d0bb835a1a8535bab", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4067a3b29c6b0a6d0bb835a1a8535bab", - "x-ms-correlation-request-id": "c67807be-a488-4b9b-8cf3-47996297165e", - "x-ms-ratelimit-remaining-subscription-reads": "11944", - "x-ms-request-id": "4efc9493-4d2d-4352-bc55-e30994a3896f", - "x-ms-routing-request-id": "WESTUS2:20210901T021315Z:c67807be-a488-4b9b-8cf3-47996297165e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto6557", - "name": "sto6557", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:57.1519639Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:57.1519639Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:12:57.0427899Z", - "primaryEndpoints": { - "blob": "https://sto6557.blob.core.windows.net/", - "queue": "https://sto6557.queue.core.windows.net/", - "table": "https://sto6557.table.core.windows.net/", - "file": "https://sto6557.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto6557?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7235e39511ec864485c3275512525c8a-60eefd6de85b5246-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f12b914c4ddc18aec8aa4d93be64cce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f12b914c4ddc18aec8aa4d93be64cce", - "x-ms-correlation-request-id": "16ba042d-54e4-4ed2-a758-2727364bbd58", - "x-ms-ratelimit-remaining-subscription-reads": "11943", - "x-ms-request-id": "2a83883b-e8ee-4146-b574-fc371ce85f4e", - "x-ms-routing-request-id": "WESTUS2:20210901T021315Z:16ba042d-54e4-4ed2-a758-2727364bbd58" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto6557", - "name": "sto6557", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:57.1519639Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:12:57.1519639Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:12:57.0427899Z", - "primaryEndpoints": { - "blob": "https://sto6557.blob.core.windows.net/", - "queue": "https://sto6557.queue.core.windows.net/", - "table": "https://sto6557.table.core.windows.net/", - "file": "https://sto6557.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2893?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "128", - "Content-Type": "application/json", - "traceparent": "00-7d843c04d6bfcd4fbbafc80e4951d37a-2764aa8173ee4341-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31d0e929ef17a9103544d87a8baa8328", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_RAGRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31d0e929ef17a9103544d87a8baa8328", - "x-ms-correlation-request-id": "35196c73-79f0-4eca-888f-a96ed7182c04", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "78ed75ab-0e6e-4103-ac6e-781f8547c403", - "x-ms-routing-request-id": "WESTUS2:20210901T021317Z:35196c73-79f0-4eca-888f-a96ed7182c04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "be78676b29822594a8684999ec103642", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "be78676b29822594a8684999ec103642", - "x-ms-correlation-request-id": "9c87ee30-e1ed-490e-9aa7-b73eb7c89655", - "x-ms-ratelimit-remaining-subscription-reads": "11942", - "x-ms-request-id": "f0a82aa2-2145-4fe1-a0a3-d824a8d7c3e3", - "x-ms-routing-request-id": "WESTUS2:20210901T021318Z:9c87ee30-e1ed-490e-9aa7-b73eb7c89655" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07c77c072a6ce1eb4be218719c2fb0a1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "07c77c072a6ce1eb4be218719c2fb0a1", - "x-ms-correlation-request-id": "081d5c4c-8187-4f4a-8f8f-7384f0bdd656", - "x-ms-ratelimit-remaining-subscription-reads": "11941", - "x-ms-request-id": "d6696a25-89d1-4e25-8a0b-fbbb50114f36", - "x-ms-routing-request-id": "WESTUS2:20210901T021319Z:081d5c4c-8187-4f4a-8f8f-7384f0bdd656" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "230fb474c431e7a59f557979fe040108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "230fb474c431e7a59f557979fe040108", - "x-ms-correlation-request-id": "fa49e0e3-464e-4845-9907-ef582e545233", - "x-ms-ratelimit-remaining-subscription-reads": "11940", - "x-ms-request-id": "5180599b-0e1b-4baf-bb8a-1c4334336d6a", - "x-ms-routing-request-id": "WESTUS2:20210901T021320Z:fa49e0e3-464e-4845-9907-ef582e545233" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cd9106ec8cc40b77b9673a011228879", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cd9106ec8cc40b77b9673a011228879", - "x-ms-correlation-request-id": "022b9efb-4758-4280-9634-c5c9268d0a8c", - "x-ms-ratelimit-remaining-subscription-reads": "11939", - "x-ms-request-id": "12801c1d-98c5-49f7-bde7-4cb954ccdd91", - "x-ms-routing-request-id": "WESTUS2:20210901T021321Z:022b9efb-4758-4280-9634-c5c9268d0a8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3724a8b813004310d6e06817b172e346", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3724a8b813004310d6e06817b172e346", - "x-ms-correlation-request-id": "bb9c1519-a4c4-46e9-abf1-015896491f10", - "x-ms-ratelimit-remaining-subscription-reads": "11938", - "x-ms-request-id": "933f9171-eb67-489a-8dc2-88e6c0e08a11", - "x-ms-routing-request-id": "WESTUS2:20210901T021322Z:bb9c1519-a4c4-46e9-abf1-015896491f10" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b0310e13455acd5fccfa89b5105d67d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b0310e13455acd5fccfa89b5105d67d", - "x-ms-correlation-request-id": "2cdc807e-0d65-4f8e-8d7f-a00617fb73b0", - "x-ms-ratelimit-remaining-subscription-reads": "11937", - "x-ms-request-id": "4908a9d0-7329-4975-a1a4-cf61650afecc", - "x-ms-routing-request-id": "WESTUS2:20210901T021323Z:2cdc807e-0d65-4f8e-8d7f-a00617fb73b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56c1ffccc9e05b08ff96a5ec5fa08e09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56c1ffccc9e05b08ff96a5ec5fa08e09", - "x-ms-correlation-request-id": "26c8444e-e2cd-4ac8-b865-9491849cddcd", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "93a3ec5a-2d28-4639-8d3d-4e2223e3fd32", - "x-ms-routing-request-id": "WESTUS2:20210901T021324Z:26c8444e-e2cd-4ac8-b865-9491849cddcd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01be2cb3fd1f8323d2783a316a75f1d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01be2cb3fd1f8323d2783a316a75f1d1", - "x-ms-correlation-request-id": "91ca8475-ef24-4263-9909-c81be770b9f1", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "a28e8780-1ea9-44a5-a61c-acf7b8a176da", - "x-ms-routing-request-id": "WESTUS2:20210901T021325Z:91ca8475-ef24-4263-9909-c81be770b9f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b14bea098cb1176608a78bbf8fe84c5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b14bea098cb1176608a78bbf8fe84c5c", - "x-ms-correlation-request-id": "66776d45-40d3-4e50-9248-e85009127e95", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "de91bcc4-8aa5-4848-a0ba-ee266927a52d", - "x-ms-routing-request-id": "WESTUS2:20210901T021326Z:66776d45-40d3-4e50-9248-e85009127e95" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "25e89f40d546ce5edc3d83678ed7f08a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "25e89f40d546ce5edc3d83678ed7f08a", - "x-ms-correlation-request-id": "17f94189-5cb6-4d64-a339-dcc8c5915a07", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "7b2499af-86fa-4fca-afde-9b6156d6843e", - "x-ms-routing-request-id": "WESTUS2:20210901T021328Z:17f94189-5cb6-4d64-a339-dcc8c5915a07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "74e2d3a5dc542657c5a7f8777164f4e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74e2d3a5dc542657c5a7f8777164f4e9", - "x-ms-correlation-request-id": "0b7d3310-0f29-4e8a-9e00-6b31025f14f8", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "e5fa2b8c-0910-4483-b38b-4f9f82cae43f", - "x-ms-routing-request-id": "WESTUS2:20210901T021329Z:0b7d3310-0f29-4e8a-9e00-6b31025f14f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbf0de2bcc8d348b8c7cd57308fe8831", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbf0de2bcc8d348b8c7cd57308fe8831", - "x-ms-correlation-request-id": "c2429e5a-c865-4ec7-a00a-aa729c100e40", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "5433cde6-3ecc-4b8a-9209-07e170781a9c", - "x-ms-routing-request-id": "WESTUS2:20210901T021330Z:c2429e5a-c865-4ec7-a00a-aa729c100e40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb1a01b6d706630747c15f9fdce65d78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb1a01b6d706630747c15f9fdce65d78", - "x-ms-correlation-request-id": "3bb0f20a-f907-4ad5-bf2e-09069205ad18", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "c5566a5d-01b4-4fc1-8481-ca1fee6f27d5", - "x-ms-routing-request-id": "WESTUS2:20210901T021331Z:3bb0f20a-f907-4ad5-bf2e-09069205ad18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b03c994924e6d8fd48ade8d807e41dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b03c994924e6d8fd48ade8d807e41dc6", - "x-ms-correlation-request-id": "6c33f10a-f298-4b8d-b10a-4c80fdf13c1e", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "24583128-f455-445b-a4e6-dbb7f1923de3", - "x-ms-routing-request-id": "WESTUS2:20210901T021332Z:6c33f10a-f298-4b8d-b10a-4c80fdf13c1e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6fc1c71f384953e3d68c84cb6ceb58a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6fc1c71f384953e3d68c84cb6ceb58a6", - "x-ms-correlation-request-id": "fdb08e12-f91e-431e-98af-14b871c40da7", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "e448be99-dee6-4dd6-8268-73ea1109e345", - "x-ms-routing-request-id": "WESTUS2:20210901T021333Z:fdb08e12-f91e-431e-98af-14b871c40da7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/78ed75ab-0e6e-4103-ac6e-781f8547c403?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f2a5d1fd7c2914a04417258ef2f5c63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1370", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f2a5d1fd7c2914a04417258ef2f5c63", - "x-ms-correlation-request-id": "32597f57-d6b7-40b8-b0a4-773241d7578b", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "c78d1b4b-f6e6-494a-94f7-fd7d730a1e4f", - "x-ms-routing-request-id": "WESTUS2:20210901T021334Z:32597f57-d6b7-40b8-b0a4-773241d7578b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2893", - "name": "sto2893", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:16.5433744Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:16.5433744Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:13:16.4496056Z", - "primaryEndpoints": { - "blob": "https://sto2893.blob.core.windows.net/", - "queue": "https://sto2893.queue.core.windows.net/", - "table": "https://sto2893.table.core.windows.net/", - "file": "https://sto2893.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto2893-secondary.blob.core.windows.net/", - "queue": "https://sto2893-secondary.queue.core.windows.net/", - "table": "https://sto2893-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2893?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cfd58bed70afe54995808a5c4356b645-2b07a3459f9c2e4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "147f98a3ed25102eb6e8da5aa0316c5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1370", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "147f98a3ed25102eb6e8da5aa0316c5c", - "x-ms-correlation-request-id": "cbbbf939-c563-4cc5-924b-a0c53505fcaf", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "eec76ae8-9651-40f3-8bff-01ab30046821", - "x-ms-routing-request-id": "WESTUS2:20210901T021334Z:cbbbf939-c563-4cc5-924b-a0c53505fcaf" - }, - "ResponseBody": { - "sku": { - "name": "Standard_RAGRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto2893", - "name": "sto2893", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:16.5433744Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:16.5433744Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:13:16.4496056Z", - "primaryEndpoints": { - "blob": "https://sto2893.blob.core.windows.net/", - "queue": "https://sto2893.queue.core.windows.net/", - "table": "https://sto2893.table.core.windows.net/", - "file": "https://sto2893.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available", - "secondaryEndpoints": { - "blob": "https://sto2893-secondary.blob.core.windows.net/", - "queue": "https://sto2893-secondary.queue.core.windows.net/", - "table": "https://sto2893-secondary.table.core.windows.net/" - } - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto867?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-2628a28222e66846a1089f78c985d079-0be02b39a889164b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aab84155aeb947047d2f6b08c68a63a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_ZRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aab84155aeb947047d2f6b08c68a63a6", - "x-ms-correlation-request-id": "4068db8d-2089-4f0a-af5e-de1afbc896ec", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "e079a7cb-6fd2-403b-807d-bdc6963c390c", - "x-ms-routing-request-id": "WESTUS2:20210901T021339Z:4068db8d-2089-4f0a-af5e-de1afbc896ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae0315d5b176f5a9943897f582254a2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae0315d5b176f5a9943897f582254a2c", - "x-ms-correlation-request-id": "e3e83640-4ae4-42ac-9c7f-48529a87dcf1", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "5c51ffa2-f4b8-455d-af87-cee9bc92d77b", - "x-ms-routing-request-id": "WESTUS2:20210901T021339Z:e3e83640-4ae4-42ac-9c7f-48529a87dcf1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f293384970912f0bf877ba0f52a498c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f293384970912f0bf877ba0f52a498c", - "x-ms-correlation-request-id": "a64d4a2e-703e-437c-86db-635998dbda69", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "f4c85ced-6139-44db-8352-495f69f0f812", - "x-ms-routing-request-id": "WESTUS2:20210901T021340Z:a64d4a2e-703e-437c-86db-635998dbda69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b032983db5867e2f78323f33ab8baf09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b032983db5867e2f78323f33ab8baf09", - "x-ms-correlation-request-id": "0120d7d9-e16b-41e5-a7c4-ee72029ba0d6", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "b71de49c-4be5-4389-b8db-a2b4681af223", - "x-ms-routing-request-id": "WESTUS2:20210901T021341Z:0120d7d9-e16b-41e5-a7c4-ee72029ba0d6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c9558ccf72c63dc825f1eeef3609ff69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9558ccf72c63dc825f1eeef3609ff69", - "x-ms-correlation-request-id": "7bdb8c50-c07e-46c8-98d8-6eecd361ac2a", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "4b2dc6f3-9183-4379-abce-2a85a7f24eb2", - "x-ms-routing-request-id": "WESTUS2:20210901T021343Z:7bdb8c50-c07e-46c8-98d8-6eecd361ac2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9b80aee99f3cfa503aa07d758bd6634", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9b80aee99f3cfa503aa07d758bd6634", - "x-ms-correlation-request-id": "8de4da7d-792d-4041-9050-59d8e003f589", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "25a2270c-0256-4573-9708-7ead56d814e4", - "x-ms-routing-request-id": "WESTUS2:20210901T021344Z:8de4da7d-792d-4041-9050-59d8e003f589" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68d072d77fd5cbc5cff58b95c63f476f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68d072d77fd5cbc5cff58b95c63f476f", - "x-ms-correlation-request-id": "5e69f690-d4e2-44c7-af87-3bae3bab9096", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "bf3e4e2b-6ac4-4ecd-954d-e6fb1d45e118", - "x-ms-routing-request-id": "WESTUS2:20210901T021345Z:5e69f690-d4e2-44c7-af87-3bae3bab9096" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a044d632c5d33615e785c51c6af1e567", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a044d632c5d33615e785c51c6af1e567", - "x-ms-correlation-request-id": "0150a7a6-c6c6-46e3-ba16-4eeddc78ccdc", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "96bcef68-2813-4420-8808-f69fbae0cc06", - "x-ms-routing-request-id": "WESTUS2:20210901T021346Z:0150a7a6-c6c6-46e3-ba16-4eeddc78ccdc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c417ba8a96386e9345ec19fd0e0f08c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c417ba8a96386e9345ec19fd0e0f08c4", - "x-ms-correlation-request-id": "ccbaddb1-c762-422b-9f8d-49e4d38d7c14", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "6f84ac77-0b10-4f07-af1d-e823ce0fdad2", - "x-ms-routing-request-id": "WESTUS2:20210901T021347Z:ccbaddb1-c762-422b-9f8d-49e4d38d7c14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81a49862c57812605c9a814fbaa960de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81a49862c57812605c9a814fbaa960de", - "x-ms-correlation-request-id": "da60a74b-20e6-4154-ab16-06f7321f1547", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "e90129f8-183a-4985-bd95-bdbaf4c61b18", - "x-ms-routing-request-id": "WESTUS2:20210901T021348Z:da60a74b-20e6-4154-ab16-06f7321f1547" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c0a230f83279c3642d55be6ab1827d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c0a230f83279c3642d55be6ab1827d7", - "x-ms-correlation-request-id": "6603e725-1453-4d61-8801-9624a03581db", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "0811d4c6-0b5f-4e70-9ecb-e9b0116120ee", - "x-ms-routing-request-id": "WESTUS2:20210901T021349Z:6603e725-1453-4d61-8801-9624a03581db" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2b9017d634dc5ef5905689e1544b49b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2b9017d634dc5ef5905689e1544b49b", - "x-ms-correlation-request-id": "d6842148-25e6-49c9-83d2-3a5de66dfa9e", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "badf8a62-9972-4e6f-b4ac-232ed2987e4e", - "x-ms-routing-request-id": "WESTUS2:20210901T021350Z:d6842148-25e6-49c9-83d2-3a5de66dfa9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eaee3b8bfc04df9c61083fa2697a6644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eaee3b8bfc04df9c61083fa2697a6644", - "x-ms-correlation-request-id": "984e6cb4-af9f-4f2b-bbd8-96bb865e0c34", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "703af03c-d44e-4c82-8a14-c3079dd2a2a1", - "x-ms-routing-request-id": "WESTUS2:20210901T021352Z:984e6cb4-af9f-4f2b-bbd8-96bb865e0c34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8d2a9728df0ac913445b2221b9887fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8d2a9728df0ac913445b2221b9887fe", - "x-ms-correlation-request-id": "2838bd2d-5617-4c12-a466-f57f62538ccb", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "93e047de-9c4f-44bd-a25d-07550c032d7e", - "x-ms-routing-request-id": "WESTUS2:20210901T021353Z:2838bd2d-5617-4c12-a466-f57f62538ccb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "705abf213d2a81d365d97045244c5bdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:13:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "705abf213d2a81d365d97045244c5bdf", - "x-ms-correlation-request-id": "66414970-5540-404f-87ca-abaf3b3784ee", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "4025d1d8-71c0-46f5-a31b-5c154ac0a7fa", - "x-ms-routing-request-id": "WESTUS2:20210901T021354Z:66414970-5540-404f-87ca-abaf3b3784ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/e079a7cb-6fd2-403b-807d-bdc6963c390c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b2b239ffc71fdabaa41b5bf497ac3c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "952", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b2b239ffc71fdabaa41b5bf497ac3c9", - "x-ms-correlation-request-id": "7d6379d4-1463-44ca-a736-cc3d7d419150", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "f2593715-82fe-4265-a576-3233efd4cfea", - "x-ms-routing-request-id": "WESTUS2:20210901T021355Z:7d6379d4-1463-44ca-a736-cc3d7d419150" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto867", - "name": "sto867", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:35.9034790Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:35.9034790Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:13:35.8097270Z", - "primaryEndpoints": { - "blob": "https://sto867.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto867?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-96fd0f44616ff54eb8bb3ec730da21c7-836e6c5aae9d7b4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a9814181f51f341ad65152161d4c87e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "952", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:13:55 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a9814181f51f341ad65152161d4c87e8", - "x-ms-correlation-request-id": "f4f3be36-c6e1-48fb-81cf-9f6476994c30", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "b3b07ffb-f8a8-4de3-a090-b0aaa41dc3db", - "x-ms-routing-request-id": "WESTUS2:20210901T021355Z:f4f3be36-c6e1-48fb-81cf-9f6476994c30" - }, - "ResponseBody": { - "sku": { - "name": "Standard_ZRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7066/providers/Microsoft.Storage/storageAccounts/sto867", - "name": "sto867", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:35.9034790Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:13:35.9034790Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:13:35.8097270Z", - "primaryEndpoints": { - "blob": "https://sto867.blob.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "153481808", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json deleted file mode 100644 index 49d70a0aae159..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTest.json +++ /dev/null @@ -1,777 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ec19e9a1ba6a345f090fd61e46b38ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0282e9d3-e4a4-415d-8e51-3ce31e830c13", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "0282e9d3-e4a4-415d-8e51-3ce31e830c13", - "x-ms-routing-request-id": "WESTUS2:20210901T010843Z:0282e9d3-e4a4-415d-8e51-3ce31e830c13" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6d5a4508b9f611fc8d5b50a4000857c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7a9600a9-86bd-43b4-aca7-713e41ca3a79", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "7a9600a9-86bd-43b4-aca7-713e41ca3a79", - "x-ms-routing-request-id": "WESTUS2:20210901T010843Z:7a9600a9-86bd-43b4-aca7-713e41ca3a79" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2825?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-92de92c1f01c894883a703044a053e93-ea65bd4072a22b4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42bcf721ff174c1dd59500a9ca0a69c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "de82d412-3174-4d1d-92a4-e8f79587ca13", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "de82d412-3174-4d1d-92a4-e8f79587ca13", - "x-ms-routing-request-id": "WESTUS2:20210901T010843Z:de82d412-3174-4d1d-92a4-e8f79587ca13" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2825", - "name": "res2825", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2825/providers/Microsoft.Storage/storageAccounts/sto3230?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-3b75cf09a407164b9c6399235ce538d5-5e5f800d76f3ce45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6885caf0e6e607f55d1653b63f00a81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6885caf0e6e607f55d1653b63f00a81", - "x-ms-correlation-request-id": "cb057486-657e-45aa-ae74-e08d8b2c1db0", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "3eec01ed-6ea0-4097-95de-34f43a293a0b", - "x-ms-routing-request-id": "WESTUS2:20210901T010848Z:cb057486-657e-45aa-ae74-e08d8b2c1db0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2950ac400af4e8b23de1c12db81172a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2950ac400af4e8b23de1c12db81172a4", - "x-ms-correlation-request-id": "591a50b7-c042-4f29-878c-2a8dcad7afd2", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "c111e48d-d148-4847-ad5b-9a6ce850ba04", - "x-ms-routing-request-id": "WESTUS2:20210901T010849Z:591a50b7-c042-4f29-878c-2a8dcad7afd2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "465928f54df47627b6d06ca41960a857", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465928f54df47627b6d06ca41960a857", - "x-ms-correlation-request-id": "21e0fb67-d23b-44c7-b43c-10f77b98bb2c", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "de1c89b3-ecbe-468d-9209-beff858f04aa", - "x-ms-routing-request-id": "WESTUS2:20210901T010850Z:21e0fb67-d23b-44c7-b43c-10f77b98bb2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6fb1806e09f678c108b3e8a7777ff68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6fb1806e09f678c108b3e8a7777ff68", - "x-ms-correlation-request-id": "60e5f42d-a87e-4c36-b152-d4ab6aaf60e4", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "eb536ef7-580b-489c-abda-5c771a0882f4", - "x-ms-routing-request-id": "WESTUS2:20210901T010851Z:60e5f42d-a87e-4c36-b152-d4ab6aaf60e4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f29515884a4f25785da73239d0ecfdd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f29515884a4f25785da73239d0ecfdd", - "x-ms-correlation-request-id": "e5da97d1-26eb-49ee-9518-396722ed3757", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "e4a8485f-66c8-4473-a1d9-b8047112d1a2", - "x-ms-routing-request-id": "WESTUS2:20210901T010852Z:e5da97d1-26eb-49ee-9518-396722ed3757" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9f276939bb1514059bf236680f9cfe3e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f276939bb1514059bf236680f9cfe3e", - "x-ms-correlation-request-id": "2c0dc55c-ca24-4b96-b3ba-7c6fcb9c72fd", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "f5946219-9eb0-4e57-b160-8bc62284ab94", - "x-ms-routing-request-id": "WESTUS2:20210901T010853Z:2c0dc55c-ca24-4b96-b3ba-7c6fcb9c72fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c74b03d0193782b3c00931c56d68c902", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c74b03d0193782b3c00931c56d68c902", - "x-ms-correlation-request-id": "92480491-a96a-4695-91b1-cbcd5f0af1cf", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "73989177-fe71-4646-9e19-a54672a0f0a0", - "x-ms-routing-request-id": "WESTUS2:20210901T010855Z:92480491-a96a-4695-91b1-cbcd5f0af1cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e5060bc60509d534b14f3b24eeee2e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e5060bc60509d534b14f3b24eeee2e8", - "x-ms-correlation-request-id": "f0113739-fb38-44f7-9715-855398cf63c5", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "168b820e-dfc2-4a30-933c-2a15f5a82371", - "x-ms-routing-request-id": "WESTUS2:20210901T010856Z:f0113739-fb38-44f7-9715-855398cf63c5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "995334dc07c220a6b6a5de0c8a40a632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "995334dc07c220a6b6a5de0c8a40a632", - "x-ms-correlation-request-id": "c3ef56be-d174-48e9-97a2-2c7b09863ebc", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "ba51f1ce-27ab-4f01-9297-44cac21f1e67", - "x-ms-routing-request-id": "WESTUS2:20210901T010857Z:c3ef56be-d174-48e9-97a2-2c7b09863ebc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aeac3328f04c70edb0ae7b22250033d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aeac3328f04c70edb0ae7b22250033d2", - "x-ms-correlation-request-id": "90ad0e25-835f-4c92-b4ef-31fc677d2a7e", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "8f888061-2861-4c2a-93d0-500a02f4231d", - "x-ms-routing-request-id": "WESTUS2:20210901T010858Z:90ad0e25-835f-4c92-b4ef-31fc677d2a7e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39e848263015b540ba3057ab8146120b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:08:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39e848263015b540ba3057ab8146120b", - "x-ms-correlation-request-id": "9ee4f2d8-8313-4a29-baba-1e1284a55182", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "d1251061-f2a9-4886-ae03-984b86a6079d", - "x-ms-routing-request-id": "WESTUS2:20210901T010859Z:9ee4f2d8-8313-4a29-baba-1e1284a55182" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a8ac16d3342ec9c46e3e8138b83fab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:09:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a8ac16d3342ec9c46e3e8138b83fab5", - "x-ms-correlation-request-id": "947117cc-859f-45f0-a5ed-bab0cbd53bc1", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "345bd4fe-4bb4-48c2-b841-abe87ede6a4d", - "x-ms-routing-request-id": "WESTUS2:20210901T010900Z:947117cc-859f-45f0-a5ed-bab0cbd53bc1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41e50c716d57f81df3f6f41b9841ee69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:09:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41e50c716d57f81df3f6f41b9841ee69", - "x-ms-correlation-request-id": "963edd5c-04ff-4c9c-a6f4-d6e934b70465", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "bd3a22e5-8406-45d9-a060-3d549afe0143", - "x-ms-routing-request-id": "WESTUS2:20210901T010902Z:963edd5c-04ff-4c9c-a6f4-d6e934b70465" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64b4709c1876f38fabfcf232472d2a37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:09:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64b4709c1876f38fabfcf232472d2a37", - "x-ms-correlation-request-id": "237ae31f-9f20-49da-92c0-f6779bd4bd8a", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "c996d2fd-46e7-4f8c-a33b-58c3b3397e84", - "x-ms-routing-request-id": "WESTUS2:20210901T010903Z:237ae31f-9f20-49da-92c0-f6779bd4bd8a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "753aa235d16100b4a492274b3f815305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:09:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "753aa235d16100b4a492274b3f815305", - "x-ms-correlation-request-id": "1a31f93c-61ce-4944-8149-93126bd1d404", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "ef8f2bf8-6706-4c4c-abf8-dd30f628f1c6", - "x-ms-routing-request-id": "WESTUS2:20210901T010904Z:1a31f93c-61ce-4944-8149-93126bd1d404" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/3eec01ed-6ea0-4097-95de-34f43a293a0b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b777ef496ce583e7cf1955a7beab0c6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:09:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b777ef496ce583e7cf1955a7beab0c6", - "x-ms-correlation-request-id": "e846040e-8aba-4c93-aa23-70c2bbf1d170", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "2cf8e8d6-fc6b-487c-9ffe-f38b5f2ee96e", - "x-ms-routing-request-id": "WESTUS2:20210901T010905Z:e846040e-8aba-4c93-aa23-70c2bbf1d170" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2825/providers/Microsoft.Storage/storageAccounts/sto3230", - "name": "sto3230", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:08:45.2321726Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:08:45.2321726Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:08:45.0603011Z", - "primaryEndpoints": { - "dfs": "https://sto3230.dfs.core.windows.net/", - "web": "https://sto3230.z6.web.core.windows.net/", - "blob": "https://sto3230.blob.core.windows.net/", - "queue": "https://sto3230.queue.core.windows.net/", - "table": "https://sto3230.table.core.windows.net/", - "file": "https://sto3230.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2825/providers/Microsoft.Storage/storageAccounts/sto3230?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d9320e3515f70a4f83e7c164504507d3-0e59b2aa23cec541-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f6e5bccc7907ca08bbb4c0e4f043b32a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:09:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6e5bccc7907ca08bbb4c0e4f043b32a", - "x-ms-correlation-request-id": "a375b38a-70a7-4354-8b07-329aedfcf5e9", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "8a0fb66f-9ce3-4e28-b63c-d5e80946e01d", - "x-ms-routing-request-id": "WESTUS2:20210901T010905Z:a375b38a-70a7-4354-8b07-329aedfcf5e9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2825/providers/Microsoft.Storage/storageAccounts/sto3230", - "name": "sto3230", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:08:45.2321726Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:08:45.2321726Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:08:45.0603011Z", - "primaryEndpoints": { - "dfs": "https://sto3230.dfs.core.windows.net/", - "web": "https://sto3230.z6.web.core.windows.net/", - "blob": "https://sto3230.blob.core.windows.net/", - "queue": "https://sto3230.queue.core.windows.net/", - "table": "https://sto3230.table.core.windows.net/", - "file": "https://sto3230.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "674193131", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json deleted file mode 100644 index 71fe597f273f4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLargeFileSharesStateTestAsync.json +++ /dev/null @@ -1,808 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3fa676092abb8993e9c1a01b5373d5b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:14:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "52dd933a-cda5-4a6b-a7eb-97179490eddd", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "52dd933a-cda5-4a6b-a7eb-97179490eddd", - "x-ms-routing-request-id": "WESTUS2:20210901T021459Z:52dd933a-cda5-4a6b-a7eb-97179490eddd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d44d547ac40a7bc12f69d3166502ec2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:14:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7e56f9e4-ad0f-4ae8-a2ec-36555f2f7d84", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "7e56f9e4-ad0f-4ae8-a2ec-36555f2f7d84", - "x-ms-routing-request-id": "WESTUS2:20210901T021459Z:7e56f9e4-ad0f-4ae8-a2ec-36555f2f7d84" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3364?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5bf21762bc4824449b6ca3173bb977d2-64568c7334f12f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c49a68caf852fa1043d6fa0cefadc4d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:14:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "318c6618-641e-4944-be85-214a349dbf4d", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "318c6618-641e-4944-be85-214a349dbf4d", - "x-ms-routing-request-id": "WESTUS2:20210901T021459Z:318c6618-641e-4944-be85-214a349dbf4d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3364", - "name": "res3364", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3364/providers/Microsoft.Storage/storageAccounts/sto2421?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-7a7e5d0e3aa79a42865385817bfe9c8b-eb205d5cb4aaaa47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf01777cb33252abe1b5f56852ee6e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf01777cb33252abe1b5f56852ee6e57", - "x-ms-correlation-request-id": "57f49329-b77d-469f-b1df-eb063abe6338", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "d713fea7-ab59-429f-a559-cdf0d092facc", - "x-ms-routing-request-id": "WESTUS2:20210901T021503Z:57f49329-b77d-469f-b1df-eb063abe6338" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6d3ef5a11c1b497ef7171421a92f1e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6d3ef5a11c1b497ef7171421a92f1e8", - "x-ms-correlation-request-id": "19b82d25-79d5-4d1e-9c56-7835c726149f", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "ebe947ee-87e1-4518-a975-5359f178c1ef", - "x-ms-routing-request-id": "WESTUS2:20210901T021504Z:19b82d25-79d5-4d1e-9c56-7835c726149f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c2bfb48b34f588de99cd9c36dee9b7be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c2bfb48b34f588de99cd9c36dee9b7be", - "x-ms-correlation-request-id": "6bd336aa-0160-494f-896e-4c3dcf370d66", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "b9e3fa68-6cc8-47d2-8065-cc0e43c8fb87", - "x-ms-routing-request-id": "WESTUS2:20210901T021505Z:6bd336aa-0160-494f-896e-4c3dcf370d66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "620d1d6cb81a1e96541ab325839a1990", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "620d1d6cb81a1e96541ab325839a1990", - "x-ms-correlation-request-id": "945e3ac6-e1cc-4105-8a2e-02c6f3c2881b", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "8220b3e8-425c-4324-87ff-be31f9e97d5b", - "x-ms-routing-request-id": "WESTUS2:20210901T021507Z:945e3ac6-e1cc-4105-8a2e-02c6f3c2881b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e636ed0b866326e2114b1cf37561d605", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e636ed0b866326e2114b1cf37561d605", - "x-ms-correlation-request-id": "33dc4bd6-281f-4ab1-8708-640c01333217", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "1d7f1c88-0965-4a31-abdd-82a9e594e44f", - "x-ms-routing-request-id": "WESTUS2:20210901T021508Z:33dc4bd6-281f-4ab1-8708-640c01333217" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdd6b2b98e84d3cd1ea16eda80b804fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdd6b2b98e84d3cd1ea16eda80b804fe", - "x-ms-correlation-request-id": "9916fd83-6c2e-4718-9547-cf6a0b692f94", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "a440c882-9d24-42e6-a214-4fb0d557be3b", - "x-ms-routing-request-id": "WESTUS2:20210901T021509Z:9916fd83-6c2e-4718-9547-cf6a0b692f94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f02b0bb4d1b3e65b3ae651cf9ba3a9f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f02b0bb4d1b3e65b3ae651cf9ba3a9f2", - "x-ms-correlation-request-id": "0c17cebc-718a-4110-b7cc-df90a61c6485", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "76f1f8f1-0efc-465e-a198-be0bdbfb947c", - "x-ms-routing-request-id": "WESTUS2:20210901T021510Z:0c17cebc-718a-4110-b7cc-df90a61c6485" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d16cae441bc47c0c2063c8c21707a658", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d16cae441bc47c0c2063c8c21707a658", - "x-ms-correlation-request-id": "23c49f4d-c24a-4575-ae05-dede8006befa", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "21d0c645-8085-4761-ba33-13e6a7faa69e", - "x-ms-routing-request-id": "WESTUS2:20210901T021511Z:23c49f4d-c24a-4575-ae05-dede8006befa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "693e1d46e535e85257efc39d3dfd377a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "693e1d46e535e85257efc39d3dfd377a", - "x-ms-correlation-request-id": "6de0f06b-1ad5-47f2-b59f-427ad34ef14e", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "2bd40e27-84a6-42fd-83e3-5e1635d4e601", - "x-ms-routing-request-id": "WESTUS2:20210901T021512Z:6de0f06b-1ad5-47f2-b59f-427ad34ef14e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2967bf8334c993affafcf500898ce32", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2967bf8334c993affafcf500898ce32", - "x-ms-correlation-request-id": "b210fce9-5afb-48c5-8812-2f22e5638e38", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "80bc61a9-34e6-4c8c-aca5-b89b55c9e9d5", - "x-ms-routing-request-id": "WESTUS2:20210901T021514Z:b210fce9-5afb-48c5-8812-2f22e5638e38" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e88f9403f645fbd5b8379d5586e3e22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e88f9403f645fbd5b8379d5586e3e22", - "x-ms-correlation-request-id": "1df7e37f-d9f0-4f0b-ac3f-f2700d015308", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "ebf0d26b-c248-470f-ae88-9faa74e44f20", - "x-ms-routing-request-id": "WESTUS2:20210901T021515Z:1df7e37f-d9f0-4f0b-ac3f-f2700d015308" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cca4d2cd471130be3a569861502dfbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cca4d2cd471130be3a569861502dfbe", - "x-ms-correlation-request-id": "ed341d83-ce32-42ae-9a1a-41989c537bb8", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "432ab52e-a0bd-4953-b681-1e50c67117b5", - "x-ms-routing-request-id": "WESTUS2:20210901T021516Z:ed341d83-ce32-42ae-9a1a-41989c537bb8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "445d9020b875b815be3676c8ba644091", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "445d9020b875b815be3676c8ba644091", - "x-ms-correlation-request-id": "3210adc2-9bb6-49a8-b9bd-028a0c1d35cd", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "561cf60c-397b-4730-982d-57414c3fd5f6", - "x-ms-routing-request-id": "WESTUS2:20210901T021517Z:3210adc2-9bb6-49a8-b9bd-028a0c1d35cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bb23ad7032ce6cc0ed759abfd6364959", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bb23ad7032ce6cc0ed759abfd6364959", - "x-ms-correlation-request-id": "f233189d-eda0-4567-ab61-b0306c86c23a", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "22a33a5d-de8e-45dd-94db-ddf99653ee74", - "x-ms-routing-request-id": "WESTUS2:20210901T021518Z:f233189d-eda0-4567-ab61-b0306c86c23a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7b4baa4fa1173ad3711dd3a5d43597e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7b4baa4fa1173ad3711dd3a5d43597e", - "x-ms-correlation-request-id": "c583b3ad-0737-4e84-a277-e4d08df03f63", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "d9e72b06-74ce-49bf-9918-1645edd8b8a7", - "x-ms-routing-request-id": "WESTUS2:20210901T021520Z:c583b3ad-0737-4e84-a277-e4d08df03f63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6816d76424deeeefd0f056001d56e188", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:15:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6816d76424deeeefd0f056001d56e188", - "x-ms-correlation-request-id": "08d11ad4-6967-4180-9920-4e5979550f58", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "162529c1-35cf-4d2b-b5eb-de14ae44b857", - "x-ms-routing-request-id": "WESTUS2:20210901T021521Z:08d11ad4-6967-4180-9920-4e5979550f58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/d713fea7-ab59-429f-a559-cdf0d092facc?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff241ced79b0757fffb083bc54850eaa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:15:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff241ced79b0757fffb083bc54850eaa", - "x-ms-correlation-request-id": "26a2c6bf-6932-4b36-b2fa-92df5c6f0ed2", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "3ebac881-7e96-4cfd-83ee-ecccc1b6fe73", - "x-ms-routing-request-id": "WESTUS2:20210901T021522Z:26a2c6bf-6932-4b36-b2fa-92df5c6f0ed2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3364/providers/Microsoft.Storage/storageAccounts/sto2421", - "name": "sto2421", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:15:01.0513195Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:15:01.0513195Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:15:00.9263115Z", - "primaryEndpoints": { - "dfs": "https://sto2421.dfs.core.windows.net/", - "web": "https://sto2421.z6.web.core.windows.net/", - "blob": "https://sto2421.blob.core.windows.net/", - "queue": "https://sto2421.queue.core.windows.net/", - "table": "https://sto2421.table.core.windows.net/", - "file": "https://sto2421.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3364/providers/Microsoft.Storage/storageAccounts/sto2421?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c2430e6994749a48b2e0f71c319fef86-5ec78041ab0a2647-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe5b1c1be11f7f7bcbc6f720a3ad55e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:15:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe5b1c1be11f7f7bcbc6f720a3ad55e1", - "x-ms-correlation-request-id": "ba58ada2-87de-45f7-b265-3678bd77bf89", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "d6c1f428-4b61-43ed-a540-948a448ef186", - "x-ms-routing-request-id": "WESTUS2:20210901T021522Z:ba58ada2-87de-45f7-b265-3678bd77bf89" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3364/providers/Microsoft.Storage/storageAccounts/sto2421", - "name": "sto2421", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:15:01.0513195Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:15:01.0513195Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:15:00.9263115Z", - "primaryEndpoints": { - "dfs": "https://sto2421.dfs.core.windows.net/", - "web": "https://sto2421.z6.web.core.windows.net/", - "blob": "https://sto2421.blob.core.windows.net/", - "queue": "https://sto2421.queue.core.windows.net/", - "table": "https://sto2421.table.core.windows.net/", - "file": "https://sto2421.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "155830635", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json deleted file mode 100644 index 2830e8d5d814b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTest.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abdde25c6c704d9c95af988f6c1b0444", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "78886680-210d-4289-ae50-74067b3eec11", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "78886680-210d-4289-ae50-74067b3eec11", - "x-ms-routing-request-id": "WESTUS2:20210901T011008Z:78886680-210d-4289-ae50-74067b3eec11" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7d54b8eef4fb65e1e5e159612f823f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e0e3110c-171b-4826-86c4-b4614cad7cb5", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "e0e3110c-171b-4826-86c4-b4614cad7cb5", - "x-ms-routing-request-id": "WESTUS2:20210901T011008Z:e0e3110c-171b-4826-86c4-b4614cad7cb5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3772?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-0e7f3d8847c96c40b34f9951227c568b-3e9e4308492e314d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41df6ce47c68fd6cabfdf73eea637649", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "981316c7-d2ce-4470-bc07-73d27ac5465a", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "981316c7-d2ce-4470-bc07-73d27ac5465a", - "x-ms-routing-request-id": "WESTUS2:20210901T011008Z:981316c7-d2ce-4470-bc07-73d27ac5465a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3772", - "name": "res3772", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3772/providers/Microsoft.Storage/storageAccounts/sto6263?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-1fab3945bf67a74b95c4339b60aceca9-be6efd947039594c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e586d7c56cf327838d1256053b9c8ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e586d7c56cf327838d1256053b9c8ba4", - "x-ms-correlation-request-id": "86de682d-d515-4edb-a9aa-b19a4ce6ec52", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ddd63b79-0ba9-43ce-be88-16bf4eaa244a", - "x-ms-routing-request-id": "WESTUS2:20210901T011011Z:86de682d-d515-4edb-a9aa-b19a4ce6ec52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b32af4df26dfff05c19db6a16f77060", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b32af4df26dfff05c19db6a16f77060", - "x-ms-correlation-request-id": "3ad5c921-424b-481a-bfd8-f8765c83a327", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "2f467dfc-1fab-46a2-89a3-9a785911f880", - "x-ms-routing-request-id": "WESTUS2:20210901T011011Z:3ad5c921-424b-481a-bfd8-f8765c83a327" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db329a6c24c79f5f081dfb4f7a1cb059", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db329a6c24c79f5f081dfb4f7a1cb059", - "x-ms-correlation-request-id": "c04f61a5-0ce2-41c8-8f4d-ac77c44add17", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "694edd85-b8f2-41bc-a7f9-31b8638f1428", - "x-ms-routing-request-id": "WESTUS2:20210901T011013Z:c04f61a5-0ce2-41c8-8f4d-ac77c44add17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8bb8b7173f6ac43797afc8e94a6451f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8bb8b7173f6ac43797afc8e94a6451f2", - "x-ms-correlation-request-id": "cfccd3b4-5614-4bb5-b7ec-0243cef2f8d5", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "2a55623a-da16-4f85-a5ba-ff7dd64dc526", - "x-ms-routing-request-id": "WESTUS2:20210901T011014Z:cfccd3b4-5614-4bb5-b7ec-0243cef2f8d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddfa91331f0128d74f92424ff7a1843f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddfa91331f0128d74f92424ff7a1843f", - "x-ms-correlation-request-id": "2aa74885-ba1d-4937-b67e-9aa8f17e3178", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "a56a847c-3209-4a85-974e-9e8568792bfa", - "x-ms-routing-request-id": "WESTUS2:20210901T011015Z:2aa74885-ba1d-4937-b67e-9aa8f17e3178" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f528269e43f2cf6626d43175c7655a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f528269e43f2cf6626d43175c7655a4", - "x-ms-correlation-request-id": "1f4d548b-c29d-4555-8c41-c2207bdabcff", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "545ddcd7-d95f-46c7-b721-a5f3cbb66b2c", - "x-ms-routing-request-id": "WESTUS2:20210901T011016Z:1f4d548b-c29d-4555-8c41-c2207bdabcff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e91c09cbd222f857df8f3bd7fde7cdf6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e91c09cbd222f857df8f3bd7fde7cdf6", - "x-ms-correlation-request-id": "2448bde8-31e1-47e1-bcfc-6423b79ddd1b", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "41e4b695-11d6-4bf6-979c-6912f8b607df", - "x-ms-routing-request-id": "WESTUS2:20210901T011017Z:2448bde8-31e1-47e1-bcfc-6423b79ddd1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c87f892bf2124fb29bce7a93dbbfccd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c87f892bf2124fb29bce7a93dbbfccd9", - "x-ms-correlation-request-id": "81edc6bd-3f53-49cb-bad9-ad578ccee87e", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "ebd9c3a9-6b6e-462c-89b1-ed493411ae7f", - "x-ms-routing-request-id": "WESTUS2:20210901T011018Z:81edc6bd-3f53-49cb-bad9-ad578ccee87e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed839e3d9b84961d2a5a7fb0a81f2f7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed839e3d9b84961d2a5a7fb0a81f2f7b", - "x-ms-correlation-request-id": "8c89b413-42e2-42c0-b1ae-9322a9a16f34", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "0f4bc285-c6f3-422c-ac74-86e82ebb4d7a", - "x-ms-routing-request-id": "WESTUS2:20210901T011019Z:8c89b413-42e2-42c0-b1ae-9322a9a16f34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2ec4da08df6d99256cd4d5358c41c1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2ec4da08df6d99256cd4d5358c41c1f", - "x-ms-correlation-request-id": "b667caef-e824-4f2d-897d-bfbcf037f986", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "8a138b8a-0547-4797-a912-8545c5f9b6c6", - "x-ms-routing-request-id": "WESTUS2:20210901T011020Z:b667caef-e824-4f2d-897d-bfbcf037f986" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e9962c2df638f716be89db77202a67c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e9962c2df638f716be89db77202a67c", - "x-ms-correlation-request-id": "ad1018b2-db64-4eab-9899-de9d3e630c51", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "8ae78220-79c1-4107-ab83-0c3d632fcbfe", - "x-ms-routing-request-id": "WESTUS2:20210901T011021Z:ad1018b2-db64-4eab-9899-de9d3e630c51" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8df3ff9ff9d3afe30caa97b74dc93e65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8df3ff9ff9d3afe30caa97b74dc93e65", - "x-ms-correlation-request-id": "5d3795ba-6956-4760-b9a5-0cfede4c0527", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "84a7d567-a518-4b3d-a9b5-358f9ccbf90d", - "x-ms-routing-request-id": "WESTUS2:20210901T011023Z:5d3795ba-6956-4760-b9a5-0cfede4c0527" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "46ed603dd085c017dc5c670defda6753", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "46ed603dd085c017dc5c670defda6753", - "x-ms-correlation-request-id": "14bdc540-8605-4153-ba40-16ccd415776c", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "fb460b5d-a7bc-405a-ba62-62f1a135903a", - "x-ms-routing-request-id": "WESTUS2:20210901T011024Z:14bdc540-8605-4153-ba40-16ccd415776c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59b4d1268ed1c94b7fea52b948b942a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59b4d1268ed1c94b7fea52b948b942a2", - "x-ms-correlation-request-id": "7bd8fe19-fb81-47d9-b837-9e33768bb53b", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "17cc6890-903c-4f57-ac74-c6361e18d96a", - "x-ms-routing-request-id": "WESTUS2:20210901T011025Z:7bd8fe19-fb81-47d9-b837-9e33768bb53b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "117a37aa6015cef7e733b17792d5c032", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "117a37aa6015cef7e733b17792d5c032", - "x-ms-correlation-request-id": "5f00d533-dee7-4192-8429-0e8bbd2deae4", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "ef631c33-a83a-486f-9536-24dcb75a53e9", - "x-ms-routing-request-id": "WESTUS2:20210901T011026Z:5f00d533-dee7-4192-8429-0e8bbd2deae4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b914443e515ae941423c79a7e5e7823", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:10:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b914443e515ae941423c79a7e5e7823", - "x-ms-correlation-request-id": "bbe0cd02-f4a4-40ee-9f20-8d1af47c4bfc", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "f66e59fd-cf94-4b3a-bd89-9e49986cf5cf", - "x-ms-routing-request-id": "WESTUS2:20210901T011027Z:bbe0cd02-f4a4-40ee-9f20-8d1af47c4bfc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/ddd63b79-0ba9-43ce-be88-16bf4eaa244a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b763c41a5560c63ddae5719eddd436a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b763c41a5560c63ddae5719eddd436a9", - "x-ms-correlation-request-id": "c79a8603-2e26-440e-9bbf-b47a768d0182", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "0a039269-9850-48f6-8b1c-9f15c9141fee", - "x-ms-routing-request-id": "WESTUS2:20210901T011028Z:c79a8603-2e26-440e-9bbf-b47a768d0182" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3772/providers/Microsoft.Storage/storageAccounts/sto6263", - "name": "sto6263", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:10:10.4850167Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:10:10.4850167Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:10:10.4068670Z", - "primaryEndpoints": { - "blob": "https://sto6263.blob.core.windows.net/", - "queue": "https://sto6263.queue.core.windows.net/", - "table": "https://sto6263.table.core.windows.net/", - "file": "https://sto6263.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3772/providers/Microsoft.Storage/storageAccounts/sto6263/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-5ff0b015137d204680ef668676c4db8c-3613110af2171f48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03762029c627c48da3cbfdf1985c5088", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "bftq", - "signedResourceTypes": "sco", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2021-09-01T01:10:28.5499543Z", - "signedExpiry": "2021-09-01T02:10:28.5499543Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "203", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:10:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03762029c627c48da3cbfdf1985c5088", - "x-ms-correlation-request-id": "0beb26f7-9a6c-40bb-888b-ca37163b6beb", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fe1191f6-b9d5-42d7-81dd-b2a04b7c1402", - "x-ms-routing-request-id": "WESTUS2:20210901T011028Z:0beb26f7-9a6c-40bb-888b-ca37163b6beb" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=bftq\u0026srt=sco\u0026sp=rdwlacup\u0026st=2021-09-01T01%3A10%3A28.5499543Z\u0026se=2021-09-01T02%3A10%3A28.5499543Z\u0026spr=https,http\u0026sig=Q28PaJNV0W5xPfWhCT0S76KFo5U%2BqCpEnQ9bjDLSIds%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T18:10:28.5499543-07:00", - "RandomSeed": "514676531", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json deleted file mode 100644 index 6e8093012d22b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASTestAsync.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6e94d9c5e2ff83e3bdfa96747133d00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20c66cd7-c6d1-4e11-973d-e7a07649e422", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "20c66cd7-c6d1-4e11-973d-e7a07649e422", - "x-ms-routing-request-id": "WESTUS2:20210901T021625Z:20c66cd7-c6d1-4e11-973d-e7a07649e422" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2d2817d355ef0615aca78f4087de079", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb6c2367-4ac1-409a-8bd7-55c3d4ce5711", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "fb6c2367-4ac1-409a-8bd7-55c3d4ce5711", - "x-ms-routing-request-id": "WESTUS2:20210901T021625Z:fb6c2367-4ac1-409a-8bd7-55c3d4ce5711" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5268?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-babdb4d9de73d141bb9cee9f81a74112-5d7178e98f52624d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18dd158e114423437932cc4e6d17a57e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b023e77c-5558-40cf-8523-bd9bebdd535c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "b023e77c-5558-40cf-8523-bd9bebdd535c", - "x-ms-routing-request-id": "WESTUS2:20210901T021626Z:b023e77c-5558-40cf-8523-bd9bebdd535c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5268", - "name": "res5268", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5268/providers/Microsoft.Storage/storageAccounts/sto5044?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-5e697c0611f4c3478900a555e21041c1-39520de53eafec4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1d64b3767caf9eb6c64e64af0befe30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1d64b3767caf9eb6c64e64af0befe30", - "x-ms-correlation-request-id": "61dce773-a8f4-463b-af4d-2e5dfc16f32b", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "1eda577e-024a-4000-9b1e-37f2086aa64b", - "x-ms-routing-request-id": "WESTUS2:20210901T021629Z:61dce773-a8f4-463b-af4d-2e5dfc16f32b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9445e275e9a2aec4f21ed8ac5cd98874", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9445e275e9a2aec4f21ed8ac5cd98874", - "x-ms-correlation-request-id": "0cd21662-d1e7-477b-b874-2cc5a386830c", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "83fdcf22-9aa9-4ba6-a5d2-9624e1ba756f", - "x-ms-routing-request-id": "WESTUS2:20210901T021629Z:0cd21662-d1e7-477b-b874-2cc5a386830c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fb11ecd1ea7fe3ddc47f3e46455577f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fb11ecd1ea7fe3ddc47f3e46455577f", - "x-ms-correlation-request-id": "4367c1b0-dda8-41a7-be1b-bd85ea01d3d8", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "b7b82162-a539-4167-aab9-facdbfb90e20", - "x-ms-routing-request-id": "WESTUS2:20210901T021630Z:4367c1b0-dda8-41a7-be1b-bd85ea01d3d8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0dd413b16a78d28df44f6dc860c333f5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dd413b16a78d28df44f6dc860c333f5", - "x-ms-correlation-request-id": "2858fb3b-2826-4b63-ad62-da12d07a2c6c", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "0bbdc0d2-9119-46d1-98e8-231d4bb437f1", - "x-ms-routing-request-id": "WESTUS2:20210901T021631Z:2858fb3b-2826-4b63-ad62-da12d07a2c6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "82c88e5c533b572aa546b85bf6df4a9c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "82c88e5c533b572aa546b85bf6df4a9c", - "x-ms-correlation-request-id": "32836481-9b33-499a-b77a-e095db5164c9", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "5b283cc3-b443-4cf3-be66-8070bcdfb332", - "x-ms-routing-request-id": "WESTUS2:20210901T021632Z:32836481-9b33-499a-b77a-e095db5164c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48fa58c77b0562fb91de6b58b0749d18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48fa58c77b0562fb91de6b58b0749d18", - "x-ms-correlation-request-id": "531fdfc5-9486-4828-a733-973a72489ddc", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "f477cd66-e475-4b1e-927d-401c1e267faa", - "x-ms-routing-request-id": "WESTUS2:20210901T021633Z:531fdfc5-9486-4828-a733-973a72489ddc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d587fe13d58d5e44e97d6832b131db14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d587fe13d58d5e44e97d6832b131db14", - "x-ms-correlation-request-id": "8f1068ef-4164-47a9-b4ca-d6c7aed86092", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "91eec49a-d08e-4ad8-be33-1f73e1e3b6e0", - "x-ms-routing-request-id": "WESTUS2:20210901T021635Z:8f1068ef-4164-47a9-b4ca-d6c7aed86092" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0801d105eac8e1ef9365f15ce8d2a630", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0801d105eac8e1ef9365f15ce8d2a630", - "x-ms-correlation-request-id": "b6861cc7-2b4f-4544-9e00-988e9999b18a", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "63bda664-d879-4303-9d72-2b574a928786", - "x-ms-routing-request-id": "WESTUS2:20210901T021636Z:b6861cc7-2b4f-4544-9e00-988e9999b18a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8479fa97457f20f149c5f8712c9b15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8479fa97457f20f149c5f8712c9b15f", - "x-ms-correlation-request-id": "351456fe-7939-4b6a-8cd9-05790e9f4609", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "aee4d950-4388-4814-96cf-bbc1b349c70d", - "x-ms-routing-request-id": "WESTUS2:20210901T021637Z:351456fe-7939-4b6a-8cd9-05790e9f4609" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df525602957229500ea64127e3e77517", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df525602957229500ea64127e3e77517", - "x-ms-correlation-request-id": "0a015e2a-dd40-4ff6-8b61-2fb69ef52800", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "8f5815ce-026e-4e3f-bbec-4d4ca3383467", - "x-ms-routing-request-id": "WESTUS2:20210901T021638Z:0a015e2a-dd40-4ff6-8b61-2fb69ef52800" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "128838d7e3e990bdc10ff32c8b67cfca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "128838d7e3e990bdc10ff32c8b67cfca", - "x-ms-correlation-request-id": "048ef95a-e5dc-430d-ab58-c0629579adea", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "1fe6db8d-5cf6-4d82-a234-679e305c859d", - "x-ms-routing-request-id": "WESTUS2:20210901T021639Z:048ef95a-e5dc-430d-ab58-c0629579adea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "925991b4c67f14bd4f1eeab132e80e2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "925991b4c67f14bd4f1eeab132e80e2c", - "x-ms-correlation-request-id": "9e9133b1-7ac5-4205-b5b3-d821866f1df3", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "50394c2d-4c31-43ba-9598-088d1fa0b545", - "x-ms-routing-request-id": "WESTUS2:20210901T021640Z:9e9133b1-7ac5-4205-b5b3-d821866f1df3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dab048269f401f7598c11e63a1239ea6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dab048269f401f7598c11e63a1239ea6", - "x-ms-correlation-request-id": "5273391b-ebbd-4f1b-90e2-3a6d3c4a7084", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "c1010749-81ff-421e-8bdd-aab8e81362c4", - "x-ms-routing-request-id": "WESTUS2:20210901T021641Z:5273391b-ebbd-4f1b-90e2-3a6d3c4a7084" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "517377d6e38d10977a74c2cbf90c5dd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "517377d6e38d10977a74c2cbf90c5dd9", - "x-ms-correlation-request-id": "6ac0d9c8-274d-436b-b36c-b6a12c5e78be", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "b934e664-fc5e-48f1-8036-251338c7480f", - "x-ms-routing-request-id": "WESTUS2:20210901T021642Z:6ac0d9c8-274d-436b-b36c-b6a12c5e78be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4206c701f5b7158a1c3af9bea85a722b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4206c701f5b7158a1c3af9bea85a722b", - "x-ms-correlation-request-id": "fcacddf3-7e1e-4261-8d1d-6e15cf620b9a", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "61d2982b-e8a9-49ee-b362-a6bf2413148d", - "x-ms-routing-request-id": "WESTUS2:20210901T021643Z:fcacddf3-7e1e-4261-8d1d-6e15cf620b9a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbda437fbc74429eb1a060cbdcaa268c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:16:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbda437fbc74429eb1a060cbdcaa268c", - "x-ms-correlation-request-id": "ed25359a-0ae8-4d08-819a-535f43388802", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "2adca139-5596-4e88-b3d7-28831c6ad0bf", - "x-ms-routing-request-id": "WESTUS2:20210901T021645Z:ed25359a-0ae8-4d08-819a-535f43388802" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1eda577e-024a-4000-9b1e-37f2086aa64b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "da6144635b1de1efec5e3553ead8671f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:16:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "da6144635b1de1efec5e3553ead8671f", - "x-ms-correlation-request-id": "17d98989-23f1-4589-bcef-2087c9c3d02a", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "a44650f3-e86a-4dea-9852-a33031d8ecaf", - "x-ms-routing-request-id": "WESTUS2:20210901T021646Z:17d98989-23f1-4589-bcef-2087c9c3d02a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5268/providers/Microsoft.Storage/storageAccounts/sto5044", - "name": "sto5044", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:16:28.0199320Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:16:28.0199320Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:16:27.9261871Z", - "primaryEndpoints": { - "blob": "https://sto5044.blob.core.windows.net/", - "queue": "https://sto5044.queue.core.windows.net/", - "table": "https://sto5044.table.core.windows.net/", - "file": "https://sto5044.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5268/providers/Microsoft.Storage/storageAccounts/sto5044/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "223", - "Content-Type": "application/json", - "traceparent": "00-90e936d5b07d084bbe6c2a366cad6f5c-56c99706f3000642-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b54b9601a231446428c3911695be3871", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "bftq", - "signedResourceTypes": "sco", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2021-09-01T02:16:46.1118250Z", - "signedExpiry": "2021-09-01T03:16:46.1118250Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "203", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:16:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b54b9601a231446428c3911695be3871", - "x-ms-correlation-request-id": "84d3fd2e-1fc2-4ddc-8b59-fd29b91b2156", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "c1aa27b3-f021-4a3d-b896-f481cb2c5414", - "x-ms-routing-request-id": "WESTUS2:20210901T021646Z:84d3fd2e-1fc2-4ddc-8b59-fd29b91b2156" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=bftq\u0026srt=sco\u0026sp=rdwlacup\u0026st=2021-09-01T02%3A16%3A46.1118250Z\u0026se=2021-09-01T03%3A16%3A46.1118250Z\u0026spr=https,http\u0026sig=zjAoOc6iPe8KilAzDQ8i3nRbVZNGjPFk3fOlr%2BkLdjY%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T19:16:46.1118250-07:00", - "RandomSeed": "2042394430", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json deleted file mode 100644 index 15694bee3e296..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultProperties.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1af783d2d9f906b5148e85264215bf67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38fc7184-612a-4974-96c2-fe525466f047", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "38fc7184-612a-4974-96c2-fe525466f047", - "x-ms-routing-request-id": "WESTUS2:20210901T011232Z:38fc7184-612a-4974-96c2-fe525466f047" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c8d48a977546be541236794a5358bd57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "086f9deb-5a24-410c-84bc-dbd6c0ad5174", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "086f9deb-5a24-410c-84bc-dbd6c0ad5174", - "x-ms-routing-request-id": "WESTUS2:20210901T011232Z:086f9deb-5a24-410c-84bc-dbd6c0ad5174" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1486?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a9734a2d0a810b4391ecc1c37c5cff70-efd51b69fcf6334a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae4302e5e7ae91848ec5deb414e38ceb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e3214f6c-493e-4bcc-86fd-cc4cc3e7797d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e3214f6c-493e-4bcc-86fd-cc4cc3e7797d", - "x-ms-routing-request-id": "WESTUS2:20210901T011233Z:e3214f6c-493e-4bcc-86fd-cc4cc3e7797d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1486", - "name": "res1486", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1486/providers/Microsoft.Storage/storageAccounts/sto8627?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3c6ff7e436fc6a40967d208e456a08ae-85cea437a0e5a948-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7539ebde5d4c392f07c2606bb2bbd12e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7539ebde5d4c392f07c2606bb2bbd12e", - "x-ms-correlation-request-id": "02dd5125-8ef9-49fb-a4f4-554305430834", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "0066c604-6669-47d1-85d7-e59722578d0a", - "x-ms-routing-request-id": "WESTUS2:20210901T011238Z:02dd5125-8ef9-49fb-a4f4-554305430834" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d27a405f931da5991475a6242426db09", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d27a405f931da5991475a6242426db09", - "x-ms-correlation-request-id": "fbbc2891-dfb4-4a4b-922f-f1c6356484d0", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "5e2f15fb-d55e-4239-bf02-07adc1187256", - "x-ms-routing-request-id": "WESTUS2:20210901T011238Z:fbbc2891-dfb4-4a4b-922f-f1c6356484d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86f6860c6e79f45a48e83e94adb92f0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86f6860c6e79f45a48e83e94adb92f0a", - "x-ms-correlation-request-id": "497891a1-bec5-4543-888a-58d31d8b8e9e", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "74569a3f-2079-4e60-b61c-acc876c7cbba", - "x-ms-routing-request-id": "WESTUS2:20210901T011239Z:497891a1-bec5-4543-888a-58d31d8b8e9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "720b736fff408b10c36d6843437d2b0f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "720b736fff408b10c36d6843437d2b0f", - "x-ms-correlation-request-id": "651af98b-31b3-4336-ab30-f25eb0f57a57", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "066d483c-c6e7-45e1-bbb2-631b3f7ba477", - "x-ms-routing-request-id": "WESTUS2:20210901T011240Z:651af98b-31b3-4336-ab30-f25eb0f57a57" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8368a6dccc06f173e68689345405f85a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8368a6dccc06f173e68689345405f85a", - "x-ms-correlation-request-id": "e34a6d64-5fe3-4cdf-bf4b-feeaa8a16f07", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "c09324e7-4799-4f3b-b925-ebeee60130cf", - "x-ms-routing-request-id": "WESTUS2:20210901T011241Z:e34a6d64-5fe3-4cdf-bf4b-feeaa8a16f07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1b49b45691b0dc8756bc30c0516b1cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1b49b45691b0dc8756bc30c0516b1cb", - "x-ms-correlation-request-id": "2dbc757c-bbc0-4699-8c4b-d34427f61df2", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "b281014f-da5e-4a41-9ab4-b97bc8ab40a5", - "x-ms-routing-request-id": "WESTUS2:20210901T011242Z:2dbc757c-bbc0-4699-8c4b-d34427f61df2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "06b82fbdac50a30300198bba75db36be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06b82fbdac50a30300198bba75db36be", - "x-ms-correlation-request-id": "8cc3cd5b-5c6e-42bc-af99-d4a98596d766", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "f4f88f57-bba3-40de-ae73-9b89c31003eb", - "x-ms-routing-request-id": "WESTUS2:20210901T011243Z:8cc3cd5b-5c6e-42bc-af99-d4a98596d766" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7fd0d747ac872f4dd5a0d9b0866ebcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a7fd0d747ac872f4dd5a0d9b0866ebcf", - "x-ms-correlation-request-id": "317a6e64-741e-47a4-903a-0f044a04fde3", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "9e0eddf9-3dce-46f2-a23f-a7b1f110264e", - "x-ms-routing-request-id": "WESTUS2:20210901T011244Z:317a6e64-741e-47a4-903a-0f044a04fde3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2577bdd5f14c990a9811b101de0e989a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2577bdd5f14c990a9811b101de0e989a", - "x-ms-correlation-request-id": "6845f336-4a1e-4917-9e5d-491b2c3c7d3d", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "889e1410-3fc1-4f10-8893-bf99e11bab0f", - "x-ms-routing-request-id": "WESTUS2:20210901T011245Z:6845f336-4a1e-4917-9e5d-491b2c3c7d3d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7970534091942023b4629f59f689b99", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7970534091942023b4629f59f689b99", - "x-ms-correlation-request-id": "232971a9-79eb-4265-bee7-37fb64753e34", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "c18c6032-bdcf-4976-b583-3a5b785cf6b8", - "x-ms-routing-request-id": "WESTUS2:20210901T011247Z:232971a9-79eb-4265-bee7-37fb64753e34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7e4bc2e1163837103630fb7c9f294cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7e4bc2e1163837103630fb7c9f294cf", - "x-ms-correlation-request-id": "d7e629ed-dad9-4811-baeb-2044fed7c903", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "66d9fd7b-cab6-4059-9c91-eaccd3201f57", - "x-ms-routing-request-id": "WESTUS2:20210901T011248Z:d7e629ed-dad9-4811-baeb-2044fed7c903" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "026672c2f3cecbb6bb35ea06c814fa30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "026672c2f3cecbb6bb35ea06c814fa30", - "x-ms-correlation-request-id": "031e53cb-fafa-4d27-9b7d-c8b3a4dad315", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "f837282c-c3ea-44ab-9b6c-651844873838", - "x-ms-routing-request-id": "WESTUS2:20210901T011249Z:031e53cb-fafa-4d27-9b7d-c8b3a4dad315" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22d31776e02923369414f4b5fa4b7948", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22d31776e02923369414f4b5fa4b7948", - "x-ms-correlation-request-id": "32db604d-a2c2-4771-9af6-20e88bbf8d0a", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "da44ada4-6596-4d50-9692-391643507b80", - "x-ms-routing-request-id": "WESTUS2:20210901T011250Z:32db604d-a2c2-4771-9af6-20e88bbf8d0a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c3259b198013acb0519fc2e276abbef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c3259b198013acb0519fc2e276abbef", - "x-ms-correlation-request-id": "5fbf9c2d-d1ba-416a-a868-857c9c9802cc", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "a455fd62-7068-492e-b559-de5fffd36d5f", - "x-ms-routing-request-id": "WESTUS2:20210901T011251Z:5fbf9c2d-d1ba-416a-a868-857c9c9802cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b241de69721fe2a53b436eb9ff00d16f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b241de69721fe2a53b436eb9ff00d16f", - "x-ms-correlation-request-id": "8ffe13a5-2d22-4756-9f03-eeacc0334a5f", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "4d330667-8c8d-4fae-bb1a-baf7a2226a48", - "x-ms-routing-request-id": "WESTUS2:20210901T011252Z:8ffe13a5-2d22-4756-9f03-eeacc0334a5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e54a1bccee1dd2e4b981c10e308fb29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:12:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e54a1bccee1dd2e4b981c10e308fb29", - "x-ms-correlation-request-id": "dace87a1-a3da-4db7-a0da-01d8a6616369", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "4b572250-6f7e-43ee-89b2-86616c13f247", - "x-ms-routing-request-id": "WESTUS2:20210901T011253Z:dace87a1-a3da-4db7-a0da-01d8a6616369" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/0066c604-6669-47d1-85d7-e59722578d0a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b4c0459c60a3f29b350f0bd29113b05", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:12:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b4c0459c60a3f29b350f0bd29113b05", - "x-ms-correlation-request-id": "d6be674c-2ff2-4d50-9d4b-9d3c4820aaee", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "86b78456-d449-46cb-8d1c-69e9e0d782a7", - "x-ms-routing-request-id": "WESTUS2:20210901T011254Z:d6be674c-2ff2-4d50-9d4b-9d3c4820aaee" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1486/providers/Microsoft.Storage/storageAccounts/sto8627", - "name": "sto8627", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:12:36.7567696Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:12:36.7567696Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:12:36.6317410Z", - "primaryEndpoints": { - "blob": "https://sto8627.blob.core.windows.net/", - "queue": "https://sto8627.queue.core.windows.net/", - "table": "https://sto8627.table.core.windows.net/", - "file": "https://sto8627.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1486/providers/Microsoft.Storage/storageAccounts/sto8627/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-4c09b1f16e22594f8261de70b38923ca-7c480b27873ac34a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85718d474c159a0db06366875595fe33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T02:12:54.7486949Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:12:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85718d474c159a0db06366875595fe33", - "x-ms-correlation-request-id": "3a106fc3-7769-449f-906e-b182d8133705", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ae23e52b-b98c-4c3e-839e-68fc5b2d6af8", - "x-ms-routing-request-id": "WESTUS2:20210901T011255Z:3a106fc3-7769-449f-906e-b182d8133705" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-09-01T02%3A12%3A54.7486949Z\u0026sig=EuTBCys48gV4pvbfitp09lp0%2FcEbIxJaRxnIg2eEje0%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T18:12:54.7486949-07:00", - "RandomSeed": "36845145", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json deleted file mode 100644 index d3f4c5b47a147..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithDefaultPropertiesAsync.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2511a69d25f76561c21298bfa9b5bf3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a2d1709f-56e3-48ca-ad7d-165b527e7bed", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "a2d1709f-56e3-48ca-ad7d-165b527e7bed", - "x-ms-routing-request-id": "WESTUS2:20210901T021751Z:a2d1709f-56e3-48ca-ad7d-165b527e7bed" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "869b8537ec6f2f4406a0ef2182d75774", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "4561decf-67ea-4999-a039-6025db648c88", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "4561decf-67ea-4999-a039-6025db648c88", - "x-ms-routing-request-id": "WESTUS2:20210901T021751Z:4561decf-67ea-4999-a039-6025db648c88" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res4740?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-01a731743fd7e64690ae39d1c48ad433-0aa746aacefe9a48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90df8868cc6d9a59b9fb3344cd45506d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ddd1497f-7c93-4f66-888e-b7cdfd46f807", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ddd1497f-7c93-4f66-888e-b7cdfd46f807", - "x-ms-routing-request-id": "WESTUS2:20210901T021752Z:ddd1497f-7c93-4f66-888e-b7cdfd46f807" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4740", - "name": "res4740", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4740/providers/Microsoft.Storage/storageAccounts/sto6048?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-682c67b11f17ca4d8041b468eb1cedc0-aa9f2d4046036f47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5badfb1cb1a4e1621f57353fe2eabb23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5badfb1cb1a4e1621f57353fe2eabb23", - "x-ms-correlation-request-id": "fa11385f-cae6-4f25-b61c-83c47065d365", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "56b30137-2454-4020-a619-0d8f162ff83f", - "x-ms-routing-request-id": "WESTUS2:20210901T021756Z:fa11385f-cae6-4f25-b61c-83c47065d365" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bba53b3dec7d7c47dae4e75245ad610", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5bba53b3dec7d7c47dae4e75245ad610", - "x-ms-correlation-request-id": "cda92b89-d06b-4fda-af6c-03e7b585843e", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "83e74581-0c50-4aa5-aa71-889f5cc3b297", - "x-ms-routing-request-id": "WESTUS2:20210901T021756Z:cda92b89-d06b-4fda-af6c-03e7b585843e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "054820788d235380436c6feebf51f6e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "054820788d235380436c6feebf51f6e6", - "x-ms-correlation-request-id": "e85d12ae-908c-4d4c-893f-d4dbc69b0db9", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "ee9118a5-3422-4ed7-a1b5-200acee52fed", - "x-ms-routing-request-id": "WESTUS2:20210901T021757Z:e85d12ae-908c-4d4c-893f-d4dbc69b0db9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f8b97fc6030a65c7c5662007b431d92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f8b97fc6030a65c7c5662007b431d92", - "x-ms-correlation-request-id": "eb9289e3-569e-452e-9872-586fa6bf1e79", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "768ba542-0a73-4fdd-a65e-fee4f99dbd94", - "x-ms-routing-request-id": "WESTUS2:20210901T021758Z:eb9289e3-569e-452e-9872-586fa6bf1e79" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cb98e1de55f0267bd267185b6fd5172b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:17:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb98e1de55f0267bd267185b6fd5172b", - "x-ms-correlation-request-id": "e79424ad-e600-4ab1-b8fb-6cebdb4ce563", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "34009b2a-7766-4225-b184-7ae8785d1786", - "x-ms-routing-request-id": "WESTUS2:20210901T021759Z:e79424ad-e600-4ab1-b8fb-6cebdb4ce563" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c7867b747ce18dfc3a188cd2b7fd8ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c7867b747ce18dfc3a188cd2b7fd8ff", - "x-ms-correlation-request-id": "b5350c83-e90e-4ab4-85fb-b8b5a4672469", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "8209f340-785a-4dde-9405-425d32fcb8dd", - "x-ms-routing-request-id": "WESTUS2:20210901T021800Z:b5350c83-e90e-4ab4-85fb-b8b5a4672469" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de0fdd4e2bb9a7f61c65bcc9470137a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de0fdd4e2bb9a7f61c65bcc9470137a6", - "x-ms-correlation-request-id": "258ef55b-e56f-4f5c-8273-d54eae9cb594", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "e2a00623-7f0b-47b3-a3e7-1bd1a97ab9d3", - "x-ms-routing-request-id": "WESTUS2:20210901T021802Z:258ef55b-e56f-4f5c-8273-d54eae9cb594" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1348363e90ca97c40180074eccadfa52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1348363e90ca97c40180074eccadfa52", - "x-ms-correlation-request-id": "630d6f7e-4761-47fb-8a46-57c167565c49", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "ca87d655-21bb-47f3-86c3-6bf0e644b277", - "x-ms-routing-request-id": "WESTUS2:20210901T021803Z:630d6f7e-4761-47fb-8a46-57c167565c49" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "920c188e39c58c7171d170688a16d0c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "920c188e39c58c7171d170688a16d0c2", - "x-ms-correlation-request-id": "cd8a6d05-8b50-4853-832e-f88d514a1079", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "064796e1-19ee-469f-9e4d-d542b911647d", - "x-ms-routing-request-id": "WESTUS2:20210901T021804Z:cd8a6d05-8b50-4853-832e-f88d514a1079" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f48ee26ac536be351878dc3923a7db6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f48ee26ac536be351878dc3923a7db6e", - "x-ms-correlation-request-id": "c137433d-582e-4c3b-9a8c-7fcf89a68d8d", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "5c16a05f-0a7a-47a6-9ec4-40ba17ed7540", - "x-ms-routing-request-id": "WESTUS2:20210901T021805Z:c137433d-582e-4c3b-9a8c-7fcf89a68d8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f3a6a6aa5f404e0c5bca1f9205b0ceb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f3a6a6aa5f404e0c5bca1f9205b0ceb", - "x-ms-correlation-request-id": "65965412-7fa0-4b09-9c3e-eb28c415c889", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "e291b73a-38bb-48d3-8e3c-35272dff40a3", - "x-ms-routing-request-id": "WESTUS2:20210901T021806Z:65965412-7fa0-4b09-9c3e-eb28c415c889" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eae344b0061fc91be24e794d5c3868c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eae344b0061fc91be24e794d5c3868c9", - "x-ms-correlation-request-id": "1d6e6990-ddd3-4791-bd5f-8ac9be9282d4", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "788a7851-1ba2-4b77-8e18-fc693cbad270", - "x-ms-routing-request-id": "WESTUS2:20210901T021807Z:1d6e6990-ddd3-4791-bd5f-8ac9be9282d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20fe01f5a0dcc5cd01892f7a233c9dbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20fe01f5a0dcc5cd01892f7a233c9dbd", - "x-ms-correlation-request-id": "547f9b80-2532-4a6b-ac72-81d18428db35", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "d634334d-24b4-4c90-8d2b-d7632d473695", - "x-ms-routing-request-id": "WESTUS2:20210901T021808Z:547f9b80-2532-4a6b-ac72-81d18428db35" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df89f16cf1c3644f4e704ca62b93a88c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df89f16cf1c3644f4e704ca62b93a88c", - "x-ms-correlation-request-id": "8ea34475-f9dd-4f1a-8485-09c01c75c32e", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "2109d3e7-fd02-49f3-8ba1-ac7078e6c243", - "x-ms-routing-request-id": "WESTUS2:20210901T021809Z:8ea34475-f9dd-4f1a-8485-09c01c75c32e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e03d753eb5d0f0f771ee895d6a1a5a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e03d753eb5d0f0f771ee895d6a1a5a6", - "x-ms-correlation-request-id": "f6e8a7d1-8e38-4f3d-b554-bd3af8397974", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "822a13d0-3d2f-440a-ba7e-5e8e796566d4", - "x-ms-routing-request-id": "WESTUS2:20210901T021810Z:f6e8a7d1-8e38-4f3d-b554-bd3af8397974" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6be1bbb089ae0405b299d26b5326996e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:18:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6be1bbb089ae0405b299d26b5326996e", - "x-ms-correlation-request-id": "ef3aeb91-5e36-475f-bddc-b0b5c45968bf", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "64a1b7c7-477f-4f2a-941e-ced6b7cb9278", - "x-ms-routing-request-id": "WESTUS2:20210901T021812Z:ef3aeb91-5e36-475f-bddc-b0b5c45968bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/56b30137-2454-4020-a619-0d8f162ff83f?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c26a2e17f398060e27a67a508b98dad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:18:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c26a2e17f398060e27a67a508b98dad", - "x-ms-correlation-request-id": "55c85712-4d73-44da-854c-3cb78693a487", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "3bd90b8d-298e-46cd-bee2-bd2404868e65", - "x-ms-routing-request-id": "WESTUS2:20210901T021813Z:55c85712-4d73-44da-854c-3cb78693a487" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4740/providers/Microsoft.Storage/storageAccounts/sto6048", - "name": "sto6048", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:17:55.0238840Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:17:55.0238840Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:17:54.9301301Z", - "primaryEndpoints": { - "blob": "https://sto6048.blob.core.windows.net/", - "queue": "https://sto6048.queue.core.windows.net/", - "table": "https://sto6048.table.core.windows.net/", - "file": "https://sto6048.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4740/providers/Microsoft.Storage/storageAccounts/sto6048/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-2ee2c7124601c04aa90d88722996d4dd-91a875f0dc3f904e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70f5a6ca3cb1caddd1fe6bc318a3bb50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T03:18:13.0737097Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "143", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:18:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70f5a6ca3cb1caddd1fe6bc318a3bb50", - "x-ms-correlation-request-id": "d95719f7-a7b4-4641-adf8-0885f05e46f3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "72083eaf-52dc-44ee-99c7-fdabcbadb08d", - "x-ms-routing-request-id": "WESTUS2:20210901T021813Z:d95719f7-a7b4-4641-adf8-0885f05e46f3" - }, - "ResponseBody": { - "accountSasToken": "sv=2015-04-05\u0026ss=b\u0026srt=sco\u0026sp=rl\u0026se=2021-09-01T03%3A18%3A13.0737097Z\u0026sig=4oaCKeTioPc475XDhljmZFP1Bi6%2B2AwUTTlGD73jTQQ%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T19:18:13.0737097-07:00", - "RandomSeed": "1168424947", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json deleted file mode 100644 index e40cae9eed00e..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingProperties.json +++ /dev/null @@ -1,743 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4be3e1d7086d3da3ff22f07c45d3764a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:13:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "249182ac-6aac-427a-9321-776f78326889", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "249182ac-6aac-427a-9321-776f78326889", - "x-ms-routing-request-id": "WESTUS2:20210901T011358Z:249182ac-6aac-427a-9321-776f78326889" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "602523b508c514ca22a20fbf519191ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:13:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fefa5107-485d-4f93-bc8f-fd6a155da76d", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "fefa5107-485d-4f93-bc8f-fd6a155da76d", - "x-ms-routing-request-id": "WESTUS2:20210901T011358Z:fefa5107-485d-4f93-bc8f-fd6a155da76d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9502?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a5edd124f36ccf468305743ed4270322-1aeb25d871f78044-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "205ba09584de2b48a651b22798d3a97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:13:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ff1ec5d-b0b9-4d57-b0f1-4c7320e804c7", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "7ff1ec5d-b0b9-4d57-b0f1-4c7320e804c7", - "x-ms-routing-request-id": "WESTUS2:20210901T011358Z:7ff1ec5d-b0b9-4d57-b0f1-4c7320e804c7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9502", - "name": "res9502", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9502/providers/Microsoft.Storage/storageAccounts/sto443?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-29bb4e408b7e01499ad9e240a2ceac0a-1504ac0fc820cf43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4302134dcf17cf1728cbf9e3eb6e9104", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4302134dcf17cf1728cbf9e3eb6e9104", - "x-ms-correlation-request-id": "42606c78-c8e5-4ff2-a33b-ef2a86944b7b", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "8190cbc8-4106-489f-b9af-522d7d5662e5", - "x-ms-routing-request-id": "WESTUS2:20210901T011402Z:42606c78-c8e5-4ff2-a33b-ef2a86944b7b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e4370454bead17d4451b5b94f47bae3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e4370454bead17d4451b5b94f47bae3", - "x-ms-correlation-request-id": "517ae70c-9382-4df0-9f0a-b842d616bf1b", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "3a5818e2-fb2c-4268-8328-97d5e3e569f5", - "x-ms-routing-request-id": "WESTUS2:20210901T011402Z:517ae70c-9382-4df0-9f0a-b842d616bf1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "23aa22215f7777b774250ff818ffe29e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "23aa22215f7777b774250ff818ffe29e", - "x-ms-correlation-request-id": "0a49f277-ed46-46da-a561-61e04478f95f", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "4e43e9ef-c774-411c-a5ce-035a212f0fad", - "x-ms-routing-request-id": "WESTUS2:20210901T011403Z:0a49f277-ed46-46da-a561-61e04478f95f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7a9e93fc122ba21a3260d6d821e58dec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7a9e93fc122ba21a3260d6d821e58dec", - "x-ms-correlation-request-id": "b20f2503-b40f-4c09-a9a3-50ca0e8c661f", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "73f61253-5c30-4044-bcfb-c7e8a9fb65ec", - "x-ms-routing-request-id": "WESTUS2:20210901T011404Z:b20f2503-b40f-4c09-a9a3-50ca0e8c661f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c9f6d364aadfe5eeb9cb09c43c85b944", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9f6d364aadfe5eeb9cb09c43c85b944", - "x-ms-correlation-request-id": "2b58c279-8f13-4860-a424-800c6727a17f", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "9e670d55-37c2-4333-8f12-c91951a992d8", - "x-ms-routing-request-id": "WESTUS2:20210901T011405Z:2b58c279-8f13-4860-a424-800c6727a17f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbbd166e40a90eb70808f11688df568f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbbd166e40a90eb70808f11688df568f", - "x-ms-correlation-request-id": "f0eb4d20-b08a-4673-8642-01d438162346", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "a4fedcc5-0ae7-4f19-a401-0e418d271d40", - "x-ms-routing-request-id": "WESTUS2:20210901T011406Z:f0eb4d20-b08a-4673-8642-01d438162346" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44932297190951bfa5b9c15f085566ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44932297190951bfa5b9c15f085566ac", - "x-ms-correlation-request-id": "dbdc3f51-ce0b-4652-a656-4c962b84dc32", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "695a3e6c-3f03-4596-ac57-495f380f8469", - "x-ms-routing-request-id": "WESTUS2:20210901T011407Z:dbdc3f51-ce0b-4652-a656-4c962b84dc32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0a6992a6d22724431be8c1d7b9d75dda", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a6992a6d22724431be8c1d7b9d75dda", - "x-ms-correlation-request-id": "5041be70-f851-472d-9558-4e65b8e8318f", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "204216f5-68f9-4cb0-8229-e5a6f8cc9552", - "x-ms-routing-request-id": "WESTUS2:20210901T011408Z:5041be70-f851-472d-9558-4e65b8e8318f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "192d7a7574f2553a576b15ef7e5805b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "192d7a7574f2553a576b15ef7e5805b2", - "x-ms-correlation-request-id": "a01f2261-c0c1-4e1b-b12a-6da7e943a813", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "681fb5f4-1c83-4477-ade7-33f1d34fb306", - "x-ms-routing-request-id": "WESTUS2:20210901T011409Z:a01f2261-c0c1-4e1b-b12a-6da7e943a813" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f56f44a14b75c567de6e282157e898ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f56f44a14b75c567de6e282157e898ce", - "x-ms-correlation-request-id": "fe475cef-2681-4526-b060-a4abd4e40493", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "7cb6d8b7-e09f-4caf-a2ae-71cf6683dab5", - "x-ms-routing-request-id": "WESTUS2:20210901T011411Z:fe475cef-2681-4526-b060-a4abd4e40493" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ee9e75b4c2831b95714b2bcbd53a6c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ee9e75b4c2831b95714b2bcbd53a6c3", - "x-ms-correlation-request-id": "38d1201f-ddb9-48b5-b588-fcafd58a3db3", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "a6fef707-6c0e-439e-af59-c0c6405c47d8", - "x-ms-routing-request-id": "WESTUS2:20210901T011412Z:38d1201f-ddb9-48b5-b588-fcafd58a3db3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "74350ee26867296413683b844c19fd6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "74350ee26867296413683b844c19fd6f", - "x-ms-correlation-request-id": "3c13330b-6cdd-4859-89ac-5786f03c640f", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "87a5104f-e52d-4e8c-9e58-c88a7c0f5c09", - "x-ms-routing-request-id": "WESTUS2:20210901T011413Z:3c13330b-6cdd-4859-89ac-5786f03c640f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "979446d3776e558a8b3d9d6099ab078b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "979446d3776e558a8b3d9d6099ab078b", - "x-ms-correlation-request-id": "e4b27173-3c34-4d8a-bf93-37e730f4d130", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "54e86d13-4979-481d-a659-0477d1cd6092", - "x-ms-routing-request-id": "WESTUS2:20210901T011414Z:e4b27173-3c34-4d8a-bf93-37e730f4d130" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "493e65c823b2f36682bf7bc01135e53d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "493e65c823b2f36682bf7bc01135e53d", - "x-ms-correlation-request-id": "c61c2a9b-54ff-418b-ab04-9a1ec8c583f5", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "bd76ffcd-a73e-4392-99ea-c6ddcd7d80f3", - "x-ms-routing-request-id": "WESTUS2:20210901T011415Z:c61c2a9b-54ff-418b-ab04-9a1ec8c583f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "76e843160ebf6b5484dfe929ca039068", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:14:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76e843160ebf6b5484dfe929ca039068", - "x-ms-correlation-request-id": "9faaddec-58d5-4215-8f0e-c863879e997c", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "ff542109-c548-4d7c-a409-425867941004", - "x-ms-routing-request-id": "WESTUS2:20210901T011416Z:9faaddec-58d5-4215-8f0e-c863879e997c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/8190cbc8-4106-489f-b9af-522d7d5662e5?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6bcaf60b4dbb0bcdfa114affcc94455", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:14:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6bcaf60b4dbb0bcdfa114affcc94455", - "x-ms-correlation-request-id": "87cc8385-f078-4a78-a9cd-32e77dd24676", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "6d2bfc6f-2aa6-46bc-81db-0c99147a65ee", - "x-ms-routing-request-id": "WESTUS2:20210901T011417Z:87cc8385-f078-4a78-a9cd-32e77dd24676" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9502/providers/Microsoft.Storage/storageAccounts/sto443", - "name": "sto443", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:14:00.6038162Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:14:00.6038162Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:14:00.4944139Z", - "primaryEndpoints": { - "blob": "https://sto443.blob.core.windows.net/", - "queue": "https://sto443.queue.core.windows.net/", - "table": "https://sto443.table.core.windows.net/", - "file": "https://sto443.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9502/providers/Microsoft.Storage/storageAccounts/sto443/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-5bdb444966175d489985cf87a17baba1-402e720a87dc5f4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "554a5f5891c2b9cc11d2c4d3393d287e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T00:14:17.6665632Z" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:14:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "554a5f5891c2b9cc11d2c4d3393d287e", - "x-ms-correlation-request-id": "7f62baa3-08b5-4260-94a1-f227842bc305", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "8f966442-a3b4-4af6-b601-86143acf1cda", - "x-ms-routing-request-id": "WESTUS2:20210901T011417Z:7f62baa3-08b5-4260-94a1-f227842bc305" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T18:14:17.6665632-07:00", - "RandomSeed": "511688618", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json deleted file mode 100644 index 323c04970e9cd..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListAccountSASWithMissingPropertiesAsync.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03a57b4716d193c249900c753517423e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "45f564f7-bdfa-4ad3-a782-062082eb5f19", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "45f564f7-bdfa-4ad3-a782-062082eb5f19", - "x-ms-routing-request-id": "WESTUS2:20210901T021917Z:45f564f7-bdfa-4ad3-a782-062082eb5f19" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac1ab0f13a1e4d13902bfb4a4a562811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d466831e-e208-4bfc-a689-a28b584df20a", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "d466831e-e208-4bfc-a689-a28b584df20a", - "x-ms-routing-request-id": "WESTUS2:20210901T021917Z:d466831e-e208-4bfc-a689-a28b584df20a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res149?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-9905c88f5a5ae649b0912cb11bfade91-9c0c727ed0b6af43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f2c4b3d7a4473cf4d5f09a5cb9bae16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d4480ea4-44e7-4440-af21-7a9e9673ee55", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d4480ea4-44e7-4440-af21-7a9e9673ee55", - "x-ms-routing-request-id": "WESTUS2:20210901T021917Z:d4480ea4-44e7-4440-af21-7a9e9673ee55" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res149", - "name": "res149", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res149/providers/Microsoft.Storage/storageAccounts/sto5491?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-fbc8f4a32736b649b001ceadbfc1ec3f-f6ab8ff117b8f446-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "38f9ebe30c83576772a51b7849f268fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "38f9ebe30c83576772a51b7849f268fa", - "x-ms-correlation-request-id": "8fb59e03-ba6d-47ca-b8ac-6f22ab24a1cd", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "2290cb4a-d1c8-4756-b919-560bc8ea5473", - "x-ms-routing-request-id": "WESTUS2:20210901T021920Z:8fb59e03-ba6d-47ca-b8ac-6f22ab24a1cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c733a3408183eb9c517d1d4b4fa046c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c733a3408183eb9c517d1d4b4fa046c", - "x-ms-correlation-request-id": "bc932661-de38-41ff-89c8-b145c05ed777", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "2f0eeed2-002b-487e-929e-1a7a2483576e", - "x-ms-routing-request-id": "WESTUS2:20210901T021920Z:bc932661-de38-41ff-89c8-b145c05ed777" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a296aaa1ffe13740b4aeffb2315cafae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a296aaa1ffe13740b4aeffb2315cafae", - "x-ms-correlation-request-id": "802903bf-6b60-4a26-a870-0267cbb5fc78", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "8d2ea3bb-afd1-4210-bb62-d1988a6ff74b", - "x-ms-routing-request-id": "WESTUS2:20210901T021921Z:802903bf-6b60-4a26-a870-0267cbb5fc78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e43ce152b7f2ce13e8e51b7da61953e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e43ce152b7f2ce13e8e51b7da61953e", - "x-ms-correlation-request-id": "7e2a95b2-7655-47b4-a3bc-968c82149994", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "9b4e101a-c65b-442c-8d4f-7339b761ad0a", - "x-ms-routing-request-id": "WESTUS2:20210901T021922Z:7e2a95b2-7655-47b4-a3bc-968c82149994" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd696ecced2e346af93b886a09070c68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd696ecced2e346af93b886a09070c68", - "x-ms-correlation-request-id": "431d6c06-03d6-4c2a-94ba-e7eaeba3f17f", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "e5e67a57-7d48-471f-891d-b8ab5e897a2d", - "x-ms-routing-request-id": "WESTUS2:20210901T021924Z:431d6c06-03d6-4c2a-94ba-e7eaeba3f17f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6bf2368f5b776ecc96a6453ae895c52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6bf2368f5b776ecc96a6453ae895c52", - "x-ms-correlation-request-id": "7d1753da-6517-440f-bbe0-08abee682fcd", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "f9fe3612-9054-4719-81be-89aa98dd18c7", - "x-ms-routing-request-id": "WESTUS2:20210901T021925Z:7d1753da-6517-440f-bbe0-08abee682fcd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3e6c018b2f32780630e1443a3772337", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3e6c018b2f32780630e1443a3772337", - "x-ms-correlation-request-id": "84070247-e821-4b66-bd45-614dd2522387", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "45380e8d-73ad-41cb-88ca-c16edbda08ff", - "x-ms-routing-request-id": "WESTUS2:20210901T021926Z:84070247-e821-4b66-bd45-614dd2522387" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b64ee981afa2d68782f334c389178670", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b64ee981afa2d68782f334c389178670", - "x-ms-correlation-request-id": "3c65051d-abe2-4b6d-b9f1-2fa85d01a576", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "a5227075-34cc-4ba9-9743-a09f5139da8c", - "x-ms-routing-request-id": "WESTUS2:20210901T021927Z:3c65051d-abe2-4b6d-b9f1-2fa85d01a576" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "485135df4920b674a39782a8e1a8d251", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "485135df4920b674a39782a8e1a8d251", - "x-ms-correlation-request-id": "0689469b-7012-48a9-bc56-ac06b20332c1", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "a24ea497-6ae3-49d7-b433-b0949ac97822", - "x-ms-routing-request-id": "WESTUS2:20210901T021928Z:0689469b-7012-48a9-bc56-ac06b20332c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4d22c47a53b69b0381040007ebc9e4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4d22c47a53b69b0381040007ebc9e4c", - "x-ms-correlation-request-id": "d07afc45-78fe-42fa-b6f3-92ceed2d6a50", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "10efb3e3-cc4b-444d-8881-6f37bf2cd575", - "x-ms-routing-request-id": "WESTUS2:20210901T021929Z:d07afc45-78fe-42fa-b6f3-92ceed2d6a50" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d64a488da2637177498130a2ddff5d9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d64a488da2637177498130a2ddff5d9", - "x-ms-correlation-request-id": "f664fb8f-a293-4336-b238-431e376433f1", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "361642bb-d552-46ae-9b27-dff8ad7c7c0c", - "x-ms-routing-request-id": "WESTUS2:20210901T021930Z:f664fb8f-a293-4336-b238-431e376433f1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5c7ce220c244393584e70f10087337e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c7ce220c244393584e70f10087337e7", - "x-ms-correlation-request-id": "4702fbc9-7f52-475d-a593-4f8947772ed3", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "88912b2c-cb89-48dd-9ff7-eb71aaf8e58e", - "x-ms-routing-request-id": "WESTUS2:20210901T021931Z:4702fbc9-7f52-475d-a593-4f8947772ed3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c2035f965446c2a159a4fa292a53b59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c2035f965446c2a159a4fa292a53b59", - "x-ms-correlation-request-id": "674c915b-6622-4cd3-af07-199e72219548", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "893565d3-fada-48f5-852b-b67f810d0a67", - "x-ms-routing-request-id": "WESTUS2:20210901T021932Z:674c915b-6622-4cd3-af07-199e72219548" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9be0671b413fc5086f2ae83ecb072f01", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9be0671b413fc5086f2ae83ecb072f01", - "x-ms-correlation-request-id": "6e3fb660-f47c-4424-932d-49e7c397fe99", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "4a07c702-9aae-4f56-8b90-bf189e085995", - "x-ms-routing-request-id": "WESTUS2:20210901T021934Z:6e3fb660-f47c-4424-932d-49e7c397fe99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8102c60b8beba94b71047aa7292a7df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8102c60b8beba94b71047aa7292a7df", - "x-ms-correlation-request-id": "12bdc812-b4ac-4d43-a05f-2aac20c09aa4", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "c0d08a4e-0b00-428b-b12c-336271abe7d5", - "x-ms-routing-request-id": "WESTUS2:20210901T021935Z:12bdc812-b4ac-4d43-a05f-2aac20c09aa4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0f4b5ac9c93b8a72c5acc197ceca10e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:19:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a0f4b5ac9c93b8a72c5acc197ceca10e", - "x-ms-correlation-request-id": "97efc431-492f-42e1-802f-e3e187913e9b", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "6aad8059-1006-4229-bd3e-be4befd32254", - "x-ms-routing-request-id": "WESTUS2:20210901T021936Z:97efc431-492f-42e1-802f-e3e187913e9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/2290cb4a-d1c8-4756-b919-560bc8ea5473?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66414e6b4395629bd225e32ffa5d53dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:19:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66414e6b4395629bd225e32ffa5d53dd", - "x-ms-correlation-request-id": "a751ec33-7c5e-4236-82a9-357dc1e7646a", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "7a20e835-0140-4a76-80f6-47cf93e53007", - "x-ms-routing-request-id": "WESTUS2:20210901T021937Z:a751ec33-7c5e-4236-82a9-357dc1e7646a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res149/providers/Microsoft.Storage/storageAccounts/sto5491", - "name": "sto5491", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:19:19.2148145Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:19:19.2148145Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:19:19.1210617Z", - "primaryEndpoints": { - "blob": "https://sto5491.blob.core.windows.net/", - "queue": "https://sto5491.queue.core.windows.net/", - "table": "https://sto5491.table.core.windows.net/", - "file": "https://sto5491.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res149/providers/Microsoft.Storage/storageAccounts/sto5491/ListAccountSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "120", - "Content-Type": "application/json", - "traceparent": "00-717102010d098b44bd8bf9722ca4abdf-c12e402f84f0b246-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "159209838e12c46e8458cb64eb7a3ecb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "signedServices": "b", - "signedResourceTypes": "sco", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T01:19:37.2953935Z" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:19:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "159209838e12c46e8458cb64eb7a3ecb", - "x-ms-correlation-request-id": "fe168c4f-ef89-41b9-b716-236f2f01796f", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "72e04b89-28fe-4520-9401-41d45c738bdf", - "x-ms-routing-request-id": "WESTUS2:20210901T021937Z:fe168c4f-ef89-41b9-b716-236f2f01796f" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T19:19:37.2953935-07:00", - "RandomSeed": "1894905418", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json deleted file mode 100644 index cc05341360464..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTest.json +++ /dev/null @@ -1,1459 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62ab5066aa4e50cff6b4367cdf54fa20", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37d1c96d-4c6c-4aa9-b817-39146833724d", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "37d1c96d-4c6c-4aa9-b817-39146833724d", - "x-ms-routing-request-id": "WESTUS2:20210901T011527Z:37d1c96d-4c6c-4aa9-b817-39146833724d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61139da358a712f62ba594bb2552587d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "871c4582-e679-4f12-8599-5aa965b2b382", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "871c4582-e679-4f12-8599-5aa965b2b382", - "x-ms-routing-request-id": "WESTUS2:20210901T011527Z:871c4582-e679-4f12-8599-5aa965b2b382" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6856?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7866de92bddcd546953c72481fd61182-4ce8bd4ef0412a4c-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75128bbf536f28ecb52bb0e963811390", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49c41ad1-4be9-4d59-91b5-4b7f2b4eda62", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "49c41ad1-4be9-4d59-91b5-4b7f2b4eda62", - "x-ms-routing-request-id": "WESTUS2:20210901T011527Z:49c41ad1-4be9-4d59-91b5-4b7f2b4eda62" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856", - "name": "res6856", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-964eedc097b64342b504751171ec7dde-9eebadc60dc2174c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5c7ec389b3fa590e9836a815132aa35b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5692d960-4bdd-4366-8d02-04ec9d5524f6", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "5692d960-4bdd-4366-8d02-04ec9d5524f6", - "x-ms-routing-request-id": "WESTUS2:20210901T011527Z:5692d960-4bdd-4366-8d02-04ec9d5524f6" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto7101?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-12744320d498d4409816a31d53079809-97810dfadd3e5049-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7c820fa33ab274a39f22d4529c82480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7c820fa33ab274a39f22d4529c82480", - "x-ms-correlation-request-id": "5926298c-2b58-4ddc-9988-608d4b85f015", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "3a597e43-ba78-4def-9b39-695e72634785", - "x-ms-routing-request-id": "WESTUS2:20210901T011530Z:5926298c-2b58-4ddc-9988-608d4b85f015" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60683054a94b8fde3435c1c0e1146f6e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60683054a94b8fde3435c1c0e1146f6e", - "x-ms-correlation-request-id": "a3c2b1b8-3f56-4e14-9caa-03b70b2c6e0e", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "87599484-151a-49d8-9b5b-d7b51f888408", - "x-ms-routing-request-id": "WESTUS2:20210901T011530Z:a3c2b1b8-3f56-4e14-9caa-03b70b2c6e0e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ee8948482147399134b2ecefa9f5024", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ee8948482147399134b2ecefa9f5024", - "x-ms-correlation-request-id": "1c065c8b-4a6b-4cdc-a620-d9be7e6c05dc", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "ac3682ab-5558-4981-bc7e-129caa8c1579", - "x-ms-routing-request-id": "WESTUS2:20210901T011532Z:1c065c8b-4a6b-4cdc-a620-d9be7e6c05dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8f1a567c35f8235bdffa5ebc54c9ba4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8f1a567c35f8235bdffa5ebc54c9ba4", - "x-ms-correlation-request-id": "e988dfd9-8be7-4df5-9a90-9ef0c2faea48", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "2d27e1d2-540d-40c9-9459-64b568b653ed", - "x-ms-routing-request-id": "WESTUS2:20210901T011533Z:e988dfd9-8be7-4df5-9a90-9ef0c2faea48" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4127cb6efc2cd27397f54dff7a0f9595", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4127cb6efc2cd27397f54dff7a0f9595", - "x-ms-correlation-request-id": "cd755a52-2c8f-40f8-a065-50cfb9f5244d", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "6480ff37-bb12-456a-9818-0e799d8d728f", - "x-ms-routing-request-id": "WESTUS2:20210901T011534Z:cd755a52-2c8f-40f8-a065-50cfb9f5244d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b589ce47622c00e5e66d014dcadadc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b589ce47622c00e5e66d014dcadadc6", - "x-ms-correlation-request-id": "3796f53e-ee0b-45d7-8dfa-8e09a7d56e63", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "5f364ecc-5692-4dd8-bc70-daeb69760061", - "x-ms-routing-request-id": "WESTUS2:20210901T011535Z:3796f53e-ee0b-45d7-8dfa-8e09a7d56e63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2e6089b00f786bf7321e6169753607ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2e6089b00f786bf7321e6169753607ad", - "x-ms-correlation-request-id": "3625699b-510b-4f02-811e-1be830b2cdab", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "d452b8b6-26d1-4116-834e-5141e38f021c", - "x-ms-routing-request-id": "WESTUS2:20210901T011536Z:3625699b-510b-4f02-811e-1be830b2cdab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29060f6a5ff4f781bc66e2c62b5ef5e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29060f6a5ff4f781bc66e2c62b5ef5e9", - "x-ms-correlation-request-id": "21c04bd1-f995-465c-8c17-1e204ff0efdc", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "23d9e8da-7c69-4c5d-aa8d-f0e2d7bcfa54", - "x-ms-routing-request-id": "WESTUS2:20210901T011537Z:21c04bd1-f995-465c-8c17-1e204ff0efdc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f14f864866afd51da4ec090414a54a28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f14f864866afd51da4ec090414a54a28", - "x-ms-correlation-request-id": "b29ee606-f5af-467c-a017-373c4b0aec8f", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "40b8bcd0-3430-4d4c-8085-c92d5689ec2b", - "x-ms-routing-request-id": "WESTUS2:20210901T011538Z:b29ee606-f5af-467c-a017-373c4b0aec8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cdaa225e84a650d2076872112c3140d4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdaa225e84a650d2076872112c3140d4", - "x-ms-correlation-request-id": "dfd07b8f-e825-4139-991e-577f4c2bb197", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "fedc1ba1-2f97-4f47-af28-c0cf83c28c72", - "x-ms-routing-request-id": "WESTUS2:20210901T011539Z:dfd07b8f-e825-4139-991e-577f4c2bb197" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee21782915e703fef2318407567de317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee21782915e703fef2318407567de317", - "x-ms-correlation-request-id": "b2713621-e2a3-4df1-bbd1-a22cc855bd89", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "7de802cf-586d-41ca-8263-d3389f6c9a0b", - "x-ms-routing-request-id": "WESTUS2:20210901T011540Z:b2713621-e2a3-4df1-bbd1-a22cc855bd89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0867ba1b28b4c442b4ffe947f40ba873", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0867ba1b28b4c442b4ffe947f40ba873", - "x-ms-correlation-request-id": "42c9c125-35b1-4a1a-8fdd-a26e87e56e8a", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "6626d7b5-2d46-4d94-b130-7483ada7eab8", - "x-ms-routing-request-id": "WESTUS2:20210901T011542Z:42c9c125-35b1-4a1a-8fdd-a26e87e56e8a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9bdb35ac5b83494024a7db74ffcaf989", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9bdb35ac5b83494024a7db74ffcaf989", - "x-ms-correlation-request-id": "548d1062-11e9-435e-9ca1-04c5abef558e", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "8f1308c4-2ff9-4329-a9c9-8cae816623d4", - "x-ms-routing-request-id": "WESTUS2:20210901T011543Z:548d1062-11e9-435e-9ca1-04c5abef558e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71f55a8537c9001f365d3ae82bb60ee6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71f55a8537c9001f365d3ae82bb60ee6", - "x-ms-correlation-request-id": "324bfbcf-6235-4346-a191-6b60eb6a2d09", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "9042fe25-d087-41e5-b922-8d03ae9d86ab", - "x-ms-routing-request-id": "WESTUS2:20210901T011544Z:324bfbcf-6235-4346-a191-6b60eb6a2d09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "215b108947a2c093791ee40d4ccdc4e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "215b108947a2c093791ee40d4ccdc4e9", - "x-ms-correlation-request-id": "7acf09d1-d8a3-4a13-b4a3-d05d643e2d19", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "ba39b4d9-a671-416c-91a1-168ddbdfc5e0", - "x-ms-routing-request-id": "WESTUS2:20210901T011545Z:7acf09d1-d8a3-4a13-b4a3-d05d643e2d19" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/3a597e43-ba78-4def-9b39-695e72634785?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9ac26005361675a915da652621581d6d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:15:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9ac26005361675a915da652621581d6d", - "x-ms-correlation-request-id": "544f0c85-8e7c-4d61-89c5-2658c1d7307c", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "df3990e3-4e0f-4d22-aba6-058ed69b3a2c", - "x-ms-routing-request-id": "WESTUS2:20210901T011546Z:544f0c85-8e7c-4d61-89c5-2658c1d7307c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto7101", - "name": "sto7101", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:29.3885238Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:29.3885238Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:15:29.2635199Z", - "primaryEndpoints": { - "blob": "https://sto7101.blob.core.windows.net/", - "queue": "https://sto7101.queue.core.windows.net/", - "table": "https://sto7101.table.core.windows.net/", - "file": "https://sto7101.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto3651?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-b0ba1445c16a8d48837869d73c50c0e6-4da3d06faf0a9f43-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6feeebf5e7d8c63d35f7ab5212b36998", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6feeebf5e7d8c63d35f7ab5212b36998", - "x-ms-correlation-request-id": "14755725-ffd6-4e16-8a7a-8a8d88dd42be", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "589a63bc-3ff1-43b6-8057-047aa1aacbff", - "x-ms-routing-request-id": "WESTUS2:20210901T011551Z:14755725-ffd6-4e16-8a7a-8a8d88dd42be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e15774767ad6792c84d3e13ffe220226", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e15774767ad6792c84d3e13ffe220226", - "x-ms-correlation-request-id": "92cf2030-53c6-482c-908e-d88026cd0bc6", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "e40ce0d9-4faa-42dc-af06-17e80deecd99", - "x-ms-routing-request-id": "WESTUS2:20210901T011551Z:92cf2030-53c6-482c-908e-d88026cd0bc6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75d08efb79522523998789cc1e5b5996", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75d08efb79522523998789cc1e5b5996", - "x-ms-correlation-request-id": "9ed62292-abf5-4c84-bef5-06f0d59f1d21", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "e808b8c8-dd25-4532-8691-9753cd42aed4", - "x-ms-routing-request-id": "WESTUS2:20210901T011552Z:9ed62292-abf5-4c84-bef5-06f0d59f1d21" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9edcaad6885cd6c2b6526fa1ee1368c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9edcaad6885cd6c2b6526fa1ee1368c2", - "x-ms-correlation-request-id": "a3bac68b-65c4-421b-8e31-29ed51d4c30a", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "48c3598b-2c33-484f-8f23-606dbf8f417a", - "x-ms-routing-request-id": "WESTUS2:20210901T011553Z:a3bac68b-65c4-421b-8e31-29ed51d4c30a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dee6a109accffcae5032484ef05f5a29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dee6a109accffcae5032484ef05f5a29", - "x-ms-correlation-request-id": "41863b66-9506-4f42-a436-dc001059a398", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "862c462a-a9a2-458f-b669-c3e039708efc", - "x-ms-routing-request-id": "WESTUS2:20210901T011554Z:41863b66-9506-4f42-a436-dc001059a398" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54694b79644673cacbf9beff0a823685", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54694b79644673cacbf9beff0a823685", - "x-ms-correlation-request-id": "1affc8d4-c882-481b-867c-480439856cb3", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "aa53128f-4372-4cb9-833b-aec5866e79ad", - "x-ms-routing-request-id": "WESTUS2:20210901T011555Z:1affc8d4-c882-481b-867c-480439856cb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cc3c71f7a7429c6fbdf4d2a3f74e656", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cc3c71f7a7429c6fbdf4d2a3f74e656", - "x-ms-correlation-request-id": "aa94df28-b484-4371-a20d-e3bdd36c005d", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "57dedddc-b324-4df1-a7ab-ace561de4694", - "x-ms-routing-request-id": "WESTUS2:20210901T011556Z:aa94df28-b484-4371-a20d-e3bdd36c005d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a32746f813aaa57cd77213d5edaef2ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a32746f813aaa57cd77213d5edaef2ce", - "x-ms-correlation-request-id": "1783263a-860c-4c1a-8a14-31a2f6bb2a43", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "d4610636-97be-40b2-8b53-723f815b9205", - "x-ms-routing-request-id": "WESTUS2:20210901T011557Z:1783263a-860c-4c1a-8a14-31a2f6bb2a43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "282ec2fbdd9cffb4843f586716a03357", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "282ec2fbdd9cffb4843f586716a03357", - "x-ms-correlation-request-id": "dd418a63-7928-4bb4-85d8-662815c49439", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "4086d253-738f-472f-a99e-63287ea232e7", - "x-ms-routing-request-id": "WESTUS2:20210901T011559Z:dd418a63-7928-4bb4-85d8-662815c49439" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4076812935a0bdb4b1ea50167f13b4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:15:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4076812935a0bdb4b1ea50167f13b4c", - "x-ms-correlation-request-id": "d58134c4-a28b-4237-99e5-f6c77114a0b6", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "c7319349-33cd-40ea-9d01-38f4359f8f11", - "x-ms-routing-request-id": "WESTUS2:20210901T011600Z:d58134c4-a28b-4237-99e5-f6c77114a0b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d2e7fecbd451ab991281f6abb148e37", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d2e7fecbd451ab991281f6abb148e37", - "x-ms-correlation-request-id": "a6782df6-c928-4e62-a88d-82000ca0894f", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "c653ac6d-8012-4c2a-be58-a63ed11b974e", - "x-ms-routing-request-id": "WESTUS2:20210901T011601Z:a6782df6-c928-4e62-a88d-82000ca0894f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85c3bb3f2ea76773e622dd7e38b29793", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85c3bb3f2ea76773e622dd7e38b29793", - "x-ms-correlation-request-id": "04c010c2-336b-4b62-bf87-75a0f2b68309", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "653b465c-1307-4097-8dd8-63c089ed304d", - "x-ms-routing-request-id": "WESTUS2:20210901T011602Z:04c010c2-336b-4b62-bf87-75a0f2b68309" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "977a0b03b6715412aeed323274715036", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "977a0b03b6715412aeed323274715036", - "x-ms-correlation-request-id": "0e284447-8346-49ff-b4ea-446f89305790", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "6125b8e4-4b3d-459a-abcd-85d80f01a248", - "x-ms-routing-request-id": "WESTUS2:20210901T011603Z:0e284447-8346-49ff-b4ea-446f89305790" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "acc26d8fb62dbea50bc69622df3be2df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "acc26d8fb62dbea50bc69622df3be2df", - "x-ms-correlation-request-id": "6dd17c33-f1e7-44fd-a06c-23d176517d09", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "c6af4671-f6db-4ef6-be24-34b3d28a128b", - "x-ms-routing-request-id": "WESTUS2:20210901T011604Z:6dd17c33-f1e7-44fd-a06c-23d176517d09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af668c91f69988c6a96ed7b9fb41f375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af668c91f69988c6a96ed7b9fb41f375", - "x-ms-correlation-request-id": "c596930e-5909-499b-b950-a71f61cce45f", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "56cbef3d-42da-48b7-b189-9b662001b9d3", - "x-ms-routing-request-id": "WESTUS2:20210901T011605Z:c596930e-5909-499b-b950-a71f61cce45f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbefa7d1ebef4d6566bb8caa1fef7472", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:16:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbefa7d1ebef4d6566bb8caa1fef7472", - "x-ms-correlation-request-id": "22f6e187-1fa8-4b53-a12b-a62bb7259e41", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "ccca8b57-b535-41a3-a8fb-7516562b37d7", - "x-ms-routing-request-id": "WESTUS2:20210901T011606Z:22f6e187-1fa8-4b53-a12b-a62bb7259e41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/589a63bc-3ff1-43b6-8057-047aa1aacbff?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8a1530aa10a989ca63a02bfdeebc3ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:16:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8a1530aa10a989ca63a02bfdeebc3ca", - "x-ms-correlation-request-id": "3bce46dc-07ff-425f-a421-7eb619d41e34", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "dc85f270-7bef-45a5-807a-1cd59304b4b7", - "x-ms-routing-request-id": "WESTUS2:20210901T011607Z:3bce46dc-07ff-425f-a421-7eb619d41e34" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto3651", - "name": "sto3651", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:47.5767640Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:47.5767640Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:15:47.4674077Z", - "primaryEndpoints": { - "blob": "https://sto3651.blob.core.windows.net/", - "queue": "https://sto3651.queue.core.windows.net/", - "table": "https://sto3651.table.core.windows.net/", - "file": "https://sto3651.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-eb44633182895444af06b1af767f12e8-54e8fbd20382684f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "385021d3164ca5ef261848de6a1c68b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2347", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:16:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "385021d3164ca5ef261848de6a1c68b9", - "x-ms-correlation-request-id": "05fcdbc0-1b87-4712-b8af-fabecd8a4ab2", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "27789d8c-1612-4e38-b213-7be68c9fc573", - "x-ms-routing-request-id": "WESTUS2:20210901T011608Z:05fcdbc0-1b87-4712-b8af-fabecd8a4ab2" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto3651", - "name": "sto3651", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:47.5767640Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:47.5767640Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:15:47.4674077Z", - "primaryEndpoints": { - "blob": "https://sto3651.blob.core.windows.net/", - "queue": "https://sto3651.queue.core.windows.net/", - "table": "https://sto3651.table.core.windows.net/", - "file": "https://sto3651.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6856/providers/Microsoft.Storage/storageAccounts/sto7101", - "name": "sto7101", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:29.3885238Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:15:29.3885238Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:15:29.2635199Z", - "primaryEndpoints": { - "blob": "https://sto7101.blob.core.windows.net/", - "queue": "https://sto7101.queue.core.windows.net/", - "table": "https://sto7101.table.core.windows.net/", - "file": "https://sto7101.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "406801243", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json deleted file mode 100644 index 45d178f737d93..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListByResourceGroupTestAsync.json +++ /dev/null @@ -1,1429 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3cfc1fb54bae24dbc4a5fd0743ec263e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "38496edd-33a9-4edd-969d-21369e56d57d", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "38496edd-33a9-4edd-969d-21369e56d57d", - "x-ms-routing-request-id": "WESTUS2:20210901T022140Z:38496edd-33a9-4edd-969d-21369e56d57d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8eb42eecbb4459ad06b19b096fe2a4ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cdfec68-1b09-4479-9972-0398474e9507", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "0cdfec68-1b09-4479-9972-0398474e9507", - "x-ms-routing-request-id": "WESTUS2:20210901T022140Z:0cdfec68-1b09-4479-9972-0398474e9507" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9717?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5be615c9b8b2ca4baa281c90f03c13b5-6075197e1950284d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5023c030f4a42e5b65a0d22d5161d317", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "20a22b6d-18d2-4e08-9c89-29578e3672ee", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "20a22b6d-18d2-4e08-9c89-29578e3672ee", - "x-ms-routing-request-id": "WESTUS2:20210901T022140Z:20a22b6d-18d2-4e08-9c89-29578e3672ee" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717", - "name": "res9717", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f4b5568f01de214098c96b6c4fe616b9-d90cad970e59f941-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5988e39197f172f9a336fcb0d2b4e200", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "12", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:40 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca2e5bbf-e0ee-46d6-b648-e7cea1276b63", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "ca2e5bbf-e0ee-46d6-b648-e7cea1276b63", - "x-ms-routing-request-id": "WESTUS2:20210901T022141Z:ca2e5bbf-e0ee-46d6-b648-e7cea1276b63" - }, - "ResponseBody": { - "value": [] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto3467?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-d13fbb260bed08448cca2931922aeb1b-b08e5fb7f5b18647-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "022b127948ed59395fdf1bdb2cb450c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "022b127948ed59395fdf1bdb2cb450c8", - "x-ms-correlation-request-id": "f2d43336-bda3-488a-b881-5ea00461a9af", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "47d8bdd3-8f69-4c2e-a79c-a86c252367e6", - "x-ms-routing-request-id": "WESTUS2:20210901T022143Z:f2d43336-bda3-488a-b881-5ea00461a9af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ed81cd114a79ba34f0091b8de967781", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ed81cd114a79ba34f0091b8de967781", - "x-ms-correlation-request-id": "59d42329-63f9-4b56-994a-23263fbb0a40", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "7dcd8b91-77b5-4536-ad9c-2b618ed96d26", - "x-ms-routing-request-id": "WESTUS2:20210901T022143Z:59d42329-63f9-4b56-994a-23263fbb0a40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6e0e7abe4e3dc7c78645140da41ad03", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6e0e7abe4e3dc7c78645140da41ad03", - "x-ms-correlation-request-id": "86488f87-cc08-411c-9aee-49fb88f7d99b", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "b9977c2c-304e-45b1-9067-f36310327ad6", - "x-ms-routing-request-id": "WESTUS2:20210901T022144Z:86488f87-cc08-411c-9aee-49fb88f7d99b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0f0a5d2e01dcdd213963cc940ae1e81a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0f0a5d2e01dcdd213963cc940ae1e81a", - "x-ms-correlation-request-id": "2913ad9b-52dd-4d56-9838-880754a8a44d", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "c6cea62a-efeb-46a8-b08e-62edd76a83f5", - "x-ms-routing-request-id": "WESTUS2:20210901T022146Z:2913ad9b-52dd-4d56-9838-880754a8a44d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c34ceb35da7becd9a0fbd642c363c10d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c34ceb35da7becd9a0fbd642c363c10d", - "x-ms-correlation-request-id": "bc16d4f0-1b5a-4975-ab2f-ee395093256d", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "deb0eec9-a09d-4b46-a233-85fc0b32ede5", - "x-ms-routing-request-id": "WESTUS2:20210901T022147Z:bc16d4f0-1b5a-4975-ab2f-ee395093256d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "80898e52678ca9a5c6039c8018e8d297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "80898e52678ca9a5c6039c8018e8d297", - "x-ms-correlation-request-id": "2bd46be9-d84e-45ef-a111-70f739a38112", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "aa97b253-c00d-4437-8220-c1783ef82910", - "x-ms-routing-request-id": "WESTUS2:20210901T022148Z:2bd46be9-d84e-45ef-a111-70f739a38112" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee0a367ceaf45487841d6ee02bde19d6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee0a367ceaf45487841d6ee02bde19d6", - "x-ms-correlation-request-id": "0087b4e3-96b6-49e1-8849-9de61f42d190", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "5cf1f196-3a10-4279-9a24-b5578bd773ea", - "x-ms-routing-request-id": "WESTUS2:20210901T022149Z:0087b4e3-96b6-49e1-8849-9de61f42d190" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b41bea26757ce8e46a2fc773d58d4b8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b41bea26757ce8e46a2fc773d58d4b8", - "x-ms-correlation-request-id": "80b5a96b-72d9-4b59-9e25-9330e0ab2ac5", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "0d7567da-e4be-41cc-a497-20209c99caf5", - "x-ms-routing-request-id": "WESTUS2:20210901T022150Z:80b5a96b-72d9-4b59-9e25-9330e0ab2ac5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dc63e29d25868190635fc6ff8c47ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8dc63e29d25868190635fc6ff8c47ee8", - "x-ms-correlation-request-id": "6f339e1d-c1bc-4b02-8744-d89605550974", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "c0cc48ad-b0b1-4c13-aef2-849d2c57b07b", - "x-ms-routing-request-id": "WESTUS2:20210901T022151Z:6f339e1d-c1bc-4b02-8744-d89605550974" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59dec6e956a61440a73ca751ed10162b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59dec6e956a61440a73ca751ed10162b", - "x-ms-correlation-request-id": "ae1ce469-a8ff-4b68-860d-cb52d5b1f197", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "08e685d2-c2f2-4917-a1b5-b55bdbc9aa33", - "x-ms-routing-request-id": "WESTUS2:20210901T022152Z:ae1ce469-a8ff-4b68-860d-cb52d5b1f197" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edb7b6488c18cf7da5d975216b1fd582", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edb7b6488c18cf7da5d975216b1fd582", - "x-ms-correlation-request-id": "d9eeb828-8af0-4b32-8f90-ba49038e0361", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "b36e3ec5-0762-4283-b96e-47cfba0ea2af", - "x-ms-routing-request-id": "WESTUS2:20210901T022153Z:d9eeb828-8af0-4b32-8f90-ba49038e0361" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "778d14247b7ad212feb1e51b2ac77af6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "778d14247b7ad212feb1e51b2ac77af6", - "x-ms-correlation-request-id": "f69f7aaf-8106-456e-8e1b-d6fa6412efb3", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "ad812c88-0605-4122-a4db-5f6b74c21955", - "x-ms-routing-request-id": "WESTUS2:20210901T022155Z:f69f7aaf-8106-456e-8e1b-d6fa6412efb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4226d11e910c5dd0480fb3cde11ea988", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4226d11e910c5dd0480fb3cde11ea988", - "x-ms-correlation-request-id": "4338b880-7cf5-4587-a19f-9b3c8e691fc4", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "3d839863-f4e5-4dae-a96b-ceeefae2143c", - "x-ms-routing-request-id": "WESTUS2:20210901T022156Z:4338b880-7cf5-4587-a19f-9b3c8e691fc4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d92c25679f82cdb0a4e4ef66a761a4dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d92c25679f82cdb0a4e4ef66a761a4dd", - "x-ms-correlation-request-id": "199f9605-5e0f-48c8-842e-d6806a934c87", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "9eb27696-0b87-4a56-8887-04f0f6b2d5c2", - "x-ms-routing-request-id": "WESTUS2:20210901T022157Z:199f9605-5e0f-48c8-842e-d6806a934c87" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a037e5e92f8937544302f6bc744f1df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:21:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a037e5e92f8937544302f6bc744f1df", - "x-ms-correlation-request-id": "d3324ddb-77c1-4e59-b787-824ae8185e01", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "1c44bf2d-7038-4b04-bc94-38f3aa94311f", - "x-ms-routing-request-id": "WESTUS2:20210901T022158Z:d3324ddb-77c1-4e59-b787-824ae8185e01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/47d8bdd3-8f69-4c2e-a79c-a86c252367e6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "05b45d08a19a7f7320599e27a169b6e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:21:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "05b45d08a19a7f7320599e27a169b6e6", - "x-ms-correlation-request-id": "97868c82-daba-4bf4-95ce-0bab64aed015", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "eb4379e1-0a82-4e1e-adae-c7eb0bcac0b3", - "x-ms-routing-request-id": "WESTUS2:20210901T022159Z:97868c82-daba-4bf4-95ce-0bab64aed015" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto3467", - "name": "sto3467", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:21:42.3454348Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:21:42.3454348Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:21:42.2360867Z", - "primaryEndpoints": { - "blob": "https://sto3467.blob.core.windows.net/", - "queue": "https://sto3467.queue.core.windows.net/", - "table": "https://sto3467.table.core.windows.net/", - "file": "https://sto3467.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto5986?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-79e3de2889b0954591cb4cfa52d6d8ee-f77ea877cacfac4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b626fd58f0eb0d59995527045055ff3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b626fd58f0eb0d59995527045055ff3", - "x-ms-correlation-request-id": "28366116-e744-4767-ae05-cddc872ab5d5", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "9189eaa8-253c-4f32-8df1-cd55c7159c2b", - "x-ms-routing-request-id": "WESTUS2:20210901T022201Z:28366116-e744-4767-ae05-cddc872ab5d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5f10049c48ecdf9df55010b210fdb53", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5f10049c48ecdf9df55010b210fdb53", - "x-ms-correlation-request-id": "6cc32e64-d0ca-4249-8186-4312905737c2", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "650197a1-1359-48db-8661-7a94ee7ec2ac", - "x-ms-routing-request-id": "WESTUS2:20210901T022201Z:6cc32e64-d0ca-4249-8186-4312905737c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0a92343e386c93cbb2579794f0e162a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0a92343e386c93cbb2579794f0e162a7", - "x-ms-correlation-request-id": "2815e648-ad3a-4f3a-aa02-82435a94c36b", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "c246662a-0056-4981-99d3-00b43b8582bd", - "x-ms-routing-request-id": "WESTUS2:20210901T022203Z:2815e648-ad3a-4f3a-aa02-82435a94c36b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4426d8ba8a144a64647cce4941b1e974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4426d8ba8a144a64647cce4941b1e974", - "x-ms-correlation-request-id": "e38ba012-a018-477d-90b8-8bad5aeed1d3", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "422e05f2-f161-480b-b657-248d80de94c4", - "x-ms-routing-request-id": "WESTUS2:20210901T022204Z:e38ba012-a018-477d-90b8-8bad5aeed1d3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19b54c9ecf5f100d355e23362d64ddfe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19b54c9ecf5f100d355e23362d64ddfe", - "x-ms-correlation-request-id": "af4d0f24-6672-4d6c-b160-4fc6f700b911", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "c9b58a1a-373d-45ae-913d-a3b857cbcaac", - "x-ms-routing-request-id": "WESTUS2:20210901T022205Z:af4d0f24-6672-4d6c-b160-4fc6f700b911" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "48515af296e8b43ecf47a6ef6a815100", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "48515af296e8b43ecf47a6ef6a815100", - "x-ms-correlation-request-id": "c20c65fd-6a55-4564-b8a0-6edcb4beffa1", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "37ce0c55-8ea5-4e7e-9cd6-69214f7a6473", - "x-ms-routing-request-id": "WESTUS2:20210901T022206Z:c20c65fd-6a55-4564-b8a0-6edcb4beffa1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3f5226e482bea48cb160fb5672d1d00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3f5226e482bea48cb160fb5672d1d00", - "x-ms-correlation-request-id": "e03eb1b3-477e-4e24-ba48-48954c8a7a4a", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "5ac49348-ec93-4acc-acc9-ed4e23c7d47a", - "x-ms-routing-request-id": "WESTUS2:20210901T022207Z:e03eb1b3-477e-4e24-ba48-48954c8a7a4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e657cf9fa05f088c0d014a17291da5b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e657cf9fa05f088c0d014a17291da5b3", - "x-ms-correlation-request-id": "daf7ee39-09fc-4e0c-afd0-0b43b53504f8", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "6cb2971e-45f5-4d07-a101-2520a47677a4", - "x-ms-routing-request-id": "WESTUS2:20210901T022208Z:daf7ee39-09fc-4e0c-afd0-0b43b53504f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ac8220c396ea9d211667dd187884da1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ac8220c396ea9d211667dd187884da1", - "x-ms-correlation-request-id": "b8b57ab0-fbcc-47e6-9bcc-6ac7fecf6e40", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "8f00dcf8-bcc1-4463-a79d-738f92520841", - "x-ms-routing-request-id": "WESTUS2:20210901T022209Z:b8b57ab0-fbcc-47e6-9bcc-6ac7fecf6e40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a50a52a6b2acda196ed952afe30c0ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a50a52a6b2acda196ed952afe30c0ae", - "x-ms-correlation-request-id": "7ffa1dca-9bff-466e-aa89-b51739dfbf27", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "7c95676a-2a42-4052-b31e-d0ba7393f15e", - "x-ms-routing-request-id": "WESTUS2:20210901T022210Z:7ffa1dca-9bff-466e-aa89-b51739dfbf27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44a95b7012656591fdadd5f923ba8184", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44a95b7012656591fdadd5f923ba8184", - "x-ms-correlation-request-id": "43281043-10a7-49ac-995f-8a62ac906632", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "b58fd054-8341-4086-a83d-4dd00bf05a5e", - "x-ms-routing-request-id": "WESTUS2:20210901T022211Z:43281043-10a7-49ac-995f-8a62ac906632" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84eda8b30bcca18981fa7481a3a7aae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84eda8b30bcca18981fa7481a3a7aae0", - "x-ms-correlation-request-id": "aa0e118a-9c6a-4e0f-bcbe-879ce5cf454c", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "c6cffcb4-8a99-4555-95b1-792f30c3c1c4", - "x-ms-routing-request-id": "WESTUS:20210901T022213Z:aa0e118a-9c6a-4e0f-bcbe-879ce5cf454c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c61cea508df173c14eb9d7c96a8aadc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c61cea508df173c14eb9d7c96a8aadc", - "x-ms-correlation-request-id": "aec25dd9-d7ec-43f5-aea3-5f0147dc8d54", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "ea2d4a2f-ca03-4a88-b240-956d2a0f5480", - "x-ms-routing-request-id": "WESTUS:20210901T022214Z:aec25dd9-d7ec-43f5-aea3-5f0147dc8d54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5676106c3c4365e1d107c36a9e10c155", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5676106c3c4365e1d107c36a9e10c155", - "x-ms-correlation-request-id": "834c12d2-1b8a-4aec-9c58-de21f2b15733", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "7f846778-3722-4548-8158-94634eda02c3", - "x-ms-routing-request-id": "WESTUS:20210901T022215Z:834c12d2-1b8a-4aec-9c58-de21f2b15733" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5453f4025558aba56cd66fe16d0c0bd9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:22:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5453f4025558aba56cd66fe16d0c0bd9", - "x-ms-correlation-request-id": "07214eed-9bbf-4064-8404-341b49354b94", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "598d3339-3734-4eee-8991-7b51bf6e834c", - "x-ms-routing-request-id": "WESTUS:20210901T022216Z:07214eed-9bbf-4064-8404-341b49354b94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9189eaa8-253c-4f32-8df1-cd55c7159c2b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9314974f5430699decfb5ad744d17804", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:22:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9314974f5430699decfb5ad744d17804", - "x-ms-correlation-request-id": "63104914-2295-49eb-8eb9-88ac39c734c3", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "433bb02d-d79c-43ed-bb4a-ac353284b16c", - "x-ms-routing-request-id": "WESTUS:20210901T022217Z:63104914-2295-49eb-8eb9-88ac39c734c3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto5986", - "name": "sto5986", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:22:00.5180466Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:22:00.5180466Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:22:00.4086617Z", - "primaryEndpoints": { - "blob": "https://sto5986.blob.core.windows.net/", - "queue": "https://sto5986.queue.core.windows.net/", - "table": "https://sto5986.table.core.windows.net/", - "file": "https://sto5986.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a004a4e9af1c0e4db698b4691b9ab99d-28c3e431cf461140-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a17a4729555417836bcbea6dcc00f7c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2347", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:22:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a17a4729555417836bcbea6dcc00f7c5", - "x-ms-correlation-request-id": "363309ef-c4e2-44d3-87b0-b48ba5ad9cb9", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "d6e51547-e7d5-4164-8521-505b7edf8caf", - "x-ms-routing-request-id": "WESTUS:20210901T022217Z:363309ef-c4e2-44d3-87b0-b48ba5ad9cb9" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto3467", - "name": "sto3467", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:21:42.3454348Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:21:42.3454348Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:21:42.2360867Z", - "primaryEndpoints": { - "blob": "https://sto3467.blob.core.windows.net/", - "queue": "https://sto3467.queue.core.windows.net/", - "table": "https://sto3467.table.core.windows.net/", - "file": "https://sto3467.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9717/providers/Microsoft.Storage/storageAccounts/sto5986", - "name": "sto5986", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:22:00.5180466Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:22:00.5180466Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:22:00.4086617Z", - "primaryEndpoints": { - "blob": "https://sto5986.blob.core.windows.net/", - "queue": "https://sto5986.queue.core.windows.net/", - "table": "https://sto5986.table.core.windows.net/", - "file": "https://sto5986.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "213584389", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json deleted file mode 100644 index 4c4c10f16876c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTest.json +++ /dev/null @@ -1,1704 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94483de4fb01e9d5cfc08fe61e682b9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3752ded2-a826-49fd-ae7f-3e59d9dff287", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "3752ded2-a826-49fd-ae7f-3e59d9dff287", - "x-ms-routing-request-id": "WESTUS2:20210901T011712Z:3752ded2-a826-49fd-ae7f-3e59d9dff287" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33d6756f8cfca2cb3a8b33b40f939ee6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:11 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21271954-c3e9-4eba-a453-3b3a76831ace", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "21271954-c3e9-4eba-a453-3b3a76831ace", - "x-ms-routing-request-id": "WESTUS2:20210901T011712Z:21271954-c3e9-4eba-a453-3b3a76831ace" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6864?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-76f2c09dc137fb4f9be4a7a518beabb3-b07917b9f71d4440-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc369575ef42b61621ff1e2239f245c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ea016521-e9ff-45a2-8bbd-e711015c19b5", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ea016521-e9ff-45a2-8bbd-e711015c19b5", - "x-ms-routing-request-id": "WESTUS2:20210901T011713Z:ea016521-e9ff-45a2-8bbd-e711015c19b5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6864", - "name": "res6864", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6864/providers/Microsoft.Storage/storageAccounts/sto3936?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-12a4c46e3fd23b45a3af6f6ee0a98253-e57749e41cd45445-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc9bbdd15758a6715a75c821da3b22a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc9bbdd15758a6715a75c821da3b22a8", - "x-ms-correlation-request-id": "e1b06449-6678-4258-ae70-8e65a62246af", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "fc89e49e-303a-4741-83a1-05927dea8d1b", - "x-ms-routing-request-id": "WESTUS2:20210901T011717Z:e1b06449-6678-4258-ae70-8e65a62246af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e1c216eb104b3d1dc526e87a4d9547c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1c216eb104b3d1dc526e87a4d9547c4", - "x-ms-correlation-request-id": "f07472b5-caec-4de9-8f7e-8f2c8aa1070c", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "f8f30836-d61d-4a51-810c-6e58d2d8d996", - "x-ms-routing-request-id": "WESTUS2:20210901T011718Z:f07472b5-caec-4de9-8f7e-8f2c8aa1070c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a3079fcd472a42737da507dcbc32659", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a3079fcd472a42737da507dcbc32659", - "x-ms-correlation-request-id": "07e279a2-d7a4-4508-8d64-dc1bd022207e", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "c0234cf5-fe2e-47f5-af0b-218882c50891", - "x-ms-routing-request-id": "WESTUS2:20210901T011719Z:07e279a2-d7a4-4508-8d64-dc1bd022207e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c335dadd4078f95d8b962faa440b72e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c335dadd4078f95d8b962faa440b72e6", - "x-ms-correlation-request-id": "e5efddac-6f13-4688-a9f9-8f785fa8c6c0", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "baa821fa-2437-40f8-a7e0-af37e5a645ed", - "x-ms-routing-request-id": "WESTUS2:20210901T011720Z:e5efddac-6f13-4688-a9f9-8f785fa8c6c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "06b1c8934ed0177bee1eaa70c09f7201", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "06b1c8934ed0177bee1eaa70c09f7201", - "x-ms-correlation-request-id": "8ac6e859-8613-4875-bc05-5db5655c6a9c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "56a7fb27-5457-48c3-ba23-4a868d4c920a", - "x-ms-routing-request-id": "WESTUS2:20210901T011721Z:8ac6e859-8613-4875-bc05-5db5655c6a9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "739c8eff835fbb4b1b36bfdba57d5f2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "739c8eff835fbb4b1b36bfdba57d5f2b", - "x-ms-correlation-request-id": "ddde648c-12df-43be-8289-015a5c7e88b8", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "1aaba638-3555-4752-ba75-f5e957a9aea2", - "x-ms-routing-request-id": "WESTUS2:20210901T011722Z:ddde648c-12df-43be-8289-015a5c7e88b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "02ea69681f128f895e1ed45a96ec38eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "02ea69681f128f895e1ed45a96ec38eb", - "x-ms-correlation-request-id": "7b6e5c57-36dd-421e-b9d5-922acb6bb27e", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "8af52ad2-69ad-46c3-b7dd-94d9049f1df8", - "x-ms-routing-request-id": "WESTUS2:20210901T011723Z:7b6e5c57-36dd-421e-b9d5-922acb6bb27e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b6aa2d24ff6f0f867df6ea998e9f7271", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b6aa2d24ff6f0f867df6ea998e9f7271", - "x-ms-correlation-request-id": "0c1aaddc-6ea9-478a-9aaa-e9354fa40a80", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "5f685f32-4b9a-4591-9b7b-8e3a4e2cd5ce", - "x-ms-routing-request-id": "WESTUS2:20210901T011724Z:0c1aaddc-6ea9-478a-9aaa-e9354fa40a80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57087fbf6fb4e0ef050d1441aef0242f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57087fbf6fb4e0ef050d1441aef0242f", - "x-ms-correlation-request-id": "0cc0879e-3bd2-44e0-9bd6-57244fd34ae3", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "82d76093-844c-4d00-b5f4-e0cc19319061", - "x-ms-routing-request-id": "WESTUS2:20210901T011725Z:0cc0879e-3bd2-44e0-9bd6-57244fd34ae3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77b7d3fea8d268bce2db851b34ef00be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77b7d3fea8d268bce2db851b34ef00be", - "x-ms-correlation-request-id": "92855ca9-df7c-4fd3-86be-9cf5854d89da", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "0353fc00-e49e-4361-a4e8-4520c7c5126c", - "x-ms-routing-request-id": "WESTUS2:20210901T011726Z:92855ca9-df7c-4fd3-86be-9cf5854d89da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "179b63abe1e3b4363dcab161ea45608c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "179b63abe1e3b4363dcab161ea45608c", - "x-ms-correlation-request-id": "07d442fc-3554-4f49-a70f-5718d2f609fd", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "a6cc72bb-8ff5-4708-91b8-1140b397544d", - "x-ms-routing-request-id": "WESTUS2:20210901T011728Z:07d442fc-3554-4f49-a70f-5718d2f609fd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba9bbbd2fae8169ec3a074d9ead3ab15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba9bbbd2fae8169ec3a074d9ead3ab15", - "x-ms-correlation-request-id": "00421624-2fc8-4851-b993-5e7268b3d10d", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "5b8bf08b-476a-4f2d-8edd-5b3ef4b1365b", - "x-ms-routing-request-id": "WESTUS2:20210901T011729Z:00421624-2fc8-4851-b993-5e7268b3d10d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b96550d0c551c4c9c033a08f75a7e9d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b96550d0c551c4c9c033a08f75a7e9d", - "x-ms-correlation-request-id": "4019cdda-ab04-47d7-b64c-f08ace9b7f97", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "1d4848f1-ca2e-4172-83d5-d0509d288131", - "x-ms-routing-request-id": "WESTUS2:20210901T011730Z:4019cdda-ab04-47d7-b64c-f08ace9b7f97" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7949f87a4554b0d6c48554436d5dc969", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7949f87a4554b0d6c48554436d5dc969", - "x-ms-correlation-request-id": "ba54d44c-75f9-4594-a429-d4fe34253c5a", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "4e455bec-740f-40b5-a8bc-364862920d1b", - "x-ms-routing-request-id": "WESTUS2:20210901T011731Z:ba54d44c-75f9-4594-a429-d4fe34253c5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94539b1f15afc5376f7f1de5c0961e68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94539b1f15afc5376f7f1de5c0961e68", - "x-ms-correlation-request-id": "d05b13ad-5522-47ad-9818-979ba1887ed2", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "9cfa3a16-b58b-4115-a4f3-59291bf47b8f", - "x-ms-routing-request-id": "WESTUS2:20210901T011732Z:d05b13ad-5522-47ad-9818-979ba1887ed2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f25fd7213289c7c07fe586cfb708af3f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f25fd7213289c7c07fe586cfb708af3f", - "x-ms-correlation-request-id": "62c6ab18-9fd2-49d0-8569-0577d9cada89", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "d1a9322c-7029-4658-885e-3b46e1f03840", - "x-ms-routing-request-id": "WESTUS2:20210901T011733Z:62c6ab18-9fd2-49d0-8569-0577d9cada89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fc89e49e-303a-4741-83a1-05927dea8d1b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5be8d039ea0664edc08409d527f1ef2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:17:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5be8d039ea0664edc08409d527f1ef2e", - "x-ms-correlation-request-id": "f6969e89-c921-4088-8263-20eebe141b69", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "69128d56-e8eb-46e9-86c6-bdbd4e549c48", - "x-ms-routing-request-id": "WESTUS2:20210901T011734Z:f6969e89-c921-4088-8263-20eebe141b69" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6864/providers/Microsoft.Storage/storageAccounts/sto3936", - "name": "sto3936", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:17:15.5020527Z", - "primaryEndpoints": { - "blob": "https://sto3936.blob.core.windows.net/", - "queue": "https://sto3936.queue.core.windows.net/", - "table": "https://sto3936.table.core.windows.net/", - "file": "https://sto3936.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9521ec66d7feece0da8c15c98f670d66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "231c9780-61c3-405d-aadc-056a0ef5cb91", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "231c9780-61c3-405d-aadc-056a0ef5cb91", - "x-ms-routing-request-id": "WESTUS2:20210901T011734Z:231c9780-61c3-405d-aadc-056a0ef5cb91" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8264?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-161a7e916f83754eb4395ac7cc709654-f6e7754e25072c43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "adf0abde61c2e937fa310528eb9f8df5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "41498c0e-91e2-4cf7-a933-ae4380484144", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "41498c0e-91e2-4cf7-a933-ae4380484144", - "x-ms-routing-request-id": "WESTUS2:20210901T011735Z:41498c0e-91e2-4cf7-a933-ae4380484144" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8264", - "name": "res8264", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8264/providers/Microsoft.Storage/storageAccounts/sto2188?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-02a64ce78a32b743805f3c0e02ed14e9-444bf3983fb19847-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19e6cb696141fcf0807ad523d55977a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19e6cb696141fcf0807ad523d55977a3", - "x-ms-correlation-request-id": "edd9ad6f-135e-4b36-a7d8-26a649cb937d", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f6e54344-bba7-49d5-8860-fdb8e350ffdd", - "x-ms-routing-request-id": "WESTUS2:20210901T011737Z:edd9ad6f-135e-4b36-a7d8-26a649cb937d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41fe36d4b67f4a9d00b141e661c624d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41fe36d4b67f4a9d00b141e661c624d8", - "x-ms-correlation-request-id": "72e3308d-dd9e-41e8-9ea9-c491e67b2592", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "c1081355-0fcf-445f-9150-8893f3216253", - "x-ms-routing-request-id": "WESTUS2:20210901T011737Z:72e3308d-dd9e-41e8-9ea9-c491e67b2592" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56e6848ef647c5d740fb6e3dbb153791", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56e6848ef647c5d740fb6e3dbb153791", - "x-ms-correlation-request-id": "fb957a63-c98e-4a22-83c0-d3f41a1e1908", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "ff6419e9-0963-4e84-b5d1-d3efb0bf2207", - "x-ms-routing-request-id": "WESTUS2:20210901T011738Z:fb957a63-c98e-4a22-83c0-d3f41a1e1908" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e4f4d8e355a4f23acfbfece61a388e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e4f4d8e355a4f23acfbfece61a388e5", - "x-ms-correlation-request-id": "219cbcd6-87d6-4e65-90d0-1a37035702ed", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "5aa63016-8bc2-4d7e-98f2-a11877c8fffb", - "x-ms-routing-request-id": "WESTUS2:20210901T011739Z:219cbcd6-87d6-4e65-90d0-1a37035702ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f4ccddf9509de405f380183475f8eeb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3f4ccddf9509de405f380183475f8eeb", - "x-ms-correlation-request-id": "1273f7e8-fb0f-48f6-b529-816f1f729d10", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "858ae4b5-90e8-466d-8715-ce87d695d221", - "x-ms-routing-request-id": "WESTUS2:20210901T011740Z:1273f7e8-fb0f-48f6-b529-816f1f729d10" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1458b0798576587d6196aa4bf708639c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1458b0798576587d6196aa4bf708639c", - "x-ms-correlation-request-id": "359b9ee5-38b3-45e9-9105-636762a6c5cb", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "a632f9e1-6594-424c-9fd6-1341ed2c32e5", - "x-ms-routing-request-id": "WESTUS2:20210901T011742Z:359b9ee5-38b3-45e9-9105-636762a6c5cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed5d8872f7c8f8880d713f21349f074c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed5d8872f7c8f8880d713f21349f074c", - "x-ms-correlation-request-id": "5a3635a9-a27d-4b76-8332-0e614a0fcb04", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "21988f72-26ed-450c-b201-baaaa6373c69", - "x-ms-routing-request-id": "WESTUS2:20210901T011743Z:5a3635a9-a27d-4b76-8332-0e614a0fcb04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b154136d744b596e50f3de72ebf4e656", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b154136d744b596e50f3de72ebf4e656", - "x-ms-correlation-request-id": "b5181516-c1e0-4ded-94ad-3dd45f5282e6", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "08a6e30e-3387-4842-a388-d5af3378bc6f", - "x-ms-routing-request-id": "WESTUS2:20210901T011744Z:b5181516-c1e0-4ded-94ad-3dd45f5282e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf1164d5a1028222275f0605465b24c1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf1164d5a1028222275f0605465b24c1", - "x-ms-correlation-request-id": "aa5f317f-9f3e-4e0b-b2d6-1f7e95898666", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "5b4705f9-6504-491f-8139-f73aa2acb4fe", - "x-ms-routing-request-id": "WESTUS2:20210901T011745Z:aa5f317f-9f3e-4e0b-b2d6-1f7e95898666" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4de5d8fb2b3fe5119039dd519160d19", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4de5d8fb2b3fe5119039dd519160d19", - "x-ms-correlation-request-id": "912bf724-b416-450a-b715-9069f06b9d55", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "77e6c4f9-cc88-45bf-8630-5708c98b3feb", - "x-ms-routing-request-id": "WESTUS2:20210901T011746Z:912bf724-b416-450a-b715-9069f06b9d55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d04ce98a478ecc4af0d289eb6d6913f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d04ce98a478ecc4af0d289eb6d6913f4", - "x-ms-correlation-request-id": "860065cc-20bc-4d08-abed-1da2d385b3aa", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "0a18ee9b-e0ac-4ae3-8228-df255fe687e4", - "x-ms-routing-request-id": "WESTUS2:20210901T011747Z:860065cc-20bc-4d08-abed-1da2d385b3aa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8de21dce011523a21212a5fe034c6811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8de21dce011523a21212a5fe034c6811", - "x-ms-correlation-request-id": "48110b4a-2044-49b5-a2fd-cb80529149c7", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "6cda7762-6bd7-40c4-a4c5-a265e9089f80", - "x-ms-routing-request-id": "WESTUS2:20210901T011748Z:48110b4a-2044-49b5-a2fd-cb80529149c7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d7bed52540f47321312f3e1286590b0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d7bed52540f47321312f3e1286590b0", - "x-ms-correlation-request-id": "43cd5f9b-deb0-429e-bc0b-18dc0fe02d79", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "c8e77e41-089a-4ef4-b7e8-cc80294f0dc8", - "x-ms-routing-request-id": "WESTUS2:20210901T011749Z:43cd5f9b-deb0-429e-bc0b-18dc0fe02d79" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc06a9f07f3388034629bd7ca14bc8a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc06a9f07f3388034629bd7ca14bc8a3", - "x-ms-correlation-request-id": "3a7ba771-68a6-41e2-b5ad-e0bf4fca3251", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "cd7b76e4-fbd9-4e4a-a5f3-4b90eefece77", - "x-ms-routing-request-id": "WESTUS2:20210901T011750Z:3a7ba771-68a6-41e2-b5ad-e0bf4fca3251" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f99776ab5ed7ae4ea9b7a030ec1faac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7f99776ab5ed7ae4ea9b7a030ec1faac", - "x-ms-correlation-request-id": "55754b3c-a6ab-42e1-9423-449a6489dd33", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "495c03a9-6a00-4529-a734-c01e2281a2e6", - "x-ms-routing-request-id": "WESTUS2:20210901T011752Z:55754b3c-a6ab-42e1-9423-449a6489dd33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "590df5826c46d3deeaf216e697b6a5c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "590df5826c46d3deeaf216e697b6a5c7", - "x-ms-correlation-request-id": "881bee6c-e313-409a-9d08-d05a161dde2a", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "ccd16d3d-ca3f-4939-be70-1cd04bf4fd33", - "x-ms-routing-request-id": "WESTUS2:20210901T011753Z:881bee6c-e313-409a-9d08-d05a161dde2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/f6e54344-bba7-49d5-8860-fdb8e350ffdd?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0764f4910cc3ac2c48c119705ff7a85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:17:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0764f4910cc3ac2c48c119705ff7a85", - "x-ms-correlation-request-id": "5e2e700b-779d-40a3-bff1-b781360918d4", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "56e281b6-3a84-43a0-b2fc-7413812db092", - "x-ms-routing-request-id": "WESTUS2:20210901T011754Z:5e2e700b-779d-40a3-bff1-b781360918d4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8264/providers/Microsoft.Storage/storageAccounts/sto2188", - "name": "sto2188", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:36.0966007Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:36.0966007Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:17:35.9872481Z", - "primaryEndpoints": { - "blob": "https://sto2188.blob.core.windows.net/", - "queue": "https://sto2188.queue.core.windows.net/", - "table": "https://sto2188.table.core.windows.net/", - "file": "https://sto2188.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-15f9818e53b9924782f4ca271415d947-a8100ad620522a42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "acf9102e6e3efd5d99c595fb9ffee234", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "6093", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:17:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3f51ee35-1116-4724-9330-bdc79356654f", - "x-ms-original-request-ids": [ - "ffbd079c-83c6-410c-ab85-a364661bbd71", - "0798c798-e0ce-47ef-a6f6-1136abd9424d" - ], - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "3f51ee35-1116-4724-9330-bdc79356654f", - "x-ms-routing-request-id": "WESTUS2:20210901T011754Z:3f51ee35-1116-4724-9330-bdc79356654f" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8264/providers/Microsoft.Storage/storageAccounts/sto2188", - "name": "sto2188", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:36.0966007Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:36.0966007Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:17:35.9872481Z", - "primaryEndpoints": { - "blob": "https://sto2188.blob.core.windows.net/", - "queue": "https://sto2188.queue.core.windows.net/", - "table": "https://sto2188.table.core.windows.net/", - "file": "https://sto2188.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6864/providers/Microsoft.Storage/storageAccounts/sto3936", - "name": "sto3936", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:17:15.5020527Z", - "primaryEndpoints": { - "blob": "https://sto3936.blob.core.windows.net/", - "queue": "https://sto3936.queue.core.windows.net/", - "table": "https://sto3936.table.core.windows.net/", - "file": "https://sto3936.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9658/providers/Microsoft.Storage/storageAccounts/storage241", - "name": "storage241", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:14.6929364Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:14.6929364Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-16T01:57:14.5991873Z", - "primaryEndpoints": { - "blob": "https://storage241.blob.core.windows.net/", - "queue": "https://storage241.queue.core.windows.net/", - "table": "https://storage241.table.core.windows.net/", - "file": "https://storage241.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9470/providers/Microsoft.Storage/storageAccounts/storage8738", - "name": "storage8738", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:43.4909383Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:43.4909383Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-16T01:57:43.3815548Z", - "primaryEndpoints": { - "blob": "https://storage8738.blob.core.windows.net/", - "queue": "https://storage8738.queue.core.windows.net/", - "table": "https://storage8738.table.core.windows.net/", - "file": "https://storage8738.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-ml-common/providers/Microsoft.Storage/storageAccounts/track2mlstorage", - "name": "track2mlstorage", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "minimumTlsVersion": "TLS1_2", - "allowBlobPublicAccess": true, - "allowSharedKeyAccess": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-05T08:26:32.6304298Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-05T08:26:32.6304298Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-05T08:26:32.5210267Z", - "primaryEndpoints": { - "dfs": "https://track2mlstorage.dfs.core.windows.net/", - "web": "https://track2mlstorage.z5.web.core.windows.net/", - "blob": "https://track2mlstorage.blob.core.windows.net/", - "queue": "https://track2mlstorage.queue.core.windows.net/", - "table": "https://track2mlstorage.table.core.windows.net/", - "file": "https://track2mlstorage.file.core.windows.net/" - }, - "primaryLocation": "westus2", - "statusOfPrimary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "121004920", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json deleted file mode 100644 index 00524ce7c0202..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListBySubscriptionTestAsync.json +++ /dev/null @@ -1,1745 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ce9ac9ca6a1ba0441efc8efcd9b9c2b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0cc48dbc-e161-4b89-9dc1-1c7089105d78", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "0cc48dbc-e161-4b89-9dc1-1c7089105d78", - "x-ms-routing-request-id": "WESTUS:20210901T022422Z:0cc48dbc-e161-4b89-9dc1-1c7089105d78" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e04bae2e89d5a02498fe04f4a8355b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ca74fffc-0a84-4690-a12b-a006eddcfa9c", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "ca74fffc-0a84-4690-a12b-a006eddcfa9c", - "x-ms-routing-request-id": "WESTUS:20210901T022422Z:ca74fffc-0a84-4690-a12b-a006eddcfa9c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7833?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7ea88b8cdef87c43afe3e6f31f205440-276033cf0061c94f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a6910af667a905531367a5813bf76c21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fd7736cd-9dec-4b16-bfed-2f8ff8b0460a", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fd7736cd-9dec-4b16-bfed-2f8ff8b0460a", - "x-ms-routing-request-id": "WESTUS:20210901T022423Z:fd7736cd-9dec-4b16-bfed-2f8ff8b0460a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7833", - "name": "res7833", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7833/providers/Microsoft.Storage/storageAccounts/sto2919?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-747e3a5b3cf1974da3927344168c24da-4e0eca4f9b4e4f41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0ea79a4b3a68eaaf311c5b470be9916", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0ea79a4b3a68eaaf311c5b470be9916", - "x-ms-correlation-request-id": "c99faabf-9617-4fab-8f36-11bae3c51732", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "d2b70f1c-76f4-4fb3-b9ca-405bd440663b", - "x-ms-routing-request-id": "WESTUS:20210901T022426Z:c99faabf-9617-4fab-8f36-11bae3c51732" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dcdf762d43c7574fe718b6568e50a2a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dcdf762d43c7574fe718b6568e50a2a8", - "x-ms-correlation-request-id": "cb34aad5-ad53-44af-987e-0a7c6a8a577b", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "0eeb547a-5719-43b0-b16e-b8ae3353e6aa", - "x-ms-routing-request-id": "WESTUS:20210901T022426Z:cb34aad5-ad53-44af-987e-0a7c6a8a577b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21706b0b17db6c4f2639481c314cb5e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21706b0b17db6c4f2639481c314cb5e5", - "x-ms-correlation-request-id": "f49cfbee-6a54-4356-aa5b-b18fadcc6377", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "0e4e77d6-1744-419b-8554-26e4289cebec", - "x-ms-routing-request-id": "WESTUS:20210901T022427Z:f49cfbee-6a54-4356-aa5b-b18fadcc6377" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa86517abddf884f8639226c81fc2247", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa86517abddf884f8639226c81fc2247", - "x-ms-correlation-request-id": "7094310f-923e-40ad-858b-c9b0f33acfd2", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "b0bb279d-b260-4b88-bd55-1b5c6c56cdbe", - "x-ms-routing-request-id": "WESTUS:20210901T022428Z:7094310f-923e-40ad-858b-c9b0f33acfd2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d51d8e8759d16982672b58dfa33259b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d51d8e8759d16982672b58dfa33259b", - "x-ms-correlation-request-id": "3d452898-4bec-4a2a-b0ec-4a7311a7ae44", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "c967aa36-ff26-42eb-b021-46726b6ba9e3", - "x-ms-routing-request-id": "WESTUS:20210901T022430Z:3d452898-4bec-4a2a-b0ec-4a7311a7ae44" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3ddbd162a8ca4dc91be79aa2f5e3ea29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3ddbd162a8ca4dc91be79aa2f5e3ea29", - "x-ms-correlation-request-id": "a0ba8d9e-58e3-48cd-ad4d-8f4d0f77b78a", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "480788d8-6fb4-4ccc-8b94-d7fecc01df21", - "x-ms-routing-request-id": "WESTUS:20210901T022431Z:a0ba8d9e-58e3-48cd-ad4d-8f4d0f77b78a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5834001747fa0447b870d36c07c28d52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5834001747fa0447b870d36c07c28d52", - "x-ms-correlation-request-id": "fba7dd2b-989b-4250-b860-3a88861cc519", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "cfaa15a6-a39a-4678-ab6a-94431b5b9016", - "x-ms-routing-request-id": "WESTUS:20210901T022432Z:fba7dd2b-989b-4250-b860-3a88861cc519" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0098714e5213f7d0f0352b5daf62143", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0098714e5213f7d0f0352b5daf62143", - "x-ms-correlation-request-id": "0a994d78-2562-488f-a7aa-1685dc2c5a8a", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "27ed18cf-83fe-4214-91bd-381887ea1c64", - "x-ms-routing-request-id": "WESTUS:20210901T022433Z:0a994d78-2562-488f-a7aa-1685dc2c5a8a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa768c88ccff1ba089d78459d55d4659", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa768c88ccff1ba089d78459d55d4659", - "x-ms-correlation-request-id": "3c1801a0-f8bd-4dcd-9415-11d1c1e4d13b", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "b4c1c892-f531-478b-a969-7ad9966cd294", - "x-ms-routing-request-id": "WESTUS:20210901T022434Z:3c1801a0-f8bd-4dcd-9415-11d1c1e4d13b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6d8d485a39d9320783f449f6f59229c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6d8d485a39d9320783f449f6f59229c2", - "x-ms-correlation-request-id": "58fd76bc-80c3-4837-8bd9-7cbe508062f5", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "c489dcce-4b43-4b1c-87c9-bd8b4448fa74", - "x-ms-routing-request-id": "WESTUS:20210901T022435Z:58fd76bc-80c3-4837-8bd9-7cbe508062f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ae3904f934c4753e6ee274960236ab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ae3904f934c4753e6ee274960236ab2", - "x-ms-correlation-request-id": "0a1a86ce-98f3-443f-823d-87ae2ac8bf5a", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "0843b37c-dd5a-4421-a87f-44a97aa72e90", - "x-ms-routing-request-id": "WESTUS:20210901T022436Z:0a1a86ce-98f3-443f-823d-87ae2ac8bf5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "925bf8bdb3684f698443770a82a925f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "925bf8bdb3684f698443770a82a925f7", - "x-ms-correlation-request-id": "6bdffa2b-a913-44d1-b8fd-908188772f90", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "7c5da28e-8dfe-499d-b947-599507590827", - "x-ms-routing-request-id": "WESTUS:20210901T022437Z:6bdffa2b-a913-44d1-b8fd-908188772f90" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "440ac2aecb79c60df54587eb12bed15f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "440ac2aecb79c60df54587eb12bed15f", - "x-ms-correlation-request-id": "6300d39e-d23d-4b1b-90fa-c3563b2682b6", - "x-ms-ratelimit-remaining-subscription-reads": "11873", - "x-ms-request-id": "73d7746e-c3bf-400f-acf9-7cfde43ccabc", - "x-ms-routing-request-id": "WESTUS:20210901T022439Z:6300d39e-d23d-4b1b-90fa-c3563b2682b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd38978a96369b592694f6081c48c43c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd38978a96369b592694f6081c48c43c", - "x-ms-correlation-request-id": "ab066244-5401-48b0-9872-2474ab3572a8", - "x-ms-ratelimit-remaining-subscription-reads": "11872", - "x-ms-request-id": "4fc4de04-ee98-4f05-9e48-b8081af5b373", - "x-ms-routing-request-id": "WESTUS:20210901T022440Z:ab066244-5401-48b0-9872-2474ab3572a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e9b30c82519f238eb949d222b7d3dc6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e9b30c82519f238eb949d222b7d3dc6", - "x-ms-correlation-request-id": "1871d42c-0375-4182-a13c-9c24fd4a73e3", - "x-ms-ratelimit-remaining-subscription-reads": "11871", - "x-ms-request-id": "0b35b319-ba06-4088-bd27-ac20d1c3a201", - "x-ms-routing-request-id": "WESTUS:20210901T022441Z:1871d42c-0375-4182-a13c-9c24fd4a73e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d2b70f1c-76f4-4fb3-b9ca-405bd440663b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb801772287017c0686e1de5d505aaad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:24:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb801772287017c0686e1de5d505aaad", - "x-ms-correlation-request-id": "155493b8-2073-4d7f-b7b1-5d9312e8a8c5", - "x-ms-ratelimit-remaining-subscription-reads": "11870", - "x-ms-request-id": "2fd0d8eb-7bf0-4d0a-a02e-0e38d59d2a16", - "x-ms-routing-request-id": "WESTUS:20210901T022442Z:155493b8-2073-4d7f-b7b1-5d9312e8a8c5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7833/providers/Microsoft.Storage/storageAccounts/sto2919", - "name": "sto2919", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:25.1959464Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:25.1959464Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:24:25.0550259Z", - "primaryEndpoints": { - "blob": "https://sto2919.blob.core.windows.net/", - "queue": "https://sto2919.queue.core.windows.net/", - "table": "https://sto2919.table.core.windows.net/", - "file": "https://sto2919.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e1224a81322264455e4611a1f9376fa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b97e0009-b436-4f89-9370-6ef1dda3d1c0", - "x-ms-ratelimit-remaining-subscription-reads": "11869", - "x-ms-request-id": "b97e0009-b436-4f89-9370-6ef1dda3d1c0", - "x-ms-routing-request-id": "WESTUS:20210901T022442Z:b97e0009-b436-4f89-9370-6ef1dda3d1c0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1530?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-079edfbc1c04604697a7e7f490105da7-acc260b914eedd46-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c704952fcbd96fa08436ab07531de5ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd9debab-4794-4f25-95b2-ffe195fba2f5", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "bd9debab-4794-4f25-95b2-ffe195fba2f5", - "x-ms-routing-request-id": "WESTUS:20210901T022442Z:bd9debab-4794-4f25-95b2-ffe195fba2f5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1530", - "name": "res1530", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1530/providers/Microsoft.Storage/storageAccounts/sto4154?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-4ebbc38792d12e46a1900b13e3834027-a034d2a31d35aa40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b5be1a13fa31bd28c2a161e1e31fe74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b5be1a13fa31bd28c2a161e1e31fe74", - "x-ms-correlation-request-id": "699bb0d8-34ae-416c-b74f-17c99988fa8f", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "1ec45f0b-ba10-4af7-b930-83df3dea694b", - "x-ms-routing-request-id": "WESTUS:20210901T022445Z:699bb0d8-34ae-416c-b74f-17c99988fa8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e9508b7fb4d568b32ab4ca08a516505", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e9508b7fb4d568b32ab4ca08a516505", - "x-ms-correlation-request-id": "33b61c6d-b1bf-4f5c-b893-41a090404d99", - "x-ms-ratelimit-remaining-subscription-reads": "11868", - "x-ms-request-id": "338e3583-9c80-46a9-8525-7130ede3530b", - "x-ms-routing-request-id": "WESTUS:20210901T022445Z:33b61c6d-b1bf-4f5c-b893-41a090404d99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78c492ac4476f90a61d9e9054238be80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78c492ac4476f90a61d9e9054238be80", - "x-ms-correlation-request-id": "b9bcbc99-5854-4947-b0dc-f3586e0173ab", - "x-ms-ratelimit-remaining-subscription-reads": "11867", - "x-ms-request-id": "89ebc6ba-80f1-4984-8e24-e3dc132794db", - "x-ms-routing-request-id": "WESTUS:20210901T022446Z:b9bcbc99-5854-4947-b0dc-f3586e0173ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1567ea026f9b92271918733a5bdef721", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1567ea026f9b92271918733a5bdef721", - "x-ms-correlation-request-id": "b76f8a8a-26e5-4e89-91e9-2fb9c1156e48", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "18b86839-d89d-4650-a5a2-6b5aa5280f4b", - "x-ms-routing-request-id": "WESTUS:20210901T022447Z:b76f8a8a-26e5-4e89-91e9-2fb9c1156e48" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caedf738af4772b5fd9c2c73128613fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caedf738af4772b5fd9c2c73128613fa", - "x-ms-correlation-request-id": "fa1dabaa-8321-4d6e-8461-27ff852b353b", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "10843127-e344-4baf-9c21-6ca3c9ac17e4", - "x-ms-routing-request-id": "WESTUS:20210901T022448Z:fa1dabaa-8321-4d6e-8461-27ff852b353b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a09ecbec50e93d696b325e5dd0d09e83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a09ecbec50e93d696b325e5dd0d09e83", - "x-ms-correlation-request-id": "a4514c0a-3e6d-4f50-b2a0-bc632a55cad8", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "e2ce9f4f-e6c3-4752-8799-fdd458b04c01", - "x-ms-routing-request-id": "WESTUS:20210901T022449Z:a4514c0a-3e6d-4f50-b2a0-bc632a55cad8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bccc7e1f44a523934f417ff42b37f92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bccc7e1f44a523934f417ff42b37f92", - "x-ms-correlation-request-id": "2ef8aa68-32f9-4951-87a7-9ec87e43e798", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "86573b58-85c4-401e-9ecd-f395ebd4ee40", - "x-ms-routing-request-id": "WESTUS:20210901T022451Z:2ef8aa68-32f9-4951-87a7-9ec87e43e798" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f4d79055740e8378db05f145158a12d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f4d79055740e8378db05f145158a12d", - "x-ms-correlation-request-id": "e10f7722-52fc-4545-83ca-66e899ab5536", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "b8c3e1eb-2a27-490b-9edf-31670e2a2dd1", - "x-ms-routing-request-id": "WESTUS:20210901T022452Z:e10f7722-52fc-4545-83ca-66e899ab5536" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b91a9fdc8baf8af914b6bf4386afab7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b91a9fdc8baf8af914b6bf4386afab7", - "x-ms-correlation-request-id": "85373ced-5619-4a5e-ae5f-82bfeeed2f63", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "6bd4ab9e-74a4-4bfa-902d-07041daa83f1", - "x-ms-routing-request-id": "WESTUS:20210901T022453Z:85373ced-5619-4a5e-ae5f-82bfeeed2f63" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5758cbb30e838a4390e4bd9a952501db", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5758cbb30e838a4390e4bd9a952501db", - "x-ms-correlation-request-id": "a6d15ee0-206a-4c32-af16-886cfd6b0290", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "9d6eaee8-60a7-40e3-b973-bb78337775a3", - "x-ms-routing-request-id": "WESTUS:20210901T022454Z:a6d15ee0-206a-4c32-af16-886cfd6b0290" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9901ea5234213cd8ca54fdf4eb42af23", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9901ea5234213cd8ca54fdf4eb42af23", - "x-ms-correlation-request-id": "fad4078e-777b-4d0b-9449-6210963dd4d2", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "254a81d5-427e-48cb-9a86-5a330c6430da", - "x-ms-routing-request-id": "WESTUS:20210901T022455Z:fad4078e-777b-4d0b-9449-6210963dd4d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8561a7b54a00efa96507bad60a14636c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8561a7b54a00efa96507bad60a14636c", - "x-ms-correlation-request-id": "9244a037-47e7-421c-89e7-21030165ed9d", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "5f1fb407-9110-4884-9db2-6bfe99ef217f", - "x-ms-routing-request-id": "WESTUS:20210901T022456Z:9244a037-47e7-421c-89e7-21030165ed9d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ea28f4960687e95f21b8c2e104e9e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ea28f4960687e95f21b8c2e104e9e4d", - "x-ms-correlation-request-id": "85ca00aa-0b8f-47a3-aa2a-c602df3eafda", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "e736bfc7-f54c-4f13-9e75-26d6c2482680", - "x-ms-routing-request-id": "WESTUS:20210901T022457Z:85ca00aa-0b8f-47a3-aa2a-c602df3eafda" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ede59a347bc308db4012331a790232b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ede59a347bc308db4012331a790232b5", - "x-ms-correlation-request-id": "c494bfd3-dadd-4299-a2c0-f2ce25b20f70", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "df37ed9f-61da-4a21-9d49-a44f39789ba4", - "x-ms-routing-request-id": "WESTUS:20210901T022458Z:c494bfd3-dadd-4299-a2c0-f2ce25b20f70" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5cab90f161a054ba12e292e4bd7bde17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:24:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5cab90f161a054ba12e292e4bd7bde17", - "x-ms-correlation-request-id": "1c7354a3-01a4-432a-882b-cbe163cc14f7", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "32da3893-4711-4337-989e-e5838f164834", - "x-ms-routing-request-id": "WESTUS:20210901T022500Z:1c7354a3-01a4-432a-882b-cbe163cc14f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1ec45f0b-ba10-4af7-b930-83df3dea694b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70a16d69752fcda9b39a0d562d7a05f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:25:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70a16d69752fcda9b39a0d562d7a05f0", - "x-ms-correlation-request-id": "1d6921e6-217e-4267-87d4-15a2040903b7", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "8d7ae4ce-ac64-4392-bce0-0b5862092b28", - "x-ms-routing-request-id": "WESTUS:20210901T022501Z:1d6921e6-217e-4267-87d4-15a2040903b7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1530/providers/Microsoft.Storage/storageAccounts/sto4154", - "name": "sto4154", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:43.8213572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:43.8213572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:24:43.6807250Z", - "primaryEndpoints": { - "blob": "https://sto4154.blob.core.windows.net/", - "queue": "https://sto4154.queue.core.windows.net/", - "table": "https://sto4154.table.core.windows.net/", - "file": "https://sto4154.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d1208d376cba894eb12543c8f4bc1ac0-240398b86a68ec48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f3cd7e942a3d3addf90dae0e9f64ac5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "8610", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:25:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fa2db72e-7244-43b7-9658-2c016d624bbb", - "x-ms-original-request-ids": [ - "4a7f5283-c7db-49fa-b904-b8ecf0946d49", - "b96bb2c6-0925-4150-8264-125cd9fc4a47" - ], - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "fa2db72e-7244-43b7-9658-2c016d624bbb", - "x-ms-routing-request-id": "WESTUS:20210901T022501Z:fa2db72e-7244-43b7-9658-2c016d624bbb" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7833/providers/Microsoft.Storage/storageAccounts/sto2919", - "name": "sto2919", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:25.1959464Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:25.1959464Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:24:25.0550259Z", - "primaryEndpoints": { - "blob": "https://sto2919.blob.core.windows.net/", - "queue": "https://sto2919.queue.core.windows.net/", - "table": "https://sto2919.table.core.windows.net/", - "file": "https://sto2919.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6864/providers/Microsoft.Storage/storageAccounts/sto3936", - "name": "sto3936", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:17:15.6270850Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:17:15.5020527Z", - "primaryEndpoints": { - "blob": "https://sto3936.blob.core.windows.net/", - "queue": "https://sto3936.queue.core.windows.net/", - "table": "https://sto3936.table.core.windows.net/", - "file": "https://sto3936.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1530/providers/Microsoft.Storage/storageAccounts/sto4154", - "name": "sto4154", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:43.8213572Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:24:43.8213572Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:24:43.6807250Z", - "primaryEndpoints": { - "blob": "https://sto4154.blob.core.windows.net/", - "queue": "https://sto4154.queue.core.windows.net/", - "table": "https://sto4154.table.core.windows.net/", - "file": "https://sto4154.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9658/providers/Microsoft.Storage/storageAccounts/storage241", - "name": "storage241", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:14.6929364Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:14.6929364Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-16T01:57:14.5991873Z", - "primaryEndpoints": { - "blob": "https://storage241.blob.core.windows.net/", - "queue": "https://storage241.queue.core.windows.net/", - "table": "https://storage241.table.core.windows.net/", - "file": "https://storage241.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-9470/providers/Microsoft.Storage/storageAccounts/storage8738", - "name": "storage8738", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:43.4909383Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-16T01:57:43.4909383Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-16T01:57:43.3815548Z", - "primaryEndpoints": { - "blob": "https://storage8738.blob.core.windows.net/", - "queue": "https://storage8738.queue.core.windows.net/", - "table": "https://storage8738.table.core.windows.net/", - "file": "https://storage8738.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/redmond-chens-fans/providers/Microsoft.Storage/storageAccounts/averyfineitem0916580886", - "name": "averyfineitem0916580886", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "isHnsEnabled": false, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:05.6805085Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:05.6805085Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:05.5867205Z", - "primaryEndpoints": { - "dfs": "https://averyfineitem0916580886.dfs.core.windows.net/", - "web": "https://averyfineitem0916580886.z5.web.core.windows.net/", - "blob": "https://averyfineitem0916580886.blob.core.windows.net/", - "queue": "https://averyfineitem0916580886.queue.core.windows.net/", - "table": "https://averyfineitem0916580886.table.core.windows.net/", - "file": "https://averyfineitem0916580886.file.core.windows.net/" - }, - "primaryLocation": "westus2", - "statusOfPrimary": "available" - } - }, - { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/test-ml-common/providers/Microsoft.Storage/storageAccounts/track2mlstorage", - "name": "track2mlstorage", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus2", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "minimumTlsVersion": "TLS1_2", - "allowBlobPublicAccess": true, - "allowSharedKeyAccess": true, - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-05T08:26:32.6304298Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-05T08:26:32.6304298Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-08-05T08:26:32.5210267Z", - "primaryEndpoints": { - "dfs": "https://track2mlstorage.dfs.core.windows.net/", - "web": "https://track2mlstorage.z5.web.core.windows.net/", - "blob": "https://track2mlstorage.blob.core.windows.net/", - "queue": "https://track2mlstorage.queue.core.windows.net/", - "table": "https://track2mlstorage.table.core.windows.net/", - "file": "https://track2mlstorage.file.core.windows.net/" - }, - "primaryLocation": "westus2", - "statusOfPrimary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1084832529", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json deleted file mode 100644 index d3f9cda6859b6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTest.json +++ /dev/null @@ -1,774 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bbfdd9867ee9f0437d52f4d5c1adedf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7d36c48a-2f2b-440c-ab35-8926933dd641", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "7d36c48a-2f2b-440c-ab35-8926933dd641", - "x-ms-routing-request-id": "WESTUS2:20210901T012021Z:7d36c48a-2f2b-440c-ab35-8926933dd641" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "046da4f18d66635fec70a1e20cd589c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fadb7cc-127c-423a-b11d-4117765c6e07", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "9fadb7cc-127c-423a-b11d-4117765c6e07", - "x-ms-routing-request-id": "WESTUS2:20210901T012021Z:9fadb7cc-127c-423a-b11d-4117765c6e07" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3780?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-24b7d7c0cd125c4ca8b290435636e55e-81eca05e0f145346-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9aeb04b592a69ef291825e7f4f86f510", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:21 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "50e8b866-604a-4f22-a2c8-8a0cdde120a4", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "50e8b866-604a-4f22-a2c8-8a0cdde120a4", - "x-ms-routing-request-id": "WESTUS2:20210901T012022Z:50e8b866-604a-4f22-a2c8-8a0cdde120a4" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3780", - "name": "res3780", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3780/providers/Microsoft.Storage/storageAccounts/sto1383?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-d26035c9e74dd547b2fb847007af5dce-fdd2452d07e68b42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27dd1a830b415b7e5f7ec62192614b6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27dd1a830b415b7e5f7ec62192614b6b", - "x-ms-correlation-request-id": "b8e6e0ba-5519-4c21-bb98-1c17052371f5", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "79d31de7-58ec-4612-a3cd-d95bf60e5a57", - "x-ms-routing-request-id": "WESTUS2:20210901T012026Z:b8e6e0ba-5519-4c21-bb98-1c17052371f5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f5258d168e7f8746c3e46142c7dfe21", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f5258d168e7f8746c3e46142c7dfe21", - "x-ms-correlation-request-id": "a992da1c-8e39-4c5a-8b17-daf8fc1e4a3f", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "99990566-e948-4596-96cc-c371a9c218ec", - "x-ms-routing-request-id": "WESTUS2:20210901T012026Z:a992da1c-8e39-4c5a-8b17-daf8fc1e4a3f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df9113131dde376e0862c16c007c77c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df9113131dde376e0862c16c007c77c2", - "x-ms-correlation-request-id": "6f8eb16b-f992-4d75-bc7d-2e4c34eb191c", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "d550b163-32cc-4518-971e-67c04e739d85", - "x-ms-routing-request-id": "WESTUS2:20210901T012027Z:6f8eb16b-f992-4d75-bc7d-2e4c34eb191c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a501a94db0f5584321e860605fe4ee8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a501a94db0f5584321e860605fe4ee8", - "x-ms-correlation-request-id": "44c9b29e-55de-4be5-9d6e-ecd8346b2c96", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "93dbb7fc-c749-41e8-b0f0-bd585ddd7110", - "x-ms-routing-request-id": "WESTUS2:20210901T012028Z:44c9b29e-55de-4be5-9d6e-ecd8346b2c96" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0eee9d60a0ab4cde91a6784a608f7f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d0eee9d60a0ab4cde91a6784a608f7f0", - "x-ms-correlation-request-id": "38771c87-62e4-4cfd-9a6b-261a06120648", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "799dcee0-8687-4cde-8c1a-467331230dbb", - "x-ms-routing-request-id": "WESTUS2:20210901T012029Z:38771c87-62e4-4cfd-9a6b-261a06120648" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "117f83c7c42d37118f3bacc096683209", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "117f83c7c42d37118f3bacc096683209", - "x-ms-correlation-request-id": "bfcf4afc-0311-4555-ab2b-c7bf9d9dffcc", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "eeecdb42-93e1-4951-9923-74d910b0db23", - "x-ms-routing-request-id": "WESTUS2:20210901T012031Z:bfcf4afc-0311-4555-ab2b-c7bf9d9dffcc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1795d813a78e8ab74d9b50f574ffae2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1795d813a78e8ab74d9b50f574ffae2a", - "x-ms-correlation-request-id": "b6c3996e-5858-4829-94d7-faee755bea5b", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "c6cd930e-96e1-42dd-a4c5-39233f697743", - "x-ms-routing-request-id": "WESTUS2:20210901T012032Z:b6c3996e-5858-4829-94d7-faee755bea5b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "813f96263d7e12bbd7b740cf5d0c1d81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "813f96263d7e12bbd7b740cf5d0c1d81", - "x-ms-correlation-request-id": "195cb0db-405a-4586-804d-0076355a0c47", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "45c3b4ae-2f58-4ce3-839b-1e9519ead1da", - "x-ms-routing-request-id": "WESTUS2:20210901T012033Z:195cb0db-405a-4586-804d-0076355a0c47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ce715de7e0721f61cbf5c491731cc28f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ce715de7e0721f61cbf5c491731cc28f", - "x-ms-correlation-request-id": "25bf2874-702b-4b88-b2d5-0954907de4a1", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "7972f608-bb42-4f5b-93bd-b5424a07918e", - "x-ms-routing-request-id": "WESTUS2:20210901T012034Z:25bf2874-702b-4b88-b2d5-0954907de4a1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0099828cb128d58a1d833fd766e82c40", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0099828cb128d58a1d833fd766e82c40", - "x-ms-correlation-request-id": "ee73a3ac-beb9-4d26-9eb6-3d1de1428fe8", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "7c73786a-15b7-4782-9917-1d0d3e095dbf", - "x-ms-routing-request-id": "WESTUS2:20210901T012035Z:ee73a3ac-beb9-4d26-9eb6-3d1de1428fe8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "170dcf7de08d46b7341fb58979299fbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "170dcf7de08d46b7341fb58979299fbb", - "x-ms-correlation-request-id": "4f7cd079-e844-480c-a34b-36714b858cd4", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "b8d0044a-53bf-445c-a956-b4c52c6eead1", - "x-ms-routing-request-id": "WESTUS2:20210901T012036Z:4f7cd079-e844-480c-a34b-36714b858cd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db42b0f41d733558d29bb0efa08ab9e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db42b0f41d733558d29bb0efa08ab9e3", - "x-ms-correlation-request-id": "458a22a2-4546-42f3-8c49-2ffe068890c6", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "dbed8136-23e0-443f-a112-e35fcc4e18a8", - "x-ms-routing-request-id": "WESTUS2:20210901T012037Z:458a22a2-4546-42f3-8c49-2ffe068890c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a31383c8ab0fab02ca52cb09fb015cf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a31383c8ab0fab02ca52cb09fb015cf3", - "x-ms-correlation-request-id": "db23be1c-0ff7-49f2-a881-46331f8e1c01", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "b03940d7-4ddb-47a5-bb6d-469244d68515", - "x-ms-routing-request-id": "WESTUS2:20210901T012038Z:db23be1c-0ff7-49f2-a881-46331f8e1c01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5e284e351a65fcd77d744f130c8a6aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5e284e351a65fcd77d744f130c8a6aa", - "x-ms-correlation-request-id": "007d78ed-d975-44ad-8019-c5f235144fc6", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "46df50ef-880a-4f6d-8448-13ee0710fd22", - "x-ms-routing-request-id": "WESTUS2:20210901T012039Z:007d78ed-d975-44ad-8019-c5f235144fc6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5c0d266fb1649abae961020524f3ad1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5c0d266fb1649abae961020524f3ad1", - "x-ms-correlation-request-id": "8f0b9876-9ea1-450e-a80a-dca522ba2b03", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "3813df25-f525-44ec-855f-f821ce5a33ce", - "x-ms-routing-request-id": "WESTUS2:20210901T012041Z:8f0b9876-9ea1-450e-a80a-dca522ba2b03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c0bbd3f03a7763db6b32b3766107b02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:20:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1c0bbd3f03a7763db6b32b3766107b02", - "x-ms-correlation-request-id": "a4209fe1-4c3d-4fd2-86cf-cfe109a2e9e0", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "750e4343-3c5c-4562-ad3f-14cb343843b3", - "x-ms-routing-request-id": "WESTUS2:20210901T012042Z:a4209fe1-4c3d-4fd2-86cf-cfe109a2e9e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/79d31de7-58ec-4612-a3cd-d95bf60e5a57?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29a220ac6740e8ddd899070f41ac0d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:20:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29a220ac6740e8ddd899070f41ac0d28", - "x-ms-correlation-request-id": "18db712a-9317-45be-af2a-2f3a14603e4f", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "6268ae9b-e387-4497-9a3e-71383236e69e", - "x-ms-routing-request-id": "WESTUS2:20210901T012043Z:18db712a-9317-45be-af2a-2f3a14603e4f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3780/providers/Microsoft.Storage/storageAccounts/sto1383", - "name": "sto1383", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:20:23.5877056Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:20:23.5877056Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:20:23.3533258Z", - "primaryEndpoints": { - "blob": "https://sto1383.blob.core.windows.net/", - "queue": "https://sto1383.queue.core.windows.net/", - "table": "https://sto1383.table.core.windows.net/", - "file": "https://sto1383.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3780/providers/Microsoft.Storage/storageAccounts/sto1383/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "238", - "Content-Type": "application/json", - "traceparent": "00-db5a7500f3ae5b40bd5666ee8b564a1e-e5d0064999f00b40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73b2739d89bc6303954a3f62cf74e29d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto1383/music", - "signedResource": "c", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2021-09-01T01:20:43.1480647Z", - "signedExpiry": "2021-09-01T02:20:43.1480647Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "192", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:20:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73b2739d89bc6303954a3f62cf74e29d", - "x-ms-correlation-request-id": "f3079646-f5b1-4ddc-9e0e-0ba823604ff7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "03833882-d40e-45e3-a4ed-98f49681599c", - "x-ms-routing-request-id": "WESTUS2:20210901T012043Z:f3079646-f5b1-4ddc-9e0e-0ba823604ff7" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2021-09-01T01%3A20%3A43.1480647Z\u0026se=2021-09-01T02%3A20%3A43.1480647Z\u0026sp=rdwlacup\u0026sig=lig3ii5eZBhpxzsODC6Y3lXSfNsyhNNuXhYb%2BamE60g%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T18:20:43.1480647-07:00", - "RandomSeed": "1444890381", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json deleted file mode 100644 index 3522171abdd8c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASTestAsync.json +++ /dev/null @@ -1,743 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b889df86cbe699427f6be73fb08e8e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8ca490d1-264f-4cfe-8aec-d093db331760", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "8ca490d1-264f-4cfe-8aec-d093db331760", - "x-ms-routing-request-id": "WESTUS:20210901T022828Z:8ca490d1-264f-4cfe-8aec-d093db331760" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "894288ca77887685b418487773635375", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "83388ceb-4c96-46f7-a737-a69128c47b1a", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "83388ceb-4c96-46f7-a737-a69128c47b1a", - "x-ms-routing-request-id": "WESTUS:20210901T022828Z:83388ceb-4c96-46f7-a737-a69128c47b1a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5244?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-040bfe5e002e2340bf7caa89ca9d2ca6-f7961508b2d3894d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3846f812abe87fb78e89dff3f64e556", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a580fc18-a98c-4bc1-b9a2-095c5433a4e2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "a580fc18-a98c-4bc1-b9a2-095c5433a4e2", - "x-ms-routing-request-id": "WESTUS:20210901T022829Z:a580fc18-a98c-4bc1-b9a2-095c5433a4e2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5244", - "name": "res5244", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5244/providers/Microsoft.Storage/storageAccounts/sto4827?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-07ab6a6d97bc3d46abce9be02113c2b0-99fee20a3d1cf94d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f730046808a111857a6231df5c3a348", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f730046808a111857a6231df5c3a348", - "x-ms-correlation-request-id": "1bfeee47-5007-4c80-8ff6-f863514f15a2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "7dc64a91-4457-4e06-b31b-5cbe35334aa3", - "x-ms-routing-request-id": "WESTUS:20210901T022833Z:1bfeee47-5007-4c80-8ff6-f863514f15a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "521c3d20cb01eef76bb26683d7698224", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "521c3d20cb01eef76bb26683d7698224", - "x-ms-correlation-request-id": "d63933b0-eadc-41d9-af00-7231f5e07579", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "2d5129e0-e773-4f99-9d2c-392a5ec76a5a", - "x-ms-routing-request-id": "WESTUS:20210901T022834Z:d63933b0-eadc-41d9-af00-7231f5e07579" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea06b6f9f24b3b17a22d6d7af12f99e3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea06b6f9f24b3b17a22d6d7af12f99e3", - "x-ms-correlation-request-id": "dfd80dd7-c787-4897-9b18-82436f89b6b8", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "8317e313-53ca-4492-addf-224fa0926ea6", - "x-ms-routing-request-id": "WESTUS:20210901T022835Z:dfd80dd7-c787-4897-9b18-82436f89b6b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b8fdc0f250a76d4681aaf86ca4da6f98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b8fdc0f250a76d4681aaf86ca4da6f98", - "x-ms-correlation-request-id": "7481e334-afd2-4015-a8f4-c5a61cfdcf47", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "6fd8ed66-4cc4-467a-bbdf-c6a4c9d0069b", - "x-ms-routing-request-id": "WESTUS:20210901T022836Z:7481e334-afd2-4015-a8f4-c5a61cfdcf47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0ee6a8dc96d2d1825e1b0d45e7dfc3c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0ee6a8dc96d2d1825e1b0d45e7dfc3c", - "x-ms-correlation-request-id": "72237cfa-7f7c-46b1-904b-bd19fed67eb2", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "4e4568f1-8089-43e0-aa14-dbd783d343f4", - "x-ms-routing-request-id": "WESTUS:20210901T022837Z:72237cfa-7f7c-46b1-904b-bd19fed67eb2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17908318ca6ba97d6f9969a0f9ab96c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17908318ca6ba97d6f9969a0f9ab96c7", - "x-ms-correlation-request-id": "ad7bc69f-e6e6-45df-ac44-c41b0e79c51f", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "1fcd714c-d88c-4e12-8cd8-545644aa7086", - "x-ms-routing-request-id": "WESTUS:20210901T022838Z:ad7bc69f-e6e6-45df-ac44-c41b0e79c51f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86edd4bed8412975a8cf92c59f720f04", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86edd4bed8412975a8cf92c59f720f04", - "x-ms-correlation-request-id": "6edc2028-7673-4abc-a846-bddc6994f690", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "7206a894-3330-4413-a9f3-feeb40c88e6f", - "x-ms-routing-request-id": "WESTUS:20210901T022839Z:6edc2028-7673-4abc-a846-bddc6994f690" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2054bcae584ac32ced4451d45f77347a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2054bcae584ac32ced4451d45f77347a", - "x-ms-correlation-request-id": "4726ce29-59c3-4be3-bb1b-1847a4fbf15f", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "9eedc4d6-fc77-4461-9fe1-14f86576c2d2", - "x-ms-routing-request-id": "WESTUS:20210901T022840Z:4726ce29-59c3-4be3-bb1b-1847a4fbf15f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8916e94a75903ffb0e666e9c37b70afd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8916e94a75903ffb0e666e9c37b70afd", - "x-ms-correlation-request-id": "2bfb7978-72d2-4a08-9545-d880971c370c", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "c444a2a4-c66c-4a83-9a28-d9d1a68987c6", - "x-ms-routing-request-id": "WESTUS:20210901T022841Z:2bfb7978-72d2-4a08-9545-d880971c370c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3df265897556667da82a98fc87a0ca30", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3df265897556667da82a98fc87a0ca30", - "x-ms-correlation-request-id": "dbbac12b-590f-494b-bec0-741e24106ebf", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "10820a35-6c3a-4084-81ac-f2c3d58c7f17", - "x-ms-routing-request-id": "WESTUS:20210901T022842Z:dbbac12b-590f-494b-bec0-741e24106ebf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b67a189b855b3873c11412e3e98f8b36", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b67a189b855b3873c11412e3e98f8b36", - "x-ms-correlation-request-id": "469865f0-9fdf-4fe7-975e-0c575c4831f3", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "ff06e91d-af3a-4bfa-89c7-a6bdf3ecfbea", - "x-ms-routing-request-id": "WESTUS:20210901T022844Z:469865f0-9fdf-4fe7-975e-0c575c4831f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa4a533af684d5236bb0e066ddfeb76d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa4a533af684d5236bb0e066ddfeb76d", - "x-ms-correlation-request-id": "08a7ce7d-02d1-46dd-a777-0189c286dd3b", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "ddf01b73-26ea-4c9f-80d0-2a06732af6c9", - "x-ms-routing-request-id": "WESTUS:20210901T022845Z:08a7ce7d-02d1-46dd-a777-0189c286dd3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1e003e9c533c03a2f1ba7c4262997d18", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1e003e9c533c03a2f1ba7c4262997d18", - "x-ms-correlation-request-id": "45fadf97-0cf8-4fa7-a7b9-48ea953fe26b", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "60ddb752-7964-4ee8-b016-08ce71c0e75e", - "x-ms-routing-request-id": "WESTUS:20210901T022846Z:45fadf97-0cf8-4fa7-a7b9-48ea953fe26b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34c1629ecf55a4abf4a54aaba50d5bc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34c1629ecf55a4abf4a54aaba50d5bc2", - "x-ms-correlation-request-id": "37d55fb0-e7a5-46f4-9346-d031afb435f7", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "43048f3b-d0cc-4047-a5c8-e9616a05e0ba", - "x-ms-routing-request-id": "WESTUS:20210901T022847Z:37d55fb0-e7a5-46f4-9346-d031afb435f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aa46a45d6c8fe7fab14608ca7ae172d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:28:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aa46a45d6c8fe7fab14608ca7ae172d1", - "x-ms-correlation-request-id": "39b033c5-f1f9-466c-b88f-c797b84b0429", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "1bc02f8f-58bc-403e-a12a-9a961eabe973", - "x-ms-routing-request-id": "WESTUS:20210901T022848Z:39b033c5-f1f9-466c-b88f-c797b84b0429" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7dc64a91-4457-4e06-b31b-5cbe35334aa3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ac7c833833dcc17925b299708f65ee3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:28:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ac7c833833dcc17925b299708f65ee3", - "x-ms-correlation-request-id": "3fe4c802-dc38-4f12-9e5b-f17100d39d6d", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "7653d526-9018-49aa-b944-d7f8f66dfa42", - "x-ms-routing-request-id": "WESTUS:20210901T022849Z:3fe4c802-dc38-4f12-9e5b-f17100d39d6d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5244/providers/Microsoft.Storage/storageAccounts/sto4827", - "name": "sto4827", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:28:32.4089043Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:28:32.4089043Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:28:32.2682705Z", - "primaryEndpoints": { - "blob": "https://sto4827.blob.core.windows.net/", - "queue": "https://sto4827.queue.core.windows.net/", - "table": "https://sto4827.table.core.windows.net/", - "file": "https://sto4827.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5244/providers/Microsoft.Storage/storageAccounts/sto4827/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "238", - "Content-Type": "application/json", - "traceparent": "00-a7bd28e656867641ba4e21a4d65b87c3-776e09372c2daf4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bee5b95ed253318968da830ec6e02a13", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto4827/music", - "signedResource": "c", - "signedPermission": "rdwlacup", - "signedProtocol": "https,http", - "signedStart": "2021-09-01T02:28:49.6894809Z", - "signedExpiry": "2021-09-01T03:28:49.6894809Z", - "keyToSign": "key1" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "192", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:28:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bee5b95ed253318968da830ec6e02a13", - "x-ms-correlation-request-id": "25d80cda-692d-4480-89fa-73681296142b", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fa3eedb5-6997-4ac2-951f-ebcf1169b039", - "x-ms-routing-request-id": "WESTUS:20210901T022849Z:25d80cda-692d-4480-89fa-73681296142b" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026spr=https,http\u0026st=2021-09-01T02%3A28%3A49.6894809Z\u0026se=2021-09-01T03%3A28%3A49.6894809Z\u0026sp=rdwlacup\u0026sig=Y75N4YQ95gOynGPothnq07CQXK8UtxhY8hL352l%2BTXA%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T19:28:49.6894809-07:00", - "RandomSeed": "1221489086", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json deleted file mode 100644 index d2594b530e0d6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultProperties.json +++ /dev/null @@ -1,741 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95f05a8aa2285ffc8d92e5dfb30cd65d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "327ed409-25e5-47f1-9b4c-34fb324ad53b", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "327ed409-25e5-47f1-9b4c-34fb324ad53b", - "x-ms-routing-request-id": "WESTUS2:20210901T012146Z:327ed409-25e5-47f1-9b4c-34fb324ad53b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83e45dd4eb19198c4f922bfbdf1938eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5fd546cc-8b82-469c-9098-66145c5099a2", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "5fd546cc-8b82-469c-9098-66145c5099a2", - "x-ms-routing-request-id": "WESTUS2:20210901T012146Z:5fd546cc-8b82-469c-9098-66145c5099a2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9562?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-c1712892cc92ad4b856e9bac326dc951-c48916cf52788049-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6aaa1e1d74f85e6321d9e5aef7c13434", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "840f1808-9fec-4581-aec6-6fc0186da4f7", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "840f1808-9fec-4581-aec6-6fc0186da4f7", - "x-ms-routing-request-id": "WESTUS2:20210901T012146Z:840f1808-9fec-4581-aec6-6fc0186da4f7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9562", - "name": "res9562", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9562/providers/Microsoft.Storage/storageAccounts/sto1023?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-06ff2e3720f0234bbfd50618bc124560-f8a5c3cc33758049-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ccaf0cde9f4ed6cd469677017f7359fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ccaf0cde9f4ed6cd469677017f7359fa", - "x-ms-correlation-request-id": "5859a627-69bf-4bd4-9a45-9a01039f8beb", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "fa382314-b48b-4044-8ecc-a2b138ecc0e2", - "x-ms-routing-request-id": "WESTUS2:20210901T012149Z:5859a627-69bf-4bd4-9a45-9a01039f8beb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2b3b83c6093b7fcfdd94b2deec5da266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2b3b83c6093b7fcfdd94b2deec5da266", - "x-ms-correlation-request-id": "18711c85-87aa-4da1-8347-af2e79ec4b9b", - "x-ms-ratelimit-remaining-subscription-reads": "11740", - "x-ms-request-id": "e705b396-4553-47e2-9463-9774b8f1d8fe", - "x-ms-routing-request-id": "WESTUS2:20210901T012149Z:18711c85-87aa-4da1-8347-af2e79ec4b9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2beeb48b09460269232fa7568d266bee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2beeb48b09460269232fa7568d266bee", - "x-ms-correlation-request-id": "bbd01722-e1cc-4a85-b75c-ce01aee1c654", - "x-ms-ratelimit-remaining-subscription-reads": "11739", - "x-ms-request-id": "ca074466-e106-4494-a75c-4f344a259baa", - "x-ms-routing-request-id": "WESTUS2:20210901T012150Z:bbd01722-e1cc-4a85-b75c-ce01aee1c654" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb3a80c62e3800bec66e4e5e290a93c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb3a80c62e3800bec66e4e5e290a93c7", - "x-ms-correlation-request-id": "a5cc01f9-85c2-4d90-8424-57be67f68c41", - "x-ms-ratelimit-remaining-subscription-reads": "11738", - "x-ms-request-id": "d1d12100-8512-4bb8-83d1-4b093239715e", - "x-ms-routing-request-id": "WESTUS2:20210901T012151Z:a5cc01f9-85c2-4d90-8424-57be67f68c41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b61cab55a469bdaf1a38070c6179f1b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b61cab55a469bdaf1a38070c6179f1b6", - "x-ms-correlation-request-id": "4f7198b9-df68-46f0-a295-94f21cd6ffe1", - "x-ms-ratelimit-remaining-subscription-reads": "11737", - "x-ms-request-id": "a8f783c7-3e50-4110-9280-26b3a3ef9628", - "x-ms-routing-request-id": "WESTUS2:20210901T012152Z:4f7198b9-df68-46f0-a295-94f21cd6ffe1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b18c328a6225c2df6ee65d8ba0bd819", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b18c328a6225c2df6ee65d8ba0bd819", - "x-ms-correlation-request-id": "8b2a3533-31e5-47b8-8b22-16be0aedf4da", - "x-ms-ratelimit-remaining-subscription-reads": "11736", - "x-ms-request-id": "fb60cc30-0bd9-4291-98c4-f9480c02dfe0", - "x-ms-routing-request-id": "WESTUS2:20210901T012154Z:8b2a3533-31e5-47b8-8b22-16be0aedf4da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e100e09bb5092185d17de1ff27b19e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e100e09bb5092185d17de1ff27b19e4d", - "x-ms-correlation-request-id": "f04e1160-cb72-445d-b2f0-e777feec629e", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "bab9cb37-8627-4a65-a8ca-0874412ce238", - "x-ms-routing-request-id": "WESTUS:20210901T012155Z:f04e1160-cb72-445d-b2f0-e777feec629e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6636977c28f2afa47ec0bf7b3ed7020e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6636977c28f2afa47ec0bf7b3ed7020e", - "x-ms-correlation-request-id": "cba638d4-ae3e-45d5-b5b1-172dfa2980c4", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "cd97bde7-bc5b-44fb-ba63-f49935d352de", - "x-ms-routing-request-id": "WESTUS:20210901T012156Z:cba638d4-ae3e-45d5-b5b1-172dfa2980c4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8170ee5f107872ad3ef69aa5c42e3444", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8170ee5f107872ad3ef69aa5c42e3444", - "x-ms-correlation-request-id": "005373e0-9f76-410a-b6a8-c7f08d8ec350", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "9f77308a-c08e-4031-ad36-f897989abbc0", - "x-ms-routing-request-id": "WESTUS:20210901T012157Z:005373e0-9f76-410a-b6a8-c7f08d8ec350" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "235c184f72d573263b516349f50ae2fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "235c184f72d573263b516349f50ae2fa", - "x-ms-correlation-request-id": "73b564f3-0377-4833-a02c-afa4ac97f745", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "a67ced53-5a62-4818-9aa1-247703ee5e41", - "x-ms-routing-request-id": "WESTUS:20210901T012158Z:73b564f3-0377-4833-a02c-afa4ac97f745" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "399fd27a1d406cd4eac327fc8dffea50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:21:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "399fd27a1d406cd4eac327fc8dffea50", - "x-ms-correlation-request-id": "0654e3f6-7112-47d4-bdac-9e1a0661807f", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "d11e5f81-9706-4e8a-9927-aa2d83e9272d", - "x-ms-routing-request-id": "WESTUS:20210901T012159Z:0654e3f6-7112-47d4-bdac-9e1a0661807f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "262b7b8bde7bed39c7fd4526ac637d34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:22:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "262b7b8bde7bed39c7fd4526ac637d34", - "x-ms-correlation-request-id": "2a07e5ed-1aa2-4270-8a87-149bb7df815b", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "0a29859a-4c97-4353-94d0-c1b786cffd71", - "x-ms-routing-request-id": "WESTUS:20210901T012200Z:2a07e5ed-1aa2-4270-8a87-149bb7df815b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f12aa013fb8e310343ef39124b2ae53c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:22:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f12aa013fb8e310343ef39124b2ae53c", - "x-ms-correlation-request-id": "19fd7e1c-a035-4604-8102-9a1285000a0f", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "52597b00-95ec-403b-92ab-9b0a0e6a8a37", - "x-ms-routing-request-id": "WESTUS:20210901T012202Z:19fd7e1c-a035-4604-8102-9a1285000a0f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7abe1367bcde9b7f99b27243d8aebf86", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:22:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7abe1367bcde9b7f99b27243d8aebf86", - "x-ms-correlation-request-id": "da93b1cf-3909-4274-8a75-4134684fd734", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "daedcdae-b0b8-4e63-9100-85820fd9c726", - "x-ms-routing-request-id": "WESTUS:20210901T012203Z:da93b1cf-3909-4274-8a75-4134684fd734" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ede8f345f8d48fc177f9e38ba527a29c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:22:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ede8f345f8d48fc177f9e38ba527a29c", - "x-ms-correlation-request-id": "07dc43a5-d1d9-4be6-9a58-b9883a38d054", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "ff5a472e-a2dc-4d84-9875-0c46a959e1ea", - "x-ms-routing-request-id": "WESTUS:20210901T012204Z:07dc43a5-d1d9-4be6-9a58-b9883a38d054" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/fa382314-b48b-4044-8ecc-a2b138ecc0e2?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "99bf091703a45756208f58db89bf5995", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:22:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "99bf091703a45756208f58db89bf5995", - "x-ms-correlation-request-id": "5ae8ff76-5f10-450e-8854-9e034d5cb922", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "6f3ee6c4-cd9d-464b-81a1-c2778ecd2dcf", - "x-ms-routing-request-id": "WESTUS:20210901T012205Z:5ae8ff76-5f10-450e-8854-9e034d5cb922" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9562/providers/Microsoft.Storage/storageAccounts/sto1023", - "name": "sto1023", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:21:48.0910815Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:21:48.0910815Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:21:47.9816635Z", - "primaryEndpoints": { - "blob": "https://sto1023.blob.core.windows.net/", - "queue": "https://sto1023.queue.core.windows.net/", - "table": "https://sto1023.table.core.windows.net/", - "file": "https://sto1023.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9562/providers/Microsoft.Storage/storageAccounts/sto1023/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "138", - "Content-Type": "application/json", - "traceparent": "00-0c746a1d65666d4d85496f642e243c8a-dc69a593995cbb40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57ccb230f8426e67512f02e4d8f4f571", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto1023/music", - "signedResource": "c", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T02:22:05.3520781Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "133", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:22:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57ccb230f8426e67512f02e4d8f4f571", - "x-ms-correlation-request-id": "bd0d4a13-6106-42c1-9ec1-8b9d1421b947", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "851a8648-49b0-48b0-a9a8-8dff8db47c1a", - "x-ms-routing-request-id": "WESTUS:20210901T012205Z:bd0d4a13-6106-42c1-9ec1-8b9d1421b947" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2021-09-01T02%3A22%3A05.3520781Z\u0026sp=rl\u0026sig=erAAf4q3v5qkUdVxDr4hNeHOL057eXVlGwxijFivo6w%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T18:22:05.3520781-07:00", - "RandomSeed": "324415888", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json deleted file mode 100644 index 37074dd3618e2..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithDefaultPropertiesAsync.json +++ /dev/null @@ -1,771 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbbe2e47f864d715e42064ccf3fcc7f6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ae162058-e668-4630-a07b-3e64b0995828", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "ae162058-e668-4630-a07b-3e64b0995828", - "x-ms-routing-request-id": "WESTUS:20210901T022952Z:ae162058-e668-4630-a07b-3e64b0995828" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bde48524219a33101957e745b70580f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7c08992-3694-4d58-a99d-fa2d1560d7fe", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "d7c08992-3694-4d58-a99d-fa2d1560d7fe", - "x-ms-routing-request-id": "WESTUS:20210901T022952Z:d7c08992-3694-4d58-a99d-fa2d1560d7fe" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res4748?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-42d309888dc04f449deca2ef42d48574-0f7b505ddb7b8043-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "469ab6323940421a4792a8fc093eeaad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "70d1dc75-eb7e-481e-bc10-4648bdb0be22", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "70d1dc75-eb7e-481e-bc10-4648bdb0be22", - "x-ms-routing-request-id": "WESTUS:20210901T022953Z:70d1dc75-eb7e-481e-bc10-4648bdb0be22" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4748", - "name": "res4748", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4748/providers/Microsoft.Storage/storageAccounts/sto1210?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-bb8c9ae001e2a146b74e1823888491a2-4b7c3820eb6be34d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9f564f8004141afdc9ce7aa17c73c754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f564f8004141afdc9ce7aa17c73c754", - "x-ms-correlation-request-id": "85889140-d45a-41f7-b6e8-c8e9ed8a36a4", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "905e1d86-c05f-4819-a404-a0329e8e844b", - "x-ms-routing-request-id": "WESTUS:20210901T022956Z:85889140-d45a-41f7-b6e8-c8e9ed8a36a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09f011c76ab9b11d9d2b766aa0a1cb1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09f011c76ab9b11d9d2b766aa0a1cb1e", - "x-ms-correlation-request-id": "35eb4896-2663-485b-a692-8a482e06815a", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "c2aa144c-8298-4472-b192-f964c03b67ed", - "x-ms-routing-request-id": "WESTUS:20210901T022956Z:35eb4896-2663-485b-a692-8a482e06815a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d46a8e07fa46e9940928642547473d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d46a8e07fa46e9940928642547473d1", - "x-ms-correlation-request-id": "95349e65-f634-47c8-8cab-7711e34f8c70", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "2f668083-a1db-42f5-9651-03d1dc6b3095", - "x-ms-routing-request-id": "WESTUS:20210901T022957Z:95349e65-f634-47c8-8cab-7711e34f8c70" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6bdae677be83589aa39490849ca42277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6bdae677be83589aa39490849ca42277", - "x-ms-correlation-request-id": "619225f4-81a1-4cee-8f1b-7eec7e8307b3", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "20e38fc7-3cbd-40a9-9a6a-7f31e49bdc56", - "x-ms-routing-request-id": "WESTUS:20210901T022958Z:619225f4-81a1-4cee-8f1b-7eec7e8307b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fea79106d9b147ef7782c826e3db5d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:29:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fea79106d9b147ef7782c826e3db5d28", - "x-ms-correlation-request-id": "fdb29452-c42d-4b2f-8347-2ba6fc989a75", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "ed6cf81c-05c1-466e-8215-48c0e8a75749", - "x-ms-routing-request-id": "WESTUS:20210901T022959Z:fdb29452-c42d-4b2f-8347-2ba6fc989a75" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "baf2a5b75fc6229a0deeda10ef14d19c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "baf2a5b75fc6229a0deeda10ef14d19c", - "x-ms-correlation-request-id": "2b06e87d-4b4f-4e72-a4d6-30ee8096cafa", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "80df857a-7af3-4d4f-9cfa-43025184daae", - "x-ms-routing-request-id": "WESTUS:20210901T023000Z:2b06e87d-4b4f-4e72-a4d6-30ee8096cafa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c23b0e6f75cd9e1ff793f301f67374c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c23b0e6f75cd9e1ff793f301f67374c7", - "x-ms-correlation-request-id": "5b08652b-598d-4ec4-b378-539a9a5d6005", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "e3e5affa-f9f4-4d35-95c4-ae56065724aa", - "x-ms-routing-request-id": "WESTUS:20210901T023002Z:5b08652b-598d-4ec4-b378-539a9a5d6005" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f6cd673668b1a6b1f785f0c3ffdf5762", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6cd673668b1a6b1f785f0c3ffdf5762", - "x-ms-correlation-request-id": "c4f93560-71ba-4f42-9d39-8449f121d7cb", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "2444f15d-6553-46f1-b0a3-c96c67295020", - "x-ms-routing-request-id": "WESTUS:20210901T023003Z:c4f93560-71ba-4f42-9d39-8449f121d7cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d5b62cb09a9f425b8554c3336c982c9a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d5b62cb09a9f425b8554c3336c982c9a", - "x-ms-correlation-request-id": "2b1c95b8-24e0-48aa-8cb4-ce3ccf042137", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "c370cfc0-0164-41c9-ad7c-177bcd26e6b7", - "x-ms-routing-request-id": "WESTUS:20210901T023004Z:2b1c95b8-24e0-48aa-8cb4-ce3ccf042137" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87d91279db4707ea5d94ca47845b9f17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87d91279db4707ea5d94ca47845b9f17", - "x-ms-correlation-request-id": "3f03dafc-8e11-4ff7-873b-3bcb51f31c68", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "15e0c860-0083-45ee-ab8b-396f63581f9e", - "x-ms-routing-request-id": "WESTUS:20210901T023005Z:3f03dafc-8e11-4ff7-873b-3bcb51f31c68" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c951913c9fbc9b280c8b705da57e3a5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c951913c9fbc9b280c8b705da57e3a5f", - "x-ms-correlation-request-id": "64e98ac3-6ef6-4ad4-b780-67dea6821d31", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "a40d1ec1-d97f-4566-ac3d-26b372efccdc", - "x-ms-routing-request-id": "WESTUS:20210901T023006Z:64e98ac3-6ef6-4ad4-b780-67dea6821d31" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ec495659cf06d41b42af780acf13bd2a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ec495659cf06d41b42af780acf13bd2a", - "x-ms-correlation-request-id": "83640857-8635-4eaf-a11a-6d9048ecea01", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "2bf9b3cd-4aca-4c6a-b1bf-2cdea47c6c82", - "x-ms-routing-request-id": "WESTUS:20210901T023007Z:83640857-8635-4eaf-a11a-6d9048ecea01" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "daf7abb46246dadde93d7bbb6a8d61de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "daf7abb46246dadde93d7bbb6a8d61de", - "x-ms-correlation-request-id": "8419b2b1-1b08-4e6f-b5d5-51d21940ecb9", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "05aab30d-8bc6-41c5-8021-206a8cc31748", - "x-ms-routing-request-id": "WESTUS:20210901T023008Z:8419b2b1-1b08-4e6f-b5d5-51d21940ecb9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2dee6b5ab2126c11767d870c261eccf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dee6b5ab2126c11767d870c261eccf9", - "x-ms-correlation-request-id": "c5852719-2394-4b4f-a02f-5923feae455f", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "a109b187-5c92-459d-bd30-7106c5569c7b", - "x-ms-routing-request-id": "WESTUS:20210901T023009Z:c5852719-2394-4b4f-a02f-5923feae455f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "faa846cd6087f618796f03c8545f69b4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "faa846cd6087f618796f03c8545f69b4", - "x-ms-correlation-request-id": "35d1a3b2-e09d-41c6-a956-980c8791d14c", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "1007d135-b8a9-4d20-8a4c-d133d4e3f513", - "x-ms-routing-request-id": "WESTUS:20210901T023011Z:35d1a3b2-e09d-41c6-a956-980c8791d14c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64b0994e90240217998a64c9dbd0b3cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:30:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64b0994e90240217998a64c9dbd0b3cb", - "x-ms-correlation-request-id": "ff6fb6f6-2845-4560-b149-65a33bfd8819", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "3ceda390-62d1-4dd0-a3b6-fed352a385b0", - "x-ms-routing-request-id": "WESTUS:20210901T023012Z:ff6fb6f6-2845-4560-b149-65a33bfd8819" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/905e1d86-c05f-4819-a404-a0329e8e844b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24ee817167e4f95753f7b3a3af481717", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:30:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24ee817167e4f95753f7b3a3af481717", - "x-ms-correlation-request-id": "76f0a92e-57c1-4bde-af30-3e4a64851357", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "96369ad5-09e6-4114-8237-b12d82b8d87c", - "x-ms-routing-request-id": "WESTUS:20210901T023013Z:76f0a92e-57c1-4bde-af30-3e4a64851357" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4748/providers/Microsoft.Storage/storageAccounts/sto1210", - "name": "sto1210", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:29:54.9591901Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:29:54.9591901Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:29:54.8342087Z", - "primaryEndpoints": { - "blob": "https://sto1210.blob.core.windows.net/", - "queue": "https://sto1210.queue.core.windows.net/", - "table": "https://sto1210.table.core.windows.net/", - "file": "https://sto1210.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4748/providers/Microsoft.Storage/storageAccounts/sto1210/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "138", - "Content-Type": "application/json", - "traceparent": "00-57801519f132f14890f8e93616617c67-b84ff4cf9ec18648-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8dbed213676e3dd42ea660fcfc4f1ba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto1210/music", - "signedResource": "c", - "signedPermission": "rl", - "signedExpiry": "2021-09-01T03:30:13.2075301Z" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "139", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:30:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8dbed213676e3dd42ea660fcfc4f1ba8", - "x-ms-correlation-request-id": "681b72c7-d42e-4b47-b7b3-3f30e8feda32", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "826cd8c8-7737-448b-8c8a-1c048015de4f", - "x-ms-routing-request-id": "WESTUS:20210901T023013Z:681b72c7-d42e-4b47-b7b3-3f30e8feda32" - }, - "ResponseBody": { - "serviceSasToken": "sv=2015-04-05\u0026sr=c\u0026se=2021-09-01T03%3A30%3A13.2075301Z\u0026sp=rl\u0026sig=xD3il%2BHvg9Z0jtylBAvV6zkrJOPg8%2F7BNtEw%2Bj720PE%3D" - } - } - ], - "Variables": { - "DateTimeOffsetNow": "2021-08-31T19:30:13.2075301-07:00", - "RandomSeed": "1351279343", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json deleted file mode 100644 index 2c35dcae5c77d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingProperties.json +++ /dev/null @@ -1,772 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "464e7cc1368c4791a99bd4b2f37d7eb6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "27feb392-6b9d-4ecf-a12b-4ce8db8aa82b", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "27feb392-6b9d-4ecf-a12b-4ce8db8aa82b", - "x-ms-routing-request-id": "WESTUS:20210901T012309Z:27feb392-6b9d-4ecf-a12b-4ce8db8aa82b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c03e02991a5650c7dfdb45716a177e4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd1d02bb-805e-42e3-8793-d0b001351d45", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "bd1d02bb-805e-42e3-8793-d0b001351d45", - "x-ms-routing-request-id": "WESTUS:20210901T012309Z:bd1d02bb-805e-42e3-8793-d0b001351d45" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1906?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e2323047938f954581c7f67ac60cd79a-3a0c0907bc3f2d4a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e43e32a7885e9beb5241dd8ba03a0119", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1a854968-8f5c-4ed7-9a76-5edb868dcc9e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "1a854968-8f5c-4ed7-9a76-5edb868dcc9e", - "x-ms-routing-request-id": "WESTUS:20210901T012311Z:1a854968-8f5c-4ed7-9a76-5edb868dcc9e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1906", - "name": "res1906", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1906/providers/Microsoft.Storage/storageAccounts/sto1035?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-aed0e6e5207d0b498c78c7a25aa8c5db-c79706dc63bb7946-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a205eb0a75dfeb467b1f11fdc921c89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a205eb0a75dfeb467b1f11fdc921c89", - "x-ms-correlation-request-id": "cf094127-ff86-423b-a9f7-8fb28f078f8d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "7e674bbb-9271-4e2f-a125-d41cc31950a1", - "x-ms-routing-request-id": "WESTUS:20210901T012314Z:cf094127-ff86-423b-a9f7-8fb28f078f8d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2066f058b72b8b4a89e6f7d7fa7c75af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2066f058b72b8b4a89e6f7d7fa7c75af", - "x-ms-correlation-request-id": "09a450bb-c081-4cba-9052-9a3665f7bda3", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "6d885dd1-4afe-42b1-89c9-258a33b59bed", - "x-ms-routing-request-id": "WESTUS:20210901T012314Z:09a450bb-c081-4cba-9052-9a3665f7bda3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "edf001c0d8b675a8e5cd2559ceca3829", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "edf001c0d8b675a8e5cd2559ceca3829", - "x-ms-correlation-request-id": "b18e8b65-ee0f-4b26-bdb9-036ab8eb7c5f", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "88a4e8e6-9eee-49f3-8eca-181876dbd837", - "x-ms-routing-request-id": "WESTUS:20210901T012316Z:b18e8b65-ee0f-4b26-bdb9-036ab8eb7c5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebc7ad0ffc2bf85e02beb7eb43a158a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebc7ad0ffc2bf85e02beb7eb43a158a8", - "x-ms-correlation-request-id": "f0ce444e-82d1-45a4-967e-7cf4e8382c69", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "ba53fd16-c186-4ebb-a7f4-cbed7ee9a680", - "x-ms-routing-request-id": "WESTUS:20210901T012317Z:f0ce444e-82d1-45a4-967e-7cf4e8382c69" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c329298eb34d7f8d48f03a5d92f0bdbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c329298eb34d7f8d48f03a5d92f0bdbe", - "x-ms-correlation-request-id": "220e4533-d00a-4462-9146-47e71c08b565", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "a3e1065d-2056-4d1f-8438-6b7b8abcb02e", - "x-ms-routing-request-id": "WESTUS:20210901T012318Z:220e4533-d00a-4462-9146-47e71c08b565" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4dc8cead8ab4c483a3f8ebf821bc3243", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dc8cead8ab4c483a3f8ebf821bc3243", - "x-ms-correlation-request-id": "2d95a82b-4e3d-4358-8089-0a09d7b0a394", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "591ec3ae-1ece-4dc9-96ed-0da2263f35b2", - "x-ms-routing-request-id": "WESTUS:20210901T012319Z:2d95a82b-4e3d-4358-8089-0a09d7b0a394" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4cb7d7474a15cdb2048a33bc1006511", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4cb7d7474a15cdb2048a33bc1006511", - "x-ms-correlation-request-id": "3809da4a-ac32-4f57-b656-fa6b6a0948b9", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "13778aeb-a8ee-4bfa-9b1d-fc3547aa1043", - "x-ms-routing-request-id": "WESTUS:20210901T012320Z:3809da4a-ac32-4f57-b656-fa6b6a0948b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "753df9010bd903f3a6652054c8955e8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "753df9010bd903f3a6652054c8955e8b", - "x-ms-correlation-request-id": "74970edb-34a8-4e75-9fd1-3eb2f915a78d", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "7329c285-7a75-4756-bf2b-0baec4e4ba0f", - "x-ms-routing-request-id": "WESTUS:20210901T012321Z:74970edb-34a8-4e75-9fd1-3eb2f915a78d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "15e9f6be1824381cf26c2c6ce64802a2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "15e9f6be1824381cf26c2c6ce64802a2", - "x-ms-correlation-request-id": "a99fd11d-2e76-4c1c-b27d-14c1ebbd954d", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "96a55cb1-e159-489e-96f2-08ea917e74ed", - "x-ms-routing-request-id": "WESTUS:20210901T012322Z:a99fd11d-2e76-4c1c-b27d-14c1ebbd954d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "28f6d993bd7f686a89c7fe3c5487948b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "28f6d993bd7f686a89c7fe3c5487948b", - "x-ms-correlation-request-id": "39553e65-0a56-4ebb-b788-011e66b307dc", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "ca937554-b149-4560-a463-f5673c8f2306", - "x-ms-routing-request-id": "WESTUS:20210901T012323Z:39553e65-0a56-4ebb-b788-011e66b307dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cb7c17e95016e8ecdc04826ddf871c5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cb7c17e95016e8ecdc04826ddf871c5e", - "x-ms-correlation-request-id": "7ce7eb46-f704-4236-acbc-53be572263f8", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "7b209919-ffbf-45d1-9d78-a90c1c583310", - "x-ms-routing-request-id": "WESTUS:20210901T012325Z:7ce7eb46-f704-4236-acbc-53be572263f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eec17e62369e010c8b818b5d1adfe46b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eec17e62369e010c8b818b5d1adfe46b", - "x-ms-correlation-request-id": "55397a5c-267c-4675-a237-2f9cebc20a78", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "2113999e-59a5-4d45-a26e-b4ffed70e986", - "x-ms-routing-request-id": "WESTUS:20210901T012326Z:55397a5c-267c-4675-a237-2f9cebc20a78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf82a1d836cb428bec0d4b7a3afd8901", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf82a1d836cb428bec0d4b7a3afd8901", - "x-ms-correlation-request-id": "0fc00837-1b88-4276-8cdb-82ce36707494", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "c67ff8e8-fd98-4f73-8bc4-6faf62cec060", - "x-ms-routing-request-id": "WESTUS:20210901T012327Z:0fc00837-1b88-4276-8cdb-82ce36707494" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d6d9a0aaa5c5b3ec0b7b3f95c48fcefc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d6d9a0aaa5c5b3ec0b7b3f95c48fcefc", - "x-ms-correlation-request-id": "0af08bfa-d77e-47ce-a6dc-5f0a9d88bfb2", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "2c79a2a3-c0c1-43e6-83c4-931a24061c9f", - "x-ms-routing-request-id": "WESTUS:20210901T012328Z:0af08bfa-d77e-47ce-a6dc-5f0a9d88bfb2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3d9517204d042c92f27f0190ea91c68e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3d9517204d042c92f27f0190ea91c68e", - "x-ms-correlation-request-id": "a5662651-52bb-4f34-988a-1e5fa9028ea8", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "3b099c69-439b-4963-8c81-d0524402ea42", - "x-ms-routing-request-id": "WESTUS:20210901T012329Z:a5662651-52bb-4f34-988a-1e5fa9028ea8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ab28af80e0632a5b4cec34ff7f67d5d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:23:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ab28af80e0632a5b4cec34ff7f67d5d", - "x-ms-correlation-request-id": "97e1ffa0-08f4-4ab4-9a37-75fb5b27c54d", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "0d6d8730-aadc-4437-9696-7787c8fec732", - "x-ms-routing-request-id": "WESTUS:20210901T012330Z:97e1ffa0-08f4-4ab4-9a37-75fb5b27c54d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e674bbb-9271-4e2f-a125-d41cc31950a1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "225a4e3e4b685cfd0dade346a45bc979", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:23:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "225a4e3e4b685cfd0dade346a45bc979", - "x-ms-correlation-request-id": "6bca004f-fd29-4bcf-87b1-32669e627334", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "5612b4f1-aca4-4b58-be62-61e6882fb24e", - "x-ms-routing-request-id": "WESTUS:20210901T012331Z:6bca004f-fd29-4bcf-87b1-32669e627334" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1906/providers/Microsoft.Storage/storageAccounts/sto1035", - "name": "sto1035", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:23:13.4381658Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:23:13.4381658Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:23:13.2974951Z", - "primaryEndpoints": { - "blob": "https://sto1035.blob.core.windows.net/", - "queue": "https://sto1035.queue.core.windows.net/", - "table": "https://sto1035.table.core.windows.net/", - "file": "https://sto1035.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1906/providers/Microsoft.Storage/storageAccounts/sto1035/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-ece7416c1212f143a83059d9056dd5a8-2e2ff2e5c938534c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a9db0b454dc11f672628835894234fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto1035/music", - "signedResource": "b", - "signedPermission": "rl" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:23:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a9db0b454dc11f672628835894234fc", - "x-ms-correlation-request-id": "9ee8591b-a3db-4d81-a4dc-9265841428eb", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "2089c61f-cebc-445a-8799-f1099985823e", - "x-ms-routing-request-id": "WESTUS:20210901T012332Z:9ee8591b-a3db-4d81-a4dc-9265841428eb" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "RandomSeed": "1459974806", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json deleted file mode 100644 index 2c4cf12934cb9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListServiceSASWithMissingPropertiesAsync.json +++ /dev/null @@ -1,741 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dba48642be624a41198f440530d80358", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f98a9f4-c33b-4f73-8249-ec7c1517f2a6", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "5f98a9f4-c33b-4f73-8249-ec7c1517f2a6", - "x-ms-routing-request-id": "WESTUS:20210901T023117Z:5f98a9f4-c33b-4f73-8249-ec7c1517f2a6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "911c23fac7ca7091cb927bbee813dab2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:16 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e16d97f0-a7c1-4186-ac06-3d9877245dc2", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "e16d97f0-a7c1-4186-ac06-3d9877245dc2", - "x-ms-routing-request-id": "WESTUS:20210901T023117Z:e16d97f0-a7c1-4186-ac06-3d9877245dc2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8116?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-da7d1429c0738449b7b7de22402d14a9-2f1f49c45d50864f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fbb2dce42e633395ce52ed420ccd8dfb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "957bd900-6fd7-4b5e-8a12-7b3879dafc98", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "957bd900-6fd7-4b5e-8a12-7b3879dafc98", - "x-ms-routing-request-id": "WESTUS:20210901T023118Z:957bd900-6fd7-4b5e-8a12-7b3879dafc98" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8116", - "name": "res8116", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8116/providers/Microsoft.Storage/storageAccounts/sto9624?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-469b49d897aa284b8f36b87006dd4101-b885aeb646249444-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "967356027af633f40fd042826205b491", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "967356027af633f40fd042826205b491", - "x-ms-correlation-request-id": "6027d0d6-81cb-472b-b644-7a04d9d7a17d", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "d9eb310f-fcf2-430b-b318-bee0486db04b", - "x-ms-routing-request-id": "WESTUS:20210901T023121Z:6027d0d6-81cb-472b-b644-7a04d9d7a17d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "841050c3dc3f61edbdc7535d53b06c4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "841050c3dc3f61edbdc7535d53b06c4c", - "x-ms-correlation-request-id": "0fd3b2a9-d002-478f-8731-81f086ac7497", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "6dbc3a3c-3f37-44bf-89e2-5829dcb743d2", - "x-ms-routing-request-id": "WESTUS:20210901T023121Z:0fd3b2a9-d002-478f-8731-81f086ac7497" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "817ab139aa916b3a60ed37f905500551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "817ab139aa916b3a60ed37f905500551", - "x-ms-correlation-request-id": "484ff8b0-5b60-4602-8f31-ebeb922e7d15", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "774804e5-f539-40ab-a993-c341e63f90ae", - "x-ms-routing-request-id": "WESTUS:20210901T023123Z:484ff8b0-5b60-4602-8f31-ebeb922e7d15" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "11bf530b2ff4b6525e9a9295429733ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "11bf530b2ff4b6525e9a9295429733ae", - "x-ms-correlation-request-id": "c7ef03a1-f328-4177-9c5d-74d5cc6f2d2a", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "c41c284c-9f4a-42b7-9592-723ed572aea3", - "x-ms-routing-request-id": "WESTUS:20210901T023124Z:c7ef03a1-f328-4177-9c5d-74d5cc6f2d2a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7c6a28904344185d15a42351a4f35c6c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7c6a28904344185d15a42351a4f35c6c", - "x-ms-correlation-request-id": "c7eb4a83-c812-4acf-81cd-e488e0da4cba", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "ce65fe3b-895a-425c-ac52-c0ae5a64bde6", - "x-ms-routing-request-id": "WESTUS:20210901T023125Z:c7eb4a83-c812-4acf-81cd-e488e0da4cba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ff5202c25af109575fc323f617a529c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ff5202c25af109575fc323f617a529c8", - "x-ms-correlation-request-id": "7a366c03-acdb-4df5-b3ec-0056b026f58f", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "345c44cc-6b41-4e53-a2eb-c44d8520618e", - "x-ms-routing-request-id": "WESTUS:20210901T023126Z:7a366c03-acdb-4df5-b3ec-0056b026f58f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc6989ba89e6c80cf6a6fb4f0c00126a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc6989ba89e6c80cf6a6fb4f0c00126a", - "x-ms-correlation-request-id": "5cc43793-8f86-4cb0-9459-dd81fa372626", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "018d8575-2f46-4bd5-825e-f6ea217f375c", - "x-ms-routing-request-id": "WESTUS:20210901T023127Z:5cc43793-8f86-4cb0-9459-dd81fa372626" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40d2263e334536bdd0611d812066016f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40d2263e334536bdd0611d812066016f", - "x-ms-correlation-request-id": "a50dcafb-01f4-42d8-9197-3a8684f343f7", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "0f84b83d-ddfe-4bfa-b3a7-49eca1f8ef0a", - "x-ms-routing-request-id": "WESTUS:20210901T023128Z:a50dcafb-01f4-42d8-9197-3a8684f343f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a975a7b7f8a3886f58a094a5e07fd5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a975a7b7f8a3886f58a094a5e07fd5e", - "x-ms-correlation-request-id": "ca320d1a-430d-46ab-a8da-63816674db07", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "92d2da4c-94f5-4a14-927f-339345bddc86", - "x-ms-routing-request-id": "WESTUS:20210901T023129Z:ca320d1a-430d-46ab-a8da-63816674db07" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1b8b8b0e8d28683cc330c856b8ba88f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b8b8b0e8d28683cc330c856b8ba88f", - "x-ms-correlation-request-id": "0b84e0b5-b453-4931-acf1-eed210e78958", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "bd937dd8-daf3-47c5-988c-7caea82a8af2", - "x-ms-routing-request-id": "WESTUS:20210901T023130Z:0b84e0b5-b453-4931-acf1-eed210e78958" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1d48ba5f768bee09f9a4aba2a72d7c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d48ba5f768bee09f9a4aba2a72d7c8", - "x-ms-correlation-request-id": "420d7ff8-ccf6-4938-a052-718e58c9f724", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "b598de25-b456-4acb-a472-2e3dc48619e7", - "x-ms-routing-request-id": "WESTUS:20210901T023132Z:420d7ff8-ccf6-4938-a052-718e58c9f724" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "67d0be640fae929dd7114e577301cd6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "67d0be640fae929dd7114e577301cd6a", - "x-ms-correlation-request-id": "d6910a6d-239c-47e0-b65f-94042f62aa81", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "557026f9-167d-4861-96ff-2586cebfec5a", - "x-ms-routing-request-id": "WESTUS:20210901T023133Z:d6910a6d-239c-47e0-b65f-94042f62aa81" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d2a579e24c33b9f6d7f951389ec95c59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d2a579e24c33b9f6d7f951389ec95c59", - "x-ms-correlation-request-id": "276afcc7-442b-4773-92a1-48d0e7448ff3", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "26208cc7-67fb-4f5d-b1d3-161596633244", - "x-ms-routing-request-id": "WESTUS:20210901T023134Z:276afcc7-442b-4773-92a1-48d0e7448ff3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad21435b40bb95e0ee41da57a9894b9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad21435b40bb95e0ee41da57a9894b9e", - "x-ms-correlation-request-id": "81ff54e3-a25c-4ee4-9d96-b733e37a7cde", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "4dcf39b8-001f-441f-ad42-c5612894356d", - "x-ms-routing-request-id": "WESTUS:20210901T023135Z:81ff54e3-a25c-4ee4-9d96-b733e37a7cde" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0d8e0cc04cc1894c8178fb4be64f40e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:31:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0d8e0cc04cc1894c8178fb4be64f40e", - "x-ms-correlation-request-id": "9a784803-cece-40ed-b03f-aff59a3807c1", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "337238fe-eb8e-405d-a074-b73621edcfc9", - "x-ms-routing-request-id": "WESTUS:20210901T023136Z:9a784803-cece-40ed-b03f-aff59a3807c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/d9eb310f-fcf2-430b-b318-bee0486db04b?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ffbf4b41fe0a2ae9910e4f2719e0f4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:31:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ffbf4b41fe0a2ae9910e4f2719e0f4e", - "x-ms-correlation-request-id": "9b9a99e0-fa1b-421d-b454-2ab16cfb1cc5", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "ba37f83f-eb0a-4a4b-a8a1-cb3adf86f332", - "x-ms-routing-request-id": "WESTUS:20210901T023137Z:9b9a99e0-fa1b-421d-b454-2ab16cfb1cc5" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8116/providers/Microsoft.Storage/storageAccounts/sto9624", - "name": "sto9624", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:31:20.4157025Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:31:20.4157025Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:31:20.2906957Z", - "primaryEndpoints": { - "blob": "https://sto9624.blob.core.windows.net/", - "queue": "https://sto9624.queue.core.windows.net/", - "table": "https://sto9624.table.core.windows.net/", - "file": "https://sto9624.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8116/providers/Microsoft.Storage/storageAccounts/sto9624/ListServiceSas?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "92", - "Content-Type": "application/json", - "traceparent": "00-beb726ed514626489af450ce72dc31c6-cd080213159aed49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd6bb2aeabf0578dae08e4a3b02cd78a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "canonicalizedResource": "/blob/sto9624/music", - "signedResource": "b", - "signedPermission": "rl" - }, - "StatusCode": 400, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "123", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:31:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd6bb2aeabf0578dae08e4a3b02cd78a", - "x-ms-correlation-request-id": "740b0a75-4b02-4bbc-b93a-3fbb3942945d", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "538ce3bf-1309-4af1-9fd5-a8c1a8efb268", - "x-ms-routing-request-id": "WESTUS:20210901T023137Z:740b0a75-4b02-4bbc-b93a-3fbb3942945d" - }, - "ResponseBody": { - "error": { - "code": "InvalidValuesForRequestParameters", - "message": "Values for request parameters are invalid: signedExpiry." - } - } - } - ], - "Variables": { - "RandomSeed": "1388085827", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json deleted file mode 100644 index 54fdecd0eb202..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTest.json +++ /dev/null @@ -1,797 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebfa8f2b527b69d7ebf03322d6a6073e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "974b4818-fe9b-41de-af92-0ad45fe780c2", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "974b4818-fe9b-41de-af92-0ad45fe780c2", - "x-ms-routing-request-id": "WESTUS:20210901T012435Z:974b4818-fe9b-41de-af92-0ad45fe780c2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1c3de1fa21235d747598ab20d42baec0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "da4d709b-0540-4d5f-82db-5c597f28967e", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "da4d709b-0540-4d5f-82db-5c597f28967e", - "x-ms-routing-request-id": "WESTUS:20210901T012435Z:da4d709b-0540-4d5f-82db-5c597f28967e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res4550?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-179f825d59afad4293a0aaea7139eee7-6bdf1893d2754345-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1624bad9eba0c5d86a32f4bfe82a3e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "89599427-db68-434a-a5d5-1ea8b372b61a", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "89599427-db68-434a-a5d5-1ea8b372b61a", - "x-ms-routing-request-id": "WESTUS:20210901T012435Z:89599427-db68-434a-a5d5-1ea8b372b61a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4550", - "name": "res4550", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4550/providers/Microsoft.Storage/storageAccounts/sto118?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-34dd5dc016479e4c92f2c86cdd6e89c7-5f5489e65e3e5a4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbecbd1b09a49c1b76e3a6b794c04173", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bbecbd1b09a49c1b76e3a6b794c04173", - "x-ms-correlation-request-id": "907d4de4-f2eb-4f33-b6d5-219c124d767f", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07", - "x-ms-routing-request-id": "WESTUS:20210901T012438Z:907d4de4-f2eb-4f33-b6d5-219c124d767f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f10fbc3d46d34109462544bbb655f2e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f10fbc3d46d34109462544bbb655f2e2", - "x-ms-correlation-request-id": "09adc653-a308-45df-ac54-f5551311ed3c", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "acbf1a4d-1cb1-4d86-9116-461df32c16a5", - "x-ms-routing-request-id": "WESTUS:20210901T012438Z:09adc653-a308-45df-ac54-f5551311ed3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5aded8ee3d48db9b7b0cab078ad68afe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5aded8ee3d48db9b7b0cab078ad68afe", - "x-ms-correlation-request-id": "033aae27-0796-43c3-a570-3ea1ca1d98e9", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "311c5046-7a84-439d-b743-7db7e9de1274", - "x-ms-routing-request-id": "WESTUS:20210901T012439Z:033aae27-0796-43c3-a570-3ea1ca1d98e9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7799ecd50b0d99f1f185e57fa862aba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7799ecd50b0d99f1f185e57fa862aba", - "x-ms-correlation-request-id": "63074459-7747-482d-a628-2d07d60e03e6", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "f4bf40d9-905e-437d-90f2-cb82e36cb44f", - "x-ms-routing-request-id": "WESTUS:20210901T012441Z:63074459-7747-482d-a628-2d07d60e03e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39569caabb9900bf213376c79b02b76f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39569caabb9900bf213376c79b02b76f", - "x-ms-correlation-request-id": "84247c9f-f8fe-42db-9c9b-83f3c4626e17", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "8e3998c7-6f3a-44ed-beec-23f1daa6349c", - "x-ms-routing-request-id": "WESTUS:20210901T012442Z:84247c9f-f8fe-42db-9c9b-83f3c4626e17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "17ee469a1adb9d3139053b2fde44e1f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "17ee469a1adb9d3139053b2fde44e1f4", - "x-ms-correlation-request-id": "d2086bc4-b0a1-412d-8757-83fc79006a6f", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "685d3f36-c3bd-44d1-b532-ed9d1d73fc7c", - "x-ms-routing-request-id": "WESTUS:20210901T012443Z:d2086bc4-b0a1-412d-8757-83fc79006a6f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee5cf0e251801265df78b57ddad83e1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee5cf0e251801265df78b57ddad83e1c", - "x-ms-correlation-request-id": "f9668cd2-b986-4abc-94a4-3c18ac262a78", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "7f412765-3f22-4632-bd6a-f68a2dc1fa6f", - "x-ms-routing-request-id": "WESTUS:20210901T012444Z:f9668cd2-b986-4abc-94a4-3c18ac262a78" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b4bcee6112988fdf6ab80094808f21dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b4bcee6112988fdf6ab80094808f21dd", - "x-ms-correlation-request-id": "b830db0e-d710-46af-a2ec-988bf8c397de", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "e8a1eece-4032-4c9f-a989-8b7ebbf6ffd8", - "x-ms-routing-request-id": "WESTUS:20210901T012445Z:b830db0e-d710-46af-a2ec-988bf8c397de" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aae48252c8a549efe0db386265b4c360", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aae48252c8a549efe0db386265b4c360", - "x-ms-correlation-request-id": "54135577-9e2f-48d4-b790-ae99a7074adc", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "f2d67194-b47f-4309-9130-238e2af70fe4", - "x-ms-routing-request-id": "WESTUS:20210901T012446Z:54135577-9e2f-48d4-b790-ae99a7074adc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0cd1ec62c88d05b11cc84c751d1914f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0cd1ec62c88d05b11cc84c751d1914f", - "x-ms-correlation-request-id": "802b84a1-8238-4179-a5c5-5ff60b1937e2", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "6221089d-f4b1-4b7e-80f2-3b00fd58d6fa", - "x-ms-routing-request-id": "WESTUS:20210901T012447Z:802b84a1-8238-4179-a5c5-5ff60b1937e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "572ad85693f39977ff72d4bcd97c2ab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "572ad85693f39977ff72d4bcd97c2ab5", - "x-ms-correlation-request-id": "8995a56a-03b8-4ac8-9057-7e98e2d0d93a", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "02b7ef42-1e71-4c69-97b8-dc45f26d14ab", - "x-ms-routing-request-id": "WESTUS:20210901T012448Z:8995a56a-03b8-4ac8-9057-7e98e2d0d93a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "62cd9ff431c12654261498d94328f80e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "62cd9ff431c12654261498d94328f80e", - "x-ms-correlation-request-id": "ba5e54c8-7c6a-4f2c-b48b-7d69390c5ede", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "296ffff0-8bfa-40f4-a538-5126ff4e6c22", - "x-ms-routing-request-id": "WESTUS:20210901T012450Z:ba5e54c8-7c6a-4f2c-b48b-7d69390c5ede" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c0be94a6b89326da734f115579ef694", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c0be94a6b89326da734f115579ef694", - "x-ms-correlation-request-id": "e5c14ff9-446d-43e0-b1ab-aa73bf201ccc", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "6784e41d-aa93-4de0-a4ab-db256d3fd911", - "x-ms-routing-request-id": "WESTUS:20210901T012451Z:e5c14ff9-446d-43e0-b1ab-aa73bf201ccc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1d2cea12f04258e830431defb9d56d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1d2cea12f04258e830431defb9d56d7", - "x-ms-correlation-request-id": "d80379e2-07f9-4128-b6c9-0260cc82c713", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "2e36bad3-8bde-42e5-9e57-3e66c760ad34", - "x-ms-routing-request-id": "WESTUS:20210901T012452Z:d80379e2-07f9-4128-b6c9-0260cc82c713" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f072c57a9e71892c329abb8d403fce87", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:24:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f072c57a9e71892c329abb8d403fce87", - "x-ms-correlation-request-id": "2a16594e-ad05-4ce1-a02f-7941a0df4746", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "75ad95b2-4702-425a-901d-2aca4d6da74e", - "x-ms-routing-request-id": "WESTUS:20210901T012453Z:2a16594e-ad05-4ce1-a02f-7941a0df4746" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a7fa7fa0-8387-4007-9c39-f5f6d6fe6a07?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7437041d46551a0a5ae608853a8e3709", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:24:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7437041d46551a0a5ae608853a8e3709", - "x-ms-correlation-request-id": "5c387759-056f-4753-bd5f-844740beebcd", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "1f2ad82f-12d3-4b61-b8b3-bfe76e6b8345", - "x-ms-routing-request-id": "WESTUS:20210901T012454Z:5c387759-056f-4753-bd5f-844740beebcd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4550/providers/Microsoft.Storage/storageAccounts/sto118", - "name": "sto118", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:24:37.3788973Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:24:37.3788973Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:24:37.2538936Z", - "primaryEndpoints": { - "blob": "https://sto118.blob.core.windows.net/", - "queue": "https://sto118.queue.core.windows.net/", - "table": "https://sto118.table.core.windows.net/", - "file": "https://sto118.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4550/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-12fb2dad56bfca4ebb7d1c68e09db7d2-fb8f60e809b1c74f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "929b19dd062c0322a2497f6a7400e444", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1173", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:24:54 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "929b19dd062c0322a2497f6a7400e444", - "x-ms-correlation-request-id": "ce40249d-87b3-48f1-8589-45ca271b3d8c", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "ea2222e6-5a02-4214-a6a8-768e566dfab3", - "x-ms-routing-request-id": "WESTUS:20210901T012454Z:ce40249d-87b3-48f1-8589-45ca271b3d8c" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4550/providers/Microsoft.Storage/storageAccounts/sto118", - "name": "sto118", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:24:37.3788973Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:24:37.3788973Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:24:37.2538936Z", - "primaryEndpoints": { - "blob": "https://sto118.blob.core.windows.net/", - "queue": "https://sto118.queue.core.windows.net/", - "table": "https://sto118.table.core.windows.net/", - "file": "https://sto118.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1414121852", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json deleted file mode 100644 index a42727e00a3f9..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountListWithEncryptionTestAsync.json +++ /dev/null @@ -1,797 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "946403a44109c5f4ee5b90eedacc7a9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "172b3768-cc94-4e89-92d9-0e63210a0362", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "172b3768-cc94-4e89-92d9-0e63210a0362", - "x-ms-routing-request-id": "WESTUS2:20210901T023341Z:172b3768-cc94-4e89-92d9-0e63210a0362" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6e62a59f454d112b35bb670a7717f06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93b472e5-8437-4a99-b82e-02f6a33c0b0e", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "93b472e5-8437-4a99-b82e-02f6a33c0b0e", - "x-ms-routing-request-id": "WESTUS2:20210901T023341Z:93b472e5-8437-4a99-b82e-02f6a33c0b0e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7840?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a845393ad453d54cb9f36c0ea435915b-4f490fd6571c8a40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7bd3dad954b42017bfc1cb4a1c29aba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "46aa212f-fa64-4860-aa08-e340cf7418fc", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "46aa212f-fa64-4860-aa08-e340cf7418fc", - "x-ms-routing-request-id": "WESTUS2:20210901T023343Z:46aa212f-fa64-4860-aa08-e340cf7418fc" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7840", - "name": "res7840", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7840/providers/Microsoft.Storage/storageAccounts/sto6850?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "233", - "Content-Type": "application/json", - "traceparent": "00-48035c58fb63d042931d7aede69e59ff-02b303a22ff01a47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0eb3d116af8e92f0e0ae8a841e7cdb89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0eb3d116af8e92f0e0ae8a841e7cdb89", - "x-ms-correlation-request-id": "7bfabae7-75aa-436f-8600-ced91a73ff58", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "42d566f7-576f-4be1-a4a6-029640db80c8", - "x-ms-routing-request-id": "WESTUS2:20210901T023346Z:7bfabae7-75aa-436f-8600-ced91a73ff58" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ae5b0eb5e5538d1ecc146ae676bd5c80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ae5b0eb5e5538d1ecc146ae676bd5c80", - "x-ms-correlation-request-id": "18c4caca-3049-4e2b-9026-9708fd50100a", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "0060fde5-ef96-441c-93e3-7a832d76febc", - "x-ms-routing-request-id": "WESTUS2:20210901T023346Z:18c4caca-3049-4e2b-9026-9708fd50100a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95a62b41fd0a08a23cce89b5b8fb76ce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95a62b41fd0a08a23cce89b5b8fb76ce", - "x-ms-correlation-request-id": "cc201768-e9ff-4ecd-b1b2-731464180a04", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "e6ccdc57-108f-41fa-91c9-c6af39025762", - "x-ms-routing-request-id": "WESTUS2:20210901T023347Z:cc201768-e9ff-4ecd-b1b2-731464180a04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fce6e152d2115350e02f0e1a3ad6ec6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fce6e152d2115350e02f0e1a3ad6ec6", - "x-ms-correlation-request-id": "84e67004-4f3a-4f78-9afc-e85a8594692b", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "e42387f0-28ec-4eb4-9e78-cfd2326c9c12", - "x-ms-routing-request-id": "WESTUS2:20210901T023348Z:84e67004-4f3a-4f78-9afc-e85a8594692b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1b4777c036bb7116c5271855c69d5d0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1b4777c036bb7116c5271855c69d5d0", - "x-ms-correlation-request-id": "c9d6b4b7-711f-4400-8035-d0d9a97be832", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "2eba7caa-34f8-466a-a3ca-1b176ef2729c", - "x-ms-routing-request-id": "WESTUS2:20210901T023350Z:c9d6b4b7-711f-4400-8035-d0d9a97be832" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "08d19c9e4def135ff59186080cc0658e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "08d19c9e4def135ff59186080cc0658e", - "x-ms-correlation-request-id": "5c922fff-b21f-4560-abae-b0149e307943", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "dc442249-c932-4732-9a96-68fb5032bdfd", - "x-ms-routing-request-id": "WESTUS2:20210901T023351Z:5c922fff-b21f-4560-abae-b0149e307943" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4038c260854712625c17a2cebbb0b8a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4038c260854712625c17a2cebbb0b8a4", - "x-ms-correlation-request-id": "98f739dd-9aec-4c61-bd27-a6e9967f2800", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "0455d719-f4a2-4f42-a9cd-578b97ce9e5e", - "x-ms-routing-request-id": "WESTUS2:20210901T023352Z:98f739dd-9aec-4c61-bd27-a6e9967f2800" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0643202d65dc2fd718a0fbda7c09aaac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0643202d65dc2fd718a0fbda7c09aaac", - "x-ms-correlation-request-id": "1c453b83-7b1d-4b58-866a-417e6156bdf1", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "aa949f4a-75ce-47a1-a622-304e709b5be9", - "x-ms-routing-request-id": "WESTUS2:20210901T023353Z:1c453b83-7b1d-4b58-866a-417e6156bdf1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9924e3ed943118893abeabd7aa905844", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9924e3ed943118893abeabd7aa905844", - "x-ms-correlation-request-id": "79c5f464-f757-4d1d-ba64-d7162eb116f2", - "x-ms-ratelimit-remaining-subscription-reads": "11917", - "x-ms-request-id": "074be9b5-6805-4087-b147-f7f120b660c4", - "x-ms-routing-request-id": "WESTUS2:20210901T023354Z:79c5f464-f757-4d1d-ba64-d7162eb116f2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecdbe1d85e7cfab1ea0928a789879553", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecdbe1d85e7cfab1ea0928a789879553", - "x-ms-correlation-request-id": "f3a10c61-d80f-449d-8d04-fca0599d2e4d", - "x-ms-ratelimit-remaining-subscription-reads": "11916", - "x-ms-request-id": "2a900e0f-171b-43c0-a785-ef63b56dec2f", - "x-ms-routing-request-id": "WESTUS2:20210901T023355Z:f3a10c61-d80f-449d-8d04-fca0599d2e4d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8e0f66d1f8b9873962bcc1eba008487", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8e0f66d1f8b9873962bcc1eba008487", - "x-ms-correlation-request-id": "06e9ce99-8aa7-427b-b056-ab2533d52e81", - "x-ms-ratelimit-remaining-subscription-reads": "11915", - "x-ms-request-id": "a3e17241-698d-4a20-974d-75fbacc74660", - "x-ms-routing-request-id": "WESTUS2:20210901T023356Z:06e9ce99-8aa7-427b-b056-ab2533d52e81" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a02b747bd2d8e30312aaf276be18eb2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a02b747bd2d8e30312aaf276be18eb2", - "x-ms-correlation-request-id": "4124d076-3d28-4b47-8bfd-19669fa09394", - "x-ms-ratelimit-remaining-subscription-reads": "11914", - "x-ms-request-id": "13324b41-08c2-40e2-a23c-47ab49f24ac3", - "x-ms-routing-request-id": "WESTUS2:20210901T023358Z:4124d076-3d28-4b47-8bfd-19669fa09394" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b469582980afb9b86e425550929340ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b469582980afb9b86e425550929340ea", - "x-ms-correlation-request-id": "1e05d6fc-25b9-4c3e-a758-643f2cd6f65c", - "x-ms-ratelimit-remaining-subscription-reads": "11913", - "x-ms-request-id": "9a8106e5-2ae0-4237-a0af-87d3b521633a", - "x-ms-routing-request-id": "WESTUS2:20210901T023359Z:1e05d6fc-25b9-4c3e-a758-643f2cd6f65c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d25fa085fa85b025c552a6616f4c2db5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:33:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d25fa085fa85b025c552a6616f4c2db5", - "x-ms-correlation-request-id": "3b4246f2-724d-43f8-93e5-9de0fb6d95a5", - "x-ms-ratelimit-remaining-subscription-reads": "11912", - "x-ms-request-id": "38cc87c7-3b8e-4fba-b262-91a157ded826", - "x-ms-routing-request-id": "WESTUS2:20210901T023400Z:3b4246f2-724d-43f8-93e5-9de0fb6d95a5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61f5199cd096c7d8fe492ceb67dffc9e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:34:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61f5199cd096c7d8fe492ceb67dffc9e", - "x-ms-correlation-request-id": "d74bb003-7e49-4beb-9fe5-a59356b10dec", - "x-ms-ratelimit-remaining-subscription-reads": "11911", - "x-ms-request-id": "ef6623e0-a0b6-4f68-8b26-4d08078aeb4f", - "x-ms-routing-request-id": "WESTUS2:20210901T023401Z:d74bb003-7e49-4beb-9fe5-a59356b10dec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/42d566f7-576f-4be1-a4a6-029640db80c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cba2c5e9bb822e2d32b9ee5dd9564921", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:34:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cba2c5e9bb822e2d32b9ee5dd9564921", - "x-ms-correlation-request-id": "b25dae92-ddca-4eb5-933b-9e6cf3d5abd1", - "x-ms-ratelimit-remaining-subscription-reads": "11910", - "x-ms-request-id": "07d7b686-44ce-42f9-b2fc-9d2cdc97c8f1", - "x-ms-routing-request-id": "WESTUS2:20210901T023402Z:b25dae92-ddca-4eb5-933b-9e6cf3d5abd1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7840/providers/Microsoft.Storage/storageAccounts/sto6850", - "name": "sto6850", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:33:45.3120319Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:33:45.3120319Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:33:45.1713777Z", - "primaryEndpoints": { - "blob": "https://sto6850.blob.core.windows.net/", - "queue": "https://sto6850.queue.core.windows.net/", - "table": "https://sto6850.table.core.windows.net/", - "file": "https://sto6850.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7840/providers/Microsoft.Storage/storageAccounts?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d35961bada566642977709b90a701dab-10a330aaacf4bb48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78b4a015de9eb453c898d43bcd3a48e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1179", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:34:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78b4a015de9eb453c898d43bcd3a48e5", - "x-ms-correlation-request-id": "926e9d81-1d99-43ea-afcf-15f7e9d56f52", - "x-ms-ratelimit-remaining-subscription-reads": "11909", - "x-ms-request-id": "6e42cc7e-6ce2-499e-b183-88b0db403539", - "x-ms-routing-request-id": "WESTUS2:20210901T023402Z:926e9d81-1d99-43ea-afcf-15f7e9d56f52" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7840/providers/Microsoft.Storage/storageAccounts/sto6850", - "name": "sto6850", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:33:45.3120319Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:33:45.3120319Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:33:45.1713777Z", - "primaryEndpoints": { - "blob": "https://sto6850.blob.core.windows.net/", - "queue": "https://sto6850.queue.core.windows.net/", - "table": "https://sto6850.table.core.windows.net/", - "file": "https://sto6850.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "2044591196", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json deleted file mode 100644 index d127eb1438d5d..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTest.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c1fb18e638634c45a6b7c99b2fbccec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c4185e6e-a131-4a35-a21f-784c9122f0d9", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "c4185e6e-a131-4a35-a21f-784c9122f0d9", - "x-ms-routing-request-id": "WESTUS:20210901T012559Z:c4185e6e-a131-4a35-a21f-784c9122f0d9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/usages?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-f54563b7da402d4e9dab0e8cf6f8bb29-5911aa683d552241-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56def02346188b4612a0dc2c294529f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "128", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:25:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56def02346188b4612a0dc2c294529f7", - "x-ms-correlation-request-id": "42e6f3fe-3d80-4d3d-8fa6-13cd4639abbc", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "8b7350b4-89a6-4fbf-940d-3f06d1ad7584", - "x-ms-routing-request-id": "WESTUS:20210901T012559Z:42e6f3fe-3d80-4d3d-8fa6-13cd4639abbc" - }, - "ResponseBody": { - "value": [ - { - "unit": "Count", - "currentValue": 3, - "limit": 250, - "name": { - "value": "StorageAccounts", - "localizedValue": "Storage Accounts" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1030169175", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json deleted file mode 100644 index 41a775d265a3b..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountLocationUsageTestAsync.json +++ /dev/null @@ -1,96 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bbce3e0b0ffeb86c2e8ae9059d110302", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "836857b2-b333-441e-91d3-ee9d48400892", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "836857b2-b333-441e-91d3-ee9d48400892", - "x-ms-routing-request-id": "WESTUS2:20210901T023606Z:836857b2-b333-441e-91d3-ee9d48400892" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/usages?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-12a66c06101cec44a3d3c35098cec61e-58476b9a74c80b4d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c34ddfe041b5d08cbbab3739dc6a07da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "128", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:36:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c34ddfe041b5d08cbbab3739dc6a07da", - "x-ms-correlation-request-id": "793b603a-d11e-4bbe-b060-41b1306578b1", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "3e344939-7865-41d6-84e0-1e7d7cb42d23", - "x-ms-routing-request-id": "WESTUS2:20210901T023606Z:793b603a-d11e-4bbe-b060-41b1306578b1" - }, - "ResponseBody": { - "value": [ - { - "unit": "Count", - "currentValue": 4, - "limit": 250, - "name": { - "value": "StorageAccounts", - "localizedValue": "Storage Accounts" - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1996316571", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json deleted file mode 100644 index 55a88d826dead..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTest.json +++ /dev/null @@ -1,777 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0ab54568d13721ca6ba88b90025b1f3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "03a1fe23-2e6e-41d2-9646-6fe8b6c2a1d0", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "03a1fe23-2e6e-41d2-9646-6fe8b6c2a1d0", - "x-ms-routing-request-id": "WESTUS:20210901T012559Z:03a1fe23-2e6e-41d2-9646-6fe8b6c2a1d0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34c610b824946bf06369e1bab438cd29", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "facf2003-ad74-4ef7-a56d-c8cbd182e044", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "facf2003-ad74-4ef7-a56d-c8cbd182e044", - "x-ms-routing-request-id": "WESTUS:20210901T012559Z:facf2003-ad74-4ef7-a56d-c8cbd182e044" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7057?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a3fe1c9ac3437542a2923776c214a91a-5e9e88ca0c78a441-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0a87723b29c3b3461a35635e92c479a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:25:59 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b7216068-82c9-4ce2-8b9a-e2216bbf4106", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "b7216068-82c9-4ce2-8b9a-e2216bbf4106", - "x-ms-routing-request-id": "WESTUS:20210901T012600Z:b7216068-82c9-4ce2-8b9a-e2216bbf4106" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7057", - "name": "res7057", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7057/providers/Microsoft.Storage/storageAccounts/sto7530?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-9a1ead18aecc1b428cfc10001ea83411-d846076154a1844d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d59694c325540645da9ac62be6eed5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d59694c325540645da9ac62be6eed5f", - "x-ms-correlation-request-id": "32a30e3e-74b8-480f-ad5d-aebaff557563", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "8aee836d-7de9-43a8-856c-8c01578602a6", - "x-ms-routing-request-id": "WESTUS:20210901T012604Z:32a30e3e-74b8-480f-ad5d-aebaff557563" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "63ebf71f1bcf45ce43803e0888d9a235", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "63ebf71f1bcf45ce43803e0888d9a235", - "x-ms-correlation-request-id": "bea27be4-0a0f-4d10-b85a-7f606ca9024e", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "42d75835-88c6-4d48-b6c0-dd57dd221c93", - "x-ms-routing-request-id": "WESTUS:20210901T012604Z:bea27be4-0a0f-4d10-b85a-7f606ca9024e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4f59d569919a308a0bc81522b1cb0be3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4f59d569919a308a0bc81522b1cb0be3", - "x-ms-correlation-request-id": "5b45018d-1ef3-4492-84bc-84198e9ab47f", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "b548ffd8-5758-42b8-9328-802143814924", - "x-ms-routing-request-id": "WESTUS:20210901T012605Z:5b45018d-1ef3-4492-84bc-84198e9ab47f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c742126c898274900f67c5b2dd55091e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c742126c898274900f67c5b2dd55091e", - "x-ms-correlation-request-id": "3c38a41f-6025-4a1e-bd71-ecdb1f884188", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "f5cdb5a5-7135-4c42-8650-f98320d884e6", - "x-ms-routing-request-id": "WESTUS:20210901T012606Z:3c38a41f-6025-4a1e-bd71-ecdb1f884188" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5f2f4b90ed208dfe6dbb570706ab9478", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5f2f4b90ed208dfe6dbb570706ab9478", - "x-ms-correlation-request-id": "c82bcb5c-9ebe-4323-ab5c-6ee23fd80e14", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "d201e608-f8ef-4692-b9aa-6b10f4b5ae7d", - "x-ms-routing-request-id": "WESTUS:20210901T012608Z:c82bcb5c-9ebe-4323-ab5c-6ee23fd80e14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "759b5b75db97dfb245e44033ccd752b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "759b5b75db97dfb245e44033ccd752b5", - "x-ms-correlation-request-id": "0827dd52-e84e-49c3-a30e-715710feff5e", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "ccf164a0-bd85-4ef4-8440-454bd6ad8ff6", - "x-ms-routing-request-id": "WESTUS:20210901T012609Z:0827dd52-e84e-49c3-a30e-715710feff5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6592f6beab9b7fc214b45ac731886d63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6592f6beab9b7fc214b45ac731886d63", - "x-ms-correlation-request-id": "252728d1-d4b5-4670-9196-a9f60b500400", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "b1f35393-99cd-422d-a48e-199ca31bd470", - "x-ms-routing-request-id": "WESTUS:20210901T012610Z:252728d1-d4b5-4670-9196-a9f60b500400" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "813d4dd293b9b48799501a3baccbc195", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "813d4dd293b9b48799501a3baccbc195", - "x-ms-correlation-request-id": "19828014-44f0-41a9-87e2-cbfaec9d140d", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "b3315dba-9b85-4da0-8bea-7ca854c72020", - "x-ms-routing-request-id": "WESTUS:20210901T012611Z:19828014-44f0-41a9-87e2-cbfaec9d140d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1048a2682f19c9dc991c61e281ebadbc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1048a2682f19c9dc991c61e281ebadbc", - "x-ms-correlation-request-id": "e8761d99-862b-4241-a3cc-21938bf8fdf3", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "9915d217-30af-4a80-879e-a8d6e694ff0e", - "x-ms-routing-request-id": "WESTUS:20210901T012612Z:e8761d99-862b-4241-a3cc-21938bf8fdf3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e60dd77d19a2afc6eddcc4b9086d249", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e60dd77d19a2afc6eddcc4b9086d249", - "x-ms-correlation-request-id": "6cfddc6e-be85-48c8-b77d-2bc55aa16423", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "a83bdbb9-6132-4eb5-8adc-bbf96a17c583", - "x-ms-routing-request-id": "WESTUS:20210901T012614Z:6cfddc6e-be85-48c8-b77d-2bc55aa16423" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f5ec4f25d3fa3497073e89d32a533ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f5ec4f25d3fa3497073e89d32a533ad", - "x-ms-correlation-request-id": "d9b99bed-ce50-4e38-bc9c-b54ef14877d4", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "c1eba9f7-3317-404c-a040-62bc563b8854", - "x-ms-routing-request-id": "WESTUS:20210901T012615Z:d9b99bed-ce50-4e38-bc9c-b54ef14877d4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfc45da2436a97fba51ea13b63913912", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfc45da2436a97fba51ea13b63913912", - "x-ms-correlation-request-id": "a8bdfa7f-d8bb-40b9-881a-73283c1bedf4", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "838fa906-4d1c-4059-a267-912eb7467dc0", - "x-ms-routing-request-id": "WESTUS:20210901T012616Z:a8bdfa7f-d8bb-40b9-881a-73283c1bedf4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bcef17491d8d197c93bd0e26e85ef8c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcef17491d8d197c93bd0e26e85ef8c9", - "x-ms-correlation-request-id": "b8b29564-01ea-45f7-ace0-3bd10f8fdf41", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "15004040-b06b-4801-94d3-e9518f743c94", - "x-ms-routing-request-id": "WESTUS:20210901T012617Z:b8b29564-01ea-45f7-ace0-3bd10f8fdf41" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33a81ea903c2afdec8c7ea21bc0d40df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33a81ea903c2afdec8c7ea21bc0d40df", - "x-ms-correlation-request-id": "0fb8e3ba-1210-4418-99da-ad740c355c3b", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "18f72fe4-fa56-482f-93e3-338452275ea4", - "x-ms-routing-request-id": "WESTUS:20210901T012618Z:0fb8e3ba-1210-4418-99da-ad740c355c3b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1a54d63a76b58420e0aa3cad34d4ae47", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:26:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1a54d63a76b58420e0aa3cad34d4ae47", - "x-ms-correlation-request-id": "6816137b-ad41-42bc-9574-e15e59754966", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "7d7abb53-9024-4799-993f-bfb02db1af52", - "x-ms-routing-request-id": "WESTUS:20210901T012620Z:6816137b-ad41-42bc-9574-e15e59754966" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/8aee836d-7de9-43a8-856c-8c01578602a6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4491d72606e8454f393ff3c5335a5d85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:26:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4491d72606e8454f393ff3c5335a5d85", - "x-ms-correlation-request-id": "c90876c2-a1d6-4fee-92ea-90b53ffd1848", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "0a580706-db26-4177-a55a-df4b291cd25f", - "x-ms-routing-request-id": "WESTUS:20210901T012621Z:c90876c2-a1d6-4fee-92ea-90b53ffd1848" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7057/providers/Microsoft.Storage/storageAccounts/sto7530", - "name": "sto7530", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:26:02.1473254Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:26:02.1473254Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:26:01.9910687Z", - "primaryEndpoints": { - "dfs": "https://sto7530.dfs.core.windows.net/", - "web": "https://sto7530.z6.web.core.windows.net/", - "blob": "https://sto7530.blob.core.windows.net/", - "queue": "https://sto7530.queue.core.windows.net/", - "table": "https://sto7530.table.core.windows.net/", - "file": "https://sto7530.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7057/providers/Microsoft.Storage/storageAccounts/sto7530?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-9ef2ea0d9b6ac3479b42241cc07d4ed6-9993fe95dd439f40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12ec2f7cdd0a3314fe245217c7317bf3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:26:20 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12ec2f7cdd0a3314fe245217c7317bf3", - "x-ms-correlation-request-id": "517752be-92e4-4a34-b993-e45ea8a18031", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "6f0555b1-08b9-4304-b058-8960054e4ec5", - "x-ms-routing-request-id": "WESTUS:20210901T012621Z:517752be-92e4-4a34-b993-e45ea8a18031" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7057/providers/Microsoft.Storage/storageAccounts/sto7530", - "name": "sto7530", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:26:02.1473254Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:26:02.1473254Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:26:01.9910687Z", - "primaryEndpoints": { - "dfs": "https://sto7530.dfs.core.windows.net/", - "web": "https://sto7530.z6.web.core.windows.net/", - "blob": "https://sto7530.blob.core.windows.net/", - "queue": "https://sto7530.queue.core.windows.net/", - "table": "https://sto7530.table.core.windows.net/", - "file": "https://sto7530.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1081706831", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json deleted file mode 100644 index bb9a605993881..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateEndpointTestAsync.json +++ /dev/null @@ -1,777 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6b6d0b3c753a73f43f0169125910572", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f694ac2-25ed-476e-9b45-7a6358cefb4b", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "9f694ac2-25ed-476e-9b45-7a6358cefb4b", - "x-ms-routing-request-id": "WESTUS2:20210901T023606Z:9f694ac2-25ed-476e-9b45-7a6358cefb4b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33b108e2003f99b86a42d39ac6743e68", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9fc0adef-c9f3-45f6-b8b5-d22e104e550d", - "x-ms-ratelimit-remaining-subscription-reads": "11797", - "x-ms-request-id": "9fc0adef-c9f3-45f6-b8b5-d22e104e550d", - "x-ms-routing-request-id": "WESTUS2:20210901T023606Z:9fc0adef-c9f3-45f6-b8b5-d22e104e550d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6909?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-7d72861341e7914b83d4a870c9182ae8-196b1c6ccb85d840-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b6bb3fddf0bda669658de610e49e1cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f714e6f3-03c4-4af2-9acf-035ce7e7c19e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f714e6f3-03c4-4af2-9acf-035ce7e7c19e", - "x-ms-routing-request-id": "WESTUS2:20210901T023607Z:f714e6f3-03c4-4af2-9acf-035ce7e7c19e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6909", - "name": "res6909", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6909/providers/Microsoft.Storage/storageAccounts/sto5195?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "122", - "Content-Type": "application/json", - "traceparent": "00-f2c34128a9cbe043ad8533d908bb8231-eb49c8190a39104d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "485df9ecb34f1c177b11f3a5e1cfb2ad", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westeurope", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "485df9ecb34f1c177b11f3a5e1cfb2ad", - "x-ms-correlation-request-id": "a6988766-6292-4318-812c-b850b46c176a", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "06f3cd95-a09a-4824-b776-d81863ca09d3", - "x-ms-routing-request-id": "WESTUS2:20210901T023611Z:a6988766-6292-4318-812c-b850b46c176a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4487fdceed0bffae537f8fcd7235b489", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4487fdceed0bffae537f8fcd7235b489", - "x-ms-correlation-request-id": "19066165-3bac-4fa6-84fe-63b843306a03", - "x-ms-ratelimit-remaining-subscription-reads": "11796", - "x-ms-request-id": "f4401c23-d075-460a-a25d-5401fa79521f", - "x-ms-routing-request-id": "WESTUS2:20210901T023611Z:19066165-3bac-4fa6-84fe-63b843306a03" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21b3b32b320315f1d013efa50b3de31f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21b3b32b320315f1d013efa50b3de31f", - "x-ms-correlation-request-id": "b8f5f2e4-bc5f-4211-81c5-9dfe18cdcc6c", - "x-ms-ratelimit-remaining-subscription-reads": "11795", - "x-ms-request-id": "203ae2e2-9641-4795-abbd-837a943363ab", - "x-ms-routing-request-id": "WESTUS2:20210901T023612Z:b8f5f2e4-bc5f-4211-81c5-9dfe18cdcc6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3d601186e476ca279de4557475bd723", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3d601186e476ca279de4557475bd723", - "x-ms-correlation-request-id": "2ec0fc85-0623-480e-9a6e-9a48ec6de6ae", - "x-ms-ratelimit-remaining-subscription-reads": "11794", - "x-ms-request-id": "7566678a-4e03-4944-b4a4-6ae61cacbfd0", - "x-ms-routing-request-id": "WESTUS2:20210901T023613Z:2ec0fc85-0623-480e-9a6e-9a48ec6de6ae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84ae1ef4d8a89bee0c7274f8fd09f315", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84ae1ef4d8a89bee0c7274f8fd09f315", - "x-ms-correlation-request-id": "ff6c48f6-8d6e-4122-b86a-8ce574e69a93", - "x-ms-ratelimit-remaining-subscription-reads": "11793", - "x-ms-request-id": "bdf79abc-6931-4e83-9509-d2bf390bedf7", - "x-ms-routing-request-id": "WESTUS2:20210901T023614Z:ff6c48f6-8d6e-4122-b86a-8ce574e69a93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "71b5709bd05fbc411147a725ec9acd74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "71b5709bd05fbc411147a725ec9acd74", - "x-ms-correlation-request-id": "03169343-b18f-477b-8afa-b67104cff642", - "x-ms-ratelimit-remaining-subscription-reads": "11792", - "x-ms-request-id": "cbaaf2b5-84ad-4217-8420-31978eb32049", - "x-ms-routing-request-id": "WESTUS2:20210901T023616Z:03169343-b18f-477b-8afa-b67104cff642" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ecb0cc3b5e8e4076123ad7d4faaa6e6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ecb0cc3b5e8e4076123ad7d4faaa6e6f", - "x-ms-correlation-request-id": "0d3f5cce-f3c4-4dcb-8e95-c4d06ddc1bdf", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "5a14df03-26b6-42c0-a223-a9f4feb6ea13", - "x-ms-routing-request-id": "WESTUS2:20210901T023617Z:0d3f5cce-f3c4-4dcb-8e95-c4d06ddc1bdf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7bb2fea66a624c3ddf2736130c9af72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7bb2fea66a624c3ddf2736130c9af72", - "x-ms-correlation-request-id": "6e62294f-00d6-42a4-88b2-8e0283cfb330", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "e5c5910e-75e8-4a91-a842-441b196c430a", - "x-ms-routing-request-id": "WESTUS2:20210901T023618Z:6e62294f-00d6-42a4-88b2-8e0283cfb330" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31bcffa506583d87fa745e24f96cc266", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31bcffa506583d87fa745e24f96cc266", - "x-ms-correlation-request-id": "edd6b0b3-5367-4969-a4e9-855aec717a33", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "4c87310c-3640-432e-98a1-63f1d7648fcc", - "x-ms-routing-request-id": "WESTUS2:20210901T023619Z:edd6b0b3-5367-4969-a4e9-855aec717a33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bd3a37d8f6ded4ce088c0f9ceb141049", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bd3a37d8f6ded4ce088c0f9ceb141049", - "x-ms-correlation-request-id": "459bded0-fb15-4b48-b4ce-ffe1202719c1", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "f845f54f-26a9-464b-a4c3-264fbebfb29c", - "x-ms-routing-request-id": "WESTUS2:20210901T023620Z:459bded0-fb15-4b48-b4ce-ffe1202719c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa2f658b3dede317a87edd31089f2a70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa2f658b3dede317a87edd31089f2a70", - "x-ms-correlation-request-id": "36822df8-8b89-43b1-946d-2263b65beaea", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "d4fb5348-e907-4a31-ae33-7b4c6efb09a7", - "x-ms-routing-request-id": "WESTUS2:20210901T023622Z:36822df8-8b89-43b1-946d-2263b65beaea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f8890c2ff18eaf9330e728ccf7ea51e5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f8890c2ff18eaf9330e728ccf7ea51e5", - "x-ms-correlation-request-id": "395a2a35-62c4-47e3-9f41-47f9c7f8761e", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "abd708c2-3c78-48a1-af84-bd20a7f13423", - "x-ms-routing-request-id": "WESTUS2:20210901T023623Z:395a2a35-62c4-47e3-9f41-47f9c7f8761e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93991464c73d9a7820571460199dcc69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93991464c73d9a7820571460199dcc69", - "x-ms-correlation-request-id": "97751708-38b3-44ad-87a9-a3c53ae116c9", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "186cb80e-9228-44af-b8b7-b2cbd448eeff", - "x-ms-routing-request-id": "WESTUS2:20210901T023624Z:97751708-38b3-44ad-87a9-a3c53ae116c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "de6d9f61178b99bad280c905154aecbe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "de6d9f61178b99bad280c905154aecbe", - "x-ms-correlation-request-id": "941b6a2e-37f7-4338-9050-fbe4231cebd2", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "360cc807-8f74-428b-97a8-92304d6329f9", - "x-ms-routing-request-id": "WESTUS2:20210901T023625Z:941b6a2e-37f7-4338-9050-fbe4231cebd2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3ccf72c9605673393eed737dd329693", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:36:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3ccf72c9605673393eed737dd329693", - "x-ms-correlation-request-id": "07c6c873-84b9-4c55-a58c-eedcb5111ee1", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "244724d4-793c-4248-8d92-927bfd9e0741", - "x-ms-routing-request-id": "WESTUS2:20210901T023626Z:07c6c873-84b9-4c55-a58c-eedcb5111ee1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westeurope/asyncoperations/06f3cd95-a09a-4824-b776-d81863ca09d3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "586abe1b737d4d5a5affc1bdfd7385d5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:36:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "586abe1b737d4d5a5affc1bdfd7385d5", - "x-ms-correlation-request-id": "6232e69d-4de1-415e-8f49-b3abd4744b38", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "7ee24508-5e58-4e22-aadc-ef93bc43af71", - "x-ms-routing-request-id": "WESTUS2:20210901T023627Z:6232e69d-4de1-415e-8f49-b3abd4744b38" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6909/providers/Microsoft.Storage/storageAccounts/sto5195", - "name": "sto5195", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:36:09.0321643Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:36:09.0321643Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:36:08.8290406Z", - "primaryEndpoints": { - "dfs": "https://sto5195.dfs.core.windows.net/", - "web": "https://sto5195.z6.web.core.windows.net/", - "blob": "https://sto5195.blob.core.windows.net/", - "queue": "https://sto5195.queue.core.windows.net/", - "table": "https://sto5195.table.core.windows.net/", - "file": "https://sto5195.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6909/providers/Microsoft.Storage/storageAccounts/sto5195?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cb5408cea2c98c469bec6001d401ff76-6246c0e0da54114b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2134556ad8d0ca636c054a9d3f82bc9f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1227", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:36:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2134556ad8d0ca636c054a9d3f82bc9f", - "x-ms-correlation-request-id": "80e9dc9f-24e9-4e26-9bbb-c4c44247e809", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "dcebc17c-c661-44b7-8f00-2a14af6352cd", - "x-ms-routing-request-id": "WESTUS2:20210901T023628Z:80e9dc9f-24e9-4e26-9bbb-c4c44247e809" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6909/providers/Microsoft.Storage/storageAccounts/sto5195", - "name": "sto5195", - "type": "Microsoft.Storage/storageAccounts", - "location": "westeurope", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:36:09.0321643Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:36:09.0321643Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:36:08.8290406Z", - "primaryEndpoints": { - "dfs": "https://sto5195.dfs.core.windows.net/", - "web": "https://sto5195.z6.web.core.windows.net/", - "blob": "https://sto5195.blob.core.windows.net/", - "queue": "https://sto5195.queue.core.windows.net/", - "table": "https://sto5195.table.core.windows.net/", - "file": "https://sto5195.file.core.windows.net/" - }, - "primaryLocation": "westeurope", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "831806548", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json deleted file mode 100644 index 20c5d13d2e5da..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTest.json +++ /dev/null @@ -1,845 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1dd6168237caa6befd0d8aeb4c7e640", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af8e61e2-555c-4101-a495-1c48a3b749d0", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "af8e61e2-555c-4101-a495-1c48a3b749d0", - "x-ms-routing-request-id": "WESTUS2:20210901T012724Z:af8e61e2-555c-4101-a495-1c48a3b749d0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f94038104950a4af8c61672e530b8764", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "30291558-198a-478f-bf2d-992cd2669dcd", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "30291558-198a-478f-bf2d-992cd2669dcd", - "x-ms-routing-request-id": "WESTUS2:20210901T012724Z:30291558-198a-478f-bf2d-992cd2669dcd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5385?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cc6c488b65d818469bf346bdfc2d894e-0cf2115c71100843-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d09556a63594a7060805b96c91fbc013", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d7873e9e-5f24-4825-a889-6ffb9a643d05", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d7873e9e-5f24-4825-a889-6ffb9a643d05", - "x-ms-routing-request-id": "WESTUS2:20210901T012725Z:d7873e9e-5f24-4825-a889-6ffb9a643d05" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385", - "name": "res5385", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "118", - "Content-Type": "application/json", - "traceparent": "00-5e315e95d08be144b9fb4802053f373b-c93c1b4e98959f42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc5d6dc91f3439b2141abc3d56e44974", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc5d6dc91f3439b2141abc3d56e44974", - "x-ms-correlation-request-id": "968afc21-156e-4093-8959-f9bc1c6c9f50", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9", - "x-ms-routing-request-id": "WESTUS2:20210901T012729Z:968afc21-156e-4093-8959-f9bc1c6c9f50" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1941a71b94063772e3977f1b496ab221", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1941a71b94063772e3977f1b496ab221", - "x-ms-correlation-request-id": "f051c7dc-6792-49b3-a1a6-0cb3960c24c2", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "4ba78b9c-4eac-408b-ab1e-2b45c2205704", - "x-ms-routing-request-id": "WESTUS2:20210901T012729Z:f051c7dc-6792-49b3-a1a6-0cb3960c24c2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed43f870c2504d3d6a247aecdbbc001a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed43f870c2504d3d6a247aecdbbc001a", - "x-ms-correlation-request-id": "198255ff-24d8-4d11-a9ea-4b961da894cf", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "3012274c-708f-4d1e-8acf-a0fc05ecd226", - "x-ms-routing-request-id": "WESTUS2:20210901T012731Z:198255ff-24d8-4d11-a9ea-4b961da894cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "af2116b42fa2b96d9b386dd8fce7efe6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "af2116b42fa2b96d9b386dd8fce7efe6", - "x-ms-correlation-request-id": "a28d3279-4c5e-46da-8e8f-0750c13f9613", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "2e99ad90-2a02-4808-a1f0-ec665b1783a2", - "x-ms-routing-request-id": "WESTUS2:20210901T012732Z:a28d3279-4c5e-46da-8e8f-0750c13f9613" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4085219577b658566af4afe219855c26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4085219577b658566af4afe219855c26", - "x-ms-correlation-request-id": "64850100-f8f1-4fc7-988d-cd83a25c9c56", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "996179cb-7033-4f94-9c4c-56b8b97502b2", - "x-ms-routing-request-id": "WESTUS2:20210901T012733Z:64850100-f8f1-4fc7-988d-cd83a25c9c56" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "336665960248407f8a8a521754645182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "336665960248407f8a8a521754645182", - "x-ms-correlation-request-id": "e824eb7c-65d9-40ae-b7a9-ba73874d0d7c", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "20c9af20-1108-45da-a9d1-e868a6bcb952", - "x-ms-routing-request-id": "WESTUS2:20210901T012734Z:e824eb7c-65d9-40ae-b7a9-ba73874d0d7c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9579334c0373c63c0c945ae7f8a9f16", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9579334c0373c63c0c945ae7f8a9f16", - "x-ms-correlation-request-id": "67fd979b-0b4a-4b32-949f-b40da03860cf", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "e8a6f80f-fcd8-463e-9c89-e2fc3515a161", - "x-ms-routing-request-id": "WESTUS2:20210901T012735Z:67fd979b-0b4a-4b32-949f-b40da03860cf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "964147dcbc80929da244b52c253e0305", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "964147dcbc80929da244b52c253e0305", - "x-ms-correlation-request-id": "8d285050-15b3-4156-9abb-dcae5720c62b", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "b3883171-5658-42a0-9f80-c8d02cc6b0ee", - "x-ms-routing-request-id": "WESTUS2:20210901T012736Z:8d285050-15b3-4156-9abb-dcae5720c62b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86ae2da2a22dd6ee022a737fbcd1c1ff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86ae2da2a22dd6ee022a737fbcd1c1ff", - "x-ms-correlation-request-id": "a6a25106-81e0-4e1b-86ae-b8db8c8cd9bc", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "d264a23f-f81e-4c9a-9679-113846217a36", - "x-ms-routing-request-id": "WESTUS2:20210901T012737Z:a6a25106-81e0-4e1b-86ae-b8db8c8cd9bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d3a3beaba237802f6c417f30a361681", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d3a3beaba237802f6c417f30a361681", - "x-ms-correlation-request-id": "99717220-f79f-4408-a327-265e7da937c3", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "877aa558-62bd-4755-b604-edeae00cbb27", - "x-ms-routing-request-id": "WESTUS2:20210901T012738Z:99717220-f79f-4408-a327-265e7da937c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "520b40c519dc3ae8586a9456481ed5d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "520b40c519dc3ae8586a9456481ed5d1", - "x-ms-correlation-request-id": "071caa7d-90f5-4dd5-a725-6286787e7f14", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "5c0a38e1-4377-44de-b4a1-541c4c3e1a93", - "x-ms-routing-request-id": "WESTUS2:20210901T012739Z:071caa7d-90f5-4dd5-a725-6286787e7f14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ea42b583f604e8e12b3590688bfbcbcb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ea42b583f604e8e12b3590688bfbcbcb", - "x-ms-correlation-request-id": "32d1bea4-1e8d-411c-950f-85a125eb2632", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "327da5a1-9dc6-4821-96f3-fc4d45f06ddb", - "x-ms-routing-request-id": "WESTUS2:20210901T012740Z:32d1bea4-1e8d-411c-950f-85a125eb2632" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7cbaf2136ec5d0235300b5b826ab2fd7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7cbaf2136ec5d0235300b5b826ab2fd7", - "x-ms-correlation-request-id": "9195d2e2-698a-4853-8437-dcacbe5138e0", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "8889fb1f-183d-4b17-9e59-f880baf64727", - "x-ms-routing-request-id": "WESTUS2:20210901T012741Z:9195d2e2-698a-4853-8437-dcacbe5138e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "557045ef2cf3ce7c5e2327a68980af5c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "557045ef2cf3ce7c5e2327a68980af5c", - "x-ms-correlation-request-id": "6ddff827-7441-4262-9463-2f0af33394d2", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "955be922-a600-4733-9bf5-3c5c78fab286", - "x-ms-routing-request-id": "WESTUS2:20210901T012742Z:6ddff827-7441-4262-9463-2f0af33394d2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5642c89f5963140b927197044129c27f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5642c89f5963140b927197044129c27f", - "x-ms-correlation-request-id": "1f698256-715a-4507-b0b5-3fb522471f99", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "7f392b97-3a7a-4c9a-be83-5382a7f22503", - "x-ms-routing-request-id": "WESTUS2:20210901T012743Z:1f698256-715a-4507-b0b5-3fb522471f99" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4579b805768be7d775eb1da2467c46d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:27:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4579b805768be7d775eb1da2467c46d3", - "x-ms-correlation-request-id": "13930655-887f-4d6d-8929-e6a59c849ed9", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "ed431d4b-2c8e-444b-b416-35657a13c46d", - "x-ms-routing-request-id": "WESTUS2:20210901T012744Z:13930655-887f-4d6d-8929-e6a59c849ed9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/c6e0c6f2-2986-4eac-9c5b-2bbcf9df68c9?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5d195851d9699574395bc38295788d35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1220", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:27:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5d195851d9699574395bc38295788d35", - "x-ms-correlation-request-id": "b680075b-e7c3-4b7c-8ac9-bef96da64547", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "6591ee6f-4953-41f3-bd64-76b567037f72", - "x-ms-routing-request-id": "WESTUS2:20210901T012745Z:b680075b-e7c3-4b7c-8ac9-bef96da64547" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621", - "name": "sto7621", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:27:28.0488717Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:27:28.0488717Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:27:27.9551370Z", - "primaryEndpoints": { - "dfs": "https://sto7621.dfs.core.windows.net/", - "web": "https://sto7621.z22.web.core.windows.net/", - "blob": "https://sto7621.blob.core.windows.net/", - "queue": "https://sto7621.queue.core.windows.net/", - "table": "https://sto7621.table.core.windows.net/", - "file": "https://sto7621.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d3150396aaf7d44b95e6bdf30fb2befe-7dd96c185a76d746-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1a0a861690629d1f05be0783b69ce15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2153", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:27:45 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a0a861690629d1f05be0783b69ce15", - "x-ms-correlation-request-id": "0a6b2d82-f0ac-43a1-9e44-052d0c553ca4", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "97bf4f3e-25ba-4baf-abb5-7ef52836d125", - "x-ms-routing-request-id": "WESTUS2:20210901T012746Z:0a6b2d82-f0ac-43a1-9e44-052d0c553ca4" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/blob", - "name": "blob", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "blob", - "requiredMembers": [ - "blob" - ], - "requiredZoneNames": [ - "privatelink.blob.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/table", - "name": "table", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "table", - "requiredMembers": [ - "table" - ], - "requiredZoneNames": [ - "privatelink.table.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/queue", - "name": "queue", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "queue", - "requiredMembers": [ - "queue" - ], - "requiredZoneNames": [ - "privatelink.queue.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/file", - "name": "file", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "file", - "requiredMembers": [ - "file" - ], - "requiredZoneNames": [ - "privatelink.file.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/web", - "name": "web", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "web", - "requiredMembers": [ - "web" - ], - "requiredZoneNames": [ - "privatelink.web.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5385/providers/Microsoft.Storage/storageAccounts/sto7621/privateLinkResources/dfs", - "name": "dfs", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "dfs", - "requiredMembers": [ - "dfs" - ], - "requiredZoneNames": [ - "privatelink.dfs.core.windows.net" - ] - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1854390806", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json deleted file mode 100644 index d7fbde68c7d20..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountPrivateLinkTestAsync.json +++ /dev/null @@ -1,845 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "06084014c4e9df549d5260a9840b07f2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "32182c7c-2fba-4c74-a303-8bd8684efa69", - "x-ms-ratelimit-remaining-subscription-reads": "11936", - "x-ms-request-id": "32182c7c-2fba-4c74-a303-8bd8684efa69", - "x-ms-routing-request-id": "WESTUS2:20210901T023831Z:32182c7c-2fba-4c74-a303-8bd8684efa69" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "701fa44eba5edd96f58c944daa9cd1dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "422b44fb-0ceb-46c0-a800-2da5a507af36", - "x-ms-ratelimit-remaining-subscription-reads": "11935", - "x-ms-request-id": "422b44fb-0ceb-46c0-a800-2da5a507af36", - "x-ms-routing-request-id": "WESTUS2:20210901T023831Z:422b44fb-0ceb-46c0-a800-2da5a507af36" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3450?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-666c766edd03cd40977e362be675cc27-11c63f6ee4ecf242-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5bc4077fc3209d84f398428b52d28147", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "449927a4-40f3-4518-96c6-0e8281d6dfd3", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "449927a4-40f3-4518-96c6-0e8281d6dfd3", - "x-ms-routing-request-id": "WESTUS2:20210901T023832Z:449927a4-40f3-4518-96c6-0e8281d6dfd3" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450", - "name": "res3450", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "118", - "Content-Type": "application/json", - "traceparent": "00-296fa7d26126b74fa6ef4570456bbde2-d0fe35c6a3e56a42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03d9a0435adf2baa105d300635018182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": { - "largeFileSharesState": "Enabled" - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03d9a0435adf2baa105d300635018182", - "x-ms-correlation-request-id": "bf36c596-b283-4e81-8571-d1678a692cd2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "b643969e-b5fb-43c5-acbd-b8650b8d97e0", - "x-ms-routing-request-id": "WESTUS2:20210901T023836Z:bf36c596-b283-4e81-8571-d1678a692cd2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3059af061a04ad9f1a300f655397be97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3059af061a04ad9f1a300f655397be97", - "x-ms-correlation-request-id": "1bff2ebf-be93-4626-a464-b7bd8e9eff75", - "x-ms-ratelimit-remaining-subscription-reads": "11934", - "x-ms-request-id": "3ed5aff6-f4bf-473f-846d-3a0b5b584932", - "x-ms-routing-request-id": "WESTUS2:20210901T023836Z:1bff2ebf-be93-4626-a464-b7bd8e9eff75" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cdc608c1047d1464bf3e30743855d96d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cdc608c1047d1464bf3e30743855d96d", - "x-ms-correlation-request-id": "a3434c2a-8381-4cc5-b287-8bdb89ede0a2", - "x-ms-ratelimit-remaining-subscription-reads": "11933", - "x-ms-request-id": "680b0451-9396-42c0-b25f-0673ff7ee6b5", - "x-ms-routing-request-id": "WESTUS2:20210901T023837Z:a3434c2a-8381-4cc5-b287-8bdb89ede0a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86ff1da350a8717e645628651e7a473b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "86ff1da350a8717e645628651e7a473b", - "x-ms-correlation-request-id": "8854d25c-d583-401c-9cd3-8dea3380e3a4", - "x-ms-ratelimit-remaining-subscription-reads": "11932", - "x-ms-request-id": "0e29ada7-ce7b-45e0-85eb-ea5eb5042998", - "x-ms-routing-request-id": "WESTUS2:20210901T023838Z:8854d25c-d583-401c-9cd3-8dea3380e3a4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "489389acebdc02954a4470c5e92b74c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "489389acebdc02954a4470c5e92b74c4", - "x-ms-correlation-request-id": "57b127c4-f7f6-4c58-9664-536806d2ab9c", - "x-ms-ratelimit-remaining-subscription-reads": "11931", - "x-ms-request-id": "daa4637d-3610-4da1-a407-1a024f8626cd", - "x-ms-routing-request-id": "WESTUS2:20210901T023839Z:57b127c4-f7f6-4c58-9664-536806d2ab9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "36c2a257379770ef8a546926dbfef644", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "36c2a257379770ef8a546926dbfef644", - "x-ms-correlation-request-id": "42dce675-0814-4fd0-aafd-4579f3f3c763", - "x-ms-ratelimit-remaining-subscription-reads": "11930", - "x-ms-request-id": "ab44a80a-7365-4704-a7cf-261561c83d31", - "x-ms-routing-request-id": "WESTUS2:20210901T023840Z:42dce675-0814-4fd0-aafd-4579f3f3c763" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aec7f5f790c2b89087fd3b63e0b98839", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aec7f5f790c2b89087fd3b63e0b98839", - "x-ms-correlation-request-id": "08806147-0d5d-4b6f-908c-995ccc1a01c0", - "x-ms-ratelimit-remaining-subscription-reads": "11929", - "x-ms-request-id": "fba4d279-8193-47bd-a112-cbc811a9044b", - "x-ms-routing-request-id": "WESTUS2:20210901T023841Z:08806147-0d5d-4b6f-908c-995ccc1a01c0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b0e64e110b875a39a22be87826f274b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b0e64e110b875a39a22be87826f274b", - "x-ms-correlation-request-id": "31371f08-d10f-4709-b689-f8811be2cfaa", - "x-ms-ratelimit-remaining-subscription-reads": "11928", - "x-ms-request-id": "e34ceebf-05c3-42d1-bd8f-386663eba128", - "x-ms-routing-request-id": "WESTUS2:20210901T023842Z:31371f08-d10f-4709-b689-f8811be2cfaa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3ce2b4dc563c6021109af99fc8b90d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3ce2b4dc563c6021109af99fc8b90d1", - "x-ms-correlation-request-id": "e52c3ea0-4244-4aa4-bcb9-cea74203e69b", - "x-ms-ratelimit-remaining-subscription-reads": "11927", - "x-ms-request-id": "a52cf99f-2d97-4f60-93ce-b8c8378721cc", - "x-ms-routing-request-id": "WESTUS2:20210901T023843Z:e52c3ea0-4244-4aa4-bcb9-cea74203e69b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77442fcc7bf0e68b5152149fd2083518", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "77442fcc7bf0e68b5152149fd2083518", - "x-ms-correlation-request-id": "eac2ae95-ec73-45de-ad61-4a3f10b54c04", - "x-ms-ratelimit-remaining-subscription-reads": "11926", - "x-ms-request-id": "c1720ccb-09a0-4136-841b-d7133a110399", - "x-ms-routing-request-id": "WESTUS2:20210901T023845Z:eac2ae95-ec73-45de-ad61-4a3f10b54c04" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b416efd694eb1bd5624869af6109780e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b416efd694eb1bd5624869af6109780e", - "x-ms-correlation-request-id": "b1fd1e5a-d58f-4e5b-ba76-4fd81a1e3b52", - "x-ms-ratelimit-remaining-subscription-reads": "11925", - "x-ms-request-id": "a203ab5a-13c6-4988-bb1e-8149baff4843", - "x-ms-routing-request-id": "WESTUS2:20210901T023846Z:b1fd1e5a-d58f-4e5b-ba76-4fd81a1e3b52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52bbed92af2ad25ba0e7a110b162f309", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52bbed92af2ad25ba0e7a110b162f309", - "x-ms-correlation-request-id": "71bd51af-0b02-410a-942c-d791558c0c42", - "x-ms-ratelimit-remaining-subscription-reads": "11924", - "x-ms-request-id": "8c094aa1-89b1-4c83-bba3-358284e77a38", - "x-ms-routing-request-id": "WESTUS2:20210901T023847Z:71bd51af-0b02-410a-942c-d791558c0c42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0cc397d3dc7538e5592815a711dc8548", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0cc397d3dc7538e5592815a711dc8548", - "x-ms-correlation-request-id": "48794072-47f0-4e36-8d17-7a8064f47d17", - "x-ms-ratelimit-remaining-subscription-reads": "11923", - "x-ms-request-id": "7df758c6-842d-4aca-ac11-5935c1966470", - "x-ms-routing-request-id": "WESTUS2:20210901T023848Z:48794072-47f0-4e36-8d17-7a8064f47d17" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e50c06dae34d26ee94441403f2c46aff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e50c06dae34d26ee94441403f2c46aff", - "x-ms-correlation-request-id": "b14dad53-15ba-4272-a341-a1d14a9b8218", - "x-ms-ratelimit-remaining-subscription-reads": "11922", - "x-ms-request-id": "ade83a67-0a95-4b8f-8ca1-c6a307169481", - "x-ms-routing-request-id": "WESTUS2:20210901T023849Z:b14dad53-15ba-4272-a341-a1d14a9b8218" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c9db60546b45b6990782f8019ab4c1c3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c9db60546b45b6990782f8019ab4c1c3", - "x-ms-correlation-request-id": "8df8f345-9444-4351-b34a-74ba90ba7dae", - "x-ms-ratelimit-remaining-subscription-reads": "11921", - "x-ms-request-id": "97a48131-e283-4b6c-bae4-5f4e8b32cbf5", - "x-ms-routing-request-id": "WESTUS2:20210901T023850Z:8df8f345-9444-4351-b34a-74ba90ba7dae" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab3659610e55f0bba99d7830c7e24594", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:38:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab3659610e55f0bba99d7830c7e24594", - "x-ms-correlation-request-id": "cf6c8b39-3276-42c9-ad0c-0868de8164f3", - "x-ms-ratelimit-remaining-subscription-reads": "11920", - "x-ms-request-id": "4ce29ec6-4bf2-4c73-82d4-0d1b9fca590a", - "x-ms-routing-request-id": "WESTUS2:20210901T023851Z:cf6c8b39-3276-42c9-ad0c-0868de8164f3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/b643969e-b5fb-43c5-acbd-b8650b8d97e0?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b05315bebc016e026c56ddcaeaec8ce0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1212", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:38:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b05315bebc016e026c56ddcaeaec8ce0", - "x-ms-correlation-request-id": "c33dfc52-3eac-4a81-8bcc-3190f6a84100", - "x-ms-ratelimit-remaining-subscription-reads": "11919", - "x-ms-request-id": "84662635-6e27-47c6-aff1-8b68177bd253", - "x-ms-routing-request-id": "WESTUS2:20210901T023852Z:c33dfc52-3eac-4a81-8bcc-3190f6a84100" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208", - "name": "sto208", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "largeFileSharesState": "Enabled", - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:38:34.5665952Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:38:34.5665952Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:38:34.4884731Z", - "primaryEndpoints": { - "dfs": "https://sto208.dfs.core.windows.net/", - "web": "https://sto208.z22.web.core.windows.net/", - "blob": "https://sto208.blob.core.windows.net/", - "queue": "https://sto208.queue.core.windows.net/", - "table": "https://sto208.table.core.windows.net/", - "file": "https://sto208.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b65b14f06107604d8986a5901edcee7a-62b06b6e0de6e144-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98a25083bf8e45a9a5ea20a8f368ee25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "2147", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:38:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98a25083bf8e45a9a5ea20a8f368ee25", - "x-ms-correlation-request-id": "6f7e8fff-a9e2-4d2a-8b81-04190d0174e9", - "x-ms-ratelimit-remaining-subscription-reads": "11918", - "x-ms-request-id": "dda1ba0c-5234-4aea-98e5-61ff74b16c7d", - "x-ms-routing-request-id": "WESTUS2:20210901T023852Z:6f7e8fff-a9e2-4d2a-8b81-04190d0174e9" - }, - "ResponseBody": { - "value": [ - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/blob", - "name": "blob", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "blob", - "requiredMembers": [ - "blob" - ], - "requiredZoneNames": [ - "privatelink.blob.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/table", - "name": "table", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "table", - "requiredMembers": [ - "table" - ], - "requiredZoneNames": [ - "privatelink.table.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/queue", - "name": "queue", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "queue", - "requiredMembers": [ - "queue" - ], - "requiredZoneNames": [ - "privatelink.queue.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/file", - "name": "file", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "file", - "requiredMembers": [ - "file" - ], - "requiredZoneNames": [ - "privatelink.file.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/web", - "name": "web", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "web", - "requiredMembers": [ - "web" - ], - "requiredZoneNames": [ - "privatelink.web.core.windows.net" - ] - } - }, - { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3450/providers/Microsoft.Storage/storageAccounts/sto208/privateLinkResources/dfs", - "name": "dfs", - "type": "Microsoft.Storage/storageAccounts/privateLinkResources", - "properties": { - "groupId": "dfs", - "requiredMembers": [ - "dfs" - ], - "requiredZoneNames": [ - "privatelink.dfs.core.windows.net" - ] - } - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1002957771", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json deleted file mode 100644 index 71e6d85736fad..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKey.json +++ /dev/null @@ -1,814 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86b6c0845936de454d6cbad0670bed66", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b26a6375-b813-428d-95af-bc93b2155e88", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "b26a6375-b813-428d-95af-bc93b2155e88", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061347Z:b26a6375-b813-428d-95af-bc93b2155e88" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-6967?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-7e08fce167021844b0aa702a1d8db0e0-96d2bcae42639d44-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "77674652312041108260a66c191d7802", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fb97d872-5b78-4eac-9104-861f266254f8", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "fb97d872-5b78-4eac-9104-861f266254f8", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061351Z:fb97d872-5b78-4eac-9104-861f266254f8" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967", - "name": "teststorageRG-6967", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d5b549c271bd126422d00425021d859", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d5b549c271bd126422d00425021d859", - "x-ms-correlation-request-id": "5a9e66bb-8f06-4b04-b3cf-9be434afabf3", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "1529c203-52ea-4d28-9d33-38abd4ab88f6", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061402Z:5a9e66bb-8f06-4b04-b3cf-9be434afabf3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "986e65573f0b2a0b209534f230cef061", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "986e65573f0b2a0b209534f230cef061", - "x-ms-correlation-request-id": "4a6093e8-9416-4958-8d0e-7c8726cae9a2", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "8c505ec6-6e83-4e3a-80c3-bf0a550df3cb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061402Z:4a6093e8-9416-4958-8d0e-7c8726cae9a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d844d888caa909bb4d5b72650419a62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d844d888caa909bb4d5b72650419a62", - "x-ms-correlation-request-id": "0748497b-0f2b-4c40-8106-462464702665", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d09e113d-c03a-43e8-9cd3-443714678539", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061403Z:0748497b-0f2b-4c40-8106-462464702665" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebea63da3fb2a84ddf48cbd1d7ad55a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebea63da3fb2a84ddf48cbd1d7ad55a7", - "x-ms-correlation-request-id": "3f553814-72c0-4680-bba4-2fd2b7228cd5", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "1606069d-588d-45ef-a943-7d3ef0dff86b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061405Z:3f553814-72c0-4680-bba4-2fd2b7228cd5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e95c7504255ccbf2c9dee33688e5dadf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e95c7504255ccbf2c9dee33688e5dadf", - "x-ms-correlation-request-id": "4c012bec-b628-4b59-904d-50289561a4e5", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "24fc2477-fb93-40d9-ae6a-0fc4408fdd0f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061406Z:4c012bec-b628-4b59-904d-50289561a4e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd18d2fa05e349af00dc4e62c0c9b907", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd18d2fa05e349af00dc4e62c0c9b907", - "x-ms-correlation-request-id": "05c94788-dbe1-48d0-860d-ecc7555941d5", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "34214755-ebd5-4b16-9127-d247d02a033c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061407Z:05c94788-dbe1-48d0-860d-ecc7555941d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "db210f80b0e4b406701f21d45b1620fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "db210f80b0e4b406701f21d45b1620fa", - "x-ms-correlation-request-id": "a6dc4296-3540-46f5-ad6f-17f26deb81a7", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "9155da2f-79b6-4dc5-9940-1afdbdf81d27", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061409Z:a6dc4296-3540-46f5-ad6f-17f26deb81a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04d7ec6e8794ffc3c613e97fd7900a00", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04d7ec6e8794ffc3c613e97fd7900a00", - "x-ms-correlation-request-id": "2071a0c5-e120-4206-81ae-bdef9fe54bb6", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "e4a955c2-c9fc-4f38-9c0d-070a93ca9b22", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061410Z:2071a0c5-e120-4206-81ae-bdef9fe54bb6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78b6dc24fec349facc645dc4e3daede9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78b6dc24fec349facc645dc4e3daede9", - "x-ms-correlation-request-id": "119381cc-ef5e-4bc7-95cd-82be47ecfa3c", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "dd300d07-8662-4a0e-b7c8-4bbf0dc38ade", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061411Z:119381cc-ef5e-4bc7-95cd-82be47ecfa3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4f353bcb4f2f8734c2215d1c786dcdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4f353bcb4f2f8734c2215d1c786dcdf", - "x-ms-correlation-request-id": "61511d6f-9e14-44fa-987f-a1b2b8c22a9c", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8c0e86d7-dff0-4486-b879-c99014b4b145", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061413Z:61511d6f-9e14-44fa-987f-a1b2b8c22a9c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7faf2115a7606f37f18d372f29ff1ceb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7faf2115a7606f37f18d372f29ff1ceb", - "x-ms-correlation-request-id": "46b9224d-8698-4e4c-bc64-b4d91dbfe686", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3280cd5d-fbe6-4777-b612-26cbe091f3ec", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061414Z:46b9224d-8698-4e4c-bc64-b4d91dbfe686" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "83c30026359c6f0d68bd2ca0e9298246", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "83c30026359c6f0d68bd2ca0e9298246", - "x-ms-correlation-request-id": "4046c05c-831c-431e-91e7-e79324dfad09", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "33753cb5-633f-488e-bcd7-3dfad2fd2b2f", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061415Z:4046c05c-831c-431e-91e7-e79324dfad09" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c1af7e876d2a14881c84e2657d43cf4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c1af7e876d2a14881c84e2657d43cf4c", - "x-ms-correlation-request-id": "ab004e8e-67db-4630-ac9f-69c74808fad4", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "1d4f729f-6c30-4372-a54c-e0501d453bbe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061417Z:ab004e8e-67db-4630-ac9f-69c74808fad4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/1529c203-52ea-4d28-9d33-38abd4ab88f6?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c7aa290658c2df42133f16a37b9685c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:14:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c7aa290658c2df42133f16a37b9685c8", - "x-ms-correlation-request-id": "b1f8de76-cb27-485a-a876-9c0f9fd0c00d", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "6b96e0b8-c78a-4e3d-ab91-44566abe7e2e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061418Z:b1f8de76-cb27-485a-a876-9c0f9fd0c00d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794", - "name": "storage1794", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T06:13:59.1362834Z", - "key2": "2021-08-17T06:13:59.1362834Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T06:13:59.0269336Z", - "primaryEndpoints": { - "blob": "https://storage1794.blob.core.windows.net/", - "queue": "https://storage1794.queue.core.windows.net/", - "table": "https://storage1794.table.core.windows.net/", - "file": "https://storage1794.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794/listKeys?api-version=2021-04-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aba8f10a5a4fb8c077af671853a8f225", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:14:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "aba8f10a5a4fb8c077af671853a8f225", - "x-ms-correlation-request-id": "ec79c9e8-07bd-4adf-9d9f-99a2d85bfe09", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "626a02cc-07c0-4685-a219-3a1c3717af3e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061418Z:ec79c9e8-07bd-4adf-9d9f-99a2d85bfe09" - }, - "ResponseBody": { - "keys": [ - { - "creationTime": "2021-08-17T06:13:59.1362834Z", - "keyName": "key1", - "value": "DPuQm5RYDGc1Hc\u002BtntlMXMF9vaX5zyKPyCYWdk8JJXT6U5bXEeLI4RkYXcSqgPdsd3Zu4h\u002BlcXs8gGrKawSa1g==", - "permissions": "FULL" - }, - { - "creationTime": "2021-08-17T06:13:59.1362834Z", - "keyName": "key2", - "value": "LeXGxDKS/lZf11dPxvYUPsSjdnBj3lkYl3Nactr514CJz1pqcEGqJHXj5RpnFp4fFEZRvWjw3wPjFxbH2InlBQ==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794/regenerateKey?api-version=2021-04-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf9adfedbb7e2e833cd0adeb56e59885", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:14:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf9adfedbb7e2e833cd0adeb56e59885", - "x-ms-correlation-request-id": "36eaf1c0-6f60-4cf1-847a-c642a35b41d2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "79ef03da-da5e-49e3-bb58-64c868e6834d", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061419Z:36eaf1c0-6f60-4cf1-847a-c642a35b41d2" - }, - "ResponseBody": { - "keys": [ - { - "creationTime": "2021-08-17T06:13:59.1362834Z", - "keyName": "key1", - "value": "DPuQm5RYDGc1Hc\u002BtntlMXMF9vaX5zyKPyCYWdk8JJXT6U5bXEeLI4RkYXcSqgPdsd3Zu4h\u002BlcXs8gGrKawSa1g==", - "permissions": "FULL" - }, - { - "creationTime": "2021-08-17T06:14:19.3714424Z", - "keyName": "key2", - "value": "3B6xe75fmGqAH6ApgZnkti3A/Nhe/0rkQ7Es843vEKEV5OXpifIUP\u002BXUAvSHrm8sUKUczfIOXUSj8gmq2n4UEQ==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8c5a1afe249aacfc69f14f13f1298b6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:14:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8c5a1afe249aacfc69f14f13f1298b6b", - "x-ms-correlation-request-id": "b6aadb0e-6340-4f1b-94e2-b1ebeed9d1f8", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "0c836f2e-8ddb-4329-a92f-d4bd87a0f194", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061420Z:b6aadb0e-6340-4f1b-94e2-b1ebeed9d1f8" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794", - "name": "storage1794", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T06:13:59.1362834Z", - "key2": "2021-08-17T06:14:19.3714424Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:13:59.1519101Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T06:13:59.0269336Z", - "primaryEndpoints": { - "blob": "https://storage1794.blob.core.windows.net/", - "queue": "https://storage1794.queue.core.windows.net/", - "table": "https://storage1794.table.core.windows.net/", - "file": "https://storage1794.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-6967/providers/Microsoft.Storage/storageAccounts/storage1794?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9cb5f14dc5fc4e496d7a6e7facd56291", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:14:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9cb5f14dc5fc4e496d7a6e7facd56291", - "x-ms-correlation-request-id": "0d764097-c711-4c8c-8fa6-36274eccd91d", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "36da4e0e-09fd-49d2-9ea1-a2ab1447bebd", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061427Z:0d764097-c711-4c8c-8fa6-36274eccd91d" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1787184899", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json deleted file mode 100644 index fa35c3d2b0fe3..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyAsync.json +++ /dev/null @@ -1,814 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a0e685ae5be2e1f21a93263189a44ddd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "94b98e2c-92ef-47aa-8196-10311629faf7", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "94b98e2c-92ef-47aa-8196-10311629faf7", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061247Z:94b98e2c-92ef-47aa-8196-10311629faf7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/teststorageRG-5510?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "44", - "Content-Type": "application/json", - "traceparent": "00-ac23f83247616e43b4355ce9c0315f4d-29a5ea23f0a55c45-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d0a44f4655c1de7dd6d1de65bc6d70d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2", - "tags": { - "test": "env" - } - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "256", - "Content-Type": "application/json; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "fe1211a8-3941-40d7-a928-4bc3cee672e1", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "fe1211a8-3941-40d7-a928-4bc3cee672e1", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061248Z:fe1211a8-3941-40d7-a928-4bc3cee672e1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510", - "name": "teststorageRG-5510", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "tags": { - "test": "env" - }, - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428?api-version=2021-04-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a69e050f09bdd3517b2ec204d4a8202", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a69e050f09bdd3517b2ec204d4a8202", - "x-ms-correlation-request-id": "3d1b0656-d72f-40ae-9768-93d290b88bcc", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "c71b0021-3070-4bbb-a6fe-b905d446733b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061253Z:3d1b0656-d72f-40ae-9768-93d290b88bcc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6c54b8c0617455fd19c7b90f695d908c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6c54b8c0617455fd19c7b90f695d908c", - "x-ms-correlation-request-id": "76bfafde-b3f0-4abc-af28-d95229aaca38", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "c05e28bb-2aca-4db0-a56d-22f66a30eafe", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061253Z:76bfafde-b3f0-4abc-af28-d95229aaca38" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9af1db4ea1be72cf1dd877966b14da62", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9af1db4ea1be72cf1dd877966b14da62", - "x-ms-correlation-request-id": "a5924a97-ae2f-4f6d-9553-1b2f6c83432c", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "7fa85f41-692e-40eb-a69f-3821d20b0928", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061255Z:a5924a97-ae2f-4f6d-9553-1b2f6c83432c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "955f33db16f6128e2559b63924b327c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "955f33db16f6128e2559b63924b327c4", - "x-ms-correlation-request-id": "65b6ce63-43d2-46e0-9a58-48d012ba2139", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "3bf990b0-5478-478b-ae14-d6c9c196c94e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061256Z:65b6ce63-43d2-46e0-9a58-48d012ba2139" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27d2f8743cc21ef9e8e24e9be966e904", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27d2f8743cc21ef9e8e24e9be966e904", - "x-ms-correlation-request-id": "163d7eb2-214e-4cc9-9f5b-40e61c134c14", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "77225080-27e3-408a-a472-4797bb8866e3", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061257Z:163d7eb2-214e-4cc9-9f5b-40e61c134c14" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "353456ecfafd37964cdf7565eb954d69", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "353456ecfafd37964cdf7565eb954d69", - "x-ms-correlation-request-id": "774da12b-5df9-4307-b856-281711d00a28", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3b7d4e30-08f4-4066-bbbe-38a9d45f9b3a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061258Z:774da12b-5df9-4307-b856-281711d00a28" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7321b2b0b2429e9f3a40ac13c8f328be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:12:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7321b2b0b2429e9f3a40ac13c8f328be", - "x-ms-correlation-request-id": "ad2fb08c-3e76-4c07-b53c-1c6975bb37fc", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "4040f385-c50a-48fa-ab73-dc97305fd26a", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061300Z:ad2fb08c-3e76-4c07-b53c-1c6975bb37fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd4db16ff27f79c7629adae3c7933352", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd4db16ff27f79c7629adae3c7933352", - "x-ms-correlation-request-id": "a1b67251-07fc-4e35-baf1-fbec0502a8ca", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "3ad2deec-62b9-4ee7-ab04-bffd4b30c740", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061301Z:a1b67251-07fc-4e35-baf1-fbec0502a8ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "37ebe494764439c1b795fabd4e826f59", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "37ebe494764439c1b795fabd4e826f59", - "x-ms-correlation-request-id": "eb2d5abf-5046-465c-907f-2464b20bd006", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "802303fe-9a89-4dc3-acca-80ac58d21a02", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061302Z:eb2d5abf-5046-465c-907f-2464b20bd006" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "39f6b6b68048bdeaeba810a8d7bcd7a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "39f6b6b68048bdeaeba810a8d7bcd7a6", - "x-ms-correlation-request-id": "1f829c7d-0553-490a-a2d9-f64216189e02", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "044d4fa1-ce71-40b5-b661-d6e890501c65", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061304Z:1f829c7d-0553-490a-a2d9-f64216189e02" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e47f5a0cf107f879f01316eaf8092be0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e47f5a0cf107f879f01316eaf8092be0", - "x-ms-correlation-request-id": "255bfe4a-35f7-414f-bd64-5b4d49fe74dc", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "32f94087-9c8b-4639-8725-fe53a69c2504", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061305Z:255bfe4a-35f7-414f-bd64-5b4d49fe74dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "102d812afa9d1409f92d4b9c661962fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "102d812afa9d1409f92d4b9c661962fa", - "x-ms-correlation-request-id": "4ae76464-cbd3-45a5-90d3-991da4a5fb40", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "bfef0139-c0ef-472f-96fe-24f745de20eb", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061306Z:4ae76464-cbd3-45a5-90d3-991da4a5fb40" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f4b054bd8b02c4513cfd48356900c5e1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4b054bd8b02c4513cfd48356900c5e1", - "x-ms-correlation-request-id": "f8cee4b7-53b4-4695-a5ce-f3ef1e09c287", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "2293cef9-6acc-4f3a-9118-058cc394653b", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061308Z:f8cee4b7-53b4-4695-a5ce-f3ef1e09c287" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c71b0021-3070-4bbb-a6fe-b905d446733b?monitor=true\u0026api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "567d307cc68e1108506bead9a6dd92d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1298", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:13:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "567d307cc68e1108506bead9a6dd92d7", - "x-ms-correlation-request-id": "de9cb3de-2b21-4e17-a994-aaf713b01b42", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "a046d53f-9c33-43fd-806a-ab0a31ed797e", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061309Z:de9cb3de-2b21-4e17-a994-aaf713b01b42" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428", - "name": "storage5428", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T06:12:51.4618207Z", - "key2": "2021-08-17T06:12:51.4618207Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T06:12:51.3054943Z", - "primaryEndpoints": { - "blob": "https://storage5428.blob.core.windows.net/", - "queue": "https://storage5428.queue.core.windows.net/", - "table": "https://storage5428.table.core.windows.net/", - "file": "https://storage5428.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428/listKeys?api-version=2021-04-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a42c1bb137599fdd2f68d49fb2d4aaf9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:13:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a42c1bb137599fdd2f68d49fb2d4aaf9", - "x-ms-correlation-request-id": "43e83757-319e-4b12-b7ad-e54104b4fcba", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "bc43f53e-a897-4195-8932-7bedee05b628", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061309Z:43e83757-319e-4b12-b7ad-e54104b4fcba" - }, - "ResponseBody": { - "keys": [ - { - "creationTime": "2021-08-17T06:12:51.4618207Z", - "keyName": "key1", - "value": "BD4MOw4v2mQKP5YqrTUFnEhhvS25wwfzOYhi8Ucp5lcIhoI2Mf7BRggXfvKIAUMEQG/I6fsnCbL8euDeOSimaA==", - "permissions": "FULL" - }, - { - "creationTime": "2021-08-17T06:12:51.4618207Z", - "keyName": "key2", - "value": "HCLxfPesUqJi0nld9bWHZnhGZXAqdMQq8pbemta\u002BAfTsXXcon6mxmy\u002BdNccr2nG8i6px5AcIoMiqjRz4vV\u002B3\u002BA==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428/regenerateKey?api-version=2021-04-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "362069680b9bf76c4b9ea397a1781e5f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "380", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:13:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "362069680b9bf76c4b9ea397a1781e5f", - "x-ms-correlation-request-id": "f4db4452-75da-42da-a076-731b7be32a2d", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "00223ca1-6819-4c60-b158-65b342c0e791", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061310Z:f4db4452-75da-42da-a076-731b7be32a2d" - }, - "ResponseBody": { - "keys": [ - { - "creationTime": "2021-08-17T06:12:51.4618207Z", - "keyName": "key1", - "value": "BD4MOw4v2mQKP5YqrTUFnEhhvS25wwfzOYhi8Ucp5lcIhoI2Mf7BRggXfvKIAUMEQG/I6fsnCbL8euDeOSimaA==", - "permissions": "FULL" - }, - { - "creationTime": "2021-08-17T06:13:10.4312448Z", - "keyName": "key2", - "value": "S0WlKJ3y/iYwUdKJZsQ8s/IiQFxtsPwOvXcFNuaZNaseTDl7W46NUZmd3L84NshAu9Itztq5ke8W0UoFqvTs3A==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts?api-version=2021-04-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d84716b21d3448852de2726f2685f7b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1310", - "Content-Type": "application/json", - "Date": "Tue, 17 Aug 2021 06:13:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d84716b21d3448852de2726f2685f7b", - "x-ms-correlation-request-id": "d7616536-7b81-4660-8f80-a2bfb0873f16", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "434269de-2200-4a11-8f14-b0db90610a98", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061311Z:d7616536-7b81-4660-8f80-a2bfb0873f16" - }, - "ResponseBody": { - "value": [ - { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428", - "name": "storage5428", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "keyCreationTime": { - "key1": "2021-08-17T06:12:51.4618207Z", - "key2": "2021-08-17T06:13:10.4312448Z" - }, - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-08-17T06:12:51.4618207Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-08-17T06:12:51.3054943Z", - "primaryEndpoints": { - "blob": "https://storage5428.blob.core.windows.net/", - "queue": "https://storage5428.queue.core.windows.net/", - "table": "https://storage5428.table.core.windows.net/", - "file": "https://storage5428.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/teststorageRG-5510/providers/Microsoft.Storage/storageAccounts/storage5428?api-version=2021-04-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-alpha.20210811.3 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c71f0c05cbca53caf3558bb9346feb7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Tue, 17 Aug 2021 06:13:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c71f0c05cbca53caf3558bb9346feb7", - "x-ms-correlation-request-id": "aec2a3fb-895e-4fac-93df-0802a9965a85", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "109420bd-055a-4f06-8219-8677d1cea11c", - "x-ms-routing-request-id": "SOUTHEASTASIA:20210817T061319Z:aec2a3fb-895e-4fac-93df-0802a9965a85" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1511272188", - "RESOURCE_MANAGER_URL": null, - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json deleted file mode 100644 index 2bf6e0adb499a..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTest.json +++ /dev/null @@ -1,822 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f75e3e30f773966136343b3abcb70ea", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "24dacecb-db34-420c-80a3-0a48a0fc77f7", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "24dacecb-db34-420c-80a3-0a48a0fc77f7", - "x-ms-routing-request-id": "WESTUS2:20210901T012949Z:24dacecb-db34-420c-80a3-0a48a0fc77f7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73a2152078f3a7b6908463ce24b5b0bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ed06cd39-d1c4-4cf0-b0b6-398d4bec9a21", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "ed06cd39-d1c4-4cf0-b0b6-398d4bec9a21", - "x-ms-routing-request-id": "WESTUS2:20210901T012949Z:ed06cd39-d1c4-4cf0-b0b6-398d4bec9a21" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1440?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-4b1d54dc3d08af4280a06ba574adaba9-f080291d33888244-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9523221ba09fae440dfab3c28d59c50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f642e908-c9d2-485e-b9c7-03dbad321c63", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "f642e908-c9d2-485e-b9c7-03dbad321c63", - "x-ms-routing-request-id": "WESTUS2:20210901T012949Z:f642e908-c9d2-485e-b9c7-03dbad321c63" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1440", - "name": "res1440", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto175?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-3f1ce9dde826084f8d839cc90b0e42c4-bfc4d34a27d35242-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f4d2ccff6a06ce2c8ff2ac97155db384", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4d2ccff6a06ce2c8ff2ac97155db384", - "x-ms-correlation-request-id": "c3fcfbac-9a00-45ed-923b-9face62111e5", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "4721e896-81a1-4768-8d8b-1fef0f77d1c8", - "x-ms-routing-request-id": "WESTUS2:20210901T012952Z:c3fcfbac-9a00-45ed-923b-9face62111e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3b6877d8fedc71a251b7ac738622b81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3b6877d8fedc71a251b7ac738622b81", - "x-ms-correlation-request-id": "32d84084-ba14-4c86-9e56-747ba03047b4", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "d3ffdb7a-8ba9-481e-bf65-18df474ba87e", - "x-ms-routing-request-id": "WESTUS2:20210901T012952Z:32d84084-ba14-4c86-9e56-747ba03047b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4bf8b8f73203e79c70137a53d1216326", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4bf8b8f73203e79c70137a53d1216326", - "x-ms-correlation-request-id": "83b8f49d-9229-4b9b-b501-f911c5ca87b8", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "9f51f41f-c35f-443c-9007-084e2ebd457c", - "x-ms-routing-request-id": "WESTUS2:20210901T012953Z:83b8f49d-9229-4b9b-b501-f911c5ca87b8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d1ae444cfa79f976fd1f7e59d948617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d1ae444cfa79f976fd1f7e59d948617", - "x-ms-correlation-request-id": "079e305d-03af-46dd-a55a-2ca37157dcc8", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "df3c31f2-ebd4-4154-b429-076b002ac774", - "x-ms-routing-request-id": "WESTUS2:20210901T012955Z:079e305d-03af-46dd-a55a-2ca37157dcc8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b1131787636f4bc3ebce73d915c6f604", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b1131787636f4bc3ebce73d915c6f604", - "x-ms-correlation-request-id": "d2ea4f23-2f44-45e8-ba5d-5d86c55f8acb", - "x-ms-ratelimit-remaining-subscription-reads": "11842", - "x-ms-request-id": "c7976532-a832-4d8a-8b94-a7293bbf0893", - "x-ms-routing-request-id": "WESTUS2:20210901T012956Z:d2ea4f23-2f44-45e8-ba5d-5d86c55f8acb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "538353b79d4727da2158dc313ab74adc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "538353b79d4727da2158dc313ab74adc", - "x-ms-correlation-request-id": "aee5b7cd-2e7f-4d7b-8ef3-2c86e5a1bde6", - "x-ms-ratelimit-remaining-subscription-reads": "11841", - "x-ms-request-id": "e6041a0c-c6c5-400c-9196-fb077b3ca7b9", - "x-ms-routing-request-id": "WESTUS2:20210901T012957Z:aee5b7cd-2e7f-4d7b-8ef3-2c86e5a1bde6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b9cc628db20de0b621cfa2d85cbd8aa8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b9cc628db20de0b621cfa2d85cbd8aa8", - "x-ms-correlation-request-id": "2efb9398-3fc4-4c9c-82b6-982ae0a7004c", - "x-ms-ratelimit-remaining-subscription-reads": "11840", - "x-ms-request-id": "b33cd7e8-ee3f-4f41-a307-a5bfd7187770", - "x-ms-routing-request-id": "WESTUS2:20210901T012958Z:2efb9398-3fc4-4c9c-82b6-982ae0a7004c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a2df3da3310e9cf3cec901786921033", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a2df3da3310e9cf3cec901786921033", - "x-ms-correlation-request-id": "62832279-c03e-4ca9-b120-a80ce366bc76", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "e32c0cc0-d659-487b-84ae-f4ab2579c2ef", - "x-ms-routing-request-id": "WESTUS2:20210901T012959Z:62832279-c03e-4ca9-b120-a80ce366bc76" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b24b96843cfa05f69ca23278fb02ca63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:29:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b24b96843cfa05f69ca23278fb02ca63", - "x-ms-correlation-request-id": "369bb574-79b1-4ed4-8dcb-2a6be6c7ad5f", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "ae3b80c4-265e-40ca-9045-ebb88dfc1e3a", - "x-ms-routing-request-id": "WESTUS2:20210901T013000Z:369bb574-79b1-4ed4-8dcb-2a6be6c7ad5f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "465633ce00895acb93e37d21229f598f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "465633ce00895acb93e37d21229f598f", - "x-ms-correlation-request-id": "f3a1426c-c03f-4765-8b7a-70bc1280dc55", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "8f33cd1c-574a-46f8-9ccb-6b5aceaf53b7", - "x-ms-routing-request-id": "WESTUS2:20210901T013001Z:f3a1426c-c03f-4765-8b7a-70bc1280dc55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c6536ebed7729eaefd27ad6e0157ee3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c6536ebed7729eaefd27ad6e0157ee3a", - "x-ms-correlation-request-id": "54e0345d-ce3b-4652-9564-53769f269c86", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "a71f3291-5afd-468d-9bd7-16da35ddc04c", - "x-ms-routing-request-id": "WESTUS2:20210901T013002Z:54e0345d-ce3b-4652-9564-53769f269c86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "53482c22c93b84aacaf01f17bfd4e3fc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "53482c22c93b84aacaf01f17bfd4e3fc", - "x-ms-correlation-request-id": "0601fd60-7744-4cba-aa44-5e8cc00cf94b", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "4dfb0521-48bb-45ff-8039-f22d8d42187f", - "x-ms-routing-request-id": "WESTUS2:20210901T013003Z:0601fd60-7744-4cba-aa44-5e8cc00cf94b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8cb9a24803aef7f185b84962525d593b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8cb9a24803aef7f185b84962525d593b", - "x-ms-correlation-request-id": "9da44195-397d-4cd4-8358-e33ee3574936", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "d8ccfd21-89c6-4d5d-afe2-7a41adfde422", - "x-ms-routing-request-id": "WESTUS2:20210901T013005Z:9da44195-397d-4cd4-8358-e33ee3574936" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5ff43f50657f453c4cffc81b797df28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5ff43f50657f453c4cffc81b797df28", - "x-ms-correlation-request-id": "b23603cd-d525-404b-9be2-4fd600fba8e6", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "57ba73f4-66d7-4b4d-9b27-aa25883d6559", - "x-ms-routing-request-id": "WESTUS2:20210901T013006Z:b23603cd-d525-404b-9be2-4fd600fba8e6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5e25b044619d1e8b3b51cd828048316c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5e25b044619d1e8b3b51cd828048316c", - "x-ms-correlation-request-id": "ed198cdd-5676-4066-b91e-883df121bba4", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "d3e9dd24-3b96-4500-83a6-b0f65b4b81ba", - "x-ms-routing-request-id": "WESTUS2:20210901T013007Z:ed198cdd-5676-4066-b91e-883df121bba4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b21e397edd542a54ec5c8de076f3fee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:30:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b21e397edd542a54ec5c8de076f3fee", - "x-ms-correlation-request-id": "c1423fdc-b1c7-4c8a-ba3a-e82912571098", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "6f00531e-276b-4b1f-883a-9153d8cc3cf2", - "x-ms-routing-request-id": "WESTUS2:20210901T013008Z:c1423fdc-b1c7-4c8a-ba3a-e82912571098" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/4721e896-81a1-4768-8d8b-1fef0f77d1c8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a21d20d9fb37939eb7e0ba0638d1747c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:30:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a21d20d9fb37939eb7e0ba0638d1747c", - "x-ms-correlation-request-id": "58dc3e68-6501-4049-b6ca-3372c6900281", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "fd815214-4537-4152-b1c8-b7b16f3f5301", - "x-ms-routing-request-id": "WESTUS2:20210901T013009Z:58dc3e68-6501-4049-b6ca-3372c6900281" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto175", - "name": "sto175", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:29:51.3286085Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:29:51.3286085Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:29:51.2036024Z", - "primaryEndpoints": { - "blob": "https://sto175.blob.core.windows.net/", - "queue": "https://sto175.queue.core.windows.net/", - "table": "https://sto175.table.core.windows.net/", - "file": "https://sto175.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto175/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8dad0ef511f41c4cb74485056e4231ad-eabddb649ea8b544-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4e98f9e637557530be30fd899ac16cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:30:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4e98f9e637557530be30fd899ac16cb", - "x-ms-correlation-request-id": "309b01ce-116e-4e63-8668-9766f32301d5", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "d99faf55-e156-4216-96c8-6066739524bd", - "x-ms-routing-request-id": "WESTUS2:20210901T013009Z:309b01ce-116e-4e63-8668-9766f32301d5" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "FOnbKqsXw8/7SfKQl1sodksRWIsn6Wy809t3JpEiuqNzGg/wzZ3Dt0aXGjPJVPpFfrp8mbb3ZEzFL8UrKW5LMw==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "5thWIazUGYU9DTpgTSUlttYJn08gr2/i/PJb/KtCrj4XgfXaudVAWDn\u002B9UUNuePHn9hFamWqS6cY5tpaak91gw==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1440/providers/Microsoft.Storage/storageAccounts/sto175/regenerateKey?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "traceparent": "00-59db290d592eb948a98556c2f2f94e67-183ef797c9a2b047-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fa9df118f2a9c35448ec4f4329f097d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:30:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fa9df118f2a9c35448ec4f4329f097d", - "x-ms-correlation-request-id": "92937dc5-7921-4db9-8c00-45fa82e2b0d2", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "065ccb46-2115-4ad6-9e0a-60f4e4b85f66", - "x-ms-routing-request-id": "WESTUS2:20210901T013010Z:92937dc5-7921-4db9-8c00-45fa82e2b0d2" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "FOnbKqsXw8/7SfKQl1sodksRWIsn6Wy809t3JpEiuqNzGg/wzZ3Dt0aXGjPJVPpFfrp8mbb3ZEzFL8UrKW5LMw==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "cH3yLOwAPYSkTr8/xz55K0uI8wer6GyVjyUT6eWVZSOCMMmSdeW0ahY91CaEk1RgpU5L6LiWZD0tf/yuLSOGiw==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "79179145", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json deleted file mode 100644 index e99efd7372799..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRegenerateKeyTestAsync.json +++ /dev/null @@ -1,822 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "665c2a63c928fe957c34a7008a30ad1b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:39:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ff8cbf6-956c-4115-a187-237ccb11d4e6", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "0ff8cbf6-956c-4115-a187-237ccb11d4e6", - "x-ms-routing-request-id": "WESTUS2:20210901T023956Z:0ff8cbf6-956c-4115-a187-237ccb11d4e6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf4b455f473827038ba45ba7e4604fbf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:39:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6362daa5-b0b6-4c35-bafa-848c14907ed7", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "6362daa5-b0b6-4c35-bafa-848c14907ed7", - "x-ms-routing-request-id": "WESTUS2:20210901T023956Z:6362daa5-b0b6-4c35-bafa-848c14907ed7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res3290?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-be3b0157a4d8ea488808dc7d23f2f46e-d05f180567b4d940-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "90cc78884954080faee340aff1d434a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:39:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d15649fa-c558-49af-ae82-48493dda931e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "d15649fa-c558-49af-ae82-48493dda931e", - "x-ms-routing-request-id": "WESTUS2:20210901T023957Z:d15649fa-c558-49af-ae82-48493dda931e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3290", - "name": "res3290", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3290/providers/Microsoft.Storage/storageAccounts/sto9882?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-be8e600fc30a304c8a48f4a4e98b7d91-a1956be3e0e88943-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "29f16c0a1b7d3426da836eee1a1be4e7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "29f16c0a1b7d3426da836eee1a1be4e7", - "x-ms-correlation-request-id": "acb0251b-bd18-4df6-97ae-1811b80d8c84", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "26570388-1e7a-4be8-b805-7b88d8130915", - "x-ms-routing-request-id": "WESTUS2:20210901T024001Z:acb0251b-bd18-4df6-97ae-1811b80d8c84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e255f80027ce5d0ba55b79c6a11a94c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e255f80027ce5d0ba55b79c6a11a94c7", - "x-ms-correlation-request-id": "62605b43-9fb0-4f6d-9cfa-66909b23662e", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "a9808c0c-f147-49d2-93c8-de17b68ffdfd", - "x-ms-routing-request-id": "WESTUS2:20210901T024001Z:62605b43-9fb0-4f6d-9cfa-66909b23662e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d242c75bc67d006070b562f3b664bc41", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d242c75bc67d006070b562f3b664bc41", - "x-ms-correlation-request-id": "21407e17-f33f-4ef0-9cbb-f91cec86e2d0", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "b2fae2b6-7a62-43f8-83b7-af05625ed688", - "x-ms-routing-request-id": "WESTUS2:20210901T024002Z:21407e17-f33f-4ef0-9cbb-f91cec86e2d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "21ed47b302c58719f6593b2f90359aac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "21ed47b302c58719f6593b2f90359aac", - "x-ms-correlation-request-id": "a2fc8c7c-7bb0-4f3b-8511-b2901918e931", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "c3679758-3641-46ee-9f26-813f15256049", - "x-ms-routing-request-id": "WESTUS2:20210901T024003Z:a2fc8c7c-7bb0-4f3b-8511-b2901918e931" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b0679cf4fd573aa998557219c417a641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b0679cf4fd573aa998557219c417a641", - "x-ms-correlation-request-id": "2a2974fc-04d0-4745-a6f6-eee583e6e906", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "79f98da2-8757-4533-ba52-27ced8c215f6", - "x-ms-routing-request-id": "WESTUS2:20210901T024004Z:2a2974fc-04d0-4745-a6f6-eee583e6e906" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5a13389f732d5902aebadc238a316f3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5a13389f732d5902aebadc238a316f3b", - "x-ms-correlation-request-id": "ae6733db-2a9d-45e8-8398-90b9d6f13070", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "1503576d-a9b5-417e-bce5-dfa3988f7de0", - "x-ms-routing-request-id": "WESTUS2:20210901T024006Z:ae6733db-2a9d-45e8-8398-90b9d6f13070" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "19feb61a0cfcb5e99db2896f8fffc3de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "19feb61a0cfcb5e99db2896f8fffc3de", - "x-ms-correlation-request-id": "142d4311-22b4-4b04-9fa7-f6df56b5f005", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9b868ac8-b831-40af-b8ba-33ed9d46b2ca", - "x-ms-routing-request-id": "WESTUS2:20210901T024007Z:142d4311-22b4-4b04-9fa7-f6df56b5f005" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "578ffab24022817e9a0d019d2185b066", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "578ffab24022817e9a0d019d2185b066", - "x-ms-correlation-request-id": "6b1a269a-3c2e-4ce3-9c20-f2094021669b", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "62f0d286-3fef-4d8d-9aee-b4f3a1fff516", - "x-ms-routing-request-id": "WESTUS2:20210901T024008Z:6b1a269a-3c2e-4ce3-9c20-f2094021669b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0dfe36e58c1893444f5dbc7aea92c9ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0dfe36e58c1893444f5dbc7aea92c9ae", - "x-ms-correlation-request-id": "3b2621e8-21fd-4075-b8a8-6a30ea4cffe6", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "e249f5af-6b5d-4255-b08b-23967360fd6b", - "x-ms-routing-request-id": "WESTUS2:20210901T024009Z:3b2621e8-21fd-4075-b8a8-6a30ea4cffe6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8f70fdf718a1da19387d7fee0a4c9417", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8f70fdf718a1da19387d7fee0a4c9417", - "x-ms-correlation-request-id": "a063a2de-a85a-4f79-a9e0-eb6b28fd1f5e", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "890f7d5f-9d1d-4587-b5f1-cc0954ea0b7f", - "x-ms-routing-request-id": "WESTUS2:20210901T024010Z:a063a2de-a85a-4f79-a9e0-eb6b28fd1f5e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "588a2202b50125c5b5fc08c483049607", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "588a2202b50125c5b5fc08c483049607", - "x-ms-correlation-request-id": "9ee90fc3-a6dc-4d76-ae10-e95e339030fb", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "3ef21a58-59dd-46ee-94be-f1b3e27bc323", - "x-ms-routing-request-id": "WESTUS2:20210901T024011Z:9ee90fc3-a6dc-4d76-ae10-e95e339030fb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24a552442014cdc41d24d59b0c558802", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24a552442014cdc41d24d59b0c558802", - "x-ms-correlation-request-id": "5abb90eb-a3c7-42c6-92fd-56f5d249ceff", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "2df79208-b027-473e-9be2-574099eecca1", - "x-ms-routing-request-id": "WESTUS2:20210901T024012Z:5abb90eb-a3c7-42c6-92fd-56f5d249ceff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c877a4c9700841ad374bd9a50f545634", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c877a4c9700841ad374bd9a50f545634", - "x-ms-correlation-request-id": "e9801699-b02a-448d-b31c-bc543a19b677", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "fcc68a74-c149-4898-b5c1-1552e39ccfc1", - "x-ms-routing-request-id": "WESTUS2:20210901T024013Z:e9801699-b02a-448d-b31c-bc543a19b677" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7aa78e66fa6e2025dbc3adddf2a1860", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7aa78e66fa6e2025dbc3adddf2a1860", - "x-ms-correlation-request-id": "54fab26f-7e0f-4d12-9793-e97d8f8ab5b3", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "74880c01-1c0b-4c15-bed4-f6ebb92c2c99", - "x-ms-routing-request-id": "WESTUS2:20210901T024014Z:54fab26f-7e0f-4d12-9793-e97d8f8ab5b3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "defb0673ce8cd3fea563edc9461fbec9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "defb0673ce8cd3fea563edc9461fbec9", - "x-ms-correlation-request-id": "22314ee2-e37c-4fc6-b9ab-b429b2593d86", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "1c21ce56-03b8-443e-85e2-8774f248fb10", - "x-ms-routing-request-id": "WESTUS2:20210901T024016Z:22314ee2-e37c-4fc6-b9ab-b429b2593d86" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94b5a1cdd0aa595ba2956a4c35d0610c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:40:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94b5a1cdd0aa595ba2956a4c35d0610c", - "x-ms-correlation-request-id": "11ac7496-fe9d-4a48-931b-67814d0d8007", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "de61e574-248b-4f6a-b2ea-7f15a93a51c3", - "x-ms-routing-request-id": "WESTUS2:20210901T024017Z:11ac7496-fe9d-4a48-931b-67814d0d8007" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/26570388-1e7a-4be8-b805-7b88d8130915?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "09317932785917a77ad7124282389b3d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:40:17 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "09317932785917a77ad7124282389b3d", - "x-ms-correlation-request-id": "a86b6568-8422-485c-b86e-08e8200baace", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "af142cd1-bc84-4163-9e82-2a13544eb1ab", - "x-ms-routing-request-id": "WESTUS2:20210901T024018Z:a86b6568-8422-485c-b86e-08e8200baace" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3290/providers/Microsoft.Storage/storageAccounts/sto9882", - "name": "sto9882", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:39:58.8425850Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:39:58.8425850Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:39:58.7330778Z", - "primaryEndpoints": { - "blob": "https://sto9882.blob.core.windows.net/", - "queue": "https://sto9882.queue.core.windows.net/", - "table": "https://sto9882.table.core.windows.net/", - "file": "https://sto9882.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3290/providers/Microsoft.Storage/storageAccounts/sto9882/listKeys?api-version=2019-06-01\u0026$expand=kerb", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a39480ca70596944a1578022a2c6bc8a-34e9c56e71f0964e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e0f71fe8475a3b5aaa13cf664b29dd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:40:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e0f71fe8475a3b5aaa13cf664b29dd4", - "x-ms-correlation-request-id": "8d488dcd-b885-4dcc-8934-6a67aca7fb1c", - "x-ms-ratelimit-remaining-subscription-resource-requests": "11999", - "x-ms-request-id": "953a4477-107e-46db-9b74-a40f1f3d6928", - "x-ms-routing-request-id": "WESTUS2:20210901T024018Z:8d488dcd-b885-4dcc-8934-6a67aca7fb1c" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "1ysOzul3\u002BFtem3jdfwQZh9yufKgAjrTzWzfHqAWDCjVpClXqh8GmOwuEW8KpummxpnNUm2jTENBZGwwM6869jA==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "vjv7VYKN6sTw8UyCH5qAi8wnh7iKRd/inBIfj3AlHfeIDflD8BzhuWv91ZXUmJ8cqC0wCLPm\u002BgU6rUKM4aTDIA==", - "permissions": "FULL" - } - ] - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res3290/providers/Microsoft.Storage/storageAccounts/sto9882/regenerateKey?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "18", - "Content-Type": "application/json", - "traceparent": "00-884fd08db46f1f47bfd150e1b5d6545c-467349dd0b8dfb4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc97e002b4ee5470f99d19d2bd18d669", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "keyName": "key2" - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "288", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:40:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc97e002b4ee5470f99d19d2bd18d669", - "x-ms-correlation-request-id": "296f7581-620a-4901-af99-b0560e9aeceb", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "48f7116d-04a0-4cce-bda4-04de8e9eb6f4", - "x-ms-routing-request-id": "WESTUS2:20210901T024019Z:296f7581-620a-4901-af99-b0560e9aeceb" - }, - "ResponseBody": { - "keys": [ - { - "keyName": "key1", - "value": "1ysOzul3\u002BFtem3jdfwQZh9yufKgAjrTzWzfHqAWDCjVpClXqh8GmOwuEW8KpummxpnNUm2jTENBZGwwM6869jA==", - "permissions": "FULL" - }, - { - "keyName": "key2", - "value": "yZNqGJCvtZVxcEdAHHJ8Jfz0Hk/z3dd3Axf7k/1Y8J0TWjuTkcTTSzuRtuAB\u002B0iy3mNL0IBRSRsraERm7U0A7Q==", - "permissions": "FULL" - } - ] - } - } - ], - "Variables": { - "RandomSeed": "1921424629", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json deleted file mode 100644 index a13da53b62891..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTest.json +++ /dev/null @@ -1,760 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27f3c5de5cac740bf34c3bed407ad7e8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "113b2d0a-06bc-45be-8a20-cccc95b28eff", - "x-ms-ratelimit-remaining-subscription-reads": "11773", - "x-ms-request-id": "113b2d0a-06bc-45be-8a20-cccc95b28eff", - "x-ms-routing-request-id": "WESTUS2:20210901T013113Z:113b2d0a-06bc-45be-8a20-cccc95b28eff" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88218e5dd96c5d666cb109d6881d70bc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:12 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "0ab0bfe1-7b1c-49ee-9da3-61ca3be052b0", - "x-ms-ratelimit-remaining-subscription-reads": "11772", - "x-ms-request-id": "0ab0bfe1-7b1c-49ee-9da3-61ca3be052b0", - "x-ms-routing-request-id": "WESTUS2:20210901T013113Z:0ab0bfe1-7b1c-49ee-9da3-61ca3be052b0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5008?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-361b4b61cb8eee4f8be99615e7a4d507-377beb3c44eaa44f-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89ae922425723e898bf279f2ccfd41a6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a3f08b63-640c-440a-b24f-33f24bd8feec", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "a3f08b63-640c-440a-b24f-33f24bd8feec", - "x-ms-routing-request-id": "WESTUS2:20210901T013113Z:a3f08b63-640c-440a-b24f-33f24bd8feec" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5008", - "name": "res5008", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5008/providers/Microsoft.Storage/storageAccounts/sto2389?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-98942ad885b57a49bb538a99c919e32a-263e26791dbaf840-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d95b2d72040a955fbbfb5335ecd6dc7f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d95b2d72040a955fbbfb5335ecd6dc7f", - "x-ms-correlation-request-id": "00f53375-dd4b-4579-912c-edd8425fe552", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "54c1982c-7eac-45f9-9312-6c3096a6a6e8", - "x-ms-routing-request-id": "WESTUS2:20210901T013116Z:00f53375-dd4b-4579-912c-edd8425fe552" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "43abaf300e608e194ff3b72936099f1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "43abaf300e608e194ff3b72936099f1c", - "x-ms-correlation-request-id": "07cadce4-760c-4705-bdf1-85ca62da629f", - "x-ms-ratelimit-remaining-subscription-reads": "11771", - "x-ms-request-id": "787ccfb8-a5f7-4071-9a06-5d4d6ed691f4", - "x-ms-routing-request-id": "WESTUS2:20210901T013116Z:07cadce4-760c-4705-bdf1-85ca62da629f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0c6729d7d598779c4c490291d722a1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0c6729d7d598779c4c490291d722a1a", - "x-ms-correlation-request-id": "31fc1053-be94-40d6-a78b-db36fa28f546", - "x-ms-ratelimit-remaining-subscription-reads": "11770", - "x-ms-request-id": "4b20ba9f-5ded-4ae4-adb6-87befbe66c5c", - "x-ms-routing-request-id": "WESTUS2:20210901T013117Z:31fc1053-be94-40d6-a78b-db36fa28f546" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c048a47982bf61f0259d86b333e603f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c048a47982bf61f0259d86b333e603f", - "x-ms-correlation-request-id": "3472aadc-2649-4341-b7a7-78cb080d2bcc", - "x-ms-ratelimit-remaining-subscription-reads": "11769", - "x-ms-request-id": "605367d1-0f35-41b0-8662-abbcdc5dbec1", - "x-ms-routing-request-id": "WESTUS2:20210901T013118Z:3472aadc-2649-4341-b7a7-78cb080d2bcc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f84fca42d3d9b26e36247e9c7ef071dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f84fca42d3d9b26e36247e9c7ef071dd", - "x-ms-correlation-request-id": "c9076c40-186f-474d-860d-f93cb5ccf4d0", - "x-ms-ratelimit-remaining-subscription-reads": "11768", - "x-ms-request-id": "406f2154-12ad-423d-b3fa-e8dae756f9c8", - "x-ms-routing-request-id": "WESTUS2:20210901T013119Z:c9076c40-186f-474d-860d-f93cb5ccf4d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "abe29cc9620404f153d0de00a40e5385", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "abe29cc9620404f153d0de00a40e5385", - "x-ms-correlation-request-id": "4fdc86b1-4ce7-4041-9d85-5ed7cf5db155", - "x-ms-ratelimit-remaining-subscription-reads": "11767", - "x-ms-request-id": "c6a6d725-25b8-487a-a736-f90468404ce2", - "x-ms-routing-request-id": "WESTUS2:20210901T013120Z:4fdc86b1-4ce7-4041-9d85-5ed7cf5db155" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52e65163312274411c5206071a827811", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52e65163312274411c5206071a827811", - "x-ms-correlation-request-id": "7e377077-552f-4d53-b491-c0dde28970b4", - "x-ms-ratelimit-remaining-subscription-reads": "11766", - "x-ms-request-id": "2495b59c-1230-4838-ab54-e021cdf6ebba", - "x-ms-routing-request-id": "WESTUS2:20210901T013122Z:7e377077-552f-4d53-b491-c0dde28970b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97a1fbe8b45cdf3ad94ba408f46d0d28", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97a1fbe8b45cdf3ad94ba408f46d0d28", - "x-ms-correlation-request-id": "6be0ff9f-8662-4b6a-ae8d-a75c98ee0c94", - "x-ms-ratelimit-remaining-subscription-reads": "11765", - "x-ms-request-id": "5b5d540f-05f1-4811-8a5c-4e0ab658c888", - "x-ms-routing-request-id": "WESTUS2:20210901T013123Z:6be0ff9f-8662-4b6a-ae8d-a75c98ee0c94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c38f8d01e0997ba5b6e8fb25ceae9d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c38f8d01e0997ba5b6e8fb25ceae9d1", - "x-ms-correlation-request-id": "5e1af3e4-7723-4591-a7ef-af52afbb9e06", - "x-ms-ratelimit-remaining-subscription-reads": "11764", - "x-ms-request-id": "c6709522-cc09-432e-92b4-1eef6f2ed9ae", - "x-ms-routing-request-id": "WESTUS2:20210901T013124Z:5e1af3e4-7723-4591-a7ef-af52afbb9e06" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a918cd57bb6cae29160779d78c387fae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a918cd57bb6cae29160779d78c387fae", - "x-ms-correlation-request-id": "05fa6722-5798-45b7-8a02-47d6a1b204bd", - "x-ms-ratelimit-remaining-subscription-reads": "11763", - "x-ms-request-id": "c8f45b3f-67e4-4a95-9614-39da32efa8d0", - "x-ms-routing-request-id": "WESTUS2:20210901T013125Z:05fa6722-5798-45b7-8a02-47d6a1b204bd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2236de444b49c90740093ced258783ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2236de444b49c90740093ced258783ef", - "x-ms-correlation-request-id": "500d1af0-4872-48c1-92dd-baba91fa0db6", - "x-ms-ratelimit-remaining-subscription-reads": "11762", - "x-ms-request-id": "007517c0-b2d2-43ed-99ee-5172c32178c3", - "x-ms-routing-request-id": "WESTUS2:20210901T013126Z:500d1af0-4872-48c1-92dd-baba91fa0db6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "27b1d361645514bbcf8a1502a5e30b22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "27b1d361645514bbcf8a1502a5e30b22", - "x-ms-correlation-request-id": "aab5b5d3-de84-4d2d-81b9-8c6532a0eef0", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "2307eecb-ea29-412e-af04-7c46a5f36278", - "x-ms-routing-request-id": "WESTUS2:20210901T013127Z:aab5b5d3-de84-4d2d-81b9-8c6532a0eef0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e6ee0eec7b30b87c54e69637f3b898e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e6ee0eec7b30b87c54e69637f3b898e", - "x-ms-correlation-request-id": "ab25a0b5-14d1-4d54-86cc-1b272a2cbc2f", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "f62cb76b-e166-41e3-9c3c-8e7bcf24cb8c", - "x-ms-routing-request-id": "WESTUS2:20210901T013128Z:ab25a0b5-14d1-4d54-86cc-1b272a2cbc2f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b87589835887e059222153bf3604245c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b87589835887e059222153bf3604245c", - "x-ms-correlation-request-id": "2bfa3305-07ec-4f5e-892e-160db55651fe", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "6dec5cb6-aa01-466a-91ef-b6081f6e66ee", - "x-ms-routing-request-id": "WESTUS2:20210901T013129Z:2bfa3305-07ec-4f5e-892e-160db55651fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44ff19fe05199a3b4ca56107fa589593", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44ff19fe05199a3b4ca56107fa589593", - "x-ms-correlation-request-id": "72996016-5e4b-42f2-b7f2-dc85c0e8d7eb", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "54ff3732-c80c-4022-bae7-d65955f00d7d", - "x-ms-routing-request-id": "WESTUS2:20210901T013130Z:72996016-5e4b-42f2-b7f2-dc85c0e8d7eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b7e8600526d959b878e5b9274c7d5c0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b7e8600526d959b878e5b9274c7d5c0", - "x-ms-correlation-request-id": "67e8cd30-5bf2-4723-861a-c01e4adfbf34", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "ea83f000-c204-4b9e-80b0-4c5cbb427acd", - "x-ms-routing-request-id": "WESTUS2:20210901T013131Z:67e8cd30-5bf2-4723-861a-c01e4adfbf34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/54c1982c-7eac-45f9-9312-6c3096a6a6e8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66640c29443c7e754edb6ce1f652e5ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:31:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66640c29443c7e754edb6ce1f652e5ca", - "x-ms-correlation-request-id": "8c4ff1cf-8fe3-4940-a0ff-2c82aa0611ae", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "75608ef4-35ba-4c27-9ba7-533cd86bdc38", - "x-ms-routing-request-id": "WESTUS2:20210901T013133Z:8c4ff1cf-8fe3-4940-a0ff-2c82aa0611ae" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5008/providers/Microsoft.Storage/storageAccounts/sto2389", - "name": "sto2389", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:31:14.9729173Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:31:14.9729173Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:31:14.8635352Z", - "primaryEndpoints": { - "blob": "https://sto2389.blob.core.windows.net/", - "queue": "https://sto2389.queue.core.windows.net/", - "table": "https://sto2389.table.core.windows.net/", - "file": "https://sto2389.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5008/providers/Microsoft.Storage/storageAccounts/sto2389/revokeUserDelegationKeys?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-393c41f25dc13f4eb501137bffaa2089-317e985e7401524f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "afbfbf8c0985acef7e69bd8ba9a92585", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:31:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "afbfbf8c0985acef7e69bd8ba9a92585", - "x-ms-correlation-request-id": "ec957706-d8b8-4c1a-81fc-bda5c7e01398", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "841e07b8-7689-484b-9a95-fc889f693ed8", - "x-ms-routing-request-id": "WESTUS2:20210901T013133Z:ec957706-d8b8-4c1a-81fc-bda5c7e01398" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "1377977988", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json deleted file mode 100644 index d6cf43b3fa0b4..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountRevokeUserDelegationKeysTestAsync.json +++ /dev/null @@ -1,760 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a33d75af33427e79aba7e0c8ea997ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "2b30d3d1-db2a-44a5-9761-67a90e829a9b", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "2b30d3d1-db2a-44a5-9761-67a90e829a9b", - "x-ms-routing-request-id": "WESTUS2:20210901T024222Z:2b30d3d1-db2a-44a5-9761-67a90e829a9b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ab2f7cb67940fc68f3139f6b11baff5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5d514245-c9c3-4f15-bc7d-47da499f0f26", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "5d514245-c9c3-4f15-bc7d-47da499f0f26", - "x-ms-routing-request-id": "WESTUS2:20210901T024222Z:5d514245-c9c3-4f15-bc7d-47da499f0f26" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1274?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-0b59443356371b4daf3fc97e7b6bc244-5e395faebbe9f143-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5164887f6ef38744f0cdf7669a8b61eb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e194a0dc-34a7-4243-b00a-38f877ecab3e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e194a0dc-34a7-4243-b00a-38f877ecab3e", - "x-ms-routing-request-id": "WESTUS2:20210901T024223Z:e194a0dc-34a7-4243-b00a-38f877ecab3e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1274", - "name": "res1274", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto7418?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-253ce6a2fe2697479c6297b80ff46ccf-cacd2ccac66e5f44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "01c075f2f2702311ab02baf0757e0a89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "01c075f2f2702311ab02baf0757e0a89", - "x-ms-correlation-request-id": "7c2017d1-2f57-4711-8366-6564f7705be3", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "aeeb76e4-895d-40e7-a435-20bc4d21640e", - "x-ms-routing-request-id": "WESTUS2:20210901T024228Z:7c2017d1-2f57-4711-8366-6564f7705be3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a29a20aa734950f522e486b8a967b4e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a29a20aa734950f522e486b8a967b4e", - "x-ms-correlation-request-id": "d7328951-75dc-435a-a849-d3828aa1cae2", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "8b19239f-81e3-4ebc-8ffb-013140bdeee0", - "x-ms-routing-request-id": "WESTUS2:20210901T024228Z:d7328951-75dc-435a-a849-d3828aa1cae2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d36ddecb8401a74ec53fecd574279b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d36ddecb8401a74ec53fecd574279b6", - "x-ms-correlation-request-id": "ba74e92d-c00e-42af-9391-cf55978e1828", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "2efde717-d8aa-4839-b047-98ab37255264", - "x-ms-routing-request-id": "WESTUS2:20210901T024229Z:ba74e92d-c00e-42af-9391-cf55978e1828" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3e6e15dd055bb54ff8ae06c8f1de26d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d3e6e15dd055bb54ff8ae06c8f1de26d", - "x-ms-correlation-request-id": "eda505aa-00db-46e5-b421-f77561d134cb", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "46d61bfa-1fed-42e2-8d14-a89d37d2946c", - "x-ms-routing-request-id": "WESTUS2:20210901T024230Z:eda505aa-00db-46e5-b421-f77561d134cb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cce24c2827be52972d0e4ee1a9413e10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cce24c2827be52972d0e4ee1a9413e10", - "x-ms-correlation-request-id": "4d94976a-3a2b-4133-886e-0c7ac6aebf85", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "33ac5e3b-a3d4-4e6b-b01b-a763df2e4e47", - "x-ms-routing-request-id": "WESTUS2:20210901T024231Z:4d94976a-3a2b-4133-886e-0c7ac6aebf85" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a90e91b4a7b01cf8887b7eb5d8088ace", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a90e91b4a7b01cf8887b7eb5d8088ace", - "x-ms-correlation-request-id": "05caa05c-9db2-4b10-807b-2d85d06ca1c1", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "79a580ea-455c-44ec-90a5-9b3b31bb3919", - "x-ms-routing-request-id": "WESTUS2:20210901T024232Z:05caa05c-9db2-4b10-807b-2d85d06ca1c1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0aa49071ad6035f84994a646827312bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0aa49071ad6035f84994a646827312bd", - "x-ms-correlation-request-id": "cb7b9d5a-406a-4065-a4fb-70eae2e5de32", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "c45e031e-016a-4ba6-8983-1334033422f0", - "x-ms-routing-request-id": "WESTUS2:20210901T024234Z:cb7b9d5a-406a-4065-a4fb-70eae2e5de32" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fdb7cf4c380e80bc54c54342a9e27a25", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fdb7cf4c380e80bc54c54342a9e27a25", - "x-ms-correlation-request-id": "4d50e353-28b1-494a-ba02-4d79b0d9a361", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "2142063f-0bf3-4297-a2a5-2f31cb4d3061", - "x-ms-routing-request-id": "WESTUS2:20210901T024235Z:4d50e353-28b1-494a-ba02-4d79b0d9a361" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18707f83339d07b099d95f1c01b29915", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18707f83339d07b099d95f1c01b29915", - "x-ms-correlation-request-id": "e4086938-30d5-4764-aa75-a370a94820e1", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "41cc108b-5c0e-4f62-9f8e-65ea698aa847", - "x-ms-routing-request-id": "WESTUS2:20210901T024236Z:e4086938-30d5-4764-aa75-a370a94820e1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0869c1698d5038bfd423b69a69b58b67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0869c1698d5038bfd423b69a69b58b67", - "x-ms-correlation-request-id": "5a82fc27-a660-4552-8cfa-e13617fc0b34", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "e5481fa7-e273-4e1d-b1bf-b44cb7e4a2fb", - "x-ms-routing-request-id": "WESTUS2:20210901T024237Z:5a82fc27-a660-4552-8cfa-e13617fc0b34" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03c28119f902181f1faf6435d8a07fa2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03c28119f902181f1faf6435d8a07fa2", - "x-ms-correlation-request-id": "9c1de9d9-d372-454f-8b66-82eb55b03d9b", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "a7fc6042-631a-4490-b6c0-f64cf340ab49", - "x-ms-routing-request-id": "WESTUS2:20210901T024238Z:9c1de9d9-d372-454f-8b66-82eb55b03d9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8d92d2c7178f6d4bf3844797d159ee4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:38 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8d92d2c7178f6d4bf3844797d159ee4", - "x-ms-correlation-request-id": "2073a842-161b-4cb2-8800-50c58a4f186b", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "59075caf-e659-4216-9a2b-f6935063fcf6", - "x-ms-routing-request-id": "WESTUS2:20210901T024239Z:2073a842-161b-4cb2-8800-50c58a4f186b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8002f84d96ef6f13a151e8a1298a5f33", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8002f84d96ef6f13a151e8a1298a5f33", - "x-ms-correlation-request-id": "08be9cd2-b872-416d-a6ef-483aeb9cc8be", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "057b926b-8de0-4b82-9f79-f92d47dcaff8", - "x-ms-routing-request-id": "WESTUS2:20210901T024240Z:08be9cd2-b872-416d-a6ef-483aeb9cc8be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b6e14a4a3dca8eeaccb43cab5a59b0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b6e14a4a3dca8eeaccb43cab5a59b0a", - "x-ms-correlation-request-id": "c085bec3-68b7-4285-b479-78e9ae6d8e54", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "f6957c7b-08b2-49ee-b4dd-a51acd9e2810", - "x-ms-routing-request-id": "WESTUS2:20210901T024241Z:c085bec3-68b7-4285-b479-78e9ae6d8e54" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e0e77f11ff9e95b21a6946278933cd35", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e0e77f11ff9e95b21a6946278933cd35", - "x-ms-correlation-request-id": "6734262e-d691-4efe-8229-f6e6283b3d43", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "ea00fa74-adb1-4a29-a90f-023ed48b6a21", - "x-ms-routing-request-id": "WESTUS2:20210901T024242Z:6734262e-d691-4efe-8229-f6e6283b3d43" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "68d510d863a6aa08095ad3235348bafb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "68d510d863a6aa08095ad3235348bafb", - "x-ms-correlation-request-id": "f46485b7-dafb-4437-84ce-848d75ccafd1", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "4e2a66ed-217a-4f97-8c39-19aa42adefb0", - "x-ms-routing-request-id": "WESTUS2:20210901T024244Z:f46485b7-dafb-4437-84ce-848d75ccafd1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/aeeb76e4-895d-40e7-a435-20bc4d21640e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a98fddb57fa2a49562d920725cc71e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:42:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a98fddb57fa2a49562d920725cc71e79", - "x-ms-correlation-request-id": "5f68167d-ae3f-4eb3-a6b0-311cde11f6ac", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "6601e56a-c2e5-4d79-af5c-10a31c91621e", - "x-ms-routing-request-id": "WESTUS2:20210901T024245Z:5f68167d-ae3f-4eb3-a6b0-311cde11f6ac" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto7418", - "name": "sto7418", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:42:26.3170437Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:42:26.3170437Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:42:26.2076553Z", - "primaryEndpoints": { - "blob": "https://sto7418.blob.core.windows.net/", - "queue": "https://sto7418.queue.core.windows.net/", - "table": "https://sto7418.table.core.windows.net/", - "file": "https://sto7418.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1274/providers/Microsoft.Storage/storageAccounts/sto7418/revokeUserDelegationKeys?api-version=2019-06-01", - "RequestMethod": "POST", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-7149b247bcd98545b0ed9105123c592f-cc610488740a674c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4f20dfd32d0ae63773dd6432b8e41d2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:42:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4f20dfd32d0ae63773dd6432b8e41d2", - "x-ms-correlation-request-id": "d774568b-9149-4cec-b3a6-15c90d5c19b7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "ec9ea5c7-ee83-4a3c-aa25-65b3463cf7bd", - "x-ms-routing-request-id": "WESTUS2:20210901T024245Z:d774568b-9149-4cec-b3a6-15c90d5c19b7" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "593952713", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json deleted file mode 100644 index 9a46b4f3bd3a6..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicy.json +++ /dev/null @@ -1,1129 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "896c06cdfcf06d51954774de2013b4dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b2e70dbd-b8fa-4af9-9bf8-bc4c4430f85c", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "b2e70dbd-b8fa-4af9-9bf8-bc4c4430f85c", - "x-ms-routing-request-id": "WESTUS2:20210901T013236Z:b2e70dbd-b8fa-4af9-9bf8-bc4c4430f85c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "49706fab8d6c6ae641801c25764a626d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "5f12d092-6d10-437d-9101-a218fd1b7ed5", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "5f12d092-6d10-437d-9101-a218fd1b7ed5", - "x-ms-routing-request-id": "WESTUS2:20210901T013236Z:5f12d092-6d10-437d-9101-a218fd1b7ed5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res524?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e336f9fba3eb5d4baa499e7bd51ad158-805c1b7376e0234e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1f0c9c10b3ba4aeeb305734c1b59dbdf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d2c96e3e-e8c5-4445-9373-e7a687aafd2c", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "d2c96e3e-e8c5-4445-9373-e7a687aafd2c", - "x-ms-routing-request-id": "WESTUS2:20210901T013237Z:d2c96e3e-e8c5-4445-9373-e7a687aafd2c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524", - "name": "res524", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-d8d1b6fd491b544fb0ad8ac6469a83ca-5a3c4eb164a96643-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1a075cd3fa4021f486fdf2bf64be407", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1a075cd3fa4021f486fdf2bf64be407", - "x-ms-correlation-request-id": "7418f250-7a40-49f6-a007-d20054f5b34d", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "9aca728b-ec75-4f78-94f0-b50f06b0beb8", - "x-ms-routing-request-id": "WESTUS2:20210901T013242Z:7418f250-7a40-49f6-a007-d20054f5b34d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ed7c784635cd5c6ced1d71430f1fbcb9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ed7c784635cd5c6ced1d71430f1fbcb9", - "x-ms-correlation-request-id": "86261573-d723-4e7e-bf23-7285db4d7ca9", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "cc70d7a9-23ee-4823-9f78-393352013b75", - "x-ms-routing-request-id": "WESTUS2:20210901T013242Z:86261573-d723-4e7e-bf23-7285db4d7ca9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4944458e3764dc40b91ed3ebb6abe522", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4944458e3764dc40b91ed3ebb6abe522", - "x-ms-correlation-request-id": "c1bd5b5a-ae82-4f38-a016-6e61c2a83ef4", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "dd05cdf0-c73c-415c-87be-89ce352c069c", - "x-ms-routing-request-id": "WESTUS2:20210901T013243Z:c1bd5b5a-ae82-4f38-a016-6e61c2a83ef4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ee49e48f6cea13aa31abaa07f7773df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ee49e48f6cea13aa31abaa07f7773df", - "x-ms-correlation-request-id": "6d009f41-48c0-463a-926d-1ff1ea5abe42", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "fcd2d523-a475-41be-bed4-487dd7c65978", - "x-ms-routing-request-id": "WESTUS2:20210901T013244Z:6d009f41-48c0-463a-926d-1ff1ea5abe42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d7e4cffcdee10fdd389f34af6280a641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d7e4cffcdee10fdd389f34af6280a641", - "x-ms-correlation-request-id": "042927d5-bb15-4c7f-9d08-d7e064ebca5a", - "x-ms-ratelimit-remaining-subscription-reads": "11961", - "x-ms-request-id": "5a95f53d-2e29-4317-a539-4ec7977be441", - "x-ms-routing-request-id": "WESTUS2:20210901T013245Z:042927d5-bb15-4c7f-9d08-d7e064ebca5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "70fb4e373e3a97ea0ba2a5497c9f5c42", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "70fb4e373e3a97ea0ba2a5497c9f5c42", - "x-ms-correlation-request-id": "d33a7f0f-fb20-4993-95db-7e06c9674863", - "x-ms-ratelimit-remaining-subscription-reads": "11960", - "x-ms-request-id": "0e93f15d-b8c4-4aca-9298-5f34e7198552", - "x-ms-routing-request-id": "WESTUS2:20210901T013246Z:d33a7f0f-fb20-4993-95db-7e06c9674863" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7eef3ab0dc66a41c1d5452fc28b3f22", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e7eef3ab0dc66a41c1d5452fc28b3f22", - "x-ms-correlation-request-id": "cf9858cd-0ab5-4eee-980b-d953f0ed1f91", - "x-ms-ratelimit-remaining-subscription-reads": "11959", - "x-ms-request-id": "422d98bf-d37b-4fdd-a7c7-76a16257e033", - "x-ms-routing-request-id": "WESTUS2:20210901T013247Z:cf9858cd-0ab5-4eee-980b-d953f0ed1f91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "31687973027bbea4e44dcc3f38939299", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "31687973027bbea4e44dcc3f38939299", - "x-ms-correlation-request-id": "109a574b-0ee0-4f67-95d7-9e3acebf108d", - "x-ms-ratelimit-remaining-subscription-reads": "11958", - "x-ms-request-id": "7f9c364e-b04b-4888-a196-872d56bd34b1", - "x-ms-routing-request-id": "WESTUS2:20210901T013248Z:109a574b-0ee0-4f67-95d7-9e3acebf108d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e04f142bf922a7a0d90af64f8bbd480", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e04f142bf922a7a0d90af64f8bbd480", - "x-ms-correlation-request-id": "e9c6ade5-3552-4d04-8b44-57d080ab5486", - "x-ms-ratelimit-remaining-subscription-reads": "11957", - "x-ms-request-id": "419b57a8-58c6-4ab4-9607-62d042e58428", - "x-ms-routing-request-id": "WESTUS2:20210901T013249Z:e9c6ade5-3552-4d04-8b44-57d080ab5486" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "03d582622b36a8c74f3002794001322d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "03d582622b36a8c74f3002794001322d", - "x-ms-correlation-request-id": "58dbdd88-20dc-411b-95d5-d1899a2fa587", - "x-ms-ratelimit-remaining-subscription-reads": "11956", - "x-ms-request-id": "154e764d-ed22-407f-bffd-4470b925b0a8", - "x-ms-routing-request-id": "WESTUS2:20210901T013250Z:58dbdd88-20dc-411b-95d5-d1899a2fa587" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d1ecac43d186b490ff3e23ea523fc529", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d1ecac43d186b490ff3e23ea523fc529", - "x-ms-correlation-request-id": "69772ec9-29ab-4b15-9143-3bb0bf4908e2", - "x-ms-ratelimit-remaining-subscription-reads": "11955", - "x-ms-request-id": "938ecdab-1e13-4406-9153-e1c56afedb3b", - "x-ms-routing-request-id": "WESTUS2:20210901T013251Z:69772ec9-29ab-4b15-9143-3bb0bf4908e2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5dd4c788fbd1662295b1e61bd00e90c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5dd4c788fbd1662295b1e61bd00e90c", - "x-ms-correlation-request-id": "d41d2f7c-429f-4449-8ca0-ebfcc9db5947", - "x-ms-ratelimit-remaining-subscription-reads": "11954", - "x-ms-request-id": "1e5a93d8-5236-4121-80ae-62938cb25b33", - "x-ms-routing-request-id": "WESTUS2:20210901T013252Z:d41d2f7c-429f-4449-8ca0-ebfcc9db5947" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b21825e03cf90f9f22103f808dc560f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b21825e03cf90f9f22103f808dc560f", - "x-ms-correlation-request-id": "c74aabac-c673-49d2-b820-d4905b1ef3eb", - "x-ms-ratelimit-remaining-subscription-reads": "11953", - "x-ms-request-id": "116c0488-28f4-48a4-84a6-283031f7a647", - "x-ms-routing-request-id": "WESTUS2:20210901T013254Z:c74aabac-c673-49d2-b820-d4905b1ef3eb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f401d96a7c24b3704ad5a72bb22ef7fe", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f401d96a7c24b3704ad5a72bb22ef7fe", - "x-ms-correlation-request-id": "10fcd677-5448-47e0-85a9-28cf79fdf352", - "x-ms-ratelimit-remaining-subscription-reads": "11952", - "x-ms-request-id": "51574f37-19ba-41e6-adba-19418f8798f8", - "x-ms-routing-request-id": "WESTUS2:20210901T013255Z:10fcd677-5448-47e0-85a9-28cf79fdf352" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d08c17547a1e755a534cc39c8b690e4d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d08c17547a1e755a534cc39c8b690e4d", - "x-ms-correlation-request-id": "2e88085c-f7c0-46f9-b9ce-9ba31d4c6d92", - "x-ms-ratelimit-remaining-subscription-reads": "11951", - "x-ms-request-id": "aaadebc8-8abc-4b8a-a101-e7e5f358a195", - "x-ms-routing-request-id": "WESTUS2:20210901T013256Z:2e88085c-f7c0-46f9-b9ce-9ba31d4c6d92" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3f60f04f5ffe1e8126e00f95bcdddc3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3f60f04f5ffe1e8126e00f95bcdddc3", - "x-ms-correlation-request-id": "2ebc3f5d-f430-448d-bd96-447b8056e0a8", - "x-ms-ratelimit-remaining-subscription-reads": "11950", - "x-ms-request-id": "68d9678a-26e2-4e22-996d-31ff408ba3d7", - "x-ms-routing-request-id": "WESTUS2:20210901T013257Z:2ebc3f5d-f430-448d-bd96-447b8056e0a8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/9aca728b-ec75-4f78-94f0-b50f06b0beb8?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1a305298650f0f17e8ba1d7b9d328e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1247", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:32:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1a305298650f0f17e8ba1d7b9d328e0", - "x-ms-correlation-request-id": "3af58ad0-183b-482a-b582-2710c5e857a4", - "x-ms-ratelimit-remaining-subscription-reads": "11949", - "x-ms-request-id": "30d3254d-d08f-4ada-91f0-a5691422bec0", - "x-ms-routing-request-id": "WESTUS2:20210901T013258Z:3af58ad0-183b-482a-b582-2710c5e857a4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149", - "name": "sto9149", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:32:39.6436577Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:32:39.6436577Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:32:39.5499511Z", - "primaryEndpoints": { - "dfs": "https://sto9149.dfs.core.windows.net/", - "web": "https://sto9149.z22.web.core.windows.net/", - "blob": "https://sto9149.blob.core.windows.net/", - "queue": "https://sto9149.queue.core.windows.net/", - "table": "https://sto9149.table.core.windows.net/", - "file": "https://sto9149.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "785", - "Content-Type": "application/json", - "traceparent": "00-3c4062c590cebb48abdfedd890789e0a-47442207b31a914f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3265ac713375ffe2faabdaf79601a85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90 - }, - "delete": { - "daysAfterModificationGreaterThan": 300 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100 - } - } - }, - "filters": { - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ], - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:32:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3265ac713375ffe2faabdaf79601a85", - "x-ms-correlation-request-id": "bb1e592b-c141-42d9-bd0d-7e01338f5fae", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "96691214-cca5-4f04-97ab-55bbb7681eb1", - "x-ms-routing-request-id": "WESTUS2:20210901T013258Z:bb1e592b-c141-42d9-bd0d-7e01338f5fae" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2021-09-01T01:32:58.5499343Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ff4912b971c88e4db9fc987197ed4e17-a0f90e3b294e824f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8572ff6e1cc57efc1e0665745310273e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:32:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8572ff6e1cc57efc1e0665745310273e", - "x-ms-correlation-request-id": "3a62f47c-58c3-4f71-a4a3-c15f566787e1", - "x-ms-ratelimit-remaining-subscription-reads": "11948", - "x-ms-request-id": "87607332-671b-4c36-8785-e9f9c9e30aec", - "x-ms-routing-request-id": "WESTUS2:20210901T013258Z:3a62f47c-58c3-4f71-a4a3-c15f566787e1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2021-09-01T01:32:58.5499343Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-8bf06548d238ba49bf87e7c5434692ce-81a5fdfb1846aa47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00321f463aa7168b0744c2a6c841761e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00321f463aa7168b0744c2a6c841761e", - "x-ms-correlation-request-id": "145eaa32-497a-4320-84d7-8989646bf254", - "x-ms-ratelimit-remaining-subscription-deletes": "14999", - "x-ms-request-id": "17180d06-fb01-4ee2-b827-6d137b9b1edb", - "x-ms-routing-request-id": "WESTUS2:20210901T013259Z:145eaa32-497a-4320-84d7-8989646bf254" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1734569e44ae834cb06b7344921471d1-39aacebf6f092642-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba681b71a261aa1a5da88431ae8a0b1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:32:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba681b71a261aa1a5da88431ae8a0b1e", - "x-ms-correlation-request-id": "a3838d51-6f1b-4cbd-8a53-5bcd7a9a8d6c", - "x-ms-ratelimit-remaining-subscription-reads": "11947", - "x-ms-request-id": "645d9415-5919-4573-8359-96b0cc8212f5", - "x-ms-routing-request-id": "WESTUS2:20210901T013259Z:a3838d51-6f1b-4cbd-8a53-5bcd7a9a8d6c" - }, - "ResponseBody": { - "error": { - "code": "ManagementPolicyNotFound", - "message": "No ManagementPolicy found for account sto9149" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res524/providers/Microsoft.Storage/storageAccounts/sto9149/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-4ab3783f36478c4fbe1a17d01a0a93c9-61cc8cdce0d1ce4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "59697f82192e33de735c7e815a56b6dc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:32:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "59697f82192e33de735c7e815a56b6dc", - "x-ms-correlation-request-id": "b8340802-acc1-4451-a5f8-b3f0367682f7", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "3bdf4b99-20cc-4080-b80d-c74e7af78015", - "x-ms-routing-request-id": "WESTUS2:20210901T013259Z:b8340802-acc1-4451-a5f8-b3f0367682f7" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "2116594249", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json deleted file mode 100644 index ede96848d6357..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountSetGetDeleteManagementPolicyAsync.json +++ /dev/null @@ -1,1160 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fae1faf35cf461d33aadf45e7122dc1f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:44:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "bd7649e7-03c1-4187-b2b5-34930d70e639", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "bd7649e7-03c1-4187-b2b5-34930d70e639", - "x-ms-routing-request-id": "WESTUS2:20210901T024457Z:bd7649e7-03c1-4187-b2b5-34930d70e639" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93783050fcc04f21fe52e2bfdf8700a3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:44:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "504ad14e-2395-4d00-933b-a0450cddfbd5", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "504ad14e-2395-4d00-933b-a0450cddfbd5", - "x-ms-routing-request-id": "WESTUS2:20210901T024457Z:504ad14e-2395-4d00-933b-a0450cddfbd5" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res2164?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a4fb9bd2445cd54ba9a85a5ece92f2cd-c9dd1a90ccd6d147-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18c3c3c55a307d375f67518129c3d0fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:44:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "10cd4d1e-ca97-4b8e-9501-d37fd6ff028e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "10cd4d1e-ca97-4b8e-9501-d37fd6ff028e", - "x-ms-routing-request-id": "WESTUS2:20210901T024458Z:10cd4d1e-ca97-4b8e-9501-d37fd6ff028e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164", - "name": "res2164", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "86", - "Content-Type": "application/json", - "traceparent": "00-b6f2c22a41255f44938bf4688f523a70-65bd1e04b2508a49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a5879b5ef74d92d9fca1791381b2ad50", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "StorageV2", - "location": "westus", - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a5879b5ef74d92d9fca1791381b2ad50", - "x-ms-correlation-request-id": "bba5ae0f-dc61-4f49-86e1-de5dbc3abb60", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f8a54c09-42b6-44c3-a56b-b44d93f61cce", - "x-ms-routing-request-id": "WESTUS2:20210901T024501Z:bba5ae0f-dc61-4f49-86e1-de5dbc3abb60" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "65282ac34a1ccc78ea8634b8be69ddb4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "65282ac34a1ccc78ea8634b8be69ddb4", - "x-ms-correlation-request-id": "139c0533-8882-4afa-8c01-3044ec06505d", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "13bb9119-02de-4f32-8493-01958a15642c", - "x-ms-routing-request-id": "WESTUS2:20210901T024501Z:139c0533-8882-4afa-8c01-3044ec06505d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "16bb30a4e2713eaec4468fec620ac327", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "16bb30a4e2713eaec4468fec620ac327", - "x-ms-correlation-request-id": "842850be-ee79-41f5-81d5-783cd694e903", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "8e9d03b2-c7d1-44a6-954c-87426a521cda", - "x-ms-routing-request-id": "WESTUS2:20210901T024502Z:842850be-ee79-41f5-81d5-783cd694e903" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "564f6612478a233434922e80ec1d82ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "564f6612478a233434922e80ec1d82ac", - "x-ms-correlation-request-id": "581b3396-d2c1-4ecf-a768-6e0ceaab155f", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "d43d2dcf-2a05-4ce1-b645-2cf719ce26d5", - "x-ms-routing-request-id": "WESTUS2:20210901T024503Z:581b3396-d2c1-4ecf-a768-6e0ceaab155f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e2ae0837819e1a17ce9a0d5bb8c6ae0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e2ae0837819e1a17ce9a0d5bb8c6ae0", - "x-ms-correlation-request-id": "860ca2a3-2fdb-4829-abb6-317fd5214eef", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "8ec53db3-027c-4623-8153-a93078653f26", - "x-ms-routing-request-id": "WESTUS2:20210901T024504Z:860ca2a3-2fdb-4829-abb6-317fd5214eef" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "57a60cc386195d29fb97e2dfb32d52a7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "57a60cc386195d29fb97e2dfb32d52a7", - "x-ms-correlation-request-id": "47966998-c9d4-44b3-8fc1-f2c36fc9456a", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "1879fd49-3d87-4b24-8ec6-52f7a6079c27", - "x-ms-routing-request-id": "WESTUS2:20210901T024505Z:47966998-c9d4-44b3-8fc1-f2c36fc9456a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8269e2c425df990ec56edaa1a65e68a8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8269e2c425df990ec56edaa1a65e68a8", - "x-ms-correlation-request-id": "dec13c50-9263-439c-994b-be85199f3677", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "22dcbae2-2fd8-4af3-9f33-dc9cdad3ffa7", - "x-ms-routing-request-id": "WESTUS2:20210901T024506Z:dec13c50-9263-439c-994b-be85199f3677" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dfbd4e282a76fc93b6cda28195c22e4f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dfbd4e282a76fc93b6cda28195c22e4f", - "x-ms-correlation-request-id": "66129e16-b4bf-4acb-923b-15c5e86fddb1", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "72ed8137-3003-42e8-9f32-0ba81de31106", - "x-ms-routing-request-id": "WESTUS2:20210901T024507Z:66129e16-b4bf-4acb-923b-15c5e86fddb1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d911f996e8229d00fd0c92abac88b69d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d911f996e8229d00fd0c92abac88b69d", - "x-ms-correlation-request-id": "4c57ea29-b96f-4420-a9b7-89efd5ee2ae2", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "9e27bfee-c6d9-4cbc-84c9-8b74eadbeca6", - "x-ms-routing-request-id": "WESTUS2:20210901T024508Z:4c57ea29-b96f-4420-a9b7-89efd5ee2ae2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "64b63a2f727099304e6ccb12828d0303", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "64b63a2f727099304e6ccb12828d0303", - "x-ms-correlation-request-id": "5750cf20-8e45-45a8-8c1d-0ef8d229cbb3", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "cef97c56-318e-4b0d-b17b-d13f0a572d28", - "x-ms-routing-request-id": "WESTUS2:20210901T024509Z:5750cf20-8e45-45a8-8c1d-0ef8d229cbb3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ad0a8a3f8e4c40854d1fe26998e74f2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ad0a8a3f8e4c40854d1fe26998e74f2d", - "x-ms-correlation-request-id": "95e48362-fb5b-4d11-b263-a4826a13dc05", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "7726ed43-78e1-48a3-977a-fa1e44d3fa35", - "x-ms-routing-request-id": "WESTUS2:20210901T024511Z:95e48362-fb5b-4d11-b263-a4826a13dc05" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b510516c90b24dec9788ab61cee1a6f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b510516c90b24dec9788ab61cee1a6f", - "x-ms-correlation-request-id": "3343552b-973f-42ab-b442-e894ecd7643e", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "e93338af-3fc6-48e4-979b-fdcaf5d145b5", - "x-ms-routing-request-id": "WESTUS2:20210901T024512Z:3343552b-973f-42ab-b442-e894ecd7643e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "216b8f08097ea150b576165090c60067", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "216b8f08097ea150b576165090c60067", - "x-ms-correlation-request-id": "6a0be238-aff9-4d39-8e01-e700999aa6af", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "35ce34e2-f338-4890-8de1-62a702d7bccc", - "x-ms-routing-request-id": "WESTUS2:20210901T024513Z:6a0be238-aff9-4d39-8e01-e700999aa6af" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7dfb9e1da83c76f7ace5e3d304ce235f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7dfb9e1da83c76f7ace5e3d304ce235f", - "x-ms-correlation-request-id": "210db595-fb2a-442e-a70c-c6c1e5b31d47", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "8ab6c712-6448-4a7e-86f6-84a9007b042f", - "x-ms-routing-request-id": "WESTUS2:20210901T024514Z:210db595-fb2a-442e-a70c-c6c1e5b31d47" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "096072042d7c0dafb4b0a594b28e9402", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "096072042d7c0dafb4b0a594b28e9402", - "x-ms-correlation-request-id": "4ca37ea6-154c-488d-8d45-30d972f2d553", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "93804aa7-b296-4153-8c48-6aa72cd9f839", - "x-ms-routing-request-id": "WESTUS2:20210901T024515Z:4ca37ea6-154c-488d-8d45-30d972f2d553" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e9823789cf3603397f57598257d9ce6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7e9823789cf3603397f57598257d9ce6", - "x-ms-correlation-request-id": "9d1c1c76-58a2-4820-86bc-1cba7cee616a", - "x-ms-ratelimit-remaining-subscription-reads": "11847", - "x-ms-request-id": "69124f36-da4f-4b05-9ec0-0dd2308c5b7c", - "x-ms-routing-request-id": "WESTUS2:20210901T024516Z:9d1c1c76-58a2-4820-86bc-1cba7cee616a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1d4bb752f765efeaeeeec98c0362c31e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1d4bb752f765efeaeeeec98c0362c31e", - "x-ms-correlation-request-id": "dfe60898-549f-44b0-b897-f3e1992f3298", - "x-ms-ratelimit-remaining-subscription-reads": "11846", - "x-ms-request-id": "a4ca275c-a36a-4d60-a7a5-50a0411704c5", - "x-ms-routing-request-id": "WESTUS2:20210901T024517Z:dfe60898-549f-44b0-b897-f3e1992f3298" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/westus/asyncoperations/f8a54c09-42b6-44c3-a56b-b44d93f61cce?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e05be151a536686c3f007186b717e737", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1240", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:45:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e05be151a536686c3f007186b717e737", - "x-ms-correlation-request-id": "a163b832-813a-4b34-8752-cfc9a8bb1601", - "x-ms-ratelimit-remaining-subscription-reads": "11845", - "x-ms-request-id": "093e2eea-ee5d-4415-a76e-ab297672a9d1", - "x-ms-routing-request-id": "WESTUS2:20210901T024518Z:a163b832-813a-4b34-8752-cfc9a8bb1601" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597", - "name": "sto597", - "type": "Microsoft.Storage/storageAccounts", - "location": "westus", - "tags": {}, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:44:59.5990609Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:44:59.5990609Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:44:59.5365722Z", - "primaryEndpoints": { - "dfs": "https://sto597.dfs.core.windows.net/", - "web": "https://sto597.z22.web.core.windows.net/", - "blob": "https://sto597.blob.core.windows.net/", - "queue": "https://sto597.queue.core.windows.net/", - "table": "https://sto597.table.core.windows.net/", - "file": "https://sto597.file.core.windows.net/" - }, - "primaryLocation": "westus", - "statusOfPrimary": "available", - "secondaryLocation": "eastus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "785", - "Content-Type": "application/json", - "traceparent": "00-52038b5c66b97c48bbbfa5175a5dc4fb-1b685359b9e7ff4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fb41be137642809c38a88f05d3a75c34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90 - }, - "delete": { - "daysAfterModificationGreaterThan": 300 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100 - } - } - }, - "filters": { - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ], - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:45:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fb41be137642809c38a88f05d3a75c34", - "x-ms-correlation-request-id": "9dd7d2a9-8f17-4e5a-b3de-ee9e4dc6eb4b", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "7ef2fe21-de49-4085-9a1e-c8d5a2a1d21c", - "x-ms-routing-request-id": "WESTUS2:20210901T024518Z:9dd7d2a9-8f17-4e5a-b3de-ee9e4dc6eb4b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2021-09-01T02:45:18.7397446Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-22242f3569558241a14146b6688cb4c1-259986e89fd6ea4a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "44465731bb21adb04be3de64856337d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1117", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:45:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "44465731bb21adb04be3de64856337d7", - "x-ms-correlation-request-id": "289f3241-ba28-4cdf-b79b-090641852326", - "x-ms-ratelimit-remaining-subscription-reads": "11844", - "x-ms-request-id": "007d7571-9433-4cd4-be72-4517cbb29f03", - "x-ms-routing-request-id": "WESTUS2:20210901T024519Z:289f3241-ba28-4cdf-b79b-090641852326" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default", - "name": "DefaultManagementPolicy", - "type": "Microsoft.Storage/storageAccounts/managementPolicies", - "properties": { - "policy": { - "rules": [ - { - "enabled": true, - "name": "olcmtest", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "tierToCool": { - "daysAfterModificationGreaterThan": 1000.0 - }, - "tierToArchive": { - "daysAfterModificationGreaterThan": 90.0 - }, - "delete": { - "daysAfterModificationGreaterThan": 300.0 - } - }, - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 100.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ], - "prefixMatch": [ - "olcmtestcontainer", - "testblob" - ] - } - } - }, - { - "enabled": false, - "name": "olcmtest2", - "type": "Lifecycle", - "definition": { - "actions": { - "baseBlob": { - "delete": { - "daysAfterModificationGreaterThan": 1000.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - }, - { - "enabled": true, - "name": "olcmtest3", - "type": "Lifecycle", - "definition": { - "actions": { - "snapshot": { - "delete": { - "daysAfterCreationGreaterThan": 200.0 - } - } - }, - "filters": { - "blobTypes": [ - "blockBlob" - ] - } - } - } - ] - }, - "lastModifiedTime": "2021-09-01T02:45:18.7397446Z" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-323f99123b9b4a4db7ce142229098021-1a83395e93de3645-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "45789206c821dadb44daa88d16679498", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "45789206c821dadb44daa88d16679498", - "x-ms-correlation-request-id": "aa3e5bc7-54c9-469b-a31c-88434b975045", - "x-ms-ratelimit-remaining-subscription-deletes": "14998", - "x-ms-request-id": "db594c80-06b4-41d8-927e-862337b7fdbf", - "x-ms-routing-request-id": "WESTUS2:20210901T024519Z:aa3e5bc7-54c9-469b-a31c-88434b975045" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-44903721dcaa6a40899f73057395079c-fe9023f2dfae4c49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60553ca4a3d057150d94af5e9838fbd4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 404, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "102", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:45:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60553ca4a3d057150d94af5e9838fbd4", - "x-ms-correlation-request-id": "e62ce21d-0910-4abf-b31a-9220b69fb6c1", - "x-ms-ratelimit-remaining-subscription-reads": "11843", - "x-ms-request-id": "baa0e0f1-7810-4af7-aeff-69057510a47c", - "x-ms-routing-request-id": "WESTUS2:20210901T024519Z:e62ce21d-0910-4abf-b31a-9220b69fb6c1" - }, - "ResponseBody": { - "error": { - "code": "ManagementPolicyNotFound", - "message": "No ManagementPolicy found for account sto597" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res2164/providers/Microsoft.Storage/storageAccounts/sto597/managementPolicies/default?api-version=2019-06-01", - "RequestMethod": "DELETE", - "RequestHeaders": { - "Authorization": "Sanitized", - "traceparent": "00-eb6a8bc3a13c0444b1db85bef9e99669-01e9406255bdc343-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "41feb770172e69137b6bff47132396e4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 204, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:45:19 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "41feb770172e69137b6bff47132396e4", - "x-ms-correlation-request-id": "949ced5d-45c2-46e5-b211-957a4c218c80", - "x-ms-ratelimit-remaining-subscription-deletes": "14997", - "x-ms-request-id": "ac509c29-2ad8-4c56-b0ac-dfb8d0b94884", - "x-ms-routing-request-id": "WESTUS2:20210901T024519Z:949ced5d-45c2-46e5-b211-957a4c218c80" - }, - "ResponseBody": [] - } - ], - "Variables": { - "RandomSeed": "711461862", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json deleted file mode 100644 index a7899bdae60df..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTest.json +++ /dev/null @@ -1,1568 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f04a4ad925d44ae522c4d86a13b9664b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "8c837e6d-cdc5-496e-aa1e-023f6845e8a0", - "x-ms-ratelimit-remaining-subscription-reads": "11839", - "x-ms-request-id": "8c837e6d-cdc5-496e-aa1e-023f6845e8a0", - "x-ms-routing-request-id": "WESTUS2:20210901T013507Z:8c837e6d-cdc5-496e-aa1e-023f6845e8a0" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d3b287eeb38763eca893857d164bfd74", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d3719d8a-c23f-4a4b-b2da-70244ab266fd", - "x-ms-ratelimit-remaining-subscription-reads": "11838", - "x-ms-request-id": "d3719d8a-c23f-4a4b-b2da-70244ab266fd", - "x-ms-routing-request-id": "WESTUS2:20210901T013508Z:d3719d8a-c23f-4a4b-b2da-70244ab266fd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res5529?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-cdca958867e55b4299a3fe474073f9ec-72bd05cdffcb6445-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7261b1b1d409aeb88722e63b64f6f57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d96b57fa-74e2-48df-a103-dcac27089a2b", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "d96b57fa-74e2-48df-a103-dcac27089a2b", - "x-ms-routing-request-id": "WESTUS2:20210901T013508Z:d96b57fa-74e2-48df-a103-dcac27089a2b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529", - "name": "res5529", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-7e7734a7d54f5743aaf34a501d000f1b-57b4ba9d579fef49-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6ad0bcb525ace75e4841a06734d7c663", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ad0bcb525ace75e4841a06734d7c663", - "x-ms-correlation-request-id": "adaa42b7-0b91-4b9d-b46e-17ea7340e6be", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "b15876c6-0994-4613-b6b5-c6370cb0a6f1", - "x-ms-routing-request-id": "WESTUS2:20210901T013511Z:adaa42b7-0b91-4b9d-b46e-17ea7340e6be" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4195af2665a4f56ec700f7db4b32549b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4195af2665a4f56ec700f7db4b32549b", - "x-ms-correlation-request-id": "07e3b845-c64e-4702-a921-451bc858a147", - "x-ms-ratelimit-remaining-subscription-reads": "11837", - "x-ms-request-id": "374b7759-071f-4be0-8975-b71261d460e8", - "x-ms-routing-request-id": "WESTUS2:20210901T013511Z:07e3b845-c64e-4702-a921-451bc858a147" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "571dff6717d00702530931aee4a0e756", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "571dff6717d00702530931aee4a0e756", - "x-ms-correlation-request-id": "67137b18-0f6f-467a-909a-c654dc0a3cd4", - "x-ms-ratelimit-remaining-subscription-reads": "11836", - "x-ms-request-id": "e165bed3-62c8-41be-850a-ccc94c9d3fd0", - "x-ms-routing-request-id": "WESTUS2:20210901T013512Z:67137b18-0f6f-467a-909a-c654dc0a3cd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84418afe854133bf8aa87863b68e7c06", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84418afe854133bf8aa87863b68e7c06", - "x-ms-correlation-request-id": "ced27f52-c0cb-4e06-981c-055efb206257", - "x-ms-ratelimit-remaining-subscription-reads": "11835", - "x-ms-request-id": "8f5d29f5-829a-4393-8297-69a15a00e91d", - "x-ms-routing-request-id": "WESTUS2:20210901T013513Z:ced27f52-c0cb-4e06-981c-055efb206257" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0056a6aaebd40e45ac8eee9a34c01127", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0056a6aaebd40e45ac8eee9a34c01127", - "x-ms-correlation-request-id": "311bb6fc-6cbf-45dc-a7d8-fe348d2b5e8f", - "x-ms-ratelimit-remaining-subscription-reads": "11834", - "x-ms-request-id": "cdae38bc-1d7a-43b2-844f-63d2063b8a03", - "x-ms-routing-request-id": "WESTUS2:20210901T013515Z:311bb6fc-6cbf-45dc-a7d8-fe348d2b5e8f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0dca018cff1e2593fe9cd289e9f50c4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0dca018cff1e2593fe9cd289e9f50c4", - "x-ms-correlation-request-id": "3bb7e134-1ad0-4fdd-8ab0-8b56d09a2230", - "x-ms-ratelimit-remaining-subscription-reads": "11833", - "x-ms-request-id": "c2f61c76-b2b2-4c48-8634-ba725b77577e", - "x-ms-routing-request-id": "WESTUS2:20210901T013516Z:3bb7e134-1ad0-4fdd-8ab0-8b56d09a2230" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e032a8de74913824532d7b39725ffc9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e032a8de74913824532d7b39725ffc9", - "x-ms-correlation-request-id": "fceea917-6ee6-4129-931d-09c0d029436a", - "x-ms-ratelimit-remaining-subscription-reads": "11832", - "x-ms-request-id": "c11370f5-f1ce-451c-a432-c14fe939280b", - "x-ms-routing-request-id": "WESTUS2:20210901T013517Z:fceea917-6ee6-4129-931d-09c0d029436a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "164a5196bbb1da154c73c1ea1e1c700d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "164a5196bbb1da154c73c1ea1e1c700d", - "x-ms-correlation-request-id": "2be53787-c581-4d59-afe0-e8530f9e1636", - "x-ms-ratelimit-remaining-subscription-reads": "11831", - "x-ms-request-id": "450b5513-0403-4778-9e69-0be150b3360e", - "x-ms-routing-request-id": "WESTUS2:20210901T013518Z:2be53787-c581-4d59-afe0-e8530f9e1636" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "090d293dd3bd31dd1dc97bbef8a64b1a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "090d293dd3bd31dd1dc97bbef8a64b1a", - "x-ms-correlation-request-id": "0f72ea83-6811-4322-a31d-57be8c8a16ed", - "x-ms-ratelimit-remaining-subscription-reads": "11830", - "x-ms-request-id": "d4e6b83e-9a41-4201-8125-b5a5ad78bdc3", - "x-ms-routing-request-id": "WESTUS2:20210901T013519Z:0f72ea83-6811-4322-a31d-57be8c8a16ed" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4c9203ea3a54d2131528f1d62598f429", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4c9203ea3a54d2131528f1d62598f429", - "x-ms-correlation-request-id": "3b9ee95e-c64c-4802-92a7-37d92e41d060", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "31c636ee-2fa3-4cc0-81d7-c2c850bfdfea", - "x-ms-routing-request-id": "WESTUS2:20210901T013520Z:3b9ee95e-c64c-4802-92a7-37d92e41d060" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6e75cac1f517c20c7319f8e74056e2a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6e75cac1f517c20c7319f8e74056e2a5", - "x-ms-correlation-request-id": "3b533d86-fae5-4aca-839e-a8f45d0df605", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "0da22b1f-ec70-46a1-a1eb-cd1cebe1e2b4", - "x-ms-routing-request-id": "WESTUS2:20210901T013521Z:3b533d86-fae5-4aca-839e-a8f45d0df605" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b00a628248903b8153bf494e1070b85", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b00a628248903b8153bf494e1070b85", - "x-ms-correlation-request-id": "f2c77259-b980-45d8-8a6e-59c55ea33e28", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "ebe0475e-346d-493e-bd4a-5035d2c86fcc", - "x-ms-routing-request-id": "WESTUS2:20210901T013523Z:f2c77259-b980-45d8-8a6e-59c55ea33e28" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2dfd51d4dc31f502f7cfd93a422b91be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dfd51d4dc31f502f7cfd93a422b91be", - "x-ms-correlation-request-id": "71ef270e-bc2c-4466-b11c-b6b45f16aa3c", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "9ac83981-5638-440a-ad06-c2b7b483a52f", - "x-ms-routing-request-id": "WESTUS2:20210901T013524Z:71ef270e-bc2c-4466-b11c-b6b45f16aa3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7fad4c45d9989d9f117158dc0078e06b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7fad4c45d9989d9f117158dc0078e06b", - "x-ms-correlation-request-id": "296d48e9-cfed-44c2-92f1-ffddd1ae78ec", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "d0525342-df6a-4bd4-88af-988ab2876e07", - "x-ms-routing-request-id": "WESTUS2:20210901T013525Z:296d48e9-cfed-44c2-92f1-ffddd1ae78ec" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee12720eb5594b74a40b24b94a7dc1e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:35:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee12720eb5594b74a40b24b94a7dc1e9", - "x-ms-correlation-request-id": "892c554d-d0b4-4341-9db3-14f23c45bf9b", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "0fbc8b68-982b-4ece-8e95-d9aa4a927f1f", - "x-ms-routing-request-id": "WESTUS2:20210901T013526Z:892c554d-d0b4-4341-9db3-14f23c45bf9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b15876c6-0994-4613-b6b5-c6370cb0a6f1?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "954e35a98c59fbedb15f1cbf8425f47e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "954e35a98c59fbedb15f1cbf8425f47e", - "x-ms-correlation-request-id": "11d1ebd7-8f5f-46c8-97a1-f71373e6e0d8", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "83a568cf-c9b6-46d7-ad12-0283b098a23a", - "x-ms-routing-request-id": "WESTUS2:20210901T013527Z:11d1ebd7-8f5f-46c8-97a1-f71373e6e0d8" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-3037d76322801942a294eb4f2205e00f-56702c8003863c48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cf2c6deea3189065d862da8db5e65293", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cf2c6deea3189065d862da8db5e65293", - "x-ms-correlation-request-id": "475848fb-2292-4549-8594-2699d7598116", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "e90325ce-24c3-46dd-a02d-d4e643ad7ee8", - "x-ms-routing-request-id": "WESTUS2:20210901T013528Z:475848fb-2292-4549-8594-2699d7598116" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-d0a8941b2962dd4d9eaf6f4b87ac79c4-04fa8ebc4fe3c641-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ca336fb04b29821285173cf998b4c77e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ca336fb04b29821285173cf998b4c77e", - "x-ms-correlation-request-id": "1c51a350-a154-46e3-bbb6-68da5a41f791", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "45abc9cf-502e-4923-8cbd-90b10676e836", - "x-ms-routing-request-id": "WESTUS2:20210901T013529Z:1c51a350-a154-46e3-bbb6-68da5a41f791" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-13b42b6cab995b4d92dd317025469223-781e2ed47c844141-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddcaa516f15106d0d0bdbdf7b15f45cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddcaa516f15106d0d0bdbdf7b15f45cb", - "x-ms-correlation-request-id": "317af772-d007-4e23-921f-eccf5b06edd3", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "cdda6b5b-75e0-4e0a-9bff-62cf1eeb9154", - "x-ms-routing-request-id": "WESTUS2:20210901T013530Z:317af772-d007-4e23-921f-eccf5b06edd3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-394d1f33a054974eb3ca10875e938031-9cb7217e1a31cd4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "140f880c29f1a3555baa4901666bf824", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "140f880c29f1a3555baa4901666bf824", - "x-ms-correlation-request-id": "d13c401e-0af5-477c-b9ed-cf6aea7412ec", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "9bd98e8a-b017-4466-89d9-cdcfe3103d6f", - "x-ms-routing-request-id": "WESTUS2:20210901T013530Z:d13c401e-0af5-477c-b9ed-cf6aea7412ec" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-21080690fc300c458032ed191164eec8-eeabf905196b2a4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10765b9b751bbe429e2dfa6b8e1ad025", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10765b9b751bbe429e2dfa6b8e1ad025", - "x-ms-correlation-request-id": "2b5bd2c2-6b31-449c-8c14-8b5674d5b827", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "30886e7f-9974-4bed-a0e9-2bc8de334d10", - "x-ms-routing-request-id": "WESTUS2:20210901T013531Z:2b5bd2c2-6b31-449c-8c14-8b5674d5b827" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2367a74166887e47b89f1e699508ba3a-18e95026a06e714b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0fed70d1b2a4ed8c4f2781a6a8ce9f64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0fed70d1b2a4ed8c4f2781a6a8ce9f64", - "x-ms-correlation-request-id": "8c58e5d4-c4ca-417a-b15e-a3daef5846c1", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "537dc764-93e2-4231-96b3-2c2abdc4ec92", - "x-ms-routing-request-id": "WESTUS2:20210901T013531Z:8c58e5d4-c4ca-417a-b15e-a3daef5846c1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-ad605525dc375b40a021a72e34b0f362-7087df8955c4024b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "555c98c535e996b0465175c42eea1540", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "555c98c535e996b0465175c42eea1540", - "x-ms-correlation-request-id": "8237cc88-64d8-4737-b9e3-28b73c6c493c", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "355a45a1-ec4e-46d4-96bb-03167c88e700", - "x-ms-routing-request-id": "WESTUS2:20210901T013532Z:8237cc88-64d8-4737-b9e3-28b73c6c493c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4fd2440ff8618544bffa4855687e4dbd-2b4b5fb130e1d64f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f53024d9e87ee880cf89c0f3f49b16cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f53024d9e87ee880cf89c0f3f49b16cf", - "x-ms-correlation-request-id": "3baa3d2b-a4f5-4d22-8e8e-56e245637c74", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "27385068-102f-4e81-adf2-7762f0457a60", - "x-ms-routing-request-id": "WESTUS2:20210901T013532Z:3baa3d2b-a4f5-4d22-8e8e-56e245637c74" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "100", - "Content-Type": "application/json", - "traceparent": "00-7b9f85cd05d4d9468411240839509bbe-e35b72ebe0ef5b4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f5a5958d7bbe9b3cc056c9523dc8be65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:31 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f5a5958d7bbe9b3cc056c9523dc8be65", - "x-ms-correlation-request-id": "417fe843-9778-471b-824b-0db6dc6efc86", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "c499465f-1880-4b9c-801a-fe5eda73fed5", - "x-ms-routing-request-id": "WESTUS2:20210901T013532Z:417fe843-9778-471b-824b-0db6dc6efc86" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-32b06f10eac58d4bb0beffc8aa7d5beb-2dd4ed94c7366940-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84cc4012aa9edde61873866074bda2aa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:35:32 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84cc4012aa9edde61873866074bda2aa", - "x-ms-correlation-request-id": "69fb0fdb-3ad5-4ac1-a76f-27fd72353dff", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "85046376-d5c6-4f92-98be-2f976b4da33d", - "x-ms-routing-request-id": "WESTUS2:20210901T013533Z:69fb0fdb-3ad5-4ac1-a76f-27fd72353dff" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res5529/providers/Microsoft.Storage/storageAccounts/sto5683", - "name": "sto5683", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:35:09.9148570Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:35:09.7742617Z", - "primaryEndpoints": { - "blob": "https://sto5683.blob.core.windows.net/", - "queue": "https://sto5683.queue.core.windows.net/", - "table": "https://sto5683.table.core.windows.net/", - "file": "https://sto5683.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1584467904", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json deleted file mode 100644 index 973a3525e2610..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateEncryptionTestAsync.json +++ /dev/null @@ -1,1568 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7f46b5a8608b2bc352ddec4e3d6fc633", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ce7c95df-e1c2-4e48-9c2e-95ec7c81fcd9", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "ce7c95df-e1c2-4e48-9c2e-95ec7c81fcd9", - "x-ms-routing-request-id": "WESTUS2:20210901T024724Z:ce7c95df-e1c2-4e48-9c2e-95ec7c81fcd9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "600bcccfb274dae51d43788c9f53f138", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "808c5112-54d8-4f74-a077-b06b4f531874", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "808c5112-54d8-4f74-a077-b06b4f531874", - "x-ms-routing-request-id": "WESTUS2:20210901T024724Z:808c5112-54d8-4f74-a077-b06b4f531874" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res8238?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-5985dab15ed00848836de09405fcc77d-770a1bf67555f246-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6843a7dcf031ae0d97a5f8b61bd31fa4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "205e65b6-b848-45a4-9dd6-567f8fc8d5d7", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "205e65b6-b848-45a4-9dd6-567f8fc8d5d7", - "x-ms-routing-request-id": "WESTUS2:20210901T024725Z:205e65b6-b848-45a4-9dd6-567f8fc8d5d7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238", - "name": "res8238", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-31ab9583d55c5043a47de9150c9321ea-81f03efe02d05442-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b9654cdf6a76bcf6248e7368bffecb3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b9654cdf6a76bcf6248e7368bffecb3", - "x-ms-correlation-request-id": "c0968702-d3dc-48c8-aa59-0eaa162c98cd", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "7bc74abc-1b0e-461a-b470-a508aea17d4c", - "x-ms-routing-request-id": "WESTUS2:20210901T024728Z:c0968702-d3dc-48c8-aa59-0eaa162c98cd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9c85a5e899a2b03573fdcea825780ba6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9c85a5e899a2b03573fdcea825780ba6", - "x-ms-correlation-request-id": "dfba91cc-e604-4fd0-82d6-6a85fa4cb6e5", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "bef83b0b-5f08-446f-ba56-4048eb1b6c12", - "x-ms-routing-request-id": "WESTUS2:20210901T024728Z:dfba91cc-e604-4fd0-82d6-6a85fa4cb6e5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7281030c20562f2e77976ac9eae2475f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7281030c20562f2e77976ac9eae2475f", - "x-ms-correlation-request-id": "af36b7ff-d4a7-41d3-bb4f-55a96ac77c9b", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "fe706d8d-475d-49fb-bb24-15ba6ca2f28e", - "x-ms-routing-request-id": "WESTUS2:20210901T024730Z:af36b7ff-d4a7-41d3-bb4f-55a96ac77c9b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e54d8ed74f7a00102b170fcecf34d939", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e54d8ed74f7a00102b170fcecf34d939", - "x-ms-correlation-request-id": "70e5705f-7607-48c9-b5b8-f22821b1c382", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "14a876d1-7eee-470e-8369-220eb3f986b3", - "x-ms-routing-request-id": "WESTUS2:20210901T024731Z:70e5705f-7607-48c9-b5b8-f22821b1c382" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "20e065d2fd81c7027755240a2f6cc691", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "20e065d2fd81c7027755240a2f6cc691", - "x-ms-correlation-request-id": "be8e6fd0-2a1a-467c-acb7-dc0e5b12d276", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "a5306bca-017b-4243-9013-c84872e8a210", - "x-ms-routing-request-id": "WESTUS2:20210901T024732Z:be8e6fd0-2a1a-467c-acb7-dc0e5b12d276" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "97d06eb5252abd2bf280473f11605f43", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "97d06eb5252abd2bf280473f11605f43", - "x-ms-correlation-request-id": "26cb9a07-d2a9-4514-b752-e9b6c87d6500", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "c2886832-674b-48f7-9339-e6dda26ff99d", - "x-ms-routing-request-id": "WESTUS2:20210901T024733Z:26cb9a07-d2a9-4514-b752-e9b6c87d6500" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "84f731be2601dade8b856e242a06d1be", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "84f731be2601dade8b856e242a06d1be", - "x-ms-correlation-request-id": "14f1639e-4828-4ea7-946e-a8e67e428810", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "8a1f7cb7-2d98-4dbd-a93b-b457baebe36c", - "x-ms-routing-request-id": "WESTUS2:20210901T024734Z:14f1639e-4828-4ea7-946e-a8e67e428810" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60187d514164ac0e39232d00b5c2b617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60187d514164ac0e39232d00b5c2b617", - "x-ms-correlation-request-id": "90c5c75f-14bf-4e3c-8f8d-83dca1d841cc", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "e0516ab2-1142-4419-a126-aa3cfd84a498", - "x-ms-routing-request-id": "WESTUS2:20210901T024735Z:90c5c75f-14bf-4e3c-8f8d-83dca1d841cc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fe4be1f641748f8f90f50ba4b60792ec", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fe4be1f641748f8f90f50ba4b60792ec", - "x-ms-correlation-request-id": "773bf321-a9a4-4f42-84f6-ea832c226bc7", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "aaafc163-31af-48a9-8379-95eaf37bb46e", - "x-ms-routing-request-id": "WESTUS2:20210901T024737Z:773bf321-a9a4-4f42-84f6-ea832c226bc7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93ee88affe477dde224a4adef9de24c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "93ee88affe477dde224a4adef9de24c8", - "x-ms-correlation-request-id": "42acd03d-64bd-44fd-a8f8-076190f899f7", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5a43fe08-90cf-4992-b6df-e3c8b10fe1e7", - "x-ms-routing-request-id": "WESTUS2:20210901T024738Z:42acd03d-64bd-44fd-a8f8-076190f899f7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "482e57cfd3ba0f4aed89d06e3569f532", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "482e57cfd3ba0f4aed89d06e3569f532", - "x-ms-correlation-request-id": "37b82c31-aa0b-4dae-b4c9-fd56e91dc55e", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "145f27e5-3e00-48b9-ad72-be0838ca4b3b", - "x-ms-routing-request-id": "WESTUS2:20210901T024739Z:37b82c31-aa0b-4dae-b4c9-fd56e91dc55e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d50419022d4f7cf03cedb29f6b196b1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d50419022d4f7cf03cedb29f6b196b1", - "x-ms-correlation-request-id": "e3536a66-d7d3-44bc-ae22-8eefb48e7900", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1f8f695b-c48e-45a7-b3ff-38713993c7c7", - "x-ms-routing-request-id": "WESTUS2:20210901T024740Z:e3536a66-d7d3-44bc-ae22-8eefb48e7900" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5fd543d14ad9dc323edea5be2d7047b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5fd543d14ad9dc323edea5be2d7047b9", - "x-ms-correlation-request-id": "e0632ab1-587d-48f5-a52b-2d9b3075dcd7", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "c238081e-fdfa-40f3-9620-1e3275f32893", - "x-ms-routing-request-id": "WESTUS2:20210901T024741Z:e0632ab1-587d-48f5-a52b-2d9b3075dcd7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b74d1855f78eadf4883645ebf820183c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b74d1855f78eadf4883645ebf820183c", - "x-ms-correlation-request-id": "a7d54841-4f49-4573-af3f-2132aeeae5ee", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "120a559f-1740-49dd-8915-859709dea55f", - "x-ms-routing-request-id": "WESTUS2:20210901T024742Z:a7d54841-4f49-4573-af3f-2132aeeae5ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f29d1ff2969446590f74eef57d10ca92", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:47:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f29d1ff2969446590f74eef57d10ca92", - "x-ms-correlation-request-id": "cbc6232c-115f-4605-98ed-b13de61962c9", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "1e4106ce-31f8-47f7-beb0-877fdb235624", - "x-ms-routing-request-id": "WESTUS2:20210901T024743Z:cbc6232c-115f-4605-98ed-b13de61962c9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7bc74abc-1b0e-461a-b470-a508aea17d4c?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ded42186de64da234e28d6a30446e41e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ded42186de64da234e28d6a30446e41e", - "x-ms-correlation-request-id": "5a0c76de-64c3-4c61-a32b-eb11a2c5623c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "12d81aa8-fa11-452c-b720-7bd11fd14504", - "x-ms-routing-request-id": "WESTUS2:20210901T024745Z:5a0c76de-64c3-4c61-a32b-eb11a2c5623c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-96292c130aca1d4d84799eec4c3ac9ee-4f52e634c634f74b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ecb69c555d2be25bf06a81908ff2f78", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ecb69c555d2be25bf06a81908ff2f78", - "x-ms-correlation-request-id": "dbaf9121-15da-4977-9f49-376625dba6fb", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "b46fffe9-2ef9-4ca3-828b-be5f4ac61008", - "x-ms-routing-request-id": "WESTUS2:20210901T024746Z:dbaf9121-15da-4977-9f49-376625dba6fb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b28532b75bdd90439695efd595f57667-d996bd089d04774d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d664b26c3a4b14d7fcc3a36bc0b641c8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1097", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d664b26c3a4b14d7fcc3a36bc0b641c8", - "x-ms-correlation-request-id": "8b10a16a-aacf-4474-9d87-6f11c396e1dc", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "823d82cb-9ee3-4bbd-92cf-3a46f51ff898", - "x-ms-routing-request-id": "WESTUS2:20210901T024747Z:8b10a16a-aacf-4474-9d87-6f11c396e1dc" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "74", - "Content-Type": "application/json", - "traceparent": "00-56c59ab92e4fbc44ada5bcf8cc78a52e-b3439b9c8f84b247-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "132fd090bb4431c0fc161f5d3509d14f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "132fd090bb4431c0fc161f5d3509d14f", - "x-ms-correlation-request-id": "2e3030e7-e21b-4e27-988d-39e5b034ab1b", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "7ebc95e3-1269-4030-b77e-226e8933af65", - "x-ms-routing-request-id": "WESTUS2:20210901T024748Z:2e3030e7-e21b-4e27-988d-39e5b034ab1b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-cee918d160b1be4b93426bdb020c06c8-941ba0f637d3ca42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52365ef80de18bd391b7120fb1b9fe08", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:47 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52365ef80de18bd391b7120fb1b9fe08", - "x-ms-correlation-request-id": "f4a2c3f0-a1b2-4413-bdc0-cf116a9e4d9c", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "70d3f002-089a-46f3-86a6-e6dc10a5a859", - "x-ms-routing-request-id": "WESTUS2:20210901T024748Z:f4a2c3f0-a1b2-4413-bdc0-cf116a9e4d9c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-320abcba12618243a57d2e72c131038a-c2e47a8b957d4f40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3889e0c41ccfb034f233da341b79dff2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3889e0c41ccfb034f233da341b79dff2", - "x-ms-correlation-request-id": "358f1fb5-4764-4695-bad6-665ae20f24a1", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "edb7e3ab-db3d-4efb-a887-d3ecc6a119a6", - "x-ms-routing-request-id": "WESTUS2:20210901T024749Z:358f1fb5-4764-4695-bad6-665ae20f24a1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c7655a5fbcabcf4f93c4fd282a3f7c78-97e45102b3080445-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "617354f1ef7f82e6fca4818ca8b08042", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "617354f1ef7f82e6fca4818ca8b08042", - "x-ms-correlation-request-id": "4387a012-6f72-4128-b981-f015abc3ca62", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "832c2f22-aef2-45e5-bafe-7bb194c3cc1d", - "x-ms-routing-request-id": "WESTUS2:20210901T024749Z:4387a012-6f72-4128-b981-f015abc3ca62" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "124", - "Content-Type": "application/json", - "traceparent": "00-eceab4f0cd35d944b5d699d07dc1bf29-9ca15c7d0d9f2642-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "55981617987fdb7f29865fae339e7017", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "55981617987fdb7f29865fae339e7017", - "x-ms-correlation-request-id": "3fa8e3c0-f3fc-4df7-9c2d-d6e8f3c78fd1", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "abb5f6f7-7284-4010-b582-c58f62baef17", - "x-ms-routing-request-id": "WESTUS2:20210901T024750Z:3fa8e3c0-f3fc-4df7-9c2d-d6e8f3c78fd1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-83d54d7d9469a846a0093eb86e14aaf7-0ce3921a7ac0aa45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5c1d1fd89c45d589f9073b2b9aa70741", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5c1d1fd89c45d589f9073b2b9aa70741", - "x-ms-correlation-request-id": "0947578e-2ad7-49e9-8367-51a354c31bab", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "d9283a17-7320-4e8a-82e0-f5a348d2b48c", - "x-ms-routing-request-id": "WESTUS2:20210901T024750Z:0947578e-2ad7-49e9-8367-51a354c31bab" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "100", - "Content-Type": "application/json", - "traceparent": "00-8469682a3144304b83267e70416b2d6e-84441c1b09c9004a-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "041c98b389e15973d49838f98f384e5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "041c98b389e15973d49838f98f384e5e", - "x-ms-correlation-request-id": "2ff3a93c-a331-4ff2-8beb-f1c2df83d94a", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "92936ee5-187e-44e6-8739-fc3888904c57", - "x-ms-routing-request-id": "WESTUS2:20210901T024750Z:2ff3a93c-a331-4ff2-8beb-f1c2df83d94a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5f3494b39af5004da3f48aabc6031d92-4bbd681555d2f847-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "89b4693423937bfc8cc35b775d544182", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:47:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "89b4693423937bfc8cc35b775d544182", - "x-ms-correlation-request-id": "bb409318-616f-4681-b839-654b5814cadb", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "70793d67-157e-4d63-b079-b57018fc3ae7", - "x-ms-routing-request-id": "WESTUS2:20210901T024750Z:bb409318-616f-4681-b839-654b5814cadb" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res8238/providers/Microsoft.Storage/storageAccounts/sto233", - "name": "sto233", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:47:27.4075769Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:47:27.2981955Z", - "primaryEndpoints": { - "blob": "https://sto233.blob.core.windows.net/", - "queue": "https://sto233.queue.core.windows.net/", - "table": "https://sto233.table.core.windows.net/", - "file": "https://sto233.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "393923421", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json deleted file mode 100644 index bf8b3766d0523..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2.json +++ /dev/null @@ -1,908 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87f376a6054a425f7d4108fb1a5ff641", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "29169b87-c24e-4edf-af17-dffa852685c1", - "x-ms-ratelimit-remaining-subscription-reads": "11761", - "x-ms-request-id": "29169b87-c24e-4edf-af17-dffa852685c1", - "x-ms-routing-request-id": "WESTUS2:20210901T013636Z:29169b87-c24e-4edf-af17-dffa852685c1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f0c8a7cc540cfed2cf51de4a61a6a90", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "eecb6189-df8b-4a18-bf33-a1937ea6dcfb", - "x-ms-ratelimit-remaining-subscription-reads": "11760", - "x-ms-request-id": "eecb6189-df8b-4a18-bf33-a1937ea6dcfb", - "x-ms-routing-request-id": "WESTUS2:20210901T013636Z:eecb6189-df8b-4a18-bf33-a1937ea6dcfb" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7042?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-dccceeff400c9045998415eb8060e0f6-6b580c6dd64deb48-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f03d4cb6e11cc7f0485039d90147106d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:36 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "15ba6da0-d883-4b60-8093-61923c6b2f0f", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "15ba6da0-d883-4b60-8093-61923c6b2f0f", - "x-ms-routing-request-id": "WESTUS2:20210901T013637Z:15ba6da0-d883-4b60-8093-61923c6b2f0f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042", - "name": "res7042", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-bac242d9654ece449d74d773f758ddc2-4cf74be4b3fd7a4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "87673fa7e0cc23885a54e87a9b63d678", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "87673fa7e0cc23885a54e87a9b63d678", - "x-ms-correlation-request-id": "3d36bbd3-575e-4aed-9f10-b8bf7af8a7b0", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "c2992f71-8023-4274-ac92-5d6c24b7cf95", - "x-ms-routing-request-id": "WESTUS2:20210901T013640Z:3d36bbd3-575e-4aed-9f10-b8bf7af8a7b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a72b37620286ceab4ccc18d084daced", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a72b37620286ceab4ccc18d084daced", - "x-ms-correlation-request-id": "5c439d95-332a-47c6-be6e-79ec50d487e8", - "x-ms-ratelimit-remaining-subscription-reads": "11759", - "x-ms-request-id": "50ec11fe-58a9-4804-afb2-5bb39d41dbb7", - "x-ms-routing-request-id": "WESTUS2:20210901T013640Z:5c439d95-332a-47c6-be6e-79ec50d487e8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3ad6162b4fe47a1964bdfd36bd42d2e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3ad6162b4fe47a1964bdfd36bd42d2e", - "x-ms-correlation-request-id": "1e24071f-d7e8-4f71-9fce-73f503adc58f", - "x-ms-ratelimit-remaining-subscription-reads": "11758", - "x-ms-request-id": "58fbc359-44ee-466e-b52b-47d004be997b", - "x-ms-routing-request-id": "WESTUS2:20210901T013641Z:1e24071f-d7e8-4f71-9fce-73f503adc58f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e803dba6abf0344f79a604849e1c125a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e803dba6abf0344f79a604849e1c125a", - "x-ms-correlation-request-id": "9b14d186-efde-42f1-8adb-781f61ae51fc", - "x-ms-ratelimit-remaining-subscription-reads": "11757", - "x-ms-request-id": "161bc2ee-f3ce-4682-8ddd-cd0e708b0a80", - "x-ms-routing-request-id": "WESTUS2:20210901T013642Z:9b14d186-efde-42f1-8adb-781f61ae51fc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9451874bca7ec20e112b94dd401600e0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9451874bca7ec20e112b94dd401600e0", - "x-ms-correlation-request-id": "e56881c7-94d5-4b3e-88c9-0304fe641a88", - "x-ms-ratelimit-remaining-subscription-reads": "11756", - "x-ms-request-id": "30d6c2ec-743f-41e1-a758-102681be7b90", - "x-ms-routing-request-id": "WESTUS2:20210901T013643Z:e56881c7-94d5-4b3e-88c9-0304fe641a88" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2de6939fc449b7fc12786a57af1da97a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2de6939fc449b7fc12786a57af1da97a", - "x-ms-correlation-request-id": "06a9743a-d7cd-45b6-ae39-6dfa0cbbb0a3", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "0eccad73-d176-4b44-b63d-f3b30f6fa745", - "x-ms-routing-request-id": "WESTUS2:20210901T013644Z:06a9743a-d7cd-45b6-ae39-6dfa0cbbb0a3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e48784399883dcb0cc41d7c41771f362", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e48784399883dcb0cc41d7c41771f362", - "x-ms-correlation-request-id": "100d5f88-922d-4936-b700-64116f46acd4", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "9f75d143-234f-4a8b-b437-74634a78e7b3", - "x-ms-routing-request-id": "WESTUS2:20210901T013645Z:100d5f88-922d-4936-b700-64116f46acd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ae524a6e53587118a9982055fb713f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ae524a6e53587118a9982055fb713f4", - "x-ms-correlation-request-id": "9c0eb3ef-e0df-42f9-9503-d9d025ee493e", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "b526af9a-4a4c-4c75-90cc-35d058a52c94", - "x-ms-routing-request-id": "WESTUS2:20210901T013646Z:9c0eb3ef-e0df-42f9-9503-d9d025ee493e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bba31a821c8f065ce20a6008ec37a0a0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bba31a821c8f065ce20a6008ec37a0a0", - "x-ms-correlation-request-id": "a6aeaaa6-5f79-4b4b-af5f-9f8853f063b4", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "614d6e8a-0d12-43d9-b887-4760cb285f00", - "x-ms-routing-request-id": "WESTUS2:20210901T013648Z:a6aeaaa6-5f79-4b4b-af5f-9f8853f063b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8ab008859e37534473ff59e915ab7c15", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8ab008859e37534473ff59e915ab7c15", - "x-ms-correlation-request-id": "d90b1d67-e258-4bd2-a147-7c3f062d05b7", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "94f41fe7-7aa9-4756-88e3-39ba203788a9", - "x-ms-routing-request-id": "WESTUS2:20210901T013649Z:d90b1d67-e258-4bd2-a147-7c3f062d05b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fc42e22d38cd8ad3c7de282a84099a52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fc42e22d38cd8ad3c7de282a84099a52", - "x-ms-correlation-request-id": "983e4361-9ffa-4fe4-8cb7-7d9fcb83587f", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "d8bc2777-d80d-4ff0-a820-49d562ff92d2", - "x-ms-routing-request-id": "WESTUS2:20210901T013650Z:983e4361-9ffa-4fe4-8cb7-7d9fcb83587f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5680e2f98806e3bcd550478fc273f137", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5680e2f98806e3bcd550478fc273f137", - "x-ms-correlation-request-id": "7b9988a8-09de-479d-8e83-5579c4ab883e", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "acf7a4d1-2995-43c6-ab98-5755eb709af3", - "x-ms-routing-request-id": "WESTUS2:20210901T013651Z:7b9988a8-09de-479d-8e83-5579c4ab883e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ada4a8da3f54cd23526c2597519ce6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ada4a8da3f54cd23526c2597519ce6a", - "x-ms-correlation-request-id": "c0656df6-d00e-45b1-9d18-e64563e9e65b", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "1ad10afd-d974-4f2b-bd52-f78b2f996a12", - "x-ms-routing-request-id": "WESTUS2:20210901T013652Z:c0656df6-d00e-45b1-9d18-e64563e9e65b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33ef0665262aa50e265f277df044c754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33ef0665262aa50e265f277df044c754", - "x-ms-correlation-request-id": "113d0df2-3c3e-4a60-a9e6-2b9c86257cde", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "2427390f-cbc1-44ae-876b-173b9b7f3930", - "x-ms-routing-request-id": "WESTUS2:20210901T013653Z:113d0df2-3c3e-4a60-a9e6-2b9c86257cde" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3a9df0ed902e565d0f3321e0c5636dbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3a9df0ed902e565d0f3321e0c5636dbb", - "x-ms-correlation-request-id": "e3d44395-5fdd-4886-bae9-15243b4a61d5", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "0c7eddd9-468e-4885-9f8f-216427215eca", - "x-ms-routing-request-id": "WESTUS2:20210901T013654Z:e3d44395-5fdd-4886-bae9-15243b4a61d5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc29dd81bd83670c3c34e3957c545bf1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:36:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc29dd81bd83670c3c34e3957c545bf1", - "x-ms-correlation-request-id": "b04b4a80-dd3e-47e7-a6d1-bfe2959bcd9e", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "8cbce4ac-3d7c-44d6-b665-7b1e8b40cbb5", - "x-ms-routing-request-id": "WESTUS2:20210901T013655Z:b04b4a80-dd3e-47e7-a6d1-bfe2959bcd9e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c2992f71-8023-4274-ac92-5d6c24b7cf95?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "846b6e5e947cd43ba89923f7042edfc2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:36:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "846b6e5e947cd43ba89923f7042edfc2", - "x-ms-correlation-request-id": "694dab79-b560-4f56-8d48-aa903bd32ffe", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "3fe94697-1512-4627-b43d-c8a0c75aac01", - "x-ms-routing-request-id": "WESTUS2:20210901T013657Z:694dab79-b560-4f56-8d48-aa903bd32ffe" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430", - "name": "sto3430", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:36:38.6581942Z", - "primaryEndpoints": { - "blob": "https://sto3430.blob.core.windows.net/", - "queue": "https://sto3430.queue.core.windows.net/", - "table": "https://sto3430.table.core.windows.net/", - "file": "https://sto3430.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "67", - "Content-Type": "application/json", - "traceparent": "00-2bce43ad59074545994830d757413bae-b0b79bf318a33143-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "13fc6bf10b1a30d0e435fdfaacc8d9bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "kind": "StorageV2", - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:36:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "13fc6bf10b1a30d0e435fdfaacc8d9bb", - "x-ms-correlation-request-id": "f72c9e53-9b48-4662-8727-b764073e6e37", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "9afd92a7-8013-4b83-8c4d-af63ff6c6248", - "x-ms-routing-request-id": "WESTUS2:20210901T013658Z:f72c9e53-9b48-4662-8727-b764073e6e37" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430", - "name": "sto3430", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:36:38.6581942Z", - "primaryEndpoints": { - "dfs": "https://sto3430.dfs.core.windows.net/", - "web": "https://sto3430.z20.web.core.windows.net/", - "blob": "https://sto3430.blob.core.windows.net/", - "queue": "https://sto3430.queue.core.windows.net/", - "table": "https://sto3430.table.core.windows.net/", - "file": "https://sto3430.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8e104ee4f8bf6145821469866abe42f5-6d87f851cff25e42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "578130d7e8f7ec3fa15513ea9915620d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:36:58 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "578130d7e8f7ec3fa15513ea9915620d", - "x-ms-correlation-request-id": "30665be8-dda6-43d6-a974-c7c1f6b96b34", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "9b95999b-df81-4059-9f5f-5666013f3b21", - "x-ms-routing-request-id": "WESTUS2:20210901T013658Z:30665be8-dda6-43d6-a974-c7c1f6b96b34" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7042/providers/Microsoft.Storage/storageAccounts/sto3430", - "name": "sto3430", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:36:38.7831979Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:36:38.6581942Z", - "primaryEndpoints": { - "dfs": "https://sto3430.dfs.core.windows.net/", - "web": "https://sto3430.z20.web.core.windows.net/", - "blob": "https://sto3430.blob.core.windows.net/", - "queue": "https://sto3430.queue.core.windows.net/", - "table": "https://sto3430.table.core.windows.net/", - "file": "https://sto3430.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "2002331357", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json deleted file mode 100644 index 799b73d05d15c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateKindStorageV2Async.json +++ /dev/null @@ -1,876 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e339c5329bfb93eeb1674263a520c57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "19c000a4-f28b-43ba-a489-ebec5b787840", - "x-ms-ratelimit-remaining-subscription-reads": "11866", - "x-ms-request-id": "19c000a4-f28b-43ba-a489-ebec5b787840", - "x-ms-routing-request-id": "WESTUS2:20210901T024954Z:19c000a4-f28b-43ba-a489-ebec5b787840" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "527e2fbb3815e7fbb6028ea9fc5ab086", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "b0c0a698-269c-42ba-84e6-2766a80fb8c2", - "x-ms-ratelimit-remaining-subscription-reads": "11865", - "x-ms-request-id": "b0c0a698-269c-42ba-84e6-2766a80fb8c2", - "x-ms-routing-request-id": "WESTUS2:20210901T024954Z:b0c0a698-269c-42ba-84e6-2766a80fb8c2" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1782?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-b05cacf5bc641f4f9b45ebefd7214b76-7e26018965091748-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "738730859d7b57d102e6134649c19779", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:53 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "76ac3a3a-aacf-4c71-babb-0bdeb23ab23a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "76ac3a3a-aacf-4c71-babb-0bdeb23ab23a", - "x-ms-routing-request-id": "WESTUS2:20210901T024954Z:76ac3a3a-aacf-4c71-babb-0bdeb23ab23a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782", - "name": "res1782", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a0d024432bab9d47b888ace7adafe9fb-e94bba4470a56d42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9498cc011bb74ca0d7bc9a94bd9165ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9498cc011bb74ca0d7bc9a94bd9165ee", - "x-ms-correlation-request-id": "2392eb39-7f40-4ccf-b50b-2a2999a06457", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "85013c51-668e-4b24-9e86-0127642df2d6", - "x-ms-routing-request-id": "WESTUS2:20210901T024957Z:2392eb39-7f40-4ccf-b50b-2a2999a06457" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e3581a30d7ed15cee626a3e136c24555", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e3581a30d7ed15cee626a3e136c24555", - "x-ms-correlation-request-id": "ea7e2a09-3883-46bf-91c7-de748e389490", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "04e447fe-377f-4707-a72f-c40f4c97383a", - "x-ms-routing-request-id": "WESTUS2:20210901T024957Z:ea7e2a09-3883-46bf-91c7-de748e389490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0c8f58adf476c1fd3beb98a3c8b8ab6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0c8f58adf476c1fd3beb98a3c8b8ab6a", - "x-ms-correlation-request-id": "78c13dbe-64a3-4c1a-9e21-4dc18d324130", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "7df10c12-b043-4f92-95e5-4a5d23975743", - "x-ms-routing-request-id": "WESTUS2:20210901T024958Z:78c13dbe-64a3-4c1a-9e21-4dc18d324130" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a263a47a8238e200e50b9ebd9db07638", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:49:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a263a47a8238e200e50b9ebd9db07638", - "x-ms-correlation-request-id": "ed376398-ef44-4e76-9a69-5789c57c70ee", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "61a77635-9dfd-4d6d-b000-6c0a2ef8b55c", - "x-ms-routing-request-id": "WESTUS2:20210901T024959Z:ed376398-ef44-4e76-9a69-5789c57c70ee" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "473afdce35dd3b801d97a8013f2a4d2d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "473afdce35dd3b801d97a8013f2a4d2d", - "x-ms-correlation-request-id": "c8867cf8-39f9-4063-bc26-ebf2679d0c8e", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "5eac8eff-959c-4643-b4a4-115825c00167", - "x-ms-routing-request-id": "WESTUS2:20210901T025001Z:c8867cf8-39f9-4063-bc26-ebf2679d0c8e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9266387ba25e2b1c58ad266a553f248a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:02 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9266387ba25e2b1c58ad266a553f248a", - "x-ms-correlation-request-id": "9720ea24-76a8-41ed-ab7c-70b48c27156c", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "82b9a522-0c59-4ea2-aac4-520b77fc971f", - "x-ms-routing-request-id": "WESTUS2:20210901T025002Z:9720ea24-76a8-41ed-ab7c-70b48c27156c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cbd55f75637d458d232785a0d9fea2bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cbd55f75637d458d232785a0d9fea2bb", - "x-ms-correlation-request-id": "148563ea-e6ee-4c76-93ba-2dd0d91954c3", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "ec20cb2c-8ffc-4d78-9d85-7f9842e8c105", - "x-ms-routing-request-id": "WESTUS2:20210901T025003Z:148563ea-e6ee-4c76-93ba-2dd0d91954c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "644270bee34a2bd9e00fef2f0e15e6dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:04 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "644270bee34a2bd9e00fef2f0e15e6dd", - "x-ms-correlation-request-id": "4fae0e6f-a797-4c74-b8e0-83f1ccd2060d", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "51b33e49-5538-45c5-aee0-da53d4c43f55", - "x-ms-routing-request-id": "WESTUS2:20210901T025004Z:4fae0e6f-a797-4c74-b8e0-83f1ccd2060d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "df8c1d73825517afab206f371d7c5159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "df8c1d73825517afab206f371d7c5159", - "x-ms-correlation-request-id": "09270c36-3ea3-46bc-b5be-38255852c6dd", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "cc0845c1-5c36-4a1d-be39-821330db7770", - "x-ms-routing-request-id": "WESTUS2:20210901T025005Z:09270c36-3ea3-46bc-b5be-38255852c6dd" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4ac6b0abffd924085a9ea6e745d370d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4ac6b0abffd924085a9ea6e745d370d", - "x-ms-correlation-request-id": "71e73392-d2b0-4446-b7ab-90285ee587bb", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "15129077-9d24-424d-9289-644b216fc0cd", - "x-ms-routing-request-id": "WESTUS2:20210901T025006Z:71e73392-d2b0-4446-b7ab-90285ee587bb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bc2da841c3723c65c02bb82974a20e64", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bc2da841c3723c65c02bb82974a20e64", - "x-ms-correlation-request-id": "aa3ac51d-643e-4c06-8979-dbd0dc4eb3c3", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "96226328-de4c-45a7-ab5a-5ab6d13f77f2", - "x-ms-routing-request-id": "WESTUS2:20210901T025007Z:aa3ac51d-643e-4c06-8979-dbd0dc4eb3c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a22596be0169b3dfdcf959ab9741a34e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a22596be0169b3dfdcf959ab9741a34e", - "x-ms-correlation-request-id": "b9568a54-bdc9-4be7-9a92-b98962d8c380", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "ff08e544-dc75-4870-9e0c-5756faf16abf", - "x-ms-routing-request-id": "WESTUS2:20210901T025008Z:b9568a54-bdc9-4be7-9a92-b98962d8c380" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75f561e9954e47e7066f24d207171ee2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75f561e9954e47e7066f24d207171ee2", - "x-ms-correlation-request-id": "0e052db5-5dfe-4585-83d9-542b308c8b13", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "f2df2c73-6ad6-481c-97bb-f58602b97b81", - "x-ms-routing-request-id": "WESTUS2:20210901T025010Z:0e052db5-5dfe-4585-83d9-542b308c8b13" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ddb0869b943740a3c87adf786ab9a47f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ddb0869b943740a3c87adf786ab9a47f", - "x-ms-correlation-request-id": "bc506f2b-d2f0-4881-a545-a877de36f764", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "d757c62f-2f0f-4908-82ab-e2381bb719ca", - "x-ms-routing-request-id": "WESTUS2:20210901T025011Z:bc506f2b-d2f0-4881-a545-a877de36f764" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1240698899ad2815afde9cf9dd0dabc5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:50:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1240698899ad2815afde9cf9dd0dabc5", - "x-ms-correlation-request-id": "359caf54-ef94-4e92-9e6a-a9c68a7d0268", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "c80de0d8-4d8f-4ca5-bcf8-c267e9db4ca3", - "x-ms-routing-request-id": "WESTUS2:20210901T025012Z:359caf54-ef94-4e92-9e6a-a9c68a7d0268" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/85013c51-668e-4b24-9e86-0127642df2d6?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "111076dbc5915416bdb4acd4b66edc4c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:50:13 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "111076dbc5915416bdb4acd4b66edc4c", - "x-ms-correlation-request-id": "ed4ef113-37a1-4f26-9f6c-f453137c0229", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "142dface-2590-469d-82a9-e1cd933ea9f9", - "x-ms-routing-request-id": "WESTUS2:20210901T025013Z:ed4ef113-37a1-4f26-9f6c-f453137c0229" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017", - "name": "sto5017", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:49:56.1166354Z", - "primaryEndpoints": { - "blob": "https://sto5017.blob.core.windows.net/", - "queue": "https://sto5017.queue.core.windows.net/", - "table": "https://sto5017.table.core.windows.net/", - "file": "https://sto5017.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "67", - "Content-Type": "application/json", - "traceparent": "00-c331f3a5ab5a3144911f264d776ad86b-a08dbbffa3284945-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9d4aa4cb0bd6023570872e59f7aa63bb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "kind": "StorageV2", - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:50:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9d4aa4cb0bd6023570872e59f7aa63bb", - "x-ms-correlation-request-id": "d55a9539-1f29-42fb-8c88-c6d56fa46c0b", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "7d6027ba-0666-44d9-8a14-d4b0ef41944c", - "x-ms-routing-request-id": "WESTUS2:20210901T025014Z:d55a9539-1f29-42fb-8c88-c6d56fa46c0b" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017", - "name": "sto5017", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:49:56.1166354Z", - "primaryEndpoints": { - "dfs": "https://sto5017.dfs.core.windows.net/", - "web": "https://sto5017.z20.web.core.windows.net/", - "blob": "https://sto5017.blob.core.windows.net/", - "queue": "https://sto5017.queue.core.windows.net/", - "table": "https://sto5017.table.core.windows.net/", - "file": "https://sto5017.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1264cb1e393fc248b7fd6183fc58330a-2f3fa08626363b44-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f39c1ace93a9c2ed52ec55f8ec417240", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1284", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:50:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f39c1ace93a9c2ed52ec55f8ec417240", - "x-ms-correlation-request-id": "19efd4b7-6f90-4b86-ae95-06d3f7b1aa41", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "1223cd63-314b-4d63-8271-47ca4db06f68", - "x-ms-routing-request-id": "WESTUS2:20210901T025015Z:19efd4b7-6f90-4b86-ae95-06d3f7b1aa41" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "StorageV2", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1782/providers/Microsoft.Storage/storageAccounts/sto5017", - "name": "sto5017", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:49:56.2103903Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "accessTier": "Hot", - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:49:56.1166354Z", - "primaryEndpoints": { - "dfs": "https://sto5017.dfs.core.windows.net/", - "web": "https://sto5017.z20.web.core.windows.net/", - "blob": "https://sto5017.blob.core.windows.net/", - "queue": "https://sto5017.queue.core.windows.net/", - "table": "https://sto5017.table.core.windows.net/", - "file": "https://sto5017.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1343692172", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json deleted file mode 100644 index ed6c4ece43267..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTest.json +++ /dev/null @@ -1,904 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b53ca267d744a769cd152fad839489ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "771a5ab0-c1d1-4569-ae96-a25e227a1b3c", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "771a5ab0-c1d1-4569-ae96-a25e227a1b3c", - "x-ms-routing-request-id": "WESTUS2:20210901T013901Z:771a5ab0-c1d1-4569-ae96-a25e227a1b3c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "687e57069c4f6ddcd4830cd426b174f1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "21080061-9edc-4935-924c-184521a6171d", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "21080061-9edc-4935-924c-184521a6171d", - "x-ms-routing-request-id": "WESTUS2:20210901T013901Z:21080061-9edc-4935-924c-184521a6171d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6998?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-34ea10f30c867a48a7a0211fc68a4bfc-0a9ea68a13ddcd43-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "93692678a356c992d5766b5940b30ab5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e838a9dc-dc5a-4afc-bc5a-fd701d51cc71", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "e838a9dc-dc5a-4afc-bc5a-fd701d51cc71", - "x-ms-routing-request-id": "WESTUS2:20210901T013901Z:e838a9dc-dc5a-4afc-bc5a-fd701d51cc71" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998", - "name": "res6998", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-8f683ca6825bb2428bab64af8b7fa525-15a56a0d8370a249-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "54554b7ccb80cfc5e0c0cb95811ca03d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "54554b7ccb80cfc5e0c0cb95811ca03d", - "x-ms-correlation-request-id": "b2decc0b-526c-44e1-b0b3-a78542b75724", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "a4f68d02-e36f-4c5b-8bdc-43582f90ed59", - "x-ms-routing-request-id": "WESTUS2:20210901T013906Z:b2decc0b-526c-44e1-b0b3-a78542b75724" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2834541fc39b5af8a4c475e3c7345459", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:05 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2834541fc39b5af8a4c475e3c7345459", - "x-ms-correlation-request-id": "c837c282-0f81-49f7-8e0c-b5d3d630321e", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "1cfdb3a3-376e-4707-9c2c-c36a9330a8ce", - "x-ms-routing-request-id": "WESTUS2:20210901T013906Z:c837c282-0f81-49f7-8e0c-b5d3d630321e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a8ab1ccb959ccc76986ab605a554bb4b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a8ab1ccb959ccc76986ab605a554bb4b", - "x-ms-correlation-request-id": "3d10c91e-08bb-447e-8b9d-1865c6fb28b0", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "5015a479-ae63-470d-9a48-a158a3fc9333", - "x-ms-routing-request-id": "WESTUS2:20210901T013907Z:3d10c91e-08bb-447e-8b9d-1865c6fb28b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c75c9f077e8d0a111137a963ad02469", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2c75c9f077e8d0a111137a963ad02469", - "x-ms-correlation-request-id": "5ef6c299-65cd-48bb-9c95-d77402b344b6", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "4aa4d494-5c07-4844-aa28-9f5943fa4978", - "x-ms-routing-request-id": "WESTUS2:20210901T013908Z:5ef6c299-65cd-48bb-9c95-d77402b344b6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7a5cc2627e88966dd6890310df2b550", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7a5cc2627e88966dd6890310df2b550", - "x-ms-correlation-request-id": "783887d0-9b30-467c-bbd2-865564797bea", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "b09f593c-4677-49cb-ad23-10bc5ae1603c", - "x-ms-routing-request-id": "WESTUS2:20210901T013909Z:783887d0-9b30-467c-bbd2-865564797bea" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fef22a0827bf53717adb96891adf92c7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fef22a0827bf53717adb96891adf92c7", - "x-ms-correlation-request-id": "ed63331a-5889-4296-8301-4bca248ecaa8", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "332eddf0-8917-4e74-9293-c8e289c4e9ca", - "x-ms-routing-request-id": "WESTUS2:20210901T013910Z:ed63331a-5889-4296-8301-4bca248ecaa8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8de4d45c4aec96362eb4e7fe76fc21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8de4d45c4aec96362eb4e7fe76fc21e", - "x-ms-correlation-request-id": "b7a33b23-7025-4e39-85f6-4170e8e0c36e", - "x-ms-ratelimit-remaining-subscription-reads": "11885", - "x-ms-request-id": "dc5f6c23-7544-4cf4-9055-ee226facf573", - "x-ms-routing-request-id": "WESTUS2:20210901T013911Z:b7a33b23-7025-4e39-85f6-4170e8e0c36e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "108e2a5d26ddffaa5b527c0d90dd6efd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "108e2a5d26ddffaa5b527c0d90dd6efd", - "x-ms-correlation-request-id": "420c1e0b-9caa-4109-894e-ace37372e356", - "x-ms-ratelimit-remaining-subscription-reads": "11884", - "x-ms-request-id": "85a385ac-c13f-40ca-8639-5e42e1ab5c35", - "x-ms-routing-request-id": "WESTUS2:20210901T013912Z:420c1e0b-9caa-4109-894e-ace37372e356" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c0ebc8d6dc1444a2c7299bd3d8f16c0a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c0ebc8d6dc1444a2c7299bd3d8f16c0a", - "x-ms-correlation-request-id": "c86e3833-e816-4201-a0a4-e7d159c2ff77", - "x-ms-ratelimit-remaining-subscription-reads": "11883", - "x-ms-request-id": "4c1932de-bc26-4e10-af1e-0d278400895d", - "x-ms-routing-request-id": "WESTUS2:20210901T013913Z:c86e3833-e816-4201-a0a4-e7d159c2ff77" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f02b771882511feaa3df7d5c47553985", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f02b771882511feaa3df7d5c47553985", - "x-ms-correlation-request-id": "f446ee29-73ae-4045-bc4b-a752e88c347c", - "x-ms-ratelimit-remaining-subscription-reads": "11882", - "x-ms-request-id": "5223ab4f-d098-4e56-b862-7cb089d8510e", - "x-ms-routing-request-id": "WESTUS2:20210901T013915Z:f446ee29-73ae-4045-bc4b-a752e88c347c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1ea9517c0283800a884949b48ad62669", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1ea9517c0283800a884949b48ad62669", - "x-ms-correlation-request-id": "5132c01c-1533-4c41-8ffd-5043a2736d94", - "x-ms-ratelimit-remaining-subscription-reads": "11881", - "x-ms-request-id": "581b1b98-9251-4c52-bd8f-d1eba64e118a", - "x-ms-routing-request-id": "WESTUS2:20210901T013916Z:5132c01c-1533-4c41-8ffd-5043a2736d94" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "18f472e57eb154abdecc1d345f46fd71", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "18f472e57eb154abdecc1d345f46fd71", - "x-ms-correlation-request-id": "2a748c9a-ffe5-4220-9920-1a8f8d406c30", - "x-ms-ratelimit-remaining-subscription-reads": "11880", - "x-ms-request-id": "0044e63e-42d1-48cb-bce1-14874f469a15", - "x-ms-routing-request-id": "WESTUS2:20210901T013917Z:2a748c9a-ffe5-4220-9920-1a8f8d406c30" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "875615ef4d4815866caa6807393594cc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "875615ef4d4815866caa6807393594cc", - "x-ms-correlation-request-id": "8225639e-99d4-4b64-9cfe-299c0f234b2e", - "x-ms-ratelimit-remaining-subscription-reads": "11879", - "x-ms-request-id": "4ec0755a-f837-42d7-b501-c601af1c14e7", - "x-ms-routing-request-id": "WESTUS2:20210901T013918Z:8225639e-99d4-4b64-9cfe-299c0f234b2e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d57614b92161fed4a55540b7e5d62142", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d57614b92161fed4a55540b7e5d62142", - "x-ms-correlation-request-id": "704158b2-e69e-434d-88a2-98e2f2dd4961", - "x-ms-ratelimit-remaining-subscription-reads": "11878", - "x-ms-request-id": "ab08b8f6-3c7f-4be3-9d41-9bda35c46abe", - "x-ms-routing-request-id": "WESTUS2:20210901T013919Z:704158b2-e69e-434d-88a2-98e2f2dd4961" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "75c4d74c9f809720ebdeab0716a41ba8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "75c4d74c9f809720ebdeab0716a41ba8", - "x-ms-correlation-request-id": "d14323b2-880e-4ea9-9719-bbb1c7ca9f27", - "x-ms-ratelimit-remaining-subscription-reads": "11877", - "x-ms-request-id": "6c50987b-f249-49be-92f1-e2d980e6df4d", - "x-ms-routing-request-id": "WESTUS2:20210901T013920Z:d14323b2-880e-4ea9-9719-bbb1c7ca9f27" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b7b503728cfce104157e1f30dce3096", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:39:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b7b503728cfce104157e1f30dce3096", - "x-ms-correlation-request-id": "47f2af0a-6fda-45a1-adbf-b7d56a86ae89", - "x-ms-ratelimit-remaining-subscription-reads": "11876", - "x-ms-request-id": "8c9b810a-69bb-46c0-af4c-a06944319403", - "x-ms-routing-request-id": "WESTUS2:20210901T013921Z:47f2af0a-6fda-45a1-adbf-b7d56a86ae89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/a4f68d02-e36f-4c5b-8bdc-43582f90ed59?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "61bb26891f70194cf3dee98275cce801", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:39:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "61bb26891f70194cf3dee98275cce801", - "x-ms-correlation-request-id": "173e3cec-6282-4d53-8ce3-db0c4437d5fd", - "x-ms-ratelimit-remaining-subscription-reads": "11875", - "x-ms-request-id": "d4d0ed20-1e89-4574-baa8-938dcfe54dad", - "x-ms-routing-request-id": "WESTUS2:20210901T013923Z:173e3cec-6282-4d53-8ce3-db0c4437d5fd" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793", - "name": "sto793", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:39:04.6015321Z", - "primaryEndpoints": { - "blob": "https://sto793.blob.core.windows.net/", - "queue": "https://sto793.queue.core.windows.net/", - "table": "https://sto793.table.core.windows.net/", - "file": "https://sto793.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-3e75f7519e7a264a93c9f28f6420902a-a997569a25520549-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9580973ad55b2372c7f63328bd2d8a1c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:39:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9580973ad55b2372c7f63328bd2d8a1c", - "x-ms-correlation-request-id": "8f93815b-7d4a-4a50-84ce-fffe44609e9e", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "799f4c66-ab95-4cb5-ab3c-326a934c7bf0", - "x-ms-routing-request-id": "WESTUS2:20210901T013924Z:8f93815b-7d4a-4a50-84ce-fffe44609e9e" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793", - "name": "sto793", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:39:04.6015321Z", - "primaryEndpoints": { - "blob": "https://sto793.blob.core.windows.net/", - "queue": "https://sto793.queue.core.windows.net/", - "table": "https://sto793.table.core.windows.net/", - "file": "https://sto793.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-12b2a17ec8e3774286b92635fabbe95f-45eb4f9e2c688a4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ef7d14aeb9e81738036158f03e8d5874", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:39:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ef7d14aeb9e81738036158f03e8d5874", - "x-ms-correlation-request-id": "3cebe7e3-272b-4586-a8db-31d6b2f4f5f4", - "x-ms-ratelimit-remaining-subscription-reads": "11874", - "x-ms-request-id": "e7e9218a-e000-4ad5-85db-60f4a67d2779", - "x-ms-routing-request-id": "WESTUS2:20210901T013924Z:3cebe7e3-272b-4586-a8db-31d6b2f4f5f4" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6998/providers/Microsoft.Storage/storageAccounts/sto793", - "name": "sto793", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:39:04.7265112Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:39:04.6015321Z", - "primaryEndpoints": { - "blob": "https://sto793.blob.core.windows.net/", - "queue": "https://sto793.queue.core.windows.net/", - "table": "https://sto793.table.core.windows.net/", - "file": "https://sto793.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1516441663", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json deleted file mode 100644 index db20ee390b0df..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateMultipleTestAsync.json +++ /dev/null @@ -1,873 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3f33844328bba6f415e98c1539f46159", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "3ecbb8cf-efce-489e-a5e8-c42237fe4f5b", - "x-ms-ratelimit-remaining-subscription-reads": "11791", - "x-ms-request-id": "3ecbb8cf-efce-489e-a5e8-c42237fe4f5b", - "x-ms-routing-request-id": "WESTUS2:20210901T025118Z:3ecbb8cf-efce-489e-a5e8-c42237fe4f5b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0755fb55a4cc7e97605742f6b56a1ec5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "93cb0957-73e0-4393-a3c0-5e0a412ed41a", - "x-ms-ratelimit-remaining-subscription-reads": "11790", - "x-ms-request-id": "93cb0957-73e0-4393-a3c0-5e0a412ed41a", - "x-ms-routing-request-id": "WESTUS2:20210901T025119Z:93cb0957-73e0-4393-a3c0-5e0a412ed41a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1463?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-2ccf8c704bf6fc468f9bb0a98f3ddc60-0e281471f6e01f4b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc90b2aba542a5eec92cfb9a4480655a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:18 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "86c2e48c-f9ff-497e-8310-0a666df27430", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "86c2e48c-f9ff-497e-8310-0a666df27430", - "x-ms-routing-request-id": "WESTUS2:20210901T025119Z:86c2e48c-f9ff-497e-8310-0a666df27430" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463", - "name": "res1463", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-98cc2889cfad474e966e168659e6b43a-3575a7b8a358a947-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0b12c8309f44b5ecde63e5fef0aacac7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0b12c8309f44b5ecde63e5fef0aacac7", - "x-ms-correlation-request-id": "d6479f08-1908-4077-9f74-5bb5bc61c91d", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "6652ddc2-778a-4110-857f-c9204cf98202", - "x-ms-routing-request-id": "WESTUS2:20210901T025122Z:d6479f08-1908-4077-9f74-5bb5bc61c91d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "553a759bdab21367a326644109a6d881", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "553a759bdab21367a326644109a6d881", - "x-ms-correlation-request-id": "e5eb6436-fac8-42a9-80e6-5476775280a6", - "x-ms-ratelimit-remaining-subscription-reads": "11789", - "x-ms-request-id": "6689f8f9-fcb1-4113-9680-d919ebf34277", - "x-ms-routing-request-id": "WESTUS2:20210901T025122Z:e5eb6436-fac8-42a9-80e6-5476775280a6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f214d23089231dc372aca9412651d1c2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f214d23089231dc372aca9412651d1c2", - "x-ms-correlation-request-id": "58bbf805-9cff-4cee-b48c-0657493ec5dc", - "x-ms-ratelimit-remaining-subscription-reads": "11788", - "x-ms-request-id": "2fdb6b0e-3035-4890-a127-8545d7c6cf7f", - "x-ms-routing-request-id": "WESTUS2:20210901T025123Z:58bbf805-9cff-4cee-b48c-0657493ec5dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b63088c756f5514262d2e56ae145dbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b63088c756f5514262d2e56ae145dbb", - "x-ms-correlation-request-id": "b7abd70e-412e-4d9e-879a-4c3049db9838", - "x-ms-ratelimit-remaining-subscription-reads": "11787", - "x-ms-request-id": "66613d14-4689-4134-896b-84a08d131b58", - "x-ms-routing-request-id": "WESTUS2:20210901T025125Z:b7abd70e-412e-4d9e-879a-4c3049db9838" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "106af62be50711b9b21de2063026ed52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "106af62be50711b9b21de2063026ed52", - "x-ms-correlation-request-id": "2bb4f85f-e280-4f18-bb86-af9d5cb58f8c", - "x-ms-ratelimit-remaining-subscription-reads": "11786", - "x-ms-request-id": "ffffdb2a-b39f-4e1d-9507-76615e948b41", - "x-ms-routing-request-id": "WESTUS2:20210901T025126Z:2bb4f85f-e280-4f18-bb86-af9d5cb58f8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "00b5a1545d43bb11bdbfccf65a6c6e5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "00b5a1545d43bb11bdbfccf65a6c6e5e", - "x-ms-correlation-request-id": "b387e169-acf1-4ec3-84bd-bcf18845507b", - "x-ms-ratelimit-remaining-subscription-reads": "11785", - "x-ms-request-id": "347c1fe8-9438-422f-8037-c50f8747876a", - "x-ms-routing-request-id": "WESTUS2:20210901T025127Z:b387e169-acf1-4ec3-84bd-bcf18845507b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f15ed4fc0e6a7bb4e51c852920e2400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f15ed4fc0e6a7bb4e51c852920e2400", - "x-ms-correlation-request-id": "6698e89d-7891-48e9-b200-b7c8009a1303", - "x-ms-ratelimit-remaining-subscription-reads": "11784", - "x-ms-request-id": "d0f34aa9-4d96-4e7e-831e-d15fef880e54", - "x-ms-routing-request-id": "WESTUS2:20210901T025128Z:6698e89d-7891-48e9-b200-b7c8009a1303" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0d01dc405c5fcd77e4af534819c3b746", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0d01dc405c5fcd77e4af534819c3b746", - "x-ms-correlation-request-id": "d2b58ba0-d0d6-4b08-800a-1a85dc328ca8", - "x-ms-ratelimit-remaining-subscription-reads": "11783", - "x-ms-request-id": "8c62b6ef-10b5-43d3-837e-10be625d6b20", - "x-ms-routing-request-id": "WESTUS2:20210901T025129Z:d2b58ba0-d0d6-4b08-800a-1a85dc328ca8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42b784aebd10936be60eb2f294bf28af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42b784aebd10936be60eb2f294bf28af", - "x-ms-correlation-request-id": "e3e273ec-7b92-4406-88ba-065aa856c7dc", - "x-ms-ratelimit-remaining-subscription-reads": "11782", - "x-ms-request-id": "0dfaaa2f-eac6-46d4-8854-53f1ac939826", - "x-ms-routing-request-id": "WESTUS2:20210901T025130Z:e3e273ec-7b92-4406-88ba-065aa856c7dc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7eb5cb9a616af2ff76474b366d728e8a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7eb5cb9a616af2ff76474b366d728e8a", - "x-ms-correlation-request-id": "ff3eff5c-ebe0-47e5-a6cc-872293133b1b", - "x-ms-ratelimit-remaining-subscription-reads": "11781", - "x-ms-request-id": "5ac5d672-eb18-43f1-a510-55739deb593e", - "x-ms-routing-request-id": "WESTUS2:20210901T025131Z:ff3eff5c-ebe0-47e5-a6cc-872293133b1b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0ea4829ae15682f0706d2751a9853925", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0ea4829ae15682f0706d2751a9853925", - "x-ms-correlation-request-id": "45ea5c79-f01c-4016-82f1-7b94a82780b4", - "x-ms-ratelimit-remaining-subscription-reads": "11780", - "x-ms-request-id": "68d11a0f-704d-47df-81b2-9ef280d78006", - "x-ms-routing-request-id": "WESTUS2:20210901T025132Z:45ea5c79-f01c-4016-82f1-7b94a82780b4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4dada387380d4ddb85c4ccc872352673", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4dada387380d4ddb85c4ccc872352673", - "x-ms-correlation-request-id": "50589ae2-3c34-4a74-afa5-ff4afa2adebb", - "x-ms-ratelimit-remaining-subscription-reads": "11779", - "x-ms-request-id": "abb9ed42-dc3f-4931-af2e-cb9e01200e89", - "x-ms-routing-request-id": "WESTUS2:20210901T025133Z:50589ae2-3c34-4a74-afa5-ff4afa2adebb" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "125828801a1ab859db330dfd39ad49f0", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "125828801a1ab859db330dfd39ad49f0", - "x-ms-correlation-request-id": "f4a2bae5-1d24-449b-a8d0-804c63c3ee61", - "x-ms-ratelimit-remaining-subscription-reads": "11778", - "x-ms-request-id": "87991e44-8e87-4896-9d8d-bfeed80c9680", - "x-ms-routing-request-id": "WESTUS2:20210901T025135Z:f4a2bae5-1d24-449b-a8d0-804c63c3ee61" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "caaf250e40c4617ca75788911427103b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "caaf250e40c4617ca75788911427103b", - "x-ms-correlation-request-id": "0dc1433a-1537-4ffe-b43c-3ecd0ffd81bc", - "x-ms-ratelimit-remaining-subscription-reads": "11777", - "x-ms-request-id": "420b2eae-a1a8-46b2-8cbe-5311da683188", - "x-ms-routing-request-id": "WESTUS2:20210901T025136Z:0dc1433a-1537-4ffe-b43c-3ecd0ffd81bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "81d1b347262c6c0b49f571da2add13d7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:51:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "81d1b347262c6c0b49f571da2add13d7", - "x-ms-correlation-request-id": "f222553c-b846-40bb-a3c2-ce91839d15c6", - "x-ms-ratelimit-remaining-subscription-reads": "11776", - "x-ms-request-id": "06fb4273-52c3-4437-a66f-79ab04ee709b", - "x-ms-routing-request-id": "WESTUS2:20210901T025137Z:f222553c-b846-40bb-a3c2-ce91839d15c6" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/6652ddc2-778a-4110-857f-c9204cf98202?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4db9db7b5b863faeabf76bc391c7a3b3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1161", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:51:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4db9db7b5b863faeabf76bc391c7a3b3", - "x-ms-correlation-request-id": "b45e739f-985e-40f6-9e07-8d751347ea8d", - "x-ms-ratelimit-remaining-subscription-reads": "11775", - "x-ms-request-id": "0ecf0bd9-dcf1-42c0-93be-62d1cf9b5946", - "x-ms-routing-request-id": "WESTUS2:20210901T025138Z:b45e739f-985e-40f6-9e07-8d751347ea8d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824", - "name": "sto824", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:51:20.8543650Z", - "primaryEndpoints": { - "blob": "https://sto824.blob.core.windows.net/", - "queue": "https://sto824.queue.core.windows.net/", - "table": "https://sto824.table.core.windows.net/", - "file": "https://sto824.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-f0e7d14efda227488e03191e3f5dbe17-5d8cb81805000247-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85b5d223c8dce8c41a4281cfcfa136c9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:51:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85b5d223c8dce8c41a4281cfcfa136c9", - "x-ms-correlation-request-id": "2264267f-ea07-4071-b32f-f04d7ae68f46", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "486d4c11-9f23-4fad-a6b4-b884d050c5c6", - "x-ms-routing-request-id": "WESTUS2:20210901T025140Z:2264267f-ea07-4071-b32f-f04d7ae68f46" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824", - "name": "sto824", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:51:20.8543650Z", - "primaryEndpoints": { - "blob": "https://sto824.blob.core.windows.net/", - "queue": "https://sto824.queue.core.windows.net/", - "table": "https://sto824.table.core.windows.net/", - "file": "https://sto824.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-755c5b0734744a42b1ee19a8341c0689-029ef28729ad484f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3916b043c26eebb50591d535bb47db82", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1113", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:51:39 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3916b043c26eebb50591d535bb47db82", - "x-ms-correlation-request-id": "ddf1669b-eca4-4b84-87c5-ae0885419b80", - "x-ms-ratelimit-remaining-subscription-reads": "11774", - "x-ms-request-id": "ed051409-3c63-4565-a842-285c28a53847", - "x-ms-routing-request-id": "WESTUS2:20210901T025140Z:ddf1669b-eca4-4b84-87c5-ae0885419b80" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1463/providers/Microsoft.Storage/storageAccounts/sto824", - "name": "sto824", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:51:20.9949798Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:51:20.8543650Z", - "primaryEndpoints": { - "blob": "https://sto824.blob.core.windows.net/", - "queue": "https://sto824.queue.core.windows.net/", - "table": "https://sto824.table.core.windows.net/", - "file": "https://sto824.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "217605627", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json deleted file mode 100644 index 780b7c92e1171..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTest.json +++ /dev/null @@ -1,1271 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e7c0fb1627f5ed0b7364dba1b15e6556", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "49aa622b-0252-494c-a592-1a5c93194910", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "49aa622b-0252-494c-a592-1a5c93194910", - "x-ms-routing-request-id": "WESTUS2:20210901T014027Z:49aa622b-0252-494c-a592-1a5c93194910" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "430937e962397c1e5b73a680dc68dec3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "922fff58-688d-479f-aef1-304dfe0c6754", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "922fff58-688d-479f-aef1-304dfe0c6754", - "x-ms-routing-request-id": "WESTUS2:20210901T014027Z:922fff58-688d-479f-aef1-304dfe0c6754" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res272?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-aebad3fe6857c14db7ff0d5f0ece3336-2d5c69188731bf4e-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73bb7bc0792d094da3ae66df958b86f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "a7bf00cf-bffb-4273-ae5b-0c6317bf65e7", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "a7bf00cf-bffb-4273-ae5b-0c6317bf65e7", - "x-ms-routing-request-id": "WESTUS2:20210901T014028Z:a7bf00cf-bffb-4273-ae5b-0c6317bf65e7" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272", - "name": "res272", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-5960a38af2c4e749ac89f438a8cac968-9505553c09f6a64b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dca20e84b43c43dd8c81818a100a8617", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dca20e84b43c43dd8c81818a100a8617", - "x-ms-correlation-request-id": "8f1d49be-76ee-41bc-94e5-fd994d4f6b7d", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "bae8ec33-225d-4e7d-9ad5-f5781dc01d41", - "x-ms-routing-request-id": "WESTUS2:20210901T014031Z:8f1d49be-76ee-41bc-94e5-fd994d4f6b7d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfe47a8bb820c783de2fa0f8cc7e93a4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfe47a8bb820c783de2fa0f8cc7e93a4", - "x-ms-correlation-request-id": "0151e479-b72f-4af8-a678-bcc9800b03d9", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "728bf25c-9d68-44fa-848c-644875e046eb", - "x-ms-routing-request-id": "WESTUS2:20210901T014031Z:0151e479-b72f-4af8-a678-bcc9800b03d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9989c7df4aa3c87e4fe6a2a60124a7c5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:32 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9989c7df4aa3c87e4fe6a2a60124a7c5", - "x-ms-correlation-request-id": "fbf4e326-da48-48c5-b7ae-1bf8d54c0698", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "3403d839-3cf7-4d66-a40f-16b61887622d", - "x-ms-routing-request-id": "WESTUS2:20210901T014032Z:fbf4e326-da48-48c5-b7ae-1bf8d54c0698" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "95fe6098b72653f76e1bccb41bc6efbb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:33 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "95fe6098b72653f76e1bccb41bc6efbb", - "x-ms-correlation-request-id": "5713cd9b-974e-4975-9a23-94ccc51a1aca", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "bd0ce56f-0c6f-40a3-a150-3dd1a12add7c", - "x-ms-routing-request-id": "WESTUS2:20210901T014033Z:5713cd9b-974e-4975-9a23-94ccc51a1aca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4d90f034f3d417dfb1c7f3915ddc5b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:34 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d4d90f034f3d417dfb1c7f3915ddc5b9", - "x-ms-correlation-request-id": "801854c2-caff-460f-93fa-d7299aba1b6a", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "3ffc8ba0-234c-4ef4-b4aa-eee8401df54d", - "x-ms-routing-request-id": "WESTUS2:20210901T014034Z:801854c2-caff-460f-93fa-d7299aba1b6a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b5fda88fd7f287dd0352b877ecaac89", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:35 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b5fda88fd7f287dd0352b877ecaac89", - "x-ms-correlation-request-id": "cc2dd307-da92-49e0-a304-34671b52526c", - "x-ms-ratelimit-remaining-subscription-reads": "11811", - "x-ms-request-id": "36ce820d-9305-41f3-a9d0-baf83d54888b", - "x-ms-routing-request-id": "WESTUS2:20210901T014036Z:cc2dd307-da92-49e0-a304-34671b52526c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2a2e7f7d24b4888e3bd990a37be3e91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:36 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f2a2e7f7d24b4888e3bd990a37be3e91", - "x-ms-correlation-request-id": "7b890cd0-bb56-4b40-a5bd-e523f47aa189", - "x-ms-ratelimit-remaining-subscription-reads": "11810", - "x-ms-request-id": "91a6b48f-f1d7-4ff7-ad5c-00b3aebed992", - "x-ms-routing-request-id": "WESTUS2:20210901T014037Z:7b890cd0-bb56-4b40-a5bd-e523f47aa189" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "402b12558466063b91b0040724f5c331", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:37 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "402b12558466063b91b0040724f5c331", - "x-ms-correlation-request-id": "1263a853-6902-4845-95bd-0a491a6a24a7", - "x-ms-ratelimit-remaining-subscription-reads": "11809", - "x-ms-request-id": "6ec5f4db-4fe6-4dbb-9cfa-7540d644e626", - "x-ms-routing-request-id": "WESTUS2:20210901T014038Z:1263a853-6902-4845-95bd-0a491a6a24a7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2d42f66fd33ab56d521787c26373f111", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:39 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2d42f66fd33ab56d521787c26373f111", - "x-ms-correlation-request-id": "32b2a715-fa06-4b3b-ae94-6ef6ce9c9eb2", - "x-ms-ratelimit-remaining-subscription-reads": "11808", - "x-ms-request-id": "de4fd717-2c65-484a-8e7b-ea0f6b4c3a4d", - "x-ms-routing-request-id": "WESTUS2:20210901T014039Z:32b2a715-fa06-4b3b-ae94-6ef6ce9c9eb2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6b3199f66b9e7322ac9c609acd8024ee", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6b3199f66b9e7322ac9c609acd8024ee", - "x-ms-correlation-request-id": "ef7a37b1-0213-4a0f-9ff4-cdc650fc720e", - "x-ms-ratelimit-remaining-subscription-reads": "11807", - "x-ms-request-id": "3999c199-7c29-4fb6-a37a-ed1f77e8c5b4", - "x-ms-routing-request-id": "WESTUS2:20210901T014040Z:ef7a37b1-0213-4a0f-9ff4-cdc650fc720e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "409a68fa107c8156a475ee4ffc79a21e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "409a68fa107c8156a475ee4ffc79a21e", - "x-ms-correlation-request-id": "b7a8e39d-8c0c-4ec2-af46-8dd6517159bf", - "x-ms-ratelimit-remaining-subscription-reads": "11806", - "x-ms-request-id": "5c3300d6-8fc6-4a3a-9c84-c97e204c372b", - "x-ms-routing-request-id": "WESTUS2:20210901T014041Z:b7a8e39d-8c0c-4ec2-af46-8dd6517159bf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8a11f2bf57c30392d3cf819d73d3e8d1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8a11f2bf57c30392d3cf819d73d3e8d1", - "x-ms-correlation-request-id": "c9838b8b-8c7f-401e-b404-d0d21de8b0f8", - "x-ms-ratelimit-remaining-subscription-reads": "11805", - "x-ms-request-id": "27234588-d32c-4f69-bc87-a2311a22ae9d", - "x-ms-routing-request-id": "WESTUS2:20210901T014042Z:c9838b8b-8c7f-401e-b404-d0d21de8b0f8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fac799f2b0d8e69543afc6297dd37632", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fac799f2b0d8e69543afc6297dd37632", - "x-ms-correlation-request-id": "388fb93b-a933-487a-9e2c-8bcc8c0f8b18", - "x-ms-ratelimit-remaining-subscription-reads": "11804", - "x-ms-request-id": "a781591c-ec70-433e-8105-a008da80abbc", - "x-ms-routing-request-id": "WESTUS2:20210901T014043Z:388fb93b-a933-487a-9e2c-8bcc8c0f8b18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dadb42fa996fa22ad6966cac8fb90ed1", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dadb42fa996fa22ad6966cac8fb90ed1", - "x-ms-correlation-request-id": "70220ed8-eff6-4e9f-bb82-78c04e77ca23", - "x-ms-ratelimit-remaining-subscription-reads": "11803", - "x-ms-request-id": "ec4b1803-47f9-46ad-84a6-60fd74b7186a", - "x-ms-routing-request-id": "WESTUS2:20210901T014045Z:70220ed8-eff6-4e9f-bb82-78c04e77ca23" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "635c1c8da7b10f455c2a471390698600", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:40:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "635c1c8da7b10f455c2a471390698600", - "x-ms-correlation-request-id": "a929e65b-f991-4703-8415-243039c67c4a", - "x-ms-ratelimit-remaining-subscription-reads": "11802", - "x-ms-request-id": "21164ffb-8d38-42f2-aef7-4771a1392805", - "x-ms-routing-request-id": "WESTUS2:20210901T014046Z:a929e65b-f991-4703-8415-243039c67c4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/bae8ec33-225d-4e7d-9ad5-f5781dc01d41?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30a34e580df859626e24244143e85689", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1166", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:46 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30a34e580df859626e24244143e85689", - "x-ms-correlation-request-id": "4f631aa7-4271-4e21-b749-badd8c2f9455", - "x-ms-ratelimit-remaining-subscription-reads": "11801", - "x-ms-request-id": "7e8c1cf2-183f-4619-929d-640e745275d1", - "x-ms-routing-request-id": "WESTUS2:20210901T014047Z:4f631aa7-4271-4e21-b749-badd8c2f9455" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-4919886869595741afcc01fa5b59864c-4eda02867f383648-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "609bf5a112775280fccc7d445216116d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1102", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "609bf5a112775280fccc7d445216116d", - "x-ms-correlation-request-id": "13184d03-cb44-4a38-8b22-7e34f9f3a869", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "373bb28e-2d05-4f1e-bede-bc41a1afe49c", - "x-ms-routing-request-id": "WESTUS2:20210901T014048Z:13184d03-cb44-4a38-8b22-7e34f9f3a869" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-655db620667fa241b3cfecd22c749c71-32c5d9dd13b5f245-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "40546c10dd1680d9ba03f48d8304cb73", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1102", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:48 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "40546c10dd1680d9ba03f48d8304cb73", - "x-ms-correlation-request-id": "a3ec78dd-7f5e-4497-a3b0-50b7d6329f01", - "x-ms-ratelimit-remaining-subscription-reads": "11800", - "x-ms-request-id": "1e2d837f-ab96-44fe-952f-7e92e3c5ab67", - "x-ms-routing-request-id": "WESTUS2:20210901T014048Z:a3ec78dd-7f5e-4497-a3b0-50b7d6329f01" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-08992884095962418d2639388d4d89a1-93d76279b0717f41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9b72bdd425cd4589ce51342b8f1d0657", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:49 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9b72bdd425cd4589ce51342b8f1d0657", - "x-ms-correlation-request-id": "2922efa7-0e99-41a6-ab99-3c881655d328", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "4f3c3cfb-072b-4c26-8141-8d6f7a048d04", - "x-ms-routing-request-id": "WESTUS2:20210901T014050Z:2922efa7-0e99-41a6-ab99-3c881655d328" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-4cc501f05d4fbd40881cc5703529fc62-04f420b77053854f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d631b7131694c3731b1aa6731df3cef8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:50 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d631b7131694c3731b1aa6731df3cef8", - "x-ms-correlation-request-id": "199d3ed3-ca45-4383-8e80-895af36b2714", - "x-ms-ratelimit-remaining-subscription-reads": "11799", - "x-ms-request-id": "043316c2-e72d-49c2-8565-219fdb55f59e", - "x-ms-routing-request-id": "WESTUS2:20210901T014050Z:199d3ed3-ca45-4383-8e80-895af36b2714" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "211", - "Content-Type": "application/json", - "traceparent": "00-20d14edba4e1bf448a809892cf505d8c-e104514ff2b9b441-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "94700a0075a4ea9fe30e72c4a9adf19c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "94700a0075a4ea9fe30e72c4a9adf19c", - "x-ms-correlation-request-id": "e69f5a3e-865b-42b2-bfe2-e9044b42ad6c", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "7d61a814-3983-424a-8107-270d2d4115ca", - "x-ms-routing-request-id": "WESTUS2:20210901T014052Z:e69f5a3e-865b-42b2-bfe2-e9044b42ad6c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-b7956bb46ed18248b8993b3031737f87-0271c10190bac849-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc7a9dfcf4d3bddf4aaf80b27f1527da", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1118", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:51 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc7a9dfcf4d3bddf4aaf80b27f1527da", - "x-ms-correlation-request-id": "5ac7cc8d-8228-4468-9c9f-c3414cd3e3d7", - "x-ms-ratelimit-remaining-subscription-reads": "11798", - "x-ms-request-id": "97ac4e40-f238-4197-ae03-c3c04d0a1f48", - "x-ms-routing-request-id": "WESTUS2:20210901T014052Z:5ac7cc8d-8228-4468-9c9f-c3414cd3e3d7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799", - "name": "sto2799", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:40:30.1517478Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:40:30.0267159Z", - "primaryEndpoints": { - "blob": "https://sto2799.blob.core.windows.net/", - "queue": "https://sto2799.queue.core.windows.net/", - "table": "https://sto2799.table.core.windows.net/", - "file": "https://sto2799.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res272/providers/Microsoft.Storage/storageAccounts/sto2799?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "82", - "Content-Type": "application/json", - "traceparent": "00-7b2f464b4517a04392cb852451ee5259-a0cdd468d9642f47-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "852b3c8271ad9db31746f386a4ae196d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:40:52 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "852b3c8271ad9db31746f386a4ae196d", - "x-ms-correlation-request-id": "c45d35fe-4244-48e9-ba50-6c8601822b9a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "842ebd25-cddf-4872-addb-72d00ee3a833", - "x-ms-routing-request-id": "WESTUS2:20210901T014053Z:c45d35fe-4244-48e9-ba50-6c8601822b9a" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto2799.blob.core.windows.net,sto2799.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "96329361", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json deleted file mode 100644 index eb794f0caf3bb..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateTestAsync.json +++ /dev/null @@ -1,1302 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d4cc008707cbdbef2e06639049d68884", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "42a319f7-a7d7-40bc-995c-b9798a5b7aa1", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "42a319f7-a7d7-40bc-995c-b9798a5b7aa1", - "x-ms-routing-request-id": "WESTUS2:20210901T025242Z:42a319f7-a7d7-40bc-995c-b9798a5b7aa1" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3660f40980af76b5c5ea6a2321f261cb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:42 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "d5c1338d-4570-4afa-9517-fd3fc2203b0b", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "d5c1338d-4570-4afa-9517-fd3fc2203b0b", - "x-ms-routing-request-id": "WESTUS2:20210901T025242Z:d5c1338d-4570-4afa-9517-fd3fc2203b0b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res9421?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-a674524800df484a8281fd71314e4ee2-62a4b02a3cd1f249-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9698f75dab84ac91697003ffe3ad44fb", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:44 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7659bd91-1eaa-491e-8ca6-282a535d7802", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "7659bd91-1eaa-491e-8ca6-282a535d7802", - "x-ms-routing-request-id": "WESTUS2:20210901T025244Z:7659bd91-1eaa-491e-8ca6-282a535d7802" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421", - "name": "res9421", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-800ee780114bc647862c62bb7856700f-175e0734a0fd0d4f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8175b45507d7554a0ee19ccbb93ca598", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8175b45507d7554a0ee19ccbb93ca598", - "x-ms-correlation-request-id": "bca8d99f-8eaf-4678-8102-cce54aa843b7", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "dcb4839e-597a-41b5-bd70-e9387a6b95ad", - "x-ms-routing-request-id": "WESTUS2:20210901T025247Z:bca8d99f-8eaf-4678-8102-cce54aa843b7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ac9c3e283856ef854d4075caf4e0af34", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ac9c3e283856ef854d4075caf4e0af34", - "x-ms-correlation-request-id": "18e3cd48-799e-457c-b17b-9c84e92ffb2c", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "b83ac478-d17d-4e0f-a1d0-2303d9f7c87d", - "x-ms-routing-request-id": "WESTUS2:20210901T025248Z:18e3cd48-799e-457c-b17b-9c84e92ffb2c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c00c675e0b65d0f56ca6f791f798df2c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c00c675e0b65d0f56ca6f791f798df2c", - "x-ms-correlation-request-id": "335489f0-d1bb-4ab8-934b-607702820018", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "994bc2db-325a-48ad-8e98-bd6ba8d03763", - "x-ms-routing-request-id": "WESTUS2:20210901T025249Z:335489f0-d1bb-4ab8-934b-607702820018" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7ba377a3f89f9e4166efa2ad0e7ed9a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7ba377a3f89f9e4166efa2ad0e7ed9a9", - "x-ms-correlation-request-id": "bde55e47-5c54-444c-bbc8-c254a413c787", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "dca3d4d6-7cad-4118-97ca-eeeea911ec2f", - "x-ms-routing-request-id": "WESTUS2:20210901T025250Z:bde55e47-5c54-444c-bbc8-c254a413c787" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e54db967dd51dbf48cc40af40f4f8b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e54db967dd51dbf48cc40af40f4f8b5", - "x-ms-correlation-request-id": "8a70d440-5670-4a2f-9e56-7ff3b1bd3e73", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "9135133c-f439-4a5f-aee4-1aa8b04c6911", - "x-ms-routing-request-id": "WESTUS2:20210901T025251Z:8a70d440-5670-4a2f-9e56-7ff3b1bd3e73" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d264961343d6594256d59766848c1ed", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d264961343d6594256d59766848c1ed", - "x-ms-correlation-request-id": "c7c598a3-19b0-4586-9e55-d9eee6fca0d7", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "51ae9eff-c439-4a86-9517-0ac3466d0c28", - "x-ms-routing-request-id": "WESTUS2:20210901T025252Z:c7c598a3-19b0-4586-9e55-d9eee6fca0d7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1bfb4dccd0442657b88532d2b8925d72", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1bfb4dccd0442657b88532d2b8925d72", - "x-ms-correlation-request-id": "e407edae-9f97-48f6-b195-bfcede707a3c", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "af0a6e09-ac4a-41b6-8664-14ca9c41f012", - "x-ms-routing-request-id": "WESTUS2:20210901T025253Z:e407edae-9f97-48f6-b195-bfcede707a3c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c54becf65c57626c46eee9672348b400", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c54becf65c57626c46eee9672348b400", - "x-ms-correlation-request-id": "10f299d7-fd42-4c4a-b361-980f0a24c09a", - "x-ms-ratelimit-remaining-subscription-reads": "11974", - "x-ms-request-id": "65a68365-6fb3-4773-9c97-ff8af2e81619", - "x-ms-routing-request-id": "WESTUS2:20210901T025254Z:10f299d7-fd42-4c4a-b361-980f0a24c09a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f3e3520adcf89170f200c5b701c2ac93", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f3e3520adcf89170f200c5b701c2ac93", - "x-ms-correlation-request-id": "127a1627-0f54-4107-9916-7570e4c4b977", - "x-ms-ratelimit-remaining-subscription-reads": "11973", - "x-ms-request-id": "9cbec774-fcd2-4044-93d3-dc429e873db0", - "x-ms-routing-request-id": "WESTUS2:20210901T025255Z:127a1627-0f54-4107-9916-7570e4c4b977" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7b80e710fcfc6f95e099d455e7ef036f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7b80e710fcfc6f95e099d455e7ef036f", - "x-ms-correlation-request-id": "34a647fa-71eb-42d4-b7f3-52aa274728d9", - "x-ms-ratelimit-remaining-subscription-reads": "11972", - "x-ms-request-id": "bec7060a-9cc9-48ba-93a6-0e062269312c", - "x-ms-routing-request-id": "WESTUS2:20210901T025256Z:34a647fa-71eb-42d4-b7f3-52aa274728d9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "66c732d16aaf197a7cbad35797b56084", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "66c732d16aaf197a7cbad35797b56084", - "x-ms-correlation-request-id": "89c35093-1f16-4d94-80f1-51d56812da28", - "x-ms-ratelimit-remaining-subscription-reads": "11971", - "x-ms-request-id": "5f328bda-71c5-4605-8b98-791c76b79147", - "x-ms-routing-request-id": "WESTUS2:20210901T025258Z:89c35093-1f16-4d94-80f1-51d56812da28" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3c57554238c80e04bd73135f081baa02", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3c57554238c80e04bd73135f081baa02", - "x-ms-correlation-request-id": "02a920b9-606a-4a74-8365-7a187029e875", - "x-ms-ratelimit-remaining-subscription-reads": "11970", - "x-ms-request-id": "ded4f2b3-bf11-4c72-9fd7-cd9f9a9bbc4f", - "x-ms-routing-request-id": "WESTUS2:20210901T025259Z:02a920b9-606a-4a74-8365-7a187029e875" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cfe555fd46faa5e46c66ff41293dd82a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:52:59 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cfe555fd46faa5e46c66ff41293dd82a", - "x-ms-correlation-request-id": "04b7eca9-697c-4e8a-8072-62bec13b471b", - "x-ms-ratelimit-remaining-subscription-reads": "11969", - "x-ms-request-id": "1f1f2ef9-22d1-440d-84f7-e4c08c2a1ba7", - "x-ms-routing-request-id": "WESTUS2:20210901T025300Z:04b7eca9-697c-4e8a-8072-62bec13b471b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "91134f38c69898a62db8a83b571b1160", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:53:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "91134f38c69898a62db8a83b571b1160", - "x-ms-correlation-request-id": "1871d15f-2767-41fd-8d21-8284ee7fc386", - "x-ms-ratelimit-remaining-subscription-reads": "11968", - "x-ms-request-id": "882c93bf-b4c8-46e2-92fd-0f6ad37ec3f0", - "x-ms-routing-request-id": "WESTUS2:20210901T025301Z:1871d15f-2767-41fd-8d21-8284ee7fc386" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "425ad01091d0fc8971b1cf6239c2e57f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:53:01 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "425ad01091d0fc8971b1cf6239c2e57f", - "x-ms-correlation-request-id": "b32e2b30-49ce-4758-a6ec-44ed2b20fd33", - "x-ms-ratelimit-remaining-subscription-reads": "11967", - "x-ms-request-id": "c4295ea4-5540-48c4-9bdb-04b5d6bc2cd0", - "x-ms-routing-request-id": "WESTUS2:20210901T025302Z:b32e2b30-49ce-4758-a6ec-44ed2b20fd33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b826e89b18083669ae4da1419da84e51", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:53:03 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b826e89b18083669ae4da1419da84e51", - "x-ms-correlation-request-id": "adba880a-c7bd-4979-8a0a-f0bddcb99fc7", - "x-ms-ratelimit-remaining-subscription-reads": "11966", - "x-ms-request-id": "78435898-d65e-4c4d-89d0-54a529a214bf", - "x-ms-routing-request-id": "WESTUS2:20210901T025303Z:adba880a-c7bd-4979-8a0a-f0bddcb99fc7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/dcb4839e-597a-41b5-bd70-e9387a6b95ad?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "58309e5595e3a65ac61620e7f7445f6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:04 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "58309e5595e3a65ac61620e7f7445f6a", - "x-ms-correlation-request-id": "9bee9280-f88c-423c-b89f-94bedd3eb379", - "x-ms-ratelimit-remaining-subscription-reads": "11965", - "x-ms-request-id": "eb607cca-1194-4d3a-93cf-01d3c3b56121", - "x-ms-routing-request-id": "WESTUS2:20210901T025304Z:9bee9280-f88c-423c-b89f-94bedd3eb379" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "47", - "Content-Type": "application/json", - "traceparent": "00-15238a5f99035043a864a1f1efdbad4c-1c0b99407a161a4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6ea029d358f4f75867239382f0475ec8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6ea029d358f4f75867239382f0475ec8", - "x-ms-correlation-request-id": "f9df61e3-cf77-463e-8169-8a930dd067af", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "61e6718f-3b4f-46d3-90d1-2aaac0eeac4b", - "x-ms-routing-request-id": "WESTUS2:20210901T025306Z:f9df61e3-cf77-463e-8169-8a930dd067af" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7bdf93a0f2158c4fa8dbb219785e6e61-d71754ef809c7046-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a0d7d628d91059c8d7ff2f1f8823f6a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a0d7d628d91059c8d7ff2f1f8823f6a", - "x-ms-correlation-request-id": "7c16de71-760a-4e4b-a83e-c4e786664c57", - "x-ms-ratelimit-remaining-subscription-reads": "11964", - "x-ms-request-id": "0bf704fe-8e59-4e0b-a4d4-c6f3cef8631a", - "x-ms-routing-request-id": "WESTUS2:20210901T025306Z:7c16de71-760a-4e4b-a83e-c4e786664c57" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "104", - "Content-Type": "application/json", - "traceparent": "00-9504ba247e6795428507d6919baf4c52-12abb1e7ad1aec45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "746e36eddf08fc5d4539f1bf02d7b67e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "746e36eddf08fc5d4539f1bf02d7b67e", - "x-ms-correlation-request-id": "c9617b87-ccf3-460e-9686-3e61233c459a", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "e7275961-4159-4d46-b2c1-72097659f4a7", - "x-ms-routing-request-id": "WESTUS2:20210901T025308Z:c9617b87-ccf3-460e-9686-3e61233c459a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-8644d660e6ab73438ecedd2c38b9feed-6a623482dd59e043-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "798457b8c53746d88c9ae1746667ffe4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:08 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "798457b8c53746d88c9ae1746667ffe4", - "x-ms-correlation-request-id": "b975c657-3c10-4ab2-839a-19b0ef8e35e6", - "x-ms-ratelimit-remaining-subscription-reads": "11963", - "x-ms-request-id": "75ded4cb-cfc7-44e0-9767-34df9a13ae46", - "x-ms-routing-request-id": "WESTUS2:20210901T025308Z:b975c657-3c10-4ab2-839a-19b0ef8e35e6" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "211", - "Content-Type": "application/json", - "traceparent": "00-ead4780322c01048a2ca1ec486caa23a-7d4e7f003102df4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ba9529e4e9d982bf201154589bdc03b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ba9529e4e9d982bf201154589bdc03b5", - "x-ms-correlation-request-id": "021fbd9d-0dad-497b-beb1-56a2ce5ca92c", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "66986ce5-8a66-4f32-8fdd-70223f8b65f2", - "x-ms-routing-request-id": "WESTUS2:20210901T025310Z:021fbd9d-0dad-497b-beb1-56a2ce5ca92c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-1ecd1104e5ee1a47a52f0c062a92424a-ad3bb38153a31742-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a03873c9c6fd28335d28e76dfee895de", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:09 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a03873c9c6fd28335d28e76dfee895de", - "x-ms-correlation-request-id": "7e749bdf-3316-4dd7-89c8-568c5763c538", - "x-ms-ratelimit-remaining-subscription-reads": "11962", - "x-ms-request-id": "e8333e23-b4c9-4e0b-a777-73378524f0d5", - "x-ms-routing-request-id": "WESTUS2:20210901T025310Z:7e749bdf-3316-4dd7-89c8-568c5763c538" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076", - "name": "sto4076", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:52:46.5921249Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:52:46.4827414Z", - "primaryEndpoints": { - "blob": "https://sto4076.blob.core.windows.net/", - "queue": "https://sto4076.queue.core.windows.net/", - "table": "https://sto4076.table.core.windows.net/", - "file": "https://sto4076.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res9421/providers/Microsoft.Storage/storageAccounts/sto4076?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "82", - "Content-Type": "application/json", - "traceparent": "00-00e581b1421ea346a4f49a1eead21291-7360494abafc9f41-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d8db0c39fb42cea5970259267180aaaf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:53:10 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d8db0c39fb42cea5970259267180aaaf", - "x-ms-correlation-request-id": "ee9827e5-1667-496d-bc39-1970a66344f6", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "ae8ec449-66ae-469a-bf21-50eb2b3a5a20", - "x-ms-routing-request-id": "WESTUS2:20210901T025311Z:ee9827e5-1667-496d-bc39-1970a66344f6" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto4076.blob.core.windows.net,sto4076.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "2096417513", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json deleted file mode 100644 index 8f9f49350fa8c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTest.json +++ /dev/null @@ -1,1290 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d43ec2bdc16b538947dc244d7b757f77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "556d0cf7-2133-4e2f-a73d-6087f54a706d", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "556d0cf7-2133-4e2f-a73d-6087f54a706d", - "x-ms-routing-request-id": "WESTUS:20210901T014205Z:556d0cf7-2133-4e2f-a73d-6087f54a706d" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7e1515c59eeb340793cbb1b742920b97", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "7ddf75c3-4c5b-4564-9624-b223d75b75ec", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "7ddf75c3-4c5b-4564-9624-b223d75b75ec", - "x-ms-routing-request-id": "WESTUS:20210901T014205Z:7ddf75c3-4c5b-4564-9624-b223d75b75ec" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res6925?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-d780d106805a424893352da86cbe0d4d-2771a3057e6c964a-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a7bc038a438e7cef533f593b99eeda6b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:05 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "85dbdbf5-d12a-444a-89ee-6a88206509dd", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "85dbdbf5-d12a-444a-89ee-6a88206509dd", - "x-ms-routing-request-id": "WESTUS:20210901T014206Z:85dbdbf5-d12a-444a-89ee-6a88206509dd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925", - "name": "res6925", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-7561544b24d28140aa541d55e099833c-d3058318e987604d-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "12d366581fbb0abb41a010d110b4d08d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "12d366581fbb0abb41a010d110b4d08d", - "x-ms-correlation-request-id": "c7a67f95-e241-42fe-8bfb-17361c44e226", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "9f670b7b-be69-4555-9851-694cb1fd7c5a", - "x-ms-routing-request-id": "WESTUS:20210901T014209Z:c7a67f95-e241-42fe-8bfb-17361c44e226" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a539ee4c3dc4e3ce009d4da2deaa428b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a539ee4c3dc4e3ce009d4da2deaa428b", - "x-ms-correlation-request-id": "8e8bfe7d-7de3-4822-9b72-fe06e01226ba", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "b7333388-b91d-4d2d-8255-8c5e7941dd97", - "x-ms-routing-request-id": "WESTUS:20210901T014209Z:8e8bfe7d-7de3-4822-9b72-fe06e01226ba" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fd9bad88a869228494ac0f22c10c1147", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fd9bad88a869228494ac0f22c10c1147", - "x-ms-correlation-request-id": "527e72b2-5a56-4662-b202-1d76fc27c0e0", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "2cdf991b-6dd2-4636-8ad0-281939f42586", - "x-ms-routing-request-id": "WESTUS:20210901T014210Z:527e72b2-5a56-4662-b202-1d76fc27c0e0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22853ac42b7ac0c9238dc231e82f4758", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22853ac42b7ac0c9238dc231e82f4758", - "x-ms-correlation-request-id": "8c9507ae-5219-4314-9c38-ca4cbe739be8", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "64ddaf1e-63eb-4d23-abb5-4c46cbcde288", - "x-ms-routing-request-id": "WESTUS:20210901T014212Z:8c9507ae-5219-4314-9c38-ca4cbe739be8" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4b26d356df5da36d6a1710172dab22f4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4b26d356df5da36d6a1710172dab22f4", - "x-ms-correlation-request-id": "04b347d0-7827-46ca-9289-029223601ab9", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "76b461fd-0872-46a3-8a22-6d3e46ccbdab", - "x-ms-routing-request-id": "WESTUS:20210901T014213Z:04b347d0-7827-46ca-9289-029223601ab9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a4de068b1f245c10e4dbd9dbe6523a65", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a4de068b1f245c10e4dbd9dbe6523a65", - "x-ms-correlation-request-id": "50874a15-2a86-4c32-adc0-383c3fabf82e", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "3e7f9970-aaa5-4cb8-9887-943874a4439c", - "x-ms-routing-request-id": "WESTUS:20210901T014214Z:50874a15-2a86-4c32-adc0-383c3fabf82e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eecbb764c6e6e4e9cce1b7631ab29277", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eecbb764c6e6e4e9cce1b7631ab29277", - "x-ms-correlation-request-id": "5a1cecf4-d938-4a68-a97f-362a14d5c742", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "1886d04c-9ec5-4cfa-8a84-a0e42dcbecd3", - "x-ms-routing-request-id": "WESTUS:20210901T014215Z:5a1cecf4-d938-4a68-a97f-362a14d5c742" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e1a6cd6ba3503633c2c967820591bd17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e1a6cd6ba3503633c2c967820591bd17", - "x-ms-correlation-request-id": "b3545cec-2355-4aae-8230-6217a6fcfe87", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "92b1111c-5ba8-43be-8d9f-dc2e2c5da5eb", - "x-ms-routing-request-id": "WESTUS:20210901T014216Z:b3545cec-2355-4aae-8230-6217a6fcfe87" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "76b2abdc34dfc50d1cfad74268ad4131", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "76b2abdc34dfc50d1cfad74268ad4131", - "x-ms-correlation-request-id": "bdadf999-07f7-49ca-ae4b-53cc0e7b2e84", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "8ba665c3-9faf-456d-943e-d2df9e733fcf", - "x-ms-routing-request-id": "WESTUS:20210901T014217Z:bdadf999-07f7-49ca-ae4b-53cc0e7b2e84" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1870614858acc11484942c1d5f67de3b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1870614858acc11484942c1d5f67de3b", - "x-ms-correlation-request-id": "0b1f6d95-cd33-4044-97d6-02be417f4caa", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "d14a4f9f-18cd-452e-8e2a-cd0e9f4e812a", - "x-ms-routing-request-id": "WESTUS:20210901T014218Z:0b1f6d95-cd33-4044-97d6-02be417f4caa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f869f241c003798c0e0c556ccf0ce14", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f869f241c003798c0e0c556ccf0ce14", - "x-ms-correlation-request-id": "376c85e9-c08e-4b3f-a317-b3fba9863b91", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2d68de87-a32e-450c-b095-70808f7a886c", - "x-ms-routing-request-id": "WESTUS:20210901T014219Z:376c85e9-c08e-4b3f-a317-b3fba9863b91" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a3393587a521846b96f0f24a08f065b5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a3393587a521846b96f0f24a08f065b5", - "x-ms-correlation-request-id": "37d08400-1788-4f54-b083-d45b88c88009", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "e7af8c96-b360-4e3f-8b48-0eaccedf70ce", - "x-ms-routing-request-id": "WESTUS:20210901T014221Z:37d08400-1788-4f54-b083-d45b88c88009" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c81e9c1bd2272b31c93958cb93bef493", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c81e9c1bd2272b31c93958cb93bef493", - "x-ms-correlation-request-id": "c8e95d09-a9fa-4c6e-a184-aae2647e878d", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "3a313cdc-ccc0-4ac2-9af2-19d51520f0f6", - "x-ms-routing-request-id": "WESTUS:20210901T014222Z:c8e95d09-a9fa-4c6e-a184-aae2647e878d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "299517c63b2d7f193402d80f2a4d2ecf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "299517c63b2d7f193402d80f2a4d2ecf", - "x-ms-correlation-request-id": "74c37411-4d1f-43a2-b50d-56501bd1282a", - "x-ms-ratelimit-remaining-subscription-reads": "11980", - "x-ms-request-id": "895b64b4-0252-4a32-993c-aff6a224d53b", - "x-ms-routing-request-id": "WESTUS:20210901T014223Z:74c37411-4d1f-43a2-b50d-56501bd1282a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2f3b0f7b06d1b5ed030ed9e84d9ff0d8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:42:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2f3b0f7b06d1b5ed030ed9e84d9ff0d8", - "x-ms-correlation-request-id": "98f5d2ea-9da9-4dff-b717-c051707bda8c", - "x-ms-ratelimit-remaining-subscription-reads": "11979", - "x-ms-request-id": "ab944a5b-92b6-4856-8f32-4730802596fb", - "x-ms-routing-request-id": "WESTUS:20210901T014224Z:98f5d2ea-9da9-4dff-b717-c051707bda8c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/9f670b7b-be69-4555-9851-694cb1fd7c5a?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f0845efc3b5adf88829f9325fa22017b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f0845efc3b5adf88829f9325fa22017b", - "x-ms-correlation-request-id": "a57c255a-798e-4635-bc8e-fb1ca1d3fb89", - "x-ms-ratelimit-remaining-subscription-reads": "11978", - "x-ms-request-id": "47ec1aea-c45d-4e79-8882-a4d6006fa5e4", - "x-ms-routing-request-id": "WESTUS:20210901T014225Z:a57c255a-798e-4635-bc8e-fb1ca1d3fb89" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-47763e289d56114b9daacf5b16d5da62-21439f1af3d46f4e-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8450880ac583bfc129e0261e61303294", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8450880ac583bfc129e0261e61303294", - "x-ms-correlation-request-id": "50bba6fd-0182-423e-beea-c9baab749514", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "aa622efc-00c5-4904-8076-d7f243912746", - "x-ms-routing-request-id": "WESTUS:20210901T014227Z:50bba6fd-0182-423e-beea-c9baab749514" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-7ba9678ae280284197ef9c91bac6c857-83e4ebd343df8044-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c4de5d0c6c4f36559cc4c67a15697e52", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c4de5d0c6c4f36559cc4c67a15697e52", - "x-ms-correlation-request-id": "3e08f5d5-7963-4538-9ca8-b58cff94cbad", - "x-ms-ratelimit-remaining-subscription-reads": "11977", - "x-ms-request-id": "85173e97-2b38-4246-9c2d-1ea8e1e30b4b", - "x-ms-routing-request-id": "WESTUS:20210901T014227Z:3e08f5d5-7963-4538-9ca8-b58cff94cbad" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "142", - "Content-Type": "application/json", - "traceparent": "00-5df84046cbd6e640ba81889c57078eb5-6ed9c26691ef7d4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fa13fe6c350fccb21311fd27188f4d61", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "fa13fe6c350fccb21311fd27188f4d61", - "x-ms-correlation-request-id": "0da02b39-0c04-4100-8746-4519162e26c7", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "f40c7feb-3848-4cfb-b12e-5c194ee043a7", - "x-ms-routing-request-id": "WESTUS:20210901T014229Z:0da02b39-0c04-4100-8746-4519162e26c7" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-a9ca37a93b7dbc4dbc2838660b833b42-e5be6150dd074b4c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73c65addc0b4d7d1ab12b13e6f2d1e0d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73c65addc0b4d7d1ab12b13e6f2d1e0d", - "x-ms-correlation-request-id": "a55e4f44-ec59-4eb4-b938-06019a3f95b1", - "x-ms-ratelimit-remaining-subscription-reads": "11976", - "x-ms-request-id": "e3059e65-976e-4dcc-a420-229f2b9546b4", - "x-ms-routing-request-id": "WESTUS:20210901T014229Z:a55e4f44-ec59-4eb4-b938-06019a3f95b1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "249", - "Content-Type": "application/json", - "traceparent": "00-b08ba10ff392b84d87bed6d550bed39a-32a8b080847e6044-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d05665777b57ffffb96f503305ad5418", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d05665777b57ffffb96f503305ad5418", - "x-ms-correlation-request-id": "feb1f145-c4ae-4665-8d2e-d321d7abd25c", - "x-ms-ratelimit-remaining-subscription-writes": "1195", - "x-ms-request-id": "ff1997a9-dc52-4fe0-a6b6-ecc1368efb0e", - "x-ms-routing-request-id": "WESTUS:20210901T014230Z:feb1f145-c4ae-4665-8d2e-d321d7abd25c" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-56443c5f3832214ca73a368a00118bc7-b334cf8b807eed4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "118d22bd59a462c55bc6ba44709ed2fd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:29 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "118d22bd59a462c55bc6ba44709ed2fd", - "x-ms-correlation-request-id": "a3208c97-c04e-4af5-939d-5faedb4912a9", - "x-ms-ratelimit-remaining-subscription-reads": "11975", - "x-ms-request-id": "a34e8978-fac4-4b02-8a43-4b272c74ed48", - "x-ms-routing-request-id": "WESTUS:20210901T014230Z:a3208c97-c04e-4af5-939d-5faedb4912a9" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648", - "name": "sto6648", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:42:08.2337139Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:42:08.1087231Z", - "primaryEndpoints": { - "blob": "https://sto6648.blob.core.windows.net/", - "queue": "https://sto6648.queue.core.windows.net/", - "table": "https://sto6648.table.core.windows.net/", - "file": "https://sto6648.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res6925/providers/Microsoft.Storage/storageAccounts/sto6648?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "191", - "Content-Type": "application/json", - "traceparent": "00-c822442f95584f469afba12048d0b6a9-f06044e4ec75f741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8e5699bd61e39d44b8f25c1d23be43b2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:42:30 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8e5699bd61e39d44b8f25c1d23be43b2", - "x-ms-correlation-request-id": "8820aebf-db89-4491-bfbc-2c8af6de0da3", - "x-ms-ratelimit-remaining-subscription-writes": "1194", - "x-ms-request-id": "5cda8c21-5e24-46ee-9f8d-d679df74b11d", - "x-ms-routing-request-id": "WESTUS:20210901T014230Z:8820aebf-db89-4491-bfbc-2c8af6de0da3" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto6648.blob.core.windows.net,sto6648.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "1769721650", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json deleted file mode 100644 index b838c2656d9cb..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithCreateTestAsync.json +++ /dev/null @@ -1,1290 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "aad1a1360a0ef2435738b25ed330d28f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e61cae2c-8e86-4674-949a-9aba0f7f0044", - "x-ms-ratelimit-remaining-subscription-reads": "11905", - "x-ms-request-id": "e61cae2c-8e86-4674-949a-9aba0f7f0044", - "x-ms-routing-request-id": "WESTUS2:20210901T025415Z:e61cae2c-8e86-4674-949a-9aba0f7f0044" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "fcc6ba631255c7412eb42bb49a5e81ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:14 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1be0df77-ed55-4de7-98bf-70db40209a8e", - "x-ms-ratelimit-remaining-subscription-reads": "11904", - "x-ms-request-id": "1be0df77-ed55-4de7-98bf-70db40209a8e", - "x-ms-routing-request-id": "WESTUS2:20210901T025415Z:1be0df77-ed55-4de7-98bf-70db40209a8e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res1983?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-6b1ab90b6a22d54582b850fedd0642cf-a79dc6017d9a7d40-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2c926841138df75ab368a24c2d1dd53a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:15 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "00e476aa-1eef-4690-b628-915a41866e8f", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "00e476aa-1eef-4690-b628-915a41866e8f", - "x-ms-routing-request-id": "WESTUS2:20210901T025415Z:00e476aa-1eef-4690-b628-915a41866e8f" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983", - "name": "res1983", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-a5d30488197fbc4e8e7af6477767a816-bc7fdbb3831ff447-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56bc254623a909607b59de8e57f8b704", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56bc254623a909607b59de8e57f8b704", - "x-ms-correlation-request-id": "30bad83b-604c-4cb2-be35-273b3d1ad3b0", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "b3e3ee10-ef18-4594-93f7-5798e71ebc6e", - "x-ms-routing-request-id": "WESTUS2:20210901T025418Z:30bad83b-604c-4cb2-be35-273b3d1ad3b0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5b184179fcf14498322212b97c695b70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5b184179fcf14498322212b97c695b70", - "x-ms-correlation-request-id": "0e0b920b-9761-440a-b964-b77750cfbca1", - "x-ms-ratelimit-remaining-subscription-reads": "11903", - "x-ms-request-id": "abd5fd36-bf0d-4bf1-89a4-f0e9d1018b80", - "x-ms-routing-request-id": "WESTUS2:20210901T025418Z:0e0b920b-9761-440a-b964-b77750cfbca1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8b2147ebfa0d70f67e51520779c18e79", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8b2147ebfa0d70f67e51520779c18e79", - "x-ms-correlation-request-id": "7a52a0b4-d528-43a0-90ce-fb7e60d4a689", - "x-ms-ratelimit-remaining-subscription-reads": "11902", - "x-ms-request-id": "bae53f5f-0787-477c-8e6b-6f1fd4e6e503", - "x-ms-routing-request-id": "WESTUS2:20210901T025419Z:7a52a0b4-d528-43a0-90ce-fb7e60d4a689" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "161488c25ce00e12f9830e41c3edef9b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "161488c25ce00e12f9830e41c3edef9b", - "x-ms-correlation-request-id": "33bd000e-5061-41c1-a7e3-00a2052b8060", - "x-ms-ratelimit-remaining-subscription-reads": "11901", - "x-ms-request-id": "e7a22501-81e0-448c-9ba1-b96702ff31fa", - "x-ms-routing-request-id": "WESTUS2:20210901T025420Z:33bd000e-5061-41c1-a7e3-00a2052b8060" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "33b33a460adf7f494aa7dca0aa91cb70", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "33b33a460adf7f494aa7dca0aa91cb70", - "x-ms-correlation-request-id": "45339818-b521-440c-9a06-4da5cc940b68", - "x-ms-ratelimit-remaining-subscription-reads": "11900", - "x-ms-request-id": "e3a1fc65-5805-4a21-b3bf-395dfb5e3995", - "x-ms-routing-request-id": "WESTUS2:20210901T025421Z:45339818-b521-440c-9a06-4da5cc940b68" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f4f7989345548e8f35139289ecb5ad91", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f4f7989345548e8f35139289ecb5ad91", - "x-ms-correlation-request-id": "b3774092-1459-4ae3-84d0-fb9ceaf83d80", - "x-ms-ratelimit-remaining-subscription-reads": "11899", - "x-ms-request-id": "7d91da85-092e-4e6d-b3eb-154a81f619c5", - "x-ms-routing-request-id": "WESTUS2:20210901T025422Z:b3774092-1459-4ae3-84d0-fb9ceaf83d80" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3fc1b6615b0db79a3f95cc397f716468", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3fc1b6615b0db79a3f95cc397f716468", - "x-ms-correlation-request-id": "027f8d3a-61cf-493f-92a6-a6db536c8184", - "x-ms-ratelimit-remaining-subscription-reads": "11898", - "x-ms-request-id": "33e7985e-d794-462b-8ff9-60bc69439b39", - "x-ms-routing-request-id": "WESTUS2:20210901T025423Z:027f8d3a-61cf-493f-92a6-a6db536c8184" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2bad9db8fbf60046aa24fdcc78c09395", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2bad9db8fbf60046aa24fdcc78c09395", - "x-ms-correlation-request-id": "f1980a94-5954-4604-98ab-52f080d9d285", - "x-ms-ratelimit-remaining-subscription-reads": "11897", - "x-ms-request-id": "13984ead-7144-4eff-a5ad-eeca98ac6a91", - "x-ms-routing-request-id": "WESTUS2:20210901T025424Z:f1980a94-5954-4604-98ab-52f080d9d285" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f33e4af98ccf3763fd3fb5bf79560fc4", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:25 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f33e4af98ccf3763fd3fb5bf79560fc4", - "x-ms-correlation-request-id": "55641aa9-0045-427c-89ac-a80ae940b951", - "x-ms-ratelimit-remaining-subscription-reads": "11896", - "x-ms-request-id": "0cfe2aed-98ec-45ec-a700-6e9864354bf5", - "x-ms-routing-request-id": "WESTUS2:20210901T025426Z:55641aa9-0045-427c-89ac-a80ae940b951" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4ed02aae8107669b70c094e85dcd3f7e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:26 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4ed02aae8107669b70c094e85dcd3f7e", - "x-ms-correlation-request-id": "e2868810-87bd-46f2-92ba-0e34de65fe57", - "x-ms-ratelimit-remaining-subscription-reads": "11895", - "x-ms-request-id": "00063d69-8a9c-4dab-a0c2-a540709408f7", - "x-ms-routing-request-id": "WESTUS2:20210901T025427Z:e2868810-87bd-46f2-92ba-0e34de65fe57" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "353f360170322b9839762db646868754", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:27 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "353f360170322b9839762db646868754", - "x-ms-correlation-request-id": "47681606-e62e-4211-abc9-a957fcf90fd4", - "x-ms-ratelimit-remaining-subscription-reads": "11894", - "x-ms-request-id": "5a924ea6-b5ef-4305-9ae6-dc4348e4c6e6", - "x-ms-routing-request-id": "WESTUS2:20210901T025428Z:47681606-e62e-4211-abc9-a957fcf90fd4" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4d1d391544ef778dafd8830ff77ada2f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:28 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4d1d391544ef778dafd8830ff77ada2f", - "x-ms-correlation-request-id": "49f47aad-6dee-4941-9081-3874e94e3196", - "x-ms-ratelimit-remaining-subscription-reads": "11893", - "x-ms-request-id": "aa9cc899-3f90-48ac-91a2-448805d3ac0f", - "x-ms-routing-request-id": "WESTUS2:20210901T025429Z:49f47aad-6dee-4941-9081-3874e94e3196" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "42be36ffda163e9192a5149154e420e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:29 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "42be36ffda163e9192a5149154e420e9", - "x-ms-correlation-request-id": "7288bed3-e4fa-4b9f-a47e-d0ddf2d020fa", - "x-ms-ratelimit-remaining-subscription-reads": "11892", - "x-ms-request-id": "b469e85e-5ce9-4afb-9af5-39c4852e5ca9", - "x-ms-routing-request-id": "WESTUS2:20210901T025430Z:7288bed3-e4fa-4b9f-a47e-d0ddf2d020fa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "24d24038f2b0bc8fa9c7855aed8933bf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:30 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "24d24038f2b0bc8fa9c7855aed8933bf", - "x-ms-correlation-request-id": "72833c1e-c999-4969-8fca-a5ac05438f66", - "x-ms-ratelimit-remaining-subscription-reads": "11891", - "x-ms-request-id": "a764b9ef-473b-4f98-a933-b1e7712809f6", - "x-ms-routing-request-id": "WESTUS2:20210901T025431Z:72833c1e-c999-4969-8fca-a5ac05438f66" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "10b7fd9c45c83b3da7deba4a2ffc23ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:54:31 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "10b7fd9c45c83b3da7deba4a2ffc23ca", - "x-ms-correlation-request-id": "2e8a63b6-1f49-47db-aa99-67fae3dc4adf", - "x-ms-ratelimit-remaining-subscription-reads": "11890", - "x-ms-request-id": "4519783b-d89c-4de4-b526-239ab727df46", - "x-ms-routing-request-id": "WESTUS2:20210901T025432Z:2e8a63b6-1f49-47db-aa99-67fae3dc4adf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/b3e3ee10-ef18-4594-93f7-5798e71ebc6e?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b7d699b7b5a80d7fa601984f54375109", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:33 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b7d699b7b5a80d7fa601984f54375109", - "x-ms-correlation-request-id": "35809da7-979b-4e82-95a4-919ad859dd65", - "x-ms-ratelimit-remaining-subscription-reads": "11889", - "x-ms-request-id": "e5a6c840-785c-4855-85ce-30f19af6d5c3", - "x-ms-routing-request-id": "WESTUS2:20210901T025433Z:35809da7-979b-4e82-95a4-919ad859dd65" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "126", - "Content-Type": "application/json", - "traceparent": "00-f14dc3c939e31a47b43fe0f96625f9ed-68bb1edef44f854c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "56f55571102df32102967dd137458cac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "56f55571102df32102967dd137458cac", - "x-ms-correlation-request-id": "94133487-1d60-40cb-a579-51f4fa939cb0", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "e32c1e69-8a05-41cf-be81-ed1547bc7135", - "x-ms-routing-request-id": "WESTUS2:20210901T025435Z:94133487-1d60-40cb-a579-51f4fa939cb0" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-680546e20241084391527492c88fe95d-3564a519ce1a9a42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dad8b18dcd07a79c78e2b51138aed560", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1103", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:34 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dad8b18dcd07a79c78e2b51138aed560", - "x-ms-correlation-request-id": "d1f5b8f3-0f1b-41a3-9aa3-30622b003108", - "x-ms-ratelimit-remaining-subscription-reads": "11888", - "x-ms-request-id": "85414670-3420-43f4-bc50-b3de81e3b92f", - "x-ms-routing-request-id": "WESTUS2:20210901T025435Z:d1f5b8f3-0f1b-41a3-9aa3-30622b003108" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "142", - "Content-Type": "application/json", - "traceparent": "00-27680d26269d1c45aed9645b951533e9-4693a555300e4a40-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "98abeb74fd94f5563e0ed883a6594713", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": {} - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "98abeb74fd94f5563e0ed883a6594713", - "x-ms-correlation-request-id": "9664ba91-d0d9-4643-930d-991a59861232", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "fa87b22a-e6fd-476f-bc86-020fbdb4fb6d", - "x-ms-routing-request-id": "WESTUS2:20210901T025436Z:9664ba91-d0d9-4643-930d-991a59861232" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5e2ebdabf035964a9b19b9e9b195cbb7-0608d77a56a74241-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c05309d44f438fda5ae39bf8f418001e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:35 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c05309d44f438fda5ae39bf8f418001e", - "x-ms-correlation-request-id": "b0d8ed61-9fe4-4f02-a696-8bd41b9228fe", - "x-ms-ratelimit-remaining-subscription-reads": "11887", - "x-ms-request-id": "e63c0ebc-e0ca-4af5-b9a2-0863110f43c7", - "x-ms-routing-request-id": "WESTUS2:20210901T025436Z:b0d8ed61-9fe4-4f02-a696-8bd41b9228fe" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "249", - "Content-Type": "application/json", - "traceparent": "00-2e0223246b18bc42b8860494dc0f977e-bf6b09b6ec288e48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a62a19b4e6ac1f346d4799922862e39", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_LRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "encryption": { - "services": { - "blob": { - "enabled": true - }, - "file": { - "enabled": true - } - }, - "keySource": "Microsoft.Storage" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a62a19b4e6ac1f346d4799922862e39", - "x-ms-correlation-request-id": "32611632-eddb-4b9a-9e61-a95fc7523266", - "x-ms-ratelimit-remaining-subscription-writes": "1189", - "x-ms-request-id": "e1fb5021-8039-4d4a-abb0-7d0b444f1627", - "x-ms-routing-request-id": "WESTUS2:20210901T025438Z:32611632-eddb-4b9a-9e61-a95fc7523266" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-2298f544d2cea04f869138baf977ec0d-f39934a5c0157f42-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2534bcfa83a2856515917a6fd6416dd3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1119", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2534bcfa83a2856515917a6fd6416dd3", - "x-ms-correlation-request-id": "720f5978-6986-4ba8-849f-68972a2a9411", - "x-ms-ratelimit-remaining-subscription-reads": "11886", - "x-ms-request-id": "84ce9e2d-551b-4dd3-a89e-a7c6fca9eef6", - "x-ms-routing-request-id": "WESTUS2:20210901T025438Z:720f5978-6986-4ba8-849f-68972a2a9411" - }, - "ResponseBody": { - "sku": { - "name": "Standard_LRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951", - "name": "sto8951", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key3": "value3", - "key4": "value4", - "key5": "value6" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:54:16.8301683Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:54:16.7207921Z", - "primaryEndpoints": { - "blob": "https://sto8951.blob.core.windows.net/", - "queue": "https://sto8951.queue.core.windows.net/", - "table": "https://sto8951.table.core.windows.net/", - "file": "https://sto8951.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res1983/providers/Microsoft.Storage/storageAccounts/sto8951?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "191", - "Content-Type": "application/json", - "traceparent": "00-90f1ec55e859d14c8b08b8a10762a916-720745faa689334b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb9861b563691418d102f8b6226aaa98", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "customDomain": { - "name": "foo.example.com", - "useSubDomainName": true - } - } - }, - "StatusCode": 409, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "234", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:54:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "eb9861b563691418d102f8b6226aaa98", - "x-ms-correlation-request-id": "b5d33185-c1d5-4305-a6ec-b47cb7dc1066", - "x-ms-ratelimit-remaining-subscription-writes": "1188", - "x-ms-request-id": "e7ddd7ed-f2f6-43a1-9d2d-ad86d407ee7e", - "x-ms-routing-request-id": "WESTUS2:20210901T025438Z:b5d33185-c1d5-4305-a6ec-b47cb7dc1066" - }, - "ResponseBody": { - "error": { - "code": "StorageDomainNameCouldNotVerify", - "message": "The custom domain name could not be verified. CNAME mapping from foo.example.com to any of sto8951.blob.core.windows.net,sto8951.z20.web.core.windows.net does not exist." - } - } - } - ], - "Variables": { - "RandomSeed": "1958884858", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json deleted file mode 100644 index 6834567b6349c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTest.json +++ /dev/null @@ -1,877 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "eb33c3bc8db4ec633331e9ce873e8108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "758b21ee-287b-4139-a392-565bcd5edcf6", - "x-ms-ratelimit-remaining-subscription-reads": "11864", - "x-ms-request-id": "758b21ee-287b-4139-a392-565bcd5edcf6", - "x-ms-routing-request-id": "WESTUS:20210901T014437Z:758b21ee-287b-4139-a392-565bcd5edcf6" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "198660c6ad8da8e4dd00becc5090b301", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "c0877eb2-6e05-4cb6-bd95-fa4d6ae16f50", - "x-ms-ratelimit-remaining-subscription-reads": "11863", - "x-ms-request-id": "c0877eb2-6e05-4cb6-bd95-fa4d6ae16f50", - "x-ms-routing-request-id": "WESTUS:20210901T014437Z:c0877eb2-6e05-4cb6-bd95-fa4d6ae16f50" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7599?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-162e6d315846404494474d56aaf6737e-3a9fd09783ca7449-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f2add91e52d9e0616eb6cb52b4077417", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:37 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "cfc4ee19-5fd2-4779-b123-bb33664f87d9", - "x-ms-ratelimit-remaining-subscription-writes": "1193", - "x-ms-request-id": "cfc4ee19-5fd2-4779-b123-bb33664f87d9", - "x-ms-routing-request-id": "WESTUS:20210901T014438Z:cfc4ee19-5fd2-4779-b123-bb33664f87d9" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599", - "name": "res7599", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-896387e4ba844e449bfbc65625a440a2-5fb5cf4335d44245-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e28d7580f398ade0eb3ce979ba37ee7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e28d7580f398ade0eb3ce979ba37ee7", - "x-ms-correlation-request-id": "ad70304e-9fec-402b-a50e-605062bf0b1a", - "x-ms-ratelimit-remaining-subscription-writes": "1192", - "x-ms-request-id": "c3d70827-f153-4212-a82d-9bd22b4c2854", - "x-ms-routing-request-id": "WESTUS:20210901T014440Z:ad70304e-9fec-402b-a50e-605062bf0b1a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc38b7b511d9cae4ce67ca9f9248d213", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:40 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc38b7b511d9cae4ce67ca9f9248d213", - "x-ms-correlation-request-id": "ffd2d74c-7374-4581-b799-b07cac1cb14e", - "x-ms-ratelimit-remaining-subscription-reads": "11862", - "x-ms-request-id": "f0cd3f78-0784-4075-9058-5ad7316009e8", - "x-ms-routing-request-id": "WESTUS:20210901T014441Z:ffd2d74c-7374-4581-b799-b07cac1cb14e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9e066b4d430f6b84c802d51a18c634e6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:41 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9e066b4d430f6b84c802d51a18c634e6", - "x-ms-correlation-request-id": "9e2a7cb2-0b26-4482-9201-9a59555808f0", - "x-ms-ratelimit-remaining-subscription-reads": "11861", - "x-ms-request-id": "344f2fa1-0d45-45e9-9ef9-0e44e4070aab", - "x-ms-routing-request-id": "WESTUS:20210901T014442Z:9e2a7cb2-0b26-4482-9201-9a59555808f0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e4e284baa26a9d0d839a05ad226f93ef", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:42 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e4e284baa26a9d0d839a05ad226f93ef", - "x-ms-correlation-request-id": "cc007bff-85ac-47b2-a004-5bfd51bd37ce", - "x-ms-ratelimit-remaining-subscription-reads": "11860", - "x-ms-request-id": "956fda60-26df-4414-842c-8a64736ddbb3", - "x-ms-routing-request-id": "WESTUS:20210901T014443Z:cc007bff-85ac-47b2-a004-5bfd51bd37ce" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ebcbe34d5a22723a33cd13d63bcab108", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:43 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ebcbe34d5a22723a33cd13d63bcab108", - "x-ms-correlation-request-id": "56b2b437-3ebf-46d8-83d8-f28db0236b16", - "x-ms-ratelimit-remaining-subscription-reads": "11859", - "x-ms-request-id": "22e53b6b-f84b-4a27-96e3-9d6f7a3dc37f", - "x-ms-routing-request-id": "WESTUS:20210901T014444Z:56b2b437-3ebf-46d8-83d8-f28db0236b16" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0de5e433ed66aaa85d681a743dd64959", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0de5e433ed66aaa85d681a743dd64959", - "x-ms-correlation-request-id": "a1388c48-698d-4346-9383-a333c8ff820d", - "x-ms-ratelimit-remaining-subscription-reads": "11858", - "x-ms-request-id": "3eb4cba3-217b-467a-b03a-890e5a0eeafb", - "x-ms-routing-request-id": "WESTUS:20210901T014445Z:a1388c48-698d-4346-9383-a333c8ff820d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "35cde66f48fb5fc44970b19d8f3662b9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:46 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "35cde66f48fb5fc44970b19d8f3662b9", - "x-ms-correlation-request-id": "378b9518-6a8d-4313-8f8a-4727ee3dbd18", - "x-ms-ratelimit-remaining-subscription-reads": "11857", - "x-ms-request-id": "7fda8a66-64f8-49d8-bd21-bc84d31a6143", - "x-ms-routing-request-id": "WESTUS:20210901T014446Z:378b9518-6a8d-4313-8f8a-4727ee3dbd18" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3e7afde8858a5f893a208eb93fc6345d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3e7afde8858a5f893a208eb93fc6345d", - "x-ms-correlation-request-id": "dbcef7d3-4bde-4d94-b10a-02cc52305bf2", - "x-ms-ratelimit-remaining-subscription-reads": "11856", - "x-ms-request-id": "794f112a-3e32-47e4-8067-5d9282729501", - "x-ms-routing-request-id": "WESTUS:20210901T014447Z:dbcef7d3-4bde-4d94-b10a-02cc52305bf2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5567b9847cfcea0d1f85c3f63c0b1b26", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5567b9847cfcea0d1f85c3f63c0b1b26", - "x-ms-correlation-request-id": "1716df91-ab47-481a-93b9-b39704151c89", - "x-ms-ratelimit-remaining-subscription-reads": "11855", - "x-ms-request-id": "bbd5b5e0-d678-45f2-b694-d14ae5b086d2", - "x-ms-routing-request-id": "WESTUS:20210901T014448Z:1716df91-ab47-481a-93b9-b39704151c89" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "408b61060b5be9cf5d6efadaba0a1f83", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "408b61060b5be9cf5d6efadaba0a1f83", - "x-ms-correlation-request-id": "6fb7e80c-a16d-4e05-81f6-49e94495ebe1", - "x-ms-ratelimit-remaining-subscription-reads": "11854", - "x-ms-request-id": "aecaa086-fe4a-44cb-b3a4-7b7ba8698bde", - "x-ms-routing-request-id": "WESTUS:20210901T014450Z:6fb7e80c-a16d-4e05-81f6-49e94495ebe1" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d519533b0ccf6cbcef8f1e04c292222e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d519533b0ccf6cbcef8f1e04c292222e", - "x-ms-correlation-request-id": "84419fc3-4814-409e-8a86-6ed7e3d21c52", - "x-ms-ratelimit-remaining-subscription-reads": "11853", - "x-ms-request-id": "6b3fcfde-762e-4da3-858e-725bf618183b", - "x-ms-routing-request-id": "WESTUS:20210901T014451Z:84419fc3-4814-409e-8a86-6ed7e3d21c52" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "deb36704f33b7801e97ef88e81323014", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "deb36704f33b7801e97ef88e81323014", - "x-ms-correlation-request-id": "8a8290bc-0aed-49ae-9d66-e8dfcdca058a", - "x-ms-ratelimit-remaining-subscription-reads": "11852", - "x-ms-request-id": "8711b15c-b56f-4f25-a40d-9588976e292a", - "x-ms-routing-request-id": "WESTUS:20210901T014452Z:8a8290bc-0aed-49ae-9d66-e8dfcdca058a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e8ba406646f2f957a51f51cceccb26ca", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e8ba406646f2f957a51f51cceccb26ca", - "x-ms-correlation-request-id": "589bc691-cf1d-4d00-9fa1-7e5e686e6f42", - "x-ms-ratelimit-remaining-subscription-reads": "11851", - "x-ms-request-id": "9f0944c7-3f27-4b92-aece-75fdf892979c", - "x-ms-routing-request-id": "WESTUS:20210901T014453Z:589bc691-cf1d-4d00-9fa1-7e5e686e6f42" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "52d6cb4b4157484852a0ec50142deabd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "52d6cb4b4157484852a0ec50142deabd", - "x-ms-correlation-request-id": "5747011e-722d-4130-a40c-c3234fc3d415", - "x-ms-ratelimit-remaining-subscription-reads": "11850", - "x-ms-request-id": "09bb35e9-6604-4f0d-ae40-bd7bbbd66dff", - "x-ms-routing-request-id": "WESTUS:20210901T014454Z:5747011e-722d-4130-a40c-c3234fc3d415" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "829d095f39d8be3c10b9391ca2348c1e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:44:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "829d095f39d8be3c10b9391ca2348c1e", - "x-ms-correlation-request-id": "c5370519-e70a-459e-bfd0-f9bdb89a7ecf", - "x-ms-ratelimit-remaining-subscription-reads": "11849", - "x-ms-request-id": "120eb0ba-7284-4924-a6d7-4fdb0abe46da", - "x-ms-routing-request-id": "WESTUS:20210901T014455Z:c5370519-e70a-459e-bfd0-f9bdb89a7ecf" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/c3d70827-f153-4212-a82d-9bd22b4c2854?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "b5432d57dd5c25bdf87295525a06e577", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:44:56 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "b5432d57dd5c25bdf87295525a06e577", - "x-ms-correlation-request-id": "e84f5260-8d05-4ecc-9ffc-24afe1d8c61f", - "x-ms-ratelimit-remaining-subscription-reads": "11848", - "x-ms-request-id": "5207f24e-baff-4e96-8855-39bc8207938e", - "x-ms-routing-request-id": "WESTUS:20210901T014456Z:e84f5260-8d05-4ecc-9ffc-24afe1d8c61f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682", - "name": "sto5682", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:44:39.4427925Z", - "primaryEndpoints": { - "blob": "https://sto5682.blob.core.windows.net/", - "queue": "https://sto5682.queue.core.windows.net/", - "table": "https://sto5682.table.core.windows.net/", - "file": "https://sto5682.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", - "traceparent": "00-8bdf12b98bab2140bec05276b9277ce2-0ceddf0e94c86844-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e26c9334a42d12f18f18419d082ca51d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:44:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e26c9334a42d12f18f18419d082ca51d", - "x-ms-correlation-request-id": "16b5471a-ac6b-4a51-9fba-91db7bcd021a", - "x-ms-ratelimit-remaining-subscription-writes": "1191", - "x-ms-request-id": "6559a53a-f891-47a4-82ee-52f17863f0e9", - "x-ms-routing-request-id": "WESTUS:20210901T014457Z:16b5471a-ac6b-4a51-9fba-91db7bcd021a" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682", - "name": "sto5682", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:44:39.4427925Z", - "primaryEndpoints": { - "blob": "https://sto5682.blob.core.windows.net/", - "queue": "https://sto5682.queue.core.windows.net/", - "table": "https://sto5682.table.core.windows.net/", - "file": "https://sto5682.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "49", - "Content-Type": "application/json", - "traceparent": "00-93921301ae8b29499cb5b948467c587b-deceb68c2e099842-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e6f8cd1334ea82614c788a66a3ea6309", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:44:57 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e6f8cd1334ea82614c788a66a3ea6309", - "x-ms-correlation-request-id": "85e84df6-6d1f-4bc0-b0dc-f3d644d6810f", - "x-ms-ratelimit-remaining-subscription-writes": "1190", - "x-ms-request-id": "3a90211d-a0a1-4d50-bc82-b892eba5d8e5", - "x-ms-routing-request-id": "WESTUS:20210901T014458Z:85e84df6-6d1f-4bc0-b0dc-f3d644d6810f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7599/providers/Microsoft.Storage/storageAccounts/sto5682", - "name": "sto5682", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:44:39.5521716Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:44:39.4427925Z", - "primaryEndpoints": { - "blob": "https://sto5682.blob.core.windows.net/", - "queue": "https://sto5682.queue.core.windows.net/", - "table": "https://sto5682.table.core.windows.net/", - "file": "https://sto5682.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1080698366", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json deleted file mode 100644 index 8859cd360f194..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountUpdateWithHttpsOnlyTestAsync.json +++ /dev/null @@ -1,908 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a32f86deb93661e35ff43b4beb90ebbd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "33138122-15a7-4ac4-8d91-67e9e25950dd", - "x-ms-ratelimit-remaining-subscription-reads": "11829", - "x-ms-request-id": "33138122-15a7-4ac4-8d91-67e9e25950dd", - "x-ms-routing-request-id": "WESTUS2:20210901T025541Z:33138122-15a7-4ac4-8d91-67e9e25950dd" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "07339eee6a954b14bbcc4ca7a92d275f", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "1101d550-9934-4ad7-ab44-e22b0773b801", - "x-ms-ratelimit-remaining-subscription-reads": "11828", - "x-ms-request-id": "1101d550-9934-4ad7-ab44-e22b0773b801", - "x-ms-routing-request-id": "WESTUS2:20210901T025541Z:1101d550-9934-4ad7-ab44-e22b0773b801" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res4822?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-e44e2e9cddd6a8409ea6bc79ad0f5796-1ab1c5c9d88d304b-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5ff22b7598a786ef48c09843f1fe808a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:41 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "37af9991-03a6-4dd8-bf5d-6322a85fac4a", - "x-ms-ratelimit-remaining-subscription-writes": "1187", - "x-ms-request-id": "37af9991-03a6-4dd8-bf5d-6322a85fac4a", - "x-ms-routing-request-id": "WESTUS2:20210901T025542Z:37af9991-03a6-4dd8-bf5d-6322a85fac4a" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822", - "name": "res4822", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "158", - "Content-Type": "application/json", - "traceparent": "00-655779b244ad344585e13386ba358446-99cdb54f02ae9146-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f0c6a3974e5e371e7696c3bb832cddc", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f0c6a3974e5e371e7696c3bb832cddc", - "x-ms-correlation-request-id": "dcce1892-c444-4af8-8ad0-214127fa3a55", - "x-ms-ratelimit-remaining-subscription-writes": "1186", - "x-ms-request-id": "7e1e66eb-c490-4e79-ac71-36fd2f5f8d46", - "x-ms-routing-request-id": "WESTUS2:20210901T025545Z:dcce1892-c444-4af8-8ad0-214127fa3a55" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bcf4c31dbf53b78f817bbf2e824a8f8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:44 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bcf4c31dbf53b78f817bbf2e824a8f8e", - "x-ms-correlation-request-id": "e4b18c8a-1a45-4780-af8b-26c08e1c80b9", - "x-ms-ratelimit-remaining-subscription-reads": "11827", - "x-ms-request-id": "9656c7a6-fad8-4495-9510-0263580aa04e", - "x-ms-routing-request-id": "WESTUS2:20210901T025545Z:e4b18c8a-1a45-4780-af8b-26c08e1c80b9" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "88d466cb911bf28765c8ee98c9f5db1d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:45 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "88d466cb911bf28765c8ee98c9f5db1d", - "x-ms-correlation-request-id": "15fd729d-40d6-47e2-a3b0-014b723b6490", - "x-ms-ratelimit-remaining-subscription-reads": "11826", - "x-ms-request-id": "6a1c7b9c-13e4-4204-9873-f7a6774ccbb5", - "x-ms-routing-request-id": "WESTUS2:20210901T025546Z:15fd729d-40d6-47e2-a3b0-014b723b6490" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f51da09b113d5d89e6ad77e387d7c135", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:47 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f51da09b113d5d89e6ad77e387d7c135", - "x-ms-correlation-request-id": "934d03bd-8c5a-4b8a-8724-654e11402914", - "x-ms-ratelimit-remaining-subscription-reads": "11825", - "x-ms-request-id": "591acb2c-ab40-4381-8914-3b83677311e2", - "x-ms-routing-request-id": "WESTUS2:20210901T025547Z:934d03bd-8c5a-4b8a-8724-654e11402914" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a1b01bbd45f68cb03b02578ad0f6ed8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:48 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a1b01bbd45f68cb03b02578ad0f6ed8b", - "x-ms-correlation-request-id": "f211bc3d-4653-443f-9548-1479a749f764", - "x-ms-ratelimit-remaining-subscription-reads": "11824", - "x-ms-request-id": "2c2f29a0-d4e2-4886-830c-d82b0b38dc36", - "x-ms-routing-request-id": "WESTUS2:20210901T025548Z:f211bc3d-4653-443f-9548-1479a749f764" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e193a2a09a2dba50dd76a26d19a46a8e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:49 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e193a2a09a2dba50dd76a26d19a46a8e", - "x-ms-correlation-request-id": "111256d8-4471-45aa-a735-9e5b15fd61ff", - "x-ms-ratelimit-remaining-subscription-reads": "11823", - "x-ms-request-id": "b675c5ab-59e9-444e-9a72-62c37e7a7a28", - "x-ms-routing-request-id": "WESTUS2:20210901T025549Z:111256d8-4471-45aa-a735-9e5b15fd61ff" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "addbb80739445527f091b93bb9fe8def", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:50 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "addbb80739445527f091b93bb9fe8def", - "x-ms-correlation-request-id": "3b7f39b5-8251-48d8-a781-ed0c95ed76da", - "x-ms-ratelimit-remaining-subscription-reads": "11822", - "x-ms-request-id": "57bc2b93-5d43-497a-9765-edfbf4d62e85", - "x-ms-routing-request-id": "WESTUS2:20210901T025550Z:3b7f39b5-8251-48d8-a781-ed0c95ed76da" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e543ebc0df432208cbf6c37fa3427297", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:51 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e543ebc0df432208cbf6c37fa3427297", - "x-ms-correlation-request-id": "cdd1d8bf-ea38-45d5-b79f-0b49bbdbc86c", - "x-ms-ratelimit-remaining-subscription-reads": "11821", - "x-ms-request-id": "d9e419f1-e4d4-4ebb-b850-1335b32ee8d7", - "x-ms-routing-request-id": "WESTUS2:20210901T025552Z:cdd1d8bf-ea38-45d5-b79f-0b49bbdbc86c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1783c8973f1b66477b3df19ce11500df", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:52 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1783c8973f1b66477b3df19ce11500df", - "x-ms-correlation-request-id": "2fe592ec-1e2b-4362-88b6-78d8398538d0", - "x-ms-ratelimit-remaining-subscription-reads": "11820", - "x-ms-request-id": "908c63c5-fc2b-4738-88ea-2d57e7d55e30", - "x-ms-routing-request-id": "WESTUS2:20210901T025553Z:2fe592ec-1e2b-4362-88b6-78d8398538d0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2dadb2e98561274ab0b8e24e76a7b2ae", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:53 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2dadb2e98561274ab0b8e24e76a7b2ae", - "x-ms-correlation-request-id": "383568fe-e55b-427f-a5ed-1cea6d75d4fe", - "x-ms-ratelimit-remaining-subscription-reads": "11819", - "x-ms-request-id": "8c9999c5-016b-4f51-ac0f-91253b61a22f", - "x-ms-routing-request-id": "WESTUS2:20210901T025554Z:383568fe-e55b-427f-a5ed-1cea6d75d4fe" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f1a4221e757a80d4a4dc6a06ee6c41b6", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:54 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f1a4221e757a80d4a4dc6a06ee6c41b6", - "x-ms-correlation-request-id": "2247573d-7983-407e-994d-958dfbe638df", - "x-ms-ratelimit-remaining-subscription-reads": "11818", - "x-ms-request-id": "a1f9226a-16e8-4925-91c9-127559b81c88", - "x-ms-routing-request-id": "WESTUS2:20210901T025555Z:2247573d-7983-407e-994d-958dfbe638df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f195e4f5459411357e5c67625cf8f0d3", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:55 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f195e4f5459411357e5c67625cf8f0d3", - "x-ms-correlation-request-id": "aced3f81-fb3f-4f30-9f5d-844c201c1cf5", - "x-ms-ratelimit-remaining-subscription-reads": "11817", - "x-ms-request-id": "3003a9ab-2a63-450e-a549-b95a970c28d7", - "x-ms-routing-request-id": "WESTUS2:20210901T025556Z:aced3f81-fb3f-4f30-9f5d-844c201c1cf5" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "bf7d428b0f707465de2c88841b433943", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:56 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "bf7d428b0f707465de2c88841b433943", - "x-ms-correlation-request-id": "f31b84bd-2a95-43cd-9918-c5c037d2d79a", - "x-ms-ratelimit-remaining-subscription-reads": "11816", - "x-ms-request-id": "d980512e-8656-42e2-95cb-625279549ef1", - "x-ms-routing-request-id": "WESTUS2:20210901T025557Z:f31b84bd-2a95-43cd-9918-c5c037d2d79a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "92582c77c111d919ec92721d0d7124ac", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:57 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "92582c77c111d919ec92721d0d7124ac", - "x-ms-correlation-request-id": "2f1ea9ce-6a72-4db4-8b81-218eba98716e", - "x-ms-ratelimit-remaining-subscription-reads": "11815", - "x-ms-request-id": "a7d9ac8b-a502-487b-bec7-002b16ad7e5a", - "x-ms-routing-request-id": "WESTUS2:20210901T025558Z:2f1ea9ce-6a72-4db4-8b81-218eba98716e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ab7b96ec82eee6457e211268bcb1f63b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:55:58 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ab7b96ec82eee6457e211268bcb1f63b", - "x-ms-correlation-request-id": "a8692583-1079-4d02-adb0-6753ca29883f", - "x-ms-ratelimit-remaining-subscription-reads": "11814", - "x-ms-request-id": "3197533a-d010-4269-bc9a-b46a2fdbc9eb", - "x-ms-routing-request-id": "WESTUS2:20210901T025559Z:a8692583-1079-4d02-adb0-6753ca29883f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30eb23225e9fcac129a4d2de9d47666c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:56:00 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30eb23225e9fcac129a4d2de9d47666c", - "x-ms-correlation-request-id": "517b7093-ec4f-4038-bd9c-39f9aa65e59b", - "x-ms-ratelimit-remaining-subscription-reads": "11813", - "x-ms-request-id": "30a2ab49-7a61-446a-a539-a264980019da", - "x-ms-routing-request-id": "WESTUS2:20210901T025601Z:517b7093-ec4f-4038-bd9c-39f9aa65e59b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/7e1e66eb-c490-4e79-ac71-36fd2f5f8d46?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8497dc088ec7f454e77213f0aeb11c3a", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:56:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8497dc088ec7f454e77213f0aeb11c3a", - "x-ms-correlation-request-id": "ca84ce73-a067-4e00-8a03-6efe3e332901", - "x-ms-ratelimit-remaining-subscription-reads": "11812", - "x-ms-request-id": "32811dcd-8022-446a-88fa-38e621dc1e4e", - "x-ms-routing-request-id": "WESTUS2:20210901T025602Z:ca84ce73-a067-4e00-8a03-6efe3e332901" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605", - "name": "sto1605", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:55:43.7710929Z", - "primaryEndpoints": { - "blob": "https://sto1605.blob.core.windows.net/", - "queue": "https://sto1605.queue.core.windows.net/", - "table": "https://sto1605.table.core.windows.net/", - "file": "https://sto1605.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "48", - "Content-Type": "application/json", - "traceparent": "00-3abdfd04e6f4c347b67b6dda2bc2a7b9-4c862a9bb02ae948-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e9fb369cf3858e0dd5b1824aaf664937", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": true - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1167", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:56:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e9fb369cf3858e0dd5b1824aaf664937", - "x-ms-correlation-request-id": "52200cc9-686f-4298-900b-5e7ba9c3cc72", - "x-ms-ratelimit-remaining-subscription-writes": "1185", - "x-ms-request-id": "64aa15bb-0d55-4310-a31c-b0c4f8d4c23c", - "x-ms-routing-request-id": "WESTUS2:20210901T025602Z:52200cc9-686f-4298-900b-5e7ba9c3cc72" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605", - "name": "sto1605", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:55:43.7710929Z", - "primaryEndpoints": { - "blob": "https://sto1605.blob.core.windows.net/", - "queue": "https://sto1605.queue.core.windows.net/", - "table": "https://sto1605.table.core.windows.net/", - "file": "https://sto1605.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "49", - "Content-Type": "application/json", - "traceparent": "00-8327f90f4a719a41bbb866b447c0cbca-e61129aa7271cd45-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e05fa5bb711a9473cff6482c4ad11b77", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "supportsHttpsTrafficOnly": false - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1168", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:56:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e05fa5bb711a9473cff6482c4ad11b77", - "x-ms-correlation-request-id": "3ec181e9-1522-48ed-b8cc-a4a3ed89fe69", - "x-ms-ratelimit-remaining-subscription-writes": "1184", - "x-ms-request-id": "9cd128ed-de90-4282-9573-d303801f038a", - "x-ms-routing-request-id": "WESTUS2:20210901T025603Z:3ec181e9-1522-48ed-b8cc-a4a3ed89fe69" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res4822/providers/Microsoft.Storage/storageAccounts/sto1605", - "name": "sto1605", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "AzureServices", - "virtualNetworkRules": [], - "ipRules": [], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": false, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:55:43.8804851Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:55:43.7710929Z", - "primaryEndpoints": { - "blob": "https://sto1605.blob.core.windows.net/", - "queue": "https://sto1605.queue.core.windows.net/", - "table": "https://sto1605.table.core.windows.net/", - "file": "https://sto1605.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "68056153", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json deleted file mode 100644 index 694926b95acf5..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTest.json +++ /dev/null @@ -1,1194 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a09c6149d78ce104f0acf0b4862a985e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:00 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "af4623f0-9f5a-4004-b64d-6c1f153c628b", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "af4623f0-9f5a-4004-b64d-6c1f153c628b", - "x-ms-routing-request-id": "WESTUS:20210901T014701Z:af4623f0-9f5a-4004-b64d-6c1f153c628b" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a21592cf9106ca1d7ffeccf872d2b747", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:01 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "9f82065a-9ea4-4cde-a700-e55006544618", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "9f82065a-9ea4-4cde-a700-e55006544618", - "x-ms-routing-request-id": "WESTUS2:20210901T014701Z:9f82065a-9ea4-4cde-a700-e55006544618" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res7687?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-51bcec22c226ae408f19d858a7965693-6c90b2dc48ce454d-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "092e9b0ca850bccd1f53f2d3333d0c17", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "212", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:02 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "6a29599c-6559-4423-91fa-a39fec1b440e", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "6a29599c-6559-4423-91fa-a39fec1b440e", - "x-ms-routing-request-id": "WESTUS2:20210901T014702Z:6a29599c-6559-4423-91fa-a39fec1b440e" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687", - "name": "res7687", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-3ac218d0e39ee44ea7e32ac5cb0b938e-52d8ced0f1b9b94f-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "30a9af58b721d244218d0b0b6f1ef4a9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "networkAcls": { - "bypass": "Logging,AzureServices", - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "30a9af58b721d244218d0b0b6f1ef4a9", - "x-ms-correlation-request-id": "7d1d5f52-25e1-49d2-b979-18d5d1e07cfa", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "27a15228-50fa-4ee8-bd41-7494e2c5abc3", - "x-ms-routing-request-id": "WESTUS2:20210901T014706Z:7d1d5f52-25e1-49d2-b979-18d5d1e07cfa" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "077a18e1939ee4ebe9362f1bc1b0b035", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:06 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "077a18e1939ee4ebe9362f1bc1b0b035", - "x-ms-correlation-request-id": "e9186974-0224-46da-b450-197cd8e669c3", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "4371ccce-e381-458b-a420-ecac3f457302", - "x-ms-routing-request-id": "WESTUS2:20210901T014706Z:e9186974-0224-46da-b450-197cd8e669c3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "c3422afdae7dd805c5614a3a781adbd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:07 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "c3422afdae7dd805c5614a3a781adbd5", - "x-ms-correlation-request-id": "54a0a9a0-4e27-4956-ae55-0d0a12869e93", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "b3ba986f-2425-4fa1-be70-a13c9ecdea53", - "x-ms-routing-request-id": "WESTUS2:20210901T014708Z:54a0a9a0-4e27-4956-ae55-0d0a12869e93" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "562a4bcbeda35d0a8eaa7f1e50ce8635", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:08 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "562a4bcbeda35d0a8eaa7f1e50ce8635", - "x-ms-correlation-request-id": "2d4becd9-bef2-48ca-bba4-119dd06b1f4a", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d6ba124d-2398-4115-8b8a-b13e4579188d", - "x-ms-routing-request-id": "WESTUS2:20210901T014709Z:2d4becd9-bef2-48ca-bba4-119dd06b1f4a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cc2d0936fe09334213a1413c49b16bcf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:10 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cc2d0936fe09334213a1413c49b16bcf", - "x-ms-correlation-request-id": "42e7e1a9-e84a-4305-be3e-3a1a600e7db0", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "08bd503c-6046-46d7-aa1d-37ee73f36a74", - "x-ms-routing-request-id": "WESTUS2:20210901T014710Z:42e7e1a9-e84a-4305-be3e-3a1a600e7db0" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "764f595a598610911fe434d22ee688f7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "764f595a598610911fe434d22ee688f7", - "x-ms-correlation-request-id": "87b31fdb-ff84-4df1-b993-efaf970d651e", - "x-ms-ratelimit-remaining-subscription-reads": "11994", - "x-ms-request-id": "404138cf-2b79-4008-8fb3-6edf4b9b8a30", - "x-ms-routing-request-id": "WESTUS2:20210901T014711Z:87b31fdb-ff84-4df1-b993-efaf970d651e" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "6f0314da0feccdcb08f74202abce14dd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "6f0314da0feccdcb08f74202abce14dd", - "x-ms-correlation-request-id": "4ff9623a-e2c8-4664-9805-25828856e8ca", - "x-ms-ratelimit-remaining-subscription-reads": "11993", - "x-ms-request-id": "16b26d4c-7774-4de2-9746-990815eee074", - "x-ms-routing-request-id": "WESTUS2:20210901T014712Z:4ff9623a-e2c8-4664-9805-25828856e8ca" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f6c3b03f107fddaf781dad25ca70052c", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f6c3b03f107fddaf781dad25ca70052c", - "x-ms-correlation-request-id": "c027b23a-0bc3-4b78-a089-ff90ca48489a", - "x-ms-ratelimit-remaining-subscription-reads": "11992", - "x-ms-request-id": "6ac9c61d-4c2b-49ba-907d-0f6153448ae6", - "x-ms-routing-request-id": "WESTUS2:20210901T014713Z:c027b23a-0bc3-4b78-a089-ff90ca48489a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "34614a19fcae4be28e826d8e168e6551", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "34614a19fcae4be28e826d8e168e6551", - "x-ms-correlation-request-id": "e57141d5-ac34-4b5d-9dfa-4f51946aad33", - "x-ms-ratelimit-remaining-subscription-reads": "11991", - "x-ms-request-id": "621d1070-cdf3-4cda-ae98-c8c0b055c604", - "x-ms-routing-request-id": "WESTUS2:20210901T014714Z:e57141d5-ac34-4b5d-9dfa-4f51946aad33" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "7d9356cf9123ca786525f7cf61a50298", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "7d9356cf9123ca786525f7cf61a50298", - "x-ms-correlation-request-id": "40603a23-3348-48d8-a0ee-d0c22b8cafe7", - "x-ms-ratelimit-remaining-subscription-reads": "11990", - "x-ms-request-id": "11335d5f-3bca-4e75-83c0-46568e9942b3", - "x-ms-routing-request-id": "WESTUS2:20210901T014715Z:40603a23-3348-48d8-a0ee-d0c22b8cafe7" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "60e816f2e06c432fcd7768fca220c6e9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "60e816f2e06c432fcd7768fca220c6e9", - "x-ms-correlation-request-id": "3853e55c-d7a8-411f-9c17-bdc70afc144a", - "x-ms-ratelimit-remaining-subscription-reads": "11989", - "x-ms-request-id": "e4cbc4f7-567d-49e0-bfdf-3a5f38ffc188", - "x-ms-routing-request-id": "WESTUS2:20210901T014717Z:3853e55c-d7a8-411f-9c17-bdc70afc144a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "73555cb787dc8809d297cf880513eae8", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "73555cb787dc8809d297cf880513eae8", - "x-ms-correlation-request-id": "8819ce1c-7ae1-4d20-b6a3-0fbc85d7cfc2", - "x-ms-ratelimit-remaining-subscription-reads": "11988", - "x-ms-request-id": "ef29552e-07a5-4a06-852b-d2bf4c90acd6", - "x-ms-routing-request-id": "WESTUS2:20210901T014718Z:8819ce1c-7ae1-4d20-b6a3-0fbc85d7cfc2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "009cd57f04a6efe42750b0ab297b2744", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "009cd57f04a6efe42750b0ab297b2744", - "x-ms-correlation-request-id": "c772f8c8-cf58-41a9-9a79-a82bfd56a346", - "x-ms-ratelimit-remaining-subscription-reads": "11987", - "x-ms-request-id": "922f99c8-600d-4a17-b59f-9d01a0ce8e89", - "x-ms-routing-request-id": "WESTUS2:20210901T014719Z:c772f8c8-cf58-41a9-9a79-a82bfd56a346" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "04170d5f8f506abb0d608dd410a73eba", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "04170d5f8f506abb0d608dd410a73eba", - "x-ms-correlation-request-id": "2f1cd243-55dc-4c2a-b216-9869d2c72b5a", - "x-ms-ratelimit-remaining-subscription-reads": "11986", - "x-ms-request-id": "5c355c6d-c595-4b10-afc6-316833ee87c1", - "x-ms-routing-request-id": "WESTUS2:20210901T014720Z:2f1cd243-55dc-4c2a-b216-9869d2c72b5a" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cd7d7f8dc584b34377664b8cd75d5e57", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 01:47:21 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cd7d7f8dc584b34377664b8cd75d5e57", - "x-ms-correlation-request-id": "27459aa8-f207-4de1-a05c-9f5a9d90b0a2", - "x-ms-ratelimit-remaining-subscription-reads": "11985", - "x-ms-request-id": "04e73bf0-2633-42b7-b580-b6d851949cb9", - "x-ms-routing-request-id": "WESTUS2:20210901T014721Z:27459aa8-f207-4de1-a05c-9f5a9d90b0a2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/27a15228-50fa-4ee8-bd41-7494e2c5abc3?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7288b6fe5fbef981931f3457710de80", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1209", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7288b6fe5fbef981931f3457710de80", - "x-ms-correlation-request-id": "20b24075-6cd2-477f-8e6d-aafc37f19d76", - "x-ms-ratelimit-remaining-subscription-reads": "11984", - "x-ms-request-id": "1bb139de-32fc-4c7a-843a-3ca857b0d83e", - "x-ms-routing-request-id": "WESTUS2:20210901T014722Z:20b24075-6cd2-477f-8e6d-aafc37f19d76" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-5a15b7d3d78ce445ae8a3e67498eb811-eabc2541ea9ac748-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "a91df51259fd99c0ca648de9432f93af", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1209", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:22 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "a91df51259fd99c0ca648de9432f93af", - "x-ms-correlation-request-id": "8966e574-f631-4f05-a8ed-1a9409d84ee3", - "x-ms-ratelimit-remaining-subscription-reads": "11983", - "x-ms-request-id": "2cd3a503-d6af-48f9-a0bc-fa7454655e49", - "x-ms-routing-request-id": "WESTUS2:20210901T014722Z:8966e574-f631-4f05-a8ed-1a9409d84ee3" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "177", - "Content-Type": "application/json", - "traceparent": "00-c1ef7a74fa5bd04293fa361ddb8f2299-e17392b6c8bed847-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "85643601467ea8bee78db452d2fd3b67", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "bypass": "Logging, Metrics", - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1244", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "85643601467ea8bee78db452d2fd3b67", - "x-ms-correlation-request-id": "a6f84643-6b67-406f-84e5-ab65c0b87534", - "x-ms-ratelimit-remaining-subscription-writes": "1197", - "x-ms-request-id": "8721e289-1b47-42f4-94f1-d44e8062d44e", - "x-ms-routing-request-id": "WESTUS2:20210901T014723Z:a6f84643-6b67-406f-84e5-ab65c0b87534" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-6c044de45252c744b51e6477720b4bf4-670fe749970b3043-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e17acb87b43f155aca8e2c9658aeabe9", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1244", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:23 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "e17acb87b43f155aca8e2c9658aeabe9", - "x-ms-correlation-request-id": "d1dd1217-0396-420b-a73c-f3fd3338ec46", - "x-ms-ratelimit-remaining-subscription-reads": "11982", - "x-ms-request-id": "ae2ec428-6d3b-4073-9b52-5545d406be54", - "x-ms-routing-request-id": "WESTUS2:20210901T014723Z:d1dd1217-0396-420b-a73c-f3fd3338ec46" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "56", - "Content-Type": "application/json", - "traceparent": "00-92dedf734d08d7439fabf5e15e6bc2da-0582d3bb465f7d4b-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4144449e59abcb013675c26fa56dc7cd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "defaultAction": "Allow" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1245", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4144449e59abcb013675c26fa56dc7cd", - "x-ms-correlation-request-id": "76efb190-1528-4d45-8d63-4a57ea93f002", - "x-ms-ratelimit-remaining-subscription-writes": "1196", - "x-ms-request-id": "9f19d696-5e7a-4ff6-bed1-e7463f3557d2", - "x-ms-routing-request-id": "WESTUS2:20210901T014724Z:76efb190-1528-4d45-8d63-4a57ea93f002" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-ad75420586a1e04ba11ad02b5f6885ba-eac17835e777264c-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "78622528b1b54c6fdc4fbaef19275038", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1245", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 01:47:24 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "78622528b1b54c6fdc4fbaef19275038", - "x-ms-correlation-request-id": "e2c249b1-b579-40fd-b04e-7b40ab3a107f", - "x-ms-ratelimit-remaining-subscription-reads": "11981", - "x-ms-request-id": "fd6335da-60f3-4aac-8bf8-6c8e04f165a0", - "x-ms-routing-request-id": "WESTUS2:20210901T014724Z:e2c249b1-b579-40fd-b04e-7b40ab3a107f" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res7687/providers/Microsoft.Storage/storageAccounts/sto612", - "name": "sto612", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T01:47:05.4954943Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T01:47:05.3704921Z", - "primaryEndpoints": { - "blob": "https://sto612.blob.core.windows.net/", - "queue": "https://sto612.queue.core.windows.net/", - "table": "https://sto612.table.core.windows.net/", - "file": "https://sto612.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1258726795", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json b/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json deleted file mode 100644 index 4d396ee8e806c..0000000000000 --- a/sdk/storage/Azure.ResourceManager.Storage/tests/SessionRecords/StorageAccountTests/StorageAccountVnetACLTestAsync.json +++ /dev/null @@ -1,1194 +0,0 @@ -{ - "Entries": [ - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "86b2b62c94c151da093f3c07b8646797", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "f9a5c74c-0ee5-4de4-8a7d-72901d720cda", - "x-ms-ratelimit-remaining-subscription-reads": "11755", - "x-ms-request-id": "f9a5c74c-0ee5-4de4-8a7d-72901d720cda", - "x-ms-routing-request-id": "WESTUS2:20210901T025707Z:f9a5c74c-0ee5-4de4-8a7d-72901d720cda" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c?api-version=2019-11-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e67d4b111537e30e7776a29a5a1af696", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "468", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:06 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "e9581dd8-6336-4fc6-b01e-b72bf4eb3c02", - "x-ms-ratelimit-remaining-subscription-reads": "11754", - "x-ms-request-id": "e9581dd8-6336-4fc6-b01e-b72bf4eb3c02", - "x-ms-routing-request-id": "WESTUS2:20210901T025707Z:e9581dd8-6336-4fc6-b01e-b72bf4eb3c02" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "authorizationSource": "RoleBased", - "managedByTenants": [], - "tags": { - "tagKey1": "tagValue1", - "tagKey2": "tagValue2" - }, - "subscriptionId": "db1ab6f0-4769-4b27-930e-01e2ef9c123c", - "tenantId": "72f988bf-86f1-41af-91ab-2d7cd011db47", - "displayName": ".NET Mgmt SDK Test with TTL = 1 Day", - "state": "Enabled", - "subscriptionPolicies": { - "locationPlacementId": "Internal_2014-09-01", - "quotaId": "Internal_2014-09-01", - "spendingLimit": "Off" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourcegroups/res290?api-version=2019-10-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "22", - "Content-Type": "application/json", - "traceparent": "00-8f1f33b4ce1ee34385f09cad939418e4-2f0fb8ca08641d49-00", - "User-Agent": "azsdk-net-ResourceManager/1.0.0-beta.2 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "e38bff4ef1b0ee158730d933798fc5fa", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "location": "eastus2" - }, - "StatusCode": 201, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "210", - "Content-Type": "application/json; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:07 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-correlation-request-id": "ab6935ac-4a98-44dd-a20e-d2d0e56b8f1c", - "x-ms-ratelimit-remaining-subscription-writes": "1183", - "x-ms-request-id": "ab6935ac-4a98-44dd-a20e-d2d0e56b8f1c", - "x-ms-routing-request-id": "WESTUS2:20210901T025707Z:ab6935ac-4a98-44dd-a20e-d2d0e56b8f1c" - }, - "ResponseBody": { - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290", - "name": "res290", - "type": "Microsoft.Resources/resourceGroups", - "location": "eastus2", - "properties": { - "provisioningState": "Succeeded" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "PUT", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "250", - "Content-Type": "application/json", - "traceparent": "00-1b24cc9613b805459d3a6a941c8bc842-466e89701a14c044-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "ee26dbab16e0cea70e4bf23ff6ef49a5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "sku": { - "name": "Standard_GRS" - }, - "kind": "Storage", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "networkAcls": { - "bypass": "Logging,AzureServices", - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "ee26dbab16e0cea70e4bf23ff6ef49a5", - "x-ms-correlation-request-id": "ea10360f-4c22-4244-aa38-80915eda2686", - "x-ms-ratelimit-remaining-subscription-writes": "1182", - "x-ms-request-id": "39cd9d13-c5c9-4049-b374-8da56ba67dae", - "x-ms-routing-request-id": "WESTUS2:20210901T025710Z:ea10360f-4c22-4244-aa38-80915eda2686" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "1b6e5c9f2c70e86ee315a1a623ae9141", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:09 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "1b6e5c9f2c70e86ee315a1a623ae9141", - "x-ms-correlation-request-id": "fa975eda-4f53-4ef2-be06-592149dddc36", - "x-ms-ratelimit-remaining-subscription-reads": "11753", - "x-ms-request-id": "a7661742-96f5-4b99-a7aa-9123ef257510", - "x-ms-routing-request-id": "WESTUS2:20210901T025710Z:fa975eda-4f53-4ef2-be06-592149dddc36" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "268c8d901e604b4a81bff63031711d10", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:11 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "268c8d901e604b4a81bff63031711d10", - "x-ms-correlation-request-id": "ccfb5116-4d7a-485f-960d-2a621e94800b", - "x-ms-ratelimit-remaining-subscription-reads": "11752", - "x-ms-request-id": "59c75661-9d4d-4ca8-b419-50bc8ffe6971", - "x-ms-routing-request-id": "WESTUS2:20210901T025711Z:ccfb5116-4d7a-485f-960d-2a621e94800b" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9a9f15642d80bf34fb7cf89dbfb24349", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:12 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9a9f15642d80bf34fb7cf89dbfb24349", - "x-ms-correlation-request-id": "06931b93-d9c9-46a7-8c77-7835bc4e796c", - "x-ms-ratelimit-remaining-subscription-reads": "11751", - "x-ms-request-id": "f86d8629-f976-4155-90b6-8fc129fc9934", - "x-ms-routing-request-id": "WESTUS2:20210901T025712Z:06931b93-d9c9-46a7-8c77-7835bc4e796c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "22a5a31ebf71817c112399b0363db771", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:13 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "22a5a31ebf71817c112399b0363db771", - "x-ms-correlation-request-id": "ec8212c0-f277-4104-b9ef-8797925b14ab", - "x-ms-ratelimit-remaining-subscription-reads": "11750", - "x-ms-request-id": "dbc07d41-5ef5-4c2a-b76b-ba25943668af", - "x-ms-routing-request-id": "WESTUS2:20210901T025713Z:ec8212c0-f277-4104-b9ef-8797925b14ab" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "0e4191f8f60e62c059cd2ae425ad8bce", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:14 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "0e4191f8f60e62c059cd2ae425ad8bce", - "x-ms-correlation-request-id": "80a2f84c-8207-4b71-889f-74dfc54946e3", - "x-ms-ratelimit-remaining-subscription-reads": "11749", - "x-ms-request-id": "79c471ca-4a17-49d6-bab3-136b8c7be188", - "x-ms-routing-request-id": "WESTUS2:20210901T025714Z:80a2f84c-8207-4b71-889f-74dfc54946e3" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8d11ac7bfacca49e981e895d948489bd", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:15 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8d11ac7bfacca49e981e895d948489bd", - "x-ms-correlation-request-id": "18b3be9f-2c32-44ec-b2ee-ca47cc40f83c", - "x-ms-ratelimit-remaining-subscription-reads": "11748", - "x-ms-request-id": "9595f8ce-5d30-4736-b655-3bf5490530d1", - "x-ms-routing-request-id": "WESTUS2:20210901T025716Z:18b3be9f-2c32-44ec-b2ee-ca47cc40f83c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2ea586c53571283ae342c9a495985b63", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:16 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2ea586c53571283ae342c9a495985b63", - "x-ms-correlation-request-id": "43a3e390-deb3-4d2d-82ba-9a876462d8df", - "x-ms-ratelimit-remaining-subscription-reads": "11747", - "x-ms-request-id": "db2bf9b0-fa14-46ed-adfb-e1360c20f38d", - "x-ms-routing-request-id": "WESTUS2:20210901T025717Z:43a3e390-deb3-4d2d-82ba-9a876462d8df" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "8935ca97292bfea4f29d75ef6d62cdd5", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:17 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "8935ca97292bfea4f29d75ef6d62cdd5", - "x-ms-correlation-request-id": "098603c5-3a33-4d4f-ab6d-b5b795a60776", - "x-ms-ratelimit-remaining-subscription-reads": "11746", - "x-ms-request-id": "ef0a5677-30e1-492d-9528-46892fa797d7", - "x-ms-routing-request-id": "WESTUS2:20210901T025718Z:098603c5-3a33-4d4f-ab6d-b5b795a60776" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "9f1f6d435d08455d72e9a98a30fa0fff", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:18 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "9f1f6d435d08455d72e9a98a30fa0fff", - "x-ms-correlation-request-id": "5e4f6871-f4a0-40fa-a58c-dc9236530de2", - "x-ms-ratelimit-remaining-subscription-reads": "11745", - "x-ms-request-id": "758183f1-1460-414f-8f2a-f66673f848bc", - "x-ms-routing-request-id": "WESTUS2:20210901T025719Z:5e4f6871-f4a0-40fa-a58c-dc9236530de2" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "cac625c3ff4e9b91e1a63cd3c04aba81", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:19 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "cac625c3ff4e9b91e1a63cd3c04aba81", - "x-ms-correlation-request-id": "aa10658c-9882-40c0-938a-aec8f5e91c6c", - "x-ms-ratelimit-remaining-subscription-reads": "11744", - "x-ms-request-id": "f88570a2-9eac-4516-8387-94c66f70eb92", - "x-ms-routing-request-id": "WESTUS2:20210901T025720Z:aa10658c-9882-40c0-938a-aec8f5e91c6c" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2860f474bc79395b6cf017427f1acdf7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:20 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2860f474bc79395b6cf017427f1acdf7", - "x-ms-correlation-request-id": "ff7f22b5-c927-4c89-a294-0605fb7e577d", - "x-ms-ratelimit-remaining-subscription-reads": "11743", - "x-ms-request-id": "284f2f33-5f32-4c13-83d3-ae95588c2e22", - "x-ms-routing-request-id": "WESTUS2:20210901T025721Z:ff7f22b5-c927-4c89-a294-0605fb7e577d" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "482c758d039b4486db83bd61218a8427", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:22 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "482c758d039b4486db83bd61218a8427", - "x-ms-correlation-request-id": "515acd65-e25e-4ed9-8c56-aa3a7bc215bc", - "x-ms-ratelimit-remaining-subscription-reads": "11742", - "x-ms-request-id": "18a25a9a-fe95-4f51-86a2-dbd2de3ad61d", - "x-ms-routing-request-id": "WESTUS2:20210901T025722Z:515acd65-e25e-4ed9-8c56-aa3a7bc215bc" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "3b15282ee79a0786c98c5d5ee74f1cc7", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Connection": "close", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:23 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "17", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "3b15282ee79a0786c98c5d5ee74f1cc7", - "x-ms-correlation-request-id": "b54c81ab-e708-4b43-8954-7c13dde8b34f", - "x-ms-ratelimit-remaining-subscription-reads": "11741", - "x-ms-request-id": "7984dc52-e8d1-4a23-80e7-8b2bed927f8a", - "x-ms-routing-request-id": "WESTUS2:20210901T025723Z:b54c81ab-e708-4b43-8954-7c13dde8b34f" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "4a4644d9721e70e56e1b4cf5fefa18e2", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 202, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "0", - "Content-Type": "text/plain; charset=utf-8", - "Date": "Wed, 01 Sep 2021 02:57:24 GMT", - "Expires": "-1", - "Location": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "Pragma": "no-cache", - "Retry-After": "3", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "4a4644d9721e70e56e1b4cf5fefa18e2", - "x-ms-correlation-request-id": "2f61a061-6172-4db2-8daa-80e66fe76717", - "x-ms-ratelimit-remaining-subscription-reads": "11999", - "x-ms-request-id": "4ab8677a-10eb-4587-8a71-d5e241ebc7b9", - "x-ms-routing-request-id": "WESTUS:20210901T025725Z:2f61a061-6172-4db2-8daa-80e66fe76717" - }, - "ResponseBody": [] - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/providers/Microsoft.Storage/locations/eastus2/asyncoperations/39cd9d13-c5c9-4049-b374-8da56ba67dae?monitor=true\u0026api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Authorization": "Sanitized", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "5613f06b9105a55dee247e0fa6285c8b", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1214", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "5613f06b9105a55dee247e0fa6285c8b", - "x-ms-correlation-request-id": "aa0fa210-721b-40f0-a70a-07d3bc9560c1", - "x-ms-ratelimit-remaining-subscription-reads": "11998", - "x-ms-request-id": "51fd30e4-7677-4366-8f77-40f30f53aaf9", - "x-ms-routing-request-id": "WESTUS:20210901T025726Z:aa0fa210-721b-40f0-a70a-07d3bc9560c1" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-980060c419a7524fa3dd5a6369a8edf9-f90cd2a47a160d48-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "dc87f5673a43bc0843a4cd7e9a9008cf", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1214", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:25 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "dc87f5673a43bc0843a4cd7e9a9008cf", - "x-ms-correlation-request-id": "1a0fbad6-c0bf-422f-bc96-428b02860c7d", - "x-ms-ratelimit-remaining-subscription-reads": "11997", - "x-ms-request-id": "ca46c3f2-46c9-4f04-91e5-54555fc3daa6", - "x-ms-routing-request-id": "WESTUS:20210901T025726Z:1a0fbad6-c0bf-422f-bc96-428b02860c7d" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, AzureServices", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.90", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "177", - "Content-Type": "application/json", - "traceparent": "00-4140c5f7725ba7458111aa9c6522a17f-0667243c4f398741-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "f7f37b73c53b48c2e7a05cf9f3d6ca46", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "bypass": "Logging, Metrics", - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:26 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "f7f37b73c53b48c2e7a05cf9f3d6ca46", - "x-ms-correlation-request-id": "1cd91504-2d11-4238-a012-71aeb9512656", - "x-ms-ratelimit-remaining-subscription-writes": "1199", - "x-ms-request-id": "0ca1b6f6-c4d1-466d-8ecc-2194d030d5c8", - "x-ms-routing-request-id": "WESTUS:20210901T025727Z:1cd91504-2d11-4238-a012-71aeb9512656" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-31d1d4b1d06e2b449c7f7ed146a36acf-34844661875ac942-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "098ec1bf3c72319fe7571360c3de0a5e", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1249", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "098ec1bf3c72319fe7571360c3de0a5e", - "x-ms-correlation-request-id": "a499459f-7ebc-4f26-8635-a67be9a10c00", - "x-ms-ratelimit-remaining-subscription-reads": "11996", - "x-ms-request-id": "d236ca11-806f-405f-8373-a62a69d71876", - "x-ms-routing-request-id": "WESTUS:20210901T025727Z:a499459f-7ebc-4f26-8635-a67be9a10c00" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Deny" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "PATCH", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "Content-Length": "56", - "Content-Type": "application/json", - "traceparent": "00-1d99cd2a6a6a064db8484e214559984d-1028ab601dcb4941-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "2a9baf1b6535a24f333ff4a2dd0fc96d", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": { - "properties": { - "networkAcls": { - "defaultAction": "Allow" - } - } - }, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:27 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "2a9baf1b6535a24f333ff4a2dd0fc96d", - "x-ms-correlation-request-id": "77b43981-9ee9-41e0-9545-cd77da5681c2", - "x-ms-ratelimit-remaining-subscription-writes": "1198", - "x-ms-request-id": "146d8a97-3c29-493e-830f-3765574aaf0b", - "x-ms-routing-request-id": "WESTUS:20210901T025728Z:77b43981-9ee9-41e0-9545-cd77da5681c2" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - }, - { - "RequestUri": "https://management.azure.com/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427?api-version=2019-06-01", - "RequestMethod": "GET", - "RequestHeaders": { - "Accept": "application/json", - "Authorization": "Sanitized", - "traceparent": "00-c4463acaa0a07949a1e8e0ca84b769e2-10dee6596f71f248-00", - "User-Agent": "azsdk-net-ResourceManager.Storage/1.0.0-alpha.20210831.1 (.NET Framework 4.8.4300.0; Microsoft Windows 10.0.19043 )", - "x-ms-client-request-id": "d9bf87d9ff02375cdcc110e4b1618408", - "x-ms-return-client-request-id": "true" - }, - "RequestBody": null, - "StatusCode": 200, - "ResponseHeaders": { - "Cache-Control": "no-cache", - "Content-Length": "1250", - "Content-Type": "application/json", - "Date": "Wed, 01 Sep 2021 02:57:28 GMT", - "Expires": "-1", - "Pragma": "no-cache", - "Server": "Microsoft-Azure-Storage-Resource-Provider/1.0,Microsoft-HTTPAPI/2.0 Microsoft-HTTPAPI/2.0", - "Strict-Transport-Security": "max-age=31536000; includeSubDomains", - "X-Content-Type-Options": "nosniff", - "x-ms-client-request-id": "d9bf87d9ff02375cdcc110e4b1618408", - "x-ms-correlation-request-id": "a8718433-0361-41d9-9215-4115c99f8bbe", - "x-ms-ratelimit-remaining-subscription-reads": "11995", - "x-ms-request-id": "3075abea-7a86-4237-8c4f-670acd952338", - "x-ms-routing-request-id": "WESTUS:20210901T025728Z:a8718433-0361-41d9-9215-4115c99f8bbe" - }, - "ResponseBody": { - "sku": { - "name": "Standard_GRS", - "tier": "Standard" - }, - "kind": "Storage", - "id": "/subscriptions/db1ab6f0-4769-4b27-930e-01e2ef9c123c/resourceGroups/res290/providers/Microsoft.Storage/storageAccounts/sto3427", - "name": "sto3427", - "type": "Microsoft.Storage/storageAccounts", - "location": "eastus2", - "tags": { - "key1": "value1", - "key2": "value2" - }, - "properties": { - "privateEndpointConnections": [], - "networkAcls": { - "bypass": "Logging, Metrics", - "virtualNetworkRules": [], - "ipRules": [ - { - "value": "23.45.67.91", - "action": "Allow" - }, - { - "value": "23.45.67.92", - "action": "Allow" - } - ], - "defaultAction": "Allow" - }, - "supportsHttpsTrafficOnly": true, - "encryption": { - "services": { - "file": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - }, - "blob": { - "keyType": "Account", - "enabled": true, - "lastEnabledTime": "2021-09-01T02:57:09.0713407Z" - } - }, - "keySource": "Microsoft.Storage" - }, - "provisioningState": "Succeeded", - "creationTime": "2021-09-01T02:57:08.9775814Z", - "primaryEndpoints": { - "blob": "https://sto3427.blob.core.windows.net/", - "queue": "https://sto3427.queue.core.windows.net/", - "table": "https://sto3427.table.core.windows.net/", - "file": "https://sto3427.file.core.windows.net/" - }, - "primaryLocation": "eastus2", - "statusOfPrimary": "available", - "secondaryLocation": "centralus", - "statusOfSecondary": "available" - } - } - } - ], - "Variables": { - "RandomSeed": "1614277827", - "SUBSCRIPTION_ID": "db1ab6f0-4769-4b27-930e-01e2ef9c123c" - } -} \ No newline at end of file From 3f627f9705167ad255cb23938beb99c18e712d21 Mon Sep 17 00:00:00 2001 From: m-nash Date: Wed, 1 Sep 2021 11:20:59 -0700 Subject: [PATCH 27/27] update with prepare release --- .../Azure.ResourceManager.Storage.sln | 10 +---- .../CHANGELOG.md | 42 +++++++------------ .../src/Azure.ResourceManager.Storage.csproj | 3 -- .../tests/Samples/ChangeLog.cs | 35 ++++++++++++++++ 4 files changed, 52 insertions(+), 38 deletions(-) create mode 100644 sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs diff --git a/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln b/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln index c81245e700342..66df43f722f33 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln +++ b/sdk/storage/Azure.ResourceManager.Storage/Azure.ResourceManager.Storage.sln @@ -1,6 +1,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio Version 16 -VisualStudioVersion = 16.0.30011.22 +# Visual Studio Version 17 +VisualStudioVersion = 17.0.31630.363 MinimumVisualStudioVersion = 15.0.26124.0 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Core", "..\..\core\Azure.Core\src\Azure.Core.csproj", "{94E23818-B4C6-4E73-A3B5-7BFE379999CD}" EndProject @@ -10,8 +10,6 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Stora EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.ResourceManager.Storage.Tests", "tests\Azure.ResourceManager.Storage.Tests.csproj", "{48D7DDA4-78A6-40D2-9366-32CDBB14E841}" EndProject -Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Azure.Identity", "..\..\identity\Azure.Identity\src\Azure.Identity.csproj", "{DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -34,10 +32,6 @@ Global {48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Debug|Any CPU.Build.0 = Debug|Any CPU {48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Release|Any CPU.ActiveCfg = Release|Any CPU {48D7DDA4-78A6-40D2-9366-32CDBB14E841}.Release|Any CPU.Build.0 = Release|Any CPU - {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Debug|Any CPU.Build.0 = Debug|Any CPU - {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Release|Any CPU.ActiveCfg = Release|Any CPU - {DFC96D0F-45EE-4B39-9D03-0C99A7A4EC93}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md index 55801a17701bd..6cde44c5a55cb 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md +++ b/sdk/storage/Azure.ResourceManager.Storage/CHANGELOG.md @@ -1,14 +1,6 @@ # Release History -## 1.0.0-beta.1 (Unreleased) - - -## 1.0.0-preview.2 (2020-09-23) - -- Accept header added to all requests. -- Collections are now always initialized and collection properties are readonly by default. - -## 1.0.0-preview.1 +## 1.0.0-beta.1 (2021-09-01) This package follows the [Azure SDK Design Guidelines for .NET](https://azure.github.io/azure-sdk/dotnet_introduction.html) which provide a number of core capabilities that are shared amongst all Azure SDKs, including the intuitive Azure Identity library, an HTTP Pipeline with custom policies, error-handling, distributed tracing, and much more. @@ -24,8 +16,6 @@ This is a Public Preview version, so expect incompatible changes in subsequent r > NOTE: For more information about unified authentication, please refer to [Azure Identity documentation for .NET](https://docs.microsoft.com//dotnet/api/overview/azure/identity-readme?view=azure-dotnet) -### Migration from Previous Version of Azure Management SDK - #### Package Name The package name has been changed from `Microsoft.Azure.Management.Storage` to `Azure.ResourceManager.Storage` @@ -58,24 +48,22 @@ storageManagementClient.StorageAccounts.Create(resourceGroupName, accountName, p ``` After upgrade: -```csharp +```C# Snippet:Create_Storage_Account +using System.Collections.Generic; using Azure.Identity; -using Azure.ResourceManager.Storage; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; using Azure.ResourceManager.Storage.Models; - -var storageManagementClient = new StorageManagementClient(subscriptionId, new DefaultAzureCredential()); -var storageAccountsOperations = storageManagementClient.StorageAccounts; - -var parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, "westus") - { - Tags = new Dictionary - { - {"key1","value1"}, - {"key2","value2"} - } - }; -var accountResponse = await storageAccountsOperations.StartCreateAsync(resourceGroupName, accountName, parameters); -StorageAccount account = await accountResponse.WaitForCompletionAsync(); +string accountName = "myaccount"; +string resourceGropuName = "myResourceGroup"; +ArmClient client = new ArmClient(new DefaultAzureCredential()); +ResourceGroup resourceGroup = client.DefaultSubscription.GetResourceGroups().Get(resourceGropuName); +StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); +Sku sku = new Sku(SkuName.PremiumLRS); +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, Location.WestUS); +parameters.Tags.Add("key1", "value1"); +parameters.Tags.Add("key2", "value2"); +StorageAccount account = storageAccountContainer.CreateOrUpdate(accountName, parameters).Value; ``` #### Object Model Changes diff --git a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj index 271d0af429132..10716077ef940 100644 --- a/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj +++ b/sdk/storage/Azure.ResourceManager.Storage/src/Azure.ResourceManager.Storage.csproj @@ -10,6 +10,3 @@ $(NoWarn);CS1591; - - - diff --git a/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs new file mode 100644 index 0000000000000..2c6f233fd94c9 --- /dev/null +++ b/sdk/storage/Azure.ResourceManager.Storage/tests/Samples/ChangeLog.cs @@ -0,0 +1,35 @@ +// Copyright (c) Microsoft Corporation. All rights reserved. +// Licensed under the MIT License. + +#region Snippet:Create_Storage_Account +using System.Collections.Generic; +using Azure.Identity; +using Azure.ResourceManager.Resources; +using Azure.ResourceManager.Resources.Models; +using Azure.ResourceManager.Storage.Models; +#if !SNIPPET +using NUnit.Framework; + +namespace Azure.ResourceManager.Storage.Tests.Samples +{ + internal class ChangeLog + { + [Test] + [Ignore("Only verifying that the sample builds")] + public void CreateStorageAccount() + { +#endif +string accountName = "myaccount"; +string resourceGropuName = "myResourceGroup"; +ArmClient client = new ArmClient(new DefaultAzureCredential()); +ResourceGroup resourceGroup = client.DefaultSubscription.GetResourceGroups().Get(resourceGropuName); +StorageAccountContainer storageAccountContainer = resourceGroup.GetStorageAccounts(); +Sku sku = new Sku(SkuName.PremiumLRS); +StorageAccountCreateParameters parameters = new StorageAccountCreateParameters(new Sku(SkuName.StandardGRS), Kind.Storage, Location.WestUS); +parameters.Tags.Add("key1", "value1"); +parameters.Tags.Add("key2", "value2"); +StorageAccount account = storageAccountContainer.CreateOrUpdate(accountName, parameters).Value; + #endregion + } + } +}